Advertisement
Guest User

ff

a guest
Oct 2nd, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 23.70 KB | None | 0 0
  1. -- Official Zombie Rush Gui
  2. -- Special Thanks to sudubaba for UI!
  3. -- Created By FunTrator#4964 . Thanks To All The Helpers
  4. -- Discord : Discord.Io/SomeoneShark
  5. --//Instances\\--
  6. local OP_Haxs = Instance.new("ScreenGui")
  7. local Hax_Gui = Instance.new("Frame")
  8. local F0 = Instance.new("Frame")
  9. local F1 = Instance.new("Frame")
  10. local User = Instance.new("TextBox")
  11. local Token = Instance.new("TextBox")
  12. local _user_ = Instance.new("TextLabel")
  13. local _Token_ = Instance.new("TextLabel")
  14. local Login = Instance.new("TextButton")
  15. local Login_2 = Instance.new("TextButton")
  16. local Title = Instance.new("TextLabel")
  17. local Hax_Enter = Instance.new("Frame")
  18. local Tile = Instance.new("TextLabel")
  19. local Open = Instance.new("TextButton")
  20. local Hax_Main = Instance.new("Frame")
  21. local Downer1 = Instance.new("Frame")
  22. local Upper2 = Instance.new("Frame")
  23. local KillAll_1 = Instance.new("TextButton")
  24. local KillAll_2 = Instance.new("TextButton")
  25. local Levelinf = Instance.new("TextButton")
  26. local Givepasses = Instance.new("TextButton")
  27. local UnlockGuns = Instance.new("TextButton")
  28. local FlyBypass = Instance.new("TextButton")
  29. local Others = Instance.new("TextButton")
  30. local LolMode = Instance.new("TextButton")
  31. local Credits = Instance.new("TextLabel")
  32. local TiLeT = Instance.new("TextLabel")
  33. local TextButton = Instance.new("TextButton")
  34. local Hax_Others = Instance.new("Frame")
  35. local WS = Instance.new("TextButton")
  36. local JP = Instance.new("TextButton")
  37. local AK1 = Instance.new("TextButton")
  38. local AK2 = Instance.new("TextButton")
  39. local Hax_ii = Instance.new("Frame")
  40. local TextLabel = Instance.new("TextLabel")
  41. local TextButton_2 = Instance.new("TextButton")
  42. --Properties:
  43. OP_Haxs.Name = "OP_Haxs"
  44. OP_Haxs.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  45.  
  46. Hax_Gui.Name = "Hax_Gui"
  47. Hax_Gui.Parent = OP_Haxs
  48. Hax_Gui.Active = true
  49. Hax_Gui.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  50. Hax_Gui.BorderSizePixel = 0
  51. Hax_Gui.Position = UDim2.new(0.359803945, 0, 0.153386459, 0)
  52. Hax_Gui.Size = UDim2.new(0, 285, 0, 380)
  53. Hax_Gui.Visible = false
  54. Hax_Gui.Draggable = true
  55.  
  56. F0.Name = "F0"
  57. F0.Parent = Hax_Gui
  58. F0.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  59. F0.BorderSizePixel = 0
  60. F0.Size = UDim2.new(0, 285, 0, 28)
  61.  
  62. F1.Name = "F1"
  63. F1.Parent = Hax_Gui
  64. F1.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  65. F1.BorderSizePixel = 0
  66. F1.Position = UDim2.new(0, 0, 0.0736842081, 0)
  67. F1.Size = UDim2.new(0, 285, 0, 10)
  68.  
  69. User.Name = "User"
  70. User.Parent = Hax_Gui
  71. User.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  72. User.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  73. User.BorderSizePixel = 10
  74. User.Position = UDim2.new(0.0385964923, 0, 0.281578958, 0)
  75. User.Size = UDim2.new(0, 263, 0, 27)
  76. User.Font = Enum.Font.SourceSansLight
  77. User.Text = "Here"
  78. User.TextColor3 = Color3.new(1, 0, 0)
  79. User.TextSize = 20
  80. User.TextXAlignment = Enum.TextXAlignment.Left
  81.  
  82. Token.Name = "Token"
  83. Token.Parent = Hax_Gui
  84. Token.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  85. Token.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  86. Token.BorderSizePixel = 10
  87. Token.Position = UDim2.new(0.0385964923, 0, 0.613157868, 0)
  88. Token.Size = UDim2.new(0, 263, 0, 28)
  89. Token.Font = Enum.Font.SourceSansLight
  90. Token.Text = "Here"
  91. Token.TextColor3 = Color3.new(1, 0, 0)
  92. Token.TextSize = 20
  93. Token.TextXAlignment = Enum.TextXAlignment.Left
  94.  
  95. _user_.Name = "_user_"
  96. _user_.Parent = Hax_Gui
  97. _user_.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  98. _user_.BorderSizePixel = 0
  99. _user_.Position = UDim2.new(0.150877193, 0, 0.118421048, 0)
  100. _user_.Size = UDim2.new(0, 200, 0, 50)
  101. _user_.Font = Enum.Font.SourceSansSemibold
  102. _user_.Text = "Username"
  103. _user_.TextColor3 = Color3.new(1, 0, 0)
  104. _user_.TextScaled = true
  105. _user_.TextSize = 14
  106. _user_.TextWrapped = true
  107.  
  108. _Token_.Name = "_Token_"
  109. _Token_.Parent = Hax_Gui
  110. _Token_.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  111. _Token_.BorderSizePixel = 0
  112. _Token_.Position = UDim2.new(0.150877193, 0, 0.452631593, 0)
  113. _Token_.Size = UDim2.new(0, 200, 0, 50)
  114. _Token_.Font = Enum.Font.SourceSansSemibold
  115. _Token_.Text = "Password"
  116. _Token_.TextColor3 = Color3.new(1, 0, 0)
  117. _Token_.TextScaled = true
  118. _Token_.TextSize = 14
  119. _Token_.TextWrapped = true
  120.  
  121. Login.Name = "Login"
  122. Login.Parent = Hax_Gui
  123. Login.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  124. Login.BorderSizePixel = 0
  125. Login.Position = UDim2.new(0.0385964923, 0, 0.760526299, 0)
  126. Login.Size = UDim2.new(0, 263, 0, 77)
  127. Login.Font = Enum.Font.SourceSansSemibold
  128. Login.Text = "Login"
  129. Login.TextColor3 = Color3.new(1, 0, 0)
  130. Login.TextScaled = true
  131. Login.TextSize = 14
  132. Login.TextWrapped = true
  133. Login.MouseButton1Click:connect(function()
  134.     if User.Text == "" and Token.Text == ""
  135.     then
  136.     local plr = game.Players.LocalPlayer.Character
  137.     local anim = plr.Humanoid:LoadAnimation('2432460689')
  138.     anim:Play()
  139.    
  140.         Login.Text = "Login Successful!"
  141.         wait(2)
  142.         Login.Text = "Login"
  143.         wait(1)
  144.         Hax_Gui.Visible = false
  145.         Hax_Main.Visible = true
  146.     else
  147.         Login.Text = "Login Is Wrong"
  148.         wait(2)
  149.         Login.Text = "Login"
  150.     end
  151. end)
  152.  
  153. Login_2.Name = "Login_2"
  154. Login_2.Parent = Hax_Gui
  155. Login_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  156. Login_2.BorderSizePixel = 0
  157. Login_2.Position = UDim2.new(0.852631569, 0, 0, 0)
  158. Login_2.Size = UDim2.new(0, 42, 0, 28)
  159. Login_2.Font = Enum.Font.SourceSansBold
  160. Login_2.Text = "X"
  161. Login_2.TextColor3 = Color3.new(1, 0, 0)
  162. Login_2.TextScaled = true
  163. Login_2.TextSize = 14
  164. Login_2.TextWrapped = true
  165. Login_2.MouseButton1Down:connect(function()
  166.     OP_Haxs:Destroy()
  167. end)
  168.  
  169. Title.Name = "Title"
  170. Title.Parent = Hax_Gui
  171. Title.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  172. Title.BorderSizePixel = 0
  173. Title.Size = UDim2.new(0, 200, 0, 28)
  174. Title.Font = Enum.Font.SourceSans
  175. Title.Text = "Hax_Gui  --//ReWrite\\\\--"
  176. Title.TextColor3 = Color3.new(1, 0, 0)
  177. Title.TextScaled = true
  178. Title.TextSize = 14
  179. Title.TextWrapped = true
  180.  
  181. Hax_Enter.Name = "Hax_Enter"
  182. Hax_Enter.Parent = OP_Haxs
  183. Hax_Enter.Active = true
  184. Hax_Enter.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  185. Hax_Enter.BorderSizePixel = 0
  186. Hax_Enter.Position = UDim2.new(0, 0, 0.44820717, 0)
  187. Hax_Enter.Size = UDim2.new(0, 136, 0, 118)
  188.  
  189. Tile.Name = "Tile"
  190. Tile.Parent = Hax_Enter
  191. Tile.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  192. Tile.BorderSizePixel = 0
  193. Tile.Size = UDim2.new(0, 136, 0, 68)
  194. Tile.Font = Enum.Font.SourceSansBold
  195. Tile.Text = " Hax_Gui         --//ReWrite\\\\--"
  196. Tile.TextColor3 = Color3.new(1, 0, 0)
  197. Tile.TextScaled = true
  198. Tile.TextSize = 14
  199. Tile.TextWrapped = true
  200.  
  201. Open.Name = "Open"
  202. Open.Parent = Hax_Enter
  203. Open.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  204. Open.BorderSizePixel = 0
  205. Open.Position = UDim2.new(0, 0, 0.576271176, 0)
  206. Open.Size = UDim2.new(0, 136, 0, 50)
  207. Open.Font = Enum.Font.SourceSansSemibold
  208. Open.Text = "Open/Close"
  209. Open.TextColor3 = Color3.new(1, 0, 0)
  210. Open.TextScaled = true
  211. Open.TextSize = 14
  212. Open.TextWrapped = true
  213. Open.MouseButton1Down:connect(function()
  214.     Hax_Enter.Visible = false
  215.     Hax_Gui.Visible = true
  216. end)
  217.  
  218.  
  219. Hax_Main.Name = "Hax_Main"
  220. Hax_Main.Parent = OP_Haxs
  221. Hax_Main.Active = true
  222. Hax_Main.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  223. Hax_Main.BorderSizePixel = 0
  224. Hax_Main.Position = UDim2.new(0.220588252, 0, 0.177290842, 0)
  225. Hax_Main.Size = UDim2.new(0, 527, 0, 348)
  226. Hax_Main.Visible = false
  227. Hax_Main.Draggable = true
  228.  
  229. Downer1.Name = "Downer1"
  230. Downer1.Parent = Hax_Main
  231. Downer1.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  232. Downer1.BorderSizePixel = 0
  233. Downer1.Position = UDim2.new(0, 0, 0.0948275849, 0)
  234. Downer1.Size = UDim2.new(0, 527, 0, 12)
  235.  
  236. Upper2.Name = "Upper2"
  237. Upper2.Parent = Hax_Main
  238. Upper2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  239. Upper2.BorderSizePixel = 0
  240. Upper2.Size = UDim2.new(0, 527, 0, 33)
  241.  
  242. KillAll_1.Name = "Kill All_1"
  243. KillAll_1.Parent = Hax_Main
  244. KillAll_1.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  245. KillAll_1.BorderSizePixel = 0
  246. KillAll_1.Position = UDim2.new(0.0156546533, 0, 0.173902124, 0)
  247. KillAll_1.Size = UDim2.new(0, 200, 0, 50)
  248. KillAll_1.Font = Enum.Font.SourceSansSemibold
  249. KillAll_1.Text = "Kill All [T]"
  250. KillAll_1.TextColor3 = Color3.new(1, 0, 0)
  251. KillAll_1.TextScaled = true
  252. KillAll_1.TextSize = 14
  253. KillAll_1.TextWrapped = true
  254. KillAll_1.MouseButton1Down:connect(function()
  255.        
  256. local hotkey = "t" -- hotkey to turn it on or off
  257.  
  258. local working = true
  259. game:GetService('Players').LocalPlayer:GetMouse().KeyDown:connect(function(key)
  260. if key == string.lower(hotkey) then
  261. working = not working
  262. end
  263. end)
  264.  
  265. while wait(0.2) do
  266. if working == true then
  267. pcall(function()
  268. local ohthatscomplicated = {
  269.    ["Name"] = game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").Name,
  270.    ["HumanoidTables"] = {
  271.    }
  272. }
  273. for i,v in pairs(workspace[".ZombieStorage"]:GetChildren()) do
  274.    local hm = {
  275.        ["HeadHits"] = math.huge,
  276.        ["THumanoid"] = v:FindFirstChildOfClass('Humanoid'),
  277.        ["BodyHits"] = 0
  278.    }
  279.    table.insert(ohthatscomplicated["HumanoidTables"],hm)
  280. end
  281. pcall(function()
  282. game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").GunControllerAlt.RemoteFunction:InvokeServer(ohthatscomplicated)
  283. end)
  284. game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").GunController.RemoteFunction:InvokeServer(ohthatscomplicated)
  285. end)
  286. end
  287. end
  288. end)
  289.  
  290. KillAll_2.Name = "Kill All_2"
  291. KillAll_2.Parent = Hax_Main
  292. KillAll_2.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  293. KillAll_2.BorderSizePixel = 0
  294. KillAll_2.Position = UDim2.new(0.409456074, 0, 0.173902109, 0)
  295. KillAll_2.Size = UDim2.new(0, 200, 0, 50)
  296. KillAll_2.Font = Enum.Font.SourceSansSemibold
  297. KillAll_2.Text = "Kill All"
  298. KillAll_2.TextColor3 = Color3.new(1, 0, 0)
  299. KillAll_2.TextScaled = true
  300. KillAll_2.TextSize = 14
  301. KillAll_2.TextWrapped = true
  302. KillAll_2.MouseButton1Down:connect(function()
  303. local working = true
  304.  
  305. while wait(0.2) do
  306. if working == true then
  307. pcall(function()
  308. local ohthatscomplicated = {
  309.     ["Name"] = game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").Name,
  310.     ["HumanoidTables"] = {
  311.     }
  312. }
  313. for i,v in pairs(workspace[".ZombieStorage"]:GetChildren()) do
  314.     local hm = {
  315.         ["HeadHits"] = math.huge,
  316.         ["THumanoid"] = v:FindFirstChildOfClass('Humanoid'),
  317.         ["BodyHits"] = 0
  318.     }
  319.     table.insert(ohthatscomplicated["HumanoidTables"],hm)
  320. end
  321. pcall(function()
  322. game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").GunControllerAlt.RemoteFunction:InvokeServer(ohthatscomplicated)
  323. end)
  324. game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").GunController.RemoteFunction:InvokeServer(ohthatscomplicated)
  325. end)
  326. end
  327. end
  328. end)
  329.  
  330.  
  331. Levelinf.Name = "Level inf"
  332. Levelinf.Parent = Hax_Main
  333. Levelinf.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  334. Levelinf.BorderSizePixel = 0
  335. Levelinf.Position = UDim2.new(0.0156546533, 0, 0.34296149, 0)
  336. Levelinf.Size = UDim2.new(0, 200, 0, 50)
  337. Levelinf.Font = Enum.Font.SourceSansSemibold
  338. Levelinf.Text = "Level [9999]"
  339. Levelinf.TextColor3 = Color3.new(1, 0, 0)
  340. Levelinf.TextScaled = true
  341. Levelinf.TextSize = 14
  342. Levelinf.TextWrapped = true
  343. Levelinf.MouseButton1Down:connect(function()
  344. game.Players.LocalPlayer.leaderstats.Level.Value = 9999
  345. end)
  346.  
  347. Givepasses.Name = "Give passes"
  348. Givepasses.Parent = Hax_Main
  349. Givepasses.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  350. Givepasses.BorderSizePixel = 0
  351. Givepasses.Position = UDim2.new(0.409456074, 0, 0.34296149, 0)
  352. Givepasses.Size = UDim2.new(0, 200, 0, 50)
  353. Givepasses.Font = Enum.Font.SourceSansSemibold
  354. Givepasses.Text = "Gampasess"
  355. Givepasses.TextColor3 = Color3.new(1, 0, 0)
  356. Givepasses.TextScaled = true
  357. Givepasses.TextSize = 14
  358. Givepasses.TextWrapped = true
  359. Givepasses.MouseButton1Down:connect(function()
  360. game.Players.LocalPlayer.Purchased.SpeedyZombie.Value = true
  361. game.Players.LocalPlayer.Purchased.GhostZombie.Value = true
  362. game.Players.LocalPlayer.Purchased.MageZombie.Value = true
  363. game.Players.LocalPlayer.Purchased.ToxicZombie.Value = true
  364. game.Players.LocalPlayer.Purchased.LightweightZombie.Value = true
  365. game.Players.LocalPlayer.Purchased.CombatZombie.Value = true
  366. game.Players.LocalPlayer.Purchased.CombustionZombie.Value = true
  367. game.Players.LocalPlayer.Purchased.BoomBox.Value = true
  368. game.Players.LocalPlayer.Purchased.BoomBoxPlus.Value = true
  369. end)
  370.  
  371. UnlockGuns.Name = "Unlock Guns"
  372. UnlockGuns.Parent = Hax_Main
  373. UnlockGuns.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  374. UnlockGuns.BorderSizePixel = 0
  375. UnlockGuns.Position = UDim2.new(0.409456044, 0, 0.51313144, 0)
  376. UnlockGuns.Size = UDim2.new(0, 200, 0, 50)
  377. UnlockGuns.Font = Enum.Font.SourceSansSemibold
  378. UnlockGuns.Text = "Unlock All Guns"
  379. UnlockGuns.TextColor3 = Color3.new(1, 0, 0)
  380. UnlockGuns.TextScaled = true
  381. UnlockGuns.TextSize = 14
  382. UnlockGuns.TextWrapped = true
  383. UnlockGuns.MouseButton1Down:connect(function()
  384. game.Players.LocalPlayer.leaderstats.Level.Value = 1000000
  385. end)
  386.  
  387. FlyBypass.Name = "Fly Bypass"
  388. FlyBypass.Parent = Hax_Main
  389. FlyBypass.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  390. FlyBypass.BorderSizePixel = 0
  391. FlyBypass.Position = UDim2.new(0.0151802655, 0, 0.689655185, 0)
  392. FlyBypass.Size = UDim2.new(0, 200, 0, 80)
  393. FlyBypass.Font = Enum.Font.SourceSansSemibold
  394. FlyBypass.Text = "Fly Bypass"
  395. FlyBypass.TextColor3 = Color3.new(1, 0, 0)
  396. FlyBypass.TextScaled = true
  397. FlyBypass.TextSize = 14
  398. FlyBypass.TextWrapped = true
  399. FlyBypass.MouseButton1Down:connect(function()
  400. repeat wait()
  401.    until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  402. local mouse = game.Players.LocalPlayer:GetMouse()
  403. repeat wait() until mouse
  404. local plr = game.Players.LocalPlayer
  405. local chr = plr.Character
  406. local torso = plr.Character.Torso
  407. local flying = true
  408. local deb = true
  409. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  410. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  411. local maxspeed = 50
  412. local speed = 0
  413.  
  414. function Fly()
  415. for i,v in pairs(chr:GetChildren()) do
  416.    if v:IsA('BasePart') and v.Name ~= "HumanoidRootPart" then
  417.        chr:WaitForChild(v.Name).CollisionGroupId = 99
  418.    elseif v:IsA('Accessory') then
  419.        for g,c in pairs(v:GetChildren()) do
  420.            if c:IsA('BasePart') then
  421.                c.CollisionGroupId = 99
  422.            end
  423.        end
  424.    end
  425. end
  426. local bg = Instance.new("BodyGyro", torso)
  427. bg.P = 9e4
  428. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  429. bg.cframe = torso.CFrame
  430. local bv = Instance.new("BodyVelocity", torso)
  431. bv.velocity = Vector3.new(0,0.1,0)
  432. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  433. repeat wait()
  434. plr.Character.Humanoid.PlatformStand = true
  435. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  436. speed = speed+.5+(speed/maxspeed)
  437. if speed > maxspeed then
  438. speed = maxspeed
  439. end
  440. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  441. speed = speed-1
  442. if speed < 0 then
  443. speed = 0
  444. end
  445. end
  446. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  447. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  448. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  449. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  450. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  451. else
  452. bv.velocity = Vector3.new(0,0.1,0)
  453. end
  454. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  455. until not flying
  456. ctrl = {f = 0, b = 0, l = 0, r = 0}
  457. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  458. speed = 0
  459. bg:Destroy()
  460. bv:Destroy()
  461. plr.Character.Humanoid.PlatformStand = false
  462. for i,v in pairs(chr:GetChildren()) do
  463.    if v:IsA('BasePart') and v.Name ~= "HumanoidRootPart" then
  464.        chr:WaitForChild(v.Name).CollisionGroupId = 0
  465.    elseif v:IsA('Accessory') then
  466.        for g,c in pairs(v:GetChildren()) do
  467.            if c:IsA('BasePart') then
  468.                c.CollisionGroupId = 0
  469.            end
  470.        end
  471.    end
  472. end
  473. end
  474. mouse.KeyDown:connect(function(key)
  475. if key:lower() == "e" then
  476. if flying then flying = false
  477. else
  478. flying = true
  479. Fly()
  480. end
  481. elseif key:lower() == "w" then
  482. ctrl.f = 1
  483. elseif key:lower() == "s" then
  484. ctrl.b = -1
  485. elseif key:lower() == "a" then
  486. ctrl.l = -1
  487. elseif key:lower() == "d" then
  488. ctrl.r = 1
  489. end
  490. end)
  491. mouse.KeyUp:connect(function(key)
  492. if key:lower() == "w" then
  493. ctrl.f = 0
  494. elseif key:lower() == "s" then
  495. ctrl.b = 0
  496. elseif key:lower() == "a" then
  497. ctrl.l = 0
  498. elseif key:lower() == "d" then
  499. ctrl.r = 0
  500. end
  501. end)
  502. Fly()
  503. end)
  504.  
  505. Others.Name = "Others"
  506. Others.Parent = Hax_Main
  507. Others.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  508. Others.BorderSizePixel = 0
  509. Others.Position = UDim2.new(0.409867167, 0, 0.689655185, 0)
  510. Others.Size = UDim2.new(0, 200, 0, 80)
  511. Others.Font = Enum.Font.SourceSans
  512. Others.Text = "Others"
  513. Others.TextColor3 = Color3.new(1, 0, 0)
  514. Others.TextScaled = true
  515. Others.TextSize = 14
  516. Others.TextWrapped = true
  517. Others.MouseButton1Down:connect(function()
  518.     Hax_Main.Visible = false
  519.     Hax_Others.Visible = true
  520. end)
  521.  
  522. LolMode.Name = "Lol Mode"
  523. LolMode.Parent = Hax_Main
  524. LolMode.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  525. LolMode.BorderSizePixel = 0
  526. LolMode.Position = UDim2.new(0.0156546682, 0, 0.51313144, 0)
  527. LolMode.Size = UDim2.new(0, 200, 0, 50)
  528. LolMode.Font = Enum.Font.SourceSansSemibold
  529. LolMode.Text = "God Mode / Freeze All"
  530. LolMode.TextColor3 = Color3.new(1, 0, 0)
  531. LolMode.TextScaled = true
  532. LolMode.TextSize = 14
  533. LolMode.TextWrapped = true
  534. LolMode.MouseButton1Down:connect(function()
  535. local player = game.Players.LocalPlayer.Character
  536. player.Humanoid:Remove()
  537. Instance.new('Humanoid',player)
  538. end)
  539.  
  540. Credits.Name = "Credits"
  541. Credits.Parent = Hax_Main
  542. Credits.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  543. Credits.BorderSizePixel = 0
  544. Credits.Position = UDim2.new(0.807052493, 0, 0.173902094, 0)
  545. Credits.Size = UDim2.new(0, 89, 0, 259)
  546. Credits.Font = Enum.Font.SourceSansLight
  547. Credits.Text = "Credits: sudubaba for UI,   FunTrator#4964 for creating the hack and to all the helpers!!!"
  548. Credits.TextColor3 = Color3.new(1, 0, 0)
  549. Credits.TextSize = 23
  550. Credits.TextWrapped = true
  551. Credits.TextYAlignment = Enum.TextYAlignment.Top
  552.  
  553. TiLeT.Name = "TiLeT"
  554. TiLeT.Parent = Hax_Main
  555. TiLeT.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  556. TiLeT.BorderSizePixel = 0
  557. TiLeT.Size = UDim2.new(0, 200, 0, 33)
  558. TiLeT.Font = Enum.Font.SourceSans
  559. TiLeT.Text = "Gui_Hax   --//ReWrite\\\\--"
  560. TiLeT.TextColor3 = Color3.new(1, 0, 0)
  561. TiLeT.TextScaled = true
  562. TiLeT.TextSize = 14
  563. TiLeT.TextWrapped = true
  564.  
  565. TextButton.Parent = Hax_Main
  566. TextButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  567. TextButton.BorderSizePixel = 0
  568. TextButton.Position = UDim2.new(0.929791272, 0, 0, 0)
  569. TextButton.Size = UDim2.new(0, 37, 0, 33)
  570. TextButton.Font = Enum.Font.SourceSansBold
  571. TextButton.Text = "X"
  572. TextButton.TextColor3 = Color3.new(1, 0, 0)
  573. TextButton.TextScaled = true
  574. TextButton.TextSize = 14
  575. TextButton.TextWrapped = true
  576. TextButton.MouseButton1Down:connect(function()
  577.     OP_Haxs:Destroy()
  578. end)
  579.  
  580. Hax_Others.Name = "Hax_Others"
  581. Hax_Others.Parent = OP_Haxs
  582. Hax_Others.Active = true
  583. Hax_Others.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  584. Hax_Others.BorderSizePixel = 0
  585. Hax_Others.Position = UDim2.new(0.10882353, 0, 0.125498012, 0)
  586. Hax_Others.Size = UDim2.new(0, 419, 0, 150)
  587. Hax_Others.Visible = false
  588. Hax_Others.Draggable = true
  589.  
  590. WS.Name = "WS"
  591. WS.Parent = Hax_Others
  592. WS.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  593. WS.BorderSizePixel = 0
  594. WS.Position = UDim2.new(0.023866348, 0, 0.108527131, 0)
  595. WS.Size = UDim2.new(0, 165, 0, 50)
  596. WS.Font = Enum.Font.SourceSansSemibold
  597. WS.Text = "WalkSpeed"
  598. WS.TextColor3 = Color3.new(1, 0, 0)
  599. WS.TextScaled = true
  600. WS.TextSize = 14
  601. WS.TextWrapped = true
  602. WS.MouseButton1Down:connect(function()
  603.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 200
  604. end)
  605.  
  606. JP.Name = "JP"
  607. JP.Parent = Hax_Others
  608. JP.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  609. JP.BorderSizePixel = 0
  610. JP.Position = UDim2.new(0.446300715, 0, 0.106666669, 0)
  611. JP.Size = UDim2.new(0, 153, 0, 50)
  612. JP.Font = Enum.Font.SourceSansSemibold
  613. JP.Text = "JumpPower"
  614. JP.TextColor3 = Color3.new(1, 0, 0)
  615. JP.TextScaled = true
  616. JP.TextSize = 14
  617. JP.TextWrapped = true
  618. JP.MouseButton1Down:connect(function()
  619.     game.Players.LocalPlayer.Character.Humanoid.JumpPower = 300
  620. end)
  621.  
  622. AK1.Name = "AK1"
  623. AK1.Parent = Hax_Others
  624. AK1.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  625. AK1.BorderSizePixel = 0
  626. AK1.Position = UDim2.new(0.023866348, 0, 0.546666682, 0)
  627. AK1.Size = UDim2.new(0, 165, 0, 50)
  628. AK1.Font = Enum.Font.SourceSansSemibold
  629. AK1.Text = "AFK1"
  630. AK1.TextColor3 = Color3.new(1, 0, 0)
  631. AK1.TextScaled = true
  632. AK1.TextSize = 14
  633. AK1.TextWrapped = true
  634. AK1.MouseButton1Down:connect(function()
  635. local plr = game:GetService("Players").LocalPlayer local killEmAll = plr.Character[plr.EquipStorage.Primary.Value].GunController.RemoteFunction
  636. for _,v in next, workspace[".ZombieStorage"]:GetChildren() do
  637.     local Table = {["Name"] = plr.EquipStorage.Primary.Value, ["HumanoidTables"] = {[1] = {["HeadHits"] = 500000000,["THumanoid"] = v.Humanoid, ["BodyHits"] = 500000000}}}
  638.     killEmAll:InvokeServer(Table)
  639. end
  640. end)
  641.  
  642. AK2.Name = "AK2"
  643. AK2.Parent = Hax_Others
  644. AK2.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  645. AK2.BorderSizePixel = 0
  646. AK2.Position = UDim2.new(0.446300715, 0, 0.546666682, 0)
  647. AK2.Size = UDim2.new(0, 153, 0, 50)
  648. AK2.Font = Enum.Font.SourceSansSemibold
  649. AK2.Text = "AFK2"
  650. AK2.TextColor3 = Color3.new(1, 0, 0)
  651. AK2.TextScaled = true
  652. AK2.TextSize = 14
  653. AK2.TextWrapped = true
  654. AK2.MouseButton1Down:connect(function()
  655. local plr = game:GetService("Players").LocalPlayer local killEmAll = plr.Character[plr.EquipStorage.Primary.Value].GunController.RemoteFunction
  656. for _,v in next, workspace[".ZombieStorage"]:GetChildren() do
  657.     local Table = {["Name"] = plr.EquipStorage.Primary.Value, ["HumanoidTables"] = {[1] = {["HeadHits"] = 500000000,["THumanoid"] = v.Humanoid, ["BodyHits"] = 500000000}}}
  658.     killEmAll:InvokeServer(Table)
  659. end
  660. end)
  661.  
  662. Hax_ii.Name = "Hax_ii"
  663. Hax_ii.Parent = Hax_Others
  664. Hax_ii.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  665. Hax_ii.BorderSizePixel = 0
  666. Hax_ii.Position = UDim2.new(0.832935572, 0, 0, 0)
  667. Hax_ii.Size = UDim2.new(0, 70, 0, 150)
  668.  
  669. TextLabel.Parent = Hax_Others
  670. TextLabel.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  671. TextLabel.BorderSizePixel = 0
  672. TextLabel.Position = UDim2.new(0.832935572, 0, 0, 0)
  673. TextLabel.Size = UDim2.new(0, 70, 0, 82)
  674. TextLabel.Font = Enum.Font.SourceSansBold
  675. TextLabel.Text = "Gui_Hax  --//ReWrite\\\\--"
  676. TextLabel.TextColor3 = Color3.new(1, 0, 0)
  677. TextLabel.TextScaled = true
  678. TextLabel.TextSize = 30
  679. TextLabel.TextWrapped = true
  680.  
  681. TextButton_2.Parent = Hax_Others
  682. TextButton_2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  683. TextButton_2.BorderSizePixel = 0
  684. TextButton_2.Position = UDim2.new(0.832935572, 0, 0.613333344, 0)
  685. TextButton_2.Size = UDim2.new(0, 70, 0, 56)
  686. TextButton_2.Font = Enum.Font.SourceSansBold
  687. TextButton_2.Text = "Close"
  688. TextButton_2.TextColor3 = Color3.new(1, 0, 0)
  689. TextButton_2.TextScaled = true
  690. TextButton_2.TextSize = 14
  691. TextButton_2.TextWrapped = true
  692. TextButton_2.MouseButton1Down:connect(function()
  693.     Hax_Others.Visible = false
  694.     Hax_Main.Visible = true
  695. end)
  696. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement