Advertisement
Guest User

Aimbot

a guest
Jan 14th, 2021
80,627
3
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 3 0
  1. getgenv().AimPart = "Head" -- For R15 Games: {UpperTorso, LowerTorso, HumanoidRootPart, Head} | For R6 Games: {Head, Torso, HumanoidRootPart}
  2. getgenv().AimlockToggleKey = "E" -- Toggles Aimbot On/Off
  3. getgenv().AimRadius = 50 -- How far away from someones character you want to lock on at
  4. getgenv().ThirdPerson = false -- Locking onto someone in your Third Person POV
  5. getgenv().FirstPerson = true -- Locking onto someone in your First Person POV
  6. getgenv().WallCheck = false -- Check if Target is behind a wall
  7. getgenv().TeamCheck = true -- Check if Target is on your Team (True means it wont lock onto your teamates, false is vice versa) (Set it to false if there are no teams)
  8.  
  9. loadstring(game:HttpGet("https://raw.githubusercontent.com/zxciaz/Universal-Scripts/main/Aimbot", true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement