Advertisement
whileDo

super league soccer scripts

Nov 6th, 2024 (edited)
3,888
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.70 KB | Gaming | 0 0
  1. function check_ban(ip)
  2.     for _, banned_ip in ipairs(banned_ips) do
  3.         if ip == banned_ip then
  4.             return true
  5.         end
  6.     end
  7.     return false
  8. end
  9.  
  10. function anti_cheat()
  11.     if check_ban(user_ip) then
  12.         print("456")
  13.     else
  14.         print("123")
  15.     end
  16.  
  17. -- past this to dex v4 (sometimes anti-cheat disable, enable script if u can see 456 in console)
  18. -- Запуск скрипта
  19. anti_cheat()
  20. -- super league soccer scripts (with my extended anti-ban)
  21. loadstring(game:HttpGet("https://raw.githubusercontent.com/1f0yt/community/main/SuperLeagueSoccer"))()
  22. -- 2
  23. loadstring(game:HttpGet("https://raw.githubusercontent.com/RobloxHackingProject/CHHub/main/CHHub.lua"))()
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement