Advertisement
IDKDONTCALLMEOOF

Tower of E

Jan 14th, 2021 (edited)
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. Gui :loadstring(game:HttpGet("https://raw.githubusercontent.com/2dgeneralspam1/scripts-and-stuff/master/scripts/garfield%20hub", true))()
  2.  
  3. Godmode : while true do wait(0.8)
  4. game:GetService("Players").LocalPlayer.Character.KillScript.Disabled = true
  5. end
  6.  
  7. Get all tools : local a = game:GetService("ReplicatedStorage").Gear:Clone()
  8. for i,v in pairs(a:GetChildren()) do if v.ClassName == "Tool"
  9. then v.Parent = game:GetService("Players").LocalPlayer.Backpack
  10. end
  11. end
  12.  
  13. Anti cheat : https://pastebin.com/6NXKHqih
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement