Advertisement
KiroOnTop

Untitled

Jun 23rd, 2022
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/vKhonshu/intro2/main/ui2"))()
  2. local NotifyLib = loadstring(game:HttpGet("https://raw.githubusercontent.com/vKhonshu/intro/main/ui"))()
  3. NotifyLib.prompt('YukoWare - E To Lock', 'Loading..', 5)
  4. NotifyLib.prompt('YukoWare', 'Son Them', 5)
  5. NotifyLib.prompt('YukoWare', 'Enjoy ;) ;)', 5)
  6.  
  7.  
  8. getgenv().RecurringPoint = "UpperTorso"
  9. getgenv().Hitbox = "UpperTorso"
  10. getgenv().Keybind = "e"
  11. getgenv().AimbotStrengthAmount = 0.0335
  12. getgenv().PredictionAmount = 10
  13. getgenv().Radius = 25
  14. getgenv().UsePrediction = true
  15. getgenv().AimbotStrength = true
  16. getgenv().FirstPerson = true
  17. getgenv().ThirdPerson = true
  18. getgenv().TeamCheck = false
  19. getgenv().Enabled = true
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement