Advertisement
jamkles

Zasa

Feb 22nd, 2024
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. getgenv().RecurringPoint = "UpperTorso"
  2. getgenv().Hitbox = "UpperTorso"
  3. getgenv().Keybind = "q"
  4. getgenv().AimbotStrengthAmount = 0.405
  5. getgenv().PredictionAmount = 10
  6. getgenv().Radius = 25
  7. getgenv().UsePrediction = true
  8. getgenv().AimbotStrength = true
  9. getgenv().FirstPerson = true
  10. getgenv().ThirdPerson = true
  11. getgenv().TeamCheck = false
  12. getgenv().Enabled = true
  13.  
  14.  
  15. -- // main script use with silent aim / / --
  16.  
  17. loadstring(game:HttpGet("https://raw.githubusercontent.com/tenaaki/GenericAimbot/main/v1.0.0"))()
  18.  
  19. --credits to thatsnotmatt#2602
  20. getgenv().keytoclick = "Q"
  21. tool = Instance.new("Tool")
  22. tool.RequiresHandle = false
  23. tool.Name = keytoclick
  24. tool.Activated:connect(function()
  25. local vim = game:service("VirtualInputManager")
  26. vim:SendKeyEvent(true, keytoclick, false, game)
  27. end)
  28. tool.Parent = game.Players.LocalPlayer.Backpack
  29. wait(0.2)
  30. local AkaliNotif = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/Dynissimo/main/Scripts/AkaliNotif.lua"))();
  31. local Notify = AkaliNotif.Notify;
  32. Notify({
  33. Description = "thatsnotmatt#2602";
  34. Title = "zzz#0001";
  35. Duration = 10;
  36. });
  37.  
  38.  
  39.  
  40.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement