cortesjoren

MAD CITY BITCH

Feb 1st, 2019
857
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.63 KB | None | 0 0
  1. --[[ Credits To: Script Founder]]
  2. --[[ Made By: ScRipt HunTer - Anwarun]]
  3. -- Objects
  4.  
  5. local MC = Instance.new("ScreenGui")
  6. local Frame = Instance.new("Frame")
  7. local Title = Instance.new("TextLabel")
  8. local Tod1 = Instance.new("Frame")
  9. local Tod2 = Instance.new("Frame")
  10. local Pn = Instance.new("TextBox")
  11. local A1 = Instance.new("TextButton")
  12. local A2 = Instance.new("TextButton")
  13. local A3 = Instance.new("TextButton")
  14. local A4 = Instance.new("TextButton")
  15. local A5 = Instance.new("TextButton")
  16. local A6 = Instance.new("TextButton")
  17. local Cre = Instance.new("TextLabel")
  18. local Cr = Instance.new("TextLabel")
  19. local X = Instance.new("TextButton")
  20. local Lol = Instance.new("ImageLabel")
  21.  
  22. -- Properties
  23.  
  24. MC.Name = "MC"
  25. MC.Parent = game.CoreGui
  26. MC.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  27.  
  28. Frame.Parent = MC
  29. Frame.Active = true
  30. Frame.Draggable = true
  31. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  32. Frame.Position = UDim2.new(0.219697177, 0, 0.273603082, 0)
  33. Frame.Size = UDim2.new(0, 391, 0, 234)
  34. Frame.Style = Enum.FrameStyle.RobloxRound
  35.  
  36. Title.Name = "Title"
  37. Title.Parent = Frame
  38. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  39. Title.BackgroundTransparency = 1
  40. Title.Position = UDim2.new(0.444994897, 0, 0.014554793, 0)
  41. Title.Size = UDim2.new(0, 40, 0, 14)
  42. Title.Font = Enum.Font.GothamBold
  43. Title.Text = "Mad City Gui"
  44. Title.TextColor3 = Color3.new(1, 1, 1)
  45. Title.TextSize = 23
  46.  
  47. Tod1.Name = "Tod1"
  48. Tod1.Parent = Frame
  49. Tod1.BackgroundColor3 = Color3.new(1, 1, 1)
  50. Tod1.Position = UDim2.new(0.0702240765, 0, 0.111030839, 0)
  51. Tod1.Size = UDim2.new(0, 325, 0, 6)
  52.  
  53. Tod2.Name = "Tod2"
  54. Tod2.Parent = Frame
  55. Tod2.BackgroundColor3 = Color3.new(1, 1, 1)
  56. Tod2.Position = UDim2.new(0.0676665306, 0, 0.970005155, 0)
  57. Tod2.Size = UDim2.new(0, 325, 0, 6)
  58.  
  59. Pn.Name = "Pn"
  60. Pn.Parent = Frame
  61. Pn.BackgroundColor3 = Color3.new(0, 0, 0)
  62. Pn.BorderColor3 = Color3.new(1, 1, 1)
  63. Pn.BorderSizePixel = 3
  64. Pn.Position = UDim2.new(0.165255502, 0, 0.18446748, 0)
  65. Pn.Size = UDim2.new(0, 248, 0, 29)
  66. Pn.Font = Enum.Font.SciFi
  67. Pn.PlaceholderColor3 = Color3.new(1, 1, 1)
  68. Pn.Text = "Players Name"
  69. Pn.TextColor3 = Color3.new(1, 1, 1)
  70. Pn.TextScaled = true
  71. Pn.TextSize = 23
  72. Pn.TextWrapped = true
  73.  
  74. A1.Name = "A1"
  75. A1.Parent = Frame
  76. A1.BackgroundColor3 = Color3.new(0, 0, 0)
  77. A1.BorderColor3 = Color3.new(1, 1, 1)
  78. A1.BorderSizePixel = 3
  79. A1.Position = UDim2.new(0.0468849167, 0, 0.371316761, 0)
  80. A1.Size = UDim2.new(0, 157, 0, 29)
  81. A1.Font = Enum.Font.GothamBold
  82. A1.Text = "Arrest Players"
  83. A1.TextColor3 = Color3.new(1, 1, 1)
  84. A1.TextSize = 20
  85. A1.TextWrapped = true
  86.  
  87. A2.Name = "A2"
  88. A2.Parent = Frame
  89. A2.BackgroundColor3 = Color3.new(0, 0, 0)
  90. A2.BorderColor3 = Color3.new(1, 1, 1)
  91. A2.BorderSizePixel = 3
  92. A2.Position = UDim2.new(0.55583632, 0, 0.371316761, 0)
  93. A2.Size = UDim2.new(0, 157, 0, 29)
  94. A2.Font = Enum.Font.GothamBold
  95. A2.Text = "Auto Arrest"
  96. A2.TextColor3 = Color3.new(1, 1, 1)
  97. A2.TextSize = 20
  98. A2.TextWrapped = true
  99.  
  100. A3.Name = "A3"
  101. A3.Parent = Frame
  102. A3.BackgroundColor3 = Color3.new(0, 0, 0)
  103. A3.BorderColor3 = Color3.new(1, 1, 1)
  104. A3.BorderSizePixel = 3
  105. A3.Position = UDim2.new(0.0699028149, 0, 0.559350967, 0)
  106. A3.Size = UDim2.new(0, 157, 0, 29)
  107. A3.Font = Enum.Font.GothamBold
  108. A3.Text = "WalkSpeed"
  109. A3.TextColor3 = Color3.new(1, 1, 1)
  110. A3.TextSize = 20
  111. A3.TextWrapped = true
  112.  
  113. A4.Name = "A4"
  114. A4.Parent = Frame
  115. A4.BackgroundColor3 = Color3.new(0, 0, 0)
  116. A4.BorderColor3 = Color3.new(1, 1, 1)
  117. A4.BorderSizePixel = 3
  118. A4.Position = UDim2.new(0.535375953, 0, 0.559350967, 0)
  119. A4.Size = UDim2.new(0, 157, 0, 29)
  120. A4.Font = Enum.Font.GothamBold
  121. A4.Text = "Farm Cash"
  122. A4.TextColor3 = Color3.new(1, 1, 1)
  123. A4.TextSize = 20
  124. A4.TextWrapped = true
  125.  
  126. A5.Name = "A5"
  127. A5.Parent = Frame
  128. A5.BackgroundColor3 = Color3.new(0, 0, 0)
  129. A5.BorderColor3 = Color3.new(1, 1, 1)
  130. A5.BorderSizePixel = 3
  131. A5.Position = UDim2.new(0.553278804, 0, 0.747385144, 0)
  132. A5.Size = UDim2.new(0, 157, 0, 29)
  133. A5.Font = Enum.Font.GothamBold
  134. A5.Text = "Tp To Criminal"
  135. A5.TextColor3 = Color3.new(1, 1, 1)
  136. A5.TextSize = 20
  137. A5.TextWrapped = true
  138.  
  139. A6.Name = "A6"
  140. A6.Parent = Frame
  141. A6.BackgroundColor3 = Color3.new(0, 0, 0)
  142. A6.BorderColor3 = Color3.new(1, 1, 1)
  143. A6.BorderSizePixel = 3
  144. A6.Position = UDim2.new(0.0468849204, 0, 0.747385144, 0)
  145. A6.Size = UDim2.new(0, 157, 0, 29)
  146. A6.Font = Enum.Font.GothamBold
  147. A6.Text = "Tp To Jewelry"
  148. A6.TextColor3 = Color3.new(1, 1, 1)
  149. A6.TextSize = 20
  150. A6.TextWrapped = true
  151.  
  152. Cre.Name = "Cre"
  153. Cre.Parent = Frame
  154. Cre.BackgroundColor3 = Color3.new(1, 1, 1)
  155. Cre.BackgroundTransparency = 1
  156. Cre.Position = UDim2.new(0.231911421, 0, 1.07771349, 0)
  157. Cre.Size = UDim2.new(0, 200, 0, 10)
  158. Cre.Font = Enum.Font.GothamBold
  159. Cre.Text = "Gui Made By: ScRipt HunTer"
  160. Cre.TextColor3 = Color3.new(1, 1, 1)
  161. Cre.TextSize = 23
  162.  
  163. Cr.Name = "Cr"
  164. Cr.Parent = Frame
  165. Cr.BackgroundColor3 = Color3.new(1, 1, 1)
  166. Cr.BackgroundTransparency = 1
  167. Cr.Position = UDim2.new(0.226796329, 0, -0.131688237, 0)
  168. Cr.Size = UDim2.new(0, 200, 0, 10)
  169. Cr.Font = Enum.Font.GothamBold
  170. Cr.Text = "Credits: Charwar, Script Maker"
  171. Cr.TextColor3 = Color3.new(1, 1, 1)
  172. Cr.TextSize = 23
  173.  
  174. X.Name = "X"
  175. X.Parent = Frame
  176. X.BackgroundColor3 = Color3.new(0, 0, 0)
  177. X.BorderColor3 = Color3.new(1, 1, 1)
  178. X.BorderSizePixel = 3
  179. X.Position = UDim2.new(0.915839672, 0, -0.0481844544, 0)
  180. X.Size = UDim2.new(0, 42, 0, 32)
  181. X.Style = Enum.ButtonStyle.RobloxButtonDefault
  182. X.Font = Enum.Font.GothamBold
  183. X.Text = "X"
  184. X.TextColor3 = Color3.new(1, 1, 1)
  185. X.TextSize = 20
  186. X.TextWrapped = true
  187.  
  188. Lol.Name = "Lol"
  189. Lol.Parent = MC
  190. Lol.BackgroundColor3 = Color3.new(1, 1, 1)
  191. Lol.Position = UDim2.new(0.0091772303, 0, 0.71676302, 0)
  192. Lol.Size = UDim2.new(0, 46, 0, 35)
  193. Lol.Image = "rbxassetid://2763498725"
  194.  
  195. --Script
  196.  
  197. -- Sc Made By Charwar
  198.  
  199. A1.MouseButton1Click:connect(function()
  200. if kontol == true then
  201. kontol = false
  202. A1.BackgroundColor3 = Color3.new(0, 0, 0)
  203. else
  204. kontol = true
  205. A1.BackgroundColor3 = Color3.new(85, 255, 0)
  206. end
  207. Arrest()
  208. end)
  209.  
  210. A2.MouseButton1Click:Connect(function()
  211. if memek == true then
  212. kontol = false
  213. A2.BackgroundColor3 = Color3.new(0, 0, 0)
  214. else
  215. memek = true
  216. A2.BackgroundColor3 = Color3.new(85, 255, 0)
  217. end
  218. AutoArrest()
  219. end)
  220.  
  221. Lari = false
  222. A3.MouseButton1Click:connect(function()
  223. if Lari == true then
  224. Lari = false
  225. A3.BackgroundColor3 = Color3.new(0, 0, 0)
  226. else
  227. Lari = true
  228. A3.BackgroundColor3 = Color3.new(85, 255, 0)
  229. if Lari == true then
  230. repeat wait()
  231. local hum = game:GetService('Players').LocalPlayer.Character.Humanoid
  232. local speed = 150 -- Speed You Want
  233. hum.WalkSpeed = speed
  234. until Lari == false
  235. end
  236. end
  237. end)
  238.  
  239. farm = false
  240. A4.MouseButton1Click:connect(function()
  241. if farm == true then
  242. farm = false
  243. A4.BackgroundColor3 = Color3.new(0, 0, 0)
  244. else
  245. farm = true
  246. A4.BackgroundColor3 = Color3.new(85, 255, 0)
  247. if farm == true then
  248. repeat wait()
  249. for _,v in pairs (workspace.ObjectSelection:GetChildren()) do
  250. if v.Name == "CashRegister" then
  251. if v:FindFirstChild("SmashCash") then
  252. v.SmashCash.SmashCash.Event:FireServer()
  253. end
  254. else if v.Name == "ATM" or v.Name == "Cash" or v.Name == "SlotMachine" then
  255. if v:FindFirstChild("ATM") then
  256. v.ATM.ATM.Event:FireServer()
  257. end
  258. end
  259. end
  260. end
  261. until farm == false
  262. end
  263. end
  264. end)
  265.  
  266. A5.MouseButton1Click:connect(function()
  267. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2139, 25, 375)
  268. end)
  269.  
  270. A6.MouseButton1Click:connect(function()
  271. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-205, 25, 728)
  272. end)
  273.  
  274. X.MouseButton1Click:Connect(function()
  275. MC:Destroy()
  276. end)
  277.  
  278. --Fungsi
  279. kontol = false
  280. memek = false
  281. function Arrest()
  282. local Victim = Pn.Text
  283.  
  284. if game.Players.LocalPlayer.Team == game.Teams.Police then
  285. if game.Players[Victim].Team == game.Teams.Criminals then
  286. if game.Players.LocalPlayer.Backpack:FindFirstChild("Handcuffs") then
  287. game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack.Handcuffs)
  288. game.ReplicatedStorage.Event:FireServer("Equip", game.Players.LocalPlayer.Character, game.Players.LocalPlayer.Character.Handcuffs.Handle)
  289. end
  290. while kontol == true do
  291. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Victim].Character.HumanoidRootPart.CFrame
  292. wait(0.25)
  293. for i=1,100 do
  294. game.ReplicatedStorage.Event:FireServer("Arrest", game.Players[Victim])
  295. if game.Players[Victim].Team == game.Teams.Prisoners then
  296. kontol = false
  297. end
  298. end
  299. end
  300. else
  301. game.StarterGui:SetCore("SendNotification", {Title="Script", Text="Your Victim needs to be a Criminal!"})
  302. end
  303. else
  304. game.StarterGui:SetCore("SendNotification", {Title="Script", Text="You need to be a police!"})
  305. end
  306. end
  307.  
  308. function AutoArrest()
  309. while memek == true do
  310. wait(0.35)
  311. for i,v in pairs(game.Players:GetPlayers()) do
  312. wait()
  313. if v.Team.Name == "Criminals" then
  314. local Victim = v.Name
  315.  
  316. if game.Players.LocalPlayer.Team == game.Teams.Police then
  317. if game.Players[Victim].Team == game.Teams.Criminals then
  318. if game.Players.LocalPlayer.Backpack:FindFirstChild("Handcuffs") then
  319. game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack.Handcuffs)
  320. game.ReplicatedStorage.Event:FireServer("Equip", game.Players.LocalPlayer.Character, game.Players.LocalPlayer.Character.Handcuffs.Handle)
  321. end
  322. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Victim].Character.HumanoidRootPart.CFrame
  323. wait(0.25)
  324. for i=1,100 do
  325. game.ReplicatedStorage.Event:FireServer("Arrest", game.Players[Victim])
  326. end
  327. else
  328. game.StarterGui:SetCore("SendNotification", {Title="Script", Text="Your Victim needs to be a Criminal!"})
  329. end
  330. else
  331. game.StarterGui:SetCore("SendNotification", {Title="Script", Text="You need to be a police!"})
  332. end
  333. end
  334. end
  335. end
  336. end
  337.  
  338. if Cre.Text == not Cre.Text then
  339. MC.Parent = game.StarterGui
  340. end
Add Comment
Please, Sign In to add comment