Advertisement
Movi1999

The Streets: Mega Combat Script V3 By Vortexture [POWERFUL]

Jul 15th, 2019
12,581
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 141.02 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 = true
  159. wirerunning = true
  160. godmode = false
  161. enhancedboombox = false
  162. suicidetools = {}
  163. clickspam = false
  164. debunce = false
  165. visualize = false
  166. visualizetool = ""
  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.  
  175.  
  176. local TargetGUI = Instance.new("ScreenGui")
  177. local Target = Instance.new("TextBox")
  178. local Background = Instance.new("ImageLabel")
  179.  
  180. TargetGUI.Name = "TargetGUI"
  181. TargetGUI.Parent = game.CoreGui
  182.  
  183. Target.Name = "Target"
  184. Target.Parent = TargetGUI
  185. Target.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  186. Target.BackgroundTransparency = 0.30000001192093
  187. Target.ClipsDescendants = true
  188. Target.Position = UDim2.new(0.726104677, 0, 0.717467248, 0)
  189. Target.Size = UDim2.new(0, 100, 0, 21)
  190. Target.Font = Enum.Font.SourceSans
  191. Target.PlaceholderText = "[TARGET]"
  192. Target.Text = ""
  193. Target.TextColor3 = Color3.new(1, 1, 1)
  194. Target.TextSize = 14
  195. Target.TextWrapped = true
  196. Target.Draggable = true
  197.  
  198. Background.Name = "Background"
  199. Background.Parent = Target
  200. Background.BackgroundColor3 = Color3.new(1, 1, 1)
  201. Background.Position = UDim2.new(-9.90098342e-05, 0, -1.57506061, 0)
  202. Background.Size = UDim2.new(0, 100, 0, 86)
  203. Background.ZIndex = 0
  204. Background.Image = "rbxassetid://0&hash=2396ab74bcae41f2340b198666905246"
  205.  
  206.  
  207. local Respawning = Instance.new("ScreenGui")
  208. local RespawningButton = Instance.new("TextButton")
  209.  
  210.  
  211.  
  212. Respawning.Name = "Respawning"
  213. Respawning.Parent = game.CoreGui
  214.  
  215.  
  216.  
  217. RespawningButton.Name = "RespawningButton"
  218. RespawningButton.Parent = Respawning
  219. RespawningButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  220. RespawningButton.BackgroundTransparency = 0.30000001192093
  221. RespawningButton.BorderSizePixel = 0
  222. RespawningButton.Position = UDim2.new(0.0391057241, 0, 0.826617789, 0)
  223. RespawningButton.Size = UDim2.new(0, 83, 0, 34)
  224. RespawningButton.Font = Enum.Font.SourceSans
  225. RespawningButton.Text = "Not Returning"
  226. RespawningButton.TextColor3 = Color3.new(1, 1, 1)
  227. RespawningButton.TextSize = 20
  228. RespawningButton.TextScaled = true
  229. RespawningButton.Draggable = true
  230.  
  231.  
  232. local creditsdab = Instance.new("ScreenGui")
  233. local Frame = Instance.new("Frame")
  234. local aidez = Instance.new("ImageLabel")
  235. local names = Instance.new("TextLabel")
  236. local scriptmadeby = Instance.new("TextLabel")
  237. local scriptmadeby_2 = Instance.new("TextLabel")
  238. local x = Instance.new("TextButton")
  239.  
  240.  
  241. creditsdab.Name = "creditsdab"
  242. creditsdab.Parent = game.CoreGui
  243.  
  244. Frame.Parent = creditsdab
  245. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  246. Frame.Position = UDim2.new(0.399554282, 0, 0.241054624, 0)
  247. Frame.Size = UDim2.new(0, 274, 0, 274)
  248.  
  249. aidez.Name = "aidez"
  250. aidez.Parent = Frame
  251. aidez.BackgroundColor3 = Color3.new(1, 1, 1)
  252. aidez.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  253. aidez.Position = UDim2.new(-0.000740621239, 0, 0.000178694725, 0)
  254. aidez.Size = UDim2.new(0, 274, 0, 274)
  255. aidez.Image = "rbxassetid://0&hash=9c3f6c00707d5ebde710fd2f3efd2b5e"
  256.  
  257. names.Name = "names"
  258. names.Parent = Frame
  259. names.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  260. names.BackgroundTransparency = 0.30000001192093
  261. names.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  262. names.Position = UDim2.new(0, 0, 0.897810221, 0)
  263. names.Size = UDim2.new(0, 274, 0, 28)
  264. names.Font = Enum.Font.SourceSans
  265. names.Text = "Vortexturize | aidez moi#4192 | Aidez "
  266. names.TextColor3 = Color3.new(1, 1, 1)
  267. names.TextSize = 14
  268.  
  269. scriptmadeby.Name = "scriptmadeby"
  270. scriptmadeby.Parent = Frame
  271. scriptmadeby.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  272. scriptmadeby.BackgroundTransparency = 0.30000001192093
  273. scriptmadeby.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  274. scriptmadeby.Position = UDim2.new(0, 0, -0.102189779, 0)
  275. scriptmadeby.Size = UDim2.new(0, 274, 0, 28)
  276. scriptmadeby.Font = Enum.Font.SourceSans
  277. scriptmadeby.Text = "Script made by"
  278. scriptmadeby.TextColor3 = Color3.new(1, 1, 1)
  279. scriptmadeby.TextSize = 14
  280.  
  281. scriptmadeby_2.Name = "scriptmadeby"
  282. scriptmadeby_2.Parent = Frame
  283. scriptmadeby_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  284. scriptmadeby_2.BackgroundTransparency = 0.30000001192093
  285. scriptmadeby_2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  286. scriptmadeby_2.Position = UDim2.new(0, 0, -0.164233565, 0)
  287. scriptmadeby_2.Size = UDim2.new(0, 274, 0, 17)
  288. scriptmadeby_2.Font = Enum.Font.SourceSans
  289. scriptmadeby_2.Text = "Open the dev consol for a list of features. (F9 or Shift + F9)"
  290. scriptmadeby_2.TextColor3 = Color3.new(1, 1, 1)
  291. scriptmadeby_2.TextScaled = true
  292. scriptmadeby_2.TextSize = 14
  293. scriptmadeby_2.TextWrapped = true
  294.  
  295. x.Name = "x"
  296. x.Parent = creditsdab
  297. x.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  298. x.BackgroundTransparency = 0.30000001192093
  299. x.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  300. x.Position = UDim2.new(0.600445747, 0, 0.188323915, 0)
  301. x.Size = UDim2.new(0, 28, 0, 28)
  302. x.Font = Enum.Font.SourceSansSemibold
  303. x.Text = "X"
  304. x.TextColor3 = Color3.new(1, 1, 1)
  305. x.TextSize = 30
  306.  
  307. x.MouseButton1Click:connect(function()
  308.     creditsdab:Destroy()
  309. end)
  310.  
  311. function giveSKey()
  312.     local epic = Instance.new("Tool")
  313.     local dab = Instance.new("Part")
  314.     local plr = game.Players.LocalPlayer
  315.     local tar_obj = nil
  316.     dab.Parent = epic
  317.     dab.Size = Vector3.new(0.2, 0.2, 0.2)
  318.     epic.Parent = plr.Backpack
  319.     epic.Name = "Skeleton Key"
  320.     epic.ToolTip = "Click on a door with this"
  321.     dab.Name = "Handle"
  322.     epic.Equipped:Connect(function(m_S)
  323.         m_S.Button1Down:Connect(function()
  324.             tar_obj = m_S.Target
  325.             door = tar_obj.Parent
  326.             if door:FindFirstChild("Lock") then
  327.                 door.Lock.ClickDetector.RemoteEvent:FireServer()
  328.                 wait(0.2)
  329.                 door.Click.ClickDetector.RemoteEvent:FireServer()
  330.             elseif tar_obj.Parent.Parent:FindFirstChild("Lock") then
  331.                 tar_obj.Parent.Parent.Lock.ClickDetector.RemoteEvent:FireServer()
  332.                 wait(0.2)
  333.                 tar_obj.Parent.Parent.Click.ClickDetector.RemoteEvent:FireServer()
  334.             end
  335.         end)
  336.     end)
  337. end -- giveSKey Function end
  338. giveSKey()
  339.  
  340. function sFLY() -- from rocky2u cmdscript
  341.     repeat wait() until LP and LP.Character and LP.Character:FindFirstChild('HumanoidRootPart') and LP.Character:FindFirstChild('Humanoid')
  342.     game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = true
  343.     repeat wait() until Mouse
  344.     local T = game.Players.LocalPlayer.Character.HumanoidRootPart
  345.     local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  346.     local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  347.     local SPEED = 0
  348.    
  349.     local function FLY()
  350.         FLYING = true
  351.         local BG = Instance.new('BodyGyro', T)
  352.         local BV = Instance.new('BodyVelocity', T)
  353.     BG.P = 9e4
  354.         BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  355.         BG.cframe = T.CFrame
  356.         BV.velocity = Vector3.new(0, 0.1, 0)
  357.         BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  358.         spawn(function()
  359.             repeat wait()
  360.             if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  361.                 SPEED = 50
  362.             elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  363.                 SPEED = 0
  364.             end
  365.             if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  366.                 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
  367.                 lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  368.             elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  369.                 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
  370.             else
  371.                 BV.velocity = Vector3.new(0, 0.1, 0)
  372.             end
  373.             BG.cframe = workspace.CurrentCamera.CoordinateFrame
  374.             until not FLYING
  375.             CONTROL = {F = 0, B = 0, L = 0, R = 0}
  376.             lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  377.             SPEED = 0
  378.             BG:destroy()
  379.             BV:destroy()
  380.         end)
  381.     end
  382.     Mouse.KeyDown:connect(function(KEY)
  383.         if KEY:lower() == 'w' then
  384.             CONTROL.F = iyflyspeed
  385.         elseif KEY:lower() == 's' then
  386.             CONTROL.B = -iyflyspeed
  387.         elseif KEY:lower() == 'a' then
  388.             CONTROL.L = -iyflyspeed
  389.         elseif KEY:lower() == 'd' then
  390.             CONTROL.R = iyflyspeed
  391.         end
  392.     end)
  393.     Mouse.KeyUp:connect(function(KEY)
  394.         if KEY:lower() == 'w' then
  395.             CONTROL.F = 0
  396.         elseif KEY:lower() == 's' then
  397.             CONTROL.B = 0
  398.         elseif KEY:lower() == 'a' then
  399.             CONTROL.L = 0
  400.         elseif KEY:lower() == 'd' then
  401.             CONTROL.R = 0
  402.         end
  403.     end)
  404.     FLY()
  405.     game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = false
  406. end
  407.  
  408.  
  409. function NOFLY()
  410.     FLYING = false
  411. end
  412.  
  413. function startflying()
  414.     game.Players.LocalPlayer.PlayerGui.LocalScript.Disabled = true
  415.     wait()
  416.     sFLY()
  417.     wait(0.1)
  418.     game.Players.LocalPlayer.PlayerGui.LocalScript.Disabled = false
  419.     local Float = Instance.new('Part', game.Players.LocalPlayer.Character)
  420.     Float.Name = 'Float'
  421.     Float.Transparency = 1
  422.     Float.Size = Vector3.new(6,1,6)
  423.     Float.Anchored = true
  424. end
  425.  
  426. function CreateDonationGUI()
  427.     local DonateGUI = Instance.new("ScreenGui")
  428.     local Frame = Instance.new("Frame")
  429.     local Background = Instance.new("ImageLabel")
  430.     local _10 = Instance.new("TextButton")
  431.     local _30 = Instance.new("TextButton")
  432.     local _50 = Instance.new("TextButton")
  433.     local _60 = Instance.new("TextButton")
  434.     local _100 = Instance.new("TextButton")
  435.     local _200 = Instance.new("TextButton")
  436.     local X = Instance.new("TextButton")
  437.  
  438.     DonateGUI.Name = "DonateGUI"
  439.     DonateGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  440.     DonateGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  441.  
  442.     Frame.Parent = DonateGUI
  443.     Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  444.     Frame.ClipsDescendants = true
  445.     Frame.Position = UDim2.new(0.340173662, 0, 0.153321981, 0)
  446.     Frame.Size = UDim2.new(0, 405, 0, 407)
  447.  
  448.     Background.Name = "Background"
  449.     Background.Parent = Frame
  450.     Background.BackgroundColor3 = Color3.new(0, 0, 0)
  451.     Background.Position = UDim2.new(-0.00493827462, 0, -0.00737100746, 0)
  452.     Background.Size = UDim2.new(0, 409, 0, 413)
  453.     Background.Image = "rbxassetid://3207314205"
  454.  
  455.     _10.Name = "10"
  456.     _10.Parent = Background
  457.     _10.BackgroundColor3 = Color3.new(1, 1, 1)
  458.     _10.BackgroundTransparency = 0.69999998807907
  459.     _10.Position = UDim2.new(0.254278719, 0, 0.0992735997, 0)
  460.     _10.Size = UDim2.new(0, 200, 0, 50)
  461.     _10.Font = Enum.Font.SourceSans
  462.     _10.Text = "Donate 10"
  463.     _10.TextColor3 = Color3.new(1, 1, 1)
  464.     _10.TextSize = 18
  465.     _10.TextStrokeTransparency = 0.10000000149012
  466.  
  467.     _30.Name = "30"
  468.     _30.Parent = Background
  469.     _30.BackgroundColor3 = Color3.new(1, 1, 1)
  470.     _30.BackgroundTransparency = 0.69999998807907
  471.     _30.Position = UDim2.new(0.254278719, 0, 0.237288117, 0)
  472.     _30.Size = UDim2.new(0, 200, 0, 50)
  473.     _30.Font = Enum.Font.SourceSans
  474.     _30.Text = "Donate 30"
  475.     _30.TextColor3 = Color3.new(1, 1, 1)
  476.     _30.TextSize = 18
  477.     _30.TextStrokeTransparency = 0.10000000149012
  478.  
  479.     _50.Name = "50"
  480.     _50.Parent = Background
  481.     _50.BackgroundColor3 = Color3.new(1, 1, 1)
  482.     _50.BackgroundTransparency = 0.69999998807907
  483.     _50.Position = UDim2.new(0.254278719, 0, 0.372881353, 0)
  484.     _50.Size = UDim2.new(0, 200, 0, 50)
  485.     _50.Font = Enum.Font.SourceSans
  486.     _50.Text = "Donate 50"
  487.     _50.TextColor3 = Color3.new(1, 1, 1)
  488.     _50.TextSize = 18
  489.     _50.TextStrokeTransparency = 0.10000000149012
  490.  
  491.     _60.Name = "60"
  492.     _60.Parent = Background
  493.     _60.BackgroundColor3 = Color3.new(1, 1, 1)
  494.     _60.BackgroundTransparency = 0.69999998807907
  495.     _60.Position = UDim2.new(0.254278719, 0, 0.508474588, 0)
  496.     _60.Size = UDim2.new(0, 200, 0, 50)
  497.     _60.Font = Enum.Font.SourceSans
  498.     _60.Text = "Donate 60"
  499.     _60.TextColor3 = Color3.new(1, 1, 1)
  500.     _60.TextSize = 18
  501.     _60.TextStrokeTransparency = 0.10000000149012
  502.  
  503.     _100.Name = "100"
  504.     _100.Parent = Background
  505.     _100.BackgroundColor3 = Color3.new(1, 1, 1)
  506.     _100.BackgroundTransparency = 0.69999998807907
  507.     _100.Position = UDim2.new(0.254278719, 0, 0.644067824, 0)
  508.     _100.Size = UDim2.new(0, 200, 0, 50)
  509.     _100.Font = Enum.Font.SourceSans
  510.     _100.Text = "Donate 100"
  511.     _100.TextColor3 = Color3.new(1, 1, 1)
  512.     _100.TextSize = 18
  513.     _100.TextStrokeTransparency = 0.10000000149012
  514.  
  515.     _200.Name = "200"
  516.     _200.Parent = Background
  517.     _200.BackgroundColor3 = Color3.new(1, 1, 1)
  518.     _200.BackgroundTransparency = 0.69999998807907
  519.     _200.Position = UDim2.new(0.254278719, 0, 0.779661059, 0)
  520.     _200.Size = UDim2.new(0, 200, 0, 50)
  521.     _200.Font = Enum.Font.SourceSans
  522.     _200.Text = "Donate 200"
  523.     _200.TextColor3 = Color3.new(1, 1, 1)
  524.     _200.TextSize = 18
  525.     _200.TextStrokeTransparency = 0.10000000149012
  526.  
  527.     X.Name = "X"
  528.     X.Parent = Background
  529.     X.BackgroundColor3 = Color3.new(1, 1, 1)
  530.     X.BorderSizePixel = 3
  531.     X.Position = UDim2.new(0.90220046, 0, 0.0072639226, 0)
  532.     X.Size = UDim2.new(0, 38, 0, 38)
  533.     X.Font = Enum.Font.SourceSans
  534.     X.Text = "X"
  535.     X.TextColor3 = Color3.new(0, 0, 0)
  536.     X.TextSize = 50
  537.  
  538.     X.MouseButton1Click:connect(function()
  539.         DonateGUI:Destroy()
  540.     end)
  541.  
  542.     _10.MouseButton1Click:connect(function()
  543.         game:GetService("MarketplaceService"):PromptPurchase(game.Players.LocalPlayer,649311217,true)
  544.     end)
  545.  
  546.     _30.MouseButton1Click:connect(function()
  547.         game:GetService("MarketplaceService"):PromptPurchase(game.Players.LocalPlayer,918194587,true)
  548.     end)
  549.  
  550.     _50.MouseButton1Click:connect(function()
  551.         game:GetService("MarketplaceService"):PromptPurchase(game.Players.LocalPlayer,858859976,true)
  552.     end)
  553.  
  554.     _60.MouseButton1Click:connect(function()
  555.         game:GetService("MarketplaceService"):PromptPurchase(game.Players.LocalPlayer,885034827,true)
  556.     end)
  557.  
  558.     _100.MouseButton1Click:connect(function()
  559.         game:GetService("MarketplaceService"):PromptPurchase(game.Players.LocalPlayer,649314421,true)
  560.     end)
  561.  
  562.     _200.MouseButton1Click:connect(function()
  563.         game:GetService("MarketplaceService"):PromptPurchase(game.Players.LocalPlayer,649315461,true)
  564.     end)
  565. end
  566.  
  567. function discordlink()
  568.     local sg = Instance.new("ScreenGui")
  569.     sg.Name = "DiscordGui"
  570.     sg.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  571.    
  572.     local frame = Instance.new("Frame")
  573.     frame.Style = "RobloxRound"
  574.     frame.Size = UDim2.new(0.25, 0, 0.25, 0)
  575.     frame.Position = UDim2.new((1-frame.Size.X.Scale)/2, 0, (1-frame.Size.Y.Scale)/2, 0)
  576.     frame.Parent = sg
  577.     frame.Draggable = true
  578.    
  579.     local text = Instance.new("TextLabel")
  580.     text.BackgroundTransparency = 1
  581.     text.TextStrokeTransparency = 0
  582.     text.TextColor3 = Color3.new(1, 1, 1)
  583.     text.Size = UDim2.new(1, 0, 0.6, 0)
  584.     text.TextScaled = true
  585.     text.Text = "Did you know I have a discord?\n\nPlease join :("
  586.     text.Parent = frame
  587.    
  588.     local input = Instance.new("TextLabel")
  589.     input.BackgroundColor3 = Color3.new(0, 0, 0)
  590.     input.BackgroundTransparency = 0.5
  591.     input.BorderColor3 = Color3.new(1, 1, 1)
  592.     input.TextColor3 = Color3.new(1, 1, 1)
  593.     input.TextStrokeTransparency = 1
  594.     input.TextScaled = true
  595.     input.Text = "https://discord.gg/bMwYFq2"
  596.     input.Size = UDim2.new(1, 0, 0.2, 0)
  597.     input.Position = UDim2.new(0, 0, 0.6, 0)
  598.     input.Parent = frame
  599.    
  600.     local button = Instance.new("TextButton")
  601.     button.Style = "RobloxButton"
  602.     button.Size = UDim2.new(0.75, 0, 0.2, 0)
  603.     button.Position = UDim2.new(0.125, 0, 0.8, 0)
  604.     button.TextColor3 = Color3.new(1, 1, 1)
  605.     button.TextStrokeTransparency = 0
  606.     button.Text = "Copy to Clipboard (Synapse X only)"
  607.     button.TextScaled = true
  608.     button.Parent = frame
  609.     button.MouseButton1Click:connect(function()
  610.         if syn then
  611.             syn.write_clipboard(tostring(input.Text))
  612.             button.Text = "Thank you!"
  613.             wait(0.5)
  614.             sg:Destroy()
  615.         end
  616.     end)
  617.  
  618.     local Xbutton = Instance.new("TextButton")
  619.     Xbutton.Style = "RobloxButton"
  620.     Xbutton.Size = UDim2.new(0.15, 0, 0.2, 0)
  621.     Xbutton.Position = UDim2.new(0.96, 0, -0.16, 0)
  622.     Xbutton.TextColor3 = Color3.new(1, 1, 1)
  623.     Xbutton.TextStrokeTransparency = 0
  624.     Xbutton.Text = "X"
  625.     Xbutton.TextScaled = true
  626.     Xbutton.Parent = frame
  627.     Xbutton.MouseButton1Click:connect(function()
  628.         sg:Destroy()
  629.     end)
  630. end
  631.  
  632.  
  633. function findplayer(namey)
  634.     local name = string.lower(namey)
  635.     local player = nil
  636.                    
  637.     names = game.Players:GetChildren()                      
  638.     for i,v in pairs(names) do
  639.         strlower = string.lower(v.Name)
  640.         sub = string.sub(strlower,1,#name)                                    
  641.         if name == sub then
  642.             player = v
  643.             if player.Name ~= game.Players.LocalPlayer.Name then
  644.              
  645.             end
  646.         end
  647.     end
  648.     if player then
  649.         return player
  650.     else
  651.         return false
  652.     end
  653. end
  654.  
  655. function IsInTable(table, tofind)
  656.     local found = false
  657.     for i,v in pairs(table) do
  658.         if v == tofind then
  659.             found = true
  660.             break
  661.         end
  662.     end
  663.     return found
  664. end
  665.  
  666. if string.find(string.lower(game.Players.LocalPlayer.Name), "la_") then
  667.     game:GetService("ReplicatedStorage").lIII:FireServer("spd")
  668. end
  669.  
  670. local function removeothercash(instance)
  671.     for i,v in pairs(instance:GetChildren()) do
  672.         if v.Name == "ESP" and v:FindFirstChild("CASH") then
  673.             v:Destroy()
  674.         end
  675.         removeothercash(v)
  676.     end
  677. end
  678.  
  679.  
  680. function gettools(toolname)
  681.     toolname = string.lower(toolname)
  682.     local matchingtools = {}
  683.     if toolname == "hat" and not game.Players.LocalPlayer.Backpack:FindFirstChild("hat") and game.Players.LocalPlayer.Character.Torso:FindFirstChild("Song") then
  684.         local LocalPlayer = game:GetService("Players").LocalPlayer
  685.         for _, hat in pairs(LocalPlayer.Character.Humanoid:GetAccessories()) do
  686.             if hat:FindFirstChild("Handle") then
  687.                 local tool = Instance.new("Tool", LocalPlayer.Backpack)
  688.                 tool.Name = "hat"
  689.                 local hathandle = hat.Handle
  690.                 hathandle:FindFirstChildOfClass("Weld"):Destroy()
  691.                 hathandle.Parent = tool
  692.                 hathandle.Massless = true
  693.             end
  694.         end
  695.         wait()
  696.     end
  697.         for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  698.             local lowername = string.lower(v.Name)
  699.             if string.sub(lowername, 1, #toolname) == toolname then
  700.                 table.insert(matchingtools, v)
  701.             end
  702.         end
  703.         for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  704.             local lowername = string.lower(v.Name)
  705.             if string.sub(lowername, 1, #toolname) == toolname then
  706.                 table.insert(matchingtools, v)
  707.             end
  708.         end
  709.    
  710.     return matchingtools
  711. end
  712.  
  713. function toversionid(id)
  714.     local dab = game:HttpGet("https://www.roblox.com/studio/plugins/info?assetId="..id)
  715.     if string.find(dab, 'value="') then
  716.     local epic = string.find(dab, 'value="')
  717.     local almost = string.sub(dab, epic + 7, epic + 18)
  718.         local filter1 = string.gsub(almost, " ", "")
  719.         local filter2 = string.gsub(filter1, "/", "")
  720.         local filter3 = string.gsub(filter2, ">", "")
  721.         local filter4 = string.gsub(filter3, '"', "")
  722.         local versionid = string.gsub(filter4, "<", "")
  723.     return versionid
  724.     end
  725. end
  726.  
  727.  
  728.  
  729. function percentencode(id)
  730.     local third = string.gsub(tostring(id), "3", "%%33")
  731.     local first = string.gsub(third, "1", "%%31")
  732.     local second = string.gsub(first, "2", "%%32")
  733.     local fourth = string.gsub(second, "4", "%%34")
  734.     local fifth = string.gsub(fourth, "5", "%%35")
  735.     local sixth = string.gsub(fifth, "6", "%%36")
  736.     local seventh = string.gsub(sixth, "7", "%%37")
  737.     local eighth = string.gsub(seventh, "8", "%%38")
  738.     local ninth = string.gsub(eighth, "9", "%%39")
  739.     local PercentEncodedId = ninth
  740.     return PercentEncodedId
  741. end
  742.  
  743. function toplayable(id)
  744.     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)
  745.     return playableid
  746. end
  747.  
  748.  
  749. function fullyconvert(id)
  750.     local convert = toversionid(id)
  751.     local encoded = percentencode(convert)
  752.     local playable = toplayable(encoded)
  753.     return playable
  754. end
  755.  
  756.  
  757. local function removeothershotty(instance)
  758.     for i,v in pairs(instance:GetChildren()) do
  759.     if v.Name == "ESP" and v:FindFirstChild("SHOTTY") then
  760.         v:Destroy()
  761.     end
  762.     removeothershotty(v)
  763.     end
  764. end
  765.  
  766. local function removeotheruzi(instance)
  767.     for i,v in pairs(instance:GetChildren()) do
  768.     if v.Name == "ESP" and v:FindFirstChild("UZi") then
  769.         v:Destroy()
  770.     end
  771.     removeotheruzi(v)
  772.     end
  773. end
  774.  
  775. function showcash(v)
  776.     local epic = Instance.new("Part")
  777.     epic.Parent = v
  778.     epic.Name = "parttrace"
  779.     epic.CFrame = v.CFrame
  780.     epic.Size = Vector3.new(0.2,0.2,0.2)
  781.     epic.Anchored = true
  782.     epic.Transparency = 1
  783.  
  784.     local billgui = Instance.new('BillboardGui', epic)
  785.     local textlab = Instance.new('TextLabel', billgui)
  786.  
  787.     billgui.Name = "ESP"
  788.     billgui.Adornee  = epic
  789.     billgui.AlwaysOnTop = true
  790.     billgui.ExtentsOffset = Vector3.new(0, 1, 0)
  791.     billgui.Size = UDim2.new(0, 5, 0, 5)
  792.    
  793.     textlab.Name = 'CASH'
  794.     textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  795.     textlab.BackgroundTransparency = 1
  796.     textlab.BorderSizePixel = 0
  797.     textlab.Position = UDim2.new(0, 0, 0, -40)
  798.     textlab.Size = UDim2.new(1, 0, 10, 0)
  799.     textlab.Visible = true
  800.     textlab.ZIndex = 10
  801.     textlab.Font = 'ArialBold'
  802.     textlab.FontSize = 'Size14'
  803.     textlab.Text = "CASH"
  804.     textlab.TextColor = BrickColor.new('Bright red')
  805.     textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  806.     textlab.TextStrokeTransparency = 0.6
  807. end
  808.  
  809.  
  810. function showuzi(v)
  811.     local epic = Instance.new("Part")
  812.     epic.Parent = v
  813.     epic.Name = "parttrace"
  814.     epic.CFrame = v.CFrame
  815.     epic.Size = Vector3.new(0.2,0.2,0.2)
  816.     epic.Anchored = true
  817.     epic.Transparency = 1
  818.  
  819.     local billgui = Instance.new('BillboardGui', epic)
  820.     local textlab = Instance.new('TextLabel', billgui)
  821.  
  822.     billgui.Name = "ESP"
  823.     billgui.Adornee  = epic
  824.     billgui.AlwaysOnTop = true
  825.     billgui.ExtentsOffset = Vector3.new(0, 1, 0)
  826.     billgui.Size = UDim2.new(0, 5, 0, 5)
  827.    
  828.     textlab.Name = 'UZI'
  829.     textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  830.     textlab.BackgroundTransparency = 1
  831.     textlab.BorderSizePixel = 0
  832.     textlab.Position = UDim2.new(0, 0, 0, -40)
  833.     textlab.Size = UDim2.new(1, 0, 10, 0)
  834.     textlab.Visible = true
  835.     textlab.ZIndex = 10
  836.     textlab.Font = 'ArialBold'
  837.     textlab.FontSize = 'Size18'
  838.     textlab.Text = "UZI"
  839.     textlab.TextColor = BrickColor.new('Bright blue')
  840.     textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  841.     textlab.TextStrokeTransparency = 0.6
  842. end
  843.  
  844.  
  845. function showshotty(v)
  846.     local epic = Instance.new("Part")
  847.     epic.Parent = v
  848.     epic.Name = "parttrace"
  849.     epic.CFrame = v.CFrame
  850.     epic.Size = Vector3.new(0.2,0.2,0.2)
  851.     epic.Anchored = true
  852.     epic.Transparency = 1
  853.  
  854.     local billgui = Instance.new('BillboardGui', epic)
  855.     local textlab = Instance.new('TextLabel', billgui)
  856.  
  857.     billgui.Name = "ESP"
  858.     billgui.Adornee  = epic
  859.     billgui.AlwaysOnTop = true
  860.     billgui.ExtentsOffset = Vector3.new(0, 1, 0)
  861.     billgui.Size = UDim2.new(0, 5, 0, 5)
  862.    
  863.     textlab.Name = 'SHOTTY'
  864.     textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  865.     textlab.BackgroundTransparency = 1
  866.     textlab.BorderSizePixel = 0
  867.     textlab.Position = UDim2.new(0, 0, 0, -40)
  868.     textlab.Size = UDim2.new(1, 0, 10, 0)
  869.     textlab.Visible = true
  870.     textlab.ZIndex = 10
  871.     textlab.Font = 'ArialBold'
  872.     textlab.FontSize = 'Size14'
  873.     textlab.Text = "SHOTTY"
  874.     textlab.TextColor = BrickColor.new('Bright yellow')
  875.     textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  876.     textlab.TextStrokeTransparency = 0.6
  877. end
  878.  
  879.  
  880. local function tracecash(instance)
  881.     for i,v in pairs(instance:GetChildren()) do
  882.         if v:IsA("MeshPart") and v.MeshId == "rbxassetid://511726060" then
  883.             removeothercash(v.Parent)
  884.             showcash(v)
  885.         end
  886.         tracecash(v)
  887.     end
  888. end
  889.  
  890.  
  891. local function traceshotty(instance)
  892.     for i,v in pairs(instance:GetChildren()) do
  893.         if v:IsA("Sound") and v.Name == "Fire" and v.Parent.Parent.Parent.Name == "RandomSpawner" and string.find(tostring(v.SoundId), tostring(142383762)) then
  894.             removeothershotty(v.Parent)
  895.             showshotty(v.Parent)
  896.         end
  897.         traceshotty(v)
  898.     end
  899. end
  900.  
  901.  
  902. local function traceuzi(instance)
  903.     for i,v in pairs(instance:GetChildren()) do
  904.         if v:IsA("Sound") and v.Name == "Fire" and v.Parent.Parent.Parent.Name == "RandomSpawner" and string.find(tostring(v.SoundId), tostring(328964620)) then
  905.             removeotheruzi(v.Parent)
  906.             showuzi(v.Parent)
  907.         end
  908.         traceuzi(v)
  909.     end
  910. end
  911.  
  912.  
  913.  
  914. for i,v in pairs(game.Workspace:GetChildren()) do
  915.     if v.Name == "RandomSpawner" then
  916.         if v:FindFirstChild("Model") then
  917.             v.Model.ChildAdded:Connect(function(child)
  918.                 tracecash(child)
  919.                 traceshotty(child)
  920.                 traceuzi(child)
  921.             end)
  922.         end
  923.         v.ChildAdded:Connect(function(child)
  924.             tracecash(child)
  925.             traceshotty(child)
  926.             traceuzi(child)
  927.         end)
  928.     end
  929. end
  930.  
  931. game.Workspace.ChildAdded:Connect(function(child)
  932.     if child.Name == "RandomSpawner" then
  933.         repeat wait() until child.Model
  934.         tracecash(child)
  935.         traceshotty(child)
  936.         traceuzi(child)
  937.     end
  938. end)
  939.  
  940. tracecash(game.Workspace)
  941. traceshotty(game.Workspace)
  942. traceuzi(game.Workspace)
  943.  
  944. local function uncancollide(instance)
  945.     for i,v in pairs(instance:GetChildren()) do
  946.         if v:IsA("BasePart") then
  947.             v.CanCollide = false
  948.             v.Massless = true
  949.         end
  950.         uncancollide(v)
  951.     end
  952. end
  953.  
  954.  
  955. local function radioglitchy(instance)
  956.     for i,v in pairs(instance:GetChildren()) do
  957.         if v:IsA("Script") then
  958.             v:Destroy()
  959.         end
  960.         radioglitchy(v)
  961.     end
  962. end
  963.  
  964. local function invis(instance)
  965.     for i,v in pairs(instance:GetChildren()) do
  966.         if v.Name == "Weld" and v.Parent.Name ~= "Heh" and v.Parent.Name ~= "Barrel" then
  967.         v:Destroy()
  968.         end
  969.         invis(v)
  970.     end
  971. end
  972.  
  973.  
  974. local function demesh(instance)
  975.     for i,v in pairs(instance:GetChildren()) do
  976.         if v:IsA("SpecialMesh") then
  977.             v:remove()
  978.         end
  979.         demesh(v)
  980.     end
  981. end
  982.  
  983. local function wirerun(instance)
  984.     for i,v in pairs(instance:GetChildren()) do
  985.         if v:IsA("BasePart") and v.Name == "Wires" then
  986.             v.CanCollide = true
  987.             v.Size = v.Size + Vector3.new(2, 0, 0)
  988.     end
  989.         wirerun(v)
  990.     end
  991. end
  992. wirerun(game.Workspace)
  993.  
  994. local function unwirerun(instance)
  995.     for i,v in pairs(instance:GetChildren()) do
  996.     if v:IsA("BasePart") and v.Name == "Wires" then
  997.         v.CanCollide = false
  998.         v.Size = v.Size - Vector3.new(2, 0, 0)
  999.     end
  1000.         unwirerun(v)
  1001.     end
  1002. end
  1003.  
  1004. local function deseat(instance)
  1005.     for i,v in pairs(instance:GetChildren()) do
  1006.     if v:IsA("Seat") then
  1007.         v.Parent = game.Lighting
  1008.     end
  1009.         deseat(v)
  1010.     end
  1011. end
  1012.  
  1013. local function reseat(instance)
  1014.     for i,v in pairs(instance:GetChildren()) do
  1015.     if v:IsA("Seat") then
  1016.         v.Parent = game.Workspace
  1017.     end
  1018.         reseat(v)
  1019.     end
  1020. end
  1021.  
  1022.  
  1023. function defence(instance)
  1024.     for i,v in pairs(instance:GetChildren()) do
  1025.     if v:IsA("Texture") then
  1026.         if v.Parent then
  1027.         if v.Parent.Transparency == 1 then
  1028.             v.Parent.Parent = game.Lighting
  1029.         end
  1030.         end
  1031.     end
  1032.     defence(v)
  1033.     end
  1034. end
  1035.  
  1036.  
  1037. function refence(instance)
  1038.     for i,v in pairs(instance:GetChildren()) do
  1039.     if v:IsA("Texture") then
  1040.         if v.Parent then
  1041.         if v.Parent.Transparency == 1 then
  1042.             v.Parent.Parent = game.Workspace
  1043.         end
  1044.         end
  1045.     end
  1046.     refence(v)
  1047.     end
  1048. end
  1049.  
  1050.  
  1051.  
  1052. for i,v in pairs(game.Workspace:GetChildren()) do
  1053.     if v.Name == "Boards" then
  1054.     for i,x in pairs(v:GetChildren()) do
  1055.         table.insert(planks,(#planks+1),x)
  1056.     end
  1057.     end
  1058. end
  1059.  
  1060.  
  1061.  
  1062. function messagecommandshandle(plr,msg)
  1063.  
  1064. local lower = string.lower(msg)
  1065. local len = string.len(lower)
  1066.  
  1067.  
  1068. if string.find(lower,":play ") then
  1069.     idtoplay = string.gsub(lower,":play ","")
  1070.     for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1071.         if (v:IsA("Tool") and v.Name == "BoomBox") then
  1072.             v.Parent = game.Players.LocalPlayer.Character
  1073.         end
  1074.     end
  1075.     wait(0.1)
  1076.     game.Players.LocalPlayer.Character.BoomBox.Remote:FireServer("PlaySong", idtoplay)
  1077.     wait(0.1)
  1078.     radioglitchy(game.Players.LocalPlayer.Character.BoomBox)
  1079.     game.Players.LocalPlayer.Character:FindFirstChild("BoomBox").Parent = game.Players.LocalPlayer.Backpack
  1080. end
  1081.  
  1082. if string.find(lower,"/e play ") then
  1083.     idtoplay = string.gsub(lower,"/e play ","")
  1084.     for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1085.         if (v:IsA("Tool") and v.Name == "BoomBox") then
  1086.             v.Parent = game.Players.LocalPlayer.Character
  1087.         end
  1088.     end
  1089.     wait(0.1)
  1090.     game.Players.LocalPlayer.Character.BoomBox.Remote:FireServer("PlaySong", idtoplay)
  1091.     wait(0.1)
  1092.     radioglitchy(game.Players.LocalPlayer.Character.BoomBox)
  1093.     game.Players.LocalPlayer.Character:FindFirstChild("BoomBox").Parent = game.Players.LocalPlayer.Backpack
  1094. end
  1095.  
  1096. if string.find(lower,"/e :play ") then
  1097.     idtoplay = string.gsub(lower,"/e :play ","")
  1098.     for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1099.         if (v:IsA("Tool") and v.Name == "BoomBox") then
  1100.             v.Parent = game.Players.LocalPlayer.Character
  1101.         end
  1102.     end
  1103.     wait(0.1)
  1104.     game.Players.LocalPlayer.Character.BoomBox.Remote:FireServer("PlaySong", idtoplay)
  1105.     wait(0.1)
  1106.     radioglitchy(game.Players.LocalPlayer.Character.BoomBox)
  1107.     game.Players.LocalPlayer.Character:FindFirstChild("BoomBox").Parent = game.Players.LocalPlayer.Backpack
  1108. end
  1109.  
  1110.  
  1111.  
  1112. if string.find(lower,":eplay ") then
  1113.     idtoplay = string.gsub(lower,":eplay ","")
  1114.     for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1115.         if (v:IsA("Tool") and v.Name == "BoomBox") then
  1116.             v.Parent = game.Players.LocalPlayer.Character
  1117.         end
  1118.     end
  1119.     wait(0.1)
  1120.     game.Players.LocalPlayer.Character.BoomBox.Remote:FireServer("PlaySong", fullyconvert(idtoplay))
  1121.     wait(0.1)
  1122.     radioglitchy(game.Players.LocalPlayer.Character.BoomBox)
  1123.     game.Players.LocalPlayer.Character:FindFirstChild("BoomBox").Parent = game.Players.LocalPlayer.Backpack
  1124. end
  1125.  
  1126. if string.find(lower,"/e eplay ") then
  1127.     idtoplay = string.gsub(lower,"/e eplay ","")
  1128.     for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1129.         if (v:IsA("Tool") and v.Name == "BoomBox") then
  1130.             v.Parent = game.Players.LocalPlayer.Character
  1131.         end
  1132.     end
  1133.     wait(0.1)
  1134.     game.Players.LocalPlayer.Character.BoomBox.Remote:FireServer("PlaySong", fullyconvert(idtoplay))
  1135.     wait(0.1)
  1136.     radioglitchy(game.Players.LocalPlayer.Character.BoomBox)
  1137.     game.Players.LocalPlayer.Character:FindFirstChild("BoomBox").Parent = game.Players.LocalPlayer.Backpack
  1138. end
  1139. if string.find(lower,"/e :eplay ") then
  1140.     idtoplay = string.gsub(lower,"/e :eplay ","")
  1141.     for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1142.         if (v:IsA("Tool") and v.Name == "BoomBox") then
  1143.             v.Parent = game.Players.LocalPlayer.Character
  1144.         end
  1145.     end
  1146.     wait(0.1)
  1147.     game.Players.LocalPlayer.Character.BoomBox.Remote:FireServer("PlaySong", fullyconvert(idtoplay))
  1148.     wait(0.1)
  1149.     radioglitchy(game.Players.LocalPlayer.Character.BoomBox)
  1150.     game.Players.LocalPlayer.Character:FindFirstChild("BoomBox").Parent = game.Players.LocalPlayer.Backpack
  1151. end
  1152.  
  1153.  
  1154. if string.find(lower,":erplay ") then
  1155.     idtoplay = string.gsub(lower,":erplay ","")
  1156.     for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1157.         if (v:IsA("Tool") and v.Name == "BoomBox") then
  1158.             v.Parent = game.Players.LocalPlayer.Character
  1159.         end
  1160.     end
  1161.     wait(0.1)
  1162.     game.Players.LocalPlayer.Character.BoomBox.Remote:FireServer("PlaySong", fullyconvert(idtoplay))
  1163. end
  1164. if string.find(lower,"/e erplay ") then
  1165.     idtoplay = string.gsub(lower,"/e erplay ","")
  1166.     for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1167.         if (v:IsA("Tool") and v.Name == "BoomBox") then
  1168.             v.Parent = game.Players.LocalPlayer.Character
  1169.         end
  1170.     end
  1171.     wait(0.1)
  1172.     game.Players.LocalPlayer.Character.BoomBox.Remote:FireServer("PlaySong", fullyconvert(idtoplay))
  1173. end
  1174. if string.find(lower,"/e :erplay ") then
  1175.     idtoplay = string.gsub(lower,"/e :erplay ","")
  1176.     for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1177.         if (v:IsA("Tool") and v.Name == "BoomBox") then
  1178.             v.Parent = game.Players.LocalPlayer.Character
  1179.         end
  1180.     end
  1181.     wait(0.1)
  1182.     game.Players.LocalPlayer.Character.BoomBox.Remote:FireServer("PlaySong", fullyconvert(idtoplay))
  1183. end
  1184.  
  1185.  
  1186.  
  1187. if string.find(lower,":deseat") then
  1188.     deseat(game.Workspace)        
  1189. end
  1190. if string.find(lower,"/e deseat") then
  1191.     deseat(game.Workspace)        
  1192. end
  1193. if string.find(lower,"/e :deseat") then
  1194.     deseat(game.Workspace)        
  1195. end
  1196.  
  1197.  
  1198. if string.find(lower,":reseat") then
  1199.     reseat(game.Lighting)        
  1200. end
  1201.  
  1202. if string.find(lower,"/e reseat") then
  1203.     reseat(game.Lighting)        
  1204. end
  1205.  
  1206. if string.find(lower,"/e :reseat") then
  1207.     reseat(game.Lighting)        
  1208. end
  1209.  
  1210.  
  1211.  
  1212. if string.find(lower,":defence") then
  1213.     defence(game.Workspace)    
  1214. end
  1215. if string.find(lower,"/e defence") then
  1216.     defence(game.Workspace)    
  1217. end
  1218. if string.find(lower,"/e :defence") then
  1219.     defence(game.Workspace)    
  1220. end
  1221.  
  1222. if string.find(lower,":refence") then
  1223.     refence(game.Lighting)    
  1224. end
  1225. if string.find(lower,"/e refence") then
  1226.     refence(game.Lighting)    
  1227. end
  1228. if string.find(lower,"/e :refence") then
  1229.     refence(game.Lighting)    
  1230. end
  1231.  
  1232.  
  1233.  
  1234. if string.find(lower,":cash") then
  1235. tracecash(game.Workspace)
  1236. end
  1237.  
  1238. if string.find(lower,"/e cash") then
  1239. tracecash(game.Workspace)
  1240. end
  1241.  
  1242. if string.find(lower,"/e :cash") then
  1243. tracecash(game.Workspace)
  1244. end
  1245.  
  1246.  
  1247.  
  1248. if string.find(lower,":togglewirerun") then
  1249.     if wirerunning == true then
  1250.         unwirerun(game.Workspace)
  1251.         wirerunning = false
  1252.     elseif wirerunning == false then
  1253.         wirerun(game.Workspace)
  1254.         wirerunning = true
  1255.     end    
  1256. end
  1257.  
  1258.  
  1259.  
  1260. if string.find(lower,":freeshoot") then
  1261.     freeshoot = true      
  1262. end
  1263.  
  1264. if string.find(lower,"/e freeshoot") then
  1265.     freeshoot = true        
  1266. end
  1267.  
  1268. if string.find(lower,"/e :freeshoot") then
  1269.     freeshoot = true      
  1270. end
  1271.  
  1272.  
  1273.  
  1274. if string.find(lower,":unfreeshoot") then
  1275.     freeshoot = false      
  1276. end
  1277. if string.find(lower,"/e unfreeshoot") then
  1278.     freeshoot = false      
  1279. end
  1280. if string.find(lower,"/e :unfreeshoot") then
  1281.     freeshoot = false    
  1282. end
  1283.  
  1284.  
  1285.  
  1286.  
  1287.  
  1288. if string.find(lower,":find ") then
  1289.     local playername = string.gsub(lower,":find ","")
  1290.     if string.lower(playername) == "target" then
  1291.     if  targetee then
  1292.     if targetee.Character then
  1293.  
  1294.         local billgui = Instance.new('BillboardGui', targetee.Character.Head)
  1295.         local textlab = Instance.new('TextLabel', billgui)
  1296.  
  1297.         billgui.Name = "ESP"
  1298.         billgui.Adornee  = epic
  1299.         billgui.AlwaysOnTop = true
  1300.         billgui.ExtentsOffset = Vector3.new(0, 3, 0)
  1301.         billgui.Size = UDim2.new(0, 5, 0, 5)
  1302.    
  1303.         textlab.Name = 'Target'
  1304.         textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  1305.         textlab.BackgroundTransparency = 1
  1306.         textlab.BorderSizePixel = 0
  1307.         textlab.Position = UDim2.new(0, 0, 0, -40)
  1308.         textlab.Size = UDim2.new(1, 0, 10, 0)
  1309.         textlab.Visible = true
  1310.         textlab.ZIndex = 10
  1311.         textlab.Font = 'ArialBold'
  1312.         textlab.FontSize = 'Size18'
  1313.         textlab.Text = targetee.Name
  1314.         textlab.TextColor = BrickColor.new('Bright blue')
  1315.         textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  1316.         textlab.TextStrokeTransparency = 0.6
  1317.     end
  1318.     end
  1319.  
  1320.     else
  1321.         local player = findplayer(playername)
  1322.         if player ~= false then
  1323.             if player.Character then
  1324.            
  1325.             local billgui = Instance.new('BillboardGui', player.Character.Head)
  1326.             local textlab = Instance.new('TextLabel', billgui)
  1327.  
  1328.             billgui.Name = "ESP"
  1329.             billgui.Adornee  = epic
  1330.             billgui.AlwaysOnTop = true
  1331.             billgui.ExtentsOffset = Vector3.new(0, 3, 0)
  1332.             billgui.Size = UDim2.new(0, 5, 0, 5)
  1333.    
  1334.             textlab.Name = 'Player'
  1335.             textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  1336.             textlab.BackgroundTransparency = 1
  1337.             textlab.BorderSizePixel = 0
  1338.             textlab.Position = UDim2.new(0, 0, 0, -40)
  1339.             textlab.Size = UDim2.new(1, 0, 10, 0)
  1340.             textlab.Visible = true
  1341.             textlab.ZIndex = 10
  1342.             textlab.Font = 'ArialBold'
  1343.             textlab.FontSize = 'Size18'
  1344.             textlab.Text = player.Name
  1345.             textlab.TextColor = BrickColor.new('Bright red')
  1346.             textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  1347.             textlab.TextStrokeTransparency = 0.6
  1348.             end
  1349.         end
  1350.     end
  1351. end
  1352.  
  1353.  
  1354.  
  1355. if string.find(lower,"/e find ") then
  1356.     local playername = string.gsub(lower,"/e find ","")
  1357.     if string.lower(playername) == "target" then
  1358.     if  targetee then
  1359.     if targetee.Character then
  1360.         local billgui = Instance.new('BillboardGui', targetee.Character.Head)
  1361.         local textlab = Instance.new('TextLabel', billgui)
  1362.  
  1363.         billgui.Name = "ESP"
  1364.         billgui.Adornee  = epic
  1365.         billgui.AlwaysOnTop = true
  1366.         billgui.ExtentsOffset = Vector3.new(0, 3, 0)
  1367.         billgui.Size = UDim2.new(0, 5, 0, 5)
  1368.    
  1369.         textlab.Name = 'Target'
  1370.         textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  1371.         textlab.BackgroundTransparency = 1
  1372.         textlab.BorderSizePixel = 0
  1373.         textlab.Position = UDim2.new(0, 0, 0, -40)
  1374.         textlab.Size = UDim2.new(1, 0, 10, 0)
  1375.         textlab.Visible = true
  1376.         textlab.ZIndex = 10
  1377.         textlab.Font = 'ArialBold'
  1378.         textlab.FontSize = 'Size18'
  1379.         textlab.Text = targetee.Name
  1380.         textlab.TextColor = BrickColor.new('Bright blue')
  1381.         textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  1382.         textlab.TextStrokeTransparency = 0.6
  1383.     end
  1384.     end
  1385.  
  1386.     else
  1387.         local player = findplayer(playername)
  1388.         if player ~= false then
  1389.         if player.Character then            
  1390.  
  1391.             local billgui = Instance.new('BillboardGui', player.Character.Head)
  1392.             local textlab = Instance.new('TextLabel', billgui)
  1393.  
  1394.             billgui.Name = "ESP"
  1395.             billgui.Adornee  = epic
  1396.             billgui.AlwaysOnTop = true
  1397.             billgui.ExtentsOffset = Vector3.new(0, 3, 0)
  1398.             billgui.Size = UDim2.new(0, 5, 0, 5)
  1399.    
  1400.             textlab.Name = 'Player'
  1401.             textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  1402.             textlab.BackgroundTransparency = 1
  1403.             textlab.BorderSizePixel = 0
  1404.             textlab.Position = UDim2.new(0, 0, 0, -40)
  1405.             textlab.Size = UDim2.new(1, 0, 10, 0)
  1406.             textlab.Visible = true
  1407.             textlab.ZIndex = 10
  1408.             textlab.Font = 'ArialBold'
  1409.             textlab.FontSize = 'Size18'
  1410.             textlab.Text = player.Name
  1411.             textlab.TextColor = BrickColor.new('Bright red')
  1412.             textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  1413.             textlab.TextStrokeTransparency = 0.6
  1414.         end
  1415.         end
  1416.     end
  1417. end
  1418.  
  1419.  
  1420.  
  1421.  
  1422. if string.find(lower,"/e :find ") then
  1423.     local playername = string.gsub(lower,"/e :find ","")
  1424.     if string.lower(playername) == "target" then
  1425.     if  targetee then
  1426.     if targetee.Character then
  1427.  
  1428.         local billgui = Instance.new('BillboardGui', targetee.Character.Head)
  1429.         local textlab = Instance.new('TextLabel', billgui)
  1430.  
  1431.         billgui.Name = "ESP"
  1432.         billgui.Adornee  = epic
  1433.         billgui.AlwaysOnTop = true
  1434.         billgui.ExtentsOffset = Vector3.new(0, 3, 0)
  1435.         billgui.Size = UDim2.new(0, 5, 0, 5)
  1436.    
  1437.         textlab.Name = 'Target'
  1438.         textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  1439.         textlab.BackgroundTransparency = 1
  1440.         textlab.BorderSizePixel = 0
  1441.         textlab.Position = UDim2.new(0, 0, 0, -40)
  1442.         textlab.Size = UDim2.new(1, 0, 10, 0)
  1443.         textlab.Visible = true
  1444.         textlab.ZIndex = 10
  1445.         textlab.Font = 'ArialBold'
  1446.         textlab.FontSize = 'Size18'
  1447.         textlab.Text = targetee.Name
  1448.         textlab.TextColor = BrickColor.new('Bright blue')
  1449.         textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  1450.         textlab.TextStrokeTransparency = 0.6
  1451.     end
  1452.     end
  1453.  
  1454.     else
  1455.         local player = findplayer(playername)
  1456.         if player ~= false then
  1457.         if player.Character then
  1458.            
  1459.             local billgui = Instance.new('BillboardGui', player.Character.Head)
  1460.             local textlab = Instance.new('TextLabel', billgui)
  1461.  
  1462.             billgui.Name = "ESP"
  1463.             billgui.Adornee  = epic
  1464.             billgui.AlwaysOnTop = true
  1465.             billgui.ExtentsOffset = Vector3.new(0, 3, 0)
  1466.             billgui.Size = UDim2.new(0, 5, 0, 5)
  1467.    
  1468.             textlab.Name = 'Player'
  1469.             textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  1470.             textlab.BackgroundTransparency = 1
  1471.             textlab.BorderSizePixel = 0
  1472.             textlab.Position = UDim2.new(0, 0, 0, -40)
  1473.             textlab.Size = UDim2.new(1, 0, 10, 0)
  1474.             textlab.Visible = true
  1475.             textlab.ZIndex = 10
  1476.             textlab.Font = 'ArialBold'
  1477.             textlab.FontSize = 'Size18'
  1478.             textlab.Text = player.Name
  1479.             textlab.TextColor = BrickColor.new('Bright red')
  1480.             textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  1481.             textlab.TextStrokeTransparency = 0.6
  1482.         end
  1483.         end
  1484.     end
  1485. end
  1486.  
  1487. if string.find(lower,":unfind ") then
  1488.         local playername = string.gsub(lower,":unfind ","")
  1489.         local player = findplayer(playername)
  1490.         if player ~= false then
  1491.         if player.Character then
  1492.                 if player.Character:FindFirstChild("Head") then
  1493.                     if player.Character.Head:FindFirstChild("ESP") then
  1494.                         player.Character.Head:FindFirstChild("ESP"):Destroy()
  1495.                     end
  1496.                 end
  1497.             end
  1498.         end
  1499. end
  1500.  
  1501. if string.find(lower,"/e unfind ") then
  1502.         local playername = string.gsub(lower,"/e unfind ","")
  1503.         local player = findplayer(playername)
  1504.         if player ~= false then
  1505.         if player.Character then
  1506.                 if player.Character:FindFirstChild("Head") then
  1507.                     if player.Character.Head:FindFirstChild("ESP") then
  1508.                         player.Character.Head:FindFirstChild("ESP"):Destroy()
  1509.                     end
  1510.                 end
  1511.             end
  1512.         end
  1513. end
  1514.  
  1515. if string.find(lower,"/e :unfind ") then
  1516.         local playername = string.gsub(lower,"/e :unfind ","")
  1517.         local player = findplayer(playername)
  1518.         if player ~= false then
  1519.         if player.Character then
  1520.                 if player.Character:FindFirstChild("Head") then
  1521.                     if player.Character.Head:FindFirstChild("ESP") then
  1522.                         player.Character.Head:FindFirstChild("ESP"):Destroy()
  1523.                     end
  1524.                 end
  1525.             end
  1526.         end
  1527. end
  1528.  
  1529.  
  1530.  
  1531. if string.find(lower,":planks") then
  1532.     plankfollow = true
  1533.     planksurf = false
  1534.     for i=1,#planks do
  1535.     if planks[i]:FindFirstChild("no") then
  1536.             planks[i]:FindFirstChild("no"):Destroy()
  1537.         end
  1538.         local keep = Instance.new("BodyPosition")
  1539.         keep.Parent = planks[i]
  1540.         keep.Name = "no"
  1541.         keep.P = 100
  1542.         keep.D = 50
  1543.         keep.Position = game.Players.LocalPlayer.Character.Torso.Position - Vector3.new(0,0,10)
  1544.     end
  1545. end
  1546.  
  1547. if string.find(lower,"/e planks") then
  1548.     plankfollow = true
  1549.     planksurf = false
  1550.     for i=1,#planks do
  1551.     if planks[i]:FindFirstChild("no") then
  1552.             planks[i]:FindFirstChild("no"):Destroy()
  1553.         end
  1554.         local keep = Instance.new("BodyPosition")
  1555.         keep.Parent = planks[i]
  1556.         keep.Name = "no"
  1557.         keep.P = 100
  1558.         keep.D = 50
  1559.         keep.Position = game.Players.LocalPlayer.Character.Torso.Position - Vector3.new(0,0,10)
  1560.     end
  1561. end
  1562.  
  1563. if string.find(lower,"/e :planks") then
  1564.     plankfollow = true
  1565.     planksurf = false
  1566.     for i=1,#planks do
  1567.     if planks[i]:FindFirstChild("no") then
  1568.             planks[i]:FindFirstChild("no"):Destroy()
  1569.         end
  1570.         local keep = Instance.new("BodyPosition")
  1571.         keep.Parent = planks[i]
  1572.         keep.Name = "no"
  1573.         keep.P = 100
  1574.         keep.D = 50
  1575.         keep.Position = game.Players.LocalPlayer.Character.Torso.Position - Vector3.new(0,0,10)
  1576.     end
  1577. end
  1578.  
  1579. if string.find(lower,":unplanks") then
  1580.     plankfollow = false
  1581.     planksurf = false
  1582.     for i=1,#planks do
  1583.         if planks[1]:FindFirstChild("no") then
  1584.             planks[1]:FindFirstChild("no"):Destroy()
  1585.         end
  1586.     end
  1587. end
  1588.  
  1589. if string.find(lower,"/e unplanks") then
  1590.     plankfollow = false
  1591.     planksurf = false
  1592.     for i=1,#planks do
  1593.         if planks[1]:FindFirstChild("no") then
  1594.             planks[1]:FindFirstChild("no"):Destroy()
  1595.         end
  1596.     end
  1597. end
  1598.  
  1599. if string.find(lower,"/e :unplanks") then
  1600.     plankfollow = false
  1601.     planksurf = false
  1602.     for i=1,#planks do
  1603.         if planks[1]:FindFirstChild("no") then
  1604.             planks[1]:FindFirstChild("no"):Destroy()
  1605.         end
  1606.     end
  1607. end
  1608.  
  1609.  
  1610.  
  1611. if string.find(lower,":planksurf") then
  1612.     plankfollow = false
  1613.     planksurf = true
  1614.     for i=1,#planks do
  1615.         if planks[i]:FindFirstChild("no") then
  1616.             planks[i]:FindFirstChild("no"):Destroy()
  1617.         end
  1618.         local keep = Instance.new("BodyPosition")
  1619.         keep.Parent = planks[i]
  1620.         keep.Name = "no"
  1621.         keep.P = 5000
  1622.         keep.D = 15
  1623.         keep.Position = game.Players.LocalPlayer.Character.Torso.Position - Vector3.new(0,0,10)
  1624.     end
  1625. end
  1626.  
  1627. if string.find(lower,"/e planksurf") then
  1628.     plankfollow = false
  1629.     planksurf = true
  1630.     for i=1,#planks do
  1631.         if planks[i]:FindFirstChild("no") then
  1632.             planks[i]:FindFirstChild("no"):Destroy()
  1633.         end
  1634.         local keep = Instance.new("BodyPosition")
  1635.         keep.Parent = planks[i]
  1636.         keep.Name = "no"
  1637.         keep.P = 5000
  1638.         keep.D = 15
  1639.         keep.Position = game.Players.LocalPlayer.Character.Torso.Position - Vector3.new(0,0,10)
  1640.     end
  1641. end
  1642.  
  1643. if string.find(lower,"/e :planksurf") then
  1644.     plankfollow = false
  1645.     planksurf = true
  1646.     for i=1,#planks do
  1647.         if planks[i]:FindFirstChild("no") then
  1648.             planks[i]:FindFirstChild("no"):Destroy()
  1649.         end
  1650.         local keep = Instance.new("BodyPosition")
  1651.         keep.Parent = planks[i]
  1652.         keep.Name = "no"
  1653.         keep.P = 5000
  1654.         keep.D = 15
  1655.         keep.Position = game.Players.LocalPlayer.Character.Torso.Position - Vector3.new(0,0,10)
  1656.     end
  1657. end
  1658.  
  1659.  
  1660. if string.sub(msg, 1, 10) == ":tostreets" then
  1661. TeleportService:Teleport(455366377, game.Players.LocalPlayer)
  1662. end
  1663. if string.sub(msg, 1, 12) == "/e tostreets" then
  1664. TeleportService:Teleport(455366377, game.Players.LocalPlayer)
  1665. end
  1666. if string.sub(msg, 1, 13) == "/e :tostreets" then
  1667. TeleportService:Teleport(455366377, game.Players.LocalPlayer)
  1668. end
  1669.  
  1670.  
  1671. if string.sub(msg, 1, 9) == ":toprison" then
  1672. TeleportService:Teleport(4669040, game.Players.LocalPlayer)
  1673. end
  1674. if string.sub(msg, 1, 11) == "/e toprison" then
  1675. TeleportService:Teleport(4669040, game.Players.LocalPlayer)
  1676. end
  1677. if string.sub(msg, 1, 12) == "/e :toprison" then
  1678. TeleportService:Teleport(4669040, game.Players.LocalPlayer)
  1679. end
  1680.  
  1681. if string.find(lower,":hidegun") then
  1682.     if game.Players.LocalPlayer.Character then
  1683.         if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") then
  1684.             if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"):FindFirstChild("Fire") then
  1685.                 invis(game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"))
  1686.             end
  1687.         end
  1688.     end
  1689. end
  1690.  
  1691. if string.find(lower,"/e hidegun") then
  1692.     if game.Players.LocalPlayer.Character then
  1693.         if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") then
  1694.             if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"):FindFirstChild("Fire") then
  1695.                 invis(game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"))
  1696.             end
  1697.         end
  1698.     end
  1699. end
  1700.  
  1701. if string.find(lower,"/e :hidegun") then
  1702.     if game.Players.LocalPlayer.Character then
  1703.         if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") then
  1704.             if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"):FindFirstChild("Fire") then
  1705.                 invis(game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"))
  1706.             end
  1707.         end
  1708.     end
  1709. end
  1710.  
  1711.  
  1712. if string.find(lower,":rmesh") then
  1713.     if game.Players.LocalPlayer.Character then
  1714.         for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1715.             if v:IsA("Tool") then
  1716.                 demesh(v)
  1717.             end
  1718.         end
  1719.     end
  1720. end
  1721.  
  1722. if string.find(lower,"/e rmesh") then
  1723.     if game.Players.LocalPlayer.Character then
  1724.         for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1725.             if v:IsA("Tool") then
  1726.                 demesh(v)
  1727.             end
  1728.         end
  1729.     end
  1730. end
  1731.  
  1732. if string.find(lower,"/e :rmesh") then
  1733.     if game.Players.LocalPlayer.Character then
  1734.         for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1735.             if v:IsA("Tool") then
  1736.                 demesh(v)
  1737.             end
  1738.         end
  1739.     end
  1740. end
  1741.  
  1742. if string.find(lower,":demesh") then
  1743.     if game.Players.LocalPlayer.Character then
  1744.         for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1745.             if v:IsA("Tool") then
  1746.                 demesh(v)
  1747.             end
  1748.         end
  1749.     end
  1750. end
  1751.  
  1752. if string.find(lower,"/e demesh") then
  1753.     if game.Players.LocalPlayer.Character then
  1754.         for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1755.             if v:IsA("Tool") then
  1756.                 demesh(v)
  1757.             end
  1758.         end
  1759.     end
  1760. end
  1761.  
  1762. if string.find(lower,"/e :demesh") then
  1763.     if game.Players.LocalPlayer.Character then
  1764.         for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1765.             if v:IsA("Tool") then
  1766.                 demesh(v)
  1767.             end
  1768.         end
  1769.     end
  1770. end
  1771.  
  1772. if lower == ":rface" then
  1773.     if game.Players.LocalPlayer.Character ~= nil then
  1774.         if game.Players.LocalPlayer.Character:FindFirstChild("Head") then
  1775.             if game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal") then
  1776.                 game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal").Parent = nil
  1777.             end
  1778.         end
  1779.     end
  1780. end
  1781.  
  1782. if lower == "/e rface" then
  1783.     if game.Players.LocalPlayer.Character ~= nil then
  1784.         if game.Players.LocalPlayer.Character:FindFirstChild("Head") then
  1785.             if game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal") then
  1786.                 game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal").Parent = nil
  1787.             end
  1788.         end
  1789.     end
  1790. end
  1791.  
  1792. if lower == "/e :rface" then
  1793.     if game.Players.LocalPlayer.Character ~= nil then
  1794.         if game.Players.LocalPlayer.Character:FindFirstChild("Head") then
  1795.             if game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal") then
  1796.                 game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal").Parent = nil
  1797.             end
  1798.         end
  1799.     end
  1800. end
  1801.  
  1802.  
  1803.  
  1804. if lower == ":faceless" then
  1805.     if game.Players.LocalPlayer.Character ~= nil then
  1806.         if game.Players.LocalPlayer.Character:FindFirstChild("Head") then
  1807.             if game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal") then
  1808.                 game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal").Parent = nil
  1809.             end
  1810.         end
  1811.     end
  1812. end
  1813.  
  1814.  
  1815. if lower == "/e faceless" then
  1816.     if game.Players.LocalPlayer.Character ~= nil then
  1817.         if game.Players.LocalPlayer.Character:FindFirstChild("Head") then
  1818.             if game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal") then
  1819.                 game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal").Parent = nil
  1820.             end
  1821.         end
  1822.     end
  1823. end
  1824.  
  1825.  
  1826.  
  1827. if lower == "/e :faceless" then
  1828.     if game.Players.LocalPlayer.Character ~= nil then
  1829.         if game.Players.LocalPlayer.Character:FindFirstChild("Head") then
  1830.             if game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal") then
  1831.                 game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal").Parent = nil
  1832.             end
  1833.         end
  1834.     end
  1835. end
  1836.  
  1837.  
  1838. if lower == ":rlegs" then
  1839.     if game.Players.LocalPlayer.Character ~= nil then
  1840.         if game.Players.LocalPlayer.Character:FindFirstChild("Left Leg") and game.Players.LocalPlayer.Character:FindFirstChild("Right Leg") then
  1841.             game.Players.LocalPlayer.Character:FindFirstChild("Left Leg").Parent = nil
  1842.             game.Players.LocalPlayer.Character:FindFirstChild("Right Leg").Parent = nil
  1843.         end
  1844.     end
  1845. end
  1846.  
  1847. if lower == "/e rlegs" then
  1848.     if game.Players.LocalPlayer.Character ~= nil then
  1849.         if game.Players.LocalPlayer.Character:FindFirstChild("Left Leg") and game.Players.LocalPlayer.Character:FindFirstChild("Right Leg") then
  1850.             game.Players.LocalPlayer.Character:FindFirstChild("Left Leg").Parent = nil
  1851.             game.Players.LocalPlayer.Character:FindFirstChild("Right Leg").Parent = nil
  1852.         end
  1853.     end
  1854. end
  1855.  
  1856. if lower == "/e :rlegs" then
  1857.     if game.Players.LocalPlayer.Character ~= nil then
  1858.         if game.Players.LocalPlayer.Character:FindFirstChild("Left Leg") and game.Players.LocalPlayer.Character:FindFirstChild("Right Leg") then
  1859.             game.Players.LocalPlayer.Character:FindFirstChild("Left Leg").Parent = nil
  1860.             game.Players.LocalPlayer.Character:FindFirstChild("Right Leg").Parent = nil
  1861.         end
  1862.     end
  1863. end
  1864.  
  1865.  
  1866. if lower == ":eboombox" then
  1867.     if enhancedboombox == false then
  1868.         enhancedboombox = true
  1869.         loadstring(game:HttpGet(('https://pastebin.com/raw/BNVEDnAh'),true))() -- lol
  1870.     else
  1871.          print("Enhanced boombox already injected!")
  1872.     end
  1873. end
  1874.  
  1875. if lower == "/e eboombox" then
  1876.     if enhancedboombox == false then
  1877.         enhancedboombox = true
  1878.         loadstring(game:HttpGet(('https://pastebin.com/raw/BNVEDnAh'),true))() -- lol
  1879.     else
  1880.          print("Enhanced boombox already injected!")
  1881.     end
  1882. end
  1883.  
  1884.  
  1885. if lower == "/e :eboombox" then
  1886.     if enhancedboombox == false then
  1887.         enhancedboombox = true
  1888.         loadstring(game:HttpGet(('https://pastebin.com/raw/BNVEDnAh'),true))() -- lol
  1889.     else
  1890.          print("Enhanced boombox already injected!")
  1891.     end
  1892. end
  1893.  
  1894.  
  1895.  
  1896.  
  1897. if lower == ":stealthshotty" then
  1898.  
  1899. if game.Players.LocalPlayer.Backpack:FindFirstChild("Shotty") then
  1900.      game.Players.LocalPlayer.Backpack:FindFirstChild("Shotty").Parent = game.Players.LocalPlayer.Character
  1901. end
  1902. wait(0.1)
  1903. invis(game.Players.LocalPlayer.Character.Shotty)
  1904. game.Players.LocalPlayer.Character.Shotty.Grip = CFrame.new(-0.2,0,-3)
  1905.  
  1906.  
  1907. game.Players.LocalPlayer.Character.Shotty.Equipped:Connect(function()
  1908.     wait()
  1909.     local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  1910.     for i, track in pairs (AnimationTracks) do
  1911.         if track.Name == "Idle" then
  1912.             track:Stop()
  1913.         end
  1914.     end
  1915.     wait(0.7)
  1916.     local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  1917.     for i, track in pairs (AnimationTracks) do
  1918.         if track.Name == "Idle" or string.find(track.Name, "Animation") then
  1919.             track:Stop()
  1920.         end
  1921.     end
  1922. end)
  1923. game.Players.LocalPlayer.Character.Shotty.Activated:Connect(function()
  1924.     wait()
  1925.     local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  1926.     for i, track in pairs (AnimationTracks) do
  1927.         if track.Name == "Fires" then
  1928.             track:Stop()
  1929.         end
  1930.     end
  1931. end)
  1932.  
  1933. wait(1.5)
  1934. if game.Players.LocalPlayer.Character:FindFirstChild("Shotty") then
  1935.     game.Players.LocalPlayer.Character.Shotty.Parent = game.Players.LocalPlayer.Backpack
  1936. end
  1937.  
  1938.  
  1939. end
  1940.  
  1941. if lower == "/e stealthshotty" then
  1942.  
  1943. if game.Players.LocalPlayer.Backpack:FindFirstChild("Shotty") then
  1944.      game.Players.LocalPlayer.Backpack:FindFirstChild("Shotty").Parent = game.Players.LocalPlayer.Character
  1945. end
  1946. wait(0.1)
  1947. invis(game.Players.LocalPlayer.Character.Shotty)
  1948. game.Players.LocalPlayer.Character.Shotty.Grip = CFrame.new(-0.2,0,-3)
  1949.  
  1950.  
  1951. game.Players.LocalPlayer.Character.Shotty.Equipped:Connect(function()
  1952.     wait()
  1953.     local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  1954.     for i, track in pairs (AnimationTracks) do
  1955.         if track.Name == "Idle" then
  1956.             track:Stop()
  1957.         end
  1958.     end
  1959.     wait(0.7)
  1960.     local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  1961.     for i, track in pairs (AnimationTracks) do
  1962.         if track.Name == "Idle" or string.find(track.Name, "Animation") then
  1963.             track:Stop()
  1964.         end
  1965.     end
  1966. end)
  1967. game.Players.LocalPlayer.Character.Shotty.Activated:Connect(function()
  1968.     wait()
  1969.     local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  1970.     for i, track in pairs (AnimationTracks) do
  1971.         if track.Name == "Fires" then
  1972.             track:Stop()
  1973.         end
  1974.     end
  1975. end)
  1976.  
  1977. wait(1.5)
  1978. if game.Players.LocalPlayer.Character:FindFirstChild("Shotty") then
  1979.     game.Players.LocalPlayer.Character.Shotty.Parent = game.Players.LocalPlayer.Backpack
  1980. end
  1981.  
  1982.  
  1983. end
  1984.  
  1985. if lower == "/e :stealthshotty" then
  1986.  
  1987. if game.Players.LocalPlayer.Backpack:FindFirstChild("Shotty") then
  1988.      game.Players.LocalPlayer.Backpack:FindFirstChild("Shotty").Parent = game.Players.LocalPlayer.Character
  1989. end
  1990. wait(0.1)
  1991. invis(game.Players.LocalPlayer.Character.Shotty)
  1992. game.Players.LocalPlayer.Character.Shotty.Grip = CFrame.new(-0.2,0,-3)
  1993.  
  1994.  
  1995. game.Players.LocalPlayer.Character.Shotty.Equipped:Connect(function()
  1996.     wait()
  1997.     local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  1998.     for i, track in pairs (AnimationTracks) do
  1999.         if track.Name == "Idle" then
  2000.             track:Stop()
  2001.         end
  2002.     end
  2003.     wait(0.7)
  2004.     local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2005.     for i, track in pairs (AnimationTracks) do
  2006.         if track.Name == "Idle" or string.find(track.Name, "Animation") then
  2007.             track:Stop()
  2008.         end
  2009.     end
  2010. end)
  2011. game.Players.LocalPlayer.Character.Shotty.Activated:Connect(function()
  2012.     wait()
  2013.     local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2014.     for i, track in pairs (AnimationTracks) do
  2015.         if track.Name == "Fires" then
  2016.             track:Stop()
  2017.         end
  2018.     end
  2019. end)
  2020.  
  2021. wait(1.5)
  2022. if game.Players.LocalPlayer.Character:FindFirstChild("Shotty") then
  2023.     game.Players.LocalPlayer.Character.Shotty.Parent = game.Players.LocalPlayer.Backpack
  2024. end
  2025.  
  2026.  
  2027. end
  2028.  
  2029.  
  2030.  
  2031.  
  2032. if lower == ":stealthuzi" then
  2033.  
  2034. if game.Players.LocalPlayer.Backpack:FindFirstChild("Uzi") then
  2035.      game.Players.LocalPlayer.Backpack:FindFirstChild("Uzi").Parent = game.Players.LocalPlayer.Character
  2036. end
  2037. wait(0.1)
  2038. invis(game.Players.LocalPlayer.Character.Uzi)
  2039. game.Players.LocalPlayer.Character.Uzi.Grip = CFrame.new(-0.2,0,-3)
  2040.  
  2041.  
  2042. game.Players.LocalPlayer.Character.Uzi.Equipped:Connect(function()
  2043.     wait()
  2044.     local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2045.     for i, track in pairs (AnimationTracks) do
  2046.         if track.Name == "Idle" or string.find(track.Name, "Animation") then
  2047.             track:Stop()
  2048.         end
  2049.     end
  2050.     wait(0.3)
  2051.     local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2052.     for i, track in pairs (AnimationTracks) do
  2053.         if track.Name == "Idle" or string.find(track.Name, "Animation") then
  2054.             track:Stop()
  2055.         end
  2056.     end
  2057. end)
  2058. game.Players.LocalPlayer.Character.Uzi.Activated:Connect(function()
  2059.     wait()
  2060.     local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2061.     for i, track in pairs (AnimationTracks) do
  2062.         if track.Name == "Fires" then
  2063.             track:Stop()
  2064.         end
  2065.     end
  2066. end)
  2067.  
  2068. wait(1.5)
  2069. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  2070.     game.Players.LocalPlayer.Character.Uzi.Parent = game.Players.LocalPlayer.Backpack
  2071. end
  2072.  
  2073.  
  2074. end
  2075.  
  2076.  
  2077.  
  2078.  
  2079. if lower == "/e stealthuzi" then
  2080.  
  2081. if game.Players.LocalPlayer.Backpack:FindFirstChild("Uzi") then
  2082.      game.Players.LocalPlayer.Backpack:FindFirstChild("Uzi").Parent = game.Players.LocalPlayer.Character
  2083. end
  2084. wait(0.1)
  2085. invis(game.Players.LocalPlayer.Character.Uzi)
  2086. game.Players.LocalPlayer.Character.Uzi.Grip = CFrame.new(-0.2,0,-3)
  2087.  
  2088.  
  2089. game.Players.LocalPlayer.Character.Uzi.Equipped:Connect(function()
  2090.     wait()
  2091.     local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2092.     for i, track in pairs (AnimationTracks) do
  2093.         if track.Name == "Idle" or string.find(track.Name, "Animation") then
  2094.             track:Stop()
  2095.         end
  2096.     end
  2097.     wait(0.3)
  2098.     local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2099.     for i, track in pairs (AnimationTracks) do
  2100.         if track.Name == "Idle" or string.find(track.Name, "Animation") then
  2101.             track:Stop()
  2102.         end
  2103.     end
  2104. end)
  2105. game.Players.LocalPlayer.Character.Uzi.Activated:Connect(function()
  2106.     wait()
  2107.     local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2108.     for i, track in pairs (AnimationTracks) do
  2109.         if track.Name == "Fires" then
  2110.             track:Stop()
  2111.         end
  2112.     end
  2113. end)
  2114.  
  2115. wait(1.5)
  2116. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  2117.     game.Players.LocalPlayer.Character.Uzi.Parent = game.Players.LocalPlayer.Backpack
  2118. end
  2119.  
  2120.  
  2121. end
  2122.  
  2123.  
  2124.  
  2125. if lower == "/e :stealthuzi" then
  2126.  
  2127. if game.Players.LocalPlayer.Backpack:FindFirstChild("Uzi") then
  2128.      game.Players.LocalPlayer.Backpack:FindFirstChild("Uzi").Parent = game.Players.LocalPlayer.Character
  2129. end
  2130. wait(0.1)
  2131. invis(game.Players.LocalPlayer.Character.Uzi)
  2132. game.Players.LocalPlayer.Character.Uzi.Grip = CFrame.new(-0.2,0,-3)
  2133.  
  2134.  
  2135. game.Players.LocalPlayer.Character.Uzi.Equipped:Connect(function()
  2136.     wait()
  2137.     local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2138.     for i, track in pairs (AnimationTracks) do
  2139.         if track.Name == "Idle" or string.find(track.Name, "Animation") then
  2140.             track:Stop()
  2141.         end
  2142.     end
  2143.     wait(0.3)
  2144.     local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2145.     for i, track in pairs (AnimationTracks) do
  2146.         if track.Name == "Idle" or string.find(track.Name, "Animation") then
  2147.             track:Stop()
  2148.         end
  2149.     end
  2150. end)
  2151. game.Players.LocalPlayer.Character.Uzi.Activated:Connect(function()
  2152.     wait()
  2153.     local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2154.     for i, track in pairs (AnimationTracks) do
  2155.         if track.Name == "Fires" then
  2156.             track:Stop()
  2157.         end
  2158.     end
  2159. end)
  2160.  
  2161. wait(1.5)
  2162. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  2163.     game.Players.LocalPlayer.Character.Uzi.Parent = game.Players.LocalPlayer.Backpack
  2164. end
  2165.  
  2166.  
  2167. end
  2168.  
  2169.  
  2170.  
  2171.  
  2172.  
  2173. if string.find(lower,":spray ") then
  2174.     local playername = string.gsub(lower,":spray ","")
  2175.     local tarplayer = findplayer(playername)
  2176.     if tarplayer ~= false then
  2177.         if game.Workspace:FindFirstChild(tarplayer.Name.."Spray") then
  2178.             if game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal") then
  2179.                 print(tostring(game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal").Texture))
  2180.             end
  2181.         end
  2182.     end
  2183. end
  2184.  
  2185. if string.find(lower,"/e spray ") then
  2186.     local playername = string.gsub(lower,"/e spray ","")
  2187.     local tarplayer = findplayer(playername)
  2188.     if tarplayer ~= false then
  2189.         if game.Workspace:FindFirstChild(tarplayer.Name.."Spray") then
  2190.             if game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal") then
  2191.                 print(tostring(game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal").Texture))
  2192.             end
  2193.         end
  2194.     end
  2195. end
  2196.  
  2197. if string.find(lower,"/e :spray ") then
  2198.     local playername = string.gsub(lower,"/e :spray ","")
  2199.     local tarplayer = findplayer(playername)
  2200.     if tarplayer ~= false then
  2201.         if game.Workspace:FindFirstChild(tarplayer.Name.."Spray") then
  2202.             if game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal") then
  2203.                 print(tostring(game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal").Texture))
  2204.             end
  2205.         end
  2206.     end
  2207. end
  2208.  
  2209. if string.find(lower,":stealspray ") then
  2210.     local playername = string.gsub(lower,":stealspray ","")
  2211.     local tarplayer = findplayer(playername)
  2212.     if tarplayer ~= false then
  2213.         if game.Workspace:FindFirstChild(tarplayer.Name.."Spray") then
  2214.             if game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal") then
  2215.                 print(tostring(game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal").Texture))
  2216.             end
  2217.         end
  2218.     end
  2219. end
  2220.  
  2221. if string.find(lower,"/e stealspray ") then
  2222.     local playername = string.gsub(lower,"/e stealspray ","")
  2223.     local tarplayer = findplayer(playername)
  2224.     if tarplayer ~= false then
  2225.         if game.Workspace:FindFirstChild(tarplayer.Name.."Spray") then
  2226.             if game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal") then
  2227.                 print(tostring(game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal").Texture))
  2228.             end
  2229.         end
  2230.     end
  2231. end
  2232.  
  2233. if string.find(lower,"/e :stealspray ") then
  2234.     local playername = string.gsub(lower,"/e :stealspray ","")
  2235.     local tarplayer = findplayer(playername)
  2236.     if tarplayer ~= false then
  2237.         if game.Workspace:FindFirstChild(tarplayer.Name.."Spray") then
  2238.             if game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal") then
  2239.                 print(tostring(game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal").Texture))
  2240.             end
  2241.         end
  2242.     end
  2243. end
  2244.  
  2245.  
  2246. if string.find(lower,":song ") then
  2247.     local playername = string.gsub(lower,":song ","")
  2248.     local tarplayer = findplayer(playername)
  2249.     if tarplayer ~= false then
  2250.         if tarplayer.Character ~= nil then
  2251.             if tarplayer.Character:FindFirstChild("Torso") then
  2252.                 if tarplayer.Character.Torso:FindFirstChildOfClass("Sound") then
  2253.                     print(tarplayer.Name.." : "..tostring(tarplayer.Character.Torso:FindFirstChildOfClass("Sound").SoundId))
  2254.                 end
  2255.             end
  2256.         end
  2257.     end
  2258. end
  2259.  
  2260. if string.find(lower,"/e song ") then
  2261.     local playername = string.gsub(lower,"/e song ","")
  2262.     local tarplayer = findplayer(playername)
  2263.     if tarplayer ~= false then
  2264.         if tarplayer.Character ~= nil then
  2265.             if tarplayer.Character:FindFirstChild("Torso") then
  2266.                 if tarplayer.Character.Torso:FindFirstChildOfClass("Sound") then
  2267.                     print(tarplayer.Name.." : "..tostring(tarplayer.Character.Torso:FindFirstChildOfClass("Sound").SoundId))
  2268.                 end
  2269.             end
  2270.         end
  2271.     end
  2272. end
  2273.  
  2274. if string.find(lower,"/e :song ") then
  2275.     local playername = string.gsub(lower,"/e :song ","")
  2276.     local tarplayer = findplayer(playername)
  2277.     if tarplayer ~= false then
  2278.         if tarplayer.Character ~= nil then
  2279.             if tarplayer.Character:FindFirstChild("Torso") then
  2280.                 if tarplayer.Character.Torso:FindFirstChildOfClass("Sound") then
  2281.                     print(tarplayer.Name.." : "..tostring(tarplayer.Character.Torso:FindFirstChildOfClass("Sound").SoundId))
  2282.                 end
  2283.             end
  2284.         end
  2285.     end
  2286. end
  2287.  
  2288.  
  2289. if string.find(lower,":stealsong ") then
  2290.     local playername = string.gsub(lower,":stealsong ","")
  2291.     local tarplayer = findplayer(playername)
  2292.     if tarplayer ~= false then
  2293.         if tarplayer.Character ~= nil then
  2294.             if tarplayer.Character:FindFirstChild("Torso") then
  2295.                 if tarplayer.Character.Torso:FindFirstChildOfClass("Sound") then
  2296.                     print(tarplayer.Name.." : "..tostring(tarplayer.Character.Torso:FindFirstChildOfClass("Sound").SoundId))
  2297.                 end
  2298.             end
  2299.         end
  2300.     end
  2301. end
  2302.  
  2303. if string.find(lower,"/e stealsong ") then
  2304.     local playername = string.gsub(lower,"/e stealsong ","")
  2305.     local tarplayer = findplayer(playername)
  2306.     if tarplayer ~= false then
  2307.         if tarplayer.Character ~= nil then
  2308.             if tarplayer.Character:FindFirstChild("Torso") then
  2309.                 if tarplayer.Character.Torso:FindFirstChildOfClass("Sound") then
  2310.                     print(tarplayer.Name.." : "..tostring(tarplayer.Character.Torso:FindFirstChildOfClass("Sound").SoundId))
  2311.                 end
  2312.             end
  2313.         end
  2314.     end
  2315. end
  2316.  
  2317. if string.find(lower,"/e :stealsong ") then
  2318.     local playername = string.gsub(lower,"/e :stealsong ","")
  2319.     local tarplayer = findplayer(playername)
  2320.     if tarplayer ~= false then
  2321.         if tarplayer.Character ~= nil then
  2322.             if tarplayer.Character:FindFirstChild("Torso") then
  2323.                 if tarplayer.Character.Torso:FindFirstChildOfClass("Sound") then
  2324.                     print(tarplayer.Name.." : "..tostring(tarplayer.Character.Torso:FindFirstChildOfClass("Sound").SoundId))
  2325.                 end
  2326.             end
  2327.         end
  2328.     end
  2329. end
  2330.  
  2331.  
  2332. if lower == ":stopanims" then
  2333.     local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2334.     for i, track in pairs (AnimationTracks) do
  2335.         track:Stop()
  2336.     end
  2337. end
  2338.  
  2339. if lower == "/e stopanims" then
  2340.     local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2341.     for i, track in pairs (AnimationTracks) do
  2342.         track:Stop()
  2343.     end
  2344. end
  2345.  
  2346. if lower == "/e :stopanims" then
  2347.     local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2348.     for i, track in pairs (AnimationTracks) do
  2349.         track:Stop()
  2350.     end
  2351. end
  2352.  
  2353. if lower == ":god" then
  2354.     godmode = true
  2355.     if game.Players.LocalPlayer.Character ~= nil then
  2356.         game.Players.LocalPlayer.Character:BreakJoints()
  2357.     end
  2358. end
  2359. if lower == "/e god" then
  2360.     godmode = true
  2361.     if game.Players.LocalPlayer.Character ~= nil then
  2362.         game.Players.LocalPlayer.Character:BreakJoints()
  2363.     end
  2364. end
  2365. if lowerf == "/e :god" then
  2366.     godmode = true
  2367.     if game.Players.LocalPlayer.Character ~= nil then
  2368.         game.Players.LocalPlayer.Character:BreakJoints()
  2369.     end
  2370. end
  2371.  
  2372.  
  2373. if lower == ":ungod" then
  2374.     godmode = false
  2375.     if game.Players.LocalPlayer.Character ~= nil then
  2376.         game.Players.LocalPlayer.Character:BreakJoints()
  2377.     end
  2378. end
  2379. if lower == "/e ungod" then
  2380.     godmode = false
  2381.     if game.Players.LocalPlayer.Character ~= nil then
  2382.         game.Players.LocalPlayer.Character:BreakJoints()
  2383.     end
  2384. end
  2385. if lower == "/e :ungod" then
  2386.     godmode = false
  2387.     if game.Players.LocalPlayer.Character ~= nil then
  2388.         game.Players.LocalPlayer.Character:BreakJoints()
  2389.     end
  2390. end
  2391.  
  2392.  
  2393. if lower == ":donate" then
  2394.     CreateDonationGUI()
  2395. end
  2396.  
  2397. if lower == "/e donate" then
  2398.     CreateDonationGUI()
  2399. end
  2400.  
  2401. if lower == "/e :donate" then
  2402.     CreateDonationGUI()
  2403. end
  2404.  
  2405.  
  2406. if lower == ":disc" then
  2407.     discordlink()
  2408. end
  2409.  
  2410. if lower == "/e disc" then
  2411.     discordlink()
  2412. end
  2413.  
  2414. if lower == "/e :disc" then
  2415.     discordlink()
  2416. end
  2417.  
  2418.  
  2419.  
  2420. if lower == ":discord" then
  2421.     discordlink()
  2422. end
  2423.  
  2424. if lower == "/e discord" then
  2425.     discordlink()
  2426. end
  2427.  
  2428. if lower == "/e :discord" then
  2429.     discordlink()
  2430. end
  2431.  
  2432.  
  2433.  
  2434.     if string.find(lower,":visualize ") then
  2435.         local toolname = string.gsub(lower,":visualize ","")
  2436.         visualizetool = toolname
  2437.         visualize = true
  2438.     end
  2439.  
  2440.  
  2441.     if string.find(lower,"/e visualize ") then
  2442.         local toolname = string.gsub(lower,"/e visualize ","")
  2443.         visualizetool = toolname
  2444.         visualize = true
  2445.     end
  2446.  
  2447.  
  2448.     if string.find(lower,"/e :visualize ") then
  2449.         local toolname = string.gsub(lower,"/e :visualize ","")
  2450.         visualizetool = toolname
  2451.         visualize = true
  2452.     end
  2453.  
  2454.  
  2455.  
  2456.     if string.find(lower,":unvisualize") then
  2457.         visualize = false
  2458.     end
  2459.  
  2460.  
  2461.     if string.find(lower,"/e unvisualize") then
  2462.         visualize = false
  2463.     end
  2464.  
  2465.     if string.find(lower,"/e :unvisualize") then
  2466.         visualize = false
  2467.     end
  2468.  
  2469.  
  2470.  
  2471.  
  2472.     if string.find(lower,":clickspam") then
  2473.         clickspam = true
  2474.     end
  2475.  
  2476.     if string.find(lower,"/e clickspam") then
  2477.         clickspam = true
  2478.     end
  2479.  
  2480.     if string.find(lower,"/e :clickspam") then
  2481.         clickspam = true
  2482.     end
  2483.  
  2484.  
  2485.  
  2486.     if string.find(lower,":unclickspam") then
  2487.         clickspam = false
  2488.     end
  2489.  
  2490.     if string.find(lower,"/e unclickspam") then
  2491.         clickspam = false
  2492.     end
  2493.  
  2494.     if string.find(lower,"/e :unclickspam") then
  2495.         clickspam = false
  2496.     end
  2497.  
  2498.     if lower == ":stopmusic" then
  2499.         if debunce == false then
  2500.             debunce = true
  2501.             clickspam = true
  2502.             wait(1)
  2503.             clickspam = false
  2504.             debunce = false
  2505.         end
  2506.     end
  2507.  
  2508.  
  2509.     if lower == "/e stopmusic" then
  2510.         if debunce == false then
  2511.             debunce = true
  2512.             clickspam = true
  2513.             wait(1)
  2514.             clickspam = false
  2515.             debunce = false
  2516.         end
  2517.     end
  2518.  
  2519.  
  2520.     if lower == "/e :stopmusic" then
  2521.         if debunce == false then
  2522.             debunce = true
  2523.             clickspam = true
  2524.             wait(1)
  2525.             clickspam = false
  2526.             debunce = false
  2527.         end
  2528.     end
  2529.  
  2530.  
  2531.     if lower == ":fixmusic" then
  2532.         if game.Players.LocalPlayer.Character ~= nil then
  2533.             if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
  2534.                 local returnto = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2535.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,math.huge,0)
  2536.                 wait()
  2537.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = returnto
  2538.             end
  2539.         end
  2540.     end
  2541.  
  2542.     if lower == "/e fixmusic" then
  2543.         if game.Players.LocalPlayer.Character ~= nil then
  2544.             if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
  2545.                 local returnto = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2546.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,math.huge,0)
  2547.                 wait()
  2548.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = returnto
  2549.             end
  2550.         end
  2551.     end
  2552.  
  2553.     if lower == "/e :fixmusic" then
  2554.         if game.Players.LocalPlayer.Character ~= nil then
  2555.             if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
  2556.                 local returnto = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2557.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,math.huge,0)
  2558.                 wait()
  2559.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = returnto
  2560.             end
  2561.         end
  2562.     end
  2563.  
  2564.  
  2565.     if lower == ":fix" then
  2566.         if game.Players.LocalPlayer.Character ~= nil then
  2567.             if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
  2568.                 local returnto = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2569.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,math.huge,0)
  2570.                 wait()
  2571.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = returnto
  2572.             end
  2573.         end
  2574.     end
  2575.     if lower == "/e fix" then
  2576.         if game.Players.LocalPlayer.Character ~= nil then
  2577.             if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
  2578.                 local returnto = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2579.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,math.huge,0)
  2580.                 wait()
  2581.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = returnto
  2582.             end
  2583.         end
  2584.     end
  2585.     if lower == "/e :fix" then
  2586.         if game.Players.LocalPlayer.Character ~= nil then
  2587.             if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
  2588.                 local returnto = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2589.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,math.huge,0)
  2590.                 wait()
  2591.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = returnto
  2592.             end
  2593.         end
  2594.     end
  2595.  
  2596.     if lower == ":reset" then
  2597.         if game.Players.LocalPlayer.Character ~= nil then
  2598.             if game.Players.LocalPlayer.Character:FindFirstChild("Torso") then
  2599.                 if game.Players.LocalPlayer.Character.Torso:FindFirstChildOfClass("Glue") then
  2600.                     game.Players.LocalPlayer.Character.Torso.Neck:Destroy()
  2601.                 else
  2602.                     game.Players.LocalPlayer.Character:ClearAllChildren()
  2603.                     local char = Instance.new("Model", workspace)
  2604.                     Instance.new("Humanoid", char)
  2605.                     game.Players.LocalPlayer.Character = char
  2606.                 end
  2607.             end
  2608.         end
  2609.     end
  2610.     if lower == "/e reset" then
  2611.         if game.Players.LocalPlayer.Character ~= nil then
  2612.             if game.Players.LocalPlayer.Character:FindFirstChild("Torso") then
  2613.                 if game.Players.LocalPlayer.Character.Torso:FindFirstChildOfClass("Glue") then
  2614.                     game.Players.LocalPlayer.Character.Torso.Neck:Destroy()
  2615.                 else
  2616.                     game.Players.LocalPlayer.Character:ClearAllChildren()
  2617.                     local char = Instance.new("Model", workspace)
  2618.                     Instance.new("Humanoid", char)
  2619.                     game.Players.LocalPlayer.Character = char
  2620.                 end
  2621.             end
  2622.         end
  2623.     end
  2624.     if lower == "/e :reset" then
  2625.         if game.Players.LocalPlayer.Character ~= nil then
  2626.             if game.Players.LocalPlayer.Character:FindFirstChild("Torso") then
  2627.                 if game.Players.LocalPlayer.Character.Torso:FindFirstChildOfClass("Glue") then
  2628.                     game.Players.LocalPlayer.Character.Torso.Neck:Destroy()
  2629.                 else
  2630.                     game.Players.LocalPlayer.Character:ClearAllChildren()
  2631.                     local char = Instance.new("Model", workspace)
  2632.                     Instance.new("Humanoid", char)
  2633.                     game.Players.LocalPlayer.Character = char
  2634.                 end
  2635.             end
  2636.         end
  2637.     end
  2638.  
  2639.  
  2640.  
  2641.     if lower == ":rejoin" then
  2642.         TeleportService:Teleport(455366377, game.Players.LocalPlayer)
  2643.     end
  2644.     if lower == "/e rejoin" then
  2645.         TeleportService:Teleport(455366377, game.Players.LocalPlayer)
  2646.     end
  2647.     if lower == "/e :rejoin" then
  2648.         TeleportService:Teleport(455366377, game.Players.LocalPlayer)
  2649.     end
  2650.  
  2651.     if lower == ":void" then
  2652.         local hat = game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Accessory")
  2653.         if voidtoggle == false and voidprocessing == false then
  2654.             voidprocessing = true
  2655.             local handle = hat:FindFirstChild("Handle")
  2656.             local Tool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  2657.             game.Players.LocalPlayer.Character.Torso.Anchored = true
  2658.             handle.Parent = Tool
  2659.             handle.Massless = true
  2660.             Tool.GripPos = Vector3.new(0,tonumber(9e99),0)
  2661.             Tool.Parent = game.Players.LocalPlayer.Character
  2662.             repeat wait() until game.Players.LocalPlayer.Character:FindFirstChild("Tool")~=nil
  2663.             Tool.Grip = CFrame.new(Vector3.new(0,0,0))
  2664.             game.Players.LocalPlayer.Character.Torso.Anchored = false
  2665.             Tool.Unequipped:Connect(function()
  2666.                 wait()
  2667.                 local Handle = Tool:FindFirstChild("Handle")
  2668.                 if Handle then
  2669.                     Handle.Parent = hat
  2670.                     game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  2671.                     Handle.Massless = false
  2672.                     Tool:Destroy()
  2673.                 end
  2674.                 voidtoggle = false
  2675.             end)
  2676.             voidtoggle = true
  2677.             voidprocessing = false
  2678.         end
  2679.     end
  2680.  
  2681.     if lower == "/e void" then
  2682.         local hat = game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Accessory")
  2683.         if voidtoggle == false and voidprocessing == false then
  2684.             voidprocessing = true
  2685.             local handle = hat:FindFirstChild("Handle")
  2686.             local Tool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  2687.             game.Players.LocalPlayer.Character.Torso.Anchored = true
  2688.             handle.Parent = Tool
  2689.             handle.Massless = true
  2690.             Tool.GripPos = Vector3.new(0,tonumber(9e99),0)
  2691.             Tool.Parent = game.Players.LocalPlayer.Character
  2692.             repeat wait() until game.Players.LocalPlayer.Character:FindFirstChild("Tool")~=nil
  2693.             Tool.Grip = CFrame.new(Vector3.new(0,0,0))
  2694.             game.Players.LocalPlayer.Character.Torso.Anchored = false
  2695.             Tool.Unequipped:Connect(function()
  2696.                 wait()
  2697.                 local Handle = Tool:FindFirstChild("Handle")
  2698.                 if Handle then
  2699.                     Handle.Parent = hat
  2700.                     game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  2701.                     Handle.Massless = false
  2702.                     Tool:Destroy()
  2703.                 end
  2704.                 voidtoggle = false
  2705.             end)
  2706.             voidtoggle = true
  2707.             voidprocessing = false
  2708.         end
  2709.     end
  2710.  
  2711.     if lower == "/e :void" then
  2712.         local hat = game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Accessory")
  2713.         if voidtoggle == false and voidprocessing == false then
  2714.             voidprocessing = true
  2715.             local handle = hat:FindFirstChild("Handle")
  2716.             local Tool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  2717.             game.Players.LocalPlayer.Character.Torso.Anchored = true
  2718.             handle.Parent = Tool
  2719.             handle.Massless = true
  2720.             Tool.GripPos = Vector3.new(0,tonumber(9e99),0)
  2721.             Tool.Parent = game.Players.LocalPlayer.Character
  2722.             repeat wait() until game.Players.LocalPlayer.Character:FindFirstChild("Tool")~=nil
  2723.             Tool.Grip = CFrame.new(Vector3.new(0,0,0))
  2724.             game.Players.LocalPlayer.Character.Torso.Anchored = false
  2725.             Tool.Unequipped:Connect(function()
  2726.                 wait()
  2727.                 local Handle = Tool:FindFirstChild("Handle")
  2728.                 if Handle then
  2729.                     Handle.Parent = hat
  2730.                     game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  2731.                     Handle.Massless = false
  2732.                     Tool:Destroy()
  2733.                 end
  2734.                 voidtoggle = false
  2735.             end)
  2736.             voidtoggle = true
  2737.             voidprocessing = false
  2738.         end
  2739.     end
  2740.  
  2741.     if lower == ":breakneck" then
  2742.         local Anim = Instance.new("Animation")
  2743.         Anim.AnimationId = "rbxassetid://35154961"
  2744.         local neckbreak = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2745.         neckbreak:Play(0)
  2746.         neckbreak:AdjustSpeed(1)
  2747.         wait(1.3)
  2748.         game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer('*crack*',"All")
  2749.         wait(0.6)
  2750.         if game.Players.LocalPlayer.Character ~= nil then
  2751.             if game.Players.LocalPlayer.Character:FindFirstChild("Torso") then
  2752.                 if game.Players.LocalPlayer.Character.Torso:FindFirstChild("Neck") then
  2753.                     game.Players.LocalPlayer.Character.Torso:FindFirstChild("Neck"):Destroy()
  2754.                 end
  2755.             end
  2756.         end
  2757.     end
  2758.  
  2759.     if lower == "/e breakneck" then
  2760.         local Anim = Instance.new("Animation")
  2761.         Anim.AnimationId = "rbxassetid://35154961"
  2762.         local neckbreak = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2763.         neckbreak:Play(0)
  2764.         neckbreak:AdjustSpeed(1)
  2765.         wait(1.3)
  2766.         game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer('*crack*',"All")
  2767.         wait(0.6)
  2768.         if game.Players.LocalPlayer.Character ~= nil then
  2769.             if game.Players.LocalPlayer.Character:FindFirstChild("Torso") then
  2770.                 if game.Players.LocalPlayer.Character.Torso:FindFirstChild("Neck") then
  2771.                     game.Players.LocalPlayer.Character.Torso:FindFirstChild("Neck"):Destroy()
  2772.                 end
  2773.             end
  2774.         end
  2775.     end
  2776.  
  2777.     if lower == "/e :breakneck" then
  2778.         local Anim = Instance.new("Animation")
  2779.         Anim.AnimationId = "rbxassetid://35154961"
  2780.         local neckbreak = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2781.         neckbreak:Play(0)
  2782.         neckbreak:AdjustSpeed(1)
  2783.         wait(1.3)
  2784.         game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer('*crack*',"All")
  2785.         wait(0.6)
  2786.         if game.Players.LocalPlayer.Character ~= nil then
  2787.             if game.Players.LocalPlayer.Character:FindFirstChild("Torso") then
  2788.                 if game.Players.LocalPlayer.Character.Torso:FindFirstChild("Neck") then
  2789.                     game.Players.LocalPlayer.Character.Torso:FindFirstChild("Neck"):Destroy()
  2790.                 end
  2791.             end
  2792.         end
  2793.     end
  2794.  
  2795.  
  2796.     if lower == ":autoreset" then
  2797.         autoreset = true
  2798.     end
  2799.     if lower == "/e autoreset" then
  2800.         autoreset = true
  2801.     end
  2802.     if lower == "/e :autoreset" then
  2803.         autoreset = true
  2804.     end
  2805.  
  2806.     if lower == ":unautoreset" then
  2807.         autoreset = false
  2808.     end
  2809.     if lower == "/e unautoreset" then
  2810.         autoreset = false
  2811.     end
  2812.     if lower == "/e :unautoreset" then
  2813.         autoreset = false
  2814.     end
  2815.  
  2816.  
  2817.     if lower == ":autokill" then
  2818.         autoreset = true
  2819.     end
  2820.     if lower == "/e autokill" then
  2821.         autoreset = true
  2822.     end
  2823.     if lower == "/e :autokill" then
  2824.         autoreset = true
  2825.     end
  2826.  
  2827.     if lower == ":unautokill" then
  2828.         autoreset = false
  2829.     end
  2830.     if lower == "/e unautokill" then
  2831.         autoreset = false
  2832.     end
  2833.     if lower == "/e :unautokill" then
  2834.         autoreset = false
  2835.     end
  2836.  
  2837. end
  2838.  
  2839.  
  2840.  
  2841. local debounce = false
  2842.  
  2843. function fireat(target)
  2844.     if debounce == false then
  2845.         debounce = true
  2846.         for i = 1,3 do
  2847.             if game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool") then
  2848.                 if game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool"):FindFirstChild("Fire") then
  2849.                     u = game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool").Fire
  2850.                     if target.Character ~= nil then
  2851.                         if not IsInTable(dontshoot, target.Name) then
  2852.                 u:FireServer(targetee.Character.Head.CFrame)
  2853.                         end
  2854.                     end
  2855.                 end
  2856.             end
  2857.             wait(0.1)
  2858.         end
  2859.         debounce = false
  2860.     end
  2861. end
  2862.  
  2863.  
  2864.  
  2865. Target.FocusLost:Connect(function()
  2866. local name = string.lower(Target.Text)
  2867. local player = nil
  2868.  
  2869. names = game.Players:GetChildren()
  2870.                                
  2871.                             for i,x in pairs(names) do
  2872.                                 strlower = string.lower(x.Name)
  2873.                                 sub = string.sub(strlower,1,#name)                      
  2874.                                
  2875.                                 if name == sub then
  2876.                                     player = x
  2877.                                     if player.Name ~= game.Players.LocalPlayer.Name and x.Name ~= "Vortexturize" then
  2878.                                         targetee = player
  2879.                                     end
  2880.                                 end
  2881.                             end
  2882. end)
  2883.  
  2884.  
  2885.  
  2886.  
  2887.  
  2888.  
  2889.  
  2890. mouse.KeyDown:Connect(function(key)
  2891. if key == "q" then
  2892. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") or game.Players.LocalPlayer.Backpack:FindFirstChild("Uzi") then
  2893. bigfire = true
  2894. end
  2895. end
  2896. end)
  2897.  
  2898.  
  2899. mouse.KeyUp:Connect(function(key)
  2900. if key == "q" then
  2901. bigfire = false
  2902. end
  2903. end)
  2904.  
  2905. mouse = game.Players.LocalPlayer:GetMouse()
  2906.  
  2907.  
  2908. mouse.KeyDown:Connect(function(key)
  2909.     if string.byte(key) == 92 then
  2910.         if game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool") then
  2911.             game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool").Parent = game.Workspace.Terrain
  2912.         end
  2913.     end
  2914. end)
  2915.  
  2916.  
  2917. mouse.KeyDown:Connect(function(key)
  2918.     if key == "g" then
  2919.         game.Players:Chat("/e kick")
  2920.     end
  2921. end)
  2922.  
  2923.  
  2924.  
  2925.  
  2926. mouse.KeyDown:Connect(function(key)
  2927.     if key == "w" then      
  2928. flyw = true
  2929.     end
  2930. end)
  2931.  
  2932. mouse.KeyUp:Connect(function(key)
  2933.     if key == "w" then
  2934. flyw = false
  2935.     end
  2936. end)
  2937.  
  2938.  
  2939. mouse.KeyDown:Connect(function(key)
  2940.     if key == "s" then
  2941. flys = true
  2942.     end
  2943. end)
  2944. mouse.KeyUp:Connect(function(key)
  2945.     if key == "s" then
  2946. flys = false
  2947.     end
  2948. end)
  2949.  
  2950.  
  2951. mouse.KeyDown:Connect(function(key)
  2952.     if key == "d" then
  2953. flyd = true
  2954.     end
  2955. end)
  2956.  
  2957. mouse.KeyUp:Connect(function(key)
  2958.     if key == "d" then
  2959. flyd = false
  2960.     end
  2961. end)
  2962.  
  2963. mouse.KeyDown:Connect(function(key)
  2964.     if key == "a" then
  2965. flya = true
  2966.     end
  2967. end)
  2968.  
  2969. mouse.KeyUp:Connect(function(key)
  2970.     if key == "a" then
  2971. flya = false
  2972.     end
  2973. end)
  2974.  
  2975. mouse.KeyDown:Connect(function(key)
  2976.     if key == " " then
  2977. flysp = true
  2978.     end
  2979. end)
  2980.  
  2981. mouse.KeyUp:Connect(function(key)
  2982.     if key == " " then
  2983. flysp = false
  2984.     end
  2985. end)
  2986.  
  2987.  
  2988. mouse.KeyDown:Connect(function(key)
  2989.     if key == "0" then -- love mouse.keydown, and how left shift is also 0
  2990. flyct = true
  2991.     end
  2992. end)
  2993.  
  2994. mouse.KeyUp:Connect(function(key)
  2995.     if key == "0" then
  2996. flyct = false
  2997.     end
  2998. end)
  2999.  
  3000.  
  3001.  
  3002.  
  3003. mouse.KeyDown:Connect(function(key)
  3004.     if key == "t" then
  3005.         if targetee ~= nil then
  3006.             if targetee.Character ~= nil then
  3007.                 fireat(targetee)
  3008.             end
  3009.         end
  3010.     end
  3011. end)
  3012.  
  3013. mouse.KeyDown:Connect(function(key)
  3014.     if key == "x" then
  3015.     Selecting = true
  3016.     end
  3017. end)
  3018. mouse.KeyUp:Connect(function(key)
  3019.     if key == "x" then
  3020.     Selecting = false
  3021.     end
  3022. end)
  3023.  
  3024.  
  3025.  
  3026. mouse.KeyDown:Connect(function(key)
  3027.     if key == "[" then
  3028. jumpspeed = jumpspeed - 0.1
  3029.     end
  3030. end)
  3031.  
  3032.  
  3033.  
  3034.  
  3035.  
  3036.  
  3037. mouse.KeyDown:Connect(function(key)
  3038.     if key == "]" then
  3039. jumpspeed = jumpspeed + 0.1
  3040.     end
  3041. end)
  3042.  
  3043.  
  3044.  
  3045.  
  3046. mouse.KeyDown:Connect(function(key)
  3047.     if key == "l" then
  3048. if jumpgcheck == false then
  3049. jumpgcheck = true
  3050. elseif jumpgcheck == true then
  3051. jumpgcheck = false
  3052. end
  3053.  
  3054.     end
  3055. end)
  3056.  
  3057.  
  3058.  
  3059.  
  3060.  
  3061. mouse.KeyDown:Connect(function(key)
  3062.     if key == " " and jumpgcheck == true then
  3063.         SpaceHeld = true
  3064.     end
  3065. end)
  3066.  
  3067. mouse.KeyUp:Connect(function(key)
  3068.     if key == " " then
  3069.         SpaceHeld = false
  3070.     end
  3071. end)
  3072.  
  3073. mouse.KeyDown:Connect(function(key)
  3074.     if key == "-" then
  3075. runspeed = runspeed - 0.1
  3076.     end
  3077. end)
  3078.  
  3079.  
  3080.  
  3081. mouse.KeyDown:Connect(function(key)
  3082.     if key == "=" then
  3083. runspeed = runspeed + 0.1
  3084.     end
  3085. end)
  3086.  
  3087.  
  3088.  
  3089. mouse.KeyDown:Connect(function(key)
  3090.     if key == "k" then
  3091. if gcheckrun == false then
  3092. gcheckrun = true
  3093. elseif gcheckrun == true then
  3094. gcheckrun = false
  3095. end
  3096.  
  3097.     end
  3098. end)
  3099.  
  3100.  
  3101.  
  3102.  
  3103. mouse.KeyDown:Connect(function(key)
  3104.     if key == "0" and gcheckrun == true then
  3105.         ShiftHeld = true
  3106.     end
  3107. end)
  3108.  
  3109. mouse.KeyUp:Connect(function(key)
  3110.     if key == "0" then
  3111.         ShiftHeld = false
  3112.     end
  3113. end)
  3114.  
  3115.  
  3116. mouse.KeyDown:Connect(function(key)
  3117.     if key == "w" then
  3118.         WHeld = true
  3119.     end
  3120. end)
  3121.  
  3122. mouse.KeyUp:Connect(function(key)
  3123.     if key == "w" then
  3124.         WHeld = false
  3125.     end
  3126. end)
  3127.  
  3128. mouse.KeyDown:Connect(function(key)
  3129.     if key == "s" then
  3130.         SHeld = true
  3131.     end
  3132. end)
  3133.  
  3134. mouse.KeyUp:Connect(function(key)
  3135.     if key == "s" then
  3136.         SHeld = false
  3137.     end
  3138. end)
  3139.  
  3140.  
  3141. mouse.KeyDown:Connect(function(key)
  3142.     if key == "a" then
  3143.         AHeld = true
  3144.     end
  3145. end)
  3146.  
  3147. mouse.KeyUp:Connect(function(key)
  3148.     if key == "a" then
  3149.         AHeld = false
  3150.     end
  3151. end)
  3152.  
  3153.  
  3154. mouse.KeyDown:Connect(function(key)
  3155.     if key == "d" then
  3156.         DHeld = true
  3157.     end
  3158. end)
  3159.  
  3160. mouse.KeyUp:Connect(function(key)
  3161.     if key == "d" then
  3162.         DHeld = false
  3163.     end
  3164. end)
  3165.  
  3166.  
  3167.  
  3168.  
  3169. mouse.KeyDown:Connect(function(key)
  3170.     if key == "p" then
  3171.     if game.Players.LocalPlayer.Character.Torso:FindFirstChild("Neck") then
  3172.         game.Players.LocalPlayer.Character.Torso:FindFirstChild("Neck"):Destroy()
  3173.     end
  3174.     end
  3175. end)
  3176.  
  3177.  
  3178.  
  3179. mouse.KeyDown:Connect(function(key)
  3180.     if key == "n" then
  3181. stationaryrespawn = not stationaryrespawn
  3182.     end
  3183. end)
  3184.  
  3185.  
  3186.  
  3187.  
  3188.  
  3189.  
  3190.  
  3191. mouse.KeyDown:Connect(function(key)
  3192.     if key == "b" then
  3193.  
  3194. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3195. if (v:IsA("Tool")and v.Name ~= "Uzi") then
  3196. v.Parent = game.Players.LocalPlayer.Backpack
  3197. end
  3198. end
  3199.  
  3200. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  3201. if (v:IsA("Tool")and v.Name == "Uzi") then
  3202. v.Parent = game.Players.LocalPlayer.Character
  3203. end
  3204. end
  3205. game.Players.LocalPlayer.Character:WaitForChild("Uzi")
  3206.  
  3207. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3208. if (v:IsA("Tool")and v.Name == "Uzi") then
  3209. if forward == false then
  3210. v.Grip = CFrame.new(0,-12,60)
  3211. uncancollide(v)
  3212. forward = true
  3213. elseif forward == true then
  3214. v.Grip = CFrame.new(0,0,0)
  3215. forward = false
  3216. end
  3217. end
  3218. end
  3219.  
  3220.  
  3221. end
  3222. end)
  3223.  
  3224.  
  3225. Mouse.KeyDown:Connect(function(key)
  3226.     if key == "h" then
  3227.  
  3228.     if not toggler then
  3229.         toggler = true
  3230.         startflying()
  3231.     elseif toggler then
  3232.         toggler = false
  3233.         NOFLY()
  3234.         if game.Players.LocalPlayer.Character then
  3235.         if game.Players.LocalPlayer.Character:FindFirstChild("Float") then
  3236.             game.Players.LocalPlayer.Character:FindFirstChild("Float"):Destroy()
  3237.         end
  3238.         end
  3239.             local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  3240.             for i, track in pairs (AnimationTracks) do
  3241.                 track:Stop()
  3242.             end
  3243.     end
  3244.  
  3245.     end
  3246. end)
  3247.  
  3248.  
  3249. mouse.KeyDown:Connect(function(key)
  3250.     if key == "m" then
  3251.         local notools = true
  3252.         for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  3253.             if v:IsA("Tool") and v.Name == "Shotty" or v.Name == "Glock" then
  3254.                 table.insert(suicidetools, v)
  3255.                 notools = false
  3256.             end
  3257.         end
  3258.         for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3259.             if v:IsA("Tool") and v.Name == "Shotty" or v.Name == "Glock" then
  3260.                 table.insert(suicidetools, v)
  3261.                 notools = false
  3262.             end
  3263.         end
  3264.         wait()
  3265.         if not notools then
  3266.             local pickedtool = suicidetools[math.random(1,#suicidetools)]
  3267.             pickedtool.Parent = game.Players.LocalPlayer.Backpack
  3268.             if pickedtool.Name == "Shotty" then
  3269.                 pickedtool.Grip = CFrame.new(0.1,0,-0.6) * CFrame.Angles(math.rad(-30),math.rad(210),math.rad(-20))
  3270.             end
  3271.             if pickedtool.Name == "Glock" then
  3272.                 pickedtool.Grip = CFrame.new(0.6,-0.6,0) * CFrame.Angles(math.rad(50),math.rad(300),math.rad(50))
  3273.             end
  3274.             pickedtool.Parent = game.Players.LocalPlayer.Character
  3275.             game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Goodbye cruel world!","All")
  3276.             wait(2)
  3277.             game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(':(',"All")
  3278.             pickedtool.Fire:FireServer(game.Players.LocalPlayer.Character.Head.CFrame)
  3279.             wait(0.4)
  3280.             game.Players.LocalPlayer.Character.Torso.Neck:Destroy()
  3281.         end
  3282.         for i = 1,#suicidetools do
  3283.             table.remove(suicidetools, i)
  3284.         end
  3285.     end
  3286. end)
  3287.  
  3288.  
  3289.  
  3290. mouse.KeyDown:Connect(function(key)
  3291.     if key == "v" then
  3292.         if game.Players.LocalPlayer.Character:FindFirstChild("RabbitWitch") then
  3293.             hat = game.Players.LocalPlayer.Character:FindFirstChild("RabbitWitch")
  3294.         else
  3295.             hat = game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Accessory")
  3296.         end
  3297.         if voidtoggle == false and voidprocessing == false then
  3298.             voidprocessing = true
  3299.             local handle = hat:FindFirstChild("Handle")
  3300.             local Tool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  3301.             if game.Players.LocalPlayer.Character:FindFirstChild("Torso") then
  3302.                 game.Players.LocalPlayer.Character.Torso.Anchored = true
  3303.             elseif game.Players.LocalPlayer.Character:FindFirstChild("UpperTorso") then
  3304.                 game.Players.LocalPlayer.Character.UpperTorso.Anchored = true
  3305.             end
  3306.             handle.Parent = Tool
  3307.             handle.Massless = true
  3308.             Tool.GripPos = Vector3.new(0,tonumber(9e99),0)
  3309.             Tool.Parent = game.Players.LocalPlayer.Character
  3310.             repeat wait() until game.Players.LocalPlayer.Character:FindFirstChild("Tool")~=nil
  3311.             Tool.Grip = CFrame.new(Vector3.new(0,0,0))
  3312.             if game.Players.LocalPlayer.Character:FindFirstChild("Torso") then
  3313.                 game.Players.LocalPlayer.Character.Torso.Anchored = false
  3314.             elseif game.Players.LocalPlayer.Character:FindFirstChild("UpperTorso") then
  3315.                 game.Players.LocalPlayer.Character.UpperTorso.Anchored = false
  3316.             end
  3317.             Tool.Unequipped:Connect(function()
  3318.                 wait()
  3319.                 local Handle = Tool:FindFirstChild("Handle")
  3320.                 if Handle then
  3321.                     Handle.Parent = hat
  3322.                     game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  3323.                     Handle.Massless = false
  3324.                     Tool:Destroy()
  3325.                 end
  3326.                 voidtoggle = false
  3327.             end)
  3328.             voidtoggle = true
  3329.             voidprocessing = false
  3330.         elseif voidtoggle == true and voidprocessing == false then
  3331.             voidprocessing = true
  3332.             local Tool = game.Players.LocalPlayer.Backpack:FindFirstChild("Tool") or game.Players.LocalPlayer.Character:FindFirstChild("Tool")
  3333.             local Handle = Tool:FindFirstChild("Handle")
  3334.             if Handle then
  3335.                 Handle.Parent = hat
  3336.                 game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  3337.                 Handle.Massless = false
  3338.                 Tool:Destroy()
  3339.             end
  3340.             voidtoggle = true
  3341.             voidprocessing = false
  3342.         end
  3343.     end
  3344. end)
  3345.  
  3346.  
  3347. game.Players.LocalPlayer.Chatted:connect(function(msg)
  3348.     messagecommandshandle(game.Players.LocalPlayer,msg)
  3349. end)
  3350.  
  3351. game.Players.LocalPlayer.Character.Humanoid.StateChanged:Connect(function(old, new)
  3352.     if new == Enum.HumanoidStateType.FallingDown or new == Enum.HumanoidStateType.PlatformStanding then
  3353.         game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  3354.         game.Players.LocalPlayer.Character.Humanoid.Sit = false
  3355.         game.Players.LocalPlayer.Character.Humanoid:ChangeState(Enum.HumanoidStateType.GettingUp)
  3356.         game.Players.LocalPlayer.Character.Humanoid:ChangeState(Enum.HumanoidStateType.RunningNoPhysics)
  3357.     end
  3358. end)
  3359.  
  3360.  
  3361.  
  3362.  
  3363. game.Players.LocalPlayer.CharacterAdded:Connect(function(char)
  3364.     repeat wait() until char:FindFirstChild("Humanoid")
  3365.     char.Humanoid.StateChanged:Connect(function(old, new)
  3366.         if new == Enum.HumanoidStateType.FallingDown or new == Enum.HumanoidStateType.PlatformStanding then
  3367.             char.Humanoid.PlatformStand = false
  3368.             char.Humanoid.Sit = false
  3369.             char.Humanoid:ChangeState(Enum.HumanoidStateType.GettingUp)
  3370.             char.Humanoid:ChangeState(Enum.HumanoidStateType.RunningNoPhysics)
  3371.         end
  3372.     end)
  3373. end)
  3374.  
  3375. if game.Players.LocalPlayer.Character ~= nil then
  3376.     if game.Players.LocalPlayer.Character:FindFirstChild("Torso") then
  3377.         game.Players.LocalPlayer.Character.Torso.ChildAdded:Connect(function(child)
  3378.             if child:IsA("Glue") and autoreset == true then
  3379.                 game.Players.LocalPlayer.Character:BreakJoints()
  3380.             end
  3381.         end)
  3382.     end
  3383.     game.Players.LocalPlayer.Character.ChildAdded:Connect(function(child)
  3384.         local cnamelower = string.lower(child.Name)
  3385.         if string.find(cnamelower, "bone") and autoreset == true then
  3386.             game.Players.LocalPlayer.Character:BreakJoints()
  3387.         end
  3388.     end)
  3389. end
  3390.  
  3391. game.Players.LocalPlayer.CharacterAdded:Connect(function(char)
  3392.     repeat wait() until char:FindFirstChild("Torso")
  3393.     char.Torso.ChildAdded:Connect(function(child)
  3394.         if child:IsA("Glue") and autoreset == true then
  3395.             game.Players.LocalPlayer.Character:BreakJoints()
  3396.         end
  3397.     end)
  3398.     game.Players.LocalPlayer.Character.ChildAdded:Connect(function(child)
  3399.         local cnamelower = string.lower(child.Name)
  3400.         if string.find(cnamelower, "bone") and autoreset == true then
  3401.             game.Players.LocalPlayer.Character:BreakJoints()
  3402.         end
  3403.     end)
  3404. end)
  3405.  
  3406. game.Players.LocalPlayer.Character.Humanoid.StateChanged:Connect(function(old, new)
  3407.     if freeshoot then
  3408.         game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  3409.         game.Players.LocalPlayer.Character.Humanoid.Sit = false
  3410.         game.Players.LocalPlayer.Character.Humanoid:ChangeState(Enum.HumanoidStateType.Running)
  3411.     end
  3412. end)
  3413. game.Players.LocalPlayer.Character.Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  3414.     if freeshoot then
  3415.         if game.Players.LocalPlayer.Character.Humanoid.WalkSpeed == 0 then
  3416.             game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  3417.         end
  3418.     end
  3419. end)
  3420.  
  3421. game.Players.LocalPlayer.CharacterAdded:Connect(function(char)
  3422.     repeat wait() until char:FindFirstChild("Humanoid")
  3423.     char.Humanoid.StateChanged:Connect(function(old, new)
  3424.         if freeshoot then
  3425.             char.Humanoid.PlatformStand = false
  3426.         char.Humanoid.Sit = false
  3427.         char.Humanoid:ChangeState(Enum.HumanoidStateType.Running)
  3428.         end
  3429.     end)
  3430.     char.Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  3431.         if freeshoot then
  3432.             if char.Humanoid.WalkSpeed == 0 then
  3433.             char.Humanoid.WalkSpeed = 16
  3434.         end
  3435.         end
  3436.     end)
  3437. end)
  3438.  
  3439.  
  3440.  
  3441.  
  3442. game.Players.LocalPlayer.CharacterAdded:connect(function(char)
  3443. stay = false
  3444. flymode = false
  3445.  
  3446. wait(0.6)
  3447. needsrespawning = false
  3448. haspos = false
  3449.  
  3450. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3451. if v:IsA("BasePart") then
  3452. v.Anchored = false
  3453. end
  3454. end
  3455.  
  3456. repeat wait() until char.Humanoid
  3457. char.Humanoid.ChildAdded:Connect(function(child)
  3458. repeat wait() until char.Humanoid[child.Name]
  3459. if child.Name == "Bullet" then
  3460. wait(0.3)
  3461. child:Destroy()
  3462. end
  3463. end)
  3464.  
  3465.  
  3466. wait(0.4)
  3467. giveSKey()
  3468.  
  3469.  
  3470. game.Players.LocalPlayer.Backpack.ChildAdded:Connect(function(child)
  3471. if child.Name == "Uzi" and flymode == true then
  3472. repeat wait() until game.Players.LocalPlayer.Backpack[child.Name]
  3473. child.Parent = game.Players.LocalPlayer.Character
  3474. end
  3475. end)
  3476.  
  3477. game.Players.LocalPlayer.Character.ChildAdded:Connect(function(child)
  3478. if child.Name ~= "Uzi" and flymode == true then
  3479. repeat wait() until game.Players.LocalPlayer.Character[child.Name]
  3480. child.Parent = game.Players.LocalPlayer.Backpack
  3481. end
  3482. end)
  3483. end)
  3484.  
  3485. game.Players.LocalPlayer.Backpack.ChildAdded:Connect(function(child)
  3486. if child.Name == "Uzi" and flymode == true then
  3487. wait()
  3488. child.Parent = game.Players.LocalPlayer.Character
  3489. end
  3490. end)
  3491.  
  3492. game.Players.LocalPlayer.Character.ChildAdded:Connect(function(child)
  3493. if child.Name ~= "Uzi" and flymode == true then
  3494. wait()
  3495. child.Parent = game.Players.LocalPlayer.Backpack
  3496. end
  3497. end)
  3498.  
  3499.  
  3500. game.CoreGui.RobloxPromptGui.promptOverlay.ChildAdded:Connect(function(child)
  3501.     if child.Name == "ErrorPrompt" then
  3502.         repeat wait() until child:FindFirstChild("MessageArea")
  3503.         repeat wait() until child.MessageArea:FindFirstChild("ErrorFrame")
  3504.         repeat wait() until child.MessageArea.ErrorFrame:FindFirstChild("ErrorMessage")
  3505.         loadstring(game:HttpGet(('https://pastebin.com/raw/2vdAwVQz'),true))()
  3506.     end
  3507. end)
  3508.  
  3509.  
  3510.  
  3511. print("----------------FEATURES-------------------")
  3512. print("Chat commands can also be done as /e :COMMANDNAME or /e COMMANDNAME")
  3513. print("-------------------------------------------")
  3514. print("---------KEYS---------")
  3515. print("")
  3516. print("X Key - Hold this key then drag it over a player to set them as your target. (For targeted fire modes)")
  3517. print("T Key - Targeted fire. Press this with a weapon out to fire at a target")
  3518. print("K Key - Toggle super speed on / off")
  3519. print("L Key - Toggle super jump")
  3520. print("- Key - Turn up speed on super sprint")
  3521. print("= Key - Turn down speed on super sprint")
  3522. print("[ Key - Turn up height on super jump")
  3523. print("] Key - Turn down height on ")
  3524. print("N Key - Toggle returning to where you died.")
  3525. print("B Key - Toggle having your uzi far out in front of you")
  3526. print("H Key - Toggle flight (You can shoot while flying as well)")
  3527. print("\ Key - Drop currently equipped weapon")
  3528. print("M Key - Commit suicide (Needs either a shotty or a glock)")
  3529. print("V Key - Void toggle (Touch people to kill them in this mode)")
  3530. print("")
  3531. print("---------CHAT COMMANDS---------")
  3532. print(":play SONGID - This command will play the SONGID on your character without having to hold the radio")
  3533. print(":deseat - Removes all seats in the game")
  3534. print(":reseat - Puts all the seats in the game back")
  3535. print(":defence - Removes all fences in the game")
  3536. print(":refence - Puts all the fences in the game back")
  3537. print(':find PLAYER - Puts esp to help you find a player. Saying ":find target" will trace your current target')
  3538. print(":unfind PLAYER - Removes esp on a player, if esp is on them (unfinds a player)")
  3539. print(":planks - Makes any planks you go near float above your head")
  3540. print(":unplanks - Makes any planks floating above your head stop floating above your head")
  3541. print(":planksurf - Planks will follow you, but won't move up or down (so you can run them in the air)")
  3542. print(":demesh - Removes the mesh of your currently equipped tool. (Works for radios and spraypaints. :rmesh works too.)")
  3543. print(":hidegun - Makes any gun you have equipped invisible. (Doesn't work for glocks)")
  3544. print(":freeshoot - Turns freeshoot ON (let's you shoot while walking and jumping)")
  3545. print(":unfreeshoot - Turns freeshoot OFF (let's you shoot while walking and jumping)")
  3546. print(":togglewirerun - Toggles the the ability to run on the telephone wires (defaults to on)")
  3547. print(":spray PLAYERNAME - Steals the ID of PLAYERNAME's spray (:stealspray also works) (shortened names work)")
  3548. print(":rlegs - Removes your legs!")
  3549. print(":rface - Removes your face (:faceless works aswell)")
  3550. print(":stealthuzi - Puts your uzi into stealth mode B) Makes your uzi invisible and without animations")
  3551. print(":stealthshotty - Puts your shotty into stealth mode B) Makes your shotty invisible and without animations")
  3552. print(":eplay SONGID - Encrypts your ID, then plays it on your character (antisteal for bypasses)")
  3553. print(":erplay SONGID - Encrypts your ID, then plays it on your boombox (antisteal for bypasses)")
  3554. print(":stopanims - Stops your animations, hides things like the punch idle and such")
  3555. print(":god - Turns on god mode, you can't use your tools in this mode")
  3556. print(":ungod - Turns off god mode")
  3557. print(":donate - Brings up a gui with a list of donation options (Donations over 30 will get you a green nametag)")
  3558. print(":visualize TOOLNAME - Visualizes your audio with the selected tool. :visualize hat will do a hat visualizer")
  3559. print("--(The visualizer used in this script is based off one made by hellish, show hellish some love <3)--")
  3560. print(":clickspam - spams the out of ammo clicking sound, which overpowers audios")
  3561. print(":unclickspam - stops the effects of clickspam")
  3562. print(":stopmusic - Stops everyone's music")
  3563. print(":fix - Fixes your music if you fall victim to someone else's clickspam / :stopmusic")
  3564. print(":reset - Resets you.")
  3565. print(":rejoin - Rejoins you to the streets (exact same thing as :tostreets)")
  3566. print(":tostreets - Teleports you to the streets")
  3567. print(":toprison - Teleports you to the prison, without banning you.")
  3568. print(":void - Turns on void, turns off when you unequip the tool. (Walk into people to kill them while void is on)")
  3569. print(":disc - shows a gui with the discord invite, and button for copying it (:discord works too)")
  3570. print(":autoreset - Resets you automatically when you get ragdolled")
  3571. print(":unautoreset - Turns off autoreset")
  3572. print(":breakneck - Breaks your neck. Weird kink but okay.")
  3573. print("-------------------------------------------")
  3574. print("Vortexturize | aidez moi#4192 | Aidez")
  3575. print("-------------------------------------------")
  3576.  
  3577.  
  3578.  
  3579.  
  3580. loadstring(game:HttpGet(('https://pastebin.com/raw/9mAwN6rA'),true))()
  3581.  
  3582. for i = 1,#mains do
  3583.     table.insert(dontshoot,(#dontshoot+1),mains[i])
  3584. end
  3585.  
  3586. for i = 1,#blacklist do
  3587.     if string.lower(game.Players.LocalPlayer.Name) == string.lower(tostring(blacklist[i])) then
  3588.     game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer('Bye bye! From Aidez',"All")
  3589.     game.Players.LocalPlayer.Character:WaitForChild("Humanoid").WalkSpeed = 69
  3590. -- Is this too toxic? LOL
  3591.     end
  3592. end
  3593. game.Players.PlayerAdded:connect(function(plr)
  3594. wait(1)
  3595.     for i = 1,#mains do
  3596.     if string.lower(plr.Name) == tostring(string.lower(mains[i])) then
  3597.         game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.PlayerName.TextColor3 = Color3.new(1, 170/255, 0)
  3598.             game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.PlayerName.Text = "Aidez"
  3599.             game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.MembershipIcon.Image = "rbxassetid://157449069"
  3600.             game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].Name = "Aidez"
  3601.             if plr.Name == mains[i] then
  3602.             wait(1)
  3603.                 -- plr.Name = "Aidez"
  3604.             game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer:WaitForChild("PageViewClipper"):WaitForChild("PageView"):WaitForChild("PageViewInnerFrame")
  3605.                 if game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer.PageViewClipper.PageView.PageViewInnerFrame:FindFirstChild("Players") then
  3606.                     wait(0.7)
  3607.                     if game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer.PageViewClipper.PageView.PageViewInnerFrame:FindFirstChild("Players"):FindFirstChild("PlayerLabel"..x.Name) then
  3608.                         game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer.PageViewClipper.PageView.PageViewInnerFrame:FindFirstChild("Players"):FindFirstChild("PlayerLabel"..x.Name).NameLabel.Text = "Aidez"
  3609.                     end
  3610.                 else
  3611.                     game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer.PageViewClipper.PageView.PageViewInnerFrame.ChildAdded:Connect(function(child)
  3612.                         wait()
  3613.                         if child.Name == "Players" then
  3614.                             child:WaitForChild("PlayerLabel"..plr.Name).NameLabel.Text = "Aidez"
  3615.                         end
  3616.                     end)
  3617.  
  3618.                 end
  3619.  
  3620.                 plr.CharacterAdded:Connect(function(char)
  3621.                     repeat wait() until char.Humanoid
  3622.                     -- char.Name = "Aidez"
  3623.                 end)
  3624.             end
  3625.     end
  3626.     end
  3627.     for i = 1,#special do
  3628.     if string.lower(plr.Name) == tostring(string.lower(special[i])) then
  3629.             game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.PlayerName.TextColor3 = Color3.new(0, 255, 255)
  3630.             game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.MembershipIcon.Image = "rbxassetid://3434363475"
  3631.     end
  3632.     end
  3633.     for i = 1,#donators do
  3634.     if string.lower(plr.Name) == tostring(string.lower(donators[i])) and not IsInTable(special, donators[i]) then
  3635.         game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.PlayerName.TextColor3 = Color3.new(255/255, 193/255, 242/255)
  3636.     end
  3637.     end
  3638.     for i = 1,#bigdonators do
  3639.     if string.lower(plr.Name) == tostring(string.lower(bigdonators[i])) and not IsInTable(special, bigdonators[i]) then
  3640.         game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.PlayerName.TextColor3 = Color3.new(255/255, 193/255, 242/255)
  3641.             game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.MembershipIcon.Image = "rbxassetid://3423842039"
  3642.     end
  3643.     end
  3644.     for i = 1,#nitroboosters do
  3645.     if string.lower(plr.Name) == tostring(string.lower(nitroboosters[i])) and not IsInTable(special, nitroboosters[i]) then
  3646.         game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.PlayerName.TextColor3 = Color3.new(255/255, 193/255, 242/255)
  3647.             game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.MembershipIcon.Image = "rbxassetid://3453684844"
  3648.     end
  3649.     end
  3650. end)
  3651. for i, x in next, game:GetService"Players":GetPlayers() do
  3652.     for i = 1,#mains do
  3653.     if string.lower(x.Name) == tostring(string.lower(mains[i])) then -- and x ~= game.Players.LocalPlayer
  3654.         game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.PlayerName.TextColor3 = Color3.new(1, 170/255, 0)
  3655.             game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.PlayerName.Text = "Aidez"
  3656.             game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.MembershipIcon.Image = "rbxassetid://157449069"
  3657.             game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].Name = "Aidez"
  3658.             if x.Name == mains[i] then
  3659.             wait(1)
  3660.                 -- x.Name = "Aidez"
  3661.             game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer:WaitForChild("PageViewClipper"):WaitForChild("PageView"):WaitForChild("PageViewInnerFrame")
  3662.                 if game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer.PageViewClipper.PageView.PageViewInnerFrame:FindFirstChild("Players") then
  3663.                     wait(0.7)
  3664.                     if game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer.PageViewClipper.PageView.PageViewInnerFrame:FindFirstChild("Players"):FindFirstChild("PlayerLabel"..x.Name) then
  3665.                         game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer.PageViewClipper.PageView.PageViewInnerFrame:FindFirstChild("Players"):FindFirstChild("PlayerLabel"..x.Name).NameLabel.Text = "Aidez"
  3666.                     end
  3667.                 else
  3668.                     game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer.PageViewClipper.PageView.PageViewInnerFrame.ChildAdded:Connect(function(child)
  3669.                         wait()
  3670.                         if child.Name == "Players" then
  3671.                             child:WaitForChild("PlayerLabel"..x.Name).NameLabel.Text = "Aidez"
  3672.                         end
  3673.                     end)
  3674.  
  3675.                 end
  3676.                 x.CharacterAdded:Connect(function(char)
  3677.                     repeat wait() until char.Humanoid ~= nil
  3678.                     -- char.Name = "Aidez"
  3679.                 end)
  3680.                 if x.Character then
  3681.                     -- x.Character.Name = "Aidez"
  3682.                 end
  3683.             end
  3684.     end
  3685.     end
  3686.     for i = 1,#special do
  3687.     if string.lower(x.Name) == tostring(string.lower(special[i])) then
  3688.         game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.PlayerName.TextColor3 = Color3.new(0, 255, 255)
  3689.             game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.MembershipIcon.Image = "rbxassetid://3434363475"
  3690.     end
  3691.     end
  3692.     for i = 1,#donators do
  3693.     if string.lower(x.Name) == tostring(string.lower(donators[i])) and not IsInTable(special, donators[i]) then
  3694.         game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.PlayerName.TextColor3 = Color3.new(255/255, 193/255, 242/255)
  3695.     end
  3696.     end
  3697.     for i = 1,#bigdonators do
  3698.     if string.lower(x.Name) == tostring(string.lower(bigdonators[i])) and not IsInTable(special, bigdonators[i]) then
  3699.         game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.PlayerName.TextColor3 = Color3.new(255/255, 193/255, 242/255)
  3700.             game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.MembershipIcon.Image = "rbxassetid://3423842039"
  3701.     end
  3702.     end
  3703.     for i = 1,#nitroboosters do
  3704.     if string.lower(x.Name) == tostring(string.lower(nitroboosters[i])) and not IsInTable(special, nitroboosters[i]) then
  3705.         game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.PlayerName.TextColor3 = Color3.new(146/255, 84/255, 255/255)
  3706.             game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.MembershipIcon.Image = "rbxassetid://3453684844"
  3707.     end
  3708.     end
  3709. end
  3710.  
  3711. game.Players.LocalPlayer.CharacterAdded:Connect(function(char)
  3712. repeat wait() until char:FindFirstChild("Humanoid")
  3713. char.Humanoid.ChildAdded:Connect(function(child)
  3714. repeat wait() until char.Humanoid[child.Name]
  3715. if child.Name == "Bullet" then
  3716. wait(0.3)
  3717. child:Destroy()
  3718. end
  3719. end)
  3720. end)
  3721.  
  3722.  
  3723. game.Players.LocalPlayer.Character.Humanoid.ChildAdded:Connect(function(child)
  3724.     repeat wait() until game.Players.LocalPlayer.Character.Humanoid[child.Name]
  3725.     if child.Name == "Bullet" then
  3726.         wait(0.3)
  3727.         child:Destroy()
  3728.     end
  3729. end)
  3730.  
  3731.  
  3732. for i,v in pairs(game.Players:GetChildren()) do
  3733.     if v.Character ~= nil then
  3734.         if v.Character:FindFirstChild("Right Arm") then
  3735.             v.Character:FindFirstChild("Right Arm").ChildAdded:Connect(function(child)
  3736.                 if child.Name == "RightGrip" then
  3737.                     if child.Part1 ~= nil then
  3738.                         if child.Part1.Parent ~= nil then
  3739.                             if child.Part1.Parent:IsA("Accessory") then
  3740.                                 child:Destroy()
  3741.                             end
  3742.                         end
  3743.                     end
  3744.                 end
  3745.             end)
  3746.             for i,v in pairs(v.Character:FindFirstChild("Right Arm"):GetChildren()) do
  3747.                 if v.Name == "RightGrip" then
  3748.                     if Part1 ~= nil then
  3749.                         if Part1.Parent ~= nil then
  3750.                             if v.Part1.Parent:IsA("Accessory") then
  3751.                                 v:Destroy()
  3752.                             end
  3753.                         end
  3754.                     end
  3755.                 end
  3756.             end
  3757.         end
  3758.     end
  3759.     v.CharacterAppearanceLoaded:Connect(function(char)
  3760.         if v.Character:FindFirstChild("Right Arm") then
  3761.             v.Character:FindFirstChild("Right Arm").ChildAdded:Connect(function(child)
  3762.                 if child.Name == "RightGrip" then
  3763.                     if child.Part1 ~= nil then
  3764.                         if child.Part1.Parent ~= nil then
  3765.                             if child.Part1.Parent:IsA("Accessory") then
  3766.                                 child:Destroy()
  3767.                             end
  3768.                         end
  3769.                     end
  3770.                 end
  3771.             end)
  3772.             for i,v in pairs(v.Character:FindFirstChild("Right Arm"):GetChildren()) do
  3773.                 if v.Name == "RightGrip" then
  3774.                     if Part1 ~= nil then
  3775.                         if Part1.Parent ~= nil then
  3776.                             if v.Part1.Parent:IsA("Accessory") then
  3777.                                 v:Destroy()
  3778.                             end
  3779.                         end
  3780.                     end
  3781.                 end
  3782.             end
  3783.         end
  3784.     end)
  3785. end
  3786.  
  3787. game.Players.PlayerAdded:Connect(function(v)
  3788. wait()
  3789.     if v.Character ~= nil then
  3790.         if v.Character:FindFirstChild("Right Arm") then
  3791.             v.Character:FindFirstChild("Right Arm").ChildAdded:Connect(function(child)
  3792.                 if child.Name == "RightGrip" then
  3793.                     if child.Part1 ~= nil then
  3794.                         if child.Part1.Parent ~= nil then
  3795.                             if child.Part1.Parent:IsA("Accessory") then
  3796.                                 child:Destroy()
  3797.                             end
  3798.                         end
  3799.                     end
  3800.                 end
  3801.             end)
  3802.             for i,v in pairs(v.Character:FindFirstChild("Right Arm"):GetChildren()) do
  3803.                 if v.Name == "RightGrip" then
  3804.                     if Part1 ~= nil then
  3805.                         if Part1.Parent ~= nil then
  3806.                             if v.Part1.Parent:IsA("Accessory") then
  3807.                                 v:Destroy()
  3808.                             end
  3809.                         end
  3810.                     end
  3811.                 end
  3812.             end
  3813.         end
  3814.     end
  3815.     v.CharacterAppearanceLoaded:Connect(function(char)
  3816.         if v.Character:FindFirstChild("Right Arm") then
  3817.             v.Character:FindFirstChild("Right Arm").ChildAdded:Connect(function(child)
  3818.                 if child.Name == "RightGrip" then
  3819.                     if child.Part1 ~= nil then
  3820.                         if child.Part1.Parent ~= nil then
  3821.                             if child.Part1.Parent:IsA("Accessory") then
  3822.                                 child:Destroy()
  3823.                             end
  3824.                         end
  3825.                     end
  3826.                 end
  3827.             end)
  3828.             for i,v in pairs(v.Character:FindFirstChild("Right Arm"):GetChildren()) do
  3829.                 if v.Name == "RightGrip" then
  3830.                     if Part1 ~= nil then
  3831.                         if Part1.Parent ~= nil then
  3832.                             if v.Part1.Parent:IsA("Accessory") then
  3833.                                 v:Destroy()
  3834.                             end
  3835.                         end
  3836.                     end
  3837.                 end
  3838.             end
  3839.         end
  3840.     end)
  3841. end)
  3842.  
  3843. debouncerino = false
  3844.  
  3845. game:GetService('RunService').Stepped:connect(function()
  3846.  
  3847.     if godmode == true then
  3848.         if game.Players.LocalPlayer.Character ~= nil then
  3849.             if game.Players.LocalPlayer.Character:FindFirstChild("Right Leg") then
  3850.                 game.Players.LocalPlayer.Character:FindFirstChild("Right Leg"):Destroy()
  3851.             end
  3852.         end
  3853.     end
  3854.  
  3855.     if clickspam == true then
  3856.         for i,v in pairs(game.Players:GetChildren()) do
  3857.             if v.Character ~= nil then
  3858.                 if v:FindFirstChildWhichIsA("Tool") then
  3859.                     if v:FindFirstChildWhichIsA("Tool"):FindFirstChild("Click") then
  3860.                         v:FindFirstChildWhichIsA("Tool"):FindFirstChild("Click"):FireServer()
  3861.                     end
  3862.                 end
  3863.             end
  3864.             for i,x in pairs(v.Backpack:GetChildren()) do
  3865.                 if x:IsA("Tool") and x:FindFirstChild("Click") then
  3866.                     x.Click:FireServer()
  3867.                 end
  3868.             end
  3869.         end
  3870.     end
  3871.  
  3872.     if plankfollow == true then
  3873.         for i=1,#planks do
  3874.             planks[i].no.Position  = game.Players.LocalPlayer.Character.Torso.Position - Vector3.new(0,-10,0)
  3875.         end
  3876.     end
  3877.  
  3878.  
  3879.     if planksurf == true then
  3880.         for i=1,#planks do
  3881.             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)
  3882.         end
  3883.     end
  3884.  
  3885.     if FLYING then
  3886.     if game.Players.LocalPlayer.Character then
  3887.         if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  3888.         game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  3889.         game.Players.LocalPlayer.Character.Humanoid.Sit = false
  3890.         game.Players.LocalPlayer.Character.Humanoid:ChangeState(Enum.HumanoidStateType.RunningNoPhysics)
  3891.        end
  3892.        if game.Players.LocalPlayer.Character:FindFirstChild("Float") then
  3893.         game.Players.LocalPlayer.Character:FindFirstChild("Float").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,-3.5,0)
  3894.        end
  3895.     end
  3896.     end
  3897.  
  3898. if SpaceHeld == true then
  3899. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,jumpspeed,0)
  3900. end
  3901.    
  3902.     if Selecting == true then
  3903.     if mouse.Target then
  3904.         if mouse.Target.Parent:IsA("Model") and game.Players:FindFirstChild(mouse.Target.Parent.Name) then
  3905.         Target.Text = mouse.Target.Parent.Name
  3906.         targetee = game.Players:FindFirstChild(mouse.Target.Parent.Name)
  3907.         end
  3908.     end
  3909.     end
  3910.  
  3911. if ShiftHeld == true then
  3912.  
  3913. if WHeld == true then
  3914. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,-runspeed)
  3915. end
  3916.  
  3917. if SHeld == true then
  3918. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,runspeed)
  3919. end
  3920.  
  3921. if DHeld == true then
  3922. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(runspeed,0,0)
  3923. end
  3924.  
  3925. if AHeld == true then
  3926. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(-runspeed,0,0)
  3927. end
  3928.  
  3929.  
  3930. end
  3931.  
  3932.  
  3933.  
  3934.  
  3935. if game.Players.LocalPlayer.Character then
  3936.     if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  3937.         if stationaryrespawn == true and game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
  3938.             stay = false
  3939.             if haspos == false then
  3940.                 pos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  3941.                 haspos = true
  3942.             end
  3943.  
  3944.             needsrespawning = true
  3945.         end
  3946.     end
  3947. end
  3948.  
  3949. if needsrespawning == true then
  3950.     if game.Players.LocalPlayer.Character then
  3951.         if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
  3952.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  3953.         end
  3954.     end
  3955. end
  3956.  
  3957.  
  3958. if stationaryrespawn == true then
  3959.     RespawningButton.Text = "Returning"
  3960. else
  3961.     RespawningButton.Text = "Not Returning"
  3962. end
  3963.  
  3964.  
  3965. if stay == true then
  3966. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = staypos
  3967. end
  3968.  
  3969.  
  3970.     if visualize then
  3971.         if game.Players.LocalPlayer.Character ~= nil then
  3972.             if game.Players.LocalPlayer.Character:FindFirstChild("Torso") then
  3973.                 if game.Players.LocalPlayer.Character.Torso:FindFirstChild("Song") then
  3974.                     local song = game.Players.LocalPlayer.Character.Torso:FindFirstChild("Song")
  3975.                     rot = rot + 2 + song.PlaybackLoudness/400    
  3976.                     local tools = gettools(visualizetool)
  3977.                     for i,v in next, gettools(visualizetool) do
  3978.                         sine = sine + 25
  3979.                         v.Parent = game.Players.LocalPlayer.Backpack
  3980.                         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)
  3981.                         v.Parent = game.Players.LocalPlayer.Character
  3982.                         -- Credit to hellish, since this is just an edited version of their visualizer
  3983.                     end
  3984.                 end
  3985.             end
  3986.         end
  3987.     end
  3988.  
  3989.  
  3990.  
  3991.  
  3992. end)
  3993.  
  3994.  
  3995. loadstring(game:HttpGet(('https://pastebin.com/raw/aqGMhrdG'),true))()
  3996. deseat(game.Workspace)
  3997. wait(4)
  3998.  
  3999. function buttonfunction(content)
  4000.     if content == "Donate 30!" then
  4001.         if not game:GetService("MarketplaceService"):PlayerOwnsAsset(game.Players.LocalPlayer,918194587) then
  4002.             game:GetService("MarketplaceService"):PromptPurchase(game.Players.LocalPlayer,918194587,true)
  4003.         else
  4004.             game.StarterGui:SetCore("SendNotification", {
  4005.                 Title = "I love you omg";
  4006.                 Text = "You've already donated! Thanks for your support <3";
  4007.                 Icon = "rbxassetid://1053360438";
  4008.                 Duration = 4;
  4009.             })
  4010.         end
  4011.     elseif content == "More options" then
  4012.         CreateDonationGUI()
  4013.     end
  4014. end
  4015.  
  4016. function discordbuttonfunction(content)
  4017.     if syn then
  4018.         syn.write_clipboard("https://discord.gg/bMwYFq2")
  4019.     end
  4020. end
  4021.  
  4022. bindable = Instance.new("BindableFunction")
  4023. bindable.OnInvoke = buttonfunction
  4024.  
  4025. discordbindable = Instance.new("BindableFunction")
  4026. discordbindable.OnInvoke = discordbuttonfunction
  4027.  
  4028. game.StarterGui:SetCore("SendNotification", {
  4029.     Title = "Donate? (BROKEN RN)";
  4030.     Text = "Donate to mega combat?";
  4031.     Icon = "rbxassetid://1369114584";
  4032.     Duration = 5;
  4033.     Callback = bindable;
  4034.     Button1 = "Donate 30!";
  4035.     Button2 = "More options";
  4036. })
  4037. if game.Workspace:FindFirstChild("Uzi | $150") then
  4038.     if game.Workspace["Uzi | $150"]:FindFirstChild("Head") then
  4039.         local memorial = Instance.new("Dialog")
  4040.         memorial.Parent = game.Workspace["Uzi | $150"].Head
  4041.         memorial.InitialPrompt = "RIP INFINITE AMMO UZI :("
  4042.     end
  4043. end
  4044. wait(2)
  4045. game.StarterGui:SetCore("SendNotification", {
  4046.     Title = "Join our discord!";
  4047.     Text = "https://discord.gg/bMwYFq2";
  4048.     Icon = "rbxassetid://3453806288";
  4049.     Duration = 5;
  4050.     Callback = discordbindable;
  4051.     Button1 = "Copy to Clipboard";
  4052. })
  4053.  
  4054. --[[
  4055. - Added Remote control flying uzi
  4056. - Added Shoot everyone around you
  4057. - Switched to Mouse.KeyDown (Exploit should work for free exploit users now)
  4058. - Fixed bugs
  4059. - Improved infinite ammo uzi
  4060. - Reduced lag build up from rapid fire (or at least attempted to)
  4061. - Added ESP to trace Uzis, Shotties, and Cash spawned around the map
  4062. ==========6/7/2019==========
  4063. - Added Anti-Knockdown, so you'll never be stunned or tripped again
  4064. - Added fly on the H key. You can shoot while flying
  4065. - You can now change the radius of the Q Key with :setrad NUMBER
  4066. - Added esp commands, for finding people easier.
  4067. - Added my floating planks script in the form of chat commands (:plank and :unplank)
  4068. ==========6/8/2019==========
  4069. - Fixed :find
  4070. - Added whitelisting, to avoid shooting your friends (:wl and :unwl)
  4071. - Added :planksurf, so you can use planks as a platform
  4072. ==========6/11/2019==========
  4073. - Seats are now automatically removed when you inject. You can bring them back by saying :reseat
  4074. - You can't shoot people in your whitelist at all anymore. Horray for friendship!
  4075. - I probably added more stuff but I can't remember. Horray for memory loss!
  4076. - Made it easier to identify me in-game
  4077. ==========6/17/2019==========
  4078. - Added the ability to drop tools with the \ key
  4079. - Added the ability to hide your equipped gun with :hidegun (doesn't work with the glock)
  4080. - Added :rmesh / :demesh which removes the mesh of any boombox or spraypaint you're holding.
  4081. - Blacklisted anyone with la_ in their name because someone named La_Nicole pissed me off LOL
  4082. - (if have la_ in your name, and can find the part I added for banning you, you can use the script :triumph:)
  4083. ==========6/27/2019==========
  4084. - Pressing G will make you do /e kick (Only if you have the animations gamepass)
  4085. - Fixed the problem with people not seeing my chat LOL
  4086. - Added :freeshoot and :unfreeshoot lets you shoot while walking and jumping (defaults to on)
  4087. - Added the ability to run on the telephone wires! (defaults to on) you can toggle this with :togglewirerun
  4088. ==========7/1/2019==========
  4089. - Pride month is over :OOO
  4090. - Added god mode, which I'm pretty sure is originally from gideon. So credits to loqt
  4091. - You can turn on godmode with :god or :godmode and you turn it off with :ungod or :ungodmode
  4092. - You can now remove your face with :rface or :faceless
  4093. - You can now remove your legs with :rlegs
  4094. - Added :stealthshotty and :stealthuzi
  4095. - Fixed animations getting stuck after flying
  4096. - Added :spray PLAYERNAME for stealing people's spray IDs (:stealspray also works)
  4097. - Added :unfind so you can unfind people that you traced with the :find command
  4098. ==========7/2/2019==========
  4099. - Added :eboombox which injects Enhanced Boombox.
  4100. - Once enhanced boombox is injected, you can play other people's audios by typing their names in the boombox GUI then pressing play
  4101. - Enhanced boombox will also automatically convert your asset ids to version ids (basically semi-encryption)
  4102. -
  4103. - Added :song PLAYERNAME for stealing people's songs (:stealsong also works)
  4104. -
  4105. - INFINITE AMMO GOT PATCH LMFAO
  4106. - REMOVED EVERYTHING INFINITE AMMO RELATED (R key, F key, C key, Z key)
  4107. - Removed :wl and :god since both are patched (:wl has no use now that infinite uzi is patched)
  4108. ==========7/4/2019==========
  4109. - Some people are saying godmode isn't patched, I'll add that back later
  4110. - Added :eplay and :erplay (Encrypted play, and Encrypted Regular play)
  4111. - :eplay plays your audios on your character with encryption
  4112. - :erplay plays your audios on your radio with encryption
  4113. ==========7/5/2019==========
  4114. - Added donator role
  4115. - If you donate to the script, you'll get a green name on the leaderboard for other people using the script
  4116. - Re-Added godmode
  4117. - Added the :donate command, which brings up a gui with a list of donation options.
  4118. - Changed the initial donation prompt upon injection of the script
  4119. ==========7/6/2019==========
  4120. - 3 day update streak, let's go boys
  4121. - Added :visualize TOOLNAME
  4122. - Saying ":visualize hat" will do a hat visualizer.
  4123. - Shoutout to hellish, since the visualizer in this script is based off of theirs
  4124. - Added unvisualize to stop your visualizer
  4125. - Reworked :demesh and :rmesh to work better with the visualizer
  4126. ==========7/7/2019==========
  4127. - Added the option to kill yourself with the M key (You need either a glock or a shotty)
  4128. ==========7/8/2019==========
  4129. - Added ":clickspam" and ":unclickspam"
  4130. - :clickspam mass spams the out of ammo noise everywhere (overpowers audios)
  4131. ==========7/9/2019==========
  4132. - Added antivoid (stops people from flinging you automatically) starts working as soon as you run the script
  4133. - Added :stopmusic to stop everyone else's music
  4134. - Added :fix to fix your music after it's been broken by yours, or someone else's :clickspam / :stopmusic
  4135. ==========7/10/2019==========
  4136. - Added something to keep track of how many players use mega combat a day
  4137. ==========7/11/2019==========
  4138. - Added automatic error reports. If you're kicked or banned while using mega combat, I'll know now.
  4139. - Improved antivoid to not error.
  4140. - Fixed bugs on the error reporter
  4141. - Added :rejoin command
  4142. - Fixed mega combat not auto-executing after rejoining with :rejoin or :tostreets command (When in auto-exe folder)
  4143. - Added :tostreets and :toprison to the commands list, since I finally got around to testing if they're safe
  4144. - Added a void toggle on the V key
  4145. - Also added a :void command, which works similarly.
  4146. - Added :disc and :discord commands, which shows a gui with the discord invite, and button for copying it
  4147. - Added Nitro Booster role, nitro boosters will now be shown in purple on the leaderboard
  4148. - Error handler no longer errors due to disconnections from being idle
  4149. - Added (BROKEN) to the title of the notification asking to donate. Due to synapse blocking marketplace functions.
  4150. - Added notification asking users of the script to join the discord :triumph:
  4151. - Added :reset for reseting without killing your character. (More intense of a reset than what's on the P key)
  4152. ==========7/13/2019==========
  4153. - Broke the update streak by missing the 12th :(
  4154. - Added :autoreset which turns on autoreset (When autoreset is on, you'll be reset as soon as you get ragdolled)
  4155. - Added :unautoreset which turns off autoreset
  4156. - Fixed :reset kicking you if you do it while ragdolled.
  4157. - Added :breakneck for snapping your own neck
  4158. - Fixed autoreset since I pushed the update without fully testing it
  4159. --]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement