Advertisement
Guest User

RB WORLD AIMBOT: KILLERPANCAKE

a guest
May 19th, 2019
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.65 KB | None | 0 0
  1. --MADE BY KillerPancake
  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)
  136. Close.Text = "X"
  137. Close.TextColor3 = Color3.new(0, 0, 0)
  138. Close.TextSize = 19
  139. Close.MouseButton1Down:connect(function()
  140. OpenFrame.Visible = true
  141. MainFrame.Visible = false
  142. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement