Advertisement
Guest User

Rb world 3 Semi aimbot

a guest
Nov 28th, 2019
10,131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. --// RBW3 Aimbot(semi obviously)
  2. --// Hold E and it will auto shoot
  3.  
  4. game:GetService("RunService").RenderStepped:Connect(function()
  5. pcall(function()
  6. if math.floor(game:GetService("Players").LocalPlayer.Character["Main.Gameplay.Script"].ShotBar.Main.Bar.Size.Y.Scale) == -1 then
  7. wait(0.115) --// Might have to play around with this number to get it work nice
  8. game:GetService("ReplicatedStorage").Remotes.Action:FireServer("Shoot", {false})
  9. end
  10. end)
  11.  
  12. wait()
  13. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement