Advertisement
Guest User

mad

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