Advertisement
wick1214

sfawfawf

Apr 21st, 2019
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.22 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.  
  19. --Properties:
  20. ScreenGui.Parent = game.CoreGui
  21.  
  22. OpenFrame.Name = "OpenFrame"
  23. OpenFrame.Parent = ScreenGui
  24. OpenFrame.BackgroundColor3 = Color3.new(0.568627, 0, 0.00784314)
  25. OpenFrame.Position = UDim2.new(0, 0, 0.444444448, 0)
  26. OpenFrame.Size = UDim2.new(0, 94, 0, 38)
  27.  
  28. Open.Name = "Open"
  29. Open.Parent = OpenFrame
  30. Open.BackgroundColor3 = Color3.new(0.568627, 0, 0.00784314)
  31. Open.Size = UDim2.new(0, 94, 0, 38)
  32. Open.Text = "Open"
  33. Open.TextColor3 = Color3.new(0, 0, 0)
  34. Open.TextSize = 16
  35. Open.MouseButton1Down:connect(function()
  36. MainFrame.Visible = true
  37. OpenFrame.Visible = false
  38. end)
  39.  
  40. MainFrame.Name = "MainFrame"
  41. MainFrame.Parent = ScreenGui
  42. MainFrame.BackgroundColor3 = Color3.new(0.568627, 0, 0.00784314)
  43. MainFrame.BackgroundTransparency = 0.0099999997764826
  44. MainFrame.Position = UDim2.new(0.320627809, 0, 0.27722773, 0)
  45. MainFrame.Size = UDim2.new(0, 456, 0, 484)
  46. MainFrame.Visible = false
  47. MainFrame.Active = true
  48. MainFrame.Draggable = true
  49.  
  50. Title.Name = "Title"
  51. Title.Parent = MainFrame
  52. Title.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  53. Title.Size = UDim2.new(0, 456, 0, 50)
  54. Title.Text = "rbw2haxxx"
  55. Title.TextColor3 = Color3.new(0, 0, 0)
  56. Title.TextSize = 14
  57.  
  58. Credits.Name = "Credits"
  59. Credits.Parent = MainFrame
  60. Credits.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  61. Credits.Position = UDim2.new(0, 0, 0.896694243, 0)
  62. Credits.Size = UDim2.new(0, 456, 0, 50)
  63. Credits.Text = "Made by ou1z#4584"
  64. Credits.TextColor3 = Color3.new(0, 0, 0)
  65. Credits.TextSize = 14
  66.  
  67. DropBall.Name = "DropBall"
  68. DropBall.Parent = MainFrame
  69. DropBall.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  70. DropBall.Position = UDim2.new(0.0350877196, 0, 0.138429746, 0)
  71. DropBall.Size = UDim2.new(0, 201, 0, 50)
  72. DropBall.Text = "Drop Ball"
  73. DropBall.TextColor3 = Color3.new(0, 0, 0)
  74. DropBall.TextSize = 13
  75. DropBall.MouseButton1Down:connect(function()
  76. local descendants = game.workspace:GetDescendants()
  77.  
  78. for index, descendants in pairs(descendants) do
  79. if descendants .Name == "Basketball" then
  80. descendants.block:FireServer()
  81. end
  82. end
  83.  
  84. end)
  85.  
  86. StatChange.Name = "StatChange"
  87. StatChange.Parent = MainFrame
  88. StatChange.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  89. StatChange.Position = UDim2.new(0.519736826, 0, 0.138429746, 0)
  90. StatChange.Size = UDim2.new(0, 201, 0, 50)
  91. StatChange.Text = "Stat Change"
  92. StatChange.TextColor3 = Color3.new(0, 0, 0)
  93. StatChange.TextSize = 13
  94. StatChange.MouseButton1Down:connect(function()
  95. loadstring(game:HttpGet("https://pastebin.com/raw/zzxzEbKM"))()
  96. end)
  97.  
  98. FixGlitch.Name = "FixGlitch"
  99. FixGlitch.Parent = MainFrame
  100. FixGlitch.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  101. FixGlitch.Position = UDim2.new(0.519736826, 0, 0.276859492, 0)
  102. FixGlitch.Size = UDim2.new(0, 201, 0, 50)
  103. FixGlitch.Text = "Fix Glitch"
  104. FixGlitch.TextColor3 = Color3.new(0, 0, 0)
  105. FixGlitch.TextSize = 13
  106. FixGlitch.MouseButton1Down:connect(function()
  107. local ballweld = game.Players.LocalPlayer.Character["ball.weld"]
  108.  
  109. ballweld:Destroy()
  110. end)
  111.  
  112. GreenOnly.Name = "GreenOnly"
  113. GreenOnly.Parent = MainFrame
  114. GreenOnly.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  115. GreenOnly.Position = UDim2.new(0.0350877047, 0, 0.276859492, 0)
  116. GreenOnly.Size = UDim2.new(0, 201, 0, 50)
  117. GreenOnly.Text = "Aimbot (Greens)"
  118. GreenOnly.TextColor3 = Color3.new(0, 0, 0)
  119. GreenOnly.TextSize = 13
  120. GreenOnly.MouseButton1Down:connect(function()
  121. loadstring(game:HttpGet("https://pastebin.com/raw/GH67C7eX"))()
  122. end)
  123.  
  124. Admin.Name = "Admin"
  125. Admin.Parent = MainFrame
  126. Admin.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  127. Admin.Position = UDim2.new(0.0350877047, 0, 0.415289223, 0)
  128. Admin.Size = UDim2.new(0, 201, 0, 50)
  129. Admin.Text = "Admin"
  130. Admin.TextColor3 = Color3.new(0, 0, 0)
  131. Admin.TextSize = 13
  132. Admin.MouseButton1Down:connect(function()
  133. loadstring(game:HttpGet("https://pastebin.com/raw/F9fc77p7"))()
  134. end)
  135.  
  136. Fling.Name = "Fling"
  137. Fling.Parent = MainFrame
  138. Fling.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  139. Fling.Position = UDim2.new(0.519736826, 0, 0.415289223, 0)
  140. Fling.Size = UDim2.new(0, 201, 0, 50)
  141. Fling.Text = "Fling"
  142. Fling.TextColor3 = Color3.new(0, 0, 0)
  143. Fling.TextSize = 13
  144. Fling.MouseButton1Down:connect(function()
  145. loadstring(game:HttpGet("https://pastebin.com/raw/iiyq2PLL"))()
  146. end)
  147.  
  148. ClickTP.Name = "ClickTP"
  149. ClickTP.Parent = MainFrame
  150. ClickTP.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  151. ClickTP.Position = UDim2.new(0.0350877047, 0, 0.551652908, 0)
  152. ClickTP.Size = UDim2.new(0, 201, 0, 50)
  153. ClickTP.Text = "Click TP (press q)"
  154. ClickTP.TextColor3 = Color3.new(0, 0, 0)
  155. ClickTP.TextSize = 13
  156. ClickTP.MouseButton1Down:connect(function()
  157. loadstring(game:HttpGet("https://pastebin.com/raw/qyww70GR"))()
  158. end)
  159.  
  160. Reset.Name = "Reset"
  161. Reset.Parent = MainFrame
  162. Reset.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  163. Reset.Position = UDim2.new(0.519736826, 0, 0.551652908, 0)
  164. Reset.Size = UDim2.new(0, 201, 0, 50)
  165. Reset.Text = "Reset"
  166. Reset.TextColor3 = Color3.new(0, 0, 0)
  167. Reset.TextSize = 13
  168. Reset.MouseButton1Down:connect(function()
  169. game.Players.LocalPlayer.Character.Torso:Destroy()
  170. end)
  171.  
  172. Close.Name = "Close"
  173. Close.Parent = MainFrame
  174. Close.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  175. Close.Position = UDim2.new(0.868421078, 0, 0, 0)
  176. Close.Size = UDim2.new(0, 60, 0, 50)
  177. Close.Text = "X"
  178. Close.TextColor3 = Color3.new(0, 0, 0)
  179. Close.TextSize = 19
  180. Close.MouseButton1Down:connect(function()
  181. OpenFrame.Visible = true
  182. MainFrame.Visible = false
  183. end)
  184.  
  185. NextPage.Name = "NextPage"
  186. NextPage.Parent = MainFrame
  187. NextPage.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  188. NextPage.Position = UDim2.new(0.276315778, 0, 0.729338825, 0)
  189. NextPage.Size = UDim2.new(0, 201, 0, 50)
  190. NextPage.Text = "Next"
  191. NextPage.TextColor3 = Color3.new(0, 0, 0)
  192. NextPage.TextSize = 13
  193. NextPage.MouseButton1Down:connect(function()
  194. Reset.Visible = false
  195. ClickTP.Visible = false
  196. Fling.Visible = false
  197. StatChange.Visible = false
  198. FixGlitch.Visible = false
  199. DropBall.Visible = false
  200. Admin.Visible = false
  201. GreenOnly.Visible = false
  202. BackPage.Visible
  203. end)
  204.  
  205. BackPage.Name = "BackPage"
  206. BackPage.Parent = MainFrame
  207. BackPage.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  208. BackPage.Position = UDim2.new(0.276315778, 0, 0.729338825, 0)
  209. BackPage.Size = UDim2.new(0, 201, 0, 50)
  210. BackPage.Text = "Back"
  211. BackPage.TextColor3 = Color3.new(0, 0, 0)
  212. BackPage.TextSize = 13
  213. BackPage.Visible = false
  214. BackPage.MouseButton1Down:connect(function()
  215. NextPage.Visible = true
  216. Reset.Visible = true
  217. ClickTP.Visible = true
  218. Fling.Visible = true
  219. StatChange.Visible = true
  220. FixGlitch.Visible = true
  221. DropBall.Visible = true
  222. Admin.Visible = true
  223. GreenOnly.Visible = true
  224. BackPage.Visible = false
  225. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement