Advertisement
Guest User

Untitled

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