Advertisement
Guest User

MAD CITY SCRIPT 2

a guest
Feb 2nd, 2019
23,935
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.34 KB | None | 0 0
  1. local MadFucker = Instance.new("ScreenGui")
  2. local Back = Instance.new("Frame")
  3. local TitleBar = Instance.new("Frame")
  4. local TextLabel = Instance.new("TextLabel")
  5. local TextLabel_2 = Instance.new("TextLabel")
  6. local TextLabel_3 = Instance.new("TextLabel")
  7. local Close = Instance.new("TextButton")
  8. local PN = Instance.new("TextBox")
  9. local TP = Instance.new("TextButton")
  10. local BANK = Instance.new("TextButton")
  11. local JS = Instance.new("TextButton")
  12. local CS = Instance.new("TextButton")
  13. local GS = Instance.new("TextButton")
  14. local GA = Instance.new("TextButton")
  15. local CAM = Instance.new("TextButton")
  16. local SS = Instance.new("TextButton")
  17. local GRAV = Instance.new("TextButton")
  18. local MoreSoon = Instance.new("TextLabel")
  19. local CB = Instance.new("TextButton")
  20. local SA = Instance.new("TextBox")
  21. local GG = Instance.new("TextButton")
  22. local AR = Instance.new("TextButton")
  23. local EC = Instance.new("TextButton")
  24. local Open = Instance.new("TextButton")
  25. local player = game.Players.LocalPlayer
  26. local mouse = player:GetMouse()
  27. local humanoid = player.Character.Humanoid
  28. local Speed = SA.Text
  29.  
  30. --Properties:
  31. MadFucker.Name = "MadFucker"
  32. MadFucker.Parent = game.CoreGui
  33. MadFucker.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  34.  
  35. Back.Name = "Back"
  36. Back.Parent = MadFucker
  37. Back.Active = true
  38. Back.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  39. Back.BorderSizePixel = 0
  40. Back.Draggable = true
  41. Back.Position = UDim2.new(0.349450558, 0, 0.325520813, 0)
  42. Back.Size = UDim2.new(0.300000012, 0, 0.300000012, 0)
  43. Back.Active = true
  44. Back.Draggable = true
  45.  
  46. TitleBar.Name = "TitleBar"
  47. TitleBar.Parent = Back
  48. TitleBar.BackgroundColor3 = Color3.new(0.423529, 0.423529, 0.423529)
  49. TitleBar.BorderSizePixel = 0
  50. TitleBar.Size = UDim2.new(1, 0, 0.100000001, 0)
  51.  
  52. TextLabel.Parent = TitleBar
  53. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  54. TextLabel.BackgroundTransparency = 1
  55. TextLabel.Position = UDim2.new(0.346764326, 0, -0.0434027761, 0)
  56. TextLabel.Size = UDim2.new(0.100000001, 0, 1, 0)
  57. TextLabel.Font = Enum.Font.GothamSemibold
  58. TextLabel.Text = "M"
  59. TextLabel.TextColor3 = Color3.new(1, 0.521569, 0.529412)
  60. TextLabel.TextScaled = true
  61. TextLabel.TextSize = 14
  62. TextLabel.TextWrapped = true
  63.  
  64. TextLabel_2.Parent = TitleBar
  65. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  66. TextLabel_2.BackgroundTransparency = 1
  67. TextLabel_2.Position = UDim2.new(0.419890106, 0, -0.00340277702, 0)
  68. TextLabel_2.Size = UDim2.new(0.5, 0, 1, 0)
  69. TextLabel_2.Font = Enum.Font.GothamSemibold
  70. TextLabel_2.Text = "ad ucker"
  71. TextLabel_2.TextColor3 = Color3.new(0.741176, 0.741176, 0.741176)
  72. TextLabel_2.TextScaled = true
  73. TextLabel_2.TextSize = 14
  74. TextLabel_2.TextWrapped = true
  75. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  76.  
  77. TextLabel_3.Parent = TitleBar
  78. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  79. TextLabel_3.BackgroundTransparency = 1
  80. TextLabel_3.Position = UDim2.new(0.476190448, 0, -0.0434027761, 0)
  81. TextLabel_3.Size = UDim2.new(0.100000001, 0, 1, 0)
  82. TextLabel_3.Font = Enum.Font.GothamSemibold
  83. TextLabel_3.Text = "F"
  84. TextLabel_3.TextColor3 = Color3.new(1, 0.521569, 0.529412)
  85. TextLabel_3.TextScaled = true
  86. TextLabel_3.TextSize = 14
  87. TextLabel_3.TextWrapped = true
  88.  
  89. Close.Name = "Close"
  90. Close.Parent = TitleBar
  91. Close.BackgroundColor3 = Color3.new(1, 0.509804, 0.517647)
  92. Close.BorderSizePixel = 0
  93. Close.Position = UDim2.new(0.949999988, 0, 0, 0)
  94. Close.Size = UDim2.new(0.0500000007, 0, 1, 0)
  95. Close.Font = Enum.Font.GothamSemibold
  96. Close.Text = "X"
  97. Close.TextColor3 = Color3.new(1, 1, 1)
  98. Close.TextScaled = true
  99. Close.TextSize = 14
  100. Close.TextWrapped = true
  101.  
  102. PN.Name = "PN"
  103. PN.Parent = Back
  104. PN.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  105. PN.BorderSizePixel = 0
  106. PN.Position = UDim2.new(0.0268620253, 0, 0.138888881, 0)
  107. PN.Size = UDim2.new(0.349999994, 0, 0.100000001, 0)
  108. PN.Font = Enum.Font.SourceSans
  109. PN.PlaceholderColor3 = Color3.new(0.623529, 0.623529, 0.623529)
  110. PN.PlaceholderText = "[PLR NAME]"
  111. PN.Text = ""
  112. PN.TextColor3 = Color3.new(1, 1, 1)
  113. PN.TextScaled = true
  114. PN.TextSize = 14
  115. PN.TextWrapped = true
  116.  
  117. TP.Name = "TP"
  118. TP.Parent = Back
  119. TP.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  120. TP.BorderSizePixel = 0
  121. TP.Position = UDim2.new(0.0268620253, 0, 0.269097209, 0)
  122. TP.Size = UDim2.new(0.349999994, 0, 0.100000001, 0)
  123. TP.Font = Enum.Font.GothamSemibold
  124. TP.Text = "Teleport"
  125. TP.TextColor3 = Color3.new(1, 1, 1)
  126. TP.TextSize = 14
  127.  
  128. BANK.Name = "BANK"
  129. BANK.Parent = Back
  130. BANK.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  131. BANK.BorderSizePixel = 0
  132. BANK.Position = UDim2.new(0.732600689, 0, 0.138888881, 0)
  133. BANK.Size = UDim2.new(0.25, 0, 0.100000001, 0)
  134. BANK.Font = Enum.Font.GothamSemibold
  135. BANK.Text = "Bank"
  136. BANK.TextColor3 = Color3.new(1, 1, 1)
  137. BANK.TextSize = 14
  138.  
  139. JS.Name = "JS"
  140. JS.Parent = Back
  141. JS.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  142. JS.BorderSizePixel = 0
  143. JS.Position = UDim2.new(0.732600689, 0, 0.269097209, 0)
  144. JS.Size = UDim2.new(0.25, 0, 0.100000001, 0)
  145. JS.Font = Enum.Font.GothamSemibold
  146. JS.Text = "Jewelry Store"
  147. JS.TextColor3 = Color3.new(1, 1, 1)
  148. JS.TextSize = 14
  149.  
  150. CS.Name = "CS"
  151. CS.Parent = Back
  152. CS.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  153. CS.BorderSizePixel = 0
  154. CS.Position = UDim2.new(0.732600689, 0, 0.394965231, 0)
  155. CS.Size = UDim2.new(0.25, 0, 0.100000001, 0)
  156. CS.Font = Enum.Font.GothamSemibold
  157. CS.Text = "Casino"
  158. CS.TextColor3 = Color3.new(1, 1, 1)
  159. CS.TextSize = 14
  160.  
  161. GS.Name = "GS"
  162. GS.Parent = Back
  163. GS.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  164. GS.BorderSizePixel = 0
  165. GS.Position = UDim2.new(0.732600689, 0, 0.529513836, 0)
  166. GS.Size = UDim2.new(0.25, 0, 0.100000001, 0)
  167. GS.Font = Enum.Font.GothamSemibold
  168. GS.Text = "Gun Store"
  169. GS.TextColor3 = Color3.new(1, 1, 1)
  170. GS.TextSize = 14
  171.  
  172. GA.Name = "GA"
  173. GA.Parent = Back
  174. GA.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  175. GA.BorderSizePixel = 0
  176. GA.Position = UDim2.new(0.732600689, 0, 0.655381918, 0)
  177. GA.Size = UDim2.new(0.25, 0, 0.100000001, 0)
  178. GA.Font = Enum.Font.GothamSemibold
  179. GA.Text = "Garage"
  180. GA.TextColor3 = Color3.new(1, 1, 1)
  181. GA.TextSize = 14
  182.  
  183. CAM.Name = "CAM"
  184. CAM.Parent = Back
  185. CAM.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  186. CAM.BorderSizePixel = 0
  187. CAM.Position = UDim2.new(0.73299998, 0, 0.779999971, 0)
  188. CAM.Size = UDim2.new(0.25, 0, 0.100000001, 0)
  189. CAM.Font = Enum.Font.GothamSemibold
  190. CAM.Text = "Camero"
  191. CAM.TextColor3 = Color3.new(1, 1, 1)
  192. CAM.TextSize = 14
  193.  
  194. SS.Name = "SS"
  195. SS.Parent = Back
  196. SS.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  197. SS.BorderSizePixel = 0
  198. SS.Position = UDim2.new(0.0763888508, 0, 0.527777791, 0)
  199. SS.Size = UDim2.new(0.25, 0, 0.100000001, 0)
  200. SS.Font = Enum.Font.GothamSemibold
  201. SS.Text = "Set Speed"
  202. SS.TextColor3 = Color3.new(1, 1, 1)
  203. SS.TextSize = 14
  204. SS.TextWrapped = true
  205.  
  206. GRAV.Name = "GRAV"
  207. GRAV.Parent = Back
  208. GRAV.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  209. GRAV.BorderSizePixel = 0
  210. GRAV.Position = UDim2.new(0.434027731, 0, 0.136381164, 0)
  211. GRAV.Size = UDim2.new(0.25, 0, 0.100000001, 0)
  212. GRAV.Font = Enum.Font.GothamSemibold
  213. GRAV.Text = "Gravity [OFF]"
  214. GRAV.TextColor3 = Color3.new(1, 1, 1)
  215. GRAV.TextSize = 14
  216.  
  217. MoreSoon.Name = "MoreSoon"
  218. MoreSoon.Parent = Back
  219. MoreSoon.BackgroundColor3 = Color3.new(1, 1, 1)
  220. MoreSoon.BackgroundTransparency = 1
  221. MoreSoon.Position = UDim2.new(0.0634920597, 0, 0.878568649, 0)
  222. MoreSoon.Size = UDim2.new(0.600000024, 0, 0.100000001, 0)
  223. MoreSoon.Font = Enum.Font.GothamSemibold
  224. MoreSoon.Text = "More Coming Soon..."
  225. MoreSoon.TextColor3 = Color3.new(1, 1, 1)
  226. MoreSoon.TextScaled = true
  227. MoreSoon.TextSize = 14
  228. MoreSoon.TextWrapped = true
  229.  
  230. CB.Name = "CB"
  231. CB.Parent = Back
  232. CB.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  233. CB.BorderSizePixel = 0
  234. CB.Position = UDim2.new(0.732600689, 0, 0.89843744, 0)
  235. CB.Size = UDim2.new(0.25, 0, 0.100000001, 0)
  236. CB.Font = Enum.Font.GothamSemibold
  237. CB.Text = "Criminal Base"
  238. CB.TextColor3 = Color3.new(1, 1, 1)
  239. CB.TextSize = 14
  240.  
  241. SA.Name = "SA"
  242. SA.Parent = Back
  243. SA.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  244. SA.BorderSizePixel = 0
  245. SA.Position = UDim2.new(0.0268620253, 0, 0.391975284, 0)
  246. SA.Size = UDim2.new(0.349999994, 0, 0.100000001, 0)
  247. SA.Font = Enum.Font.SourceSans
  248. SA.PlaceholderColor3 = Color3.new(0.623529, 0.623529, 0.623529)
  249. SA.PlaceholderText = "[ENTER SPEED]"
  250. SA.Text = ""
  251. SA.TextColor3 = Color3.new(1, 1, 1)
  252. SA.TextScaled = true
  253. SA.TextSize = 14
  254. SA.TextWrapped = true
  255.  
  256. GG.Name = "GG"
  257. GG.Parent = Back
  258. GG.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  259. GG.BorderSizePixel = 0
  260. GG.Position = UDim2.new(0.434027731, 0, 0.269097209, 0)
  261. GG.Size = UDim2.new(0.25, 0, 0.100000001, 0)
  262. GG.Font = Enum.Font.GothamSemibold
  263. GG.Text = "Give Guns"
  264. GG.TextColor3 = Color3.new(1, 1, 1)
  265. GG.TextSize = 14
  266.  
  267. AR.Name = "AR"
  268. AR.Parent = Back
  269. AR.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  270. AR.BorderSizePixel = 0
  271. AR.Position = UDim2.new(0.434027731, 0, 0.392553985, 0)
  272. AR.Size = UDim2.new(0.25, 0, 0.100000001, 0)
  273. AR.Font = Enum.Font.GothamSemibold
  274. AR.Text = "Auto Arrest [BETA]"
  275. AR.TextColor3 = Color3.new(1, 1, 1)
  276. AR.TextSize = 14
  277. AR.TextScaled = true
  278.  
  279. EC.Name = "EC"
  280. EC.Parent = Back
  281. EC.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  282. EC.BorderSizePixel = 0
  283. EC.Position = UDim2.new(0.434027731, 0, 0.525270045, 0)
  284. EC.Size = UDim2.new(0.25, 0, 0.100000001, 0)
  285. EC.Font = Enum.Font.GothamSemibold
  286. EC.Text = "EZ Cash"
  287. EC.TextColor3 = Color3.new(1, 1, 1)
  288. EC.TextSize = 14
  289.  
  290. Open.Name = "Open"
  291. Open.Parent = MadFucker
  292. Open.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  293. Open.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  294. Open.BorderSizePixel = 3
  295. Open.Position = UDim2.new(0.398999989, 0, 0.95989579, 0)
  296. Open.Size = UDim2.new(0.200000003, 0, 0.0399999991, 0)
  297. Open.Visible = false
  298. Open.Font = Enum.Font.GothamSemibold
  299. Open.Text = "Open"
  300. Open.TextColor3 = Color3.new(1, 1, 1)
  301. Open.TextScaled = true
  302. Open.TextSize = 14
  303. Open.TextWrapped = true
  304. -- Scripts:
  305.  
  306.  
  307.  
  308. --Open shit
  309. O = true
  310.  
  311. Close.MouseButton1Down:Connect(function()
  312. O = false
  313. Open.Visible = true
  314. Back.Visible = false
  315. end)
  316.  
  317. Open.MouseButton1Down:Connect(function()
  318. O = true
  319. Open.Visible = false
  320. Back.Visible = true
  321. end)
  322.  
  323. --TP shit
  324.  
  325. TP.MouseButton1Down:Connect(function()
  326. local target = game.Players:FindFirstChild(PN.Text)
  327. local yes = target.Character.HumanoidRootPart.CFrame
  328.  
  329. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = yes
  330. print("You just tp'd to "..PN.Text.." yesyes")
  331. end)
  332.  
  333. BANK.MouseButton1Down:Connect(function()
  334. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(690.11553955078,24.889343261719,446.09664916992)
  335. end)
  336.  
  337. JS.MouseButton1Down:Connect(function()
  338. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-203.3496960449,24.578149795532,731.06182861328)
  339. end)
  340.  
  341. CS.MouseButton1Down:Connect(function()
  342. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1779.7911376953,24.738931655884,685.00677490234)
  343. end)
  344.  
  345. GS.MouseButton1Down:Connect(function()
  346. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1619.1705322266,41.934741973877,684.16217041016)
  347. end)
  348.  
  349. GA.MouseButton1Down:Connect(function()
  350. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(231.40872192383,24.549949645996,-493.32705688477)
  351. end)
  352.  
  353. CAM.MouseButton1Down:Connect(function()
  354. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-882.36700439453,53.278591156006,-2648.3139648438)
  355. end)
  356.  
  357. CB.MouseButton1Down:Connect(function()
  358. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2116.2019042969,25.10528755188,348.36651611328)
  359. end)
  360.  
  361. --Other shit
  362. gr = true
  363.  
  364. GRAV.MouseButton1Down:Connect(function()
  365. if gr == true then
  366. gr = false
  367. game.workspace.Gravity = 195
  368. GRAV.Text = "Gravity [OFF]"
  369. else
  370. gr = true
  371. game.workspace.Gravity = 45
  372. GRAV.Text = "Gravity [ON]"
  373. end
  374. end)
  375.  
  376. SS.MouseButton1Down:Connect(function()
  377. local humanoid = player.Character.Humanoid
  378. local Speed = SA.Text
  379. while wait() do
  380. humanoid.WalkSpeed = Speed
  381. end
  382. end)
  383.  
  384. GG.MouseButton1Down:Connect(function()
  385. local Remote = game.Workspace.ObjectSelection.Shotgun.Shotgun.Shotgun['Event']
  386. local Arguments = {
  387. }
  388. Remote:FireServer(unpack(Arguments))
  389. local Remote = game.Workspace.ObjectSelection.MP5.MP5.MP5['Event']
  390. local Arguments = {
  391. }
  392. Remote:FireServer(unpack(Arguments))
  393. local Remote = game.Workspace.ObjectSelection.Baton.Baton.Baton['Event']
  394. local Arguments = {
  395. }
  396. Remote:FireServer(unpack(Arguments))
  397. end)
  398.  
  399. EC.MouseButton1Down:Connect(function()
  400. local w = game:GetService("Workspace")
  401. local ObjectSelection = w:WaitForChild("ObjectSelection")
  402. for _,v in pairs (ObjectSelection:GetChildren()) do
  403. if v.Name == "CashRegister" then
  404. if v:FindFirstChild("SmashCash") then
  405. local Event = v.SmashCash.SmashCash.Event
  406. Event:FireServer()
  407. end
  408. end
  409. if v.Name == "ATM" then
  410. if v:FindFirstChild("ATM") then
  411. local Event = v.ATM.ATM.Event
  412. Event:FireServer()
  413. end
  414. end
  415. if v.Name == "Cash" then
  416. if v:FindFirstChild("Cash") then
  417. local Event = v.Cash.Cash.Event
  418. Event:FireServer()
  419. end
  420. end
  421. if v.Name == "DiamondBox" then
  422. if v:FindFirstChild("SmashCash") then
  423. local Event = v.SmashCash.SmashCash.Event
  424. Event:FireServer()
  425. end
  426. end
  427. if v.Name == "Safe" then
  428. if v:FindFirstChild("SmashCash") then
  429. local Event = v.SmashCash.SmashCash.Event
  430. Event:FireServer()
  431. end
  432. end
  433. if v.Name == "SlotMachine" then
  434. if v:FindFirstChild("SlotMachine") then
  435. local Event = v.SlotMachine.SlotMachine.Event
  436. Event:FireServer()
  437. end
  438. end
  439. end
  440. end)
  441.  
  442. AR.MouseButton1Down:Connect(function()
  443. while wait() do
  444. game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack.Handcuffs)
  445. game.ReplicatedStorage.Event:FireServer("Equip", game.Players.LocalPlayer.Character, game.Players.LocalPlayer.Character.Handcuffs.Handle)
  446. for i,v in pairs(game.Players:GetChildren()) do
  447. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  448. wait(0.25)
  449. game.ReplicatedStorage.Event:FireServer("Arrest", v)
  450. wait()
  451. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, 0,0)
  452. end
  453. wait(0.25)
  454. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, -1000,0)
  455. game.Players.LocalPlayer.Character:BreakJoints()
  456. wait(20)
  457. end
  458. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement