Advertisement
CrimsonB

The *BEST* Mad City GUI - 2022

Apr 4th, 2022
10,433
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.25 KB | None | 0 0
  1. -- Mad City GUI - 2022 (COPY THE SCRIPT BELOW!)
  2.  
  3. -- JOIN THE DISCORD! - https://discord.gg/3GJECGdCWY
  4.  
  5. loadstring(game:HttpGet("https://pastebin.com/raw/Lqwb1b2i", true))() -- Tp bypass obfuscated becuase idk--
  6. wait(1)
  7. Instance.new("Vector3Value",game.Players.LocalPlayer).Name = "btp"
  8.  
  9. local library = loadstring(game:HttpGet("https://pastebin.com/raw/PpMcEF8z", true))()
  10. local example = library:CreateWindow({
  11. text = "Mad city"
  12. })
  13. example:AddToggle("Anti Report", function(state)
  14. _G.re = (state and true or false)
  15. while _G.re == true do
  16. wait()
  17. pcall(function()
  18. for i,v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
  19. if v:IsA("Accessory") or v:IsA("BillboardGui") or v:IsA("Decal") or v:IsA("Shirt") or v:IsA("Pants") then
  20. v:Destroy()
  21. end
  22. end
  23. end)
  24. end
  25. end)
  26. example:AddLabel("Get Any Vehicle",function()
  27. end)
  28. example:AddBox("Vehicle Name", function(object, focus)
  29. if focus then
  30.  
  31. local vehicle = tostring(object.Text)
  32. game:GetService("Workspace").ObjectSelection[vehicle].DriveSeat.Disabled = false
  33. game:GetService("Workspace").ObjectSelection[vehicle]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  34. wait(2)
  35. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").ObjectSelection[vehicle].DriveSeat.CFrame
  36. wait(2)
  37. game:GetService("Workspace").ObjectSelection[vehicle].DriveSeat.Disabled = true
  38. end
  39. end)
  40. example:AddLabel("Get Any Vehicle v2",function()
  41. end)
  42. example:AddBox("Vehicle Name", function(object, focus)
  43. if focus then
  44.  
  45. local vehicle = tostring(object.Text)
  46. game.Players.LocalPlayer.btp.Value=game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  47. wait(0.5)
  48. game.Players.LocalPlayer.Character:MoveTo(game:GetService("Workspace").VehicleSpawns[vehicle].Pos.Position)
  49. wait(5)
  50. game.Players.LocalPlayer.Character:MoveTo(game.Players.LocalPlayer.btp.Value)
  51. wait(1)
  52. game:GetService("Workspace").ObjectSelection[vehicle].DriveSeat.Disabled = false
  53. game:GetService("Workspace").ObjectSelection[vehicle]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  54. wait(2)
  55. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").ObjectSelection[vehicle].DriveSeat.CFrame
  56. wait(2)
  57. game:GetService("Workspace").ObjectSelection[vehicle].DriveSeat.Disabled = true
  58. end
  59. end)
  60. example:AddButton("Get Emotes",function()
  61. game.Players.LocalPlayer.UserId = 28995792
  62. end)
  63. example:AddButton("Walk Through Doors", function()
  64. for i,v in pairs(workspace:GetDescendants()) do
  65. if v.Name == "Door" and v.ClassName == "Part" and v.CanCollide==true then
  66. wait()
  67. v.CanCollide = false
  68.  
  69. end
  70.  
  71. end
  72. end)
  73. example:AddButton("Tp to CrimeBase",function()
  74. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=game:GetService("Workspace").CrimBaseIgnore.Part.CFrame
  75. end)
  76. example:AddLabel("Tp to players",function()
  77. end)
  78. example:AddBox("Player", function(object, focus)
  79. if focus then
  80. _G.Player = tostring(object.Text)
  81. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[_G.Player].Character.HumanoidRootPart.CFrame
  82. end
  83. end)
  84. example:AddToggle("Loop Tp", function(state)
  85. _G.loopp = (state and true or false)
  86. while _G.loopp == true do
  87. pcall(function()
  88. wait(0.1)
  89. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[_G.Player].Character.HumanoidRootPart.CFrame
  90. end)
  91. end
  92. end)
  93. example:AddButton("Get ur vehicle", function()
  94. game:GetService("Workspace").ObjectSelection[game.Players.LocalPlayer.Name .."'s Vehicle"]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  95. wait(0.5)
  96. game:GetService("Workspace").ObjectSelection[game.Players.LocalPlayer.Name .."'s Vehicle"].DriveSeat.Disabled = false
  97. wait(0.5)
  98. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").ObjectSelection[game.Players.LocalPlayer.Name .."'s Vehicle"].DriveSeat.CFrame
  99. end)
  100. example:AddToggle("Rob Stores", function(state)
  101. _G.Auto = (state and true or false)
  102. while _G.Auto == true do
  103. wait()
  104. pcall(function()
  105. for i,v in pairs(game:GetService("Workspace").ObjectSelection:GetDescendants()) do
  106. if v.Name == "Cash" and v:IsA("MeshPart") or v.Name == "Steal" and v:IsA("Part") or v.Name == "SmashCash" and v:IsA("Part") or v.Name == "ATM" and v:IsA("Part") then
  107. wait(0.5)
  108. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame*CFrame.new(0,5,0)
  109. wait(0.5)
  110. v:FindFirstChildOfClass("Script").Event:FireServer()
  111. end
  112. end
  113. end)
  114. end
  115. end)
  116. example:AddButton("Fix Stuck in vehicle", function()
  117. game:GetService("Workspace").ObjectSelection[game.Players.LocalPlayer.Name .."'s Vehicle"]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position+Vector3.new(20,20,0))
  118. end)
  119.  
  120. local example = library:CreateWindow({
  121. text = "Mods"
  122. })
  123. example:AddButton("Missile Mod",function()
  124. for i,v in pairs(getgc(true)) do
  125. if type(v) == "table" and rawget(v,"MissileLock") ~= nil then
  126. wait()
  127. v.MissileLock = 0
  128. v.MissileCooldown = 0
  129. end
  130. end
  131. end)
  132. example:AddLabel("Gun Stats Duper",function()
  133. end)
  134. example:AddBox("Gun Name", function(object, focus)
  135. if focus then
  136. _G.gun = tostring(object.Text)
  137. end
  138. end)
  139.  
  140. example:AddLabel("DUPE AMOUNT",function()
  141. end)
  142. example:AddBox("Dupe amount", function(object, focus)
  143. if focus then
  144. local amount = tonumber(object.Text)
  145. for i = 1,amount do
  146. local dupe = game.Players.LocalPlayer.Backpack[_G.gun]:FindFirstChildOfClass("LocalScript"):Clone()
  147. dupe.Parent = game.Players.LocalPlayer.Backpack[_G.gun]
  148. end
  149. end
  150. end)
  151. example:AddToggle("Colorful Vehicle", function(state)
  152. _G.skins = (state and true or false)
  153. local skin = 0
  154. while _G.skins == true do
  155. local ohString1 = "EquipItem"
  156. if skin == 171 then
  157. skin = 0
  158. else
  159. local lol = tostring("S"..skin)
  160. skin = skin+1
  161.  
  162. game:GetService("ReplicatedStorage").RemoteFunction:InvokeServer("EquipItem", lol)
  163. end
  164. end
  165. end)
  166. example:AddToggle("Inf Nitros", function(state)
  167. _G.Boost = (state and true or false)
  168. while _G.Boost == true do
  169. wait()
  170. pcall(function()
  171. game:GetService("Workspace").ObjectSelection[game.Players.LocalPlayer.Name.."'s Vehicle"].CarChassis.Boost.Value = 9e18
  172. end)
  173. end
  174. end)
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement