Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Hold down E all the way
- local power = game:GetService("Players").LocalPlayer.Info.Profile.ShotPower
- power:GetPropertyChangedSignal("Value"):Connect(function()
- if power.Value >= 26.8 then
- keyrelease(0x20)
- keyrelease(0x45)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment