Advertisement
Guest User

Untitled

a guest
Dec 5th, 2019
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Anti-Ban: @h@game:GetService("ReplicatedStorage")["AdminRE"]:ClearAllChildren()
  2.  
  3. No Recoil: local req=getrenv().require;
  4.  
  5. getrenv().require=function(...)
  6. local dat = req(...)
  7.  
  8. if(typeof(dat)=='table')then
  9. dat.Recoil=0
  10. dat.Debounce=.05
  11. dat.Inaccuracy=0
  12. dat.Lvl=1
  13. end
  14.  
  15. return dat;
  16. end
  17.  
  18.  
  19. Aimbot GUI: loadstring(game:HttpGet("https://pastebin.com/raw/tX6nwN4Z",true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement