Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function check_ban(ip)
- for _, banned_ip in ipairs(banned_ips) do
- if ip == banned_ip then
- return true
- end
- end
- return false
- end
- function anti_cheat()
- if check_ban(user_ip) then
- print("456")
- else
- print("123")
- end
- -- past this to dex v4 (sometimes anti-cheat disable, enable script if u can see 456 in console)
- -- Запуск скрипта
- anti_cheat()
- -- super league soccer scripts (with my extended anti-ban)
- loadstring(game:HttpGet("https://raw.githubusercontent.com/1f0yt/community/main/SuperLeagueSoccer"))()
- -- 2
- loadstring(game:HttpGet("https://raw.githubusercontent.com/RobloxHackingProject/CHHub/main/CHHub.lua"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement