TheXcodeerror

47squad mad city

Nov 2nd, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.35 KB | None | 0 0
  1. -- Made by xCodeError!
  2. -- Please don't skid it or you gay
  3.  
  4. local Main = Instance.new("ScreenGui")
  5. local _47squad = Instance.new("Frame")
  6. local Title = Instance.new("TextLabel")
  7. local Title2 = Instance.new("TextLabel")
  8. local PoliceTeam = Instance.new("TextButton")
  9. local HeroTeam = Instance.new("TextButton")
  10. local CrimsTeam = Instance.new("TextButton")
  11. local Speed = Instance.new("TextButton")
  12. local Gravity = Instance.new("TextButton")
  13. local NoClip = Instance.new("TextButton")
  14. local InfNitro = Instance.new("TextButton")
  15. local Emotes = Instance.new("TextButton")
  16. local GamePass = Instance.new("TextButton")
  17. local RemoveTag = Instance.new("TextButton")
  18. local Fly = Instance.new("TextButton")
  19. local InfJump = Instance.new("TextButton")
  20. local Name = Instance.new("TextButton")
  21. local Money = Instance.new("TextButton")
  22. local XpFarm = Instance.new("TextButton")
  23. local NoALLTAGS = Instance.new("TextButton")
  24. local Lol = Instance.new("TextLabel")
  25. local opened = false
  26. local hidekey = Enum.KeyCode.Insert
  27. -- Properties
  28.  
  29. Main.Name = "Main"
  30. Main.Parent = game.CoreGui
  31. Main.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  32.  
  33. _47squad.Name = "47squad"
  34. _47squad.Parent = Main
  35. _47squad.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  36. _47squad.Position = UDim2.new(0.385192126, 0, 0.306772888, 0)
  37. _47squad.Size = UDim2.new(0, 642, 0, 323)
  38. _47squad.Visible = false
  39. _47squad.Active = true
  40. _47squad.Draggble = true
  41.  
  42. Title.Name = "Title"
  43. Title.Parent = _47squad
  44. Title.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  45. Title.Size = UDim2.new(0, 642, 0, 25)
  46. Title.Font = Enum.Font.Code
  47. Title.Text = "47squad (madcity-0.1a)"
  48. Title.TextColor3 = Color3.new(1, 1, 1)
  49. Title.TextSize = 14
  50.  
  51. Title2.Name = "Title2"
  52. Title2.Parent = _47squad
  53. Title2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  54. Title2.Position = UDim2.new(0, 0, 0.922192335, 0)
  55. Title2.Size = UDim2.new(0, 642, 0, 25)
  56. Title2.Font = Enum.Font.Code
  57. Title2.Text = "made by xcodeerror"
  58. Title2.TextColor3 = Color3.new(1, 1, 1)
  59. Title2.TextSize = 14
  60.  
  61. PoliceTeam.Name = "PoliceTeam"
  62. PoliceTeam.Parent = _47squad
  63. PoliceTeam.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  64. PoliceTeam.Position = UDim2.new(0.0965732038, 0, 0.123839013, 0)
  65. PoliceTeam.Size = UDim2.new(0, 94, 0, 26)
  66. PoliceTeam.Font = Enum.Font.Code
  67. PoliceTeam.Text = "JoinPolice"
  68. PoliceTeam.TextColor3 = Color3.new(1, 1, 1)
  69. PoliceTeam.TextSize = 14
  70. PoliceTeam.MouseButton1Click:connect(function()
  71. game.ReplicatedStorage.RemoteFunction:InvokeServer("SetTeam", "Police")
  72. end)
  73.  
  74. HeroTeam.Name = "HeroTeam"
  75. HeroTeam.Parent = _47squad
  76. HeroTeam.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  77. HeroTeam.Position = UDim2.new(0.0965732038, 0, 0.343653262, 0)
  78. HeroTeam.Size = UDim2.new(0, 94, 0, 26)
  79. HeroTeam.Font = Enum.Font.Code
  80. HeroTeam.Text = "JoinHeroes"
  81. HeroTeam.TextColor3 = Color3.new(1, 1, 1)
  82. HeroTeam.TextSize = 14
  83. HeroTeam.MouseButton1Click:connect(function()
  84. game.ReplicatedStorage.RemoteFunction:InvokeServer("SetTeam", "Hero")
  85. end)
  86.  
  87. CrimsTeam.Name = "CrimsTeam"
  88. CrimsTeam.Parent = _47squad
  89. CrimsTeam.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  90. CrimsTeam.Position = UDim2.new(0.0965732187, 0, 0.232198134, 0)
  91. CrimsTeam.Size = UDim2.new(0, 94, 0, 26)
  92. CrimsTeam.Font = Enum.Font.Code
  93. CrimsTeam.Text = "JoinCrims"
  94. CrimsTeam.TextColor3 = Color3.new(1, 1, 1)
  95. CrimsTeam.TextSize = 14
  96. CrimsTeam.MouseButton1Click:connect(function()
  97. game.ReplicatedStorage.RemoteFunction:InvokeServer("SetTeam", "Prisoners")
  98. end)
  99.  
  100. Speed.Name = "Speed"
  101. Speed.Parent = _47squad
  102. Speed.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  103. Speed.Position = UDim2.new(0.257009327, 0, 0.123839013, 0)
  104. Speed.Size = UDim2.new(0, 94, 0, 26)
  105. Speed.Font = Enum.Font.Code
  106. Speed.Text = "Speed[X]"
  107. Speed.TextColor3 = Color3.new(1, 1, 1)
  108. Speed.TextSize = 14
  109. Speed.MouseButton1Click:connect(function()
  110. local walkspeedplayer = game:GetService("Players").LocalPlayer -- speed [x]
  111. local walkspeedmouse = walkspeedplayer:GetMouse()
  112.  
  113. local walkspeedenabled = false
  114.  
  115. function x_walkspeed(key)
  116. if (key == "x") then
  117. if walkspeedenabled == false then
  118. _G.WS = 200;
  119. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  120. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  121. Humanoid.WalkSpeed = _G.WS;
  122. end)
  123. Humanoid.WalkSpeed = _G.WS;
  124.  
  125. walkspeedenabled = true
  126. elseif walkspeedenabled == true then
  127. _G.WS = 20;
  128. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  129. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  130. Humanoid.WalkSpeed = _G.WS;
  131. end)
  132. Humanoid.WalkSpeed = _G.WS;
  133.  
  134. walkspeedenabled = false
  135. end
  136. end
  137. end
  138. end)
  139.  
  140. Gravity.Name = "Gravity"
  141. Gravity.Parent = _47squad
  142. Gravity.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  143. Gravity.Position = UDim2.new(0.257009327, 0, 0.343653262, 0)
  144. Gravity.Size = UDim2.new(0, 94, 0, 26)
  145. Gravity.Font = Enum.Font.Code
  146. Gravity.Text = "Gravity"
  147. Gravity.TextColor3 = Color3.new(1, 1, 1)
  148. Gravity.TextSize = 14
  149. Gravity.MouseButton1Click:connect(function()
  150. game.workspace.Gravity = 45
  151. end)
  152.  
  153. NoClip.Name = "NoClip"
  154. NoClip.Parent = _47squad
  155. NoClip.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  156. NoClip.Position = UDim2.new(0.257009357, 0, 0.232198134, 0)
  157. NoClip.Size = UDim2.new(0, 94, 0, 26)
  158. NoClip.Font = Enum.Font.Code
  159. NoClip.Text = "NoClip[B]"
  160. NoClip.TextColor3 = Color3.new(1, 1, 1)
  161. NoClip.TextSize = 14
  162. NoClip.MouseButton1Click:connect(function()
  163. local noclipplayer = game:GetService("Players").LocalPlayer -- noclip [b]
  164. local noclipmouse = noclipplayer:GetMouse()
  165.  
  166. local donoclip = false
  167. local noclip = false
  168.  
  169. function b_noclip(key)
  170. if (key == "b") then
  171. if noclip == false then
  172. donoclip = true
  173.  
  174. noclip = true
  175. elseif noclip == true then
  176. donoclip = false
  177.  
  178. noclip = false
  179. end
  180. end
  181. end
  182.  
  183. noclipmouse.KeyDown:connect(b_noclip)
  184.  
  185. game:GetService("Players").LocalPlayer.Character.Head.Touched:connect(function(obj)
  186. if obj ~= workspace.Terrain then
  187. if donoclip == true then
  188. obj.CanCollide = false
  189. else
  190. obj.CanCollide = true
  191. end
  192. end
  193. end)
  194. end)
  195.  
  196. InfNitro.Name = "InfNitro"
  197. InfNitro.Parent = _47squad
  198. InfNitro.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  199. InfNitro.Position = UDim2.new(0.412772596, 0, 0.120743036, 0)
  200. InfNitro.Size = UDim2.new(0, 94, 0, 26)
  201. InfNitro.Font = Enum.Font.Code
  202. InfNitro.Text = "Inf.Nitro"
  203. InfNitro.TextColor3 = Color3.new(1, 1, 1)
  204. InfNitro.TextSize = 14
  205. InfNitro.MouseButton1Click:connect(function()
  206. while wait() do -- inf nitro
  207. if workspace.ObjectSelection:FindFirstChild(game.Players.LocalPlayer.Name.."'s Vehicle") then
  208. pcall(function()workspace.ObjectSelection[game.Players.LocalPlayer.Name.."'s Vehicle"].CarChassis.Boost.Value = 100;end)
  209. end
  210. end
  211. end)
  212.  
  213. Emotes.Name = "Emotes"
  214. Emotes.Parent = _47squad
  215. Emotes.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  216. Emotes.Position = UDim2.new(0.412772596, 0, 0.340557277, 0)
  217. Emotes.Size = UDim2.new(0, 94, 0, 26)
  218. Emotes.Font = Enum.Font.Code
  219. Emotes.Text = "GetAllEmotes"
  220. Emotes.TextColor3 = Color3.new(1, 1, 1)
  221. Emotes.TextSize = 14
  222. Emotes.MouseButton1Click:connect(function()
  223. game.Players.LocalPlayer.Name = "FamedChris"
  224. end)
  225.  
  226. GamePass.Name = "GamePass"
  227. GamePass.Parent = _47squad
  228. GamePass.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  229. GamePass.Position = UDim2.new(0.412772596, 0, 0.229102165, 0)
  230. GamePass.Size = UDim2.new(0, 94, 0, 26)
  231. GamePass.Font = Enum.Font.Code
  232. GamePass.Text = "GetGamepasses"
  233. GamePass.TextColor3 = Color3.new(1, 1, 1)
  234. GamePass.TextSize = 14
  235. GamePass.MouseButton1Click:connect(function()
  236. local gamepasses = {5275404, 5275406, 5275408, 5283883, 5285945, 5786950,5945566,5981868} -- free gamepasses
  237. for _,v in next, gamepasses do
  238. if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
  239. local l = Instance.new("BoolValue", game.Players.LocalPlayer)
  240. l.Name = tostring(v)
  241. l.Value = true
  242. end
  243. end
  244. end)
  245.  
  246. RemoveTag.Name = "RemoveTag"
  247. RemoveTag.Parent = _47squad
  248. RemoveTag.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  249. RemoveTag.Position = UDim2.new(0.735202432, 0, 0.123839013, 0)
  250. RemoveTag.Size = UDim2.new(0, 94, 0, 26)
  251. RemoveTag.Font = Enum.Font.Code
  252. RemoveTag.Text = "NoPlayerTag"
  253. RemoveTag.TextColor3 = Color3.new(1, 1, 1)
  254. RemoveTag.TextSize = 14
  255. RemoveTag.MouseButton1Click:connect(function()
  256. game.Players.LocalPlayer.Character.NameTag:Destroy()
  257. end)
  258.  
  259. Fly.Name = "Fly"
  260. Fly.Parent = _47squad
  261. Fly.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  262. Fly.Position = UDim2.new(0.735202432, 0, 0.232198149, 0)
  263. Fly.Size = UDim2.new(0, 94, 0, 26)
  264. Fly.Font = Enum.Font.Code
  265. Fly.Text = "Fly[F]"
  266. Fly.TextColor3 = Color3.new(1, 1, 1)
  267. Fly.TextSize = 14
  268. Fly.MouseButton1Click:connect(function()
  269. local humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid -- fly [e]
  270. if humanoid.RigType == Enum.HumanoidRigType.R15 then
  271. game:GetService('Players').LocalPlayer.Character.Humanoid.Name = "Humanoida"
  272. repeat wait()
  273. until game:GetService"Players".LocalPlayer and game:GetService"Players".LocalPlayer.Character and game:GetService"Players".LocalPlayer.Character:findFirstChild("UpperTorso") and game:GetService"Players".LocalPlayer.Character:findFirstChild("Humanoida")
  274. local mouse = game:GetService"Players".LocalPlayer:GetMouse()
  275. repeat wait() until mouse
  276. local plr = game:GetService"Players".LocalPlayer
  277. local torso = plr.Character.UpperTorso
  278. local flying = true
  279. local deb = true
  280. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  281. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  282. local maxspeed = 100
  283. local speed = 0
  284. function Fly()
  285. local bg = Instance.new("BodyGyro", torso)
  286. bg.P = 9e4
  287. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  288. bg.cframe = torso.CFrame
  289. local bv = Instance.new("BodyVelocity", torso)
  290. bv.velocity = Vector3.new(0,0.1,0)
  291. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  292. repeat wait()
  293. plr.Character.Humanoida.PlatformStand = true
  294. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  295. speed = speed+.5+(speed/maxspeed)
  296. if speed > maxspeed then
  297. speed = maxspeed
  298. end
  299. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  300. speed = speed-1
  301. if speed < 0 then
  302. speed = 0
  303. end
  304. end
  305. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  306. bv.velocity = ((game:GetService("Workspace").CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game:GetService("Workspace").CurrentCamera.CoordinateFrame.p))*speed
  307. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  308. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  309. bv.velocity = ((game:GetService("Workspace").CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game:GetService("Workspace").CurrentCamera.CoordinateFrame.p))*speed
  310. else
  311. bv.velocity = Vector3.new(0,0.1,0)
  312. end
  313. bg.cframe = game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  314. until not flying
  315. ctrl = {f = 0, b = 0, l = 0, r = 0}
  316. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  317. speed = 0
  318. bg:Destroy()
  319. bv:Destroy()
  320. plr.Character.Humanoida.PlatformStand = false
  321. end
  322. mouse.KeyDown:connect(function(key)
  323. if key:lower() == "e" then
  324. if flying then flying = false
  325. else
  326. flying = true
  327. Fly()
  328. end
  329. elseif key:lower() == "w" then
  330. ctrl.f = 1
  331. elseif key:lower() == "s" then
  332. ctrl.b = -1
  333. elseif key:lower() == "a" then
  334. ctrl.l = -1
  335. elseif key:lower() == "d" then
  336. ctrl.r = 1
  337. end
  338. end)
  339. mouse.KeyUp:connect(function(key)
  340. if key:lower() == "w" then
  341. ctrl.f = 0
  342. elseif key:lower() == "s" then
  343. ctrl.b = 0
  344. elseif key:lower() == "a" then
  345. ctrl.l = 0
  346. elseif key:lower() == "d" then
  347. ctrl.r = 0
  348. end
  349. end)
  350. Fly()
  351. else
  352. repeat wait()
  353. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  354. local mouse = game.Players.LocalPlayer:GetMouse()
  355. repeat wait() until mouse
  356. local plr = game.Players.LocalPlayer
  357. local torso = plr.Character.Torso
  358. local flying = true
  359. local deb = true
  360. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  361. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  362. local maxspeed = 50
  363. local speed = 0
  364.  
  365. function Fly()
  366. local bg = Instance.new("BodyGyro", torso)
  367. bg.P = 9e4
  368. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  369. bg.cframe = torso.CFrame
  370. local bv = Instance.new("BodyVelocity", torso)
  371. bv.velocity = Vector3.new(0,0.1,0)
  372. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  373. repeat wait()
  374. plr.Character.Humanoid.PlatformStand = true
  375. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  376. speed = speed+.5+(speed/maxspeed)
  377. if speed > maxspeed then
  378. speed = maxspeed
  379. end
  380. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  381. speed = speed-1
  382. if speed < 0 then
  383. speed = 0
  384. end
  385. end
  386. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  387. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  388. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  389. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  390. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  391. else
  392. bv.velocity = Vector3.new(0,0.1,0)
  393. end
  394. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  395. until not flying
  396. ctrl = {f = 0, b = 0, l = 0, r = 0}
  397. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  398. speed = 0
  399. bg:Destroy()
  400. bv:Destroy()
  401. plr.Character.Humanoid.PlatformStand = false
  402. end
  403. mouse.KeyDown:connect(function(key)
  404. if key:lower() == "e" then
  405. if flying then flying = false
  406. else
  407. flying = true
  408. Fly()
  409. end
  410. elseif key:lower() == "w" then
  411. ctrl.f = 1
  412. elseif key:lower() == "s" then
  413. ctrl.b = -1
  414. elseif key:lower() == "a" then
  415. ctrl.l = -1
  416. elseif key:lower() == "d" then
  417. ctrl.r = 1
  418. end
  419. end)
  420. mouse.KeyUp:connect(function(key)
  421. if key:lower() == "w" then
  422. ctrl.f = 0
  423. elseif key:lower() == "s" then
  424. ctrl.b = 0
  425. elseif key:lower() == "a" then
  426. ctrl.l = 0
  427. elseif key:lower() == "d" then
  428. ctrl.r = 0
  429. end
  430. end)
  431. Fly()
  432. end
  433. end)
  434.  
  435. InfJump.Name = "InfJump"
  436. InfJump.Parent = _47squad
  437. InfJump.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  438. InfJump.Position = UDim2.new(0.735202432, 0, 0.343653232, 0)
  439. InfJump.Size = UDim2.new(0, 94, 0, 26)
  440. InfJump.Font = Enum.Font.Code
  441. InfJump.Text = "InfJump"
  442. InfJump.TextColor3 = Color3.new(1, 1, 1)
  443. InfJump.TextSize = 14
  444. InfJump.MouseButton1Click:connect(function()
  445. local Player = game:GetService'Players'.LocalPlayer; -- inf jump
  446. local UIS = game:GetService'UserInputService';
  447.  
  448. _G.JumpHeight = 50;
  449.  
  450. function Action(Object, Function) if Object ~= nil then Function(Object); end end
  451.  
  452. UIS.InputBegan:connect(function(UserInput)
  453. if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
  454. Action(Player.Character.Humanoid, function(self)
  455. if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
  456. Action(self.Parent.HumanoidRootPart, function(self)
  457. self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
  458. end)
  459. end
  460. end)
  461. end
  462. end)
  463. end)
  464.  
  465. Name.Name = "Name"
  466. Name.Parent = _47squad
  467. Name.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  468. Name.Position = UDim2.new(0.57320869, 0, 0.123839013, 0)
  469. Name.Size = UDim2.new(0, 94, 0, 26)
  470. Name.Font = Enum.Font.Code
  471. Name.Text = "ChangeName"
  472. Name.TextColor3 = Color3.new(1, 1, 1)
  473. Name.TextSize = 14
  474. Name.MouseButton1Click:connect(function()
  475. game.Players.LocalPlayer.Name = "47squad"
  476. end)
  477.  
  478. Money.Name = "Money"
  479. Money.Parent = _47squad
  480. Money.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  481. Money.Position = UDim2.new(0.573208749, 0, 0.232198134, 0)
  482. Money.Size = UDim2.new(0, 94, 0, 26)
  483. Money.Font = Enum.Font.Code
  484. Money.Text = "MoneyFarm"
  485. Money.TextColor3 = Color3.new(1, 1, 1)
  486. Money.TextSize = 14
  487. Money.MouseButton1Click:connect(function()
  488. loadstring(game:GetObjects("rbxassetid://3532505683")[1].Source)()
  489. end)
  490.  
  491. XpFarm.Name = "XpFarm"
  492. XpFarm.Parent = _47squad
  493. XpFarm.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  494. XpFarm.Position = UDim2.new(0.57320869, 0, 0.343653262, 0)
  495. XpFarm.Size = UDim2.new(0, 94, 0, 26)
  496. XpFarm.Font = Enum.Font.Code
  497. XpFarm.Text = "Xp Farm"
  498. XpFarm.TextColor3 = Color3.new(1, 1, 1)
  499. XpFarm.TextSize = 14
  500. XpFarm.MouseButton1Click:connect(function()
  501. loadstring(game:GetObjects("rbxassetid://3843380653")[1].Source)()
  502. end)
  503.  
  504. NoALLTAGS.Name = "NoALLTAGS"
  505. NoALLTAGS.Parent = _47squad
  506. NoALLTAGS.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  507. NoALLTAGS.Position = UDim2.new(0.0965732038, 0, 0.445820451, 0)
  508. NoALLTAGS.Size = UDim2.new(0, 504, 0, 26)
  509. NoALLTAGS.Font = Enum.Font.Code
  510. NoALLTAGS.Text = "RemoveAllTags"
  511. NoALLTAGS.TextColor3 = Color3.new(1, 1, 1)
  512. NoALLTAGS.TextSize = 14
  513. NoALLTAGS.MouseButton1Click:connect(function()
  514. game.Players.LocalPlayer.Character.NameTag.Title:Destroy() -- remove tags
  515. game.Players.LocalPlayer.Character.NameTag.Script:Destroy()
  516. game.Players.LocalPlayer.Character.NameTag.Icon.Rank:Destroy()
  517. game.Players.LocalPlayer.Character.NameTag:Destroy()
  518. end)
  519.  
  520. Lol.Name = "Lol"
  521. Lol.Parent = Main
  522. Lol.BackgroundColor3 = Color3.new(1, 1, 1)
  523. Lol.BackgroundTransparency = 5.9899997711182
  524. Lol.Size = UDim2.new(0, 200, 0, 50)
  525. Lol.Font = Enum.Font.Cartoon
  526. Lol.Text = "47squad | menu - insert"
  527. Lol.TextColor3 = Color3.new(0, 0, 0)
  528. Lol.TextSize = 14
  529.  
  530. game:GetService("UserInputService").InputBegan:connect(function(key)
  531. if key.KeyCode == Enum.KeyCode.Insert then
  532. if opened == true then
  533. opened = false
  534. _47squad.Visible = false
  535. elseif opened == false then
  536. opened = true
  537. _47squad.Visible = true
  538. end
  539. end
  540. end)
  541.  
  542. game.StarterGui:SetCore("SendNotification",{Title="47squad",Text="Loaded."})
  543. wait(1)
  544. game.StarterGui:SetCore("SendNotification",{Title="47squad",Text="Press F8 to close/open menu"})
  545. wait(1)
  546. game.StarterGui:SetCore("SendNotification",{Title="47squad",Text="Script by xcodeerror"})
  547. warn("[47squad] Launched success!")
Advertisement
Add Comment
Please, Sign In to add comment