ChaosityYT

Bean Mad City GUI

Mar 16th, 2019
3,411
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.30 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local TextLabel_2 = Instance.new("TextLabel")
  8. local TextLabel_3 = Instance.new("TextLabel")
  9. local Start = Instance.new("TextButton")
  10. local LoginFrame = Instance.new("Frame")
  11. local AAOFF = Instance.new("TextButton")
  12. local AAON = Instance.new("TextButton")
  13. local TextLabel_4 = Instance.new("TextLabel")
  14. local ScrollingFrame = Instance.new("ScrollingFrame")
  15. local Criminal = Instance.new("TextButton")
  16. local Bank = Instance.new("TextButton")
  17. local Hero = Instance.new("TextButton")
  18. local Prison = Instance.new("TextButton")
  19. local KILLOFF = Instance.new("TextButton")
  20. local KILLON = Instance.new("TextButton")
  21. local name = Instance.new("TextBox")
  22. --Properties:
  23. ScreenGui.Parent = game.CoreGui
  24. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  25.  
  26. Frame.Parent = ScreenGui
  27. Frame.Active = true
  28. Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  29. Frame.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  30. Frame.Position = UDim2.new(0.410185188, 0, 0.312749028, 0)
  31. Frame.Size = UDim2.new(0, 211, 0, 187)
  32. Frame.Draggable = true
  33.  
  34. TextLabel.Parent = Frame
  35. TextLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  36. TextLabel.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  37. TextLabel.Position = UDim2.new(-0.00473933667, 0, 0, 0)
  38. TextLabel.Size = UDim2.new(0, 211, 0, 44)
  39. TextLabel.Font = Enum.Font.SourceSans
  40. TextLabel.Text = "Thanks for using my gui"
  41. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  42. TextLabel.TextSize = 24
  43.  
  44. TextLabel_2.Parent = Frame
  45. TextLabel_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  46. TextLabel_2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  47. TextLabel_2.Position = UDim2.new(0, 0, 0.235294104, 0)
  48. TextLabel_2.Size = UDim2.new(0, 211, 0, 29)
  49. TextLabel_2.Font = Enum.Font.SourceSans
  50. TextLabel_2.Text = "If you like it please vouch"
  51. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  52. TextLabel_2.TextSize = 24
  53.  
  54. TextLabel_3.Parent = Frame
  55. TextLabel_3.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  56. TextLabel_3.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  57. TextLabel_3.Position = UDim2.new(0, 0, 0.390374333, 0)
  58. TextLabel_3.Size = UDim2.new(0, 211, 0, 29)
  59. TextLabel_3.Font = Enum.Font.SourceSans
  60. TextLabel_3.Text = "V3rm:Arda"
  61. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  62. TextLabel_3.TextSize = 24
  63.  
  64. Start.Name = "Start"
  65. Start.Parent = Frame
  66. Start.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  67. Start.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  68. Start.Position = UDim2.new(0.0995260701, 0, 0.652406394, 0)
  69. Start.Size = UDim2.new(0, 168, 0, 35)
  70. Start.Font = Enum.Font.SourceSans
  71. Start.Text = "Start"
  72. Start.TextColor3 = Color3.new(0, 0, 0)
  73. Start.TextSize = 24
  74.  
  75. LoginFrame.Name = "LoginFrame"
  76. LoginFrame.Parent = ScreenGui
  77. LoginFrame.Active = true
  78. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  79. LoginFrame.Position = UDim2.new(0.390740752, 0, 0.25298804, 0)
  80. LoginFrame.Size = UDim2.new(0, 357, 0, 185)
  81. LoginFrame.Visible = false
  82. LoginFrame.Draggable = true
  83.  
  84. AAOFF.Name = "AAOFF"
  85. AAOFF.Parent = LoginFrame
  86. AAOFF.BackgroundColor3 = Color3.new(1, 0, 0)
  87. AAOFF.Position = UDim2.new(0.00280112051, 0, 0.443243235, 0)
  88. AAOFF.Size = UDim2.new(0, 98, 0, 34)
  89. AAOFF.Font = Enum.Font.SourceSans
  90. AAOFF.Text = "Auto Arrest On/Off"
  91. AAOFF.TextColor3 = Color3.new(0, 0, 0)
  92. AAOFF.TextScaled = true
  93. AAOFF.TextSize = 14
  94. AAOFF.TextWrapped = true
  95.  
  96. AAON.Name = "AAON"
  97. AAON.Parent = LoginFrame
  98. AAON.BackgroundColor3 = Color3.new(0, 1, 0)
  99. AAON.Position = UDim2.new(-0.00238093734, 0, 0.447058856, 0)
  100. AAON.Size = UDim2.new(0, 100, 0, 34)
  101. AAON.Visible = false
  102. AAON.Font = Enum.Font.SourceSans
  103. AAON.Text = "Auto Arrest On/Off"
  104. AAON.TextColor3 = Color3.new(0, 0, 0)
  105. AAON.TextScaled = true
  106. AAON.TextSize = 14
  107. AAON.TextWrapped = true
  108.  
  109. TextLabel_4.Parent = LoginFrame
  110. TextLabel_4.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  111. TextLabel_4.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  112. TextLabel_4.Size = UDim2.new(0, 357, 0, 30)
  113. TextLabel_4.Font = Enum.Font.SourceSans
  114. TextLabel_4.Text = "MAD CITY OP GUI"
  115. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  116. TextLabel_4.TextSize = 14
  117.  
  118. ScrollingFrame.Parent = LoginFrame
  119. ScrollingFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  120. ScrollingFrame.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  121. ScrollingFrame.Position = UDim2.new(0.722689092, 0, 0.162162155, 0)
  122. ScrollingFrame.Size = UDim2.new(0, 99, 0, 155)
  123.  
  124. Criminal.Name = "Criminal"
  125. Criminal.Parent = ScrollingFrame
  126. Criminal.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  127. Criminal.Position = UDim2.new(0, 0, -0.00283193286, 0)
  128. Criminal.Size = UDim2.new(0, 84, 0, 26)
  129. Criminal.Font = Enum.Font.SourceSans
  130. Criminal.Text = "Criminal Base"
  131. Criminal.TextColor3 = Color3.new(0, 0, 0)
  132. Criminal.TextSize = 14
  133.  
  134. Bank.Name = "Bank"
  135. Bank.Parent = ScrollingFrame
  136. Bank.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  137. Bank.Position = UDim2.new(0, 0, 0.0701410398, 0)
  138. Bank.Size = UDim2.new(0, 84, 0, 26)
  139. Bank.Font = Enum.Font.SourceSans
  140. Bank.Text = "Bank"
  141. Bank.TextColor3 = Color3.new(0, 0, 0)
  142. Bank.TextSize = 14
  143.  
  144. Hero.Name = "Hero"
  145. Hero.Parent = ScrollingFrame
  146. Hero.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  147. Hero.Position = UDim2.new(0, 0, 0.15122211, 0)
  148. Hero.Size = UDim2.new(0, 84, 0, 26)
  149. Hero.Font = Enum.Font.SourceSans
  150. Hero.Text = "Hero Base"
  151. Hero.TextColor3 = Color3.new(0, 0, 0)
  152. Hero.TextSize = 14
  153.  
  154. Prison.Name = "Prison"
  155. Prison.Parent = ScrollingFrame
  156. Prison.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  157. Prison.Position = UDim2.new(0, 0, 0.232303187, 0)
  158. Prison.Size = UDim2.new(0, 84, 0, 26)
  159. Prison.Font = Enum.Font.SourceSans
  160. Prison.Text = "Prison"
  161. Prison.TextColor3 = Color3.new(0, 0, 0)
  162. Prison.TextSize = 14
  163.  
  164. KILLOFF.Name = "KILLOFF"
  165. KILLOFF.Parent = LoginFrame
  166. KILLOFF.BackgroundColor3 = Color3.new(1, 0, 0)
  167. KILLOFF.Position = UDim2.new(0.0448179282, 0, 0.81621623, 0)
  168. KILLOFF.Size = UDim2.new(0, 123, 0, 25)
  169. KILLOFF.Font = Enum.Font.SourceSans
  170. KILLOFF.Text = "Loop Kill Player On/Off"
  171. KILLOFF.TextColor3 = Color3.new(0, 0, 0)
  172. KILLOFF.TextSize = 14
  173.  
  174. KILLON.Name = "KILLON"
  175. KILLON.Parent = LoginFrame
  176. KILLON.BackgroundColor3 = Color3.new(0, 1, 0)
  177. KILLON.Position = UDim2.new(0.0448179282, 0, 0.81621623, 0)
  178. KILLON.Size = UDim2.new(0, 123, 0, 25)
  179. KILLON.Visible = false
  180. KILLON.Font = Enum.Font.SourceSans
  181. KILLON.Text = "Loop Kill Player On/Off"
  182. KILLON.TextColor3 = Color3.new(0, 0, 0)
  183. KILLON.TextSize = 14
  184.  
  185. name.Name = "name"
  186. name.Parent = LoginFrame
  187. name.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  188. name.BorderColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  189. name.Position = UDim2.new(0.408963591, 0, 0.789189219, 0)
  190. name.Size = UDim2.new(0, 104, 0, 35)
  191. name.Font = Enum.Font.SourceSans
  192. name.Text = "PLAYER NAME HERE"
  193. name.TextColor3 = Color3.new(0, 0, 0)
  194. name.TextSize = 14
  195. -- Scripts:
  196. Start.MouseButton1Down:Connect(function()
  197. Frame.Visible = false
  198. LoginFrame.Visible = true
  199.  
  200.  
  201. end)
  202.  
  203. AAOFF.MouseButton1Down:Connect(function()
  204. AAOFF.Visible = false
  205. AAON.Visible = true
  206.  
  207. local Player = game.Players.LocalPlayer
  208. _G.mon = true -- false to stop
  209. while _G.mon do
  210. wait(0)
  211. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  212. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  213. end
  214. end
  215.  
  216.  
  217.  
  218.  
  219. end)
  220.  
  221. AAON.MouseButton1Down:Connect(function()
  222. AAON.Visible = false
  223. AAOFF.Visible = true
  224.  
  225. local Player = game.Players.LocalPlayer
  226. _G.mon = false -- false to stop
  227. while _G.mon do
  228. wait(0)
  229. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  230. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  231. end
  232. end
  233.  
  234. end)
  235.  
  236. Criminal.MouseButton1Down:Connect(function()
  237. game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(2138, 25, 394)
  238.  
  239.  
  240. end)
  241.  
  242. Bank.MouseButton1Down:Connect(function()
  243. game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(764, 0, 491)
  244.  
  245.  
  246. end)
  247.  
  248. Hero.MouseButton1Down:Connect(function()
  249. game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(-1749, 75, 1597)
  250.  
  251.  
  252. end)
  253.  
  254. Prison.MouseButton1Down:Connect(function()
  255. game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(-798, 52, -3262)
  256.  
  257.  
  258. end)
  259.  
  260. KILLOFF.MouseButton1Down:Connect(function()
  261. KILLOFF.Visible = false
  262. KILLON.Visible = true
  263.  
  264. _G.mon = true -- false to stop
  265. while _G.mon do
  266. wait(0)
  267. for i,v in pairs(game.Workspace:GetChildren()) do
  268. str = v.Name
  269. if string.match(str, name.text) then
  270. game.Workspace:WaitForChild(game.Players.LocalPlayer.Character.Name).HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame
  271. end
  272. end
  273. end
  274.  
  275. end)
  276.  
  277. KILLON.MouseButton1Down:Connect(function()
  278. KILLOFF.Visible = true
  279. KILLON.Visible = false
  280.  
  281. _G.mon = false -- false to stop
  282. while _G.mon do
  283. wait(0)
  284. for i,v in pairs(game.Workspace:GetChildren()) do
  285. str = v.Name
  286. if string.match(str, name.text) then
  287. game.Workspace:WaitForChild(game.Players.LocalPlayer.Character.Name).HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame
  288. end
  289. end
  290. end
  291.  
  292. end)
Add Comment
Please, Sign In to add comment