LSGaming

MyPark AimBot

Jan 1st, 2022
530
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. --Hold down E all the way
  2. local power = game:GetService("Players").LocalPlayer.Info.Profile.ShotPower
  3.  
  4. power:GetPropertyChangedSignal("Value"):Connect(function()
  5. if power.Value >= 26.8 then
  6. keyrelease(0x20)
  7. keyrelease(0x45)
  8. end
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment