wick1214

rbw2haxxx v2 update

Apr 25th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.81 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local OpenFrame = Instance.new("Frame")
  3. local Open = Instance.new("TextButton")
  4. local MainFrame = Instance.new("Frame")
  5. local Title = Instance.new("TextLabel")
  6. local Credits = Instance.new("TextLabel")
  7. local DropBall = Instance.new("TextButton")
  8. local StatChange = Instance.new("TextButton")
  9. local FixGlitch = Instance.new("TextButton")
  10. local GreenOnly = Instance.new("TextButton")
  11. local Admin = Instance.new("TextButton") -- done
  12. local Close = Instance.new("TextButton")
  13. local Fling = Instance.new("TextButton")
  14. local ClickTP = Instance.new("TextButton")
  15. local Reset = Instance.new("TextButton")
  16. local NextPage = Instance.new("TextButton")
  17. local BackPage = Instance.new("TextButton")
  18. local StatChanges = Instance.new("TextLabel")
  19. local Obvious = Instance.new("TextButton")
  20. local NotObvious = Instance.new("TextButton")
  21. local Legit = Instance.new("TextButton")
  22. local Noob = Instance.new("TextButton")
  23.  
  24. --Properties:
  25. ScreenGui.Parent = game.CoreGui
  26.  
  27. OpenFrame.Name = "OpenFrame"
  28. OpenFrame.Parent = ScreenGui
  29. OpenFrame.BackgroundColor3 = Color3.new(0.568627, 0, 0.00784314)
  30. OpenFrame.Position = UDim2.new(0, 0, 0.444444448, 0)
  31. OpenFrame.Size = UDim2.new(0, 94, 0, 38)
  32.  
  33. Open.Name = "Open"
  34. Open.Parent = OpenFrame
  35. Open.BackgroundColor3 = Color3.new(0.568627, 0, 0.00784314)
  36. Open.Size = UDim2.new(0, 94, 0, 38)
  37. Open.Text = "Open"
  38. Open.TextColor3 = Color3.new(0, 0, 0)
  39. Open.TextSize = 16
  40. Open.MouseButton1Down:connect(function()
  41. MainFrame.Visible = true
  42. OpenFrame.Visible = false
  43. end)
  44.  
  45. MainFrame.Name = "MainFrame"
  46. MainFrame.Parent = ScreenGui
  47. MainFrame.BackgroundColor3 = Color3.new(0.568627, 0, 0.00784314)
  48. MainFrame.BackgroundTransparency = 0.0099999997764826
  49. MainFrame.Position = UDim2.new(0.320627809, 0, 0.27722773, 0)
  50. MainFrame.Size = UDim2.new(0, 456, 0, 484)
  51. MainFrame.Visible = false
  52. MainFrame.Active = true
  53. MainFrame.Draggable = true
  54.  
  55. Title.Name = "Title"
  56. Title.Parent = MainFrame
  57. Title.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  58. Title.Size = UDim2.new(0, 456, 0, 50)
  59. Title.Text = "rbw2haxxx"
  60. Title.TextColor3 = Color3.new(0, 0, 0)
  61. Title.TextSize = 14
  62.  
  63. Credits.Name = "Credits"
  64. Credits.Parent = MainFrame
  65. Credits.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  66. Credits.Position = UDim2.new(0, 0, 0.896694243, 0)
  67. Credits.Size = UDim2.new(0, 456, 0, 50)
  68. Credits.Text = "Made by ou1z#4584"
  69. Credits.TextColor3 = Color3.new(0, 0, 0)
  70. Credits.TextSize = 14
  71.  
  72. DropBall.Name = "DropBall"
  73. DropBall.Parent = MainFrame
  74. DropBall.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  75. DropBall.Position = UDim2.new(0.0350877196, 0, 0.138429746, 0)
  76. DropBall.Size = UDim2.new(0, 201, 0, 50)
  77. DropBall.Text = "Drop Ball"
  78. DropBall.TextColor3 = Color3.new(0, 0, 0)
  79. DropBall.TextSize = 13
  80. DropBall.MouseButton1Down:connect(function()
  81. local descendants = game.workspace:GetDescendants()
  82.  
  83. for index, descendants in pairs(descendants) do
  84. if descendants .Name == "Basketball" then
  85. descendants.block:FireServer()
  86. end
  87. end
  88.  
  89. end)
  90.  
  91. StatChange.Name = "StatChange"
  92. StatChange.Parent = MainFrame
  93. StatChange.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  94. StatChange.Position = UDim2.new(0.519736826, 0, 0.138429746, 0)
  95. StatChange.Size = UDim2.new(0, 201, 0, 50)
  96. StatChange.Text = "Quick Stat Change"
  97. StatChange.TextColor3 = Color3.new(0, 0, 0)
  98. StatChange.TextSize = 13
  99. StatChange.MouseButton1Down:connect(function()
  100. loadstring(game:HttpGet("https://pastebin.com/raw/zzxzEbKM"))()
  101. end)
  102.  
  103. FixGlitch.Name = "FixGlitch"
  104. FixGlitch.Parent = MainFrame
  105. FixGlitch.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  106. FixGlitch.Position = UDim2.new(0.519736826, 0, 0.276859492, 0)
  107. FixGlitch.Size = UDim2.new(0, 201, 0, 50)
  108. FixGlitch.Text = "Fix Glitch"
  109. FixGlitch.TextColor3 = Color3.new(0, 0, 0)
  110. FixGlitch.TextSize = 13
  111. FixGlitch.MouseButton1Down:connect(function()
  112. local ballweld = game.Players.LocalPlayer.Character["ball.weld"]
  113.  
  114. ballweld:Destroy()
  115. end)
  116.  
  117. GreenOnly.Name = "GreenOnly"
  118. GreenOnly.Parent = MainFrame
  119. GreenOnly.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  120. GreenOnly.Position = UDim2.new(0.0350877047, 0, 0.276859492, 0)
  121. GreenOnly.Size = UDim2.new(0, 201, 0, 50)
  122. GreenOnly.Text = "Aimbot (Greens)"
  123. GreenOnly.TextColor3 = Color3.new(0, 0, 0)
  124. GreenOnly.TextSize = 13
  125. GreenOnly.MouseButton1Down:connect(function()
  126. loadstring(game:HttpGet("https://pastebin.com/raw/GH67C7eX"))()
  127. end)
  128.  
  129. Admin.Name = "Admin"
  130. Admin.Parent = MainFrame
  131. Admin.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  132. Admin.Position = UDim2.new(0.0350877047, 0, 0.415289223, 0)
  133. Admin.Size = UDim2.new(0, 201, 0, 50)
  134. Admin.Text = "Admin"
  135. Admin.TextColor3 = Color3.new(0, 0, 0)
  136. Admin.TextSize = 13
  137. Admin.MouseButton1Down:connect(function()
  138. loadstring(game:HttpGet("https://pastebin.com/raw/muCDvZFm"))()
  139. end)
  140.  
  141. Fling.Name = "Fling"
  142. Fling.Parent = MainFrame
  143. Fling.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  144. Fling.Position = UDim2.new(0.519736826, 0, 0.415289223, 0)
  145. Fling.Size = UDim2.new(0, 201, 0, 50)
  146. Fling.Text = "Fling"
  147. Fling.TextColor3 = Color3.new(0, 0, 0)
  148. Fling.TextSize = 13
  149. Fling.MouseButton1Down:connect(function()
  150. loadstring(game:HttpGet("https://pastebin.com/raw/iiyq2PLL"))()
  151. end)
  152.  
  153. ClickTP.Name = "ClickTP"
  154. ClickTP.Parent = MainFrame
  155. ClickTP.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  156. ClickTP.Position = UDim2.new(0.0350877047, 0, 0.551652908, 0)
  157. ClickTP.Size = UDim2.new(0, 201, 0, 50)
  158. ClickTP.Text = "Click TP (press q)"
  159. ClickTP.TextColor3 = Color3.new(0, 0, 0)
  160. ClickTP.TextSize = 13
  161. ClickTP.MouseButton1Down:connect(function()
  162. loadstring(game:HttpGet("https://pastebin.com/raw/qyww70GR"))()
  163. end)
  164.  
  165. Reset.Name = "Reset"
  166. Reset.Parent = MainFrame
  167. Reset.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  168. Reset.Position = UDim2.new(0.519736826, 0, 0.551652908, 0)
  169. Reset.Size = UDim2.new(0, 201, 0, 50)
  170. Reset.Text = "Reset"
  171. Reset.TextColor3 = Color3.new(0, 0, 0)
  172. Reset.TextSize = 13
  173. Reset.MouseButton1Down:connect(function()
  174. game.Players.LocalPlayer.Character:BreakJoints()
  175. end)
  176.  
  177. Close.Name = "Close"
  178. Close.Parent = MainFrame
  179. Close.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  180. Close.Position = UDim2.new(0.868421078, 0, 0, 0)
  181. Close.Size = UDim2.new(0, 60, 0, 50)
  182. Close.Text = "X"
  183. Close.TextColor3 = Color3.new(0, 0, 0)
  184. Close.TextSize = 19
  185. Close.MouseButton1Down:connect(function()
  186. OpenFrame.Visible = true
  187. MainFrame.Visible = false
  188. end)
  189.  
  190. NextPage.Name = "NextPage"
  191. NextPage.Parent = MainFrame
  192. NextPage.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  193. NextPage.Position = UDim2.new(0.276315778, 0, 0.729338825, 0)
  194. NextPage.Size = UDim2.new(0, 201, 0, 50)
  195. NextPage.Text = "Next"
  196. NextPage.TextColor3 = Color3.new(0, 0, 0)
  197. NextPage.TextSize = 13
  198. NextPage.MouseButton1Down:connect(function()
  199. Reset.Visible = false
  200. ClickTP.Visible = false
  201. Fling.Visible = false
  202. StatChange.Visible = false
  203. FixGlitch.Visible = false
  204. DropBall.Visible = false
  205. Admin.Visible = false
  206. GreenOnly.Visible = false
  207. BackPage.Visible = true
  208. Noob.Visible = true
  209. Obvious.Visible = true
  210. Legit.Visible = true
  211. NotObvious.Visible = true
  212. StatChanges.Visible = true
  213. end)
  214.  
  215. BackPage.Name = "BackPage"
  216. BackPage.Parent = MainFrame
  217. BackPage.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  218. BackPage.Position = UDim2.new(0.276315778, 0, 0.729338825, 0)
  219. BackPage.Size = UDim2.new(0, 201, 0, 50)
  220. BackPage.Text = "Back"
  221. BackPage.TextColor3 = Color3.new(0, 0, 0)
  222. BackPage.TextSize = 13
  223. BackPage.Visible = false
  224. BackPage.MouseButton1Down:connect(function()
  225. NextPage.Visible = true
  226. Reset.Visible = true
  227. ClickTP.Visible = true
  228. Fling.Visible = true
  229. StatChange.Visible = true
  230. FixGlitch.Visible = true
  231. DropBall.Visible = true
  232. Admin.Visible = true
  233. GreenOnly.Visible = true
  234. BackPage.Visible = false
  235. Noob.Visible = false
  236. NotObvious.Visible = false
  237. Obvious.Visible = false
  238. Legit.Visible = false
  239. StatChanges.Visible = false
  240. end)
  241.  
  242. StatChanges.Name = "StatChanges"
  243. StatChanges.Parent = MainFrame
  244. StatChanges.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  245. StatChanges.Position = UDim2.new(0, 0, 0.103305787, 0)
  246. StatChanges.Size = UDim2.new(0, 456, 0, 50)
  247. StatChanges.Text = "Stat Changes"
  248. StatChanges.TextColor3 = Color3.new(0, 0, 0)
  249. StatChanges.TextSize = 16
  250. StatChanges.TextWrapped = true
  251. StatChanges.Visible = false
  252.  
  253. Noob.Name = "Noob"
  254. Noob.Parent = MainFrame
  255. Noob.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  256. Noob.Position = UDim2.new(0.519736826, 0, 0.392561972, 0)
  257. Noob.Size = UDim2.new(0, 201, 0, 50)
  258. Noob.Text = "Noob"
  259. Noob.TextColor3 = Color3.new(0, 0, 0)
  260. Noob.TextSize = 13
  261. Noob.Visible = false
  262. Noob.MouseButton1Down:connect(function()
  263. loadstring(game:HttpGet("https://pastebin.com/raw/29wq57QZ"))()
  264. end)
  265.  
  266. NotObvious.Name = "NotObvious"
  267. NotObvious.Parent = MainFrame
  268. NotObvious.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  269. NotObvious.Position = UDim2.new(0.519736826, 0, 0.241735533, 0)
  270. NotObvious.Size = UDim2.new(0, 201, 0, 50)
  271. NotObvious.Text = "Not So Obvious"
  272. NotObvious.TextColor3 = Color3.new(0, 0, 0)
  273. NotObvious.TextSize = 13
  274. NotObvious.Visible = false
  275. NotObvious.MouseButton1Down:connect(function()
  276. loadstring(game:HttpGet("https://pastebin.com/raw/EXi2Vf9q"))()
  277. end)
  278.  
  279. Legit.Name = "Legit"
  280. Legit.Parent = MainFrame
  281. Legit.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  282. Legit.Position = UDim2.new(0.0350877047, 0, 0.392561972, 0)
  283. Legit.Size = UDim2.new(0, 201, 0, 50)
  284. Legit.Text = "Legit"
  285. Legit.TextColor3 = Color3.new(0, 0, 0)
  286. Legit.TextSize = 13
  287. Legit.Visible = false
  288. Legit.MouseButton1Down:connect(function()
  289. loadstring(game:HttpGet("https://pastebin.com/raw/rNmKxRSn"))()
  290. end)
  291.  
  292. Obvious.Name = "Obvious"
  293. Obvious.Parent = MainFrame
  294. Obvious.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  295. Obvious.Position = UDim2.new(0.0350877047, 0, 0.241735533, 0)
  296. Obvious.Size = UDim2.new(0, 201, 0, 50)
  297. Obvious.Text = "Obvious"
  298. Obvious.TextColor3 = Color3.new(0, 0, 0)
  299. Obvious.TextSize = 13
  300. Obvious.Visible = false
  301. Obvious.MouseButton1Down:connect(function()
  302. loadstring(game:HttpGet("https://pastebin.com/raw/UaSrNw0Z"))()
  303. end)
Add Comment
Please, Sign In to add comment