Advertisement
xegiliat

Untitled

Jul 6th, 2019
548
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 100.20 KB | None | 0 0
  1. if game.PlaceId == 455366377 then
  2. print("Currently Playing The Streets")
  3. print("Waiting for player to confirm...")
  4. else
  5. return
  6. end
  7. undecided = true
  8. continue = false
  9. local ConfirmGui = Instance.new("ScreenGui")
  10. local Drag = Instance.new("TextButton")
  11. local Background = Instance.new("ImageLabel")
  12. local deny = Instance.new("TextButton")
  13. local confirm = Instance.new("TextButton")
  14. local question = Instance.new("TextLabel")
  15.  
  16. ConfirmGui.Name = "ConfirmGui"
  17. ConfirmGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  18.  
  19. Drag.Name = "Drag"
  20. Drag.Parent = ConfirmGui
  21. Drag.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  22. Drag.BackgroundTransparency = 0.9990000128746
  23. Drag.BorderColor3 = Color3.new(1, 1, 1)
  24. Drag.Position = UDim2.new(0.392041147, 0, 0.23756206, 0)
  25. Drag.Size = UDim2.new(0, 414, 0, 414)
  26. Drag.Font = Enum.Font.ArialBold
  27. Drag.Text = ""
  28. Drag.TextColor3 = Color3.new(1, 1, 1)
  29. Drag.TextSize = 14
  30. Drag.TextWrapped = true
  31.  
  32. Background.Name = "Background"
  33. Background.Parent = Drag
  34. Background.BackgroundColor3 = Color3.new(1, 1, 1)
  35. Background.Position = UDim2.new(0.00235595694, 0, -0.00123840338, 0)
  36. Background.Size = UDim2.new(0, 412, 0, 412)
  37. Background.ZIndex = 0
  38. Background.Image = "rbxassetid://0&hash=12ed3f0fdc0764ab01645b356df12dc3"
  39.  
  40. deny.Name = "deny"
  41. deny.Parent = Background
  42. deny.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  43. deny.BackgroundTransparency = 0.80000001192093
  44. deny.BorderColor3 = Color3.new(1, 1, 1)
  45. deny.Position = UDim2.new(0.552222788, 0, 0.668497741, 0)
  46. deny.Size = UDim2.new(0, 174, 0, 37)
  47. deny.ZIndex = 2
  48. deny.Font = Enum.Font.ArialBold
  49. deny.Text = "No"
  50. deny.TextColor3 = Color3.new(1, 1, 1)
  51. deny.TextSize = 25
  52. deny.TextWrapped = true
  53.  
  54. confirm.Name = "confirm"
  55. confirm.Parent = Background
  56. confirm.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  57. confirm.BackgroundTransparency = 0.80000001192093
  58. confirm.BorderColor3 = Color3.new(1, 1, 1)
  59. confirm.Position = UDim2.new(0.0400868692, 0, 0.669110954, 0)
  60. confirm.Size = UDim2.new(0, 174, 0, 37)
  61. confirm.ZIndex = 2
  62. confirm.Font = Enum.Font.ArialBold
  63. confirm.Text = "Yes"
  64. confirm.TextColor3 = Color3.new(1, 1, 1)
  65. confirm.TextSize = 25
  66.  
  67. question.Name = "question"
  68. question.Parent = Background
  69. question.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  70. question.BackgroundTransparency = 0.89999997615814
  71. question.Position = UDim2.new(0.00248703454, 0, -0.00103163486, 0)
  72. question.Size = UDim2.new(0, 412, 0, 118)
  73. question.Font = Enum.Font.SourceSans
  74. question.Text = "You're currently in The Streets. Would you like to inject \"Mega Combat v2\"?"
  75. question.TextColor3 = Color3.new(1, 1, 1)
  76. question.TextScaled = true
  77. question.TextSize = 14
  78. question.TextWrapped = true
  79.  
  80. deny.MouseButton1Click:Connect(function()
  81. ConfirmGui:Destroy()
  82. undecided = false
  83. continue = false
  84. end)
  85.  
  86.  
  87. confirm.MouseButton1Click:Connect(function()
  88. ConfirmGui:Destroy()
  89. undecided = false
  90. continue = true
  91. end)
  92.  
  93. while undecided do
  94. wait()
  95. end
  96.  
  97.  
  98. if continue == true then
  99. print("Confirmed! Injecting script...")
  100. elseif continue == false then
  101. return
  102. end
  103.  
  104. wait(1)
  105.  
  106. SpaceHeld = false
  107. jumpgcheck = true
  108. jumpspeed = 0.9
  109. targetee = nil
  110. pleaseshoot = false
  111. IsFirstPerson = false
  112. ShiftHeld = false
  113. WHeld = false
  114. SHeld = false
  115. AHeld = false
  116. DHeld = false
  117. gcheckrun = true
  118. runspeed = 1
  119. local stationaryrespawn = true
  120. local needsrespawning = false
  121. local haspos = false
  122. local pos = CFrame.new()
  123. fireuzi = false
  124. targetfireuzi = false
  125. forward = false
  126. flymode = false
  127. flyw = false
  128. flys = false
  129. flyd = false
  130. flya = false
  131. flysp = false
  132. flyct = false
  133. Mouse = game.Players.LocalPlayer:GetMouse()
  134. flyspeed = 0.5
  135. staypos = CFrame.new()
  136. stay = false
  137. originalgrip = CFrame.new()
  138. gundebounce = false
  139. flydebounce = false
  140. smalldebounce = false
  141. bigdebounce = false
  142. bigfire = false
  143. mouse = game.Players.LocalPlayer:GetMouse()
  144. local LP = game.Players.LocalPlayer
  145. local Mouse = LP:GetMouse()
  146. toggler = false
  147. FLYING = false
  148. iyflyspeed = 2
  149. attackradius = 35
  150. planks = {}
  151. plankpos = game.Players.LocalPlayer.Character.Torso.Position - Vector3.new(0,-20,0)
  152. plankfollow = false
  153. planksurf = false
  154. TeleportService = game:GetService("TeleportService")
  155. dontshoot = {}
  156. freeshoot = true
  157. wirerunning = true
  158. godmode = false
  159.  
  160. local TargetGUI = Instance.new("ScreenGui")
  161. local Target = Instance.new("TextBox")
  162. local Background = Instance.new("ImageLabel")
  163.  
  164. TargetGUI.Name = "TargetGUI"
  165. TargetGUI.Parent = game.CoreGui
  166.  
  167. Target.Name = "Target"
  168. Target.Parent = TargetGUI
  169. Target.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  170. Target.BackgroundTransparency = 0.30000001192093
  171. Target.ClipsDescendants = true
  172. Target.Position = UDim2.new(0.726104677, 0, 0.717467248, 0)
  173. Target.Size = UDim2.new(0, 100, 0, 21)
  174. Target.Font = Enum.Font.SourceSans
  175. Target.PlaceholderText = "[TARGET]"
  176. Target.Text = ""
  177. Target.TextColor3 = Color3.new(1, 1, 1)
  178. Target.TextSize = 14
  179. Target.TextWrapped = true
  180. Target.Draggable = true
  181.  
  182. Background.Name = "Background"
  183. Background.Parent = Target
  184. Background.BackgroundColor3 = Color3.new(1, 1, 1)
  185. Background.Position = UDim2.new(-9.90098342e-05, 0, -1.57506061, 0)
  186. Background.Size = UDim2.new(0, 100, 0, 86)
  187. Background.ZIndex = 0
  188. Background.Image = "rbxassetid://0&hash=2396ab74bcae41f2340b198666905246"
  189.  
  190.  
  191. local Respawning = Instance.new("ScreenGui")
  192. local RespawningButton = Instance.new("TextButton")
  193.  
  194.  
  195.  
  196. Respawning.Name = "Respawning"
  197. Respawning.Parent = game.CoreGui
  198.  
  199.  
  200.  
  201. RespawningButton.Name = "RespawningButton"
  202. RespawningButton.Parent = Respawning
  203. RespawningButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  204. RespawningButton.BackgroundTransparency = 0.30000001192093
  205. RespawningButton.BorderSizePixel = 0
  206. RespawningButton.Position = UDim2.new(0.0391057241, 0, 0.826617789, 0)
  207. RespawningButton.Size = UDim2.new(0, 83, 0, 34)
  208. RespawningButton.Font = Enum.Font.SourceSans
  209. RespawningButton.Text = "Not Returning"
  210. RespawningButton.TextColor3 = Color3.new(1, 1, 1)
  211. RespawningButton.TextSize = 20
  212. RespawningButton.TextScaled = true
  213. RespawningButton.Draggable = true
  214.  
  215.  
  216. local creditsdab = Instance.new("ScreenGui")
  217. local Frame = Instance.new("Frame")
  218. local aidez = Instance.new("ImageLabel")
  219. local names = Instance.new("TextLabel")
  220. local scriptmadeby = Instance.new("TextLabel")
  221. local scriptmadeby_2 = Instance.new("TextLabel")
  222. local x = Instance.new("TextButton")
  223.  
  224.  
  225. creditsdab.Name = "creditsdab"
  226. creditsdab.Parent = game.CoreGui
  227.  
  228. Frame.Parent = creditsdab
  229. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  230. Frame.Position = UDim2.new(0.399554282, 0, 0.241054624, 0)
  231. Frame.Size = UDim2.new(0, 274, 0, 274)
  232.  
  233. aidez.Name = "aidez"
  234. aidez.Parent = Frame
  235. aidez.BackgroundColor3 = Color3.new(1, 1, 1)
  236. aidez.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  237. aidez.Position = UDim2.new(-0.000740621239, 0, 0.000178694725, 0)
  238. aidez.Size = UDim2.new(0, 274, 0, 274)
  239. aidez.Image = "rbxassetid://0&hash=9c3f6c00707d5ebde710fd2f3efd2b5e"
  240.  
  241. names.Name = "names"
  242. names.Parent = Frame
  243. names.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  244. names.BackgroundTransparency = 0.30000001192093
  245. names.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  246. names.Position = UDim2.new(0, 0, 0.897810221, 0)
  247. names.Size = UDim2.new(0, 274, 0, 28)
  248. names.Font = Enum.Font.SourceSans
  249. names.Text = "Vortexturize | aidez moi#4192 | Aidez "
  250. names.TextColor3 = Color3.new(1, 1, 1)
  251. names.TextSize = 14
  252.  
  253. scriptmadeby.Name = "scriptmadeby"
  254. scriptmadeby.Parent = Frame
  255. scriptmadeby.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  256. scriptmadeby.BackgroundTransparency = 0.30000001192093
  257. scriptmadeby.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  258. scriptmadeby.Position = UDim2.new(0, 0, -0.102189779, 0)
  259. scriptmadeby.Size = UDim2.new(0, 274, 0, 28)
  260. scriptmadeby.Font = Enum.Font.SourceSans
  261. scriptmadeby.Text = "Script made by"
  262. scriptmadeby.TextColor3 = Color3.new(1, 1, 1)
  263. scriptmadeby.TextSize = 14
  264.  
  265. scriptmadeby_2.Name = "scriptmadeby"
  266. scriptmadeby_2.Parent = Frame
  267. scriptmadeby_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  268. scriptmadeby_2.BackgroundTransparency = 0.30000001192093
  269. scriptmadeby_2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  270. scriptmadeby_2.Position = UDim2.new(0, 0, -0.164233565, 0)
  271. scriptmadeby_2.Size = UDim2.new(0, 274, 0, 17)
  272. scriptmadeby_2.Font = Enum.Font.SourceSans
  273. scriptmadeby_2.Text = "Open the dev consol for a list of features. (F9 or Shift + F9)"
  274. scriptmadeby_2.TextColor3 = Color3.new(1, 1, 1)
  275. scriptmadeby_2.TextScaled = true
  276. scriptmadeby_2.TextSize = 14
  277. scriptmadeby_2.TextWrapped = true
  278.  
  279. x.Name = "x"
  280. x.Parent = creditsdab
  281. x.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  282. x.BackgroundTransparency = 0.30000001192093
  283. x.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  284. x.Position = UDim2.new(0.600445747, 0, 0.188323915, 0)
  285. x.Size = UDim2.new(0, 28, 0, 28)
  286. x.Font = Enum.Font.SourceSansSemibold
  287. x.Text = "X"
  288. x.TextColor3 = Color3.new(1, 1, 1)
  289. x.TextSize = 30
  290.  
  291. x.MouseButton1Click:connect(function()
  292. creditsdab:Destroy()
  293. end)
  294.  
  295. function giveSKey()
  296. local epic = Instance.new("Tool")
  297. local dab = Instance.new("Part")
  298. local plr = game.Players.LocalPlayer
  299. local tar_obj = nil
  300. dab.Parent = epic
  301. dab.Size = Vector3.new(0.2, 0.2, 0.2)
  302. epic.Parent = plr.Backpack
  303. epic.Name = "Skeleton Key"
  304. epic.ToolTip = "Click on a door with this"
  305. dab.Name = "Handle"
  306. epic.Equipped:Connect(function(m_S)
  307.  
  308.  
  309. m_S.Button1Down:Connect(function()
  310.  
  311.  
  312. tar_obj = m_S.Target
  313. door = tar_obj.Parent
  314. if door:FindFirstChild("Lock") then
  315. door.Lock.ClickDetector.RemoteEvent:FireServer()
  316. wait(0.2)
  317. door.Click.ClickDetector.RemoteEvent:FireServer()
  318.  
  319. elseif tar_obj.Parent.Parent:FindFirstChild("Lock") then
  320. tar_obj.Parent.Parent.Lock.ClickDetector.RemoteEvent:FireServer()
  321. wait(0.2)
  322. tar_obj.Parent.Parent.Click.ClickDetector.RemoteEvent:FireServer()
  323.  
  324.  
  325. end
  326.  
  327.  
  328.  
  329. end)
  330. end)
  331. end -- giveSKey Function end
  332. giveSKey()
  333.  
  334. function sFLY() -- from rocky2u cmdscript
  335.  
  336. repeat wait() until LP and LP.Character and LP.Character:FindFirstChild('HumanoidRootPart') and LP.Character:FindFirstChild('Humanoid')
  337. game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = true
  338. repeat wait() until Mouse
  339. local T = game.Players.LocalPlayer.Character.HumanoidRootPart
  340. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  341. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  342. local SPEED = 0
  343.  
  344. local function FLY()
  345. FLYING = true
  346. local BG = Instance.new('BodyGyro', T)
  347. local BV = Instance.new('BodyVelocity', T)
  348. BG.P = 9e4
  349. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  350. BG.cframe = T.CFrame
  351. BV.velocity = Vector3.new(0, 0.1, 0)
  352. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  353. spawn(function()
  354. repeat wait()
  355.  
  356. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  357. SPEED = 50
  358. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  359. SPEED = 0
  360. end
  361. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  362. 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
  363. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  364. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  365. 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
  366. else
  367. BV.velocity = Vector3.new(0, 0.1, 0)
  368. end
  369. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  370. until not FLYING
  371. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  372. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  373. SPEED = 0
  374. BG:destroy()
  375. BV:destroy()
  376. end)
  377. end
  378. Mouse.KeyDown:connect(function(KEY)
  379. if KEY:lower() == 'w' then
  380. CONTROL.F = iyflyspeed
  381. elseif KEY:lower() == 's' then
  382. CONTROL.B = -iyflyspeed
  383. elseif KEY:lower() == 'a' then
  384. CONTROL.L = -iyflyspeed
  385. elseif KEY:lower() == 'd' then
  386. CONTROL.R = iyflyspeed
  387. end
  388. end)
  389. Mouse.KeyUp:connect(function(KEY)
  390. if KEY:lower() == 'w' then
  391. CONTROL.F = 0
  392. elseif KEY:lower() == 's' then
  393. CONTROL.B = 0
  394. elseif KEY:lower() == 'a' then
  395. CONTROL.L = 0
  396. elseif KEY:lower() == 'd' then
  397. CONTROL.R = 0
  398. end
  399. end)
  400. FLY()
  401. game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = false
  402. end
  403.  
  404.  
  405. function NOFLY()
  406. FLYING = false
  407. end
  408.  
  409. function startflying()
  410. game.Players.LocalPlayer.PlayerGui.LocalScript.Disabled = true
  411. wait()
  412. sFLY()
  413. wait(0.1)
  414. game.Players.LocalPlayer.PlayerGui.LocalScript.Disabled = false
  415. local Float = Instance.new('Part', game.Players.LocalPlayer.Character)
  416. Float.Name = 'Float'
  417. Float.Transparency = 1
  418. Float.Size = Vector3.new(6,1,6)
  419. Float.Anchored = true
  420. end
  421.  
  422.  
  423. function findplayer(namey)
  424. local name = string.lower(namey)
  425. local player = nil
  426.  
  427. names = game.Players:GetChildren()
  428.  
  429. for i,v in pairs(names) do
  430. strlower = string.lower(v.Name)
  431. sub = string.sub(strlower,1,#name)
  432. if name == sub then
  433. player = v
  434. if player.Name ~= game.Players.LocalPlayer.Name then
  435.  
  436. end
  437. end
  438. end
  439. if player then
  440. return player
  441. else
  442. return false
  443. end
  444. end
  445.  
  446. function IsInTable(table, tofind)
  447. local found = false
  448. for i,v in pairs(table) do
  449. if v == tofind then
  450. found = true
  451. break
  452. end
  453. end
  454. return found
  455. end
  456.  
  457. if string.find(string.lower(game.Players.LocalPlayer.Name), "la_") then
  458. game:GetService("ReplicatedStorage").lIII:FireServer("spd")
  459. end
  460.  
  461. local function removeothercash(instance)
  462. for i,v in pairs(instance:GetChildren()) do
  463. if v.Name == "ESP" and v:FindFirstChild("CASH") then
  464. v:Destroy()
  465. end
  466. removeothercash(v)
  467. end
  468. end
  469.  
  470. local function removeothershotty(instance)
  471. for i,v in pairs(instance:GetChildren()) do
  472. if v.Name == "ESP" and v:FindFirstChild("SHOTTY") then
  473. v:Destroy()
  474. end
  475. removeothershotty(v)
  476. end
  477. end
  478.  
  479. local function removeotheruzi(instance)
  480. for i,v in pairs(instance:GetChildren()) do
  481. if v.Name == "ESP" and v:FindFirstChild("UZi") then
  482. v:Destroy()
  483. end
  484. removeotheruzi(v)
  485. end
  486. end
  487.  
  488. function showcash(v)
  489.  
  490. local epic = Instance.new("Part")
  491. epic.Parent = v
  492. epic.Name = "parttrace"
  493. epic.CFrame = v.CFrame
  494. epic.Size = Vector3.new(0.2,0.2,0.2)
  495. epic.Anchored = true
  496. epic.Transparency = 1
  497.  
  498. local billgui = Instance.new('BillboardGui', epic)
  499. local textlab = Instance.new('TextLabel', billgui)
  500.  
  501. billgui.Name = "ESP"
  502. billgui.Adornee = epic
  503. billgui.AlwaysOnTop = true
  504. billgui.ExtentsOffset = Vector3.new(0, 1, 0)
  505. billgui.Size = UDim2.new(0, 5, 0, 5)
  506.  
  507. textlab.Name = 'CASH'
  508. textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  509. textlab.BackgroundTransparency = 1
  510. textlab.BorderSizePixel = 0
  511. textlab.Position = UDim2.new(0, 0, 0, -40)
  512. textlab.Size = UDim2.new(1, 0, 10, 0)
  513. textlab.Visible = true
  514. textlab.ZIndex = 10
  515. textlab.Font = 'ArialBold'
  516. textlab.FontSize = 'Size14'
  517. textlab.Text = "CASH"
  518. textlab.TextColor = BrickColor.new('Bright red')
  519. textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  520. textlab.TextStrokeTransparency = 0.6
  521. end
  522.  
  523.  
  524. function showuzi(v)
  525.  
  526. local epic = Instance.new("Part")
  527. epic.Parent = v
  528. epic.Name = "parttrace"
  529. epic.CFrame = v.CFrame
  530. epic.Size = Vector3.new(0.2,0.2,0.2)
  531. epic.Anchored = true
  532. epic.Transparency = 1
  533.  
  534. local billgui = Instance.new('BillboardGui', epic)
  535. local textlab = Instance.new('TextLabel', billgui)
  536.  
  537. billgui.Name = "ESP"
  538. billgui.Adornee = epic
  539. billgui.AlwaysOnTop = true
  540. billgui.ExtentsOffset = Vector3.new(0, 1, 0)
  541. billgui.Size = UDim2.new(0, 5, 0, 5)
  542.  
  543. textlab.Name = 'UZI'
  544. textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  545. textlab.BackgroundTransparency = 1
  546. textlab.BorderSizePixel = 0
  547. textlab.Position = UDim2.new(0, 0, 0, -40)
  548. textlab.Size = UDim2.new(1, 0, 10, 0)
  549. textlab.Visible = true
  550. textlab.ZIndex = 10
  551. textlab.Font = 'ArialBold'
  552. textlab.FontSize = 'Size18'
  553. textlab.Text = "UZI"
  554. textlab.TextColor = BrickColor.new('Bright blue')
  555. textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  556. textlab.TextStrokeTransparency = 0.6
  557. end
  558.  
  559.  
  560. function showshotty(v)
  561.  
  562. local epic = Instance.new("Part")
  563. epic.Parent = v
  564. epic.Name = "parttrace"
  565. epic.CFrame = v.CFrame
  566. epic.Size = Vector3.new(0.2,0.2,0.2)
  567. epic.Anchored = true
  568. epic.Transparency = 1
  569.  
  570. local billgui = Instance.new('BillboardGui', epic)
  571. local textlab = Instance.new('TextLabel', billgui)
  572.  
  573. billgui.Name = "ESP"
  574. billgui.Adornee = epic
  575. billgui.AlwaysOnTop = true
  576. billgui.ExtentsOffset = Vector3.new(0, 1, 0)
  577. billgui.Size = UDim2.new(0, 5, 0, 5)
  578.  
  579. textlab.Name = 'SHOTTY'
  580. textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  581. textlab.BackgroundTransparency = 1
  582. textlab.BorderSizePixel = 0
  583. textlab.Position = UDim2.new(0, 0, 0, -40)
  584. textlab.Size = UDim2.new(1, 0, 10, 0)
  585. textlab.Visible = true
  586. textlab.ZIndex = 10
  587. textlab.Font = 'ArialBold'
  588. textlab.FontSize = 'Size14'
  589. textlab.Text = "SHOTTY"
  590. textlab.TextColor = BrickColor.new('Bright yellow')
  591. textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  592. textlab.TextStrokeTransparency = 0.6
  593. end
  594.  
  595.  
  596. local function tracecash(instance)
  597. for i,v in pairs(instance:GetChildren()) do
  598. if v:IsA("MeshPart") and v.MeshId == "rbxassetid://511726060" then
  599. removeothercash(v.Parent)
  600. showcash(v)
  601. end
  602. tracecash(v)
  603. end
  604. end
  605.  
  606.  
  607. local function traceshotty(instance)
  608. for i,v in pairs(instance:GetChildren()) do
  609. if v:IsA("Sound") and v.Name == "Fire" and v.Parent.Parent.Parent.Name == "RandomSpawner" and string.find(tostring(v.SoundId), tostring(142383762)) then
  610. removeothershotty(v.Parent)
  611. showshotty(v.Parent)
  612. end
  613. traceshotty(v)
  614. end
  615. end
  616.  
  617.  
  618. local function traceuzi(instance)
  619. for i,v in pairs(instance:GetChildren()) do
  620. if v:IsA("Sound") and v.Name == "Fire" and v.Parent.Parent.Parent.Name == "RandomSpawner" and string.find(tostring(v.SoundId), tostring(328964620)) then
  621. removeotheruzi(v.Parent)
  622. showuzi(v.Parent)
  623. end
  624. traceuzi(v)
  625. end
  626. end
  627.  
  628.  
  629.  
  630. for i,v in pairs(game.Workspace:GetChildren()) do
  631. if v.Name == "RandomSpawner" then
  632. if v:FindFirstChild("Model") then
  633. v.Model.ChildAdded:Connect(function(child)
  634. tracecash(child)
  635. traceshotty(child)
  636. traceuzi(child)
  637. end)
  638. end
  639. v.ChildAdded:Connect(function(child)
  640. tracecash(child)
  641. traceshotty(child)
  642. traceuzi(child)
  643. end)
  644. end
  645. end
  646.  
  647. game.Workspace.ChildAdded:Connect(function(child)
  648. if child.Name == "RandomSpawner" then
  649. repeat wait() until child.Model
  650. tracecash(child)
  651. traceshotty(child)
  652. traceuzi(child)
  653. end
  654. end)
  655.  
  656. tracecash(game.Workspace)
  657. traceshotty(game.Workspace)
  658. traceuzi(game.Workspace)
  659.  
  660. local function uncancollide(instance)
  661. for i,v in pairs(instance:GetChildren()) do
  662. if v:IsA("BasePart") then
  663. v.CanCollide = false
  664. v.Massless = true
  665. end
  666. uncancollide(v)
  667. end
  668. end
  669.  
  670.  
  671. local function radioglitchy(instance)
  672. for i,v in pairs(instance:GetChildren()) do
  673. if v:IsA("Script") then
  674. v:Destroy()
  675. end
  676. radioglitchy(v)
  677. end
  678. end
  679.  
  680. local function invis(instance)
  681. for i,v in pairs(instance:GetChildren()) do
  682. if v.Name == "Weld" and v.Parent.Name ~= "Heh" and v.Parent.Name ~= "Barrel" then
  683. v:Destroy()
  684. end
  685. invis(v)
  686. end
  687. end
  688.  
  689.  
  690. local function demesh(instance)
  691. for i,v in pairs(instance:GetChildren()) do
  692. if v:IsA("SpecialMesh") then
  693. v:remove()
  694. end
  695. demesh(v)
  696. end
  697. end
  698.  
  699. local function wirerun(instance)
  700. for i,v in pairs(instance:GetChildren()) do
  701. if v:IsA("BasePart") and v.Name == "Wires" then
  702. v.CanCollide = true
  703. v.Size = v.Size + Vector3.new(2, 0, 0)
  704. end
  705. wirerun(v)
  706. end
  707. end
  708. wirerun(game.Workspace)
  709.  
  710. local function unwirerun(instance)
  711. for i,v in pairs(instance:GetChildren()) do
  712. if v:IsA("BasePart") and v.Name == "Wires" then
  713. v.CanCollide = false
  714. v.Size = v.Size - Vector3.new(2, 0, 0)
  715. end
  716. unwirerun(v)
  717. end
  718. end
  719.  
  720. local function deseat(instance)
  721. for i,v in pairs(instance:GetChildren()) do
  722. if v:IsA("Seat") then
  723. v.Parent = game.Lighting
  724. end
  725. deseat(v)
  726. end
  727. end
  728.  
  729. local function reseat(instance)
  730. for i,v in pairs(instance:GetChildren()) do
  731. if v:IsA("Seat") then
  732. v.Parent = game.Workspace
  733. end
  734. reseat(v)
  735. end
  736. end
  737.  
  738.  
  739. function defence(instance)
  740. for i,v in pairs(instance:GetChildren()) do
  741. if v:IsA("Texture") then
  742. if v.Parent then
  743. if v.Parent.Transparency == 1 then
  744. v.Parent.Parent = game.Lighting
  745. end
  746. end
  747. end
  748. defence(v)
  749. end
  750. end
  751.  
  752.  
  753. function refence(instance)
  754. for i,v in pairs(instance:GetChildren()) do
  755. if v:IsA("Texture") then
  756. if v.Parent then
  757. if v.Parent.Transparency == 1 then
  758. v.Parent.Parent = game.Workspace
  759. end
  760. end
  761. end
  762. refence(v)
  763. end
  764. end
  765.  
  766.  
  767.  
  768. for i,v in pairs(game.Workspace:GetChildren()) do
  769. if v.Name == "Boards" then
  770. for i,x in pairs(v:GetChildren()) do
  771. table.insert(planks,(#planks+1),x)
  772. end
  773. end
  774. end
  775.  
  776.  
  777.  
  778. function messagecommandshandle(plr,msg)
  779.  
  780. local lower = string.lower(msg)
  781. local len = string.len(lower)
  782.  
  783.  
  784. if string.find(lower,":play ") then
  785. idtoplay = string.gsub(lower,":play ","")
  786. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  787. if (v:IsA("Tool") and v.Name == "BoomBox") then
  788. v.Parent = game.Players.LocalPlayer.Character
  789. end
  790. end
  791. wait(0.1)
  792. game.Players.LocalPlayer.Character.BoomBox.Remote:FireServer("PlaySong", idtoplay)
  793. wait(0.1)
  794. radioglitchy(game.Players.LocalPlayer.Character.BoomBox)
  795. game.Players.LocalPlayer.Character:FindFirstChild("BoomBox").Parent = game.Players.LocalPlayer.Backpack
  796.  
  797. end
  798.  
  799. if string.find(lower,"/e play ") then
  800. idtoplay = string.gsub(lower,"/e play ","")
  801. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  802. if (v:IsA("Tool") and v.Name == "BoomBox") then
  803. v.Parent = game.Players.LocalPlayer.Character
  804. end
  805. end
  806. wait(0.1)
  807. game.Players.LocalPlayer.Character.BoomBox.Remote:FireServer("PlaySong", idtoplay)
  808. wait(0.1)
  809. radioglitchy(game.Players.LocalPlayer.Character.BoomBox)
  810. game.Players.LocalPlayer.Character:FindFirstChild("BoomBox").Parent = game.Players.LocalPlayer.Backpack
  811.  
  812. end
  813.  
  814. if string.find(lower,"/e :play ") then
  815. idtoplay = string.gsub(lower,"/e :play ","")
  816. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  817. if (v:IsA("Tool") and v.Name == "BoomBox") then
  818. v.Parent = game.Players.LocalPlayer.Character
  819. end
  820. end
  821. wait(0.1)
  822. game.Players.LocalPlayer.Character.BoomBox.Remote:FireServer("PlaySong", idtoplay)
  823. wait(0.1)
  824. radioglitchy(game.Players.LocalPlayer.Character.BoomBox)
  825. game.Players.LocalPlayer.Character:FindFirstChild("BoomBox").Parent = game.Players.LocalPlayer.Backpack
  826.  
  827. end
  828.  
  829.  
  830.  
  831.  
  832. if string.find(lower,":deseat") then
  833. deseat(game.Workspace)
  834. end
  835. if string.find(lower,"/e deseat") then
  836. deseat(game.Workspace)
  837. end
  838. if string.find(lower,"/e :deseat") then
  839. deseat(game.Workspace)
  840. end
  841.  
  842.  
  843. if string.find(lower,":reseat") then
  844. reseat(game.Lighting)
  845. end
  846.  
  847. if string.find(lower,"/e reseat") then
  848. reseat(game.Lighting)
  849. end
  850.  
  851. if string.find(lower,"/e :reseat") then
  852. reseat(game.Lighting)
  853. end
  854.  
  855.  
  856.  
  857. if string.find(lower,":defence") then
  858. defence(game.Workspace)
  859. end
  860. if string.find(lower,"/e defence") then
  861. defence(game.Workspace)
  862. end
  863. if string.find(lower,"/e :defence") then
  864. defence(game.Workspace)
  865. end
  866.  
  867. if string.find(lower,":refence") then
  868. refence(game.Lighting)
  869. end
  870. if string.find(lower,"/e refence") then
  871. refence(game.Lighting)
  872. end
  873. if string.find(lower,"/e :refence") then
  874. refence(game.Lighting)
  875. end
  876.  
  877.  
  878.  
  879. if string.find(lower,":cash") then
  880. tracecash(game.Workspace)
  881. end
  882.  
  883. if string.find(lower,"/e cash") then
  884. tracecash(game.Workspace)
  885. end
  886.  
  887. if string.find(lower,"/e :cash") then
  888. tracecash(game.Workspace)
  889. end
  890.  
  891.  
  892.  
  893. if string.find(lower,":togglewirerun") then
  894. if wirerunning == true then
  895. unwirerun(game.Workspace)
  896. wirerunning = false
  897. elseif wirerunning == false then
  898. wirerun(game.Workspace)
  899. wirerunning = true
  900. end
  901. end
  902.  
  903.  
  904.  
  905. if string.find(lower,":freeshoot") then
  906. freeshoot = true
  907. end
  908.  
  909. if string.find(lower,"/e freeshoot") then
  910. freeshoot = true
  911. end
  912.  
  913. if string.find(lower,"/e :freeshoot") then
  914. freeshoot = true
  915. end
  916.  
  917.  
  918.  
  919. if string.find(lower,":unfreeshoot") then
  920. freeshoot = false
  921. end
  922. if string.find(lower,"/e unfreeshoot") then
  923. freeshoot = false
  924. end
  925. if string.find(lower,"/e :unfreeshoot") then
  926. freeshoot = false
  927. end
  928.  
  929.  
  930.  
  931. if string.find(lower,":setrad ") then
  932. newrad = string.gsub(lower,":setrad ","")
  933. attackradius = tonumber(newrad)
  934. end
  935. if string.find(lower,"/e setrad ") then
  936. newrad = string.gsub(lower,":setrad ","")
  937. attackradius = tonumber(newrad)
  938. end
  939. if string.find(lower,"/e :setrad ") then
  940. newrad = string.gsub(lower,":setrad ","")
  941. attackradius = tonumber(newrad)
  942. end
  943.  
  944.  
  945. if string.find(lower,":find ") then
  946. local playername = string.gsub(lower,":find ","")
  947. if string.lower(playername) == "target" then
  948. if targetee then
  949. if targetee.Character then
  950.  
  951. local billgui = Instance.new('BillboardGui', targetee.Character.Head)
  952. local textlab = Instance.new('TextLabel', billgui)
  953.  
  954. billgui.Name = "ESP"
  955. billgui.Adornee = epic
  956. billgui.AlwaysOnTop = true
  957. billgui.ExtentsOffset = Vector3.new(0, 1, 0)
  958. billgui.Size = UDim2.new(0, 5, 0, 5)
  959.  
  960. textlab.Name = 'Target'
  961. textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  962. textlab.BackgroundTransparency = 1
  963. textlab.BorderSizePixel = 0
  964. textlab.Position = UDim2.new(0, 0, 0, -40)
  965. textlab.Size = UDim2.new(1, 0, 10, 0)
  966. textlab.Visible = true
  967. textlab.ZIndex = 10
  968. textlab.Font = 'ArialBold'
  969. textlab.FontSize = 'Size14'
  970. textlab.Text = targetee.Name
  971. textlab.TextColor = BrickColor.new('Bright blue')
  972. textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  973. textlab.TextStrokeTransparency = 0.6
  974. end
  975. end
  976.  
  977. else
  978. local player = findplayer(playername)
  979. if player ~= false then
  980. if player.Character then
  981.  
  982. local billgui = Instance.new('BillboardGui', player.Character.Head)
  983. local textlab = Instance.new('TextLabel', billgui)
  984.  
  985. billgui.Name = "ESP"
  986. billgui.Adornee = epic
  987. billgui.AlwaysOnTop = true
  988. billgui.ExtentsOffset = Vector3.new(0, 1, 0)
  989. billgui.Size = UDim2.new(0, 5, 0, 5)
  990.  
  991. textlab.Name = 'Player'
  992. textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  993. textlab.BackgroundTransparency = 1
  994. textlab.BorderSizePixel = 0
  995. textlab.Position = UDim2.new(0, 0, 0, -40)
  996. textlab.Size = UDim2.new(1, 0, 10, 0)
  997. textlab.Visible = true
  998. textlab.ZIndex = 10
  999. textlab.Font = 'ArialBold'
  1000. textlab.FontSize = 'Size14'
  1001. textlab.Text = player.Name
  1002. textlab.TextColor = BrickColor.new('Bright red')
  1003. textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  1004. textlab.TextStrokeTransparency = 0.6
  1005. end
  1006. end
  1007. end
  1008. end
  1009.  
  1010.  
  1011.  
  1012. if string.find(lower,"/e find ") then
  1013. local playername = string.gsub(lower,"/e find ","")
  1014. if string.lower(playername) == "target" then
  1015. if targetee then
  1016. if targetee.Character then
  1017. local billgui = Instance.new('BillboardGui', targetee.Character.Head)
  1018. local textlab = Instance.new('TextLabel', billgui)
  1019.  
  1020. billgui.Name = "ESP"
  1021. billgui.Adornee = epic
  1022. billgui.AlwaysOnTop = true
  1023. billgui.ExtentsOffset = Vector3.new(0, 1, 0)
  1024. billgui.Size = UDim2.new(0, 5, 0, 5)
  1025.  
  1026. textlab.Name = 'Target'
  1027. textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  1028. textlab.BackgroundTransparency = 1
  1029. textlab.BorderSizePixel = 0
  1030. textlab.Position = UDim2.new(0, 0, 0, -40)
  1031. textlab.Size = UDim2.new(1, 0, 10, 0)
  1032. textlab.Visible = true
  1033. textlab.ZIndex = 10
  1034. textlab.Font = 'ArialBold'
  1035. textlab.FontSize = 'Size14'
  1036. textlab.Text = targetee.Name
  1037. textlab.TextColor = BrickColor.new('Bright blue')
  1038. textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  1039. textlab.TextStrokeTransparency = 0.6
  1040. end
  1041. end
  1042.  
  1043. else
  1044. local player = findplayer(playername)
  1045. if player ~= false then
  1046. if player.Character then
  1047.  
  1048. local billgui = Instance.new('BillboardGui', player.Character.Head)
  1049. local textlab = Instance.new('TextLabel', billgui)
  1050.  
  1051. billgui.Name = "ESP"
  1052. billgui.Adornee = epic
  1053. billgui.AlwaysOnTop = true
  1054. billgui.ExtentsOffset = Vector3.new(0, 1, 0)
  1055. billgui.Size = UDim2.new(0, 5, 0, 5)
  1056.  
  1057. textlab.Name = 'Player'
  1058. textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  1059. textlab.BackgroundTransparency = 1
  1060. textlab.BorderSizePixel = 0
  1061. textlab.Position = UDim2.new(0, 0, 0, -40)
  1062. textlab.Size = UDim2.new(1, 0, 10, 0)
  1063. textlab.Visible = true
  1064. textlab.ZIndex = 10
  1065. textlab.Font = 'ArialBold'
  1066. textlab.FontSize = 'Size14'
  1067. textlab.Text = player.Name
  1068. textlab.TextColor = BrickColor.new('Bright red')
  1069. textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  1070. textlab.TextStrokeTransparency = 0.6
  1071. end
  1072. end
  1073. end
  1074. end
  1075.  
  1076.  
  1077.  
  1078.  
  1079. if string.find(lower,"/e :find ") then
  1080. local playername = string.gsub(lower,"/e :find ","")
  1081. if string.lower(playername) == "target" then
  1082. if targetee then
  1083. if targetee.Character then
  1084.  
  1085. local billgui = Instance.new('BillboardGui', targetee.Character.Head)
  1086. local textlab = Instance.new('TextLabel', billgui)
  1087.  
  1088. billgui.Name = "ESP"
  1089. billgui.Adornee = epic
  1090. billgui.AlwaysOnTop = true
  1091. billgui.ExtentsOffset = Vector3.new(0, 1, 0)
  1092. billgui.Size = UDim2.new(0, 5, 0, 5)
  1093.  
  1094. textlab.Name = 'Target'
  1095. textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  1096. textlab.BackgroundTransparency = 1
  1097. textlab.BorderSizePixel = 0
  1098. textlab.Position = UDim2.new(0, 0, 0, -40)
  1099. textlab.Size = UDim2.new(1, 0, 10, 0)
  1100. textlab.Visible = true
  1101. textlab.ZIndex = 10
  1102. textlab.Font = 'ArialBold'
  1103. textlab.FontSize = 'Size14'
  1104. textlab.Text = targetee.Name
  1105. textlab.TextColor = BrickColor.new('Bright blue')
  1106. textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  1107. textlab.TextStrokeTransparency = 0.6
  1108. end
  1109. end
  1110.  
  1111. else
  1112. local player = findplayer(playername)
  1113. if player ~= false then
  1114. if player.Character then
  1115.  
  1116. local billgui = Instance.new('BillboardGui', player.Character.Head)
  1117. local textlab = Instance.new('TextLabel', billgui)
  1118.  
  1119. billgui.Name = "ESP"
  1120. billgui.Adornee = epic
  1121. billgui.AlwaysOnTop = true
  1122. billgui.ExtentsOffset = Vector3.new(0, 1, 0)
  1123. billgui.Size = UDim2.new(0, 5, 0, 5)
  1124.  
  1125. textlab.Name = 'Player'
  1126. textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  1127. textlab.BackgroundTransparency = 1
  1128. textlab.BorderSizePixel = 0
  1129. textlab.Position = UDim2.new(0, 0, 0, -40)
  1130. textlab.Size = UDim2.new(1, 0, 10, 0)
  1131. textlab.Visible = true
  1132. textlab.ZIndex = 10
  1133. textlab.Font = 'ArialBold'
  1134. textlab.FontSize = 'Size14'
  1135. textlab.Text = player.Name
  1136. textlab.TextColor = BrickColor.new('Bright red')
  1137. textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  1138. textlab.TextStrokeTransparency = 0.6
  1139. end
  1140. end
  1141. end
  1142. end
  1143.  
  1144. if string.find(lower,":unfind ") then
  1145. local playername = string.gsub(lower,":unfind ","")
  1146. local player = findplayer(playername)
  1147. if player ~= false then
  1148. if player.Character then
  1149. if player.Character:FindFirstChild("Head") then
  1150. if player.Character.Head:FindFirstChild("ESP") then
  1151. player.Character.Head:FindFirstChild("ESP"):Destroy()
  1152. end
  1153. end
  1154. end
  1155. end
  1156. end
  1157.  
  1158. if string.find(lower,"/e unfind ") then
  1159. local playername = string.gsub(lower,"/e unfind ","")
  1160. local player = findplayer(playername)
  1161. if player ~= false then
  1162. if player.Character then
  1163. if player.Character:FindFirstChild("Head") then
  1164. if player.Character.Head:FindFirstChild("ESP") then
  1165. player.Character.Head:FindFirstChild("ESP"):Destroy()
  1166. end
  1167. end
  1168. end
  1169. end
  1170. end
  1171.  
  1172. if string.find(lower,"/e :unfind ") then
  1173. local playername = string.gsub(lower,"/e :unfind ","")
  1174. local player = findplayer(playername)
  1175. if player ~= false then
  1176. if player.Character then
  1177. if player.Character:FindFirstChild("Head") then
  1178. if player.Character.Head:FindFirstChild("ESP") then
  1179. player.Character.Head:FindFirstChild("ESP"):Destroy()
  1180. end
  1181. end
  1182. end
  1183. end
  1184. end
  1185.  
  1186.  
  1187.  
  1188. if string.find(lower,":planks") then
  1189. plankfollow = true
  1190. planksurf = false
  1191. for i=1,#planks do
  1192. if planks[i]:FindFirstChild("no") then
  1193. planks[i]:FindFirstChild("no"):Destroy()
  1194. end
  1195. local keep = Instance.new("BodyPosition")
  1196. keep.Parent = planks[i]
  1197. keep.Name = "no"
  1198. keep.P = 100
  1199. keep.D = 50
  1200. keep.Position = game.Players.LocalPlayer.Character.Torso.Position - Vector3.new(0,0,10)
  1201. end
  1202. end
  1203.  
  1204. if string.find(lower,"/e planks") then
  1205. plankfollow = true
  1206. planksurf = false
  1207. for i=1,#planks do
  1208. if planks[i]:FindFirstChild("no") then
  1209. planks[i]:FindFirstChild("no"):Destroy()
  1210. end
  1211. local keep = Instance.new("BodyPosition")
  1212. keep.Parent = planks[i]
  1213. keep.Name = "no"
  1214. keep.P = 100
  1215. keep.D = 50
  1216. keep.Position = game.Players.LocalPlayer.Character.Torso.Position - Vector3.new(0,0,10)
  1217. end
  1218. end
  1219.  
  1220. if string.find(lower,"/e :planks") then
  1221. plankfollow = true
  1222. planksurf = false
  1223. for i=1,#planks do
  1224. if planks[i]:FindFirstChild("no") then
  1225. planks[i]:FindFirstChild("no"):Destroy()
  1226. end
  1227. local keep = Instance.new("BodyPosition")
  1228. keep.Parent = planks[i]
  1229. keep.Name = "no"
  1230. keep.P = 100
  1231. keep.D = 50
  1232. keep.Position = game.Players.LocalPlayer.Character.Torso.Position - Vector3.new(0,0,10)
  1233. end
  1234. end
  1235.  
  1236. if string.find(lower,":unplanks") then
  1237. plankfollow = false
  1238. planksurf = false
  1239. for i=1,#planks do
  1240. if planks[1]:FindFirstChild("no") then
  1241. planks[1]:FindFirstChild("no"):Destroy()
  1242. end
  1243. end
  1244. end
  1245.  
  1246. if string.find(lower,"/e unplanks") then
  1247. plankfollow = false
  1248. planksurf = false
  1249. for i=1,#planks do
  1250. if planks[1]:FindFirstChild("no") then
  1251. planks[1]:FindFirstChild("no"):Destroy()
  1252. end
  1253. end
  1254. end
  1255.  
  1256. if string.find(lower,"/e :unplanks") then
  1257. plankfollow = false
  1258. planksurf = false
  1259. for i=1,#planks do
  1260. if planks[1]:FindFirstChild("no") then
  1261. planks[1]:FindFirstChild("no"):Destroy()
  1262. end
  1263. end
  1264. end
  1265.  
  1266.  
  1267.  
  1268. if string.find(lower,":planksurf") then
  1269. plankfollow = false
  1270. planksurf = true
  1271. for i=1,#planks do
  1272. if planks[i]:FindFirstChild("no") then
  1273. planks[i]:FindFirstChild("no"):Destroy()
  1274. end
  1275. local keep = Instance.new("BodyPosition")
  1276. keep.Parent = planks[i]
  1277. keep.Name = "no"
  1278. keep.P = 5000
  1279. keep.D = 15
  1280. keep.Position = game.Players.LocalPlayer.Character.Torso.Position - Vector3.new(0,0,10)
  1281. end
  1282. end
  1283.  
  1284. if string.find(lower,"/e planksurf") then
  1285. plankfollow = false
  1286. planksurf = true
  1287. for i=1,#planks do
  1288. if planks[i]:FindFirstChild("no") then
  1289. planks[i]:FindFirstChild("no"):Destroy()
  1290. end
  1291. local keep = Instance.new("BodyPosition")
  1292. keep.Parent = planks[i]
  1293. keep.Name = "no"
  1294. keep.P = 5000
  1295. keep.D = 15
  1296. keep.Position = game.Players.LocalPlayer.Character.Torso.Position - Vector3.new(0,0,10)
  1297. end
  1298. end
  1299.  
  1300. if string.find(lower,"/e :planksurf") then
  1301. plankfollow = false
  1302. planksurf = true
  1303. for i=1,#planks do
  1304. if planks[i]:FindFirstChild("no") then
  1305. planks[i]:FindFirstChild("no"):Destroy()
  1306. end
  1307. local keep = Instance.new("BodyPosition")
  1308. keep.Parent = planks[i]
  1309. keep.Name = "no"
  1310. keep.P = 5000
  1311. keep.D = 15
  1312. keep.Position = game.Players.LocalPlayer.Character.Torso.Position - Vector3.new(0,0,10)
  1313. end
  1314. end
  1315.  
  1316.  
  1317. if string.sub(msg, 1, 10) == ":tostreets" then
  1318. TeleportService:Teleport(455366377, game.Players.LocalPlayer)
  1319. end
  1320. if string.sub(msg, 1, 12) == "/e tostreets" then
  1321. TeleportService:Teleport(455366377, game.Players.LocalPlayer)
  1322. end
  1323. if string.sub(msg, 1, 13) == "/e :tostreets" then
  1324. TeleportService:Teleport(455366377, game.Players.LocalPlayer)
  1325. end
  1326.  
  1327.  
  1328. if string.sub(msg, 1, 9) == ":toprison" then
  1329. TeleportService:Teleport(4669040, game.Players.LocalPlayer)
  1330. end
  1331. if string.sub(msg, 1, 11) == "/e toprison" then
  1332. TeleportService:Teleport(4669040, game.Players.LocalPlayer)
  1333. end
  1334. if string.sub(msg, 1, 12) == "/e :toprison" then
  1335. TeleportService:Teleport(4669040, game.Players.LocalPlayer)
  1336. end
  1337.  
  1338.  
  1339. if string.find(lower,":wl ") then
  1340. local playername = string.gsub(lower,":wl ","")
  1341. local tarplayer = findplayer(playername)
  1342. if tarplayer ~= false then
  1343. if not IsInTable(dontshoot, tarplayer.Name) then
  1344. table.insert(dontshoot, #dontshoot + 1, tarplayer.Name)
  1345. end
  1346. end
  1347. end
  1348.  
  1349. if string.find(lower,"/e wl ") then
  1350. local playername = string.gsub(lower,"/e wl ","")
  1351. local tarplayer = findplayer(playername)
  1352. if tarplayer ~= false then
  1353. if not IsInTable(dontshoot, tarplayer.Name) then
  1354. table.insert(dontshoot, #dontshoot + 1, tarplayer.Name)
  1355. end
  1356. end
  1357. end
  1358.  
  1359.  
  1360. if string.find(lower,"/e :wl ") then
  1361. local playername = string.gsub(lower,"/e :wl ","")
  1362. local tarplayer = findplayer(playername)
  1363. if tarplayer ~= false then
  1364. if not IsInTable(dontshoot, tarplayer.Name) then
  1365. table.insert(dontshoot, #dontshoot + 1, tarplayer.Name)
  1366. end
  1367. end
  1368. end
  1369.  
  1370. if string.find(lower,":unwl ") then
  1371. local playername = string.gsub(lower,":unwl ","")
  1372. local tarplayer = findplayer(playername)
  1373. if tarplayer ~= false then
  1374. for i = 1,#dontshoot do
  1375. if string.lower(tostring(dontshoot[i])) == string.lower(tarplayer.Name) then
  1376. table.remove(dontshoot, i)
  1377. end
  1378. end
  1379. end
  1380. end
  1381.  
  1382. if string.find(lower,"/e unwl ") then
  1383. local playername = string.gsub(lower,"/e unwl ","")
  1384. local tarplayer = findplayer(playername)
  1385. if tarplayer ~= false then
  1386. for i = 1,#dontshoot do
  1387. if string.lower(tostring(dontshoot[i])) == string.lower(tarplayer.Name) then
  1388. table.remove(dontshoot, i)
  1389. end
  1390. end
  1391. end
  1392. end
  1393.  
  1394. if string.find(lower,"/e :unwl ") then
  1395. local playername = string.gsub(lower,"/e :unwl ","")
  1396. local tarplayer = findplayer(playername)
  1397. if tarplayer ~= false then
  1398. for i = 1,#dontshoot do
  1399. if string.lower(tostring(dontshoot[i])) == string.lower(tarplayer.Name) then
  1400. table.remove(dontshoot, i)
  1401. end
  1402. end
  1403. end
  1404. end
  1405.  
  1406.  
  1407.  
  1408. if string.find(lower,":hidegun") then
  1409. if game.Players.LocalPlayer.Character then
  1410. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") then
  1411. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"):FindFirstChild("Fire") then
  1412. invis(game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"))
  1413. end
  1414. end
  1415. end
  1416. end
  1417.  
  1418. if string.find(lower,"/e hidegun") then
  1419. if game.Players.LocalPlayer.Character then
  1420. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") then
  1421. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"):FindFirstChild("Fire") then
  1422. invis(game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"))
  1423. end
  1424. end
  1425. end
  1426. end
  1427.  
  1428. if string.find(lower,"/e :hidegun") then
  1429. if game.Players.LocalPlayer.Character then
  1430. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") then
  1431. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"):FindFirstChild("Fire") then
  1432. invis(game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"))
  1433. end
  1434. end
  1435. end
  1436. end
  1437.  
  1438.  
  1439. if string.find(lower,":rmesh") then
  1440. if game.Players.LocalPlayer.Character then
  1441. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") then
  1442. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"):FindFirstChild("Handle") then
  1443. demesh(game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"))
  1444. end
  1445. end
  1446. end
  1447. end
  1448.  
  1449. if string.find(lower,"/e rmesh") then
  1450. if game.Players.LocalPlayer.Character then
  1451. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") then
  1452. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"):FindFirstChild("Handle") then
  1453. demesh(game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"))
  1454. end
  1455. end
  1456. end
  1457. end
  1458.  
  1459. if string.find(lower,"/e :rmesh") then
  1460. if game.Players.LocalPlayer.Character then
  1461. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") then
  1462. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"):FindFirstChild("Handle") then
  1463. demesh(game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"))
  1464. end
  1465. end
  1466. end
  1467. end
  1468.  
  1469. if string.find(lower,":demesh") then
  1470. if game.Players.LocalPlayer.Character then
  1471. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") then
  1472. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"):FindFirstChild("Handle") then
  1473. demesh(game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"))
  1474. end
  1475. end
  1476. end
  1477. end
  1478.  
  1479. if string.find(lower,"/e demesh") then
  1480. if game.Players.LocalPlayer.Character then
  1481. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") then
  1482. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"):FindFirstChild("Handle") then
  1483. demesh(game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"))
  1484. end
  1485. end
  1486. end
  1487. end
  1488.  
  1489. if string.find(lower,"/e :demesh") then
  1490. if game.Players.LocalPlayer.Character then
  1491. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") then
  1492. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"):FindFirstChild("Handle") then
  1493. demesh(game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"))
  1494. end
  1495. end
  1496. end
  1497. end
  1498.  
  1499. if lower == ":rface" then
  1500. if game.Players.LocalPlayer.Character ~= nil then
  1501. if game.Players.LocalPlayer.Character:FindFirstChild("Head") then
  1502. if game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal") then
  1503. game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal").Parent = nil
  1504. end
  1505. end
  1506. end
  1507. end
  1508.  
  1509. if lower == "/e rface" then
  1510. if game.Players.LocalPlayer.Character ~= nil then
  1511. if game.Players.LocalPlayer.Character:FindFirstChild("Head") then
  1512. if game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal") then
  1513. game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal").Parent = nil
  1514. end
  1515. end
  1516. end
  1517. end
  1518.  
  1519. if lower == "/e :rface" then
  1520. if game.Players.LocalPlayer.Character ~= nil then
  1521. if game.Players.LocalPlayer.Character:FindFirstChild("Head") then
  1522. if game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal") then
  1523. game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal").Parent = nil
  1524. end
  1525. end
  1526. end
  1527. end
  1528.  
  1529.  
  1530.  
  1531. if lower == ":faceless" then
  1532. if game.Players.LocalPlayer.Character ~= nil then
  1533. if game.Players.LocalPlayer.Character:FindFirstChild("Head") then
  1534. if game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal") then
  1535. game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal").Parent = nil
  1536. end
  1537. end
  1538. end
  1539. end
  1540.  
  1541.  
  1542. if lower == "/e faceless" then
  1543. if game.Players.LocalPlayer.Character ~= nil then
  1544. if game.Players.LocalPlayer.Character:FindFirstChild("Head") then
  1545. if game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal") then
  1546. game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal").Parent = nil
  1547. end
  1548. end
  1549. end
  1550. end
  1551.  
  1552.  
  1553.  
  1554. if lower == "/e :faceless" then
  1555. if game.Players.LocalPlayer.Character ~= nil then
  1556. if game.Players.LocalPlayer.Character:FindFirstChild("Head") then
  1557. if game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal") then
  1558. game.Players.LocalPlayer.Character.Head:FindFirstChildOfClass("Decal").Parent = nil
  1559. end
  1560. end
  1561. end
  1562. end
  1563.  
  1564.  
  1565. if lower == ":rlegs" then
  1566. if game.Players.LocalPlayer.Character ~= nil then
  1567. if game.Players.LocalPlayer.Character:FindFirstChild("Left Leg") and game.Players.LocalPlayer.Character:FindFirstChild("Right Leg") then
  1568. game.Players.LocalPlayer.Character:FindFirstChild("Left Leg").Parent = nil
  1569. game.Players.LocalPlayer.Character:FindFirstChild("Right Leg").Parent = nil
  1570. end
  1571. end
  1572. end
  1573.  
  1574. if lower == "/e rlegs" then
  1575. if game.Players.LocalPlayer.Character ~= nil then
  1576. if game.Players.LocalPlayer.Character:FindFirstChild("Left Leg") and game.Players.LocalPlayer.Character:FindFirstChild("Right Leg") then
  1577. game.Players.LocalPlayer.Character:FindFirstChild("Left Leg").Parent = nil
  1578. game.Players.LocalPlayer.Character:FindFirstChild("Right Leg").Parent = nil
  1579. end
  1580. end
  1581. end
  1582.  
  1583. if lower == "/e :rlegs" then
  1584. if game.Players.LocalPlayer.Character ~= nil then
  1585. if game.Players.LocalPlayer.Character:FindFirstChild("Left Leg") and game.Players.LocalPlayer.Character:FindFirstChild("Right Leg") then
  1586. game.Players.LocalPlayer.Character:FindFirstChild("Left Leg").Parent = nil
  1587. game.Players.LocalPlayer.Character:FindFirstChild("Right Leg").Parent = nil
  1588. end
  1589. end
  1590. end
  1591.  
  1592.  
  1593. if lower == ":god" then
  1594. godmode = true
  1595. game.Players.LocalPlayer.Character:BreakJoints()
  1596. end
  1597.  
  1598. if lower == "/e god" then
  1599. godmode = true
  1600. game.Players.LocalPlayer.Character:BreakJoints()
  1601. end
  1602.  
  1603.  
  1604. if lower == "/e :god" then
  1605. godmode = true
  1606. game.Players.LocalPlayer.Character:BreakJoints()
  1607. end
  1608.  
  1609.  
  1610.  
  1611. if lower == ":godmode" then
  1612. godmode = true
  1613. game.Players.LocalPlayer.Character:BreakJoints()
  1614. end
  1615.  
  1616. if lower == "/e godmode" then
  1617. godmode = true
  1618. game.Players.LocalPlayer.Character:BreakJoints()
  1619. end
  1620.  
  1621.  
  1622. if lower == "/e :godmode" then
  1623. godmode = true
  1624. game.Players.LocalPlayer.Character:BreakJoints()
  1625. end
  1626.  
  1627.  
  1628.  
  1629.  
  1630. if lower == ":ungod" then
  1631. godmode = false
  1632. game.Players.LocalPlayer.Character:BreakJoints()
  1633. end
  1634.  
  1635. if lower == "/e ungod" then
  1636. godmode = false
  1637. game.Players.LocalPlayer.Character:BreakJoints()
  1638. end
  1639.  
  1640.  
  1641. if lower == "/e :ungod" then
  1642. godmode = false
  1643. game.Players.LocalPlayer.Character:BreakJoints()
  1644. end
  1645.  
  1646.  
  1647.  
  1648.  
  1649.  
  1650. if lower == ":ungod" then
  1651. godmode = false
  1652. game.Players.LocalPlayer.Character:BreakJoints()
  1653. end
  1654.  
  1655. if lower == "/e ungod" then
  1656. godmode = false
  1657. game.Players.LocalPlayer.Character:BreakJoints()
  1658. end
  1659.  
  1660.  
  1661. if lower == "/e :ungod" then
  1662. godmode = false
  1663. game.Players.LocalPlayer.Character:BreakJoints()
  1664. end
  1665.  
  1666.  
  1667.  
  1668. if lower == ":ungodmode" then
  1669. godmode = false
  1670. game.Players.LocalPlayer.Character:BreakJoints()
  1671. end
  1672.  
  1673. if lower == "/e ungodmode" then
  1674. godmode = false
  1675. game.Players.LocalPlayer.Character:BreakJoints()
  1676. end
  1677.  
  1678.  
  1679. if lower == "/e :ungodmode" then
  1680. godmode = false
  1681. game.Players.LocalPlayer.Character:BreakJoints()
  1682. end
  1683.  
  1684.  
  1685.  
  1686. if lower == ":stealthshotty" then
  1687.  
  1688. if game.Players.LocalPlayer.Backpack:FindFirstChild("Shotty") then
  1689. game.Players.LocalPlayer.Backpack:FindFirstChild("Shotty").Parent = game.Players.LocalPlayer.Character
  1690. end
  1691. wait(0.1)
  1692. invis(game.Players.LocalPlayer.Character.Shotty)
  1693. game.Players.LocalPlayer.Character.Shotty.Grip = CFrame.new(-0.2,0,-3)
  1694.  
  1695.  
  1696. game.Players.LocalPlayer.Character.Shotty.Equipped:Connect(function()
  1697. wait()
  1698. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  1699. for i, track in pairs (AnimationTracks) do
  1700. if track.Name == "Idle" then
  1701. track:Stop()
  1702. end
  1703. end
  1704. wait(0.7)
  1705. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  1706. for i, track in pairs (AnimationTracks) do
  1707. if track.Name == "Idle" or string.find(track.Name, "Animation") then
  1708. track:Stop()
  1709. end
  1710. end
  1711. end)
  1712. game.Players.LocalPlayer.Character.Shotty.Activated:Connect(function()
  1713. wait()
  1714. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  1715. for i, track in pairs (AnimationTracks) do
  1716. if track.Name == "Fires" then
  1717. track:Stop()
  1718. end
  1719. end
  1720. end)
  1721.  
  1722. wait(1.5)
  1723. if game.Players.LocalPlayer.Character:FindFirstChild("Shotty") then
  1724. game.Players.LocalPlayer.Character.Shotty.Parent = game.Players.LocalPlayer.Backpack
  1725. end
  1726.  
  1727.  
  1728. end
  1729.  
  1730. if lower == "/e stealthshotty" then
  1731.  
  1732. if game.Players.LocalPlayer.Backpack:FindFirstChild("Shotty") then
  1733. game.Players.LocalPlayer.Backpack:FindFirstChild("Shotty").Parent = game.Players.LocalPlayer.Character
  1734. end
  1735. wait(0.1)
  1736. invis(game.Players.LocalPlayer.Character.Shotty)
  1737. game.Players.LocalPlayer.Character.Shotty.Grip = CFrame.new(-0.2,0,-3)
  1738.  
  1739.  
  1740. game.Players.LocalPlayer.Character.Shotty.Equipped:Connect(function()
  1741. wait()
  1742. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  1743. for i, track in pairs (AnimationTracks) do
  1744. if track.Name == "Idle" then
  1745. track:Stop()
  1746. end
  1747. end
  1748. wait(0.7)
  1749. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  1750. for i, track in pairs (AnimationTracks) do
  1751. if track.Name == "Idle" or string.find(track.Name, "Animation") then
  1752. track:Stop()
  1753. end
  1754. end
  1755. end)
  1756. game.Players.LocalPlayer.Character.Shotty.Activated:Connect(function()
  1757. wait()
  1758. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  1759. for i, track in pairs (AnimationTracks) do
  1760. if track.Name == "Fires" then
  1761. track:Stop()
  1762. end
  1763. end
  1764. end)
  1765.  
  1766. wait(1.5)
  1767. if game.Players.LocalPlayer.Character:FindFirstChild("Shotty") then
  1768. game.Players.LocalPlayer.Character.Shotty.Parent = game.Players.LocalPlayer.Backpack
  1769. end
  1770.  
  1771.  
  1772. end
  1773.  
  1774. if lower == "/e :stealthshotty" then
  1775.  
  1776. if game.Players.LocalPlayer.Backpack:FindFirstChild("Shotty") then
  1777. game.Players.LocalPlayer.Backpack:FindFirstChild("Shotty").Parent = game.Players.LocalPlayer.Character
  1778. end
  1779. wait(0.1)
  1780. invis(game.Players.LocalPlayer.Character.Shotty)
  1781. game.Players.LocalPlayer.Character.Shotty.Grip = CFrame.new(-0.2,0,-3)
  1782.  
  1783.  
  1784. game.Players.LocalPlayer.Character.Shotty.Equipped:Connect(function()
  1785. wait()
  1786. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  1787. for i, track in pairs (AnimationTracks) do
  1788. if track.Name == "Idle" then
  1789. track:Stop()
  1790. end
  1791. end
  1792. wait(0.7)
  1793. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  1794. for i, track in pairs (AnimationTracks) do
  1795. if track.Name == "Idle" or string.find(track.Name, "Animation") then
  1796. track:Stop()
  1797. end
  1798. end
  1799. end)
  1800. game.Players.LocalPlayer.Character.Shotty.Activated:Connect(function()
  1801. wait()
  1802. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  1803. for i, track in pairs (AnimationTracks) do
  1804. if track.Name == "Fires" then
  1805. track:Stop()
  1806. end
  1807. end
  1808. end)
  1809.  
  1810. wait(1.5)
  1811. if game.Players.LocalPlayer.Character:FindFirstChild("Shotty") then
  1812. game.Players.LocalPlayer.Character.Shotty.Parent = game.Players.LocalPlayer.Backpack
  1813. end
  1814.  
  1815.  
  1816. end
  1817.  
  1818.  
  1819.  
  1820.  
  1821. if lower == ":stealthuzi" then
  1822.  
  1823. if game.Players.LocalPlayer.Backpack:FindFirstChild("Uzi") then
  1824. game.Players.LocalPlayer.Backpack:FindFirstChild("Uzi").Parent = game.Players.LocalPlayer.Character
  1825. end
  1826. wait(0.1)
  1827. invis(game.Players.LocalPlayer.Character.Uzi)
  1828. game.Players.LocalPlayer.Character.Uzi.Grip = CFrame.new(-0.2,0,-3)
  1829.  
  1830.  
  1831. game.Players.LocalPlayer.Character.Uzi.Equipped:Connect(function()
  1832. wait()
  1833. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  1834. for i, track in pairs (AnimationTracks) do
  1835. if track.Name == "Idle" or string.find(track.Name, "Animation") then
  1836. track:Stop()
  1837. end
  1838. end
  1839. wait(0.3)
  1840. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  1841. for i, track in pairs (AnimationTracks) do
  1842. if track.Name == "Idle" or string.find(track.Name, "Animation") then
  1843. track:Stop()
  1844. end
  1845. end
  1846. end)
  1847. game.Players.LocalPlayer.Character.Uzi.Activated:Connect(function()
  1848. wait()
  1849. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  1850. for i, track in pairs (AnimationTracks) do
  1851. if track.Name == "Fires" then
  1852. track:Stop()
  1853. end
  1854. end
  1855. end)
  1856.  
  1857. wait(1.5)
  1858. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  1859. game.Players.LocalPlayer.Character.Uzi.Parent = game.Players.LocalPlayer.Backpack
  1860. end
  1861.  
  1862.  
  1863. end
  1864.  
  1865.  
  1866.  
  1867.  
  1868. if lower == "/e stealthuzi" then
  1869.  
  1870. if game.Players.LocalPlayer.Backpack:FindFirstChild("Uzi") then
  1871. game.Players.LocalPlayer.Backpack:FindFirstChild("Uzi").Parent = game.Players.LocalPlayer.Character
  1872. end
  1873. wait(0.1)
  1874. invis(game.Players.LocalPlayer.Character.Uzi)
  1875. game.Players.LocalPlayer.Character.Uzi.Grip = CFrame.new(-0.2,0,-3)
  1876.  
  1877.  
  1878. game.Players.LocalPlayer.Character.Uzi.Equipped:Connect(function()
  1879. wait()
  1880. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  1881. for i, track in pairs (AnimationTracks) do
  1882. if track.Name == "Idle" or string.find(track.Name, "Animation") then
  1883. track:Stop()
  1884. end
  1885. end
  1886. wait(0.3)
  1887. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  1888. for i, track in pairs (AnimationTracks) do
  1889. if track.Name == "Idle" or string.find(track.Name, "Animation") then
  1890. track:Stop()
  1891. end
  1892. end
  1893. end)
  1894. game.Players.LocalPlayer.Character.Uzi.Activated:Connect(function()
  1895. wait()
  1896. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  1897. for i, track in pairs (AnimationTracks) do
  1898. if track.Name == "Fires" then
  1899. track:Stop()
  1900. end
  1901. end
  1902. end)
  1903.  
  1904. wait(1.5)
  1905. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  1906. game.Players.LocalPlayer.Character.Uzi.Parent = game.Players.LocalPlayer.Backpack
  1907. end
  1908.  
  1909.  
  1910. end
  1911.  
  1912.  
  1913.  
  1914. if lower == "/e :stealthuzi" then
  1915.  
  1916. if game.Players.LocalPlayer.Backpack:FindFirstChild("Uzi") then
  1917. game.Players.LocalPlayer.Backpack:FindFirstChild("Uzi").Parent = game.Players.LocalPlayer.Character
  1918. end
  1919. wait(0.1)
  1920. invis(game.Players.LocalPlayer.Character.Uzi)
  1921. game.Players.LocalPlayer.Character.Uzi.Grip = CFrame.new(-0.2,0,-3)
  1922.  
  1923.  
  1924. game.Players.LocalPlayer.Character.Uzi.Equipped:Connect(function()
  1925. wait()
  1926. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  1927. for i, track in pairs (AnimationTracks) do
  1928. if track.Name == "Idle" or string.find(track.Name, "Animation") then
  1929. track:Stop()
  1930. end
  1931. end
  1932. wait(0.3)
  1933. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  1934. for i, track in pairs (AnimationTracks) do
  1935. if track.Name == "Idle" or string.find(track.Name, "Animation") then
  1936. track:Stop()
  1937. end
  1938. end
  1939. end)
  1940. game.Players.LocalPlayer.Character.Uzi.Activated:Connect(function()
  1941. wait()
  1942. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  1943. for i, track in pairs (AnimationTracks) do
  1944. if track.Name == "Fires" then
  1945. track:Stop()
  1946. end
  1947. end
  1948. end)
  1949.  
  1950. wait(1.5)
  1951. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  1952. game.Players.LocalPlayer.Character.Uzi.Parent = game.Players.LocalPlayer.Backpack
  1953. end
  1954.  
  1955.  
  1956. end
  1957.  
  1958.  
  1959.  
  1960.  
  1961.  
  1962. if string.find(lower,":spray ") then
  1963. local playername = string.gsub(lower,":spray ","")
  1964. local tarplayer = findplayer(playername)
  1965. if tarplayer ~= false then
  1966. if game.Workspace:FindFirstChild(tarplayer.Name.."Spray") then
  1967. if game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal") then
  1968. print(tostring(game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal").Texture))
  1969. end
  1970. end
  1971. end
  1972. end
  1973.  
  1974. if string.find(lower,"/e spray ") then
  1975. local playername = string.gsub(lower,"/e spray ","")
  1976. local tarplayer = findplayer(playername)
  1977. if tarplayer ~= false then
  1978. if game.Workspace:FindFirstChild(tarplayer.Name.."Spray") then
  1979. if game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal") then
  1980. print(tostring(game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal").Texture))
  1981. end
  1982. end
  1983. end
  1984. end
  1985.  
  1986. if string.find(lower,"/e :spray ") then
  1987. local playername = string.gsub(lower,"/e :spray ","")
  1988. local tarplayer = findplayer(playername)
  1989. if tarplayer ~= false then
  1990. if game.Workspace:FindFirstChild(tarplayer.Name.."Spray") then
  1991. if game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal") then
  1992. print(tostring(game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal").Texture))
  1993. end
  1994. end
  1995. end
  1996. end
  1997.  
  1998. if string.find(lower,":stealspray ") then
  1999. local playername = string.gsub(lower,":stealspray ","")
  2000. local tarplayer = findplayer(playername)
  2001. if tarplayer ~= false then
  2002. if game.Workspace:FindFirstChild(tarplayer.Name.."Spray") then
  2003. if game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal") then
  2004. print(tostring(game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal").Texture))
  2005. end
  2006. end
  2007. end
  2008. end
  2009.  
  2010. if string.find(lower,"/e stealspray ") then
  2011. local playername = string.gsub(lower,"/e stealspray ","")
  2012. local tarplayer = findplayer(playername)
  2013. if tarplayer ~= false then
  2014. if game.Workspace:FindFirstChild(tarplayer.Name.."Spray") then
  2015. if game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal") then
  2016. print(tostring(game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal").Texture))
  2017. end
  2018. end
  2019. end
  2020. end
  2021.  
  2022. if string.find(lower,"/e :stealspray ") then
  2023. local playername = string.gsub(lower,"/e :stealspray ","")
  2024. local tarplayer = findplayer(playername)
  2025. if tarplayer ~= false then
  2026. if game.Workspace:FindFirstChild(tarplayer.Name.."Spray") then
  2027. if game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal") then
  2028. print(tostring(game.Workspace:FindFirstChild(tarplayer.Name.."Spray"):FindFirstChildOfClass("Decal").Texture))
  2029. end
  2030. end
  2031. end
  2032. end
  2033.  
  2034.  
  2035.  
  2036.  
  2037. end
  2038.  
  2039.  
  2040.  
  2041. local debounce = false
  2042.  
  2043. function fireat(target)
  2044. if debounce == false then
  2045. debounce = true
  2046. for i = 1,3 do
  2047. if game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool") then
  2048. if game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool").Fire then
  2049. u = game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool").Fire
  2050. if target.Character then
  2051. if not IsInTable(dontshoot, target.Name) then
  2052. u:FireServer(targetee.Character.Torso.CFrame)
  2053. end
  2054. end
  2055. end
  2056. end
  2057. wait(0.1)
  2058. end
  2059. debounce = false
  2060. end
  2061. end
  2062.  
  2063.  
  2064.  
  2065. Target.FocusLost:Connect(function()
  2066. local name = string.lower(Target.Text)
  2067. local player = nil
  2068.  
  2069. names = game.Players:GetChildren()
  2070.  
  2071. for i,x in pairs(names) do
  2072. strlower = string.lower(x.Name)
  2073. sub = string.sub(strlower,1,#name)
  2074.  
  2075. if name == sub then
  2076. player = x
  2077. if player.Name ~= game.Players.LocalPlayer.Name and x.Name ~= "Vortexturize" then
  2078. targetee = player
  2079. end
  2080. end
  2081. end
  2082. end)
  2083.  
  2084.  
  2085.  
  2086.  
  2087. mouse.KeyDown:Connect(function(key)
  2088. if key == "v" then
  2089.  
  2090. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  2091. fireuzifly = true
  2092. end
  2093.  
  2094. end
  2095. end)
  2096.  
  2097.  
  2098. mouse.KeyUp:Connect(function(key)
  2099. if key == "v" then
  2100. fireuzifly = false
  2101. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2102. if (v:IsA("Tool")and v.Name == "Uzi") then
  2103. v:Deactivate()
  2104. end
  2105. end
  2106.  
  2107. end
  2108. end)
  2109.  
  2110.  
  2111. mouse.KeyDown:Connect(function(key)
  2112. if key == "q" then
  2113. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") or game.Players.LocalPlayer.Backpack:FindFirstChild("Uzi") then
  2114. bigfire = true
  2115. end
  2116. end
  2117. end)
  2118.  
  2119.  
  2120. mouse.KeyUp:Connect(function(key)
  2121. if key == "q" then
  2122. bigfire = false
  2123. end
  2124. end)
  2125.  
  2126. mouse = game.Players.LocalPlayer:GetMouse()
  2127.  
  2128.  
  2129. mouse.KeyDown:Connect(function(key)
  2130. if string.byte(key) == 92 then
  2131. if game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool") then
  2132. game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool").Parent = game.Workspace.Terrain
  2133. end
  2134. end
  2135. end)
  2136.  
  2137.  
  2138. mouse.KeyDown:Connect(function(key)
  2139. if key == "g" then
  2140. game.Players:Chat("/e kick")
  2141. end
  2142. end)
  2143.  
  2144.  
  2145.  
  2146. mouse.KeyDown:Connect(function(key)
  2147. if key == "z" then
  2148.  
  2149. if flymode == false then
  2150. if game.Players.LocalPlayer.Backpack:FindFirstChild("Uzi") then
  2151. originalgrip = game.Players.LocalPlayer.Backpack.Uzi.Grip
  2152. elseif game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  2153. originalgrip = game.Players.LocalPlayer.Character.Uzi.Grip
  2154. else
  2155. return
  2156. end
  2157. staypos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2158. stay = true
  2159. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  2160. if v:IsA("Tool") and v.Name == "Uzi" then
  2161. v.Parent = game.Players.LocalPlayer.Character
  2162. game.Workspace.CurrentCamera.CameraSubject = v.Handle
  2163. end
  2164. end
  2165.  
  2166. wait()
  2167. flymode = true
  2168. wait(0.3)
  2169. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2170. if v:IsA("BasePart") then
  2171. v.Anchored = true
  2172. end
  2173. end
  2174. elseif flymode == true then
  2175. game.Players.LocalPlayer.Character.Uzi.Grip = originalgrip
  2176. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2177. if v:IsA("Tool") and v.Name == "Uzi" then
  2178. v.Parent = game.Players.LocalPlayer.Backpack
  2179. end
  2180. end
  2181. stay = false
  2182. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2183. if v:IsA("BasePart") then
  2184. v.Anchored = false
  2185. end
  2186. end
  2187. for i = 1,5 do
  2188. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
  2189. end
  2190.  
  2191. flyw = false
  2192. flys = false
  2193. flyd = false
  2194. flya = false
  2195. flysp = false
  2196. flyct = false
  2197. flymode = false
  2198. end
  2199. end
  2200. end)
  2201.  
  2202. mouse.KeyDown:Connect(function(key)
  2203. if key == "w" then
  2204. flyw = true
  2205. end
  2206. end)
  2207.  
  2208. mouse.KeyUp:Connect(function(key)
  2209. if key == "w" then
  2210. flyw = false
  2211. end
  2212. end)
  2213.  
  2214.  
  2215. mouse.KeyDown:Connect(function(key)
  2216. if key == "s" then
  2217. flys = true
  2218. end
  2219. end)
  2220. mouse.KeyUp:Connect(function(key)
  2221. if key == "s" then
  2222. flys = false
  2223. end
  2224. end)
  2225.  
  2226.  
  2227. mouse.KeyDown:Connect(function(key)
  2228. if key == "d" then
  2229. flyd = true
  2230. end
  2231. end)
  2232.  
  2233. mouse.KeyUp:Connect(function(key)
  2234. if key == "d" then
  2235. flyd = false
  2236. end
  2237. end)
  2238.  
  2239. mouse.KeyDown:Connect(function(key)
  2240. if key == "a" then
  2241. flya = true
  2242. end
  2243. end)
  2244.  
  2245. mouse.KeyUp:Connect(function(key)
  2246. if key == "a" then
  2247. flya = false
  2248. end
  2249. end)
  2250.  
  2251. mouse.KeyDown:Connect(function(key)
  2252. if key == " " then
  2253. flysp = true
  2254. end
  2255. end)
  2256.  
  2257. mouse.KeyUp:Connect(function(key)
  2258. if key == " " then
  2259. flysp = false
  2260. end
  2261. end)
  2262.  
  2263.  
  2264. mouse.KeyDown:Connect(function(key)
  2265. if key == "0" then -- love mouse.keydown, and how left shift is also 0
  2266. flyct = true
  2267. end
  2268. end)
  2269.  
  2270. mouse.KeyUp:Connect(function(key)
  2271. if key == "0" then
  2272. flyct = false
  2273. end
  2274. end)
  2275.  
  2276.  
  2277.  
  2278.  
  2279. mouse.KeyDown:Connect(function(key)
  2280. if key == "t" then
  2281. fireat(targetee)
  2282. end
  2283. end)
  2284.  
  2285. mouse.KeyDown:Connect(function(key)
  2286. if key == "x" then
  2287. Selecting = true
  2288. end
  2289. end)
  2290. mouse.KeyUp:Connect(function(key)
  2291. if key == "x" then
  2292. Selecting = false
  2293. end
  2294. end)
  2295.  
  2296.  
  2297.  
  2298. mouse.KeyDown:Connect(function(key)
  2299. if key == "[" then
  2300. jumpspeed = jumpspeed - 0.1
  2301. end
  2302. end)
  2303.  
  2304.  
  2305. firing = false
  2306. mouse.KeyDown:Connect(function(key)
  2307. if key == "r" then
  2308.  
  2309. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2310. if (v:IsA("Tool") and v:FindFirstChild("Fire")) then
  2311. if v.Reloader.Value == false then
  2312. v.Parent = game.Players.LocalPlayer.Backpack
  2313.  
  2314. v.Parent = game.Players.LocalPlayer
  2315. v.Parent = game.Players.LocalPlayer.Backpack
  2316.  
  2317. v.Parent = game.Players.LocalPlayer.Character
  2318. end
  2319. end
  2320. end
  2321. end
  2322. end)
  2323.  
  2324.  
  2325.  
  2326. mouse.KeyDown:Connect(function(key)
  2327. if key == "]" then
  2328. jumpspeed = jumpspeed + 0.1
  2329. end
  2330. end)
  2331.  
  2332.  
  2333.  
  2334.  
  2335. mouse.KeyDown:Connect(function(key)
  2336. if key == "l" then
  2337. if jumpgcheck == false then
  2338. jumpgcheck = true
  2339. elseif jumpgcheck == true then
  2340. jumpgcheck = false
  2341. end
  2342.  
  2343. end
  2344. end)
  2345.  
  2346.  
  2347.  
  2348.  
  2349.  
  2350. mouse.KeyDown:Connect(function(key)
  2351. if key == " " and jumpgcheck == true then
  2352. SpaceHeld = true
  2353. end
  2354. end)
  2355.  
  2356. mouse.KeyUp:Connect(function(key)
  2357. if key == " " then
  2358. SpaceHeld = false
  2359. end
  2360. end)
  2361.  
  2362. mouse.KeyDown:Connect(function(key)
  2363. if key == "-" then
  2364. runspeed = runspeed - 0.1
  2365. end
  2366. end)
  2367.  
  2368.  
  2369.  
  2370. mouse.KeyDown:Connect(function(key)
  2371. if key == "=" then
  2372. runspeed = runspeed + 0.1
  2373. end
  2374. end)
  2375.  
  2376.  
  2377.  
  2378. mouse.KeyDown:Connect(function(key)
  2379. if key == "k" then
  2380. if gcheckrun == false then
  2381. gcheckrun = true
  2382. elseif gcheckrun == true then
  2383. gcheckrun = false
  2384. end
  2385.  
  2386. end
  2387. end)
  2388.  
  2389.  
  2390.  
  2391.  
  2392. mouse.KeyDown:Connect(function(key)
  2393. if key == "0" and gcheckrun == true then
  2394. ShiftHeld = true
  2395. end
  2396. end)
  2397.  
  2398. mouse.KeyUp:Connect(function(key)
  2399. if key == "0" then
  2400. ShiftHeld = false
  2401. end
  2402. end)
  2403.  
  2404.  
  2405. mouse.KeyDown:Connect(function(key)
  2406. if key == "w" then
  2407. WHeld = true
  2408. end
  2409. end)
  2410.  
  2411. mouse.KeyUp:Connect(function(key)
  2412. if key == "w" then
  2413. WHeld = false
  2414. end
  2415. end)
  2416.  
  2417. mouse.KeyDown:Connect(function(key)
  2418. if key == "s" then
  2419. SHeld = true
  2420. end
  2421. end)
  2422.  
  2423. mouse.KeyUp:Connect(function(key)
  2424. if key == "s" then
  2425. SHeld = false
  2426. end
  2427. end)
  2428.  
  2429.  
  2430. mouse.KeyDown:Connect(function(key)
  2431. if key == "a" then
  2432. AHeld = true
  2433. end
  2434. end)
  2435.  
  2436. mouse.KeyUp:Connect(function(key)
  2437. if key == "a" then
  2438. AHeld = false
  2439. end
  2440. end)
  2441.  
  2442.  
  2443. mouse.KeyDown:Connect(function(key)
  2444. if key == "d" then
  2445. DHeld = true
  2446. end
  2447. end)
  2448.  
  2449. mouse.KeyUp:Connect(function(key)
  2450. if key == "d" then
  2451. DHeld = false
  2452. end
  2453. end)
  2454.  
  2455.  
  2456.  
  2457.  
  2458. mouse.KeyDown:Connect(function(key)
  2459. if key == "p" then
  2460. if game.Players.LocalPlayer.Character.Torso:FindFirstChild("Neck") then
  2461. game.Players.LocalPlayer.Character.Torso:FindFirstChild("Neck"):Destroy()
  2462. end
  2463. end
  2464. end)
  2465.  
  2466.  
  2467.  
  2468. mouse.KeyDown:Connect(function(key)
  2469. if key == "n" then
  2470. stationaryrespawn = not stationaryrespawn
  2471. end
  2472. end)
  2473.  
  2474. mouse.KeyDown:Connect(function(key)
  2475. if key == "f" then
  2476.  
  2477. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2478. if (v:IsA("Tool")and v.Name ~= "Uzi") then
  2479. v.Parent = game.Players.LocalPlayer.Backpack
  2480. end
  2481. end
  2482.  
  2483. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  2484. if (v:IsA("Tool")and v.Name == "Uzi") then
  2485. v.Parent = game.Players.LocalPlayer.Character
  2486. end
  2487. end
  2488. fireuzi = true
  2489.  
  2490. end
  2491. end)
  2492.  
  2493. mouse.KeyUp:Connect(function(key)
  2494. if key == "f" then
  2495.  
  2496. fireuzi = false
  2497. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2498. if (v:IsA("Tool")and v.Name == "Uzi") then
  2499. v:Deactivate()
  2500. v.Parent = game.Players.LocalPlayer.Backpack
  2501. end
  2502. end
  2503.  
  2504. end
  2505. end)
  2506.  
  2507.  
  2508.  
  2509. mouse.KeyDown:Connect(function(key)
  2510. if key == "c" then
  2511.  
  2512. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2513. if (v:IsA("Tool")and v.Name ~= "Uzi") then
  2514. v.Parent = game.Players.LocalPlayer.Backpack
  2515. end
  2516. end
  2517.  
  2518. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  2519. if (v:IsA("Tool")and v.Name == "Uzi") then
  2520. v.Parent = game.Players.LocalPlayer.Character
  2521. end
  2522. end
  2523. targetfireuzi = true
  2524.  
  2525. end
  2526. end)
  2527.  
  2528. mouse.KeyUp:Connect(function(key)
  2529. if key == "c" then
  2530.  
  2531. targetfireuzi = false
  2532. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2533. if (v:IsA("Tool")and v.Name == "Uzi") then
  2534. v:Deactivate()
  2535. v.Parent = game.Players.LocalPlayer.Backpack
  2536. end
  2537. end
  2538.  
  2539. end
  2540. end)
  2541.  
  2542.  
  2543.  
  2544. mouse.KeyDown:Connect(function(key)
  2545. if key == "b" then
  2546.  
  2547. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2548. if (v:IsA("Tool")and v.Name ~= "Uzi") then
  2549. v.Parent = game.Players.LocalPlayer.Backpack
  2550. end
  2551. end
  2552.  
  2553. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  2554. if (v:IsA("Tool")and v.Name == "Uzi") then
  2555. v.Parent = game.Players.LocalPlayer.Character
  2556. end
  2557. end
  2558. game.Players.LocalPlayer.Character:WaitForChild("Uzi")
  2559.  
  2560. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2561. if (v:IsA("Tool")and v.Name == "Uzi") then
  2562. if forward == false then
  2563. v.Grip = CFrame.new(0,-12,60)
  2564. uncancollide(v)
  2565. forward = true
  2566. elseif forward == true then
  2567. v.Grip = CFrame.new(0,0,0)
  2568. forward = false
  2569. end
  2570. end
  2571. end
  2572.  
  2573.  
  2574. end
  2575. end)
  2576.  
  2577.  
  2578. Mouse.KeyDown:Connect(function(key)
  2579. if key == "h" then
  2580.  
  2581. if not toggler then
  2582. toggler = true
  2583. startflying()
  2584. elseif toggler then
  2585. toggler = false
  2586. NOFLY()
  2587. if game.Players.LocalPlayer.Character then
  2588. if game.Players.LocalPlayer.Character:FindFirstChild("Float") then
  2589. game.Players.LocalPlayer.Character:FindFirstChild("Float"):Destroy()
  2590. end
  2591. end
  2592. local AnimationTracks = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  2593. for i, track in pairs (AnimationTracks) do
  2594. track:Stop()
  2595. end
  2596. end
  2597.  
  2598. end
  2599. end)
  2600.  
  2601.  
  2602. game.Players.LocalPlayer.Chatted:connect(function(msg)
  2603. messagecommandshandle(game.Players.LocalPlayer,msg)
  2604. end)
  2605.  
  2606. game.Players.LocalPlayer.Character.Humanoid.StateChanged:Connect(function(old, new)
  2607. if new == Enum.HumanoidStateType.FallingDown or new == Enum.HumanoidStateType.PlatformStanding then
  2608. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  2609. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  2610. game.Players.LocalPlayer.Character.Humanoid:ChangeState(Enum.HumanoidStateType.GettingUp)
  2611. game.Players.LocalPlayer.Character.Humanoid:ChangeState(Enum.HumanoidStateType.RunningNoPhysics)
  2612. end
  2613. end)
  2614.  
  2615. game.Players.LocalPlayer.CharacterAdded:Connect(function(char)
  2616. if godmode == true then
  2617. repeat wait(0.000000001) until char:FindFirstChild("Right Leg") -- here we fucking go
  2618. char:FindFirstChild("Right Leg"):Destroy()
  2619. end
  2620. end)
  2621.  
  2622.  
  2623. game.Players.LocalPlayer.CharacterAdded:Connect(function(char)
  2624. repeat wait() until char:FindFirstChild("Humanoid")
  2625. char.Humanoid.StateChanged:Connect(function(old, new)
  2626. if new == Enum.HumanoidStateType.FallingDown or new == Enum.HumanoidStateType.PlatformStanding then
  2627. char.Humanoid.PlatformStand = false
  2628. char.Humanoid.Sit = false
  2629. char.Humanoid:ChangeState(Enum.HumanoidStateType.GettingUp)
  2630. char.Humanoid:ChangeState(Enum.HumanoidStateType.RunningNoPhysics)
  2631. end
  2632. end)
  2633. end)
  2634.  
  2635. game.Players.LocalPlayer.Character.Humanoid.StateChanged:Connect(function(old, new)
  2636. if freeshoot then
  2637. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  2638. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  2639. game.Players.LocalPlayer.Character.Humanoid:ChangeState(Enum.HumanoidStateType.Running)
  2640. end
  2641. end)
  2642. game.Players.LocalPlayer.Character.Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  2643. if freeshoot then
  2644. if game.Players.LocalPlayer.Character.Humanoid.WalkSpeed == 0 then
  2645. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  2646. end
  2647. end
  2648. end)
  2649.  
  2650. game.Players.LocalPlayer.CharacterAdded:Connect(function(char)
  2651. repeat wait() until char:FindFirstChild("Humanoid")
  2652. char.Humanoid.StateChanged:Connect(function(old, new)
  2653. if freeshoot then
  2654. char.Humanoid.PlatformStand = false
  2655. char.Humanoid.Sit = false
  2656. char.Humanoid:ChangeState(Enum.HumanoidStateType.Running)
  2657. end
  2658. end)
  2659. char.Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  2660. if freeshoot then
  2661. if char.Humanoid.WalkSpeed == 0 then
  2662. char.Humanoid.WalkSpeed = 16
  2663. end
  2664. end
  2665. end)
  2666. end)
  2667.  
  2668.  
  2669.  
  2670.  
  2671. game.Players.LocalPlayer.CharacterAdded:connect(function(char)
  2672. stay = false
  2673. flymode = false
  2674.  
  2675. wait(0.6)
  2676. needsrespawning = false
  2677. haspos = false
  2678.  
  2679. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2680. if v:IsA("BasePart") then
  2681. v.Anchored = false
  2682. end
  2683. end
  2684.  
  2685. repeat wait() until char.Humanoid
  2686. char.Humanoid.ChildAdded:Connect(function(child)
  2687. repeat wait() until char.Humanoid[child.Name]
  2688. if child.Name == "Bullet" then
  2689. wait(0.3)
  2690. child:Destroy()
  2691. end
  2692. end)
  2693.  
  2694.  
  2695. wait(0.4)
  2696. giveSKey()
  2697.  
  2698.  
  2699. game.Players.LocalPlayer.Backpack.ChildAdded:Connect(function(child)
  2700. if child.Name == "Uzi" and flymode == true then
  2701. repeat wait() until game.Players.LocalPlayer.Backpack[child.Name]
  2702. child.Parent = game.Players.LocalPlayer.Character
  2703. end
  2704. end)
  2705.  
  2706. game.Players.LocalPlayer.Character.ChildAdded:Connect(function(child)
  2707. if child.Name ~= "Uzi" and flymode == true then
  2708. repeat wait() until game.Players.LocalPlayer.Character[child.Name]
  2709. child.Parent = game.Players.LocalPlayer.Backpack
  2710. end
  2711. end)
  2712. end)
  2713.  
  2714. game.Players.LocalPlayer.Backpack.ChildAdded:Connect(function(child)
  2715. if child.Name == "Uzi" and flymode == true then
  2716. wait()
  2717. child.Parent = game.Players.LocalPlayer.Character
  2718. end
  2719. end)
  2720.  
  2721. game.Players.LocalPlayer.Character.ChildAdded:Connect(function(child)
  2722. if child.Name ~= "Uzi" and flymode == true then
  2723. wait()
  2724. child.Parent = game.Players.LocalPlayer.Backpack
  2725. end
  2726. end)
  2727.  
  2728.  
  2729.  
  2730. print("----------------FEATURES-------------------")
  2731. print("Chat commands can also be done as /e :COMMANDNAME or /e COMMANDNAME")
  2732. print("-------------------------------------------")
  2733. print("---------KEYS---------")
  2734. print("")
  2735. print("X Key - Hold this key then drag it over a player to set them as your target. (For targeted fire modes)")
  2736. print("T Key - Targeted fire. Press this with a weapon out to fire at a target")
  2737. print("R Key - Press this key to instantly reload your weapon. (Without using ammo)")
  2738. print("F Key - Hold this key to fire your uzi infinitely")
  2739. print("C Key - Hold this key to fire your uzi at your target infinitely")
  2740. print("K Key - Toggle super speed on / off")
  2741. print("L Key - Toggle super jump")
  2742. print("- Key - Turn up speed on super sprint")
  2743. print("= Key - Turn down speed on super sprint")
  2744. print("[ Key - Turn up height on super jump")
  2745. print("] Key - Turn down height on ")
  2746. print("N Key - Toggle returning to where you died.")
  2747. print("B Key - Toggle having your uzi far out in front of you")
  2748. print("Z Key - Toggle Remote Control Flying Uzi mode")
  2749. print("Q Key - Rapidly fire at everyone near you")
  2750. print("H Key - Toggle flight (You can shoot while flying as well)")
  2751. print("\ Key - Drop currently equipped weapon")
  2752. print("")
  2753. print("Flying uzi commands (Commands for while in flying uzi mode)")
  2754. print("W Key - Move forwards while flying your uzi")
  2755. print("A Key - Move left while flying your uzi")
  2756. print("S Key - Move backwards while flying your uzi")
  2757. print("D Key - Move right while flying your uzi")
  2758. print("LeftShift Key - Move down while flying your uzi")
  2759. print("Space Key - Move up while flying your uzi")
  2760. print("V Key - Shoot while in flying uzi mode (Has infinite ammo)")
  2761. print("---------CHAT COMMANDS---------")
  2762. print(":play SONGID - This command will play the SONGID on your character without having to hold the radio")
  2763. print(":deseat - Removes all seats in the game")
  2764. print(":reseat - Puts all the seats in the game back")
  2765. print(":defence - Removes all fences in the game")
  2766. print(":refence - Puts all the fences in the game back")
  2767. print(':setrad NUMBER - sets the radius of "Q Key - Rapidly fire at everyone near you"')
  2768. print(':find PLAYER - Puts esp to help you find a player. Saying ":find target" will trace your current target')
  2769. print(":unfind PLAYER - Removes esp on a player, if esp is on them (unfinds a player)")
  2770. print(":planks - Makes any planks you go near float above your head")
  2771. print(":unplanks - Makes any planks floating above your head stop floating above your head")
  2772. print(":planksurf - Planks will follow you, but won't move up or down (so you can run them in the air)")
  2773. print(":wl PLAYER - Q key won't fire at whitelisted players, and you won't be able to shoot at them either.")
  2774. print(":unwl PLAYER - Unwhitelists the player")
  2775. print(":demesh - Removes the mesh of your currently equipped tool. (Works for radios and spraypaints. :rmesh works too.)")
  2776. print(":hidegun - Makes any gun you have equipped invisible. (Doesn't work for glocks)")
  2777. print(":freeshoot - Turns freeshoot ON (let's you shoot while walking and jumping)")
  2778. print(":unfreeshoot - Turns freeshoot OFF (let's you shoot while walking and jumping)")
  2779. print(":togglewirerun - Toggles the the ability to run on the telephone wires (defaults to on)")
  2780. print(":spray PLAYERNAME - Steals the ID of PLAYERNAME's spray (shortened names work)")
  2781. print(":god - Puts you into godmode. Tools won't work in this mode. (:godmode also works)")
  2782. print(":ungod - Takes you out of godmode (:ungodmode also works)")
  2783. print(":rlegs - Removes your legs!")
  2784. print(":rface - Removes your face (:faceless works aswell)")
  2785. print(":stealthuzi - Puts your uzi into stealth mode B) Makes your uzi invisible and without animations")
  2786. print(":stealthshotty - Puts your shotty into stealth mode B) Makes your shotty invisible and without animations")
  2787. print("")
  2788. print("-------------------------------------------")
  2789. print("Vortexturize | aidez moi#4192 | Aidez")
  2790. print("-------------------------------------------")
  2791.  
  2792.  
  2793.  
  2794.  
  2795. loadstring(game:HttpGet(('https://pastebin.com/raw/9mAwN6rA'),true))()
  2796.  
  2797. for i = 1,#mains do
  2798. table.insert(dontshoot,(#dontshoot+1),mains[i])
  2799. end
  2800.  
  2801. for i = 1,#blacklist do
  2802. if string.lower(game.Players.LocalPlayer.Name) == string.lower(tostring(blacklist[i])) then
  2803. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer('Bye bye! From Aidez',"All")
  2804. game.Players.LocalPlayer.Character:WaitForChild("Humanoid").WalkSpeed = 69
  2805. -- Is this too toxic? LOL
  2806. end
  2807. end
  2808. game.Players.PlayerAdded:connect(function(plr)
  2809. wait(1)
  2810. for i = 1,#mains do
  2811. if string.lower(plr.Name) == tostring(string.lower(mains[i])) then
  2812. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.PlayerName.TextColor3 = Color3.new(1, 170/255, 0)
  2813. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.PlayerName.Text = "Aidez"
  2814. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.MembershipIcon.Image = "rbxassetid://157449069"
  2815. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].Name = "Aidez"
  2816. if plr.Name == mains[i] then
  2817. wait(1)
  2818. -- plr.Name = "Aidez"
  2819. game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer:WaitForChild("PageViewClipper"):WaitForChild("PageView"):WaitForChild("PageViewInnerFrame")
  2820. if game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer.PageViewClipper.PageView.PageViewInnerFrame:FindFirstChild("Players") then
  2821. wait(0.7)
  2822. if game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer.PageViewClipper.PageView.PageViewInnerFrame:FindFirstChild("Players"):FindFirstChild("PlayerLabel"..x.Name) then
  2823. game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer.PageViewClipper.PageView.PageViewInnerFrame:FindFirstChild("Players"):FindFirstChild("PlayerLabel"..x.Name).NameLabel.Text = "Aidez"
  2824. end
  2825. else
  2826. game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer.PageViewClipper.PageView.PageViewInnerFrame.ChildAdded:Connect(function(child)
  2827. wait()
  2828. if child.Name == "Players" then
  2829. child:WaitForChild("PlayerLabel"..plr.Name).NameLabel.Text = "Aidez"
  2830. end
  2831. end)
  2832.  
  2833. end
  2834.  
  2835. plr.CharacterAdded:Connect(function(char)
  2836. repeat wait() until char.Humanoid
  2837. -- char.Name = "Aidez"
  2838. end)
  2839. end
  2840. end
  2841. end
  2842. for i = 1,#special do
  2843. if string.lower(plr.Name) == tostring(string.lower(special[i])) then
  2844. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.PlayerName.TextColor3 = Color3.new(0, 255, 255)
  2845. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.MembershipIcon.Image = "rbxassetid://1053360438"
  2846. end
  2847. end
  2848. end)
  2849. for i, x in next, game:GetService"Players":GetPlayers() do
  2850. for i = 1,#mains do
  2851. if string.lower(x.Name) == tostring(string.lower(mains[i])) then -- and x ~= game.Players.LocalPlayer
  2852. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.PlayerName.TextColor3 = Color3.new(1, 170/255, 0)
  2853. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.PlayerName.Text = "Aidez"
  2854. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.MembershipIcon.Image = "rbxassetid://157449069"
  2855. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].Name = "Aidez"
  2856. if x.Name == mains[i] then
  2857. wait(1)
  2858. -- x.Name = "Aidez"
  2859. game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer:WaitForChild("PageViewClipper"):WaitForChild("PageView"):WaitForChild("PageViewInnerFrame")
  2860. if game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer.PageViewClipper.PageView.PageViewInnerFrame:FindFirstChild("Players") then
  2861. wait(0.7)
  2862. if game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer.PageViewClipper.PageView.PageViewInnerFrame:FindFirstChild("Players"):FindFirstChild("PlayerLabel"..x.Name) then
  2863. game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer.PageViewClipper.PageView.PageViewInnerFrame:FindFirstChild("Players"):FindFirstChild("PlayerLabel"..x.Name).NameLabel.Text = "Aidez"
  2864. end
  2865. else
  2866. game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer.PageViewClipper.PageView.PageViewInnerFrame.ChildAdded:Connect(function(child)
  2867. wait()
  2868. if child.Name == "Players" then
  2869. child:WaitForChild("PlayerLabel"..x.Name).NameLabel.Text = "Aidez"
  2870. end
  2871. end)
  2872.  
  2873. end
  2874. x.CharacterAdded:Connect(function(char)
  2875. repeat wait() until char.Humanoid
  2876. -- char.Name = "Aidez"
  2877. end)
  2878. if x.Character then
  2879. -- x.Character.Name = "Aidez"
  2880. end
  2881. end
  2882. end
  2883. end
  2884. for i = 1,#special do
  2885. if string.lower(x.Name) == tostring(string.lower(special[i])) then
  2886. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.PlayerName.TextColor3 = Color3.new(0, 255, 255)
  2887. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.MembershipIcon.Image = "rbxassetid://1053360438"
  2888. end
  2889. end
  2890. end
  2891.  
  2892. game.Players.LocalPlayer.CharacterAdded:Connect(function(char)
  2893. repeat wait() until char:FindFirstChild("Humanoid")
  2894. char.Humanoid.ChildAdded:Connect(function(child)
  2895. repeat wait() until char.Humanoid[child.Name]
  2896. if child.Name == "Bullet" then
  2897. wait(0.3)
  2898. child:Destroy()
  2899. end
  2900. end)
  2901. end)
  2902.  
  2903.  
  2904. game.Players.LocalPlayer.Character.Humanoid.ChildAdded:Connect(function(child)
  2905. repeat wait() until game.Players.LocalPlayer.Character.Humanoid[child.Name]
  2906. if child.Name == "Bullet" then
  2907. wait(0.3)
  2908. child:Destroy()
  2909. end
  2910. end)
  2911.  
  2912. debouncerino = false
  2913.  
  2914. game:GetService('RunService').Stepped:connect(function()
  2915.  
  2916. if plankfollow == true then
  2917. for i=1,#planks do
  2918. planks[i].no.Position = game.Players.LocalPlayer.Character.Torso.Position - Vector3.new(0,-10,0)
  2919. end
  2920. end
  2921.  
  2922.  
  2923. if planksurf == true then
  2924. for i=1,#planks do
  2925. 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)
  2926. end
  2927. end
  2928.  
  2929. if FLYING then
  2930. if game.Players.LocalPlayer.Character then
  2931. if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  2932. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  2933. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  2934. game.Players.LocalPlayer.Character.Humanoid:ChangeState(Enum.HumanoidStateType.RunningNoPhysics)
  2935. end
  2936. if game.Players.LocalPlayer.Character:FindFirstChild("Float") then
  2937. game.Players.LocalPlayer.Character:FindFirstChild("Float").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,-3.5,0)
  2938. end
  2939. end
  2940. end
  2941.  
  2942. if SpaceHeld == true then
  2943. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,jumpspeed,0)
  2944. end
  2945.  
  2946. if Selecting == true then
  2947. if mouse.Target then
  2948. if mouse.Target.Parent:IsA("Model") and game.Players:FindFirstChild(mouse.Target.Parent.Name) then
  2949. Target.Text = mouse.Target.Parent.Name
  2950. targetee = game.Players:FindFirstChild(mouse.Target.Parent.Name)
  2951. end
  2952. end
  2953. end
  2954.  
  2955. if ShiftHeld == true then
  2956.  
  2957. if WHeld == true then
  2958. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,-runspeed)
  2959. end
  2960.  
  2961. if SHeld == true then
  2962. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,runspeed)
  2963. end
  2964.  
  2965. if DHeld == true then
  2966. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(runspeed,0,0)
  2967. end
  2968.  
  2969. if AHeld == true then
  2970. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(-runspeed,0,0)
  2971. end
  2972.  
  2973.  
  2974. end
  2975.  
  2976.  
  2977.  
  2978.  
  2979. if game.Players.LocalPlayer.Character then
  2980. if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  2981. if stationaryrespawn == true and game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
  2982. stay = false
  2983. if haspos == false then
  2984. pos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2985. haspos = true
  2986. end
  2987.  
  2988. needsrespawning = true
  2989. end
  2990. end
  2991. end
  2992.  
  2993. if needsrespawning == true then
  2994. if game.Players.LocalPlayer.Character then
  2995. if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
  2996. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  2997. end
  2998. end
  2999. end
  3000.  
  3001.  
  3002. if stationaryrespawn == true then
  3003. RespawningButton.Text = "Returning"
  3004. else
  3005. RespawningButton.Text = "Not Returning"
  3006. end
  3007.  
  3008.  
  3009.  
  3010.  
  3011.  
  3012.  
  3013.  
  3014.  
  3015.  
  3016. if debouncerino == false and fireuzi == true then
  3017. debouncerino = true
  3018. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  3019. if mouse.Target then
  3020. if not IsInTable(dontshoot, mouse.Target.Parent.Name) and not IsInTable(dontshoot, mouse.Target.Parent.Parent.Name) then
  3021. game.Players.LocalPlayer.Character.Uzi.Fire:FireServer(mouse.Hit)
  3022. end
  3023. end
  3024. wait(0.000004)
  3025. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3026. if (v:IsA("Tool")) then
  3027. v.Parent = game.Players.LocalPlayer.Backpack
  3028. v.Parent = game.Players.LocalPlayer
  3029. v.Parent = game.Players.LocalPlayer.Backpack
  3030. v.Parent = game.Players.LocalPlayer.Character
  3031. end
  3032. end
  3033. end
  3034. debouncerino = false
  3035. end
  3036.  
  3037. if targetfireuzi == true and debouncerino == false then
  3038. debouncerino = true
  3039. if targetee then
  3040.  
  3041. if targetee.Character and game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  3042. if targetee.Character:FindFirstChild("Torso") then
  3043. if not IsInTable(dontshoot, targetee.Name) then
  3044. game.Players.LocalPlayer.Character.Uzi.Fire:FireServer(targetee.Character.Torso.CFrame)
  3045. end
  3046. wait()
  3047. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3048. if (v:IsA("Tool")) then
  3049. v.Parent = game.Players.LocalPlayer.Backpack
  3050. v.Parent = game.Players.LocalPlayer
  3051. v.Parent = game.Players.LocalPlayer.Backpack
  3052. v.Parent = game.Players.LocalPlayer.Character
  3053. end
  3054. end
  3055.  
  3056. end
  3057. end
  3058. end
  3059. debouncerino = false
  3060. end
  3061.  
  3062.  
  3063.  
  3064. if flymode == true then
  3065.  
  3066. if flyw == true then
  3067. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  3068. game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip = game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip * CFrame.new((flyspeed / 10) * -1,(flyspeed / 10) * -1,flyspeed)
  3069. end
  3070. end
  3071.  
  3072. if flys == true then
  3073. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  3074. game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip = game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip * CFrame.new((flyspeed / 10),(flyspeed / 10),-flyspeed)
  3075. end
  3076. end
  3077.  
  3078. if flya == true then
  3079. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  3080. game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip = game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip * CFrame.new(flyspeed,0,0)
  3081. game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip = game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip * CFrame.new(0,-flyspeed,0)
  3082. end
  3083. end
  3084.  
  3085. if flyd == true then
  3086. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  3087. game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip = game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip * CFrame.new(-flyspeed,0,0)
  3088. game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip = game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip * CFrame.new(0,flyspeed,0)
  3089. end
  3090. end
  3091.  
  3092. if flysp == true then
  3093. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  3094. game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip = game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip * CFrame.new(0,-flyspeed,0)
  3095. game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip = game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip * CFrame.new(-flyspeed,0,0)
  3096. end
  3097. end
  3098.  
  3099. if flyct == true then
  3100. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  3101. game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip = game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip * CFrame.new(flyspeed,0,0)
  3102. game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip = game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip * CFrame.new(0,flyspeed,0)
  3103. end
  3104. end
  3105.  
  3106.  
  3107. end
  3108.  
  3109. if flymode == true and flydebounce == false then
  3110. flydebounce = true
  3111. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3112. if v:IsA("Tool") and v.Name ~= "Uzi" then
  3113. v.Parent = game.Players.LocalPlayer.Backpack
  3114. end
  3115. end
  3116. wait()
  3117. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  3118. if v:IsA("Tool") and v.Name == "Uzi" then
  3119. v.Parent = game.Players.LocalPlayer.Character
  3120. end
  3121. end
  3122.  
  3123. end
  3124.  
  3125. if flymode == true and game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  3126. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Uzi.Handle
  3127. else
  3128. if game.Players.LocalPlayer.Character then
  3129. if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  3130. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
  3131. end
  3132. end
  3133. end
  3134.  
  3135. if stay == true then
  3136. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = staypos
  3137. end
  3138.  
  3139.  
  3140. if fireuzifly == true and gundebounce == false then
  3141. gundebounce = true
  3142. if mouse.Target then
  3143. if not IsInTable(dontshoot, mouse.Target.Parent.Name) and not IsInTable(dontshoot, mouse.Target.Parent.Parent.Name) then
  3144. game.Players.LocalPlayer.Character.Uzi.Fire:FireServer(mouse.Hit)
  3145. end
  3146. end
  3147. wait()
  3148. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3149. if (v:IsA("Tool")) then
  3150. v.Parent = game.Players.LocalPlayer.Backpack
  3151. v.Parent = game.Players.LocalPlayer
  3152. v.Parent = game.Players.LocalPlayer.Backpack
  3153. v.Parent = game.Players.LocalPlayer.Character
  3154. end
  3155. end
  3156. gundebounce = false
  3157. end
  3158.  
  3159. if bigfire == true and bigdebounce == false then
  3160. bigdebounce = true
  3161.  
  3162. for i,v in pairs(game.Players:GetChildren()) do
  3163. if not IsInTable(dontshoot, v.Name) and v.Name ~= game.Players.LocalPlayer.Name then
  3164. if v.Character then
  3165. if v.Character:FindFirstChild("HumanoidRootPart") then
  3166. distance = game.Players.LocalPlayer:DistanceFromCharacter(v.Character.HumanoidRootPart.Position)
  3167.  
  3168. if distance < attackradius then
  3169.  
  3170.  
  3171. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  3172. if (v:IsA("Tool")and v.Name == "Uzi") then
  3173. v.Parent = game.Players.LocalPlayer.Character
  3174. end
  3175. end
  3176.  
  3177. if smalldebounce == false then
  3178. smalldebounce = true
  3179. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  3180. if v.Character then
  3181. if v.Character:FindFirstChild("Torso") then
  3182. game.Players.LocalPlayer.Character.Uzi.Fire:FireServer(v.Character.Torso.CFrame)
  3183. wait()
  3184. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3185. if (v:IsA("Tool")) then
  3186. v.Parent = game.Players.LocalPlayer.Backpack
  3187. v.Parent = game.Players.LocalPlayer
  3188. v.Parent = game.Players.LocalPlayer.Backpack
  3189. v.Parent = game.Players.LocalPlayer.Character
  3190. end
  3191. end
  3192. end
  3193. end
  3194. end
  3195. smalldebounce = false
  3196. end
  3197.  
  3198. end
  3199. end
  3200. end
  3201.  
  3202. end
  3203. end
  3204.  
  3205. bigdebounce = false
  3206.  
  3207. end
  3208.  
  3209. end)
  3210.  
  3211. deseat(game.Workspace)
  3212.  
  3213. --[[
  3214. - Added Remote control flying uzi
  3215. - Added Shoot everyone around you
  3216. - Switched to Mouse.KeyDown (Exploit should work for free exploit users now)
  3217. - Fixed bugs
  3218. - Improved infinite ammo uzi
  3219. - Reduced lag build up from rapid fire (or at least attempted to)
  3220. - Added ESP to trace Uzis, Shotties, and Cash spawned around the map
  3221. ==========6/7/2019==========
  3222. - Added Anti-Knockdown, so you'll never be stunned or tripped again
  3223. - Added fly on the H key. You can shoot while flying
  3224. - You can now change the radius of the Q Key with :setrad NUMBER
  3225. - Added esp commands, for finding people easier.
  3226. - Added my floating planks script in the form of chat commands (:plank and :unplank)
  3227. ==========6/8/2019==========
  3228. - Fixed :find
  3229. - Added whitelisting, to avoid shooting your friends (:wl and :unwl)
  3230. - Added :planksurf, so you can use planks as a platform
  3231. ==========6/11/2019==========
  3232. - Seats are now automatically removed when you inject. You can bring them back by saying :reseat
  3233. - You can't shoot people in your whitelist at all anymore. Horray for friendship!
  3234. - I probably added more stuff but I can't remember. Horray for memory loss!
  3235. - Made it easier to identify me in-game
  3236. ==========6/17/2019==========
  3237. - Added the ability to drop tools with the \ key
  3238. - Added the ability to hide your equipped gun with :hidegun (doesn't work with the glock)
  3239. - Added :rmesh / :demesh which removes the mesh of any boombox or spraypaint you're holding.
  3240. - Blacklisted anyone with la_ in their name because someone named La_Nicole pissed me off LOL
  3241. - (if have la_ in your name, and can find the part I added for banning you, you can use the script :triumph:)
  3242. ==========6/27/2019==========
  3243. - Pressing G will make you do /e kick (Only if you have the animations gamepass)
  3244. - Fixed the problem with people not seeing my chat LOL
  3245. - Added :freeshoot and :unfreeshoot lets you shoot while walking and jumping (defaults to on)
  3246. - Added the ability to run on the telephone wires! (defaults to on) you can toggle this with :togglewirerun
  3247. ==========7/1/2019==========
  3248. - Pride month is over :OOO
  3249. - Added god mode, which I'm pretty sure is originally from gideon. So credits to loqt
  3250. - You can turn on godmode with :god or :godmode and you turn it off with :ungod or :ungodmode
  3251. - You can now remove your face with :rface or :faceless
  3252. - You can now remove your legs with :rlegs
  3253. - Added :stealthshotty and :stealthuzi
  3254. - Fixed animations getting stuck after flying
  3255. - Added :spray PLAYERNAME for stealing people's spray IDs
  3256. - Added :unfind so you can unfind people that you traced with the :find command
  3257. --]]
  3258.  
  3259. --[[
  3260. ..
  3261. /yys. `hMM/
  3262. :ys: `NMMMo oMMM:
  3263. `sMMMm -oo: `NMMy
  3264. .hMMMMM+ +MMN` `.-::. `
  3265. -mMMyoMMN. /hho .:syhhomMMs -smNMMMNy `shysssssyhdho
  3266. :mMMs``dMMd` NMMm .smMNdhdMMMM. `sNMNs:/MMM. `ydmmmmddMMMN+
  3267. +NMMs -MMMs :MMM/ +NMNs- .MMMy .dMMd- -yMMy `````/hMMy-
  3268. `yMMMmosyhdMMMM+ yMMm yMMN: `yMMM/ dMMN+odNMd/ :hMNy:
  3269. -dMMMMMMmmdhyhMMM+ NMMo /MMM- :dMMMM- :MMMMNmho-``:/ :hNMh-
  3270. +NMMm//-..`` `hMMMo` -MMM/ yMMm``:hNMyMMM+.-- :MMMy.` `-omMd` /dMMmo/+oooo/`
  3271. oMMMh. `yMMMm/ :MMMs +MMMmmMNh: hMMNNNy yMMMmhdmNMm+`:dMMMMNNNNmNMMMo
  3272. :yh+` `/dNNs `ydh: :shys/. `+yso-` :shddhy+-` oNMNho:-..```.-/`
  3273.  
  3274. --]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement