Advertisement
xegiliat

Untitled

Jun 30th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 69.94 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.  
  157. local TargetGUI = Instance.new("ScreenGui")
  158. local Target = Instance.new("TextBox")
  159. local Background = Instance.new("ImageLabel")
  160.  
  161. TargetGUI.Name = "TargetGUI"
  162. TargetGUI.Parent = game.CoreGui
  163.  
  164. Target.Name = "Target"
  165. Target.Parent = TargetGUI
  166. Target.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  167. Target.BackgroundTransparency = 0.30000001192093
  168. Target.ClipsDescendants = true
  169. Target.Position = UDim2.new(0.726104677, 0, 0.717467248, 0)
  170. Target.Size = UDim2.new(0, 100, 0, 21)
  171. Target.Font = Enum.Font.SourceSans
  172. Target.PlaceholderText = "[TARGET]"
  173. Target.Text = ""
  174. Target.TextColor3 = Color3.new(1, 1, 1)
  175. Target.TextSize = 14
  176. Target.TextWrapped = true
  177. Target.Draggable = true
  178.  
  179. Background.Name = "Background"
  180. Background.Parent = Target
  181. Background.BackgroundColor3 = Color3.new(1, 1, 1)
  182. Background.Position = UDim2.new(-9.90098342e-05, 0, -1.57506061, 0)
  183. Background.Size = UDim2.new(0, 100, 0, 86)
  184. Background.ZIndex = 0
  185. Background.Image = "rbxassetid://0&hash=2396ab74bcae41f2340b198666905246"
  186.  
  187.  
  188. local Respawning = Instance.new("ScreenGui")
  189. local RespawningButton = Instance.new("TextButton")
  190.  
  191.  
  192.  
  193. Respawning.Name = "Respawning"
  194. Respawning.Parent = game.CoreGui
  195.  
  196.  
  197.  
  198. RespawningButton.Name = "RespawningButton"
  199. RespawningButton.Parent = Respawning
  200. RespawningButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  201. RespawningButton.BackgroundTransparency = 0.30000001192093
  202. RespawningButton.BorderSizePixel = 0
  203. RespawningButton.Position = UDim2.new(0.0391057241, 0, 0.826617789, 0)
  204. RespawningButton.Size = UDim2.new(0, 83, 0, 34)
  205. RespawningButton.Font = Enum.Font.SourceSans
  206. RespawningButton.Text = "Not Returning"
  207. RespawningButton.TextColor3 = Color3.new(1, 1, 1)
  208. RespawningButton.TextSize = 20
  209. RespawningButton.TextScaled = true
  210. RespawningButton.Draggable = true
  211.  
  212.  
  213. local creditsdab = Instance.new("ScreenGui")
  214. local Frame = Instance.new("Frame")
  215. local aidez = Instance.new("ImageLabel")
  216. local names = Instance.new("TextLabel")
  217. local scriptmadeby = Instance.new("TextLabel")
  218. local scriptmadeby_2 = Instance.new("TextLabel")
  219. local x = Instance.new("TextButton")
  220.  
  221.  
  222. creditsdab.Name = "creditsdab"
  223. creditsdab.Parent = game.CoreGui
  224.  
  225. Frame.Parent = creditsdab
  226. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  227. Frame.Position = UDim2.new(0.399554282, 0, 0.241054624, 0)
  228. Frame.Size = UDim2.new(0, 274, 0, 274)
  229.  
  230. aidez.Name = "aidez"
  231. aidez.Parent = Frame
  232. aidez.BackgroundColor3 = Color3.new(1, 1, 1)
  233. aidez.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  234. aidez.Position = UDim2.new(-0.000740621239, 0, 0.000178694725, 0)
  235. aidez.Size = UDim2.new(0, 274, 0, 274)
  236. aidez.Image = "rbxassetid://0&hash=9c3f6c00707d5ebde710fd2f3efd2b5e"
  237.  
  238. names.Name = "names"
  239. names.Parent = Frame
  240. names.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  241. names.BackgroundTransparency = 0.30000001192093
  242. names.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  243. names.Position = UDim2.new(0, 0, 0.897810221, 0)
  244. names.Size = UDim2.new(0, 274, 0, 28)
  245. names.Font = Enum.Font.SourceSans
  246. names.Text = "Vortexturize | aidez moi#4192 | Aidez "
  247. names.TextColor3 = Color3.new(1, 1, 1)
  248. names.TextSize = 14
  249.  
  250. scriptmadeby.Name = "scriptmadeby"
  251. scriptmadeby.Parent = Frame
  252. scriptmadeby.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  253. scriptmadeby.BackgroundTransparency = 0.30000001192093
  254. scriptmadeby.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  255. scriptmadeby.Position = UDim2.new(0, 0, -0.102189779, 0)
  256. scriptmadeby.Size = UDim2.new(0, 274, 0, 28)
  257. scriptmadeby.Font = Enum.Font.SourceSans
  258. scriptmadeby.Text = "Script made by"
  259. scriptmadeby.TextColor3 = Color3.new(1, 1, 1)
  260. scriptmadeby.TextSize = 14
  261.  
  262. scriptmadeby_2.Name = "scriptmadeby"
  263. scriptmadeby_2.Parent = Frame
  264. scriptmadeby_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  265. scriptmadeby_2.BackgroundTransparency = 0.30000001192093
  266. scriptmadeby_2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  267. scriptmadeby_2.Position = UDim2.new(0, 0, -0.164233565, 0)
  268. scriptmadeby_2.Size = UDim2.new(0, 274, 0, 17)
  269. scriptmadeby_2.Font = Enum.Font.SourceSans
  270. scriptmadeby_2.Text = "Open the dev consol for a list of features. (F9 or Shift + F9)"
  271. scriptmadeby_2.TextColor3 = Color3.new(1, 1, 1)
  272. scriptmadeby_2.TextScaled = true
  273. scriptmadeby_2.TextSize = 14
  274. scriptmadeby_2.TextWrapped = true
  275.  
  276. x.Name = "x"
  277. x.Parent = creditsdab
  278. x.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  279. x.BackgroundTransparency = 0.30000001192093
  280. x.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  281. x.Position = UDim2.new(0.600445747, 0, 0.188323915, 0)
  282. x.Size = UDim2.new(0, 28, 0, 28)
  283. x.Font = Enum.Font.SourceSansSemibold
  284. x.Text = "X"
  285. x.TextColor3 = Color3.new(1, 1, 1)
  286. x.TextSize = 30
  287.  
  288. x.MouseButton1Click:connect(function()
  289. creditsdab:Destroy()
  290. end)
  291.  
  292. function giveSKey()
  293. local epic = Instance.new("Tool")
  294. local dab = Instance.new("Part")
  295. local plr = game.Players.LocalPlayer
  296. local tar_obj = nil
  297. dab.Parent = epic
  298. dab.Size = Vector3.new(0.2, 0.2, 0.2)
  299. epic.Parent = plr.Backpack
  300. epic.Name = "Skeleton Key"
  301. epic.ToolTip = "Click on a door with this"
  302. dab.Name = "Handle"
  303. epic.Equipped:Connect(function(m_S)
  304.  
  305.  
  306. m_S.Button1Down:Connect(function()
  307.  
  308.  
  309. tar_obj = m_S.Target
  310. door = tar_obj.Parent
  311. if door:FindFirstChild("Lock") then
  312. door.Lock.ClickDetector.RemoteEvent:FireServer()
  313. wait(0.2)
  314. door.Click.ClickDetector.RemoteEvent:FireServer()
  315.  
  316. elseif tar_obj.Parent.Parent:FindFirstChild("Lock") then
  317. tar_obj.Parent.Parent.Lock.ClickDetector.RemoteEvent:FireServer()
  318. wait(0.2)
  319. tar_obj.Parent.Parent.Click.ClickDetector.RemoteEvent:FireServer()
  320.  
  321.  
  322. end
  323.  
  324.  
  325.  
  326. end)
  327. end)
  328. end -- giveSKey Function end
  329. giveSKey()
  330.  
  331. function sFLY() -- from rocky2u cmdscript
  332.  
  333. repeat wait() until LP and LP.Character and LP.Character:FindFirstChild('HumanoidRootPart') and LP.Character:FindFirstChild('Humanoid')
  334. game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = true
  335. repeat wait() until Mouse
  336. local T = game.Players.LocalPlayer.Character.HumanoidRootPart
  337. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  338. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  339. local SPEED = 0
  340.  
  341. local function FLY()
  342. FLYING = true
  343. local BG = Instance.new('BodyGyro', T)
  344. local BV = Instance.new('BodyVelocity', T)
  345. BG.P = 9e4
  346. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  347. BG.cframe = T.CFrame
  348. BV.velocity = Vector3.new(0, 0.1, 0)
  349. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  350. spawn(function()
  351. repeat wait()
  352.  
  353. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  354. SPEED = 50
  355. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  356. SPEED = 0
  357. end
  358. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  359. 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
  360. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  361. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  362. 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
  363. else
  364. BV.velocity = Vector3.new(0, 0.1, 0)
  365. end
  366. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  367. until not FLYING
  368. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  369. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  370. SPEED = 0
  371. BG:destroy()
  372. BV:destroy()
  373. end)
  374. end
  375. Mouse.KeyDown:connect(function(KEY)
  376. if KEY:lower() == 'w' then
  377. CONTROL.F = iyflyspeed
  378. elseif KEY:lower() == 's' then
  379. CONTROL.B = -iyflyspeed
  380. elseif KEY:lower() == 'a' then
  381. CONTROL.L = -iyflyspeed
  382. elseif KEY:lower() == 'd' then
  383. CONTROL.R = iyflyspeed
  384. end
  385. end)
  386. Mouse.KeyUp:connect(function(KEY)
  387. if KEY:lower() == 'w' then
  388. CONTROL.F = 0
  389. elseif KEY:lower() == 's' then
  390. CONTROL.B = 0
  391. elseif KEY:lower() == 'a' then
  392. CONTROL.L = 0
  393. elseif KEY:lower() == 'd' then
  394. CONTROL.R = 0
  395. end
  396. end)
  397. FLY()
  398. game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = false
  399. end
  400.  
  401.  
  402. function NOFLY()
  403. FLYING = false
  404. end
  405.  
  406. function startflying()
  407. game.Players.LocalPlayer.PlayerGui.LocalScript.Disabled = true
  408. wait()
  409. sFLY()
  410. wait(0.1)
  411. game.Players.LocalPlayer.PlayerGui.LocalScript.Disabled = false
  412. local Float = Instance.new('Part', game.Players.LocalPlayer.Character)
  413. Float.Name = 'Float'
  414. Float.Transparency = 1
  415. Float.Size = Vector3.new(6,1,6)
  416. Float.Anchored = true
  417. end
  418.  
  419.  
  420. function findplayer(namey)
  421. local name = string.lower(namey)
  422. local player = nil
  423.  
  424. names = game.Players:GetChildren()
  425.  
  426. for i,v in pairs(names) do
  427. strlower = string.lower(v.Name)
  428. sub = string.sub(strlower,1,#name)
  429. if name == sub then
  430. player = v
  431. if player.Name ~= game.Players.LocalPlayer.Name then
  432.  
  433. end
  434. end
  435. end
  436. if player then
  437. return player
  438. else
  439. return false
  440. end
  441. end
  442.  
  443. function IsInTable(table, tofind)
  444. local found = false
  445. for i,v in pairs(table) do
  446. if v == tofind then
  447. found = true
  448. break
  449. end
  450. end
  451. return found
  452. end
  453.  
  454.  
  455. local function removeothercash(instance)
  456. for i,v in pairs(instance:GetChildren()) do
  457. if v.Name == "ESP" and v:FindFirstChild("CASH") then
  458. v:Destroy()
  459. end
  460. removeothercash(v)
  461. end
  462. end
  463.  
  464. local function removeothershotty(instance)
  465. for i,v in pairs(instance:GetChildren()) do
  466. if v.Name == "ESP" and v:FindFirstChild("SHOTTY") then
  467. v:Destroy()
  468. end
  469. removeothershotty(v)
  470. end
  471. end
  472.  
  473. local function removeotheruzi(instance)
  474. for i,v in pairs(instance:GetChildren()) do
  475. if v.Name == "ESP" and v:FindFirstChild("UZi") then
  476. v:Destroy()
  477. end
  478. removeotheruzi(v)
  479. end
  480. end
  481.  
  482. function showcash(v)
  483.  
  484. local epic = Instance.new("Part")
  485. epic.Parent = v
  486. epic.Name = "parttrace"
  487. epic.CFrame = v.CFrame
  488. epic.Size = Vector3.new(0.2,0.2,0.2)
  489. epic.Anchored = true
  490. epic.Transparency = 1
  491.  
  492. local billgui = Instance.new('BillboardGui', epic)
  493. local textlab = Instance.new('TextLabel', billgui)
  494.  
  495. billgui.Name = "ESP"
  496. billgui.Adornee = epic
  497. billgui.AlwaysOnTop = true
  498. billgui.ExtentsOffset = Vector3.new(0, 1, 0)
  499. billgui.Size = UDim2.new(0, 5, 0, 5)
  500.  
  501. textlab.Name = 'CASH'
  502. textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  503. textlab.BackgroundTransparency = 1
  504. textlab.BorderSizePixel = 0
  505. textlab.Position = UDim2.new(0, 0, 0, -40)
  506. textlab.Size = UDim2.new(1, 0, 10, 0)
  507. textlab.Visible = true
  508. textlab.ZIndex = 10
  509. textlab.Font = 'ArialBold'
  510. textlab.FontSize = 'Size14'
  511. textlab.Text = "CASH"
  512. textlab.TextColor = BrickColor.new('Bright red')
  513. textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  514. textlab.TextStrokeTransparency = 0.6
  515. end
  516.  
  517.  
  518. function showuzi(v)
  519.  
  520. local epic = Instance.new("Part")
  521. epic.Parent = v
  522. epic.Name = "parttrace"
  523. epic.CFrame = v.CFrame
  524. epic.Size = Vector3.new(0.2,0.2,0.2)
  525. epic.Anchored = true
  526. epic.Transparency = 1
  527.  
  528. local billgui = Instance.new('BillboardGui', epic)
  529. local textlab = Instance.new('TextLabel', billgui)
  530.  
  531. billgui.Name = "ESP"
  532. billgui.Adornee = epic
  533. billgui.AlwaysOnTop = true
  534. billgui.ExtentsOffset = Vector3.new(0, 1, 0)
  535. billgui.Size = UDim2.new(0, 5, 0, 5)
  536.  
  537. textlab.Name = 'UZI'
  538. textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  539. textlab.BackgroundTransparency = 1
  540. textlab.BorderSizePixel = 0
  541. textlab.Position = UDim2.new(0, 0, 0, -40)
  542. textlab.Size = UDim2.new(1, 0, 10, 0)
  543. textlab.Visible = true
  544. textlab.ZIndex = 10
  545. textlab.Font = 'ArialBold'
  546. textlab.FontSize = 'Size18'
  547. textlab.Text = "UZI"
  548. textlab.TextColor = BrickColor.new('Bright blue')
  549. textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  550. textlab.TextStrokeTransparency = 0.6
  551. end
  552.  
  553.  
  554. function showshotty(v)
  555.  
  556. local epic = Instance.new("Part")
  557. epic.Parent = v
  558. epic.Name = "parttrace"
  559. epic.CFrame = v.CFrame
  560. epic.Size = Vector3.new(0.2,0.2,0.2)
  561. epic.Anchored = true
  562. epic.Transparency = 1
  563.  
  564. local billgui = Instance.new('BillboardGui', epic)
  565. local textlab = Instance.new('TextLabel', billgui)
  566.  
  567. billgui.Name = "ESP"
  568. billgui.Adornee = epic
  569. billgui.AlwaysOnTop = true
  570. billgui.ExtentsOffset = Vector3.new(0, 1, 0)
  571. billgui.Size = UDim2.new(0, 5, 0, 5)
  572.  
  573. textlab.Name = 'SHOTTY'
  574. textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  575. textlab.BackgroundTransparency = 1
  576. textlab.BorderSizePixel = 0
  577. textlab.Position = UDim2.new(0, 0, 0, -40)
  578. textlab.Size = UDim2.new(1, 0, 10, 0)
  579. textlab.Visible = true
  580. textlab.ZIndex = 10
  581. textlab.Font = 'ArialBold'
  582. textlab.FontSize = 'Size14'
  583. textlab.Text = "SHOTTY"
  584. textlab.TextColor = BrickColor.new('Bright yellow')
  585. textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  586. textlab.TextStrokeTransparency = 0.6
  587. end
  588.  
  589.  
  590. local function tracecash(instance)
  591. for i,v in pairs(instance:GetChildren()) do
  592. if v:IsA("MeshPart") and v.MeshId == "rbxassetid://511726060" then
  593. removeothercash(v.Parent)
  594. showcash(v)
  595. end
  596. tracecash(v)
  597. end
  598. end
  599.  
  600.  
  601. local function traceshotty(instance)
  602. for i,v in pairs(instance:GetChildren()) do
  603. if v:IsA("Sound") and v.Name == "Fire" and v.Parent.Parent.Parent.Name == "RandomSpawner" and string.find(tostring(v.SoundId), tostring(142383762)) then
  604. removeothershotty(v.Parent)
  605. showshotty(v.Parent)
  606. end
  607. traceshotty(v)
  608. end
  609. end
  610.  
  611.  
  612. local function traceuzi(instance)
  613. for i,v in pairs(instance:GetChildren()) do
  614. if v:IsA("Sound") and v.Name == "Fire" and v.Parent.Parent.Parent.Name == "RandomSpawner" and string.find(tostring(v.SoundId), tostring(328964620)) then
  615. removeotheruzi(v.Parent)
  616. showuzi(v.Parent)
  617. end
  618. traceuzi(v)
  619. end
  620. end
  621.  
  622.  
  623.  
  624. for i,v in pairs(game.Workspace:GetChildren()) do
  625. if v.Name == "RandomSpawner" then
  626. if v:FindFirstChild("Model") then
  627. v.Model.ChildAdded:Connect(function(child)
  628. tracecash(child)
  629. traceshotty(child)
  630. traceuzi(child)
  631. end)
  632. end
  633. v.ChildAdded:Connect(function(child)
  634. tracecash(child)
  635. traceshotty(child)
  636. traceuzi(child)
  637. end)
  638. end
  639. end
  640.  
  641. game.Workspace.ChildAdded:Connect(function(child)
  642. if child.Name == "RandomSpawner" then
  643. repeat wait() until child.Model
  644. tracecash(child)
  645. traceshotty(child)
  646. traceuzi(child)
  647. end
  648. end)
  649.  
  650. tracecash(game.Workspace)
  651. traceshotty(game.Workspace)
  652. traceuzi(game.Workspace)
  653.  
  654. local function uncancollide(instance)
  655. for i,v in pairs(instance:GetChildren()) do
  656. if v:IsA("BasePart") then
  657. v.CanCollide = false
  658. v.Massless = true
  659. end
  660. uncancollide(v)
  661. end
  662. end
  663.  
  664.  
  665. local function radioglitchy(instance)
  666. for i,v in pairs(instance:GetChildren()) do
  667. if v:IsA("Script") then
  668. v:Destroy()
  669. end
  670. radioglitchy(v)
  671. end
  672. end
  673.  
  674. local function deseat(instance)
  675. for i,v in pairs(instance:GetChildren()) do
  676. if v:IsA("Seat") then
  677. v.Parent = game.Lighting
  678. end
  679. deseat(v)
  680. end
  681. end
  682.  
  683. local function reseat(instance)
  684. for i,v in pairs(instance:GetChildren()) do
  685. if v:IsA("Seat") then
  686. v.Parent = game.Workspace
  687. end
  688. reseat(v)
  689. end
  690. end
  691.  
  692.  
  693. function defence(instance)
  694. for i,v in pairs(instance:GetChildren()) do
  695. if v:IsA("Texture") then
  696. if v.Parent then
  697. if v.Parent.Transparency == 1 then
  698. v.Parent.Parent = game.Lighting
  699. end
  700. end
  701. end
  702. defence(v)
  703. end
  704. end
  705.  
  706.  
  707. function refence(instance)
  708. for i,v in pairs(instance:GetChildren()) do
  709. if v:IsA("Texture") then
  710. if v.Parent then
  711. if v.Parent.Transparency == 1 then
  712. v.Parent.Parent = game.Workspace
  713. end
  714. end
  715. end
  716. refence(v)
  717. end
  718. end
  719.  
  720.  
  721.  
  722. for i,v in pairs(game.Workspace:GetChildren()) do
  723. if v.Name == "Boards" then
  724. for i,x in pairs(v:GetChildren()) do
  725. table.insert(planks,(#planks+1),x)
  726. end
  727. end
  728. end
  729.  
  730.  
  731.  
  732. function messagecommandshandle(plr,msg)
  733.  
  734. local lower = string.lower(msg)
  735. local len = string.len(lower)
  736.  
  737.  
  738. if string.find(lower,":play ") then
  739. idtoplay = string.gsub(lower,":play ","")
  740. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  741. if (v:IsA("Tool") and v.Name == "BoomBox") then
  742. v.Parent = game.Players.LocalPlayer.Character
  743. end
  744. end
  745. wait(0.1)
  746. game.Players.LocalPlayer.Character.BoomBox.Remote:FireServer("PlaySong", idtoplay)
  747. wait(0.1)
  748. radioglitchy(game.Players.LocalPlayer.Character.BoomBox)
  749. game.Players.LocalPlayer.Character:FindFirstChild("BoomBox").Parent = game.Players.LocalPlayer.Backpack
  750.  
  751. end
  752.  
  753. if string.find(lower,"/e play ") then
  754. idtoplay = string.gsub(lower,"/e play ","")
  755. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  756. if (v:IsA("Tool") and v.Name == "BoomBox") then
  757. v.Parent = game.Players.LocalPlayer.Character
  758. end
  759. end
  760. wait(0.1)
  761. game.Players.LocalPlayer.Character.BoomBox.Remote:FireServer("PlaySong", idtoplay)
  762. wait(0.1)
  763. radioglitchy(game.Players.LocalPlayer.Character.BoomBox)
  764. game.Players.LocalPlayer.Character:FindFirstChild("BoomBox").Parent = game.Players.LocalPlayer.Backpack
  765.  
  766. end
  767.  
  768. if string.find(lower,"/e :play ") then
  769. idtoplay = string.gsub(lower,"/e :play ","")
  770. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  771. if (v:IsA("Tool") and v.Name == "BoomBox") then
  772. v.Parent = game.Players.LocalPlayer.Character
  773. end
  774. end
  775. wait(0.1)
  776. game.Players.LocalPlayer.Character.BoomBox.Remote:FireServer("PlaySong", idtoplay)
  777. wait(0.1)
  778. radioglitchy(game.Players.LocalPlayer.Character.BoomBox)
  779. game.Players.LocalPlayer.Character:FindFirstChild("BoomBox").Parent = game.Players.LocalPlayer.Backpack
  780.  
  781. end
  782.  
  783.  
  784.  
  785.  
  786. if string.find(lower,":deseat") then
  787. deseat(game.Workspace)
  788. end
  789. if string.find(lower,"/e deseat") then
  790. deseat(game.Workspace)
  791. end
  792. if string.find(lower,"/e :deseat") then
  793. deseat(game.Workspace)
  794. end
  795.  
  796.  
  797. if string.find(lower,":reseat") then
  798. reseat(game.Lighting)
  799. end
  800.  
  801. if string.find(lower,"/e reseat") then
  802. reseat(game.Lighting)
  803. end
  804.  
  805. if string.find(lower,"/e :reseat") then
  806. reseat(game.Lighting)
  807. end
  808.  
  809.  
  810.  
  811. if string.find(lower,":defence") then
  812. defence(game.Workspace)
  813. end
  814. if string.find(lower,"/e defence") then
  815. defence(game.Workspace)
  816. end
  817. if string.find(lower,"/e :defence") then
  818. defence(game.Workspace)
  819. end
  820.  
  821. if string.find(lower,":refence") then
  822. refence(game.Lighting)
  823. end
  824. if string.find(lower,"/e refence") then
  825. refence(game.Lighting)
  826. end
  827. if string.find(lower,"/e :refence") then
  828. refence(game.Lighting)
  829. end
  830.  
  831.  
  832.  
  833. if string.find(lower,":cash") then
  834. tracecash(game.Workspace)
  835. end
  836.  
  837. if string.find(lower,"/e cash") then
  838. tracecash(game.Workspace)
  839. end
  840.  
  841. if string.find(lower,"/e :cash") then
  842. tracecash(game.Workspace)
  843. end
  844.  
  845.  
  846. if string.find(lower,":setrad ") then
  847. newrad = string.gsub(lower,":setrad ","")
  848. attackradius = tonumber(newrad)
  849. end
  850. if string.find(lower,"/e setrad ") then
  851. newrad = string.gsub(lower,":setrad ","")
  852. attackradius = tonumber(newrad)
  853. end
  854. if string.find(lower,"/e :setrad ") then
  855. newrad = string.gsub(lower,":setrad ","")
  856. attackradius = tonumber(newrad)
  857. end
  858.  
  859.  
  860. if string.find(lower,":find ") then
  861. local playername = string.gsub(lower,":find ","")
  862. if string.lower(playername) == "target" then
  863. if targetee then
  864. if targetee.Character then
  865.  
  866. local billgui = Instance.new('BillboardGui', targetee.Character.Torso)
  867. local textlab = Instance.new('TextLabel', billgui)
  868.  
  869. billgui.Name = "ESP"
  870. billgui.Adornee = epic
  871. billgui.AlwaysOnTop = true
  872. billgui.ExtentsOffset = Vector3.new(0, 1, 0)
  873. billgui.Size = UDim2.new(0, 5, 0, 5)
  874.  
  875. textlab.Name = 'Target'
  876. textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  877. textlab.BackgroundTransparency = 1
  878. textlab.BorderSizePixel = 0
  879. textlab.Position = UDim2.new(0, 0, 0, -40)
  880. textlab.Size = UDim2.new(1, 0, 10, 0)
  881. textlab.Visible = true
  882. textlab.ZIndex = 10
  883. textlab.Font = 'ArialBold'
  884. textlab.FontSize = 'Size14'
  885. textlab.Text = targetee.Name
  886. textlab.TextColor = BrickColor.new('Bright blue')
  887. textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  888. textlab.TextStrokeTransparency = 0.6
  889. end
  890. end
  891.  
  892. else
  893. local player = findplayer(playername)
  894. if player ~= false then
  895. if player.Character then
  896.  
  897. local billgui = Instance.new('BillboardGui', player.Character.Torso)
  898. local textlab = Instance.new('TextLabel', billgui)
  899.  
  900. billgui.Name = "ESP"
  901. billgui.Adornee = epic
  902. billgui.AlwaysOnTop = true
  903. billgui.ExtentsOffset = Vector3.new(0, 1, 0)
  904. billgui.Size = UDim2.new(0, 5, 0, 5)
  905.  
  906. textlab.Name = 'Player'
  907. textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  908. textlab.BackgroundTransparency = 1
  909. textlab.BorderSizePixel = 0
  910. textlab.Position = UDim2.new(0, 0, 0, -40)
  911. textlab.Size = UDim2.new(1, 0, 10, 0)
  912. textlab.Visible = true
  913. textlab.ZIndex = 10
  914. textlab.Font = 'ArialBold'
  915. textlab.FontSize = 'Size14'
  916. textlab.Text = player.Name
  917. textlab.TextColor = BrickColor.new('Bright red')
  918. textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  919. textlab.TextStrokeTransparency = 0.6
  920. end
  921. end
  922. end
  923. end
  924.  
  925.  
  926.  
  927. if string.find(lower,"/e find ") then
  928. local playername = string.gsub(lower,"/e find ","")
  929. if string.lower(playername) == "target" then
  930. if targetee then
  931. if targetee.Character then
  932. local billgui = Instance.new('BillboardGui', targetee.Character.Torso)
  933. local textlab = Instance.new('TextLabel', billgui)
  934.  
  935. billgui.Name = "ESP"
  936. billgui.Adornee = epic
  937. billgui.AlwaysOnTop = true
  938. billgui.ExtentsOffset = Vector3.new(0, 1, 0)
  939. billgui.Size = UDim2.new(0, 5, 0, 5)
  940.  
  941. textlab.Name = 'Target'
  942. textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  943. textlab.BackgroundTransparency = 1
  944. textlab.BorderSizePixel = 0
  945. textlab.Position = UDim2.new(0, 0, 0, -40)
  946. textlab.Size = UDim2.new(1, 0, 10, 0)
  947. textlab.Visible = true
  948. textlab.ZIndex = 10
  949. textlab.Font = 'ArialBold'
  950. textlab.FontSize = 'Size14'
  951. textlab.Text = targetee.Name
  952. textlab.TextColor = BrickColor.new('Bright blue')
  953. textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  954. textlab.TextStrokeTransparency = 0.6
  955. end
  956. end
  957.  
  958. else
  959. local player = findplayer(playername)
  960. if player ~= false then
  961. if player.Character then
  962.  
  963. local billgui = Instance.new('BillboardGui', player.Character.Torso)
  964. local textlab = Instance.new('TextLabel', billgui)
  965.  
  966. billgui.Name = "ESP"
  967. billgui.Adornee = epic
  968. billgui.AlwaysOnTop = true
  969. billgui.ExtentsOffset = Vector3.new(0, 1, 0)
  970. billgui.Size = UDim2.new(0, 5, 0, 5)
  971.  
  972. textlab.Name = 'Player'
  973. textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  974. textlab.BackgroundTransparency = 1
  975. textlab.BorderSizePixel = 0
  976. textlab.Position = UDim2.new(0, 0, 0, -40)
  977. textlab.Size = UDim2.new(1, 0, 10, 0)
  978. textlab.Visible = true
  979. textlab.ZIndex = 10
  980. textlab.Font = 'ArialBold'
  981. textlab.FontSize = 'Size14'
  982. textlab.Text = player.Name
  983. textlab.TextColor = BrickColor.new('Bright red')
  984. textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  985. textlab.TextStrokeTransparency = 0.6
  986. end
  987. end
  988. end
  989. end
  990.  
  991.  
  992.  
  993.  
  994. if string.find(lower,"/e :find ") then
  995. local playername = string.gsub(lower,"/e :find ","")
  996. if string.lower(playername) == "target" then
  997. if targetee then
  998. if targetee.Character then
  999.  
  1000. local billgui = Instance.new('BillboardGui', targetee.Character.Torso)
  1001. local textlab = Instance.new('TextLabel', billgui)
  1002.  
  1003. billgui.Name = "ESP"
  1004. billgui.Adornee = epic
  1005. billgui.AlwaysOnTop = true
  1006. billgui.ExtentsOffset = Vector3.new(0, 1, 0)
  1007. billgui.Size = UDim2.new(0, 5, 0, 5)
  1008.  
  1009. textlab.Name = 'Target'
  1010. textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  1011. textlab.BackgroundTransparency = 1
  1012. textlab.BorderSizePixel = 0
  1013. textlab.Position = UDim2.new(0, 0, 0, -40)
  1014. textlab.Size = UDim2.new(1, 0, 10, 0)
  1015. textlab.Visible = true
  1016. textlab.ZIndex = 10
  1017. textlab.Font = 'ArialBold'
  1018. textlab.FontSize = 'Size14'
  1019. textlab.Text = targetee.Name
  1020. textlab.TextColor = BrickColor.new('Bright blue')
  1021. textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  1022. textlab.TextStrokeTransparency = 0.6
  1023. end
  1024. end
  1025.  
  1026. else
  1027. local player = findplayer(playername)
  1028. if player ~= false then
  1029. if player.Character then
  1030.  
  1031. local billgui = Instance.new('BillboardGui', player.Character.Torso)
  1032. local textlab = Instance.new('TextLabel', billgui)
  1033.  
  1034. billgui.Name = "ESP"
  1035. billgui.Adornee = epic
  1036. billgui.AlwaysOnTop = true
  1037. billgui.ExtentsOffset = Vector3.new(0, 1, 0)
  1038. billgui.Size = UDim2.new(0, 5, 0, 5)
  1039.  
  1040. textlab.Name = 'Player'
  1041. textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  1042. textlab.BackgroundTransparency = 1
  1043. textlab.BorderSizePixel = 0
  1044. textlab.Position = UDim2.new(0, 0, 0, -40)
  1045. textlab.Size = UDim2.new(1, 0, 10, 0)
  1046. textlab.Visible = true
  1047. textlab.ZIndex = 10
  1048. textlab.Font = 'ArialBold'
  1049. textlab.FontSize = 'Size14'
  1050. textlab.Text = player.Name
  1051. textlab.TextColor = BrickColor.new('Bright red')
  1052. textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  1053. textlab.TextStrokeTransparency = 0.6
  1054. end
  1055. end
  1056. end
  1057. end
  1058.  
  1059.  
  1060. if string.find(lower,":planks") then
  1061. plankfollow = true
  1062. planksurf = false
  1063. for i=1,#planks do
  1064. if planks[i]:FindFirstChild("no") then
  1065. planks[i]:FindFirstChild("no"):Destroy()
  1066. end
  1067. local keep = Instance.new("BodyPosition")
  1068. keep.Parent = planks[i]
  1069. keep.Name = "no"
  1070. keep.P = 100
  1071. keep.D = 50
  1072. keep.Position = game.Players.LocalPlayer.Character.Torso.Position - Vector3.new(0,0,10)
  1073. end
  1074. end
  1075.  
  1076. if string.find(lower,"/e planks") then
  1077. plankfollow = true
  1078. planksurf = false
  1079. for i=1,#planks do
  1080. if planks[i]:FindFirstChild("no") then
  1081. planks[i]:FindFirstChild("no"):Destroy()
  1082. end
  1083. local keep = Instance.new("BodyPosition")
  1084. keep.Parent = planks[i]
  1085. keep.Name = "no"
  1086. keep.P = 100
  1087. keep.D = 50
  1088. keep.Position = game.Players.LocalPlayer.Character.Torso.Position - Vector3.new(0,0,10)
  1089. end
  1090. end
  1091.  
  1092. if string.find(lower,"/e :planks") then
  1093. plankfollow = true
  1094. planksurf = false
  1095. for i=1,#planks do
  1096. if planks[i]:FindFirstChild("no") then
  1097. planks[i]:FindFirstChild("no"):Destroy()
  1098. end
  1099. local keep = Instance.new("BodyPosition")
  1100. keep.Parent = planks[i]
  1101. keep.Name = "no"
  1102. keep.P = 100
  1103. keep.D = 50
  1104. keep.Position = game.Players.LocalPlayer.Character.Torso.Position - Vector3.new(0,0,10)
  1105. end
  1106. end
  1107.  
  1108. if string.find(lower,":unplanks") then
  1109. plankfollow = false
  1110. planksurf = false
  1111. for i=1,#planks do
  1112. if planks[1]:FindFirstChild("no") then
  1113. planks[1]:FindFirstChild("no"):Destroy()
  1114. end
  1115. end
  1116. end
  1117.  
  1118. if string.find(lower,"/e unplanks") then
  1119. plankfollow = false
  1120. planksurf = false
  1121. for i=1,#planks do
  1122. if planks[1]:FindFirstChild("no") then
  1123. planks[1]:FindFirstChild("no"):Destroy()
  1124. end
  1125. end
  1126. end
  1127.  
  1128. if string.find(lower,"/e :unplanks") then
  1129. plankfollow = false
  1130. planksurf = false
  1131. for i=1,#planks do
  1132. if planks[1]:FindFirstChild("no") then
  1133. planks[1]:FindFirstChild("no"):Destroy()
  1134. end
  1135. end
  1136. end
  1137.  
  1138.  
  1139.  
  1140. if string.find(lower,":planksurf") then
  1141. plankfollow = false
  1142. planksurf = true
  1143. for i=1,#planks do
  1144. if planks[i]:FindFirstChild("no") then
  1145. planks[i]:FindFirstChild("no"):Destroy()
  1146. end
  1147. local keep = Instance.new("BodyPosition")
  1148. keep.Parent = planks[i]
  1149. keep.Name = "no"
  1150. keep.P = 5000
  1151. keep.D = 15
  1152. keep.Position = game.Players.LocalPlayer.Character.Torso.Position - Vector3.new(0,0,10)
  1153. end
  1154. end
  1155.  
  1156. if string.find(lower,"/e planksurf") then
  1157. plankfollow = false
  1158. planksurf = true
  1159. for i=1,#planks do
  1160. if planks[i]:FindFirstChild("no") then
  1161. planks[i]:FindFirstChild("no"):Destroy()
  1162. end
  1163. local keep = Instance.new("BodyPosition")
  1164. keep.Parent = planks[i]
  1165. keep.Name = "no"
  1166. keep.P = 5000
  1167. keep.D = 15
  1168. keep.Position = game.Players.LocalPlayer.Character.Torso.Position - Vector3.new(0,0,10)
  1169. end
  1170. end
  1171.  
  1172. if string.find(lower,"/e :planksurf") then
  1173. plankfollow = false
  1174. planksurf = true
  1175. for i=1,#planks do
  1176. if planks[i]:FindFirstChild("no") then
  1177. planks[i]:FindFirstChild("no"):Destroy()
  1178. end
  1179. local keep = Instance.new("BodyPosition")
  1180. keep.Parent = planks[i]
  1181. keep.Name = "no"
  1182. keep.P = 5000
  1183. keep.D = 15
  1184. keep.Position = game.Players.LocalPlayer.Character.Torso.Position - Vector3.new(0,0,10)
  1185. end
  1186. end
  1187.  
  1188.  
  1189. if string.sub(msg, 1, 10) == ":tostreets" then
  1190. TeleportService:Teleport(455366377, game.Players.LocalPlayer)
  1191. end
  1192. if string.sub(msg, 1, 12) == "/e tostreets" then
  1193. TeleportService:Teleport(455366377, game.Players.LocalPlayer)
  1194. end
  1195. if string.sub(msg, 1, 13) == "/e :tostreets" then
  1196. TeleportService:Teleport(455366377, game.Players.LocalPlayer)
  1197. end
  1198.  
  1199.  
  1200. if string.sub(msg, 1, 9) == ":toprison" then
  1201. TeleportService:Teleport(4669040, game.Players.LocalPlayer)
  1202. end
  1203. if string.sub(msg, 1, 11) == "/e toprison" then
  1204. TeleportService:Teleport(4669040, game.Players.LocalPlayer)
  1205. end
  1206. if string.sub(msg, 1, 12) == "/e :toprison" then
  1207. TeleportService:Teleport(4669040, game.Players.LocalPlayer)
  1208. end
  1209.  
  1210.  
  1211. if string.find(lower,":wl ") then
  1212. local playername = string.gsub(lower,":wl ","")
  1213. local tarplayer = findplayer(playername)
  1214. if tarplayer ~= false then
  1215. if not IsInTable(dontshoot, tarplayer.Name) then
  1216. table.insert(dontshoot, #dontshoot + 1, tarplayer.Name)
  1217. end
  1218. end
  1219. end
  1220.  
  1221. if string.find(lower,"/e wl ") then
  1222. local playername = string.gsub(lower,"/e wl ","")
  1223. local tarplayer = findplayer(playername)
  1224. if tarplayer ~= false then
  1225. if not IsInTable(dontshoot, tarplayer.Name) then
  1226. table.insert(dontshoot, #dontshoot + 1, tarplayer.Name)
  1227. end
  1228. end
  1229. end
  1230.  
  1231. if string.find(lower,"/e :wl ") then
  1232. local playername = string.gsub(lower,"/e :wl ","")
  1233. local tarplayer = findplayer(playername)
  1234. if tarplayer ~= false then
  1235. if not IsInTable(dontshoot, tarplayer.Name) then
  1236. table.insert(dontshoot, #dontshoot + 1, tarplayer.Name)
  1237. end
  1238. end
  1239. end
  1240.  
  1241. if string.find(lower,":unwl ") then
  1242. local playername = string.gsub(lower,":unwl ","")
  1243. local tarplayer = findplayer(playername)
  1244. if tarplayer ~= false then
  1245. for i = 1,#dontshoot do
  1246. if string.lower(tostring(dontshoot[i])) == string.lower(tarplayer.Name) then
  1247. table.remove(dontshoot, i)
  1248. end
  1249. end
  1250. end
  1251. end
  1252.  
  1253. if string.find(lower,"/e unwl ") then
  1254. local playername = string.gsub(lower,"/e unwl ","")
  1255. local tarplayer = findplayer(playername)
  1256. if tarplayer ~= false then
  1257. for i = 1,#dontshoot do
  1258. if string.lower(tostring(dontshoot[i])) == string.lower(tarplayer.Name) then
  1259. table.remove(dontshoot, i)
  1260. end
  1261. end
  1262. end
  1263. end
  1264.  
  1265. if string.find(lower,"/e :unwl ") then
  1266. local playername = string.gsub(lower,"/e :unwl ","")
  1267. local tarplayer = findplayer(playername)
  1268. if tarplayer ~= false then
  1269. for i = 1,#dontshoot do
  1270. if string.lower(tostring(dontshoot[i])) == string.lower(tarplayer.Name) then
  1271. table.remove(dontshoot, i)
  1272. end
  1273. end
  1274. end
  1275. end
  1276.  
  1277.  
  1278.  
  1279.  
  1280.  
  1281. end
  1282.  
  1283.  
  1284.  
  1285. local debounce = false
  1286.  
  1287. function fireat(target)
  1288. if debounce == false then
  1289. debounce = true
  1290. for i = 1,3 do
  1291. if game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool") then
  1292. if game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool").Fire then
  1293. u = game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool").Fire
  1294. if target.Character then
  1295. if not IsInTable(dontshoot, target.Name) then
  1296. u:FireServer(targetee.Character.Torso.CFrame)
  1297. end
  1298. end
  1299. end
  1300. end
  1301. wait(0.1)
  1302. end
  1303. debounce = false
  1304. end
  1305. end
  1306.  
  1307.  
  1308.  
  1309. Target.FocusLost:Connect(function()
  1310. local name = string.lower(Target.Text)
  1311. local player = nil
  1312.  
  1313. names = game.Players:GetChildren()
  1314.  
  1315. for i,x in pairs(names) do
  1316. strlower = string.lower(x.Name)
  1317. sub = string.sub(strlower,1,#name)
  1318.  
  1319. if name == sub then
  1320. player = x
  1321. if player.Name ~= game.Players.LocalPlayer.Name and x.Name ~= "Vortexturize" then
  1322. targetee = player
  1323. end
  1324. end
  1325. end
  1326. end)
  1327.  
  1328.  
  1329.  
  1330.  
  1331. mouse.KeyDown:Connect(function(key)
  1332. if key == "v" then
  1333.  
  1334. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  1335. fireuzifly = true
  1336. end
  1337.  
  1338. end
  1339. end)
  1340.  
  1341.  
  1342. mouse.KeyUp:Connect(function(key)
  1343. if key == "v" then
  1344. fireuzifly = false
  1345. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1346. if (v:IsA("Tool")and v.Name == "Uzi") then
  1347. v:Deactivate()
  1348. end
  1349. end
  1350.  
  1351. end
  1352. end)
  1353.  
  1354.  
  1355. mouse.KeyDown:Connect(function(key)
  1356. if key == "q" then
  1357. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") or game.Players.LocalPlayer.Backpack:FindFirstChild("Uzi") then
  1358. bigfire = true
  1359. end
  1360. end
  1361. end)
  1362.  
  1363.  
  1364. mouse.KeyUp:Connect(function(key)
  1365. if key == "q" then
  1366. bigfire = false
  1367. end
  1368. end)
  1369.  
  1370. mouse.KeyDown:Connect(function(key)
  1371. if key == "z" then
  1372.  
  1373. if flymode == false then
  1374. if game.Players.LocalPlayer.Backpack:FindFirstChild("Uzi") then
  1375. originalgrip = game.Players.LocalPlayer.Backpack.Uzi.Grip
  1376. elseif game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  1377. originalgrip = game.Players.LocalPlayer.Character.Uzi.Grip
  1378. else
  1379. return
  1380. end
  1381. staypos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1382. stay = true
  1383. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1384. if v:IsA("Tool") and v.Name == "Uzi" then
  1385. v.Parent = game.Players.LocalPlayer.Character
  1386. game.Workspace.CurrentCamera.CameraSubject = v.Handle
  1387. end
  1388. end
  1389.  
  1390. wait()
  1391. flymode = true
  1392. wait(0.3)
  1393. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1394. if v:IsA("BasePart") then
  1395. v.Anchored = true
  1396. end
  1397. end
  1398. elseif flymode == true then
  1399. game.Players.LocalPlayer.Character.Uzi.Grip = originalgrip
  1400. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1401. if v:IsA("Tool") and v.Name == "Uzi" then
  1402. v.Parent = game.Players.LocalPlayer.Backpack
  1403. end
  1404. end
  1405. stay = false
  1406. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1407. if v:IsA("BasePart") then
  1408. v.Anchored = false
  1409. end
  1410. end
  1411. for i = 1,5 do
  1412. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
  1413. end
  1414.  
  1415. flyw = false
  1416. flys = false
  1417. flyd = false
  1418. flya = false
  1419. flysp = false
  1420. flyct = false
  1421. flymode = false
  1422. end
  1423. end
  1424. end)
  1425.  
  1426. mouse.KeyDown:Connect(function(key)
  1427. if key == "w" then
  1428. flyw = true
  1429. end
  1430. end)
  1431.  
  1432. mouse.KeyUp:Connect(function(key)
  1433. if key == "w" then
  1434. flyw = false
  1435. end
  1436. end)
  1437.  
  1438.  
  1439. mouse.KeyDown:Connect(function(key)
  1440. if key == "s" then
  1441. flys = true
  1442. end
  1443. end)
  1444. mouse.KeyUp:Connect(function(key)
  1445. if key == "s" then
  1446. flys = false
  1447. end
  1448. end)
  1449.  
  1450.  
  1451. mouse.KeyDown:Connect(function(key)
  1452. if key == "d" then
  1453. flyd = true
  1454. end
  1455. end)
  1456.  
  1457. mouse.KeyUp:Connect(function(key)
  1458. if key == "d" then
  1459. flyd = false
  1460. end
  1461. end)
  1462.  
  1463. mouse.KeyDown:Connect(function(key)
  1464. if key == "a" then
  1465. flya = true
  1466. end
  1467. end)
  1468.  
  1469. mouse.KeyUp:Connect(function(key)
  1470. if key == "a" then
  1471. flya = false
  1472. end
  1473. end)
  1474.  
  1475. mouse.KeyDown:Connect(function(key)
  1476. if key == " " then
  1477. flysp = true
  1478. end
  1479. end)
  1480.  
  1481. mouse.KeyUp:Connect(function(key)
  1482. if key == " " then
  1483. flysp = false
  1484. end
  1485. end)
  1486.  
  1487.  
  1488. mouse.KeyDown:Connect(function(key)
  1489. if key == "0" then -- love mouse.keydown, and how left shift is also 0
  1490. flyct = true
  1491. end
  1492. end)
  1493.  
  1494. mouse.KeyUp:Connect(function(key)
  1495. if key == "0" then
  1496. flyct = false
  1497. end
  1498. end)
  1499.  
  1500.  
  1501.  
  1502.  
  1503. mouse.KeyDown:Connect(function(key)
  1504. if key == "t" then
  1505. fireat(targetee)
  1506. end
  1507. end)
  1508.  
  1509. mouse.KeyDown:Connect(function(key)
  1510. if key == "x" then
  1511. Selecting = true
  1512. end
  1513. end)
  1514. mouse.KeyUp:Connect(function(key)
  1515. if key == "x" then
  1516. Selecting = false
  1517. end
  1518. end)
  1519.  
  1520.  
  1521.  
  1522. mouse.KeyDown:Connect(function(key)
  1523. if key == "[" then
  1524. jumpspeed = jumpspeed - 0.1
  1525. end
  1526. end)
  1527.  
  1528.  
  1529. firing = false
  1530. mouse.KeyDown:Connect(function(key)
  1531. if key == "r" then
  1532.  
  1533. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1534. if (v:IsA("Tool") and v:FindFirstChild("Fire")) then
  1535. if v.Reloader.Value == false then
  1536. v.Parent = game.Players.LocalPlayer.Backpack
  1537.  
  1538. v.Parent = game.Players.LocalPlayer
  1539. v.Parent = game.Players.LocalPlayer.Backpack
  1540.  
  1541. v.Parent = game.Players.LocalPlayer.Character
  1542. end
  1543. end
  1544. end
  1545. end
  1546. end)
  1547.  
  1548.  
  1549.  
  1550. mouse.KeyDown:Connect(function(key)
  1551. if key == "]" then
  1552. jumpspeed = jumpspeed + 0.1
  1553. end
  1554. end)
  1555.  
  1556.  
  1557.  
  1558.  
  1559. mouse.KeyDown:Connect(function(key)
  1560. if key == "l" then
  1561. if jumpgcheck == false then
  1562. jumpgcheck = true
  1563. elseif jumpgcheck == true then
  1564. jumpgcheck = false
  1565. end
  1566.  
  1567. end
  1568. end)
  1569.  
  1570.  
  1571.  
  1572.  
  1573.  
  1574. mouse.KeyDown:Connect(function(key)
  1575. if key == " " and jumpgcheck == true then
  1576. SpaceHeld = true
  1577. end
  1578. end)
  1579.  
  1580. mouse.KeyUp:Connect(function(key)
  1581. if key == " " then
  1582. SpaceHeld = false
  1583. end
  1584. end)
  1585.  
  1586. mouse.KeyDown:Connect(function(key)
  1587. if key == "-" then
  1588. runspeed = runspeed - 0.1
  1589. end
  1590. end)
  1591.  
  1592.  
  1593.  
  1594. mouse.KeyDown:Connect(function(key)
  1595. if key == "=" then
  1596. runspeed = runspeed + 0.1
  1597. end
  1598. end)
  1599.  
  1600.  
  1601.  
  1602. mouse.KeyDown:Connect(function(key)
  1603. if key == "k" then
  1604. if gcheckrun == false then
  1605. gcheckrun = true
  1606. elseif gcheckrun == true then
  1607. gcheckrun = false
  1608. end
  1609.  
  1610. end
  1611. end)
  1612.  
  1613.  
  1614.  
  1615.  
  1616. mouse.KeyDown:Connect(function(key)
  1617. if key == "0" and gcheckrun == true then
  1618. ShiftHeld = true
  1619. end
  1620. end)
  1621.  
  1622. mouse.KeyUp:Connect(function(key)
  1623. if key == "0" then
  1624. ShiftHeld = false
  1625. end
  1626. end)
  1627.  
  1628.  
  1629. mouse.KeyDown:Connect(function(key)
  1630. if key == "w" then
  1631. WHeld = true
  1632. end
  1633. end)
  1634.  
  1635. mouse.KeyUp:Connect(function(key)
  1636. if key == "w" then
  1637. WHeld = false
  1638. end
  1639. end)
  1640.  
  1641. mouse.KeyDown:Connect(function(key)
  1642. if key == "s" then
  1643. SHeld = true
  1644. end
  1645. end)
  1646.  
  1647. mouse.KeyUp:Connect(function(key)
  1648. if key == "s" then
  1649. SHeld = false
  1650. end
  1651. end)
  1652.  
  1653.  
  1654. mouse.KeyDown:Connect(function(key)
  1655. if key == "a" then
  1656. AHeld = true
  1657. end
  1658. end)
  1659.  
  1660. mouse.KeyUp:Connect(function(key)
  1661. if key == "a" then
  1662. AHeld = false
  1663. end
  1664. end)
  1665.  
  1666.  
  1667. mouse.KeyDown:Connect(function(key)
  1668. if key == "d" then
  1669. DHeld = true
  1670. end
  1671. end)
  1672.  
  1673. mouse.KeyUp:Connect(function(key)
  1674. if key == "d" then
  1675. DHeld = false
  1676. end
  1677. end)
  1678.  
  1679.  
  1680.  
  1681.  
  1682. mouse.KeyDown:Connect(function(key)
  1683. if key == "p" then
  1684. if game.Players.LocalPlayer.Character.Torso:FindFirstChild("Neck") then
  1685. game.Players.LocalPlayer.Character.Torso:FindFirstChild("Neck"):Destroy()
  1686. end
  1687. end
  1688. end)
  1689.  
  1690.  
  1691.  
  1692. mouse.KeyDown:Connect(function(key)
  1693. if key == "n" then
  1694. stationaryrespawn = not stationaryrespawn
  1695. end
  1696. end)
  1697.  
  1698. mouse.KeyDown:Connect(function(key)
  1699. if key == "f" then
  1700.  
  1701. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1702. if (v:IsA("Tool")and v.Name ~= "Uzi") then
  1703. v.Parent = game.Players.LocalPlayer.Backpack
  1704. end
  1705. end
  1706.  
  1707. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1708. if (v:IsA("Tool")and v.Name == "Uzi") then
  1709. v.Parent = game.Players.LocalPlayer.Character
  1710. end
  1711. end
  1712. fireuzi = true
  1713.  
  1714. end
  1715. end)
  1716.  
  1717. mouse.KeyUp:Connect(function(key)
  1718. if key == "f" then
  1719.  
  1720. fireuzi = false
  1721. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1722. if (v:IsA("Tool")and v.Name == "Uzi") then
  1723. v:Deactivate()
  1724. v.Parent = game.Players.LocalPlayer.Backpack
  1725. end
  1726. end
  1727.  
  1728. end
  1729. end)
  1730.  
  1731.  
  1732.  
  1733. mouse.KeyDown:Connect(function(key)
  1734. if key == "c" then
  1735.  
  1736. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1737. if (v:IsA("Tool")and v.Name ~= "Uzi") then
  1738. v.Parent = game.Players.LocalPlayer.Backpack
  1739. end
  1740. end
  1741.  
  1742. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1743. if (v:IsA("Tool")and v.Name == "Uzi") then
  1744. v.Parent = game.Players.LocalPlayer.Character
  1745. end
  1746. end
  1747. targetfireuzi = true
  1748.  
  1749. end
  1750. end)
  1751.  
  1752. mouse.KeyUp:Connect(function(key)
  1753. if key == "c" then
  1754.  
  1755. targetfireuzi = false
  1756. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1757. if (v:IsA("Tool")and v.Name == "Uzi") then
  1758. v:Deactivate()
  1759. v.Parent = game.Players.LocalPlayer.Backpack
  1760. end
  1761. end
  1762.  
  1763. end
  1764. end)
  1765.  
  1766.  
  1767.  
  1768. mouse.KeyDown:Connect(function(key)
  1769. if key == "b" then
  1770.  
  1771. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1772. if (v:IsA("Tool")and v.Name ~= "Uzi") then
  1773. v.Parent = game.Players.LocalPlayer.Backpack
  1774. end
  1775. end
  1776.  
  1777. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1778. if (v:IsA("Tool")and v.Name == "Uzi") then
  1779. v.Parent = game.Players.LocalPlayer.Character
  1780. end
  1781. end
  1782. game.Players.LocalPlayer.Character:WaitForChild("Uzi")
  1783.  
  1784. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1785. if (v:IsA("Tool")and v.Name == "Uzi") then
  1786. if forward == false then
  1787. v.Grip = CFrame.new(0,-12,60)
  1788. uncancollide(v)
  1789. forward = true
  1790. elseif forward == true then
  1791. v.Grip = CFrame.new(0,0,0)
  1792. forward = false
  1793. end
  1794. end
  1795. end
  1796.  
  1797.  
  1798. end
  1799. end)
  1800.  
  1801.  
  1802. Mouse.KeyDown:Connect(function(key)
  1803. if key == "h" then
  1804.  
  1805. if not toggler then
  1806. toggler = true
  1807. startflying()
  1808. elseif toggler then
  1809. toggler = false
  1810. NOFLY()
  1811. if game.Players.LocalPlayer.Character then
  1812. if game.Players.LocalPlayer.Character:FindFirstChild("Float") then
  1813. game.Players.LocalPlayer.Character:FindFirstChild("Float"):Destroy()
  1814. end
  1815. end
  1816. end
  1817.  
  1818. end
  1819. end)
  1820.  
  1821.  
  1822. game.Players.LocalPlayer.Chatted:connect(function(msg)
  1823. messagecommandshandle(game.Players.LocalPlayer,msg)
  1824. end)
  1825.  
  1826. game.Players.LocalPlayer.Character.Humanoid.StateChanged:Connect(function(old, new)
  1827. if new == Enum.HumanoidStateType.FallingDown or new == Enum.HumanoidStateType.PlatformStanding then
  1828. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  1829. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  1830. game.Players.LocalPlayer.Character.Humanoid:ChangeState(Enum.HumanoidStateType.GettingUp)
  1831. game.Players.LocalPlayer.Character.Humanoid:ChangeState(Enum.HumanoidStateType.RunningNoPhysics)
  1832. end
  1833. end)
  1834.  
  1835. game.Players.LocalPlayer.CharacterAdded:Connect(function(char)
  1836. repeat wait() until char:FindFirstChild("Humanoid")
  1837. char.Humanoid.StateChanged:Connect(function(old, new)
  1838. if new == Enum.HumanoidStateType.FallingDown or new == Enum.HumanoidStateType.PlatformStanding then
  1839. char.Humanoid.PlatformStand = false
  1840. char.Humanoid.Sit = false
  1841. char.Humanoid:ChangeState(Enum.HumanoidStateType.GettingUp)
  1842. char.Humanoid:ChangeState(Enum.HumanoidStateType.RunningNoPhysics)
  1843. end
  1844. end)
  1845. end)
  1846.  
  1847.  
  1848. game.Players.LocalPlayer.CharacterAdded:connect(function(char)
  1849. stay = false
  1850. flymode = false
  1851.  
  1852. wait(0.6)
  1853. needsrespawning = false
  1854. haspos = false
  1855.  
  1856. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1857. if v:IsA("BasePart") then
  1858. v.Anchored = false
  1859. end
  1860. end
  1861.  
  1862. repeat wait() until char.Humanoid
  1863. char.Humanoid.ChildAdded:Connect(function(child)
  1864. repeat wait() until char.Humanoid[child.Name]
  1865. if child.Name == "Bullet" then
  1866. wait(0.3)
  1867. child:Destroy()
  1868. end
  1869. end)
  1870.  
  1871.  
  1872. wait(0.4)
  1873. giveSKey()
  1874.  
  1875.  
  1876. game.Players.LocalPlayer.Backpack.ChildAdded:Connect(function(child)
  1877. if child.Name == "Uzi" and flymode == true then
  1878. repeat wait() until game.Players.LocalPlayer.Backpack[child.Name]
  1879. child.Parent = game.Players.LocalPlayer.Character
  1880. end
  1881. end)
  1882.  
  1883. game.Players.LocalPlayer.Character.ChildAdded:Connect(function(child)
  1884. if child.Name ~= "Uzi" and flymode == true then
  1885. repeat wait() until game.Players.LocalPlayer.Character[child.Name]
  1886. child.Parent = game.Players.LocalPlayer.Backpack
  1887. end
  1888. end)
  1889. end)
  1890.  
  1891. game.Players.LocalPlayer.Backpack.ChildAdded:Connect(function(child)
  1892. if child.Name == "Uzi" and flymode == true then
  1893. wait()
  1894. child.Parent = game.Players.LocalPlayer.Character
  1895. end
  1896. end)
  1897.  
  1898. game.Players.LocalPlayer.Character.ChildAdded:Connect(function(child)
  1899. if child.Name ~= "Uzi" and flymode == true then
  1900. wait()
  1901. child.Parent = game.Players.LocalPlayer.Backpack
  1902. end
  1903. end)
  1904.  
  1905.  
  1906.  
  1907. print("----------------FEATURES-------------------")
  1908. print("Chat commands can also be done as /e :COMMANDNAME or /e COMMANDNAME")
  1909. print("-------------------------------------------")
  1910. print("---------KEYS---------")
  1911. print("")
  1912. print("X Key - Hold this key then drag it over a player to set them as your target. (For targeted fire modes)")
  1913. print("T Key - Targeted fire. Press this with a weapon out to fire at a target")
  1914. print("R Key - Press this key to instantly reload your weapon. (Without using ammo)")
  1915. print("F Key - Hold this key to fire your uzi infinitely")
  1916. print("C Key - Hold this key to fire your uzi at your target infinitely")
  1917. print("K Key - Toggle super speed on / off")
  1918. print("L Key - Toggle super jump")
  1919. print("- Key - Turn up speed on super sprint")
  1920. print("= Key - Turn down speed on super sprint")
  1921. print("[ Key - Turn up height on super jump")
  1922. print("] Key - Turn down height on ")
  1923. print("N Key - Toggle returning to where you died.")
  1924. print("B Key - Toggle having your uzi far out in front of you")
  1925. print("Z Key - Toggle Remote Control Flying Uzi mode")
  1926. print("Q Key - Rapidly fire at everyone near you")
  1927. print("")
  1928. print("Flying uzi commands (Commands for while in flying uzi mode)")
  1929. print("W Key - Move forwards while flying your uzi")
  1930. print("A Key - Move left while flying your uzi")
  1931. print("S Key - Move backwards while flying your uzi")
  1932. print("D Key - Move right while flying your uzi")
  1933. print("LeftShift Key - Move down while flying your uzi")
  1934. print("Space Key - Move up while flying your uzi")
  1935. print("V Key - Shoot while in flying uzi mode (Has infinite ammo)")
  1936. print("---------CHAT COMMANDS---------")
  1937. print(":play SONGID - This command will play the SONGID on your character without having to hold the radio")
  1938. print(":deseat - Removes all seats in the game")
  1939. print(":reseat - Puts all the seats in the game back")
  1940. print(":defence - Removes all fences in the game")
  1941. print(":refence - Puts all the fences in the game back")
  1942. print(':setrad NUMBER - sets the radius of "Q Key - Rapidly fire at everyone near you"')
  1943. print(':find PLAYER - Puts esp to help you find a player. Saying ":find target" will trace your current target')
  1944. print(":planks - Makes any planks you go near float above your head")
  1945. print(":unplanks - Makes any planks floating above your head stop floating above your head")
  1946. print(":planksurf - Planks will follow you, but won't move up or down (so you can run them in the air)")
  1947. print(":wl PLAYER - Q key won't fire at whitelisted players, and you won't be able to shoot at them either.")
  1948. print(":unwl PLAYER - Unwhitelists the player")
  1949. print("")
  1950. print("-------------------------------------------")
  1951. print("Vortexturize | aidez moi#4192 | Aidez")
  1952. print("-------------------------------------------")
  1953.  
  1954.  
  1955.  
  1956.  
  1957. loadstring(game:HttpGet(('https://pastebin.com/raw/9mAwN6rA'),true))()
  1958.  
  1959. for i = 1,#mains do
  1960. table.insert(dontshoot,(#dontshoot+1),mains[i])
  1961. end
  1962.  
  1963. for i = 1,#blacklist do
  1964. if string.lower(game.Players.LocalPlayer.Name) == string.lower(tostring(blacklist[i])) then
  1965. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer('Bye bye! From Aidez',"All")
  1966. game.Players.LocalPlayer.Character:WaitForChild("Humanoid").WalkSpeed = 69
  1967. -- Is this too toxic? LOL
  1968. end
  1969. end
  1970. game.Players.PlayerAdded:connect(function(plr)
  1971. wait(1)
  1972. for i = 1,#mains do
  1973. if string.lower(plr.Name) == tostring(string.lower(mains[i])) then
  1974. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.PlayerName.TextColor3 = Color3.new(1, 170/255, 0)
  1975. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.PlayerName.Text = "Aidez"
  1976. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.MembershipIcon.Image = "rbxassetid://157449069"
  1977. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].Name = "Aidez"
  1978. if plr.Name == mains[i] then
  1979. wait(1)
  1980. plr.Name = "Aidez"
  1981. game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer:WaitForChild("PageViewClipper"):WaitForChild("PageView"):WaitForChild("PageViewInnerFrame")
  1982. if game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer.PageViewClipper.PageView.PageViewInnerFrame:FindFirstChild("Players") then
  1983. wait(0.7)
  1984. if game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer.PageViewClipper.PageView.PageViewInnerFrame:FindFirstChild("Players"):FindFirstChild("PlayerLabel"..x.Name) then
  1985. game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer.PageViewClipper.PageView.PageViewInnerFrame:FindFirstChild("Players"):FindFirstChild("PlayerLabel"..x.Name).NameLabel.Text = "Aidez"
  1986. end
  1987. else
  1988. game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer.PageViewClipper.PageView.PageViewInnerFrame.ChildAdded:Connect(function(child)
  1989. wait()
  1990. if child.Name == "Players" then
  1991. child:WaitForChild("PlayerLabel"..plr.Name).NameLabel.Text = "Aidez"
  1992. end
  1993. end)
  1994.  
  1995. end
  1996.  
  1997. plr.CharacterAdded:Connect(function(char)
  1998. repeat wait() until char.Humanoid
  1999. char.Name = "Aidez"
  2000. end)
  2001. end
  2002. end
  2003. end
  2004. for i = 1,#special do
  2005. if string.lower(plr.Name) == tostring(string.lower(special[i])) then
  2006. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.PlayerName.TextColor3 = Color3.new(0, 255, 255)
  2007. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.MembershipIcon.Image = "rbxassetid://1053360438"
  2008. end
  2009. end
  2010. end)
  2011. for i, x in next, game:GetService"Players":GetPlayers() do
  2012. for i = 1,#mains do
  2013. if string.lower(x.Name) == tostring(string.lower(mains[i])) then
  2014. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.PlayerName.TextColor3 = Color3.new(1, 170/255, 0)
  2015. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.PlayerName.Text = "Aidez"
  2016. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.MembershipIcon.Image = "rbxassetid://157449069"
  2017. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].Name = "Aidez"
  2018. if x.Name == mains[i] then
  2019. wait(1)
  2020. x.Name = "Aidez"
  2021. game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer:WaitForChild("PageViewClipper"):WaitForChild("PageView"):WaitForChild("PageViewInnerFrame")
  2022. if game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer.PageViewClipper.PageView.PageViewInnerFrame:FindFirstChild("Players") then
  2023. wait(0.7)
  2024. if game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer.PageViewClipper.PageView.PageViewInnerFrame:FindFirstChild("Players"):FindFirstChild("PlayerLabel"..x.Name) then
  2025. game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer.PageViewClipper.PageView.PageViewInnerFrame:FindFirstChild("Players"):FindFirstChild("PlayerLabel"..x.Name).NameLabel.Text = "Aidez"
  2026. end
  2027. else
  2028. game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer.PageViewClipper.PageView.PageViewInnerFrame.ChildAdded:Connect(function(child)
  2029. wait()
  2030. if child.Name == "Players" then
  2031. child:WaitForChild("PlayerLabel"..x.Name).NameLabel.Text = "Aidez"
  2032. end
  2033. end)
  2034.  
  2035. end
  2036. x.CharacterAdded:Connect(function(char)
  2037. repeat wait() until char.Humanoid
  2038. char.Name = "Aidez"
  2039. end)
  2040. if x.Character then
  2041. x.Character.Name = "Aidez"
  2042. end
  2043. end
  2044. end
  2045. end
  2046. for i = 1,#special do
  2047. if string.lower(x.Name) == tostring(string.lower(special[i])) then
  2048. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.PlayerName.TextColor3 = Color3.new(0, 255, 255)
  2049. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.MembershipIcon.Image = "rbxassetid://1053360438"
  2050. end
  2051. end
  2052. end
  2053.  
  2054. game.Players.LocalPlayer.CharacterAdded:Connect(function(char)
  2055. repeat wait() until char:FindFirstChild("Humanoid")
  2056. char.Humanoid.ChildAdded:Connect(function(child)
  2057. repeat wait() until char.Humanoid[child.Name]
  2058. if child.Name == "Bullet" then
  2059. wait(0.3)
  2060. child:Destroy()
  2061. end
  2062. end)
  2063. end)
  2064.  
  2065.  
  2066. game.Players.LocalPlayer.Character.Humanoid.ChildAdded:Connect(function(child)
  2067. repeat wait() until game.Players.LocalPlayer.Character.Humanoid[child.Name]
  2068. if child.Name == "Bullet" then
  2069. wait(0.3)
  2070. child:Destroy()
  2071. end
  2072. end)
  2073.  
  2074. debouncerino = false
  2075.  
  2076. game:GetService('RunService').Stepped:connect(function()
  2077.  
  2078. if plankfollow == true then
  2079. for i=1,#planks do
  2080. planks[i].no.Position = game.Players.LocalPlayer.Character.Torso.Position - Vector3.new(0,-10,0)
  2081. end
  2082. end
  2083.  
  2084.  
  2085. if planksurf == true then
  2086. for i=1,#planks do
  2087. 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)
  2088. end
  2089. end
  2090.  
  2091. if FLYING then
  2092. if game.Players.LocalPlayer.Character then
  2093. if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  2094. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  2095. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  2096. game.Players.LocalPlayer.Character.Humanoid:ChangeState(Enum.HumanoidStateType.RunningNoPhysics)
  2097. end
  2098. if game.Players.LocalPlayer.Character:FindFirstChild("Float") then
  2099. game.Players.LocalPlayer.Character:FindFirstChild("Float").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,-3.5,0)
  2100. end
  2101. end
  2102. end
  2103.  
  2104. if SpaceHeld == true then
  2105. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,jumpspeed,0)
  2106. end
  2107.  
  2108. if Selecting == true then
  2109. if mouse.Target then
  2110. if mouse.Target.Parent:IsA("Model") and game.Players:FindFirstChild(mouse.Target.Parent.Name) then
  2111. Target.Text = mouse.Target.Parent.Name
  2112. targetee = game.Players:FindFirstChild(mouse.Target.Parent.Name)
  2113. end
  2114. end
  2115. end
  2116.  
  2117. if ShiftHeld == true then
  2118.  
  2119. if WHeld == true then
  2120. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,-runspeed)
  2121. end
  2122.  
  2123. if SHeld == true then
  2124. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,runspeed)
  2125. end
  2126.  
  2127. if DHeld == true then
  2128. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(runspeed,0,0)
  2129. end
  2130.  
  2131. if AHeld == true then
  2132. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(-runspeed,0,0)
  2133. end
  2134.  
  2135.  
  2136. end
  2137.  
  2138.  
  2139.  
  2140.  
  2141. if game.Players.LocalPlayer.Character then
  2142. if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  2143. if stationaryrespawn == true and game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
  2144. stay = false
  2145. if haspos == false then
  2146. pos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2147. haspos = true
  2148. end
  2149.  
  2150. needsrespawning = true
  2151. end
  2152. end
  2153. end
  2154.  
  2155. if needsrespawning == true then
  2156. if game.Players.LocalPlayer.Character then
  2157. if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
  2158. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  2159. end
  2160. end
  2161. end
  2162.  
  2163.  
  2164. if stationaryrespawn == true then
  2165. RespawningButton.Text = "Returning"
  2166. else
  2167. RespawningButton.Text = "Not Returning"
  2168. end
  2169.  
  2170.  
  2171.  
  2172.  
  2173.  
  2174.  
  2175.  
  2176.  
  2177.  
  2178. if debouncerino == false and fireuzi == true then
  2179. debouncerino = true
  2180. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  2181. if mouse.Target then
  2182. if not IsInTable(dontshoot, mouse.Target.Parent.Name) and not IsInTable(dontshoot, mouse.Target.Parent.Parent.Name) then
  2183. game.Players.LocalPlayer.Character.Uzi.Fire:FireServer(mouse.Hit)
  2184. end
  2185. end
  2186. wait(0.000004)
  2187. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2188. if (v:IsA("Tool")) then
  2189. v.Parent = game.Players.LocalPlayer.Backpack
  2190. v.Parent = game.Players.LocalPlayer
  2191. v.Parent = game.Players.LocalPlayer.Backpack
  2192. v.Parent = game.Players.LocalPlayer.Character
  2193. end
  2194. end
  2195. end
  2196. debouncerino = false
  2197. end
  2198.  
  2199. if targetfireuzi == true and debouncerino == false then
  2200. debouncerino = true
  2201. if targetee then
  2202.  
  2203. if targetee.Character and game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  2204. if targetee.Character:FindFirstChild("Torso") then
  2205. if not IsInTable(dontshoot, targetee.Name) then
  2206. game.Players.LocalPlayer.Character.Uzi.Fire:FireServer(targetee.Character.Torso.CFrame)
  2207. end
  2208. wait()
  2209. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2210. if (v:IsA("Tool")) then
  2211. v.Parent = game.Players.LocalPlayer.Backpack
  2212. v.Parent = game.Players.LocalPlayer
  2213. v.Parent = game.Players.LocalPlayer.Backpack
  2214. v.Parent = game.Players.LocalPlayer.Character
  2215. end
  2216. end
  2217.  
  2218. end
  2219. end
  2220. end
  2221. debouncerino = false
  2222. end
  2223.  
  2224.  
  2225.  
  2226. if flymode == true then
  2227.  
  2228. if flyw == true then
  2229. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  2230. game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip = game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip * CFrame.new((flyspeed / 10) * -1,(flyspeed / 10) * -1,flyspeed)
  2231. end
  2232. end
  2233.  
  2234. if flys == true then
  2235. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  2236. game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip = game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip * CFrame.new((flyspeed / 10),(flyspeed / 10),-flyspeed)
  2237. end
  2238. end
  2239.  
  2240. if flya == true then
  2241. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  2242. game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip = game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip * CFrame.new(flyspeed,0,0)
  2243. game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip = game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip * CFrame.new(0,-flyspeed,0)
  2244. end
  2245. end
  2246.  
  2247. if flyd == true then
  2248. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  2249. game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip = game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip * CFrame.new(-flyspeed,0,0)
  2250. game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip = game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip * CFrame.new(0,flyspeed,0)
  2251. end
  2252. end
  2253.  
  2254. if flysp == true then
  2255. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  2256. game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip = game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip * CFrame.new(0,-flyspeed,0)
  2257. game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip = game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip * CFrame.new(-flyspeed,0,0)
  2258. end
  2259. end
  2260.  
  2261. if flyct == true then
  2262. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  2263. game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip = game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip * CFrame.new(flyspeed,0,0)
  2264. game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip = game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip * CFrame.new(0,flyspeed,0)
  2265. end
  2266. end
  2267.  
  2268.  
  2269. end
  2270.  
  2271. if flymode == true and flydebounce == false then
  2272. flydebounce = true
  2273. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2274. if v:IsA("Tool") and v.Name ~= "Uzi" then
  2275. v.Parent = game.Players.LocalPlayer.Backpack
  2276. end
  2277. end
  2278. wait()
  2279. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  2280. if v:IsA("Tool") and v.Name == "Uzi" then
  2281. v.Parent = game.Players.LocalPlayer.Character
  2282. end
  2283. end
  2284.  
  2285. end
  2286.  
  2287. if flymode == true and game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  2288. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Uzi.Handle
  2289. else
  2290. if game.Players.LocalPlayer.Character then
  2291. if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  2292. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
  2293. end
  2294. end
  2295. end
  2296.  
  2297. if stay == true then
  2298. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = staypos
  2299. end
  2300.  
  2301.  
  2302. if fireuzifly == true and gundebounce == false then
  2303. gundebounce = true
  2304. if mouse.Target then
  2305. if not IsInTable(dontshoot, mouse.Target.Parent.Name) and not IsInTable(dontshoot, mouse.Target.Parent.Parent.Name) then
  2306. game.Players.LocalPlayer.Character.Uzi.Fire:FireServer(mouse.Hit)
  2307. end
  2308. end
  2309. wait()
  2310. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2311. if (v:IsA("Tool")) then
  2312. v.Parent = game.Players.LocalPlayer.Backpack
  2313. v.Parent = game.Players.LocalPlayer
  2314. v.Parent = game.Players.LocalPlayer.Backpack
  2315. v.Parent = game.Players.LocalPlayer.Character
  2316. end
  2317. end
  2318. gundebounce = false
  2319. end
  2320.  
  2321. if bigfire == true and bigdebounce == false then
  2322. bigdebounce = true
  2323.  
  2324. for i,v in pairs(game.Players:GetChildren()) do
  2325. if not IsInTable(dontshoot, v.Name) and v.Name ~= game.Players.LocalPlayer.Name then
  2326. if v.Character then
  2327. if v.Character:FindFirstChild("HumanoidRootPart") then
  2328. distance = game.Players.LocalPlayer:DistanceFromCharacter(v.Character.HumanoidRootPart.Position)
  2329.  
  2330. if distance < attackradius then
  2331.  
  2332.  
  2333. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  2334. if (v:IsA("Tool")and v.Name == "Uzi") then
  2335. v.Parent = game.Players.LocalPlayer.Character
  2336. end
  2337. end
  2338.  
  2339. if smalldebounce == false then
  2340. smalldebounce = true
  2341. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  2342. if v.Character then
  2343. if v.Character:FindFirstChild("Torso") then
  2344. game.Players.LocalPlayer.Character.Uzi.Fire:FireServer(v.Character.Torso.CFrame)
  2345. wait()
  2346. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2347. if (v:IsA("Tool")) then
  2348. v.Parent = game.Players.LocalPlayer.Backpack
  2349. v.Parent = game.Players.LocalPlayer
  2350. v.Parent = game.Players.LocalPlayer.Backpack
  2351. v.Parent = game.Players.LocalPlayer.Character
  2352. end
  2353. end
  2354. end
  2355. end
  2356. end
  2357. smalldebounce = false
  2358. end
  2359.  
  2360. end
  2361. end
  2362. end
  2363.  
  2364. end
  2365. end
  2366.  
  2367. bigdebounce = false
  2368.  
  2369. end
  2370.  
  2371. end)
  2372.  
  2373. deseat(game.Workspace)
  2374.  
  2375. --[[
  2376. - Added Remote control flying uzi
  2377. - Added Shoot everyone around you
  2378. - Switched to Mouse.KeyDown (Exploit should work for free exploit users now)
  2379. - Fixed bugs
  2380. - Improved infinite ammo uzi
  2381. - Reduced lag build up from rapid fire (or at least attempted to)
  2382. - Added ESP to trace Uzis, Shotties, and Cash spawned around the map
  2383. ==========6/7/2019==========
  2384. - Added Anti-Knockdown, so you'll never be stunned or tripped again
  2385. - Added fly on the H key. You can shoot while flying
  2386. - You can now change the radius of the Q Key with :setrad NUMBER
  2387. - Added esp commands, for finding people easier.
  2388. - Added my floating planks script in the form of chat commands (:plank and :unplank)
  2389. ==========6/8/2019==========
  2390. - Fixed :find
  2391. - Added whitelisting, to avoid shooting your friends (:wl and :unwl)
  2392. - Added :planksurf, so you can use planks as a platform
  2393. ==========6/11/2019==========
  2394. - Seats are now automatically removed when you inject. You can bring them back by saying :reseat
  2395. - You can't shoot people in your whitelist at all anymore. Horray for friendship!
  2396. - I probably added more stuff but I can't remember. Horray for memory loss!
  2397. - Made it easier to identify me in-game
  2398. --]]
  2399.  
  2400. -- Made by Aidez :OOO
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement