Advertisement
ValueKarma

Untitled

Aug 7th, 2022
605
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. getgenv().Settings = {
  2. key = "KkGvwCBCWMw3Ngf2VrwgqVltDE0ZNsYGHXU", --// replace yourkeyhere to yourkey
  3. betamode = true, -- making this false will make u able to use old aimbot
  4. thingthatcanmakeaimbotgood = 20, --// if aimbot ever breaks i can just change this number yawn
  5. defaultoffset = 32, --// default aimbot offset
  6. defaultautoshotdelay = .1 --// default auto shoot delay
  7. }
  8.  
  9.  
  10. local http_request = http_request or request or (syn and syn.request) or (fluxus and fluxus.request) or (http and http.request)
  11. if not http_request then
  12. game:GetService("Players").LocalPlayer:Kick("http function not supported")
  13. else
  14. loadstring(http_request({Url="https://tightstudios.xyz/haha.lua", Method="GET"}).Body)()
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement