rb world 2 aimbot working --// RBW2 UPDATED //-- -- works here; https://www.roblox.com/games/593223204/RB-Westlake-Park --// MAINVARS //-- remotes = game:GetService("ReplicatedStorage").gameplay mouse = game.Players.LocalPlayer:GetMouse() --// EDITVARS //-- rb world 2 aimbot working How to get it? rb world 2 aimbot working _G.accuracy = 83 -- Accuracy; 83 Makes it in almost always; 100 is always a green; _G.key = "r" -- Key to press to activate; --// SCRIPT //-- print("Press r to shoot! \nPress q to toggle accuracy between 83 and 100!") --// ACCURACY SWITCH mouse.KeyDown:connect(function(k) rb world 2 aimbot working How to dowload it? rb world 2 aimbot working if k == "q" then if _G.accuracy == 83 then _G.accuracy = 100 elseif _G.accuracy == 100 then _G.accuracy = 83 end print(_G.accuracy) end end) rb world 2 aimbot working PasteShr rb world 2 aimbot working --// SHOOT mouse.KeyDown:connect(function(k) if k == _G.key then for _,v in pairs(game.Workspace:GetChildren()) do if v.Name == "Basketball" then if v.controller.Value == game.Players.LocalPlayer.Name then local oncourt = "Court"..tonumber(game.Players.LocalPlayer.System.OnCourt.Value) local onhoop = "_Hoop"..tonumber(game.Players.LocalPlayer.System.OnTeam.Value) remotes.character.value:FireServer("shooting", true) rb world 2 aimbot working PasteShr rb world 2 aimbot working if game.Workspace[oncourt]:FindFirstChild(onhoop) then v.shoot:FireServer(game.Workspace[oncourt][onhoop], _G.accuracy, true) elseif game.Workspace[oncourt]:FindFirstChild("_Hoop1") then v.shoot:FireServer(game.Workspace[oncourt]["_Hoop1"], _G.accuracy, true) end end end end end end) rb world 2 aimbot working How to use it? rb world 2 aimbot working rb world 2 aimbot working