Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.63 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")
  12. local Close = Instance.new("TextButton")
  13. --Properties:
  14. ScreenGui.Parent = game.CoreGui
  15.  
  16. OpenFrame.Name = "OpenFrame"
  17. OpenFrame.Parent = ScreenGui
  18. OpenFrame.BackgroundColor3 = Color3.new(0.568627, 0, 0.00784314)
  19. OpenFrame.Position = UDim2.new(0, 0, 0.444444448, 0)
  20. OpenFrame.Size = UDim2.new(0, 94, 0, 38)
  21.  
  22. Open.Name = "Open"
  23. Open.Parent = OpenFrame
  24. Open.BackgroundColor3 = Color3.new(0.568627, 0, 0.00784314)
  25. Open.Size = UDim2.new(0, 94, 0, 38)
  26. Open.Text = "Open"
  27. Open.TextColor3 = Color3.new(0, 0, 0)
  28. Open.TextSize = 16
  29. Open.MouseButton1Down:connect(function()
  30. MainFrame.Visible = true
  31. OpenFrame.Visible = false
  32. end)
  33.  
  34. MainFrame.Name = "MainFrame"
  35. MainFrame.Parent = ScreenGui
  36. MainFrame.BackgroundColor3 = Color3.new(0.568627, 0, 0.00784314)
  37. MainFrame.BackgroundTransparency = 0.0099999997764826
  38. MainFrame.Position = UDim2.new(0.320627809, 0, 0.27722773, 0)
  39. MainFrame.Size = UDim2.new(0, 456, 0, 484)
  40. MainFrame.Visible = false
  41. MainFrame.Active = true
  42. MainFrame.Draggable = true
  43.  
  44. Title.Name = "Title"
  45. Title.Parent = MainFrame
  46. Title.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  47. Title.Size = UDim2.new(0, 456, 0, 50)
  48. Title.Text = "rbw2haxxx"
  49. Title.TextColor3 = Color3.new(0, 0, 0)
  50. Title.TextSize = 14
  51.  
  52. Credits.Name = "Credits"
  53. Credits.Parent = MainFrame
  54. Credits.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  55. Credits.Position = UDim2.new(0, 0, 0.896694243, 0)
  56. Credits.Size = UDim2.new(0, 456, 0, 50)
  57. Credits.Text = "Made by ou1z#4584"
  58. Credits.TextColor3 = Color3.new(0, 0, 0)
  59. Credits.TextSize = 14
  60.  
  61. DropBall.Name = "DropBall"
  62. DropBall.Parent = MainFrame
  63. DropBall.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  64. DropBall.Position = UDim2.new(0.0350877196, 0, 0.138429746, 0)
  65. DropBall.Size = UDim2.new(0, 201, 0, 50)
  66. DropBall.Text = "Drop Ball"
  67. DropBall.TextColor3 = Color3.new(0, 0, 0)
  68. DropBall.TextSize = 13
  69. DropBall.MouseButton1Down:connect(function()
  70. local descendants = game.workspace:GetDescendants()
  71.  
  72. for index, descendants in pairs(descendants) do
  73. if descendants .Name == "Basketball" then
  74. descendants.block:FireServer()
  75. end
  76. end
  77.  
  78. end)
  79.  
  80. StatChange.Name = "StatChange"
  81. StatChange.Parent = MainFrame
  82. StatChange.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  83. StatChange.Position = UDim2.new(0.519736826, 0, 0.138429746, 0)
  84. StatChange.Size = UDim2.new(0, 201, 0, 50)
  85. StatChange.Text = "Stat Change"
  86. StatChange.TextColor3 = Color3.new(0, 0, 0)
  87. StatChange.TextSize = 13
  88. StatChange.MouseButton1Down:connect(function()
  89. loadstring(game:HttpGet("https://pastebin.com/raw/zzxzEbKM"))()
  90. end)
  91.  
  92. FixGlitch.Name = "FixGlitch"
  93. FixGlitch.Parent = MainFrame
  94. FixGlitch.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  95. FixGlitch.Position = UDim2.new(0.519736826, 0, 0.276859492, 0)
  96. FixGlitch.Size = UDim2.new(0, 201, 0, 50)
  97. FixGlitch.Text = "Fix Glitch"
  98. FixGlitch.TextColor3 = Color3.new(0, 0, 0)
  99. FixGlitch.TextSize = 13
  100. FixGlitch.MouseButton1Down:connect(function()
  101. local ballweld = game.Players.LocalPlayer.Character["ball.weld"]
  102.  
  103. ballweld:Destroy()
  104. end)
  105.  
  106. GreenOnly.Name = "GreenOnly"
  107. GreenOnly.Parent = MainFrame
  108. GreenOnly.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  109. GreenOnly.Position = UDim2.new(0.0350877047, 0, 0.276859492, 0)
  110. GreenOnly.Size = UDim2.new(0, 201, 0, 50)
  111. GreenOnly.Text = "Aimbot (Greens)"
  112. GreenOnly.TextColor3 = Color3.new(0, 0, 0)
  113. GreenOnly.TextSize = 13
  114. GreenOnly.MouseButton1Down:connect(function()
  115. loadstring(game:HttpGet("https://pastebin.com/raw/GH67C7eX"))()
  116. end)
  117.  
  118. Admin.Name = "Admin"
  119. Admin.Parent = MainFrame
  120. Admin.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  121. Admin.Position = UDim2.new(0.0350877047, 0, 0.415289223, 0)
  122. Admin.Size = UDim2.new(0, 201, 0, 50)
  123. Admin.Text = "Admin"
  124. Admin.TextColor3 = Color3.new(0, 0, 0)
  125. Admin.TextSize = 13
  126. Admin.MouseButton1Down:connect(function()
  127. loadstring(game:HttpGet("https://pastebin.com/raw/wqf7cqRL"))()
  128. end)
  129.  
  130. Close.Name = "Close"
  131. Close.Parent = MainFrame
  132. Close.BackgroundColor3 = Color3.new(0.419608, 0, 0)
  133. Close.Position = UDim2.new(0.868421078, 0, 0, 0)
  134. Close.Size = UDim2.new(0, 60, 0, 50)
  135. Close.Text = "X"
  136. Close.TextColor3 = Color3.new(0, 0, 0)
  137. Close.TextSize = 19
  138. Close.MouseButton1Down:connect(function()
  139. OpenFrame.Visible = true
  140. MainFrame.Visible = false
  141. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement