Advertisement
Prokri43

Anti report (Extremely safe)

Jul 21st, 2023
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. getgenv().ForbiddenWords = {"hack","exploit","script","report","cheat","executor","skid","owner","hack","hacker","reach","exploiter"} -- Listens to these keywords no matter if they are capital letters or not
  2.  
  3. getgenv().Reaction = function() -- Serverhopper: Was not made by me but used rightfully as a open source tool for everyone to look at.
  4. local HttpService, TPService = game:GetService("HttpService"), game:GetService("TeleportService");
  5. local OtherServers = HttpService:JSONDecode(game:HttpGet("https://games.roblox.com/v1/games/" .. game.PlaceId .. "/servers/Public?sortOrder=Asc&limit=100"));
  6. function joinNew()
  7. if not isfile("servers.sss") then
  8. writefile("servers.sss", HttpService:JSONEncode({}));
  9. end
  10. local dontJoin = readfile("servers.sss");
  11. dontJoin = HttpService:JSONDecode(dontJoin);
  12. for Index, Server in next, OtherServers['data'] do
  13. if (Server ~= game.JobId) then
  14. local j = true;
  15. for a, c in pairs(dontJoin) do
  16. if (c == Server.id) then
  17. j = false;
  18. end
  19. end
  20. if j then
  21. table.insert(dontJoin, Server['id']);
  22. writefile("servers.sss", HttpService:JSONEncode(dontJoin));
  23. wait();
  24. return Server['id'];
  25. end
  26. end
  27. end
  28. end
  29. local server = joinNew();
  30. if not server then
  31. writefile("servers.sss", HttpService:JSONEncode({}));
  32. local server = joinNew();
  33. TPService:TeleportToPlaceInstance(game.PlaceId, server);
  34. else
  35. TPService:TeleportToPlaceInstance(game.PlaceId, server);
  36. end
  37. end;
  38.  
  39. loadstring(game:HttpGet("https://raw.githubusercontent.com/Lvl9999/AntiReport/main/Universal"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement