Advertisement
Guest User

gui

a guest
Mar 21st, 2019
2,113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.29 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local MainTrash = Instance.new("Frame")
  3. local fuck = Instance.new("TextButton")
  4. local aimbot = Instance.new("TextButton")
  5. local spam = Instance.new("TextButton")
  6. local TextLabel = Instance.new("TextLabel")
  7. local close = Instance.new("TextButton")
  8. local OpenJoy = Instance.new("Frame")
  9. local openshit = Instance.new("TextButton")
  10.  
  11. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  12.  
  13. MainTrash.Name = "MainTrash"
  14. MainTrash.Parent = ScreenGui
  15. MainTrash.Active = true
  16. MainTrash.BackgroundColor3 = Color3.new(0, 0, 0)
  17. MainTrash.BackgroundTransparency = 0.40000000596046
  18. MainTrash.Position = UDim2.new(0.424721181, 0, 0.318877548, 0)
  19. MainTrash.Size = UDim2.new(0, 200, 0, 251)
  20. MainTrash.Visible = false
  21. MainTrash.Draggable = true
  22.  
  23. fuck.Name = "fuck"
  24. fuck.Parent = MainTrash
  25. fuck.BackgroundColor3 = Color3.new(1, 1, 1)
  26. fuck.BorderSizePixel = 0
  27. fuck.Position = UDim2.new(0.0870629847, 0, 0.272367924, 0)
  28. fuck.Size = UDim2.new(0, 167, 0, 19)
  29. fuck.Font = Enum.Font.SourceSans
  30. fuck.Text = "ALLAHABBAR SCHOOL"
  31. fuck.TextColor3 = Color3.new(0, 0, 0)
  32. fuck.TextSize = 14
  33. fuck.MouseButton1Down:connect(function()
  34. local Remote = game.ReplicatedStorage.AvatarEditor['WearHat']
  35.  
  36. local Arguments = {
  37. [1] = 1527622
  38. }
  39.  
  40. Remote:InvokeServer(unpack(Arguments))
  41. end)
  42.  
  43. aimbot.Name = "aimbot"
  44. aimbot.Parent = MainTrash
  45. aimbot.BackgroundColor3 = Color3.new(1, 1, 1)
  46. aimbot.BorderSizePixel = 0
  47. aimbot.Position = UDim2.new(0.0870629847, 0, 0.402230203, 0)
  48. aimbot.Size = UDim2.new(0, 167, 0, 25)
  49. aimbot.Font = Enum.Font.SourceSans
  50. aimbot.Text = "AimBot basket ball"
  51. aimbot.TextColor3 = Color3.new(0, 0, 0)
  52. aimbot.TextSize = 14
  53. aimbot.MouseButton1Down:connect(function()
  54. local Remote = game.ReplicatedStorage.Activities.Events['Basketball']
  55.  
  56. local Arguments = {
  57. [1] = "Shoot",
  58. [2] = "Good"
  59. }
  60.  
  61. Remote:FireServer(unpack(Arguments))
  62. end)
  63.  
  64. spam.Name = "spam"
  65. spam.Parent = MainTrash
  66. spam.BackgroundColor3 = Color3.new(1, 1, 1)
  67. spam.BorderSizePixel = 0
  68. spam.Position = UDim2.new(0.0870629847, 0, 0.565649271, 0)
  69. spam.Size = UDim2.new(0, 167, 0, 29)
  70. spam.Font = Enum.Font.SourceSans
  71. spam.Text = "spam teams"
  72. spam.TextColor3 = Color3.new(0, 0, 0)
  73. spam.TextSize = 14
  74. spam.MouseButton1Down:connect(function()
  75. for i = 1, 999 do
  76. local Remote = game.ReplicatedStorage.Remotes['ChangeTeam']
  77.  
  78. local Arguments = {
  79. [1] = "Junior"
  80. }
  81.  
  82. Remote:InvokeServer(unpack(Arguments))
  83. local Remote = game.ReplicatedStorage.Remotes['ChangeTeam']
  84.  
  85. local Arguments = {
  86. [1] = "Senior"
  87. }
  88.  
  89. Remote:InvokeServer(unpack(Arguments))
  90. local Remote = game.ReplicatedStorage.Remotes['ChangeTeam']
  91.  
  92. local Arguments = {
  93. [1] = "Cheerleader"
  94. }
  95.  
  96. Remote:InvokeServer(unpack(Arguments))
  97. local Remote = game.ReplicatedStorage.Remotes['ChangeTeam']
  98.  
  99. local Arguments = {
  100. [1] = "Sophomore"
  101. }
  102.  
  103. Remote:InvokeServer(unpack(Arguments))
  104. local Remote = game.ReplicatedStorage.Remotes['ChangeTeam']
  105.  
  106. local Arguments = {
  107. [1] = "Freshman"
  108. }
  109.  
  110. Remote:InvokeServer(unpack(Arguments))
  111. local Remote = game.ReplicatedStorage.Remotes['ChangeTeam']
  112.  
  113. local Arguments = {
  114. [1] = "Athlete"
  115. }
  116.  
  117. Remote:InvokeServer(unpack(Arguments))
  118. local Remote = game.ReplicatedStorage.Remotes['ChangeTeam']
  119.  
  120. local Arguments = {
  121. [1] = "Cheerleader"
  122. }
  123.  
  124. Remote:InvokeServer(unpack(Arguments))
  125. local Remote = game.ReplicatedStorage.Remotes['ChangeTeam']
  126.  
  127. local Arguments = {
  128. [1] = "Teacher"
  129. }
  130.  
  131. Remote:InvokeServer(unpack(Arguments))
  132. end
  133. end)
  134.  
  135. TextLabel.Parent = MainTrash
  136. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  137. TextLabel.BackgroundTransparency = 1
  138. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  139. TextLabel.BorderSizePixel = 0
  140. TextLabel.Position = UDim2.new(0.0850000009, 0, 0.760956168, 0)
  141. TextLabel.Size = UDim2.new(0, 167, 0, 50)
  142. TextLabel.Font = Enum.Font.SourceSans
  143. TextLabel.Text = "Credits to the creator: Darkheatedsoul "
  144. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  145. TextLabel.TextScaled = true
  146. TextLabel.TextSize = 14
  147. TextLabel.TextWrapped = true
  148.  
  149. close.Name = "close"
  150. close.Parent = MainTrash
  151. close.BackgroundColor3 = Color3.new(1, 1, 1)
  152. close.BorderSizePixel = 0
  153. close.Position = UDim2.new(0.0870629847, 0, 0.0253559649, 0)
  154. close.Size = UDim2.new(0, 167, 0, 19)
  155. close.Font = Enum.Font.SourceSans
  156. close.Text = "X"
  157. close.TextColor3 = Color3.new(0, 0, 0)
  158. close.TextSize = 14
  159. close.MouseButton1Down:connect(function()
  160. MainTrash.Visible = false
  161. OpenJoy.Visible = true
  162. end)
  163.  
  164. OpenJoy.Name = "OpenJoy"
  165. OpenJoy.Parent = ScreenGui
  166. OpenJoy.Active = true
  167. OpenJoy.BackgroundColor3 = Color3.new(1, 1, 1)
  168. OpenJoy.BorderColor3 = Color3.new(0, 0, 0)
  169. OpenJoy.BorderSizePixel = 2
  170. OpenJoy.Position = UDim2.new(0.457249075, 0, 0.0612244904, 0)
  171. OpenJoy.Size = UDim2.new(0, 130, 0, 41)
  172. OpenJoy.Draggable = true
  173.  
  174. openshit.Name = "openshit"
  175. openshit.Parent = OpenJoy
  176. openshit.BackgroundColor3 = Color3.new(1, 1, 1)
  177. openshit.BorderColor3 = Color3.new(1, 0, 0.0156863)
  178. openshit.BorderSizePixel = 2
  179. openshit.Position = UDim2.new(-0.000629131624, 0, 0.248599917, 0)
  180. openshit.Size = UDim2.new(0, 130, 0, 20)
  181. openshit.Font = Enum.Font.SourceSans
  182. openshit.Text = "Open"
  183. openshit.TextColor3 = Color3.new(0, 0, 0)
  184. openshit.TextSize = 19
  185. openshit.MouseButton1Down:connect(function()
  186. MainTrash.Visible = true
  187. OpenJoy.Visible = false
  188. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement