Advertisement
BINO2002

Untitled

Dec 3rd, 2018
16,723
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.00 KB | None | 0 0
  1. wait(0)
  2. local ExploitedZombies = Instance.new("ScreenGui")
  3. local Creator = Instance.new("TextLabel")
  4. local Creator2 = Instance.new("TextLabel")
  5. local Main = Instance.new("Frame")
  6. local Close = Instance.new("TextButton")
  7. local Gamepasses = Instance.new("TextButton")
  8. local ZombieKill = Instance.new("TextButton")
  9. local Freeze = Instance.new("TextButton")
  10. local Open = Instance.new("TextButton")
  11. --Properties:
  12. ExploitedZombies.Name = "ExploitedZombies"
  13. ExploitedZombies.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  14.  
  15. Creator.Name = "Creator"
  16. Creator.Parent = ExploitedZombies
  17. Creator.BackgroundColor3 = Color3.new(0, 0, 0)
  18. Creator.BackgroundTransparency = 0.80000001192093
  19. Creator.BorderColor3 = Color3.new(0, 0, 0)
  20. Creator.Position = UDim2.new(-1.25800002, 0, 0.349000007, 0)
  21. Creator.Size = UDim2.new(0, 456, 0, 50)
  22. Creator.Font = Enum.Font.SourceSansBold
  23. Creator.Text = "Created by..."
  24. Creator.TextColor3 = Color3.new(1, 1, 1)
  25. Creator.TextScaled = true
  26. Creator.TextSize = 14
  27. Creator.TextWrapped = true
  28.  
  29. Creator2.Name = "Creator2"
  30. Creator2.Parent = ExploitedZombies
  31. Creator2.BackgroundColor3 = Color3.new(0, 0, 0)
  32. Creator2.BackgroundTransparency = 0.80000001192093
  33. Creator2.BorderColor3 = Color3.new(0, 0, 0)
  34. Creator2.Position = UDim2.new(-1.44599998, 0, 0.453000009, 0)
  35. Creator2.Size = UDim2.new(0, 456, 0, 50)
  36. Creator2.Font = Enum.Font.SourceSansBold
  37. Creator2.Text = "marcus#0979"
  38. Creator2.TextColor3 = Color3.new(1, 1, 1)
  39. Creator2.TextScaled = true
  40. Creator2.TextSize = 14
  41. Creator2.TextWrapped = true
  42.  
  43. Main.Name = "Main"
  44. Main.Parent = ExploitedZombies
  45. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  46. Main.BackgroundTransparency = 0.80000001192093
  47. Main.BorderColor3 = Color3.new(0, 0, 0)
  48. Main.Position = UDim2.new(0.0529999994, 0, -1.046, 0)
  49. Main.Size = UDim2.new(0, 979, 0, 490)
  50.  
  51. Close.Name = "Close"
  52. Close.Parent = Main
  53. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  54. Close.BackgroundTransparency = 0.80000001192093
  55. Close.Size = UDim2.new(0, 279, 0, 50)
  56. Close.Font = Enum.Font.SourceSansBold
  57. Close.Text = "Close"
  58. Close.TextColor3 = Color3.new(1, 0, 0)
  59. Close.TextScaled = true
  60. Close.TextSize = 14
  61. Close.TextWrapped = true
  62.  
  63. Gamepasses.Name = "Gamepasses"
  64. Gamepasses.Parent = ExploitedZombies
  65. Gamepasses.BackgroundColor3 = Color3.new(0, 0, 0)
  66. Gamepasses.BackgroundTransparency = 0.80000001192093
  67. Gamepasses.BorderColor3 = Color3.new(0, 0, 0)
  68. Gamepasses.Position = UDim2.new(0.0839999989, 0, -1.20700002, 0)
  69. Gamepasses.Size = UDim2.new(0, 910, 0, 91)
  70. Gamepasses.Font = Enum.Font.SourceSansBold
  71. Gamepasses.Text = "Gamepasses"
  72. Gamepasses.TextColor3 = Color3.new(1, 1, 1)
  73. Gamepasses.TextScaled = true
  74. Gamepasses.TextSize = 14
  75. Gamepasses.TextWrapped = true
  76.  
  77. ZombieKill.Name = "ZombieKill"
  78. ZombieKill.Parent = ExploitedZombies
  79. ZombieKill.BackgroundColor3 = Color3.new(0, 0, 0)
  80. ZombieKill.BackgroundTransparency = 0.80000001192093
  81. ZombieKill.BorderColor3 = Color3.new(0, 0, 0)
  82. ZombieKill.Position = UDim2.new(0.0839999989, 0, -1.41199994, 0)
  83. ZombieKill.Size = UDim2.new(0, 910, 0, 91)
  84. ZombieKill.Font = Enum.Font.SourceSansBold
  85. ZombieKill.Text = "Zombie Aim"
  86. ZombieKill.TextColor3 = Color3.new(1, 1, 1)
  87. ZombieKill.TextScaled = true
  88. ZombieKill.TextSize = 14
  89. ZombieKill.TextWrapped = true
  90.  
  91. Freeze.Name = "Freeze"
  92. Freeze.Parent = ExploitedZombies
  93. Freeze.BackgroundColor3 = Color3.new(0, 0, 0)
  94. Freeze.BackgroundTransparency = 0.80000001192093
  95. Freeze.BorderColor3 = Color3.new(0, 0, 0)
  96. Freeze.Position = UDim2.new(0.0839999989, 0, -1.62300003, 0)
  97. Freeze.Size = UDim2.new(0, 910, 0, 91)
  98. Freeze.Font = Enum.Font.SourceSansBold
  99. Freeze.Text = "Zombie Freeze | Invincible"
  100. Freeze.TextColor3 = Color3.new(1, 1, 1)
  101. Freeze.TextScaled = true
  102. Freeze.TextSize = 14
  103. Freeze.TextWrapped = true
  104.  
  105. Open.Name = "Open"
  106. Open.Parent = ExploitedZombies
  107. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  108. Open.BackgroundTransparency = 0.80000001192093
  109. Open.Position = UDim2.new(0, 0, 1.45299995, 0)
  110. Open.Size = UDim2.new(0, 279, 0, 50)
  111. Open.Font = Enum.Font.SourceSansBold
  112. Open.Text = "Open"
  113. Open.TextColor3 = Color3.new(1, 1, 1)
  114. Open.TextScaled = true
  115. Open.TextSize = 14
  116. Open.TextWrapped = true
  117. -- Scripts:
  118. function SCRIPT_CJQC87_FAKESCRIPT() -- ExploitedZombies.LocalScript
  119. getfenv().script = Instance.new('LocalScript', ExploitedZombies)
  120.  
  121. wait(0)
  122. local creator = script.Parent.Parent.Parent.ExploitedZombies.Creator
  123. local creat2 = script.Parent.Parent.Parent.ExploitedZombies.Creator2
  124.  
  125. creator:TweenPosition(UDim2.new(0.258, 0,0.349, 0))
  126. wait(0.01)
  127. creat2:TweenPosition(UDim2.new(0.446, 0,0.453, 0))
  128.  
  129. end
  130. coroutine.resume(coroutine.create(SCRIPT_CJQC87_FAKESCRIPT))
  131. function SCRIPT_VLMF85_FAKESCRIPT() -- ExploitedZombies.LocalScript
  132. getfenv().script = Instance.new('LocalScript', ExploitedZombies)
  133.  
  134. wait(3)
  135. local creator = script.Parent.Parent.Parent.ExploitedZombies.Creator
  136. local creat2 = script.Parent.Parent.Parent.ExploitedZombies.Creator2
  137. local main = script.Parent.Parent.Parent.ExploitedZombies.Main
  138. local pass = script.Parent.Parent.Parent.ExploitedZombies.Gamepasses
  139. local kill = script.Parent.Parent.Parent.ExploitedZombies.ZombieKill
  140. local freeze = script.Parent.Parent.Parent.ExploitedZombies.Freeze
  141.  
  142. wait(0.001)
  143. creat2:TweenPosition(UDim2.new(1.446, 0,0.453, 0))
  144. wait(0.09)
  145. creator:TweenPosition(UDim2.new(1.258, 0,0.349, 0))
  146.  
  147. main:TweenPosition(UDim2.new(0.053, 0,0.046, 0))
  148. wait(0.02)
  149. pass:TweenPosition(UDim2.new(0.084, 0,0.207, 0))
  150. wait(0.02)
  151. kill:TweenPosition(UDim2.new(0.084, 0,0.412, 0))
  152. wait(0.02)
  153. freeze:TweenPosition(UDim2.new(0.084, 0,0.623, 0))
  154.  
  155.  
  156.  
  157. end
  158. coroutine.resume(coroutine.create(SCRIPT_VLMF85_FAKESCRIPT))
  159. function SCRIPT_SLNF66_FAKESCRIPT() -- Close.LocalScript
  160. getfenv().script = Instance.new('LocalScript', Close)
  161.  
  162. script.Parent.MouseButton1Click:connect(function()
  163. local creator = script.Parent.Parent.Parent.Parent.ExploitedZombies.Creator
  164. local creat2 = script.Parent.Parent.Parent.Parent.ExploitedZombies.Creator2
  165. local main = script.Parent.Parent.Parent.Parent.ExploitedZombies.Main
  166. local pass = script.Parent.Parent.Parent.Parent.ExploitedZombies.Gamepasses
  167. local kill = script.Parent.Parent.Parent.Parent.ExploitedZombies.ZombieKill
  168. local freeze = script.Parent.Parent.Parent.Parent.ExploitedZombies.Freeze
  169. local open = script.Parent.Parent.Parent.Parent.ExploitedZombies.Open
  170.  
  171. main:TweenPosition(UDim2.new(0.053, 0,1.046, 0))
  172. wait(0.02)
  173. pass:TweenPosition(UDim2.new(0.084, 0,1.207, 0))
  174. wait(0.02)
  175. kill:TweenPosition(UDim2.new(0.084, 0,1.412, 0))
  176. wait(0.02)
  177. freeze:TweenPosition(UDim2.new(0.084, 0,1.623, 0))
  178. wait(0.02)
  179. open:TweenPosition(UDim2.new(0, 0,0.453, 0))
  180. end)
  181.  
  182.  
  183. end
  184. coroutine.resume(coroutine.create(SCRIPT_SLNF66_FAKESCRIPT))
  185. function SCRIPT_BUOD84_FAKESCRIPT() -- Gamepasses.LocalScript
  186. getfenv().script = Instance.new('LocalScript', Gamepasses)
  187.  
  188. script.Parent.MouseButton1Click:connect(function()
  189. local Game = game
  190.  
  191. Game.Players.LocalPlayer.Purchased.MysterySniper.Value = true
  192. Game.Players.LocalPlayer.Purchased.SecondaryPack1.Value = true
  193. Game.Players.LocalPlayer.Purchased.PrimaryPack1.Value = true
  194. Game.Players.LocalPlayer.Purchased.PrimaryPack5.Value = true
  195. Game.Players.LocalPlayer.Purchased.PrimaryPack2.Value = true
  196. Game.Players.LocalPlayer.Purchased.SecondaryPack4.Value = true
  197. Game.Players.LocalPlayer.Purchased.SecondaryPack3.Value = true
  198. Game.Players.LocalPlayer.Purchased.SecondaryPack2.Value = true
  199. Game.Players.LocalPlayer.Purchased.BanHammer.Value = true
  200. end)
  201.  
  202.  
  203. end
  204. coroutine.resume(coroutine.create(SCRIPT_BUOD84_FAKESCRIPT))
  205. function SCRIPT_YDSN77_FAKESCRIPT() -- ZombieKill.Script
  206. getfenv().script = Instance.new('Script', ZombieKill)
  207.  
  208. script.Parent.MouseButton1Click:Connect(function()
  209. local hotkey = "e" -- hotkey to turn it on or off
  210.  
  211. local working = true
  212. game:GetService('Players').LocalPlayer:GetMouse().KeyDown:connect(function(key)
  213. if key == string.lower(hotkey) then
  214. working = not working
  215. end
  216. end)
  217.  
  218. while wait(0.2) do
  219. if working == true then
  220. pcall(function()
  221. local ohthatscomplicated = {
  222. ["Name"] = game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").Name,
  223. ["HumanoidTables"] = {
  224. }
  225. }
  226. for i,v in pairs(workspace[".ZombieStorage"]:GetChildren()) do
  227. local hm = {
  228. ["HeadHits"] = math.huge,
  229. ["THumanoid"] = v:FindFirstChildOfClass('Humanoid'),
  230. ["BodyHits"] = 0
  231. }
  232. table.insert(ohthatscomplicated["HumanoidTables"],hm)
  233. end
  234. pcall(function()
  235. game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").GunControllerAlt.RemoteFunction:InvokeServer(ohthatscomplicated)
  236. end)
  237. game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").GunController.RemoteFunction:InvokeServer(ohthatscomplicated)
  238. end)
  239. end
  240. end
  241. end)
  242.  
  243.  
  244. end
  245. coroutine.resume(coroutine.create(SCRIPT_YDSN77_FAKESCRIPT))
  246. function SCRIPT_TCQR77_FAKESCRIPT() -- Freeze.LocalScript
  247. getfenv().script = Instance.new('LocalScript', Freeze)
  248.  
  249. script.Parent.MouseButton1Click:connect(function()
  250. local player=game.Players.LocalPlayer.Character
  251. player.Humanoid:Remove()
  252. Instance.new('Humanoid',player)
  253. end)
  254.  
  255.  
  256. end
  257. coroutine.resume(coroutine.create(SCRIPT_TCQR77_FAKESCRIPT))
  258. function SCRIPT_PWTF76_FAKESCRIPT() -- Open.LocalScript
  259. getfenv().script = Instance.new('LocalScript', Open)
  260.  
  261. script.Parent.MouseButton1Click:connect(function()
  262. local creator = script.Parent.Parent.Parent.ExploitedZombies.Creator
  263. local creat2 = script.Parent.Parent.Parent.ExploitedZombies.Creator2
  264. local main = script.Parent.Parent.Parent.ExploitedZombies.Main
  265. local pass = script.Parent.Parent.Parent.ExploitedZombies.Gamepasses
  266. local kill = script.Parent.Parent.Parent.ExploitedZombies.ZombieKill
  267. local freeze = script.Parent.Parent.Parent.ExploitedZombies.Freeze
  268. local open = script.Parent.Parent.Parent.ExploitedZombies.Open
  269.  
  270. main:TweenPosition(UDim2.new(0.053, 0,0.046, 0))
  271. wait(0.02)
  272. pass:TweenPosition(UDim2.new(0.084, 0,0.207, 0))
  273. wait(0.02)
  274. kill:TweenPosition(UDim2.new(0.084, 0,0.412, 0))
  275. wait(0.02)
  276. freeze:TweenPosition(UDim2.new(0.084, 0,0.623, 0))
  277. wait(0.02)
  278. open:TweenPosition(UDim2.new(0, 0,1.453, 0))
  279. end)
  280.  
  281.  
  282. end
  283. coroutine.resume(coroutine.create(SCRIPT_PWTF76_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement