Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.39 KB | None | 0 0
  1. -- Made by FlameExecutor and these are the objects 0: dang --
  2.  
  3. local ZombieProject10 = Instance.new("ScreenGui")
  4. local ZombieFrame = Instance.new("Frame")
  5. local Theme = Instance.new("ImageLabel")
  6. local FlyPresse = Instance.new("TextButton")
  7. local UnlockWorkspace = Instance.new("TextButton")
  8. local KillAllZombies = Instance.new("TextButton")
  9. local Noclip = Instance.new("TextButton")
  10. local Credits = Instance.new("TextLabel")
  11. local title = Instance.new("TextLabel")
  12. local Close = Instance.new("TextButton")
  13.  
  14. -- The properties of my script e.e
  15.  
  16. ZombieProject10.Name = "ZombieProject 1.0 "
  17. ZombieProject10.Parent = game.CoreGui
  18.  
  19. ZombieFrame.Name = "ZombieFrame"
  20. ZombieFrame.Parent = ZombieProject10
  21. ZombieFrame.Active = true
  22. ZombieFrame.Draggable=true
  23. ZombieFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  24. ZombieFrame.Position = UDim2.new(0, 376, 0, 177)
  25. ZombieFrame.Selectable = true
  26. ZombieFrame.Size = UDim2.new(0, 609, 0, 449)
  27.  
  28. Theme.Name = "Theme"
  29. Theme.Parent = ZombieFrame
  30. Theme.BackgroundColor3 = Color3.new(1, 1, 1)
  31. Theme.BackgroundTransparency = 1
  32. Theme.BorderSizePixel = 0
  33. Theme.Size = UDim2.new(0, 609, 0, 449)
  34. Theme.Image = "rbxassetid://1513944447"
  35.  
  36. FlyPresse.Name = "Fly(Press e)"
  37. FlyPresse.Parent = ZombieFrame
  38. FlyPresse.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  39. FlyPresse.BackgroundTransparency = 1
  40. FlyPresse.BorderSizePixel = 0
  41. FlyPresse.Position = UDim2.new(0.0935960561, 0, 0.244988859, 0)
  42. FlyPresse.Size = UDim2.new(0, 200, 0, 50)
  43. FlyPresse.Font = Enum.Font.SourceSans
  44. FlyPresse.Text = "Fly(Press e)"
  45. FlyPresse.TextColor3 = Color3.new(1, 1, 0)
  46. FlyPresse.TextSize = 20
  47.  
  48. UnlockWorkspace.Name = "Unlock Workspace"
  49. UnlockWorkspace.Parent = ZombieFrame
  50. UnlockWorkspace.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  51. UnlockWorkspace.BackgroundTransparency = 1
  52. UnlockWorkspace.BorderSizePixel = 0
  53. UnlockWorkspace.Position = UDim2.new(0.540229857, 0, 0.552338481, 0)
  54. UnlockWorkspace.Size = UDim2.new(0, 200, 0, 50)
  55. UnlockWorkspace.Font = Enum.Font.SourceSans
  56. UnlockWorkspace.Text = "Unlock Workspace(Lags Really Bad)"
  57. UnlockWorkspace.TextColor3 = Color3.new(1, 1, 0)
  58. UnlockWorkspace.TextSize = 20
  59.  
  60. KillAllZombies.Name = "Kill All Zombies"
  61. KillAllZombies.Parent = ZombieFrame
  62. KillAllZombies.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  63. KillAllZombies.BackgroundTransparency = 1
  64. KillAllZombies.BorderSizePixel = 0
  65. KillAllZombies.Position = UDim2.new(0.0935960561, 0, 0.552338481, 0)
  66. KillAllZombies.Size = UDim2.new(0, 200, 0, 50)
  67. KillAllZombies.Font = Enum.Font.SourceSans
  68. KillAllZombies.Text = "Kill All Zombies"
  69. KillAllZombies.TextColor3 = Color3.new(1, 1, 0)
  70. KillAllZombies.TextSize = 20
  71.  
  72. Noclip.Name = "Noclip"
  73. Noclip.Parent = ZombieFrame
  74. Noclip.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  75. Noclip.BackgroundTransparency = 1
  76. Noclip.BorderSizePixel = 0
  77. Noclip.Position = UDim2.new(0.540229857, 0, 0.244988859, 0)
  78. Noclip.Size = UDim2.new(0, 200, 0, 50)
  79. Noclip.Font = Enum.Font.SourceSans
  80. Noclip.Text = "Noclip"
  81. Noclip.TextColor3 = Color3.new(1, 1, 0)
  82. Noclip.TextSize = 20
  83.  
  84. Credits.Name = "Credits"
  85. Credits.Parent = ZombieFrame
  86. Credits.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  87. Credits.BackgroundTransparency = 1
  88. Credits.BorderSizePixel = 0
  89. Credits.Position = UDim2.new(0.0870279074, 0, 0.904231608, 0)
  90. Credits.Size = UDim2.new(0, 497, 0, 43)
  91. Credits.Font = Enum.Font.SourceSans
  92. Credits.Text = "Made by FlameExecutor, Discord ThisW0ntGetBanned, Youtube FlameExecutor"
  93. Credits.TextColor3 = Color3.new(1, 1, 0)
  94. Credits.TextSize = 18
  95.  
  96. title.Name = "title"
  97. title.Parent = ZombieFrame
  98. title.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  99. title.BackgroundTransparency = 1
  100. title.BorderSizePixel = 0
  101. title.Position = UDim2.new(0.0870279074, 0, 0.0534520857, 0)
  102. title.Size = UDim2.new(0, 497, 0, 43)
  103. title.Font = Enum.Font.SourceSans
  104. title.Text = "ZombeZZ Begone 1.0"
  105. title.TextColor3 = Color3.new(1, 1, 0)
  106. title.TextSize = 25
  107.  
  108. Close.Name = "Close"
  109. Close.Parent = ZombieFrame
  110. Close.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  111. Close.BackgroundTransparency = 1
  112. Close.BorderSizePixel = 0
  113. Close.Position = UDim2.new(0.868637085, 0, 0, 0)
  114. Close.Size = UDim2.new(0, 80, 0, 24)
  115. Close.Font = Enum.Font.SourceSans
  116. Close.Text = "Close"
  117. Close.TextColor3 = Color3.new(1, 1, 0)
  118. Close.TextSize = 20
  119.  
  120. -- script/coding --
  121.  
  122. Close.MouseButton1Click:connect(function()
  123. ZombieFrame:Destroy()
  124. end)
  125.  
  126. FlyPresse.MouseButton1Click:connect(function()
  127. -- Fucking press e to activate and Deactivate --
  128. repeat wait()
  129. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  130. local mouse = game.Players.LocalPlayer:GetMouse()
  131. repeat wait() until mouse
  132. local plr = game.Players.LocalPlayer
  133. local torso = plr.Character.Torso
  134. local flying = true
  135. local deb = true
  136. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  137. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  138. local maxspeed = 50
  139. local speed = 0
  140. -- if skidded made by me FlameExecutor lol --
  141. function Fly()
  142. local bg = Instance.new("BodyGyro", torso)
  143. bg.P = 9e4
  144. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  145. bg.cframe = torso.CFrame
  146. local bv = Instance.new("BodyVelocity", torso)
  147. bv.velocity = Vector3.new(0,0.1,0)
  148. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  149. repeat wait()
  150. plr.Character.Humanoid.PlatformStand = true
  151. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  152. speed = speed+.5+(speed/maxspeed)
  153. if speed > maxspeed then
  154. speed = maxspeed
  155. end
  156. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  157. speed = speed-1
  158. if speed < 0 then
  159. speed = 0
  160. end
  161. end
  162. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  163. 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
  164. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  165. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  166. 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
  167. else
  168. bv.velocity = Vector3.new(0,0.1,0)
  169. end
  170. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  171. until not flying
  172. ctrl = {f = 0, b = 0, l = 0, r = 0}
  173. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  174. speed = 0
  175. bg:Destroy()
  176. bv:Destroy()
  177. plr.Character.Humanoid.PlatformStand = false
  178. end
  179. mouse.KeyDown:connect(function(key)
  180. if key:lower() == "e" then
  181. if flying then flying = false
  182. else
  183. flying = true
  184. Fly()
  185. end
  186. elseif key:lower() == "w" then
  187. ctrl.f = 1
  188. elseif key:lower() == "s" then
  189. ctrl.b = -1
  190. elseif key:lower() == "a" then
  191. ctrl.l = -1
  192. elseif key:lower() == "d" then
  193. ctrl.r = 1
  194. end
  195. end)
  196. mouse.KeyUp:connect(function(key)
  197. if key:lower() == "w" then
  198. ctrl.f = 0
  199. elseif key:lower() == "s" then
  200. ctrl.b = 0
  201. elseif key:lower() == "a" then
  202. ctrl.l = 0
  203. elseif key:lower() == "d" then
  204. ctrl.r = 0
  205. end
  206. end)
  207. Fly()
  208. end)
  209.  
  210. UnlockWorkspace.MouseButton1Click:connect(function()
  211. while true do
  212. function unlock(obj)
  213. for i,v in pairs(obj:GetChildren()) do
  214. if v:IsA("BasePart") then
  215. v.Locked = false
  216. end
  217. unlock(v)
  218. end
  219. end
  220. unlock(workspace)
  221.  
  222. wait(1)
  223.  
  224. function unlock(obj)
  225. for i,v in pairs(obj:GetChildren()) do
  226. if v:IsA("BasePart") then
  227. v.Locked = false
  228. end
  229. unlock(v)
  230. end
  231. end
  232. unlock(workspace)
  233. end
  234. end)
  235.  
  236. KillAllZombies.MouseButton1Click:connect(function()
  237. local hotkey = "f" -- hotkey to turn it on or off
  238.  
  239. -- Made by FlameExecutor lmao don't skidd please
  240. local working = true
  241. game:GetService('Players').LocalPlayer:GetMouse().KeyDown:connect(function(key)
  242. if key == string.lower(hotkey) then
  243. working = not working
  244. end
  245. end)
  246.  
  247. while wait(0.2) do
  248. if working == true then
  249. pcall(function()
  250. local ohthatscomplicated = {
  251. ["Name"] = game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").Name,
  252. ["HumanoidTables"] = {
  253. }
  254. }
  255. for i,v in pairs(workspace[".ZombieStorage"]:GetChildren()) do
  256. local hm = {
  257. ["HeadHits"] = math.huge,
  258. ["THumanoid"] = v:FindFirstChildOfClass('Humanoid'),
  259. ["BodyHits"] = 0
  260. }
  261. table.insert(ohthatscomplicated["HumanoidTables"],hm)
  262. end
  263. pcall(function()
  264. game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").GunControllerAlt.RemoteFunction:InvokeServer(ohthatscomplicated)
  265. end)
  266. game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").GunController.RemoteFunction:InvokeServer(ohthatscomplicated)
  267. end)
  268. end
  269. end
  270. -- hi what are you looking at --
  271. end)
  272.  
  273. Noclip.MouseButton1Click:connect(function()
  274. local noclip = true char = game.Players.LocalPlayer.Character while true do if noclip == true then for _,v in pairs(char:children()) do pcall(function() if v.className == "Part" then v.CanCollide = false elseif v.ClassName == "Model" then v.Head.CanCollide = false end end) end end game:service("RunService").Stepped:wait() end
  275. end)
  276.  
  277. bc = BrickColor.new("New Yeller")
  278. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  279. Text = "Lol Might of Loaded";
  280. Font = Enum.Font.Cartoon;
  281. Color = bc.Color;
  282. FontSize = Enum.FontSize.Size96;
  283. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement