B0NDIAS

Rb world 2 roblox

Aug 29th, 2020
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 27.56 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local RBWorld2 = Instance.new("ScreenGui")
  5. local OpenFrame = Instance.new("Frame")
  6. local OpenClose = Instance.new("TextButton")
  7. local Main = Instance.new("Frame")
  8. local boxing = Instance.new("TextButton")
  9. local aimbot = Instance.new("TextButton")
  10. local playsound = Instance.new("TextButton")
  11. local ID = Instance.new("TextBox")
  12. local clicktp = Instance.new("TextButton")
  13. local fly = Instance.new("TextButton")
  14. local noclip = Instance.new("TextButton")
  15. local westside = Instance.new("TextButton")
  16. local speed = Instance.new("TextButton")
  17. local speednumber = Instance.new("TextBox")
  18. local eastside = Instance.new("TextButton")
  19. local credits = Instance.new("TextLabel")
  20. local title = Instance.new("TextLabel")
  21. local Next = Instance.new("TextButton")
  22. local Page2 = Instance.new("Frame")
  23. local credits2 = Instance.new("TextLabel")
  24. local page2next = Instance.new("TextLabel")
  25. local Prev = Instance.new("TextButton")
  26. local statchange = Instance.new("TextButton")
  27. local Next2 = Instance.new("TextButton")
  28. local Page3 = Instance.new("Frame")
  29. local credits2_2 = Instance.new("TextLabel")
  30. local page3title = Instance.new("TextLabel")
  31. local Prev2 = Instance.new("TextButton")
  32. local about = Instance.new("TextLabel")
  33. --Properties:
  34. RBWorld2.Name = "RB World 2"
  35. RBWorld2.Parent = game.CoreGui
  36.  
  37. OpenFrame.Name = "Open Frame"
  38. OpenFrame.Parent = RBWorld2
  39. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  40. OpenFrame.Position = UDim2.new(0, 0, 0.486994207, 0)
  41. OpenFrame.Size = UDim2.new(0, 119, 0, 41)
  42. OpenFrame.Style = Enum.FrameStyle.DropShadow
  43.  
  44. OpenClose.Name = "Open/Close"
  45. OpenClose.Parent = OpenFrame
  46. OpenClose.BackgroundColor3 = Color3.new(0, 0, 0)
  47. OpenClose.BackgroundTransparency = 0.89999997615814
  48. OpenClose.Position = UDim2.new(0.0336134471, 0, 0.097560972, 0)
  49. OpenClose.Size = UDim2.new(0, 97, 0, 24)
  50. OpenClose.Font = Enum.Font.Cartoon
  51. OpenClose.Text = "Close"
  52. OpenClose.TextColor3 = Color3.new(1, 1, 1)
  53. OpenClose.TextSize = 16
  54.  
  55. Main.Name = "Main"
  56. Main.Parent = RBWorld2
  57. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  58. Main.Position = UDim2.new(0.170108229, 0, 0.120233506, 0)
  59. Main.Size = UDim2.new(0, 570, 0, 371)
  60. Main.Style = Enum.FrameStyle.DropShadow
  61. Main.Active = true
  62. Main.Draggable = true
  63.  
  64. boxing.Name = "boxing"
  65. boxing.Parent = Main
  66. boxing.BackgroundColor3 = Color3.new(1, 1, 1)
  67. boxing.BorderColor3 = Color3.new(0, 0, 0)
  68. boxing.BorderSizePixel = 5
  69. boxing.Position = UDim2.new(0.348815978, 0, 0.370665222, 0)
  70. boxing.Size = UDim2.new(0, 166, 0, 50)
  71. boxing.Font = Enum.Font.Cartoon
  72. boxing.Text = "Boxing (Press keys 1-8)"
  73. boxing.TextColor3 = Color3.new(0, 0, 0)
  74. boxing.TextSize = 14
  75.  
  76. aimbot.Name = "aimbot"
  77. aimbot.Parent = Main
  78. aimbot.BackgroundColor3 = Color3.new(1, 1, 1)
  79. aimbot.BorderColor3 = Color3.new(0, 0, 0)
  80. aimbot.BorderSizePixel = 5
  81. aimbot.Position = UDim2.new(0.351004124, 0, 0.152336404, 0)
  82. aimbot.Size = UDim2.new(0, 166, 0, 50)
  83. aimbot.Font = Enum.Font.SourceSans
  84. aimbot.Text = "Aimbot (Press F to shoot)"
  85. aimbot.TextColor3 = Color3.new(0, 0, 0)
  86. aimbot.TextSize = 14
  87. aimbot.TextStrokeTransparency = 5
  88.  
  89. playsound.Name = "playsound"
  90. playsound.Parent = Main
  91. playsound.BackgroundColor3 = Color3.new(1, 1, 1)
  92. playsound.BorderColor3 = Color3.new(0, 0, 0)
  93. playsound.BorderSizePixel = 5
  94. playsound.Position = UDim2.new(0.0146864224, 0, 0.564735353, 0)
  95. playsound.Size = UDim2.new(0, 166, 0, 50)
  96. playsound.Font = Enum.Font.Cartoon
  97. playsound.Text = "Play Sound"
  98. playsound.TextColor3 = Color3.new(0, 0, 0)
  99. playsound.TextSize = 14
  100.  
  101. ID.Name = "ID"
  102. ID.Parent = playsound
  103. ID.BackgroundColor3 = Color3.new(0, 0, 0)
  104. ID.BorderColor3 = Color3.new(1, 1, 1)
  105. ID.BorderSizePixel = 5
  106. ID.Position = UDim2.new(0, 0, 1.24000001, 0)
  107. ID.Size = UDim2.new(0, 166, 0, 49)
  108. ID.Font = Enum.Font.SourceSans
  109. ID.Text = "Set Song ID Here."
  110. ID.TextColor3 = Color3.new(1, 0.333333, 1)
  111. ID.TextSize = 14
  112.  
  113. clicktp.Name = "click tp"
  114. clicktp.Parent = Main
  115. clicktp.BackgroundColor3 = Color3.new(1, 1, 1)
  116. clicktp.BorderColor3 = Color3.new(0, 0, 0)
  117. clicktp.BorderSizePixel = 5
  118. clicktp.Position = UDim2.new(0.684861779, 0, 0.368273079, 0)
  119. clicktp.Size = UDim2.new(0, 166, 0, 50)
  120. clicktp.Font = Enum.Font.SourceSans
  121. clicktp.Text = "Click TP (ctrl+click)"
  122. clicktp.TextColor3 = Color3.new(0, 0, 0)
  123. clicktp.TextSize = 14
  124.  
  125. fly.Name = "fly"
  126. fly.Parent = Main
  127. fly.BackgroundColor3 = Color3.new(1, 1, 1)
  128. fly.BorderColor3 = Color3.new(0, 0, 0)
  129. fly.BorderSizePixel = 5
  130. fly.Position = UDim2.new(0.6860919, 0, 0.565038562, 0)
  131. fly.Size = UDim2.new(0, 166, 0, 50)
  132. fly.Font = Enum.Font.Cartoon
  133. fly.Text = "Fly"
  134. fly.TextColor3 = Color3.new(0, 0, 0)
  135. fly.TextSize = 14
  136.  
  137. noclip.Name = "noclip"
  138. noclip.Parent = Main
  139. noclip.BackgroundColor3 = Color3.new(1, 1, 1)
  140. noclip.BorderColor3 = Color3.new(0, 0, 0)
  141. noclip.BorderSizePixel = 5
  142. noclip.Position = UDim2.new(0.0137283131, 0, 0.368273079, 0)
  143. noclip.Size = UDim2.new(0, 166, 0, 50)
  144. noclip.Font = Enum.Font.SourceSans
  145. noclip.Text = "Noclip (Hold L)"
  146. noclip.TextColor3 = Color3.new(0, 0, 0)
  147. noclip.TextSize = 14
  148.  
  149. westside.Name = "westside"
  150. westside.Parent = Main
  151. westside.BackgroundColor3 = Color3.new(1, 1, 1)
  152. westside.BorderColor3 = Color3.new(0, 0, 0)
  153. westside.BorderSizePixel = 5
  154. westside.Position = UDim2.new(0.686616242, 0, 0.151654124, 0)
  155. westside.Size = UDim2.new(0, 166, 0, 50)
  156. westside.Font = Enum.Font.SourceSans
  157. westside.Text = "Change to Westside"
  158. westside.TextColor3 = Color3.new(0, 0, 0)
  159. westside.TextSize = 14
  160.  
  161. speed.Name = "speed"
  162. speed.Parent = Main
  163. speed.BackgroundColor3 = Color3.new(1, 1, 1)
  164. speed.BorderColor3 = Color3.new(0, 0, 0)
  165. speed.BorderSizePixel = 5
  166. speed.Position = UDim2.new(0.34924978, 0, 0.564053118, 0)
  167. speed.Size = UDim2.new(0, 166, 0, 50)
  168. speed.Font = Enum.Font.SourceSans
  169. speed.Text = "Speed Hack ( Hold Q)"
  170. speed.TextColor3 = Color3.new(0, 0, 0)
  171. speed.TextSize = 14
  172.  
  173. speednumber.Name = "speednumber"
  174. speednumber.Parent = speed
  175. speednumber.BackgroundColor3 = Color3.new(0, 0, 0)
  176. speednumber.BorderColor3 = Color3.new(1, 1, 1)
  177. speednumber.BorderSizePixel = 5
  178. speednumber.Position = UDim2.new(0.00602412224, 0, 1.24000025, 0)
  179. speednumber.Size = UDim2.new(0, 166, 0, 49)
  180. speednumber.Font = Enum.Font.SourceSans
  181. speednumber.Text = "Set Speed Here."
  182. speednumber.TextColor3 = Color3.new(1, 0.333333, 1)
  183. speednumber.TextSize = 16
  184.  
  185. eastside.Name = "eastside"
  186. eastside.Parent = Main
  187. eastside.BackgroundColor3 = Color3.new(1, 1, 1)
  188. eastside.BorderColor3 = Color3.new(0, 0, 0)
  189. eastside.BorderSizePixel = 5
  190. eastside.Position = UDim2.new(0.0137283225, 0, 0.151654139, 0)
  191. eastside.Size = UDim2.new(0, 166, 0, 50)
  192. eastside.Font = Enum.Font.Cartoon
  193. eastside.Text = "Change to Eastside"
  194. eastside.TextColor3 = Color3.new(0, 0, 0)
  195. eastside.TextSize = 14
  196.  
  197. credits.Name = "credits"
  198. credits.Parent = Main
  199. credits.BackgroundColor3 = Color3.new(0, 0, 0)
  200. credits.BorderColor3 = Color3.new(1, 1, 1)
  201. credits.BorderSizePixel = 5
  202. credits.Position = UDim2.new(0.00877192989, 0, 0.935310006, 0)
  203. credits.Size = UDim2.new(0, 548, 0, 48)
  204. credits.Font = Enum.Font.SourceSans
  205. credits.Text = "Join the Discord for updates: Discord.me/Cyamic"
  206. credits.TextColor3 = Color3.new(1, 1, 1)
  207. credits.TextSize = 20
  208.  
  209. title.Name = "title"
  210. title.Parent = Main
  211. title.BackgroundColor3 = Color3.new(0, 0, 0)
  212. title.BorderColor3 = Color3.new(1, 1, 1)
  213. title.BorderSizePixel = 5
  214. title.Position = UDim2.new(0.00175438542, 0, -0.0215633418, 0)
  215. title.Size = UDim2.new(0, 552, 0, 47)
  216. title.Font = Enum.Font.Cartoon
  217. title.Text = "www.youtube.com/c/cyamic"
  218. title.TextColor3 = Color3.new(1, 1, 1)
  219. title.TextSize = 24
  220.  
  221. Next.Name = "Next"
  222. Next.Parent = Main
  223. Next.BackgroundColor3 = Color3.new(0, 0, 0)
  224. Next.BorderColor3 = Color3.new(0, 0, 0)
  225. Next.BorderSizePixel = 0
  226. Next.Position = UDim2.new(0.907839715, 0, 0.93711257, 0)
  227. Next.Size = UDim2.new(0, 50, 0, 45)
  228. Next.Font = Enum.Font.SourceSans
  229. Next.Text = ">"
  230. Next.TextColor3 = Color3.new(1, 1, 1)
  231. Next.TextSize = 45
  232.  
  233. Page2.Name = "Page2"
  234. Page2.Parent = RBWorld2
  235. Page2.BackgroundColor3 = Color3.new(1, 1, 1)
  236. Page2.Position = UDim2.new(0.169605166, 0, 0.119804397, 0)
  237. Page2.Size = UDim2.new(0, 570, 0, 401)
  238. Page2.Visible = false
  239. Page2.Style = Enum.FrameStyle.DropShadow
  240. Page2.Active = true
  241. Page2.Draggable = true
  242.  
  243. credits2.Name = "credits2"
  244. credits2.Parent = Page2
  245. credits2.BackgroundColor3 = Color3.new(0, 0, 0)
  246. credits2.BorderColor3 = Color3.new(1, 1, 1)
  247. credits2.BorderSizePixel = 5
  248. credits2.Position = UDim2.new(6.05359674e-09, 0, 0.857142925, 0)
  249. credits2.Size = UDim2.new(0, 553, 0, 50)
  250. credits2.Font = Enum.Font.SourceSans
  251. credits2.Text = "Join the Discord for updates: Discord.me/Cyamic"
  252. credits2.TextColor3 = Color3.new(1, 1, 1)
  253. credits2.TextSize = 20
  254.  
  255. page2next.Name = "page 2 next"
  256. page2next.Parent = Page2
  257. page2next.BackgroundColor3 = Color3.new(0, 0, 0)
  258. page2next.BorderColor3 = Color3.new(1, 1, 1)
  259. page2next.BorderSizePixel = 5
  260. page2next.Position = UDim2.new(0.00350877177, 0, -0.0188679248, 0)
  261. page2next.Size = UDim2.new(0, 553, 0, 50)
  262. page2next.Font = Enum.Font.SourceSans
  263. page2next.Text = "Page 2"
  264. page2next.TextColor3 = Color3.new(1, 1, 1)
  265. page2next.TextSize = 20
  266.  
  267. Prev.Name = "Prev"
  268. Prev.Parent = Page2
  269. Prev.BackgroundColor3 = Color3.new(0, 0, 0)
  270. Prev.BorderColor3 = Color3.new(0, 0, 0)
  271. Prev.BorderSizePixel = 0
  272. Prev.Position = UDim2.new(0.00298249722, 0, 0.861390829, 0)
  273. Prev.Size = UDim2.new(0, 50, 0, 45)
  274. Prev.Font = Enum.Font.SourceSans
  275. Prev.Text = "<"
  276. Prev.TextColor3 = Color3.new(1, 1, 1)
  277. Prev.TextSize = 45
  278.  
  279. statchange.Name = "statchange"
  280. statchange.Parent = Page2
  281. statchange.BackgroundColor3 = Color3.new(0, 0, 0)
  282. statchange.BorderColor3 = Color3.new(1, 1, 1)
  283. statchange.BorderSizePixel = 5
  284. statchange.Position = UDim2.new(0.0455087721, 0, 0.19786793, 0)
  285. statchange.Size = UDim2.new(0, 166, 0, 50)
  286. statchange.Font = Enum.Font.SourceSans
  287. statchange.Text = "StatChange"
  288. statchange.TextColor3 = Color3.new(1, 1, 1)
  289. statchange.TextSize = 14
  290.  
  291. Next2.Name = "Next2"
  292. Next2.Parent = Page2
  293. Next2.BackgroundColor3 = Color3.new(0, 0, 0)
  294. Next2.BorderColor3 = Color3.new(0, 0, 0)
  295. Next2.BorderSizePixel = 0
  296. Next2.Position = UDim2.new(0.90649128, 0, 0.856000006, 0)
  297. Next2.Size = UDim2.new(0, 50, 0, 45)
  298. Next2.Font = Enum.Font.SourceSans
  299. Next2.Text = ">"
  300. Next2.TextColor3 = Color3.new(1, 1, 1)
  301. Next2.TextSize = 45
  302.  
  303. Page3.Name = "Page3"
  304. Page3.Parent = RBWorld2
  305. Page3.BackgroundColor3 = Color3.new(1, 1, 1)
  306. Page3.Position = UDim2.new(0.170000002, 0, 0.119999997, 0)
  307. Page3.Size = UDim2.new(0, 570, 0, 401)
  308. Page3.Visible = false
  309. Page3.Style = Enum.FrameStyle.DropShadow
  310. Page2.Active = true
  311. Page2.Draggable = true
  312.  
  313. credits2_2.Name = "credits2"
  314. credits2_2.Parent = Page3
  315. credits2_2.BackgroundColor3 = Color3.new(0, 0, 0)
  316. credits2_2.BorderColor3 = Color3.new(1, 1, 1)
  317. credits2_2.BorderSizePixel = 5
  318. credits2_2.Position = UDim2.new(0.00350877806, 0, 0.862130463, 0)
  319. credits2_2.Size = UDim2.new(0, 553, 0, 50)
  320. credits2_2.Font = Enum.Font.SourceSans
  321. credits2_2.Text = "Join the Discord for updates: Discord.me/Cyamic"
  322. credits2_2.TextColor3 = Color3.new(1, 1, 1)
  323. credits2_2.TextSize = 20
  324.  
  325. page3title.Name = "page 3 title"
  326. page3title.Parent = Page3
  327. page3title.BackgroundColor3 = Color3.new(0, 0, 0)
  328. page3title.BorderColor3 = Color3.new(1, 1, 1)
  329. page3title.BorderSizePixel = 5
  330. page3title.Position = UDim2.new(0.00350877177, 0, -0.0188679248, 0)
  331. page3title.Size = UDim2.new(0, 553, 0, 50)
  332. page3title.Font = Enum.Font.SourceSans
  333. page3title.Text = "Page 3"
  334. page3title.TextColor3 = Color3.new(1, 1, 1)
  335. page3title.TextSize = 20
  336.  
  337. Prev2.Name = "Prev2"
  338. Prev2.Parent = Page3
  339. Prev2.BackgroundColor3 = Color3.new(0, 0, 0)
  340. Prev2.BorderColor3 = Color3.new(0, 0, 0)
  341. Prev2.BorderSizePixel = 0
  342. Prev2.Position = UDim2.new(0.00298249722, 0, 0.873859644, 0)
  343. Prev2.Size = UDim2.new(0, 50, 0, 45)
  344. Prev2.Font = Enum.Font.SourceSans
  345. Prev2.Text = "<"
  346. Prev2.TextColor3 = Color3.new(1, 1, 1)
  347. Prev2.TextSize = 45
  348.  
  349. about.Name = "about"
  350. about.Parent = Page3
  351. about.BackgroundColor3 = Color3.new(0, 0, 0)
  352. about.BorderColor3 = Color3.new(1, 1, 1)
  353. about.BorderSizePixel = 5
  354. about.Position = UDim2.new(0.00350877177, 0, 0.11221946, 0)
  355. about.Size = UDim2.new(0, 553, 0, 289)
  356. about.Font = Enum.Font.SourceSans
  357. about.Text = "This gui was made by me the one and only B0NDIAS if you want my discord here : Aa#6530 lmk for future scripts or anything Enjoy this gui !!."
  358. about.TextColor3 = Color3.new(1, 1, 1)
  359. about.TextSize = 20
  360. about.TextWrapped = true
  361. -- Scripts:
  362. function SCRIPT_GDYU83_FAKESCRIPT() -- OpenClose.Script
  363.     getfenv().script = Instance.new('Script', OpenClose)
  364.  
  365.     local Button = script.Parent
  366.     Frame = script.Parent.Parent.Parent.Main
  367.     Open = script.Parent
  368.     function onClick()
  369.     if Frame.Visible == false and Open.Text == "Open" then
  370.     Frame.Visible = true
  371.     Open.Text = "Close"
  372.    
  373.     elseif Frame.Visible == true and Open.Text == "Close" then
  374.     Frame.Visible = false
  375.     Open.Text = "Open"
  376.     end
  377.     end
  378.    
  379.     Button.MouseButton1Click:connect(onClick)
  380.  
  381. end
  382. coroutine.resume(coroutine.create(SCRIPT_GDYU83_FAKESCRIPT))
  383. function SCRIPT_GHKN88_FAKESCRIPT() -- boxing.Script
  384.     getfenv().script = Instance.new('Script', boxing)
  385.  
  386.     function Click()
  387.        plr = game.Players.LocalPlayer
  388.     hum = plr.Character.HumanoidRootPart
  389.     mouse = plr:GetMouse()
  390.     mouse.KeyDown:connect(function(key)
  391.     if key == "1" then
  392.     Player = "LocalPlayer"
  393.     AnimationId = "1041467040"
  394.     local Anim = Instance.new("Animation")
  395.     Anim.AnimationId = "rbxassetid://"..AnimationId
  396.     local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  397.     k:Play() --Play the animation
  398.     k:AdjustSpeed(0.7)
  399.     end
  400.     if key == "2" then
  401.     Player = "LocalPlayer"
  402.     AnimationId = "1041467753"
  403.     local Anim = Instance.new("Animation")
  404.     Anim.AnimationId = "rbxassetid://"..AnimationId
  405.     local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  406.     k:Play() --Play the animation
  407.     k:AdjustSpeed(0.7)
  408.     end
  409.     if key == "3" then
  410.     Player = "LocalPlayer"
  411.     AnimationId = "1041462100"
  412.     local Anim = Instance.new("Animation")
  413.     Anim.AnimationId = "rbxassetid://"..AnimationId
  414.     local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  415.     k:Play() --Play the animation
  416.     k:AdjustSpeed(0.7)
  417.     end
  418.     if key == "4" then
  419.     Player = "LocalPlayer"
  420.     AnimationId = "1041681504"
  421.     local Anim = Instance.new("Animation")
  422.     Anim.AnimationId = "rbxassetid://"..AnimationId
  423.     local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  424.     k:Play() --Play the animation
  425.     k:AdjustSpeed(0.7)
  426.     end
  427.     if key == "5" then
  428.     Player = "LocalPlayer"
  429.     AnimationId = "1041470826"
  430.     local Anim = Instance.new("Animation")
  431.     Anim.AnimationId = "rbxassetid://"..AnimationId
  432.     local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  433.     k:Play() --Play the animation
  434.     k:AdjustSpeed(0.7)
  435.     end
  436.     if key == "6" then
  437.     Player = "LocalPlayer"
  438.     AnimationId = "1041470182"
  439.     local Anim = Instance.new("Animation")
  440.     Anim.AnimationId = "rbxassetid://"..AnimationId
  441.     local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  442.     k:Play() --Play the animation
  443.     k:AdjustSpeed(0.7)
  444.     end
  445.     if key == "7" then
  446.     Player = "LocalPlayer"
  447.     AnimationId = "1041374433"
  448.     local Anim = Instance.new("Animation")
  449.     Anim.AnimationId = "rbxassetid://"..AnimationId
  450.     local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  451.     k:Play() --Play the animation
  452.     k:AdjustSpeed(0.7)
  453.     end
  454.     if key == "8" then
  455.     Player = "LocalPlayer"
  456.     AnimationId = "849611631"
  457.     local Anim = Instance.new("Animation")
  458.     Anim.AnimationId = "rbxassetid://"..AnimationId
  459.     local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  460.     k:Play() --Play the animation
  461.     k:AdjustSpeed(1)
  462.     end
  463.     end)
  464.     end
  465.    
  466.     script.Parent.MouseButton1Down:connect(Click)
  467.    
  468.  
  469. end
  470. coroutine.resume(coroutine.create(SCRIPT_GHKN88_FAKESCRIPT))
  471. function SCRIPT_YOPE78_FAKESCRIPT() -- aimbot.Script
  472.     getfenv().script = Instance.new('Script', aimbot)
  473.  
  474.     function Click()
  475.         --// RBW2 UPDATED //--
  476.    
  477.     -- works here; https://www.roblox.com/games/593223204/RB-Westlake-Park
  478.    
  479.     --// MAINVARS //--
  480.    
  481.     remotes = game:GetService("ReplicatedStorage").gameplay
  482.     mouse = game.Players.LocalPlayer:GetMouse()
  483.    
  484.     --// EDITVARS //--
  485.    
  486.     _G.accuracy = 99 -- Accuracy; 99 Makes it in almost always; 100 is always a green;
  487.     _G.key = "f" -- Key to press to activate;
  488.    
  489.     --// SCRIPT //--
  490.    
  491.     print("Press f to shoot! \nPress q to toggle accuracy between 99 and 100!")
  492.    
  493.     --// ACCURACY SWITCH
  494.    
  495.     mouse.KeyDown:connect(function(k)
  496.     if k == "q" then
  497.     if _G.accuracy == 99 then
  498.     _G.accuracy = 100
  499.     elseif _G.accuracy == 100 then
  500.     _G.accuracy = 99
  501.     end
  502.     print(_G.accuracy)
  503.     end
  504.     end)
  505.    
  506.     --// SHOOT
  507.    
  508.     mouse.KeyDown:connect(function(k)
  509.     if k == _G.key then
  510.     for _,v in pairs(game.Workspace:GetChildren()) do
  511.     if v.Name == "Basketball" then
  512.     if v.controller.Value == game.Players.LocalPlayer.Name then
  513.     local oncourt = "Court"..tonumber(game.Players.LocalPlayer.System.OnCourt.Value)
  514.     local onhoop = "_Hoop"..tonumber(game.Players.LocalPlayer.System.OnTeam.Value)
  515.     remotes.character.value:FireServer("shooting", true)
  516.     if game.Workspace[oncourt]:FindFirstChild(onhoop) then
  517.     v.shoot:FireServer(game.Workspace[oncourt][onhoop], _G.accuracy, true)
  518.     elseif game.Workspace[oncourt]:FindFirstChild("_Hoop1") then
  519.     v.shoot:FireServer(game.Workspace[oncourt]["_Hoop1"], _G.accuracy, true)
  520.     end
  521.     end
  522.     end
  523.     end
  524.     end
  525.     end)
  526.     end
  527.    
  528.     script.Parent.MouseButton1Down:connect(Click)
  529.  
  530. end
  531. coroutine.resume(coroutine.create(SCRIPT_YOPE78_FAKESCRIPT))
  532. function SCRIPT_EMDJ75_FAKESCRIPT() -- playsound.Script
  533.     getfenv().script = Instance.new('Script', playsound)
  534.  
  535.     function playsound()
  536.     local sound = Instance.new("Sound")
  537.         local id = ID.Text
  538.         sound.Parent = game.Workspace
  539.         sound.SoundId = "rbxassetid://"..id
  540.         sound.Volume = 1
  541.         wait(1)
  542.         sound:Play()
  543.         print "played"
  544.     end
  545.     script.Parent.MouseButton1Down:connect(playsound)
  546.  
  547. end
  548. coroutine.resume(coroutine.create(SCRIPT_EMDJ75_FAKESCRIPT))
  549. function SCRIPT_SIAV81_FAKESCRIPT() -- clicktp.Script
  550.     getfenv().script = Instance.new('Script', clicktp)
  551.  
  552.     function clicktp()
  553.     local UIS = game:GetService("UserInputService")
  554.    
  555.     local Player = game.Players.LocalPlayer
  556.     local Mouse = Player:GetMouse()
  557.    
  558.    
  559.     function GetCharacter()
  560.        return game.Players.LocalPlayer.Character
  561.     end
  562.    
  563.     function Teleport(pos)
  564.        local Char = GetCharacter()
  565.        if Char then
  566.            Char:MoveTo(pos)
  567.        end
  568.     end
  569.    
  570.    
  571.     UIS.InputBegan:Connect(function(input)
  572.        if input.UserInputType == Enum.UserInputType.MouseButton1 and UIS:IsKeyDown(Enum.KeyCode.LeftControl) then
  573.            Teleport(Mouse.Hit.p)
  574.        end
  575.     end)
  576.     end
  577.     script.Parent.MouseButton1Down:connect(clicktp)
  578.  
  579. end
  580. coroutine.resume(coroutine.create(SCRIPT_SIAV81_FAKESCRIPT))
  581. function SCRIPT_YKOE79_FAKESCRIPT() -- fly.Script
  582.     getfenv().script = Instance.new('Script', fly)
  583.  
  584.     local flytoggle = false
  585.     -- FLY SCRIPT BY RGEENEUS
  586.    
  587.     -- The following code should be in a local script.
  588.     -- Only works on PC, not xbox or mobile. I do not have devices to test on.
  589.     -- Call the start fly function AFTER the character exists to fly. The function does not run if there is no character.
  590.    
  591.     local speed = 60 -- This is the fly speed. Change it to whatever you like. The variable can be changed while running
  592.    
  593.     local c
  594.     local h
  595.     local bv
  596.     local bav
  597.     local cam
  598.     local flying
  599.     local p = game.Players.LocalPlayer
  600.     local buttons = {W = false, S = false, A = false, D = false, Moving = false}
  601.    
  602.     local startFly = function () -- Call this function to begin flying
  603.         if not p.Character or not p.Character.Head or flying then return end
  604.         c = p.Character
  605.         h = c.Humanoid
  606.         h.PlatformStand = true
  607.         cam = workspace:WaitForChild('Camera')
  608.         bv = Instance.new("BodyVelocity")
  609.         bav = Instance.new("BodyAngularVelocity")
  610.         bv.Velocity, bv.MaxForce, bv.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
  611.         bav.AngularVelocity, bav.MaxTorque, bav.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
  612.         bv.Parent = c.Head
  613.         bav.Parent = c.Head
  614.         flying = true
  615.         h.Died:connect(function() flying = false end)
  616.     end
  617.    
  618.     local endFly = function () -- Call this function to stop flying
  619.         if not p.Character or not flying then return end
  620.         h.PlatformStand = false
  621.         bv:Destroy()
  622.         bav:Destroy()
  623.         flying = false
  624.     end
  625.    
  626.     game:GetService("UserInputService").InputBegan:connect(function (input, GPE)
  627.         if GPE then return end
  628.         for i, e in pairs(buttons) do
  629.             if i ~= "Moving" and input.KeyCode == Enum.KeyCode[i] then
  630.                 buttons[i] = true
  631.                 buttons.Moving = true
  632.             end
  633.         end
  634.     end)
  635.    
  636.     game:GetService("UserInputService").InputEnded:connect(function (input, GPE)
  637.         if GPE then return end
  638.         local a = false
  639.         for i, e in pairs(buttons) do
  640.             if i ~= "Moving" then
  641.                 if input.KeyCode == Enum.KeyCode[i] then
  642.                     buttons[i] = false
  643.                 end
  644.                 if buttons[i] then a = true end
  645.             end
  646.         end
  647.         buttons.Moving = a
  648.     end)
  649.    
  650.     local setVec = function (vec)
  651.         return vec * (speed / vec.Magnitude)
  652.     end
  653.    
  654.     game:GetService("RunService").Heartbeat:connect(function (step) -- The actual fly function, called every frame
  655.         if flying and c and c.PrimaryPart then
  656.             local p = c.PrimaryPart.Position
  657.             local cf = cam.CFrame
  658.             local ax, ay, az = cf:toEulerAnglesXYZ()
  659.             c:SetPrimaryPartCFrame(CFrame.new(p.x, p.y, p.z) * CFrame.Angles(ax, ay, az))
  660.             if buttons.Moving then
  661.                 local t = Vector3.new()
  662.                 if buttons.W then t = t + (setVec(cf.lookVector)) end
  663.                 if buttons.S then t = t - (setVec(cf.lookVector)) end
  664.                 if buttons.A then t = t - (setVec(cf.rightVector)) end
  665.                 if buttons.D then t = t + (setVec(cf.rightVector)) end
  666.                 c:TranslateBy(t * step)
  667.             end
  668.         end
  669.     end)
  670.    
  671.     function flytogl()
  672.         if flytoggle == true then
  673.             flytoggle = false
  674.             fly.Text = "Fly off"
  675.         else
  676.             flytoggle = true
  677.             fly.Text = "Fly on"
  678.             startFly()
  679.             repeat
  680.                 wait(0.001)
  681.             until flytoggle == false
  682.             endFly()
  683.         end
  684.     end
  685.     fly.MouseButton1Down:connect(flytogl)
  686.  
  687. end
  688. coroutine.resume(coroutine.create(SCRIPT_YKOE79_FAKESCRIPT))
  689. function SCRIPT_VKIS85_FAKESCRIPT() -- noclip.Script
  690.     getfenv().script = Instance.new('Script', noclip)
  691.  
  692.     function noclip()
  693.     game:getService("RunService"):BindToRenderStep("",0,function()
  694.     if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
  695.     if game:getService("UserInputService"):IsKeyDown(Enum.KeyCode.L) then
  696.     game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  697.     end
  698.     end)
  699.     end
  700.     script.Parent.MouseButton1Down:connect(noclip)
  701.  
  702. end
  703. coroutine.resume(coroutine.create(SCRIPT_VKIS85_FAKESCRIPT))
  704. function SCRIPT_XXTN83_FAKESCRIPT() -- westside.Script
  705.     getfenv().script = Instance.new('Script', westside)
  706.  
  707.     function west()
  708.         game.ReplicatedStorage.places:FindFirstChild("RB Eastside Park").Value = 593223204
  709.     print 'worked';
  710.     end
  711.     script.Parent.MouseButton1Down:connect(west)
  712.    
  713.  
  714. end
  715. coroutine.resume(coroutine.create(SCRIPT_XXTN83_FAKESCRIPT))
  716. function SCRIPT_BSMK79_FAKESCRIPT() -- speed.Script
  717.     getfenv().script = Instance.new('Script', speed)
  718.  
  719.     function yourspeed()
  720.     -- << K1LL0X >> --
  721.    
  722.     --This may be a little buggy, so beware.
  723.     --Hold "Q" to speed up
  724.    
  725.    
  726.    
  727.    
  728.    
  729.    
  730.     down = false
  731.     velocity = Instance.new("BodyVelocity")
  732.     velocity.maxForce = Vector3.new(100000, 0, 100000)
  733.     ---vv Use that to change the speed v
  734.     local speed = speednumber.Text
  735.     gyro = Instance.new("BodyGyro")
  736.     gyro.maxTorque = Vector3.new(100000, 0, 100000)
  737.    
  738.     local hum = game.Players.LocalPlayer.Character.Humanoid
  739.    
  740.     function onButton1Down(mouse)
  741.     down = true
  742.     velocity.Parent = game.Players.LocalPlayer.Character.UpperTorso
  743.     velocity.velocity = (hum.MoveDirection) * speed
  744.     gyro.Parent = game.Players.LocalPlayer.Character.UpperTorso
  745.     while down do
  746.     if not down then break end
  747.     velocity.velocity = (hum.MoveDirection) * speed
  748.     local refpos = gyro.Parent.Position + (gyro.Parent.Position - workspace.CurrentCamera.CoordinateFrame.p).unit * 5
  749.     gyro.cframe = CFrame.new(gyro.Parent.Position, Vector3.new(refpos.x, gyro.Parent.Position.y, refpos.z))
  750.     wait(0.1)
  751.     end
  752.     end
  753.    
  754.     function onButton1Up(mouse)
  755.     velocity.Parent = nil
  756.     gyro.Parent = nil
  757.     down = false
  758.     end
  759.     --To Change the key in those 2 lines, replace the "q" with your desired key
  760.     function onSelected(mouse)
  761.     mouse.KeyDown:connect(function(k) if k:lower()=="q"then onButton1Down(mouse)end end)
  762.     mouse.KeyUp:connect(function(k) if k:lower()=="q"then onButton1Up(mouse)end end)
  763.     end
  764.    
  765.     onSelected(game.Players.LocalPlayer:GetMouse())
  766.     end
  767.     script.Parent.MouseButton1Down:connect(yourspeed)
  768.  
  769. end
  770. coroutine.resume(coroutine.create(SCRIPT_BSMK79_FAKESCRIPT))
  771. function SCRIPT_RTZD85_FAKESCRIPT() -- eastside.Script
  772.     getfenv().script = Instance.new('Script', eastside)
  773.  
  774.     function east()
  775.     game.ReplicatedStorage.places:FindFirstChild("RB Westlake Park").Value = 591582661
  776.     print 'worked';
  777.     end
  778.     script.Parent.MouseButton1Down:connect(east)
  779.    
  780.  
  781. end
  782. coroutine.resume(coroutine.create(SCRIPT_RTZD85_FAKESCRIPT))
  783. function SCRIPT_VUHN77_FAKESCRIPT() -- Next.Script
  784.     getfenv().script = Instance.new('Script', Next)
  785.  
  786.     pages = game.CoreGui["RB World 2"]
  787.     Next.MouseButton1Down:connect(function()
  788.         if pages.Main.Visible == true and pages.Page2.Visible == false then
  789.             pages.Main.Visible = false
  790.             pages.Page2.Visible = true
  791.         end
  792.     end)
  793.  
  794. end
  795. coroutine.resume(coroutine.create(SCRIPT_VUHN77_FAKESCRIPT))
  796. function SCRIPT_GSSK87_FAKESCRIPT() -- Prev.Script
  797.     getfenv().script = Instance.new('Script', Prev)
  798.  
  799.     pages = game.CoreGui["RB World 2"]
  800.     Prev.MouseButton1Down:connect(function()
  801.         if pages.Page2.Visible == true and pages.Main.Visible == false then
  802.             pages.Page2.Visible = false
  803.             pages.Main.Visible = true
  804.         end
  805.     end)
  806.  
  807. end
  808. coroutine.resume(coroutine.create(SCRIPT_GSSK87_FAKESCRIPT))
  809. function SCRIPT_GSTF82_FAKESCRIPT() -- statchange.Script
  810.     getfenv().script = Instance.new('Script', statchange)
  811.  
  812.     function statchange()
  813.         --[[
  814.        Name: RB_statchange.lua
  815.        Author: Vail#8531
  816.        Desc: Yes, you can edit this.
  817.     ]]
  818.    
  819.     for i,v in next, debug.getregistry() do
  820.        if type(v) == 'function' then
  821.            local s, yo = pcall(function() return debug.getupvalues(v) end)
  822.            if yo and type(yo) == 'table' then
  823.                if yo.Attributes then
  824.                    local hi = yo.Attributes;
  825.                    hi.freethrow = math.huge;
  826.                    hi.postscorer = math.huge;
  827.                    hi.ballspeed  = math.huge;
  828.                    hi.jump = 50;
  829.                    hi.steal = math.huge;
  830.                    hi.shotcontest = 0;
  831.                    hi["2pointer"] = math.huge;
  832.                    hi["3pointer"] = math.huge;
  833.                    hi.passing = math.huge;
  834.                    hi.layup = math.huge;
  835.                    hi.strength = math.huge;
  836.                    hi.dunk = math.huge;
  837.                    hi.speed = math.huge;
  838.                    hi.handles = math.huge;
  839.                    hi.movingshot = math.huge;
  840.                    hi.defense = math.huge;
  841.                    hi.stamina = math.huge;
  842.                end;
  843.            end;
  844.        end;
  845.     end;
  846.     print 'worked'
  847.     end
  848.     script.Parent.MouseButton1Down:connect(statchange)
  849.  
  850. end
  851. coroutine.resume(coroutine.create(SCRIPT_GSTF82_FAKESCRIPT))
  852. function SCRIPT_XMLP71_FAKESCRIPT() -- Next2.Script
  853.     getfenv().script = Instance.new('Script', Next2)
  854.  
  855.     pages = game.CoreGui["RB World 2"]
  856.     Next2.MouseButton1Down:connect(function()
  857.         if pages.Page2.Visible == true and pages.Page3.Visible == false then
  858.             pages.Page2.Visible = false
  859.             pages.Page3.Visible = true
  860.         end
  861.     end)
  862.  
  863. end
  864. coroutine.resume(coroutine.create(SCRIPT_XMLP71_FAKESCRIPT))
  865. function SCRIPT_LHYL80_FAKESCRIPT() -- Prev2.Script
  866.     getfenv().script = Instance.new('Script', Prev2)
  867.  
  868.     pages = game.CoreGui["RB World 2"]
  869.     Prev2.MouseButton1Down:connect(function()
  870.         if pages.Page3.Visible == true and pages.Page2.Visible == false then
  871.             pages.Page3.Visible = false
  872.             pages.Page2.Visible = true
  873.         end
  874.     end)
  875.  
  876. end
  877. coroutine.resume(coroutine.create(SCRIPT_LHYL80_FAKESCRIPT))
Add Comment
Please, Sign In to add comment