Advertisement
SnowyFloods

gay

Jul 21st, 2019
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. How to use anti exploit script by steps:
  2.  
  3. Step 1) Execute the script
  4.  
  5. Step 2) Press F9 then look at its script names you see located at the console
  6.  
  7. Step 3) If you see any script name in the console that looks like: Z@RF>< something like that, edit the antiexploitname variable exemple: local antiexploitname="Z@RF>"
  8.  
  9. Step 4) Then re-execute the script.
  10.  
  11. Step 5) Well done.
  12.  
  13.  
  14. anti script:
  15. local Player=game:GetService"Players".LocalPlayer
  16. local antiexploitname="..."
  17. print"by fr34ky is very freaky"
  18.  
  19.  
  20.  
  21.  
  22. if Player.PlayerGui:FindFirstChild(antiexploitname) then
  23. Player.PlayerGui[antiexploitname]:Destroy()
  24. print"You've successfuly removed that shit"
  25. else
  26. print("Researching... (Attempt failed?)")
  27. for i,v in pairs(Player.PlayerGui:GetChildren()) do
  28. print(v.Name)
  29. end
  30. end
  31.  
  32.  
  33. gay sprint script:
  34. local Player = game:GetService("Players").LocalPlayer
  35.  
  36. while wait() do
  37. game:GetService"Workspace"[Player.Name].Stamina.SprintHandler.Event:FireServer("Start")
  38. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement