Advertisement
Guest User

the rb world gui created by divisointv

a guest
Aug 16th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.17 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local RBWorld2 = Instance.new("ScreenGui")
  5. local MainFrame = Instance.new("Frame")
  6. local credits = Instance.new("TextLabel")
  7. local speed = Instance.new("TextButton")
  8. local aimbot = Instance.new("TextButton")
  9. local close = Instance.new("TextButton")
  10. local swicthparks = Instance.new("TextButton")
  11. local soon = Instance.new("TextButton")
  12. local working = Instance.new("TextLabel")
  13. --Properties:
  14. RBWorld2.Name = "RB World 2"
  15. RBWorld2.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16.  
  17. MainFrame.Name = "MainFrame"
  18. MainFrame.Parent = RBWorld2
  19. MainFrame.BackgroundColor3 = Color3.new(0, 1, 1)
  20. MainFrame.BorderSizePixel = 0
  21. MainFrame.Position = UDim2.new(0, 0, 0.726161361, 0)
  22. MainFrame.Size = UDim2.new(0, 608, 0, 199)
  23. MainFrame.Active = true
  24. MainFrame.Draggable = true
  25. credits.Name = "credits"
  26. credits.Parent = MainFrame
  27. credits.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  28. credits.Size = UDim2.new(0, 565, 0, 31)
  29. credits.Font = Enum.Font.SciFi
  30. credits.Text = "Created By Exploit Godz#6437 And DivineTV"
  31. credits.TextColor3 = Color3.new(0, 0, 0)
  32. credits.TextSize = 14
  33.  
  34. speed.Name = "speed"
  35. speed.Parent = MainFrame
  36. speed.BackgroundColor3 = Color3.new(0, 0, 0)
  37. speed.BorderSizePixel = 0
  38. speed.Position = UDim2.new(0.325663716, 0, 0.357079148, 0)
  39. speed.Size = UDim2.new(0, 197, 0, 41)
  40. speed.Font = Enum.Font.SourceSansBold
  41. speed.Text = "Speed(Hold G)"
  42. speed.TextColor3 = Color3.new(1, 1, 1)
  43. speed.TextSize = 20
  44. TextWrapped = true
  45. aimbot.Name = "aimbot(Hold F)"
  46. aimbot.Parent = MainFrame
  47. aimbot.BackgroundColor3 = Color3.new(0, 0, 0)
  48. aimbot.BorderSizePixel = 0
  49. aimbot.Position = UDim2.new(0.325663716, 0, 0.150613219, 0)
  50. aimbot.Size = UDim2.new(0, 197, 0, 41)
  51. aimbot.Font = Enum.Font.SourceSansBold
  52. aimbot.Text = "Aimbot"
  53. aimbot.TextColor3 = Color3.new(1, 1, 1)
  54. aimbot.TextSize = 20
  55. TextWrapped = true
  56. close.Name = "close"
  57. close.Parent = MainFrame
  58. close.BackgroundColor3 = Color3.new(0, 0, 0)
  59. close.Position = UDim2.new(0.922697365, 0, 0, 0)
  60. close.Size = UDim2.new(0, 47, 0, 30)
  61. close.Font = Enum.Font.SourceSansBold
  62. close.Text = "X"
  63. close.TextColor3 = Color3.new(1, 1, 1)
  64. close.TextSize = 20
  65. TextWrapped = true
  66. swicthparks.Name = "swicthparks"
  67. swicthparks.Parent = MainFrame
  68. swicthparks.BackgroundColor3 = Color3.new(0, 0, 0)
  69. swicthparks.BorderSizePixel = 0
  70. swicthparks.Position = UDim2.new(0.325663716, 0, 0.561538517, 0)
  71. swicthparks.Size = UDim2.new(0, 197, 0, 41)
  72. swicthparks.Font = Enum.Font.SourceSansBold
  73. swicthparks.Text = "Change To West"
  74. swicthparks.TextColor3 = Color3.new(1, 1, 1)
  75. TextSize = 20
  76. TextWrapped = true
  77.  
  78. soon.Name = "soon"
  79. soon.Parent = MainFrame
  80. soon.BackgroundColor3 = Color3.new(0, 0, 0)
  81. soon.BorderSizePixel = 0
  82. soon.Position = UDim2.new(0.325663716, 0, 0.753846228, 0)
  83. soon.Size = UDim2.new(0, 197, 0, 41)
  84. soon.Font = Enum.Font.SourceSansBold
  85. soon.Text = "Coming Soon"
  86. soon.TextColor3 = Color3.new(1, 1, 1)
  87. soon.TextSize = 20
  88. TextWrapped = true
  89. working.Name = "working"
  90. working.Parent = MainFrame
  91. working.BackgroundColor3 = Color3.new(1, 1, 1)
  92. working.Position = UDim2.new(0, 0, 1, 0)
  93. working.Size = UDim2.new(0, 260, 0, 18)
  94. working.Font = Enum.Font.SciFi
  95. working.Text = "Aimbot Only Works In Park Or Rec Center "
  96. working.TextColor3 = Color3.new(0, 0, 0)
  97. working.TextSize = 14
  98. -- Scripts:
  99. aimbot.MouseButton1Down:connect(function()
  100. --// RBW2 UPDATED //--
  101.  
  102. -- works here; https://www.roblox.com/games/593223204/RB-Westlake-Park
  103.  
  104. --// MAINVARS //--
  105.  
  106. remotes = game:GetService("ReplicatedStorage").gameplay
  107. mouse = game.Players.LocalPlayer:GetMouse()
  108.  
  109. --// EDITVARS //--
  110.  
  111. _G.accuracy = 99 -- Accuracy; 99 Makes it in almost always; 100 is always a green;
  112. _G.key = "f" -- Key to press to activate;
  113.  
  114. --// SCRIPT //--
  115.  
  116. print("Press f to shoot! \nPress q to toggle accuracy between 99 and 100!")
  117.  
  118. --// ACCURACY SWITCH
  119.  
  120. mouse.KeyDown:connect(function(k)
  121. if k == "q" then
  122. if _G.accuracy == 99 then
  123. _G.accuracy = 100
  124. elseif _G.accuracy == 100 then
  125. _G.accuracy = 99
  126. end
  127. print(_G.accuracy)
  128. end
  129. end)
  130.  
  131. --// SHOOT
  132.  
  133. mouse.KeyDown:connect(function(k)
  134. if k == _G.key then
  135. for _,v in pairs(game.Workspace:GetChildren()) do
  136. if v.Name == "Basketball" then
  137. if v.controller.Value == game.Players.LocalPlayer.Name then
  138. local oncourt = "Court"..tonumber(game.Players.LocalPlayer.System.OnCourt.Value)
  139. local onhoop = "_Hoop"..tonumber(game.Players.LocalPlayer.System.OnTeam.Value)
  140. remotes.character.value:FireServer("shooting", true)
  141. if game.Workspace[oncourt]:FindFirstChild(onhoop) then
  142. v.shoot:FireServer(game.Workspace[oncourt][onhoop], _G.accuracy, true)
  143. elseif game.Workspace[oncourt]:FindFirstChild("_Hoop1") then
  144. v.shoot:FireServer(game.Workspace[oncourt]["_Hoop1"], _G.accuracy, true)
  145. end
  146. end
  147. end
  148. end
  149. end
  150. end)
  151. end)
  152.  
  153. speed.MouseButton1Down:connect(function()
  154. down = false
  155. velocity = Instance.new("BodyVelocity")
  156. velocity.maxForce = Vector3.new(100000, 0, 100000)
  157. ---vv Use that to change the speed v
  158. local speed = 70
  159. gyro = Instance.new("BodyGyro")
  160. gyro.maxTorque = Vector3.new(100000, 0, 100000)
  161.  
  162. local hum = game.Players.LocalPlayer.Character.Humanoid
  163.  
  164. function onButton1Down(mouse)
  165. down = true
  166. velocity.Parent = game.Players.LocalPlayer.Character.UpperTorso
  167. velocity.velocity = (hum.MoveDirection) * speed
  168. gyro.Parent = game.Players.LocalPlayer.Character.UpperTorso
  169. while down do
  170. if not down then break end
  171. velocity.velocity = (hum.MoveDirection) * speed
  172. local refpos = gyro.Parent.Position + (gyro.Parent.Position - workspace.CurrentCamera.CoordinateFrame.p).unit * 5
  173. gyro.cframe = CFrame.new(gyro.Parent.Position, Vector3.new(refpos.x, gyro.Parent.Position.y, refpos.z))
  174. wait(0.1)
  175. end
  176. end
  177.  
  178. function onButton1Up(mouse)
  179. velocity.Parent = nil
  180. gyro.Parent = nil
  181. down = false
  182. end
  183. --To Change the key in those 2 lines, replace the "q" with your desired key
  184. function onSelected(mouse)
  185. mouse.KeyDown:connect(function(k) if k:lower()=="g"then onButton1Down(mouse)end end)
  186. mouse.KeyUp:connect(function(k) if k:lower()=="g"then onButton1Up(mouse)end end)
  187. end
  188.  
  189. onSelected(game.Players.LocalPlayer:GetMouse())
  190. end)
  191.  
  192. swicthparks.MouseButton1Down:connect(function()
  193. game.ReplicatedStorage.places:FindFirstChild("RB Westlake Park").Value = 591582661
  194. print 'worked';
  195. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement