31.01.2018, 13:47
Quote:
new Cheaty[53][100] = { "Anti-AirBreak (onfoot)", "Anti-AirBreak (in vehicle)", "Anti-teleport hack (onfoot)", "Anti-teleport hack (in vehicle)", "Anti-teleport hack (into/between vehicles)", "Anti-teleport hack (vehicle to player)", "Anti-teleport hack (pickups)", "Anti-FlyHack (onfoot)", "Anti-FlyHack (in vehicle)", "Anti-SpeedHack (onfoot)", "Anti-SpeedHack (in vehicle)", "Anti-Health hack (in vehicle)", "Anti-Health hack (onfoot)", "Anti-Armour hack", "Anti-Money hack", "Anti-Weapon hack", "Anti-Ammo hack (add)", "Anti-Ammo hack (infinite)", "Anti-Special actions hack", "Anti-GodMode from bullets (onfoot)", "Anti-GodMode from bullets (in vehicle)", "Anti-Invisible hack", "Anti-lagcomp-spoof", "Anti-Tuning hack", "Anti-Parkour mod", "Anti-Quick turn", "Anti-Rapid fire", "Anti-FakeSpawn", "Anti-FakeKill", "Anti-Pro Aim", "Anti-CJ run", "Anti-CarShot", "Anti-CarJack", "Anti-UnFreeze", "Anti-AFK Ghost", "Anti-Full Aiming", "Anti-Fake NPC", "Anti-Reconnect", "Anti-High ping", "Anti-Dialog hack", "Protection from the sandbox", "Protection against an invalid version", "Anti-Rcon hack", "Anti-Tuning crasher", "Anti-Invalid seat crasher", "Anti-Dialog crasher", "Anti-Attached object crasher", "Anti-Weapon Crasher", "Flood protection connects to one slot", "Anti-flood callback functions", "Anti-flood change seat", "Anti-Ddos", "Anti-NOP" }; OnCheatDetected(playerid, ip_address[], type, code) { if(SampDane[playerid][Zalogowany] == false) return 1; SCMToAdmins(3, ""FIOLET"[AC] "WHITE"Gracz "ZIELONY"%s"WHITE"[%d] podejrzany o "YELLOW"cheatowanie"WHITE" | SCORE: "ZIELONY"%d | %s", PlayerName(playerid), playerid, GetPlayerScore(playerid), Cheaty[code]); return 1; } |