Advertisement
alek_

MegaCombat v2

Apr 4th, 2020
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.97 KB | None | 0 0
  1. if game.PlaceId == 455366377 or game.PlaceId == 4669040 then
  2.  
  3. print("Currently Playing The Streets")
  4. print("Waiting for player to confirm...")
  5. else
  6. return
  7. end
  8.  
  9. while undecided do
  10. wait()
  11. end
  12.  
  13. wait(1)
  14.  
  15. SpaceHeld = false
  16. jumpgcheck = true
  17. jumpspeed = 0.9
  18. targetee = nil
  19. pleaseshoot = false
  20. IsFirstPerson = false
  21. ShiftHeld = false
  22. WHeld = false
  23. SHeld = false
  24. AHeld = false
  25. DHeld = false
  26. gcheckrun = true
  27. runspeed = 1
  28. local stationaryrespawn = true
  29. local needsrespawning = false
  30. local haspos = false
  31. local pos = CFrame.new()
  32. fireuzi = false
  33. targetfireuzi = false
  34. forward = false
  35. flymode = false
  36. flyw = false
  37. flys = false
  38. flyd = false
  39. flya = false
  40. flysp = false
  41. flyct = false
  42. Mouse = game.Players.LocalPlayer:GetMouse()
  43. flyspeed = 0.5
  44. staypos = CFrame.new()
  45. stay = false
  46. originalgrip = CFrame.new()
  47. gundebounce = false
  48. flydebounce = false
  49. smalldebounce = false
  50. bigdebounce = false
  51. bigfire = false
  52. mouse = game.Players.LocalPlayer:GetMouse()
  53.  
  54. local TargetGUI = Instance.new("ScreenGui")
  55. local Target = Instance.new("TextBox")
  56. local Background = Instance.new("ImageLabel")
  57.  
  58. TargetGUI.Name = "TargetGUI"
  59. TargetGUI.Parent = game.CoreGui
  60.  
  61. Target.Name = "Target"
  62. Target.Parent = TargetGUI
  63. Target.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  64. Target.BackgroundTransparency = 0.30000001192093
  65. Target.ClipsDescendants = true
  66. Target.Position = UDim2.new(0.726104677, 0, 0.717467248, 0)
  67. Target.Size = UDim2.new(0, 100, 0, 21)
  68. Target.Font = Enum.Font.SourceSans
  69. Target.PlaceholderText = "[TARGET]"
  70. Target.Text = ""
  71. Target.TextColor3 = Color3.new(1, 1, 1)
  72. Target.TextSize = 14
  73. Target.TextWrapped = true
  74. Target.Draggable = true
  75.  
  76. Background.Name = "Background"
  77. Background.Parent = Target
  78. Background.BackgroundColor3 = Color3.new(1, 1, 1)
  79. Background.Position = UDim2.new(-9.90098342e-05, 0, -1.57506061, 0)
  80. Background.Size = UDim2.new(0, 100, 0, 86)
  81. Background.ZIndex = 0
  82. Background.Image = "rbxassetid://0&hash=2396ab74bcae41f2340b198666905246"
  83.  
  84.  
  85. local Respawning = Instance.new("ScreenGui")
  86. local RespawningButton = Instance.new("TextButton")
  87.  
  88.  
  89.  
  90. Respawning.Name = "Respawning"
  91. Respawning.Parent = game.CoreGui
  92.  
  93.  
  94.  
  95. RespawningButton.Name = "RespawningButton"
  96. RespawningButton.Parent = Respawning
  97. RespawningButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  98. RespawningButton.BackgroundTransparency = 0.30000001192093
  99. RespawningButton.BorderSizePixel = 0
  100. RespawningButton.Position = UDim2.new(0.0391057241, 0, 0.826617789, 0)
  101. RespawningButton.Size = UDim2.new(0, 83, 0, 34)
  102. RespawningButton.Font = Enum.Font.SourceSans
  103. RespawningButton.Text = "Not Returning"
  104. RespawningButton.TextColor3 = Color3.new(1, 1, 1)
  105. RespawningButton.TextSize = 20
  106. RespawningButton.TextScaled = true
  107. RespawningButton.Draggable = true
  108.  
  109.  
  110. local creditsdab = Instance.new("ScreenGui")
  111. local Frame = Instance.new("Frame")
  112. local aidez = Instance.new("ImageLabel")
  113. local names = Instance.new("TextLabel")
  114. local scriptmadeby = Instance.new("TextLabel")
  115. local scriptmadeby_2 = Instance.new("TextLabel")
  116. local x = Instance.new("TextButton")
  117.  
  118.  
  119. creditsdab.Name = "creditsdab"
  120. creditsdab.Parent = game.CoreGui
  121.  
  122. Frame.Parent = creditsdab
  123. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  124. Frame.Position = UDim2.new(0.399554282, 0, 0.241054624, 0)
  125. Frame.Size = UDim2.new(0, 274, 0, 274)
  126.  
  127. aidez.Name = "aidez"
  128. aidez.Parent = Frame
  129. aidez.BackgroundColor3 = Color3.new(1, 1, 1)
  130. aidez.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  131. aidez.Position = UDim2.new(-0.000740621239, 0, 0.000178694725, 0)
  132. aidez.Size = UDim2.new(0, 274, 0, 274)
  133. aidez.Image = "rbxassetid://0&hash=9c3f6c00707d5ebde710fd2f3efd2b5e"
  134.  
  135. names.Name = "names"
  136. names.Parent = Frame
  137. names.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  138. names.BackgroundTransparency = 0.30000001192093
  139. names.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  140. names.Position = UDim2.new(0, 0, 0.897810221, 0)
  141. names.Size = UDim2.new(0, 274, 0, 28)
  142. names.Font = Enum.Font.SourceSans
  143. names.Text = "Vortexturize | aidez moi#4192 | Aidez "
  144. names.TextColor3 = Color3.new(1, 1, 1)
  145. names.TextSize = 14
  146.  
  147. scriptmadeby.Name = "scriptmadeby"
  148. scriptmadeby.Parent = Frame
  149. scriptmadeby.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  150. scriptmadeby.BackgroundTransparency = 0.30000001192093
  151. scriptmadeby.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  152. scriptmadeby.Position = UDim2.new(0, 0, -0.102189779, 0)
  153. scriptmadeby.Size = UDim2.new(0, 274, 0, 28)
  154. scriptmadeby.Font = Enum.Font.SourceSans
  155. scriptmadeby.Text = "Script made by"
  156. scriptmadeby.TextColor3 = Color3.new(1, 1, 1)
  157. scriptmadeby.TextSize = 14
  158.  
  159. scriptmadeby_2.Name = "scriptmadeby"
  160. scriptmadeby_2.Parent = Frame
  161. scriptmadeby_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  162. scriptmadeby_2.BackgroundTransparency = 0.30000001192093
  163. scriptmadeby_2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  164. scriptmadeby_2.Position = UDim2.new(0, 0, -0.164233565, 0)
  165. scriptmadeby_2.Size = UDim2.new(0, 274, 0, 17)
  166. scriptmadeby_2.Font = Enum.Font.SourceSans
  167. scriptmadeby_2.Text = "Open the dev consol for a list of features. (F9 or Shift + F9)"
  168. scriptmadeby_2.TextColor3 = Color3.new(1, 1, 1)
  169. scriptmadeby_2.TextScaled = true
  170. scriptmadeby_2.TextSize = 14
  171. scriptmadeby_2.TextWrapped = true
  172.  
  173. x.Name = "x"
  174. x.Parent = creditsdab
  175. x.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  176. x.BackgroundTransparency = 0.30000001192093
  177. x.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  178. x.Position = UDim2.new(0.600445747, 0, 0.188323915, 0)
  179. x.Size = UDim2.new(0, 28, 0, 28)
  180. x.Font = Enum.Font.SourceSansSemibold
  181. x.Text = "X"
  182. x.TextColor3 = Color3.new(1, 1, 1)
  183. x.TextSize = 30
  184.  
  185. x.MouseButton1Click:connect(function()
  186. creditsdab:Destroy()
  187. end)
  188.  
  189. function giveSKey()
  190. local epic = Instance.new("Tool")
  191. local dab = Instance.new("Part")
  192. local plr = game.Players.LocalPlayer
  193. local tar_obj = nil
  194. dab.Parent = epic
  195. dab.Size = Vector3.new(0.2, 0.2, 0.2)
  196. epic.Parent = plr.Backpack
  197. epic.Name = "Skeleton Key"
  198. epic.ToolTip = "Click on a door with this"
  199. dab.Name = "Handle"
  200. epic.Equipped:Connect(function(m_S)
  201.  
  202.  
  203. m_S.Button1Down:Connect(function()
  204.  
  205.  
  206. tar_obj = m_S.Target
  207. door = tar_obj.Parent
  208. if door:FindFirstChild("Lock") then
  209. door.Lock.ClickDetector.RemoteEvent:FireServer()
  210. wait(0.2)
  211. door.Click.ClickDetector.RemoteEvent:FireServer()
  212.  
  213. elseif tar_obj.Parent.Parent:FindFirstChild("Lock") then
  214. tar_obj.Parent.Parent.Lock.ClickDetector.RemoteEvent:FireServer()
  215. wait(0.2)
  216. tar_obj.Parent.Parent.Click.ClickDetector.RemoteEvent:FireServer()
  217.  
  218.  
  219. end
  220.  
  221.  
  222.  
  223. end)
  224. end)
  225. end -- giveSKey Function end
  226. giveSKey()
  227.  
  228.  
  229.  
  230.  
  231. local function removeothercash(instance)
  232. for i,v in pairs(instance:GetChildren()) do
  233. if v.Name == "ESP" and v:FindFirstChild("CASH") then
  234. v:Destroy()
  235. end
  236. removeothercash(v)
  237. end
  238. end
  239.  
  240. local function removeothershotty(instance)
  241. for i,v in pairs(instance:GetChildren()) do
  242. if v.Name == "ESP" and v:FindFirstChild("SHOTTY") then
  243. v:Destroy()
  244. end
  245. removeothershotty(v)
  246. end
  247. end
  248.  
  249. local function removeotheruzi(instance)
  250. for i,v in pairs(instance:GetChildren()) do
  251. if v.Name == "ESP" and v:FindFirstChild("UZi") then
  252. v:Destroy()
  253. end
  254. removeotheruzi(v)
  255. end
  256. end
  257.  
  258. function showcash(v)
  259.  
  260. local epic = Instance.new("Part")
  261. epic.Parent = v
  262. epic.Name = "parttrace"
  263. epic.CFrame = v.CFrame
  264. epic.Size = Vector3.new(0.2,0.2,0.2)
  265. epic.Anchored = true
  266. epic.Transparency = 1
  267.  
  268. local billgui = Instance.new('BillboardGui', epic)
  269. local textlab = Instance.new('TextLabel', billgui)
  270.  
  271. billgui.Name = "ESP"
  272. billgui.Adornee = epic
  273. billgui.AlwaysOnTop = true
  274. billgui.ExtentsOffset = Vector3.new(0, 1, 0)
  275. billgui.Size = UDim2.new(0, 5, 0, 5)
  276.  
  277. textlab.Name = 'CASH'
  278. textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  279. textlab.BackgroundTransparency = 1
  280. textlab.BorderSizePixel = 0
  281. textlab.Position = UDim2.new(0, 0, 0, -40)
  282. textlab.Size = UDim2.new(1, 0, 10, 0)
  283. textlab.Visible = true
  284. textlab.ZIndex = 10
  285. textlab.Font = 'ArialBold'
  286. textlab.FontSize = 'Size14'
  287. textlab.Text = "CASH"
  288. textlab.TextColor = BrickColor.new('Bright red')
  289. textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  290. textlab.TextStrokeTransparency = 0.6
  291. end
  292.  
  293.  
  294. function showuzi(v)
  295.  
  296. local epic = Instance.new("Part")
  297. epic.Parent = v
  298. epic.Name = "parttrace"
  299. epic.CFrame = v.CFrame
  300. epic.Size = Vector3.new(0.2,0.2,0.2)
  301. epic.Anchored = true
  302. epic.Transparency = 1
  303.  
  304. local billgui = Instance.new('BillboardGui', epic)
  305. local textlab = Instance.new('TextLabel', billgui)
  306.  
  307. billgui.Name = "ESP"
  308. billgui.Adornee = epic
  309. billgui.AlwaysOnTop = true
  310. billgui.ExtentsOffset = Vector3.new(0, 1, 0)
  311. billgui.Size = UDim2.new(0, 5, 0, 5)
  312.  
  313. textlab.Name = 'UZI'
  314. textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  315. textlab.BackgroundTransparency = 1
  316. textlab.BorderSizePixel = 0
  317. textlab.Position = UDim2.new(0, 0, 0, -40)
  318. textlab.Size = UDim2.new(1, 0, 10, 0)
  319. textlab.Visible = true
  320. textlab.ZIndex = 10
  321. textlab.Font = 'ArialBold'
  322. textlab.FontSize = 'Size18'
  323. textlab.Text = "UZI"
  324. textlab.TextColor = BrickColor.new('Bright blue')
  325. textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  326. textlab.TextStrokeTransparency = 0.6
  327. end
  328.  
  329.  
  330. function showshotty(v)
  331.  
  332. local epic = Instance.new("Part")
  333. epic.Parent = v
  334. epic.Name = "parttrace"
  335. epic.CFrame = v.CFrame
  336. epic.Size = Vector3.new(0.2,0.2,0.2)
  337. epic.Anchored = true
  338. epic.Transparency = 1
  339.  
  340. local billgui = Instance.new('BillboardGui', epic)
  341. local textlab = Instance.new('TextLabel', billgui)
  342.  
  343. billgui.Name = "ESP"
  344. billgui.Adornee = epic
  345. billgui.AlwaysOnTop = true
  346. billgui.ExtentsOffset = Vector3.new(0, 1, 0)
  347. billgui.Size = UDim2.new(0, 5, 0, 5)
  348.  
  349. textlab.Name = 'SHOTTY'
  350. textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  351. textlab.BackgroundTransparency = 1
  352. textlab.BorderSizePixel = 0
  353. textlab.Position = UDim2.new(0, 0, 0, -40)
  354. textlab.Size = UDim2.new(1, 0, 10, 0)
  355. textlab.Visible = true
  356. textlab.ZIndex = 10
  357. textlab.Font = 'ArialBold'
  358. textlab.FontSize = 'Size14'
  359. textlab.Text = "SHOTTY"
  360. textlab.TextColor = BrickColor.new('Bright yellow')
  361. textlab.TextStrokeColor3 = Color3.fromRGB(0,0,0)
  362. textlab.TextStrokeTransparency = 0.6
  363. end
  364.  
  365.  
  366. local function tracecash(instance)
  367. for i,v in pairs(instance:GetChildren()) do
  368. if v:IsA("MeshPart") and v.MeshId == "rbxassetid://511726060" then
  369. removeothercash(v.Parent)
  370. showcash(v)
  371. end
  372. tracecash(v)
  373. end
  374. end
  375.  
  376.  
  377. local function traceshotty(instance)
  378. for i,v in pairs(instance:GetChildren()) do
  379. if v:IsA("Sound") and v.Name == "Fire" and v.Parent.Parent.Parent.Name == "RandomSpawner" and string.find(tostring(v.SoundId), tostring(142383762)) then
  380. removeothershotty(v.Parent)
  381. showshotty(v.Parent)
  382. end
  383. traceshotty(v)
  384. end
  385. end
  386.  
  387.  
  388. local function traceuzi(instance)
  389. for i,v in pairs(instance:GetChildren()) do
  390. if v:IsA("Sound") and v.Name == "Fire" and v.Parent.Parent.Parent.Name == "RandomSpawner" and string.find(tostring(v.SoundId), tostring(328964620)) then
  391. removeotheruzi(v.Parent)
  392. showuzi(v.Parent)
  393. end
  394. traceuzi(v)
  395. end
  396. end
  397.  
  398.  
  399.  
  400. for i,v in pairs(game.Workspace:GetChildren()) do
  401. if v.Name == "RandomSpawner" then
  402. if v:FindFirstChild("Model") then
  403. v.Model.ChildAdded:Connect(function(child)
  404. tracecash(child)
  405. traceshotty(child)
  406. traceuzi(child)
  407. end)
  408. end
  409. v.ChildAdded:Connect(function(child)
  410. tracecash(child)
  411. traceshotty(child)
  412. traceuzi(child)
  413. end)
  414. end
  415. end
  416.  
  417. game.Workspace.ChildAdded:Connect(function(child)
  418. if child.Name == "RandomSpawner" then
  419. repeat wait() until child.Model
  420. tracecash(child)
  421. traceshotty(child)
  422. traceuzi(child)
  423. end
  424. end)
  425.  
  426. tracecash(game.Workspace)
  427. traceshotty(game.Workspace)
  428. traceuzi(game.Workspace)
  429.  
  430. local function uncancollide(instance)
  431. for i,v in pairs(instance:GetChildren()) do
  432. if v:IsA("BasePart") then
  433. v.CanCollide = false
  434. v.Massless = true
  435. end
  436. uncancollide(v)
  437. end
  438. end
  439.  
  440.  
  441. local function radioglitchy(instance)
  442. for i,v in pairs(instance:GetChildren()) do
  443. if v:IsA("Script") then
  444. v:Destroy()
  445. end
  446. radioglitchy(v)
  447. end
  448. end
  449.  
  450. local function deseat(instance)
  451. for i,v in pairs(instance:GetChildren()) do
  452. if v:IsA("Seat") then
  453. v.Parent = game.Lighting
  454. end
  455. deseat(v)
  456. end
  457. end
  458.  
  459. local function reseat(instance)
  460. for i,v in pairs(instance:GetChildren()) do
  461. if v:IsA("Seat") then
  462. v.Parent = game.Workspace
  463. end
  464. reseat(v)
  465. end
  466. end
  467.  
  468.  
  469. function defence(instance)
  470. for i,v in pairs(instance:GetChildren()) do
  471. if v:IsA("Texture") then
  472. if v.Parent then
  473. if v.Parent.Transparency == 1 then
  474. v.Parent.Parent = game.Lighting
  475. end
  476. end
  477. end
  478. defence(v)
  479. end
  480. end
  481.  
  482.  
  483. function refence(instance)
  484. for i,v in pairs(instance:GetChildren()) do
  485. if v:IsA("Texture") then
  486. if v.Parent then
  487. if v.Parent.Transparency == 1 then
  488. v.Parent.Parent = game.Workspace
  489. end
  490. end
  491. end
  492. refence(v)
  493. end
  494. end
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501. function messagecommandshandle(plr,msg)
  502.  
  503. local lower = string.lower(msg)
  504. local len = string.len(lower)
  505.  
  506.  
  507. if string.find(lower,":play ") then
  508. idtoplay = string.gsub(lower,":play ","")
  509. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  510. if (v:IsA("Tool") and v.Name == "BoomBox") then
  511. v.Parent = game.Players.LocalPlayer.Character
  512. end
  513. end
  514. wait(0.1)
  515. game.Players.LocalPlayer.Character.BoomBox.Remote:FireServer("PlaySong", idtoplay)
  516. wait(0.1)
  517. radioglitchy(game.Players.LocalPlayer.Character.BoomBox)
  518. game.Players.LocalPlayer.Character:FindFirstChild("BoomBox").Parent = game.Players.LocalPlayer.Backpack
  519.  
  520. end
  521.  
  522. if string.find(lower,"/e play ") then
  523. idtoplay = string.gsub(lower,"/e play ","")
  524. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  525. if (v:IsA("Tool") and v.Name == "BoomBox") then
  526. v.Parent = game.Players.LocalPlayer.Character
  527. end
  528. end
  529. wait(0.1)
  530. game.Players.LocalPlayer.Character.BoomBox.Remote:FireServer("PlaySong", idtoplay)
  531. wait(0.1)
  532. radioglitchy(game.Players.LocalPlayer.Character.BoomBox)
  533. game.Players.LocalPlayer.Character:FindFirstChild("BoomBox").Parent = game.Players.LocalPlayer.Backpack
  534.  
  535. end
  536.  
  537. if string.find(lower,"/e :play ") then
  538. idtoplay = string.gsub(lower,"/e :play ","")
  539. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  540. if (v:IsA("Tool") and v.Name == "BoomBox") then
  541. v.Parent = game.Players.LocalPlayer.Character
  542. end
  543. end
  544. wait(0.1)
  545. game.Players.LocalPlayer.Character.BoomBox.Remote:FireServer("PlaySong", idtoplay)
  546. wait(0.1)
  547. radioglitchy(game.Players.LocalPlayer.Character.BoomBox)
  548. game.Players.LocalPlayer.Character:FindFirstChild("BoomBox").Parent = game.Players.LocalPlayer.Backpack
  549.  
  550. end
  551.  
  552.  
  553.  
  554.  
  555. if string.find(lower,":deseat") then
  556. deseat(game.Workspace)
  557. end
  558. if string.find(lower,"/e deseat") then
  559. deseat(game.Workspace)
  560. end
  561. if string.find(lower,"/e :deseat") then
  562. deseat(game.Workspace)
  563. end
  564.  
  565.  
  566. if string.find(lower,":reseat") then
  567. reseat(game.Lighting)
  568. end
  569.  
  570. if string.find(lower,"/e reseat") then
  571. reseat(game.Lighting)
  572. end
  573.  
  574. if string.find(lower,"/e :reseat") then
  575. reseat(game.Lighting)
  576. end
  577.  
  578.  
  579.  
  580. if string.find(lower,":defence") then
  581. defence(game.Workspace)
  582. end
  583. if string.find(lower,"/e defence") then
  584. defence(game.Workspace)
  585. end
  586. if string.find(lower,"/e :defence") then
  587. defence(game.Workspace)
  588. end
  589.  
  590. if string.find(lower,":refence") then
  591. refence(game.Lighting)
  592. end
  593. if string.find(lower,"/e refence") then
  594. refence(game.Lighting)
  595. end
  596. if string.find(lower,"/e :refence") then
  597. refence(game.Lighting)
  598. end
  599.  
  600.  
  601.  
  602. if string.find(lower,":cash") then
  603. tracecash(game.Workspace)
  604. end
  605.  
  606. if string.find(lower,"/e cash") then
  607. tracecash(game.Workspace)
  608. end
  609.  
  610. if string.find(lower,"/e :cash") then
  611. tracecash(game.Workspace)
  612. end
  613.  
  614.  
  615. end
  616.  
  617.  
  618.  
  619. local debounce = false
  620.  
  621. function fireat(target)
  622. if debounce == false then
  623. debounce = true
  624. for i = 1,3 do
  625. if game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool") then
  626. if game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool").Fire then
  627. u = game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool").Fire
  628. if target.Character then
  629. u:FireServer(targetee.Character.Torso.CFrame)
  630. end
  631. end
  632. end
  633. wait(0.1)
  634. end
  635. debounce = false
  636. end
  637. end
  638.  
  639.  
  640.  
  641. Target.FocusLost:Connect(function()
  642. local name = string.lower(Target.Text)
  643. local player = nil
  644.  
  645. names = game.Players:GetChildren()
  646.  
  647. for i,x in pairs(names) do
  648. strlower = string.lower(x.Name)
  649. sub = string.sub(strlower,1,#name)
  650.  
  651. if name == sub then
  652. player = x
  653. if player.Name ~= game.Players.LocalPlayer.Name and x.Name ~= "Vortexturize" then
  654. targetee = player
  655. end
  656. end
  657. end
  658. end)
  659.  
  660.  
  661.  
  662.  
  663. mouse.KeyDown:Connect(function(key)
  664. if key == "v" then
  665.  
  666. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  667. fireuzifly = true
  668. end
  669.  
  670. end
  671. end)
  672.  
  673.  
  674. mouse.KeyUp:Connect(function(key)
  675. if key == "v" then
  676. fireuzifly = false
  677. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  678. if (v:IsA("Tool")and v.Name == "Uzi") then
  679. v:Deactivate()
  680. end
  681. end
  682.  
  683. end
  684. end)
  685.  
  686.  
  687. mouse.KeyDown:Connect(function(key)
  688. if key == "q" then
  689. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") or game.Players.LocalPlayer.Backpack:FindFirstChild("Uzi") then
  690. bigfire = true
  691. end
  692. end
  693. end)
  694.  
  695.  
  696. mouse.KeyUp:Connect(function(key)
  697. if key == "q" then
  698. bigfire = false
  699. end
  700. end)
  701.  
  702. mouse.KeyDown:Connect(function(key)
  703. if key == "z" then
  704.  
  705. if flymode == false then
  706. if game.Players.LocalPlayer.Backpack:FindFirstChild("Uzi") then
  707. originalgrip = game.Players.LocalPlayer.Backpack.Uzi.Grip
  708. elseif game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  709. originalgrip = game.Players.LocalPlayer.Character.Uzi.Grip
  710. else
  711. return
  712. end
  713. staypos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  714. stay = true
  715. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  716. if v:IsA("Tool") and v.Name == "Uzi" then
  717. v.Parent = game.Players.LocalPlayer.Character
  718. game.Workspace.CurrentCamera.CameraSubject = v.Handle
  719. end
  720. end
  721.  
  722. wait()
  723. flymode = true
  724. wait(0.3)
  725. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  726. if v:IsA("BasePart") then
  727. v.Anchored = true
  728. end
  729. end
  730. elseif flymode == true then
  731. game.Players.LocalPlayer.Character.Uzi.Grip = originalgrip
  732. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  733. if v:IsA("Tool") and v.Name == "Uzi" then
  734. v.Parent = game.Players.LocalPlayer.Backpack
  735. end
  736. end
  737. stay = false
  738. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  739. if v:IsA("BasePart") then
  740. v.Anchored = false
  741. end
  742. end
  743. for i = 1,5 do
  744. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
  745. end
  746.  
  747. flyw = false
  748. flys = false
  749. flyd = false
  750. flya = false
  751. flysp = false
  752. flyct = false
  753. flymode = false
  754. end
  755. end
  756. end)
  757.  
  758. mouse.KeyDown:Connect(function(key)
  759. if key == "w" then
  760. flyw = true
  761. end
  762. end)
  763.  
  764. mouse.KeyUp:Connect(function(key)
  765. if key == "w" then
  766. flyw = false
  767. end
  768. end)
  769.  
  770.  
  771. mouse.KeyDown:Connect(function(key)
  772. if key == "s" then
  773. flys = true
  774. end
  775. end)
  776. mouse.KeyUp:Connect(function(key)
  777. if key == "s" then
  778. flys = false
  779. end
  780. end)
  781.  
  782.  
  783. mouse.KeyDown:Connect(function(key)
  784. if key == "d" then
  785. flyd = true
  786. end
  787. end)
  788.  
  789. mouse.KeyUp:Connect(function(key)
  790. if key == "d" then
  791. flyd = false
  792. end
  793. end)
  794.  
  795. mouse.KeyDown:Connect(function(key)
  796. if key == "a" then
  797. flya = true
  798. end
  799. end)
  800.  
  801. mouse.KeyUp:Connect(function(key)
  802. if key == "a" then
  803. flya = false
  804. end
  805. end)
  806.  
  807. mouse.KeyDown:Connect(function(key)
  808. if key == " " then
  809. flysp = true
  810. end
  811. end)
  812.  
  813. mouse.KeyUp:Connect(function(key)
  814. if key == " " then
  815. flysp = false
  816. end
  817. end)
  818.  
  819.  
  820. mouse.KeyDown:Connect(function(key)
  821. if key == "0" then -- love mouse.keydown, and how left shift is also 0
  822. flyct = true
  823. end
  824. end)
  825.  
  826. mouse.KeyUp:Connect(function(key)
  827. if key == "0" then
  828. flyct = false
  829. end
  830. end)
  831.  
  832.  
  833.  
  834.  
  835. mouse.KeyDown:Connect(function(key)
  836. if key == "t" then
  837. fireat(targetee)
  838. end
  839. end)
  840.  
  841. mouse.KeyDown:Connect(function(key)
  842. if key == "x" then
  843. Selecting = true
  844. end
  845. end)
  846. mouse.KeyUp:Connect(function(key)
  847. if key == "x" then
  848. Selecting = false
  849. end
  850. end)
  851.  
  852.  
  853.  
  854. mouse.KeyDown:Connect(function(key)
  855. if key == "[" then
  856. jumpspeed = jumpspeed - 0.1
  857. end
  858. end)
  859.  
  860.  
  861. firing = false
  862. mouse.KeyDown:Connect(function(key)
  863. if key == "r" then
  864.  
  865. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  866. if (v:IsA("Tool") and v:FindFirstChild("Fire")) then
  867. if v.Reloader.Value == false then
  868. v.Parent = game.Players.LocalPlayer.Backpack
  869.  
  870. v.Parent = game.Players.LocalPlayer
  871. v.Parent = game.Players.LocalPlayer.Backpack
  872.  
  873. v.Parent = game.Players.LocalPlayer.Character
  874. end
  875. end
  876. end
  877. end
  878. end)
  879.  
  880.  
  881.  
  882. mouse.KeyDown:Connect(function(key)
  883. if key == "]" then
  884. jumpspeed = jumpspeed + 0.1
  885. end
  886. end)
  887.  
  888.  
  889.  
  890.  
  891. mouse.KeyDown:Connect(function(key)
  892. if key == "l" then
  893. if jumpgcheck == false then
  894. jumpgcheck = true
  895. elseif jumpgcheck == true then
  896. jumpgcheck = false
  897. end
  898.  
  899. end
  900. end)
  901.  
  902.  
  903.  
  904.  
  905.  
  906. mouse.KeyDown:Connect(function(key)
  907. if key == " " and jumpgcheck == true then
  908. SpaceHeld = true
  909. end
  910. end)
  911.  
  912. mouse.KeyUp:Connect(function(key)
  913. if key == " " then
  914. SpaceHeld = false
  915. end
  916. end)
  917.  
  918. mouse.KeyDown:Connect(function(key)
  919. if key == "-" then
  920. runspeed = runspeed - 0.1
  921. end
  922. end)
  923.  
  924.  
  925.  
  926. mouse.KeyDown:Connect(function(key)
  927. if key == "=" then
  928. runspeed = runspeed + 0.1
  929. end
  930. end)
  931.  
  932.  
  933.  
  934. mouse.KeyDown:Connect(function(key)
  935. if key == "k" then
  936. if gcheckrun == false then
  937. gcheckrun = true
  938. elseif gcheckrun == true then
  939. gcheckrun = false
  940. end
  941.  
  942. end
  943. end)
  944.  
  945.  
  946.  
  947.  
  948. mouse.KeyDown:Connect(function(key)
  949. if key == "0" and gcheckrun == true then
  950. ShiftHeld = true
  951. end
  952. end)
  953.  
  954. mouse.KeyUp:Connect(function(key)
  955. if key == "0" then
  956. ShiftHeld = false
  957. end
  958. end)
  959.  
  960.  
  961. mouse.KeyDown:Connect(function(key)
  962. if key == "w" then
  963. WHeld = true
  964. end
  965. end)
  966.  
  967. mouse.KeyUp:Connect(function(key)
  968. if key == "w" then
  969. WHeld = false
  970. end
  971. end)
  972.  
  973. mouse.KeyDown:Connect(function(key)
  974. if key == "s" then
  975. SHeld = true
  976. end
  977. end)
  978.  
  979. mouse.KeyUp:Connect(function(key)
  980. if key == "s" then
  981. SHeld = false
  982. end
  983. end)
  984.  
  985.  
  986. mouse.KeyDown:Connect(function(key)
  987. if key == "a" then
  988. AHeld = true
  989. end
  990. end)
  991.  
  992. mouse.KeyUp:Connect(function(key)
  993. if key == "a" then
  994. AHeld = false
  995. end
  996. end)
  997.  
  998.  
  999. mouse.KeyDown:Connect(function(key)
  1000. if key == "d" then
  1001. DHeld = true
  1002. end
  1003. end)
  1004.  
  1005. mouse.KeyUp:Connect(function(key)
  1006. if key == "d" then
  1007. DHeld = false
  1008. end
  1009. end)
  1010.  
  1011.  
  1012.  
  1013.  
  1014. mouse.KeyDown:Connect(function(key)
  1015. if key == "p" then
  1016. if game.Players.LocalPlayer.Character.Torso:FindFirstChild("Neck") then
  1017. game.Players.LocalPlayer.Character.Torso:FindFirstChild("Neck"):Destroy()
  1018. end
  1019. end
  1020. end)
  1021.  
  1022.  
  1023.  
  1024. mouse.KeyDown:Connect(function(key)
  1025. if key == "n" then
  1026. stationaryrespawn = not stationaryrespawn
  1027. end
  1028. end)
  1029.  
  1030. mouse.KeyDown:Connect(function(key)
  1031. if key == "f" then
  1032.  
  1033. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1034. if (v:IsA("Tool")and v.Name ~= "Uzi") then
  1035. v.Parent = game.Players.LocalPlayer.Backpack
  1036. end
  1037. end
  1038.  
  1039. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1040. if (v:IsA("Tool")and v.Name == "Uzi") then
  1041. v.Parent = game.Players.LocalPlayer.Character
  1042. end
  1043. end
  1044. fireuzi = true
  1045.  
  1046. end
  1047. end)
  1048.  
  1049. mouse.KeyUp:Connect(function(key)
  1050. if key == "f" then
  1051.  
  1052. fireuzi = false
  1053. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1054. if (v:IsA("Tool")and v.Name == "Uzi") then
  1055. v:Deactivate()
  1056. v.Parent = game.Players.LocalPlayer.Backpack
  1057. end
  1058. end
  1059.  
  1060. end
  1061. end)
  1062.  
  1063.  
  1064.  
  1065. mouse.KeyDown:Connect(function(key)
  1066. if key == "c" then
  1067.  
  1068. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1069. if (v:IsA("Tool")and v.Name ~= "Uzi") then
  1070. v.Parent = game.Players.LocalPlayer.Backpack
  1071. end
  1072. end
  1073.  
  1074. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1075. if (v:IsA("Tool")and v.Name == "Uzi") then
  1076. v.Parent = game.Players.LocalPlayer.Character
  1077. end
  1078. end
  1079. targetfireuzi = true
  1080.  
  1081. end
  1082. end)
  1083.  
  1084. mouse.KeyUp:Connect(function(key)
  1085. if key == "c" then
  1086.  
  1087. targetfireuzi = false
  1088. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1089. if (v:IsA("Tool")and v.Name == "Uzi") then
  1090. v:Deactivate()
  1091. v.Parent = game.Players.LocalPlayer.Backpack
  1092. end
  1093. end
  1094.  
  1095. end
  1096. end)
  1097.  
  1098.  
  1099.  
  1100. mouse.KeyDown:Connect(function(key)
  1101. if key == "b" then
  1102.  
  1103. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1104. if (v:IsA("Tool")and v.Name ~= "Uzi") then
  1105. v.Parent = game.Players.LocalPlayer.Backpack
  1106. end
  1107. end
  1108.  
  1109. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1110. if (v:IsA("Tool")and v.Name == "Uzi") then
  1111. v.Parent = game.Players.LocalPlayer.Character
  1112. end
  1113. end
  1114. game.Players.LocalPlayer.Character:WaitForChild("Uzi")
  1115.  
  1116. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1117. if (v:IsA("Tool")and v.Name == "Uzi") then
  1118. if forward == false then
  1119. v.Grip = CFrame.new(0,-12,60)
  1120. uncancollide(v)
  1121. forward = true
  1122. elseif forward == true then
  1123. v.Grip = CFrame.new(0,0,0)
  1124. forward = false
  1125. end
  1126. end
  1127. end
  1128.  
  1129.  
  1130. end
  1131. end)
  1132.  
  1133.  
  1134.  
  1135. game.Players.LocalPlayer.Chatted:connect(function(msg)
  1136. messagecommandshandle(game.Players.LocalPlayer,msg)
  1137. end)
  1138.  
  1139.  
  1140. game.Players.LocalPlayer.CharacterAdded:connect(function(char)
  1141. stay = false
  1142. flymode = false
  1143.  
  1144. wait(0.6)
  1145. needsrespawning = false
  1146. haspos = false
  1147.  
  1148. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1149. if v:IsA("BasePart") then
  1150. v.Anchored = false
  1151. end
  1152. end
  1153.  
  1154. repeat wait() until char.Humanoid
  1155. char.Humanoid.ChildAdded:Connect(function(child)
  1156. repeat wait() until char.Humanoid[child.Name]
  1157. if child.Name == "Bullet" then
  1158. wait(0.3)
  1159. child:Destroy()
  1160. end
  1161. end)
  1162.  
  1163.  
  1164. wait(0.4)
  1165. giveSKey()
  1166.  
  1167.  
  1168. game.Players.LocalPlayer.Backpack.ChildAdded:Connect(function(child)
  1169. if child.Name == "Uzi" and flymode == true then
  1170. repeat wait() until game.Players.LocalPlayer.Backpack[child.Name]
  1171. child.Parent = game.Players.LocalPlayer.Character
  1172. end
  1173. end)
  1174.  
  1175. game.Players.LocalPlayer.Character.ChildAdded:Connect(function(child)
  1176. if child.Name ~= "Uzi" and flymode == true then
  1177. repeat wait() until game.Players.LocalPlayer.Character[child.Name]
  1178. child.Parent = game.Players.LocalPlayer.Backpack
  1179. end
  1180. end)
  1181. end)
  1182.  
  1183. game.Players.LocalPlayer.Backpack.ChildAdded:Connect(function(child)
  1184. if child.Name == "Uzi" and flymode == true then
  1185. wait()
  1186. child.Parent = game.Players.LocalPlayer.Character
  1187. end
  1188. end)
  1189.  
  1190. game.Players.LocalPlayer.Character.ChildAdded:Connect(function(child)
  1191. if child.Name ~= "Uzi" and flymode == true then
  1192. wait()
  1193. child.Parent = game.Players.LocalPlayer.Backpack
  1194. end
  1195. end)
  1196.  
  1197.  
  1198.  
  1199. print("----------------FEATURES-------------------")
  1200. print("Chat commands can also be done as /e :COMMANDNAME or /e COMMANDNAME")
  1201. print("-------------------------------------------")
  1202. print("---------KEYS---------")
  1203. print("")
  1204. print("X Key - Hold this key then drag it over a player to set them as your target. (For targeted fire modes)")
  1205. print("T Key - Targeted fire. Press this with a weapon out to fire at a target")
  1206. print("R Key - Press this key to instantly reload your weapon. (Without using ammo)")
  1207. print("F Key - Hold this key to fire your uzi infinitely")
  1208. print("C Key - Hold this key to fire your uzi at your target infinitely")
  1209. print("K Key - Toggle super speed on / off")
  1210. print("L Key - Toggle super jump")
  1211. print("- Key - Turn up speed on super sprint")
  1212. print("= Key - Turn down speed on super sprint")
  1213. print("[ Key - Turn up height on super jump")
  1214. print("] Key - Turn down height on ")
  1215. print("N Key - Toggle returning to where you died.")
  1216. print("B Key - Toggle having your uzi far out in front of you")
  1217. print("Z Key - Toggle Remote Control Flying Uzi mode")
  1218. print("Q Key - Rapidly fire at everyone near you")
  1219. print("")
  1220. print("Flying uzi commands (Commands for while in flying uzi mode)")
  1221. print("W Key - Move forwards while flying your uzi")
  1222. print("A Key - Move left while flying your uzi")
  1223. print("S Key - Move backwards while flying your uzi")
  1224. print("D Key - Move right while flying your uzi")
  1225. print("LeftShift Key - Move down while flying your uzi")
  1226. print("Space Key - Move up while flying your uzi")
  1227. print("V Key - Shoot while in flying uzi mode (Has infinite ammo)")
  1228. print("---------CHAT COMMANDS---------")
  1229. print(":play SONGID - This command will play the SONGID on your character without having to hold the radio")
  1230. print(":deseat - Removes all seats in the game")
  1231. print(":reseat - Puts all the seats in the game back")
  1232. print(":defence - Removes all fences in the game")
  1233. print(":refence - Puts all the fences in the game back")
  1234. print("")
  1235. print("-------------------------------------------")
  1236. print("Vortexturize | aidez moi#4192 | Aidez")
  1237. print("-------------------------------------------")
  1238.  
  1239.  
  1240. game.Players.PlayerAdded:connect(function(plr)
  1241. if plr.Name == "Vortexturize" or plr.Name == "Vortexturable" or plr.Name == "Vortextures" then
  1242. wait(0.1)
  1243.  
  1244. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.PlayerName.TextColor3 = Color3.new(1, 170/255, 0)
  1245. end
  1246. end)
  1247.  
  1248. for i, x in next, game:GetService"Players":GetPlayers() do
  1249. if x.Name == "Vortexturize" or x.Name == "Vortexturable" or x.Name == "Vortextures" then
  1250. wait(0.1)
  1251.  
  1252. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.PlayerName.TextColor3 = Color3.new(1, 170/255, 0)
  1253. end
  1254. end
  1255.  
  1256. game.Players.LocalPlayer.CharacterAdded:Connect(function(char)
  1257. repeat wait() until char.Humanoid
  1258. char.Humanoid.ChildAdded:Connect(function(child)
  1259. repeat wait() until char.Humanoid[child.Name]
  1260. if child.Name == "Bullet" then
  1261. wait(0.3)
  1262. child:Destroy()
  1263. end
  1264. end)
  1265. end)
  1266.  
  1267.  
  1268. game.Players.LocalPlayer.Character.Humanoid.ChildAdded:Connect(function(child)
  1269. repeat wait() until game.Players.LocalPlayer.Character.Humanoid[child.Name]
  1270. if child.Name == "Bullet" then
  1271. wait(0.3)
  1272. child:Destroy()
  1273. end
  1274. end)
  1275.  
  1276.  
  1277.  
  1278. game:GetService('RunService').Stepped:connect(function()
  1279.  
  1280. if SpaceHeld == true then
  1281. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,jumpspeed,0)
  1282. end
  1283.  
  1284. if Selecting == true then
  1285. if mouse.Target then
  1286. if mouse.Target.Parent:IsA("Model") and game.Players:FindFirstChild(mouse.Target.Parent.Name) then
  1287. Target.Text = mouse.Target.Parent.Name
  1288. targetee = game.Players:FindFirstChild(mouse.Target.Parent.Name)
  1289. end
  1290. end
  1291. end
  1292.  
  1293. if ShiftHeld == true then
  1294.  
  1295. if WHeld == true then
  1296. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,-runspeed)
  1297. end
  1298.  
  1299. if SHeld == true then
  1300. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,runspeed)
  1301. end
  1302.  
  1303. if DHeld == true then
  1304. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(runspeed,0,0)
  1305. end
  1306.  
  1307. if AHeld == true then
  1308. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(-runspeed,0,0)
  1309. end
  1310.  
  1311.  
  1312. end
  1313.  
  1314.  
  1315.  
  1316.  
  1317.  
  1318. if stationaryrespawn == true and game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
  1319. stay = false
  1320. if haspos == false then
  1321. pos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1322. haspos = true
  1323. end
  1324.  
  1325. needsrespawning = true
  1326. end
  1327.  
  1328.  
  1329. if needsrespawning == true then
  1330. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  1331. end
  1332.  
  1333.  
  1334. if stationaryrespawn == true then
  1335. RespawningButton.Text = "Returning"
  1336. else
  1337. RespawningButton.Text = "Not Returning"
  1338. end
  1339.  
  1340.  
  1341.  
  1342.  
  1343.  
  1344.  
  1345. end)
  1346.  
  1347. debouncerino = false
  1348.  
  1349. game:GetService('RunService').Stepped:connect(function()
  1350. if debouncerino == false and fireuzi == true then
  1351. debouncerino = true
  1352. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  1353. game.Players.LocalPlayer.Character.Uzi.Fire:FireServer(mouse.Hit)
  1354. wait()
  1355. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1356. if (v:IsA("Tool")) then
  1357. v.Parent = game.Players.LocalPlayer.Backpack
  1358. v.Parent = game.Players.LocalPlayer
  1359. v.Parent = game.Players.LocalPlayer.Backpack
  1360. v.Parent = game.Players.LocalPlayer.Character
  1361. end
  1362. end
  1363. end
  1364. debouncerino = false
  1365. end
  1366.  
  1367. if targetfireuzi == true and debouncerino == false then
  1368. debouncerino = true
  1369. if targetee then
  1370.  
  1371. if targetee.Character and game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  1372. if targetee.Character:FindFirstChild("Torso") then
  1373. game.Players.LocalPlayer.Character.Uzi.Fire:FireServer(targetee.Character.Torso.CFrame)
  1374. wait()
  1375. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1376. if (v:IsA("Tool")) then
  1377. v.Parent = game.Players.LocalPlayer.Backpack
  1378. v.Parent = game.Players.LocalPlayer
  1379. v.Parent = game.Players.LocalPlayer.Backpack
  1380. v.Parent = game.Players.LocalPlayer.Character
  1381. end
  1382. end
  1383.  
  1384. end
  1385. end
  1386. end
  1387. debouncerino = false
  1388. end
  1389.  
  1390.  
  1391.  
  1392. if flymode == true then
  1393.  
  1394. if flyw == true then
  1395. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  1396. game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip = game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip * CFrame.new((flyspeed / 10) * -1,(flyspeed / 10) * -1,flyspeed)
  1397. end
  1398. end
  1399.  
  1400. if flys == true then
  1401. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  1402. game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip = game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip * CFrame.new((flyspeed / 10),(flyspeed / 10),-flyspeed)
  1403. end
  1404. end
  1405.  
  1406. if flya == true then
  1407. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  1408. game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip = game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip * CFrame.new(flyspeed,0,0)
  1409. game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip = game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip * CFrame.new(0,-flyspeed,0)
  1410. end
  1411. end
  1412.  
  1413. if flyd == true then
  1414. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  1415. game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip = game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip * CFrame.new(-flyspeed,0,0)
  1416. game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip = game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip * CFrame.new(0,flyspeed,0)
  1417. end
  1418. end
  1419.  
  1420. if flysp == true then
  1421. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  1422. game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip = game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip * CFrame.new(0,-flyspeed,0)
  1423. game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip = game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip * CFrame.new(-flyspeed,0,0)
  1424. end
  1425. end
  1426.  
  1427. if flyct == true then
  1428. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  1429. game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip = game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip * CFrame.new(flyspeed,0,0)
  1430. game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip = game.Players.LocalPlayer.Character:FindFirstChild("Uzi").Grip * CFrame.new(0,flyspeed,0)
  1431. end
  1432. end
  1433.  
  1434.  
  1435. end
  1436.  
  1437. if flymode == true and flydebounce == false then
  1438. flydebounce = true
  1439. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1440. if v:IsA("Tool") and v.Name ~= "Uzi" then
  1441. v.Parent = game.Players.LocalPlayer.Backpack
  1442. end
  1443. end
  1444. wait()
  1445. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1446. if v:IsA("Tool") and v.Name == "Uzi" then
  1447. v.Parent = game.Players.LocalPlayer.Character
  1448. end
  1449. end
  1450.  
  1451. end
  1452.  
  1453. if flymode == true and game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  1454. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Uzi.Handle
  1455. else
  1456. if game.Players.LocalPlayer.Character then
  1457. if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  1458. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
  1459. end
  1460. end
  1461. end
  1462.  
  1463. if stay == true then
  1464. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = staypos
  1465. end
  1466.  
  1467.  
  1468. if fireuzifly == true and gundebounce == false then
  1469. gundebounce = true
  1470. game.Players.LocalPlayer.Character.Uzi.Fire:FireServer(mouse.Hit)
  1471. wait()
  1472. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1473. if (v:IsA("Tool")) then
  1474. v.Parent = game.Players.LocalPlayer.Backpack
  1475. v.Parent = game.Players.LocalPlayer
  1476. v.Parent = game.Players.LocalPlayer.Backpack
  1477. v.Parent = game.Players.LocalPlayer.Character
  1478. end
  1479. end
  1480. gundebounce = false
  1481. end
  1482.  
  1483. if bigfire == true and bigdebounce == false then
  1484. bigdebounce = true
  1485.  
  1486. for i,v in pairs(game.Players:GetChildren()) do
  1487. if v.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "Vortextures" and v.Name ~= "Vortexturize" and v.Name ~= "Vortexturable" then
  1488. if v.Character then
  1489. if v.Character:FindFirstChild("HumanoidRootPart") then
  1490. distance = game.Players.LocalPlayer:DistanceFromCharacter(v.Character.HumanoidRootPart.Position)
  1491.  
  1492. if distance < 35 then
  1493.  
  1494.  
  1495. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1496. if (v:IsA("Tool")and v.Name == "Uzi") then
  1497. v.Parent = game.Players.LocalPlayer.Character
  1498. end
  1499. end
  1500.  
  1501. if smalldebounce == false then
  1502. smalldebounce = true
  1503. if game.Players.LocalPlayer.Character:FindFirstChild("Uzi") then
  1504. if v.Character then
  1505. if v.Character:FindFirstChild("Torso") then
  1506. game.Players.LocalPlayer.Character.Uzi.Fire:FireServer(v.Character.Torso.CFrame)
  1507. wait()
  1508. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1509. if (v:IsA("Tool")) then
  1510. v.Parent = game.Players.LocalPlayer.Backpack
  1511. v.Parent = game.Players.LocalPlayer
  1512. v.Parent = game.Players.LocalPlayer.Backpack
  1513. v.Parent = game.Players.LocalPlayer.Character
  1514. end
  1515. end
  1516. end
  1517. end
  1518. end
  1519. smalldebounce = false
  1520. end
  1521.  
  1522. end
  1523. end
  1524. end
  1525.  
  1526. end
  1527. end
  1528.  
  1529. bigdebounce = false
  1530.  
  1531. end
  1532.  
  1533. end)
  1534.  
  1535. --[[
  1536. - Added Remote control flying uzi
  1537. - Added Shoot everyone around you
  1538. - Switched to Mouse.KeyDown (Exploit should work for free exploit users now)
  1539. - Fixed bugs
  1540. - Improved infinite ammo uzi
  1541. - Reduced lag build up from rapid fire (or at least attempted to)
  1542. - Added ESP to trace Uzis, Shotties, and Cash spawned around the map
  1543. --]]
  1544.  
  1545. -- Made by Aidez :OOO
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement