Advertisement
Nutx

madcity max level

Mar 11th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local madcity = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local title = Instance.new("TextBox")
  7. local max = Instance.new("TextButton")
  8. --Properties:
  9. madcity.Name = "madcity"
  10. madcity.Parent = game.CoreGui
  11. madcity.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  12.  
  13. Frame.Parent = madcity
  14. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  15. Frame.Position = UDim2.new(0.507361293, 0, 0.0818619579, 0)
  16. Frame.Size = UDim2.new(0, 153, 0, 187)
  17. Frame.Style = Enum.FrameStyle.DropShadow
  18. Frame.Active = true
  19. Frame.Draggable = true
  20.  
  21. title.Name = "title"
  22. title.Parent = Frame
  23. title.BackgroundColor3 = Color3.new(0, 0, 0)
  24. title.Position = UDim2.new(0.00596349407, 0, -0.00580511242, 0)
  25. title.Size = UDim2.new(0, 134, 0, 13)
  26. title.ClearTextOnFocus = false
  27. title.Font = Enum.Font.SciFi
  28. title.MultiLine = true
  29. title.Text = "GUI BY NUT X"
  30. title.TextColor3 = Color3.new(1, 1, 1)
  31. title.TextSize = 14
  32. title.TextWrapped = true
  33.  
  34. max.Name = "max"
  35. max.Parent = Frame
  36. max.BackgroundColor3 = Color3.new(0, 0, 0)
  37. max.Position = UDim2.new(0.0382790156, 0, 0.434362918, 0)
  38. max.Size = UDim2.new(0, 127, 0, 52)
  39. max.Font = Enum.Font.SciFi
  40. max.Text = "MAX LEVEL"
  41. max.TextColor3 = Color3.new(1, 1, 1)
  42. max.TextSize = 14
  43. max.MouseButton1Down:connect(function()
  44. --[[
  45. Made by Bean07#8282 / Bean07 on v3rm
  46. Please do not re rel or make a video on it without a proper credit!
  47.  
  48. *EDIT BY SIRMEME LOL* CHANGE TRUE TO FALSE WHEN YOU WANT TO STOP*
  49. ]]
  50. _G.YEET = true
  51.  
  52. while wait() do
  53. if _G.YEET then
  54. for _, v in next, game.Players:GetPlayers() do
  55. if v.Team.Name == "Criminals" then
  56. game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  57. if not workspace.ObjectSelection:FindFirstChild(v.Name.."'s Vehicle") then
  58. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  59. game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack:FindFirstChild("Tazer"))
  60. for i = 1, 10 do
  61. game.ReplicatedStorage.Event:FireServer("TAZ", v.Character.HumanoidRootPart)
  62. end
  63. end
  64. end
  65. end
  66. end
  67. end
  68. end)
  69.  
  70.  
  71. local Run = game:GetService("RunService")
  72. local CoreGui = game:GetService("CoreGui")
  73. local Teams = game:GetService("Teams")
  74. local UserInput = game:GetService("UserInputService")
  75. local Workspace = game:GetService("Workspace")
  76. local CoreGui = game:GetService("CoreGui")
  77. local Players = game:GetService("Players")
  78. local plr = game.Players.LocalPlayer
  79. local mouse = plr:GetMouse()
  80. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement