Advertisement
Guest User

Mad City

a guest
Mar 26th, 2019
4,979
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1.  
  2. GUI | Auto Arrest / Taze Criminals / Unlimited Ammo / Rob Everything:
  3. loadstring(game:HttpGet('https://nto.darkdevs.pro/uploads/mad.txt',true))()
  4.  
  5.  
  6. GUI | Auto Rob:
  7. loadstring(game:HttpGet("https://pastebin.com/raw/yFwRA3Vp", true))()
  8.  
  9.  
  10. GUI | Tp / Money:
  11. loadstring(game:HttpGet('https://pastebin.com/raw/sYgxhDak',true))()
  12.  
  13.  
  14. MadReaper:
  15. loadstring(game:HttpGet('https://pastebin.com/raw/iCRpKCCc',true))()
  16.  
  17.  
  18. MadFucker:
  19. loadstring(game:HttpGet("https://pastebin.com/raw/az0NPNhx"))()
  20.  
  21.  
  22. GUI | Tp / Infinite Ammo / Guns:
  23. loadstring(game:HttpGet(('https://paste.ee/r/iQhos'),true))()
  24.  
  25.  
  26. GUI | Tp / Auto Rob / Guns / Auto Arrest:
  27. loadstring(game:HttpGet("https://paste.ee/r/PgSxm",true))()
  28.  
  29.  
  30. Mad City Hax:
  31. loadstring(game:HttpGet(('http://arilis.win/B1316DFA-DC3A-405D-BF1...92BC70.lua'),true))()
  32.  
  33.  
  34. GUI:
  35. loadstring(game:HttpGet('https://pastebin.com/raw/upFRksKa',true))()
  36.  
  37.  
  38. GUI:
  39. loadstring(game:HttpGet('https://pastebin.com/raw/cVwKMuLF',true))()
  40.  
  41.  
  42. AFK Cash Farm:
  43. loadstring(game:HttpGet(('http://arilis.win/DAB93150-673D-4714-94D...85B75.lua'),true))()
  44.  
  45.  
  46. Unlock All Emotes
  47. game.Players.LocalPlayer.Name = "nic10telf"
  48. game.Players.LocalPlayer.Character.Head:Destroy()
  49. game.Players.LocalPlayer.Character.HumanoidRootPart.Changed:connect(function ()
  50. game.Players.LocalPlayer.Name = "nic10telf"
  51. print(game.Players.LocalPlayer.Name)
  52. end)
  53.  
  54. Kill all
  55. for i, v in next, game.Players:GetPlayers() do
  56. if v ~= game.Players.LocalPlayer then
  57. game.ReplicatedStorage.Event:FireServer('TPD', 9e9, v.Character.Humanoid)
  58. end
  59. end
  60.  
  61. Weapon Damage
  62. --Make sure the gun is not equiped when u execute.
  63. local backpack = game.Players.LocalPlayer.Backpack
  64. local gun = backpack['MP5'] --MP5,Pistol,Baton,Shotgun,Baton etc.
  65. local ss = gun['RifleScript'] --RifleScript,PistolScript,MeeleScript,ShotgunScript etc.
  66. for i=1,10 do --u can change this to higher value if u want more damage
  67. ss:Clone().Parent = gun
  68. end
  69.  
  70. Hero Power Damage
  71. --Make sure the skill is not equiped when u execute.
  72. local backpack = game.Players.LocalPlayer.Backpack
  73. local gun = backpack['Laser Beam'] --Laser Beam,Dark Energy etc.
  74. local ss = gun['PowerScript']
  75. for i=1,10 do --u can change this to higher value if u want more damage
  76. ss:Clone().Parent = gun
  77. end
  78.  
  79. XP AND RANK
  80. _G.AA = true
  81. game:service'RunService'.RenderStepped:Connect(function()
  82. if _G.AA then
  83. game.ReplicatedStorage.RemoteFunction:InvokeServer("ChangeTeam", "Criminals")
  84. if not game.Players.LocalPlayer.Team.Name == "Police" then return end
  85. local hc = game.Players.LocalPlayer.Backpack:FindFirstChild("Handcuffs")
  86. for i,v in next, game.Players:GetPlayers() do
  87. if v.Team.Name ~= "Police" then
  88. game.Players.LocalPlayer.Character.Humanoid:EquipTool(hc)
  89. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  90. game.ReplicatedStorage.Event:FireServer("Arrest", v)
  91. game.ReplicatedStorage.Event:FireServer("Eject", v)
  92. wait()
  93. end
  94. end
  95. end
  96. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement