Advertisement
Vzurxy

Untitled

Jul 15th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.37 KB | None | 0 0
  1. -- Game Link : https://www.roblox.com/games/137885680/Zombie-Rush
  2. -- Your level 7 should support basic gui functions, make sure it has pcall, and table.insert, and basic table functions.
  3.  
  4. local lesbian = Instance.new("ScreenGui")
  5. local continue = Instance.new("Frame")
  6. local continue2 = Instance.new("TextButton")
  7. local detail = Instance.new("Frame")
  8. local detail2 = Instance.new("ImageLabel")
  9. local change = Instance.new("TextLabel")
  10. local credits = Instance.new("TextLabel")
  11. local mainframe = Instance.new("Frame")
  12. local zombied = Instance.new("TextButton")
  13. local lvl = Instance.new("TextButton")
  14. local exit = Instance.new("TextButton")
  15. local gamepasses = Instance.new("TextButton")
  16. local god = Instance.new("TextButton")
  17. local reminder = Instance.new("TextButton")
  18. local exit2 = Instance.new("TextButton")
  19. local TextButton = Instance.new("TextButton")
  20.  
  21. lesbian.Name = "lesbian"
  22. lesbian.Parent = game.Players.LocalPlayer.PlayerGui
  23. lesbian.Active = true
  24. lesbian.Draggable = true
  25. lesbian.ResetOnSpawn = false
  26.  
  27. continue.Name = "continue"
  28. continue.Parent = lesbian
  29. continue.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  30. continue.BackgroundTransparency = 0.25
  31. continue.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  32. continue.BorderSizePixel = 0
  33. continue.Position = UDim2.new(0.346702576, 0, 0.199604735, 0)
  34. continue.Size = UDim2.new(0, 233, 0, 274)
  35. continue.Active = true
  36. continue.Draggable = true
  37.  
  38. continue2.Name = "continue2"
  39. continue2.Parent = continue
  40. continue2.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  41. continue2.BorderSizePixel = 0
  42. continue2.Position = UDim2.new(0.14592275, 0, 0.762773752, 0)
  43. continue2.Size = UDim2.new(0, 164, 0, 42)
  44. continue2.Font = Enum.Font.SourceSansBold
  45. continue2.Text = "Continue"
  46. continue2.TextColor3 = Color3.new(1, 1, 1)
  47. continue2.TextSize = 14
  48.  
  49.  
  50. detail.Name = "detail"
  51. detail.Parent = continue
  52. detail.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  53. detail.BorderSizePixel = 0
  54. detail.Size = UDim2.new(0, 233, 0, 12)
  55.  
  56. detail2.Name = "detail2"
  57. detail2.Parent = continue
  58. detail2.BackgroundColor3 = Color3.new(1, 1, 1)
  59. detail2.BorderSizePixel = 0
  60. detail2.Position = UDim2.new(0.0686695278, 0, 0.131386861, 0)
  61. detail2.Size = UDim2.new(0, 200, 0, 157)
  62. detail2.Image = "rbxassetid://1574935100"
  63.  
  64. change.Name = "change"
  65. change.Parent = continue
  66. change.BackgroundColor3 = Color3.new(1, 1, 1)
  67. change.BackgroundTransparency = 1
  68. change.BorderSizePixel = 0
  69. change.Position = UDim2.new(0.0858369097, 0, 0.56934309, 0)
  70. change.Size = UDim2.new(0, 193, 0, 37)
  71. change.Font = Enum.Font.SourceSans
  72. change.Text = "Remember you can drag the GUI, and the GUI will still be there if you die"
  73. change.TextColor3 = Color3.new(1, 1, 1)
  74. change.TextScaled = true
  75. change.TextSize = 14
  76. change.TextWrapped = true
  77.  
  78. credits.Name = "credits"
  79. credits.Parent = continue
  80. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  81. credits.BackgroundTransparency = 1
  82. credits.BorderSizePixel = 0
  83. credits.Position = UDim2.new(0.0686695278, 0, -0.0766423345, 0)
  84. credits.Size = UDim2.new(0, 200, 0, 52)
  85. credits.Font = Enum.Font.SourceSansBold
  86. credits.Text = "Main | BFN#1711"
  87. credits.TextColor3 = Color3.new(1, 1, 1)
  88. credits.TextSize = 12
  89.  
  90. mainframe.Name = "mainframe"
  91. mainframe.Parent = lesbian
  92. mainframe.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  93. mainframe.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  94. mainframe.BorderSizePixel = 0
  95. mainframe.Position = UDim2.new(0.65962857, 0, 0.18577078, 0)
  96. mainframe.Size = UDim2.new(0, 251, 0, 318)
  97. mainframe.Visible = false
  98. mainframe.Style = Enum.FrameStyle.DropShadow
  99. mainframe.Active = false
  100. mainframe.Draggable = false
  101. mainframe.ResetOnSpawn = false
  102.  
  103. continue2.MouseButton1Down:connect(function()
  104. mainframe.Visible = true
  105. mainframe.Active = true
  106. mainframe.Draggable = true
  107. continue:Destroy()
  108. end)
  109.  
  110. zombied.Name = "zombied"
  111. zombied.Parent = mainframe
  112. zombied.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  113. zombied.BackgroundTransparency = 0.5
  114. zombied.BorderSizePixel = 0
  115. zombied.Position = UDim2.new(0.0756972134, 0, 0.418238968, 0)
  116. zombied.Size = UDim2.new(0, 200, 0, 50)
  117. zombied.AutoButtonColor = false
  118. zombied.Font = Enum.Font.SourceSansBold
  119. zombied.Text = "KO Zombies"
  120. zombied.TextColor3 = Color3.new(1, 1, 1)
  121. zombied.TextSize = 14
  122.  
  123. local Hotkey = "f"
  124.  
  125. local enabled = true
  126. game:GetService('Players').LocalPlayer:GetMouse().KeyDown:connect(function(key)
  127. if key == string.lower(Hotkey) then
  128. enabled = not enabled
  129. end
  130. end)
  131.  
  132. zombied.MouseButton1Down:connect(function()
  133. while wait(0.25) do
  134. if enabled == true then
  135. pcall(function()
  136. local ohthatscomplicated = {
  137. ["Name"] = game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").Name,
  138. ["HumanoidTables"] = {
  139. }
  140. }
  141. for i,v in pairs(workspace[".ZombieStorage"]:GetChildren()) do
  142. local hm = {
  143. ["HeadHits"] = math.huge,
  144. ["THumanoid"] = v:FindFirstChildOfClass('Humanoid'),
  145. ["BodyHits"] = 0
  146. }
  147. table.insert(ohthatscomplicated["HumanoidTables"],hm)
  148. end
  149. pcall(function()
  150. game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").GunControllerAlt.RemoteFunction:InvokeServer(ohthatscomplicated)
  151. end)
  152. game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").GunController.RemoteFunction:InvokeServer(ohthatscomplicated)
  153. end)
  154. end
  155. end
  156. end)
  157. end)
  158.  
  159. lvl.Name = "change"
  160. lvl.Parent = mainframe
  161. lvl.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  162. lvl.BackgroundTransparency = 0.5
  163. lvl.BorderSizePixel = 0
  164. lvl.Position = UDim2.new(0.0796812773, 0, 0.0377358571, 0)
  165. lvl.Size = UDim2.new(0, 200, 0, 50)
  166. lvl.AutoButtonColor = false
  167. lvl.Font = Enum.Font.SourceSansBold
  168. lvl.Text = "Level Change"
  169. lvl.TextColor3 = Color3.new(1, 1, 1)
  170. lvl.TextSize = 14
  171.  
  172. lvl.MouseButton1Down:connect(function()
  173. game.Players.LocalPlayer.leaderstats.Level.Value = 999999
  174. end)
  175.  
  176. exit.Name = "exit"
  177. exit.Parent = mainframe
  178. exit.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  179. exit.BorderSizePixel = 0
  180. exit.Position = UDim2.new(2.98023224e-08, 0, 0.00314465398, 0)
  181. exit.Size = UDim2.new(0, 10, 0, 13)
  182. exit.Font = Enum.Font.SourceSansBold
  183. exit.Text = "X"
  184. exit.TextColor3 = Color3.new(1, 1, 1)
  185. exit.TextSize = 14
  186.  
  187. exit.MouseButton1Down:connect(function()
  188. mainframe:Destroy()
  189. end)
  190.  
  191. gamepasses.Name = "gamepasses"
  192. gamepasses.Parent = mainframe
  193. gamepasses.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  194. gamepasses.BackgroundTransparency = 0.5
  195. gamepasses.BorderSizePixel = 0
  196. gamepasses.Position = UDim2.new(0.0756972134, 0, 0.226415083, 0)
  197. gamepasses.Size = UDim2.new(0, 200, 0, 50)
  198. gamepasses.AutoButtonColor = false
  199. gamepasses.Font = Enum.Font.SourceSansBold
  200. gamepasses.Text = "Get Gamepasses"
  201. gamepasses.TextColor3 = Color3.new(1, 1, 1)
  202. gamepasses.TextSize = 14
  203.  
  204. gamepasses.MouseButton1Down:connect(function()
  205. game.Players.LocalPlayer.Purchased.SpeedyZombie.Value = true
  206. game.Players.LocalPlayer.Purchased.GhostZombie.Value = true
  207. game.Players.LocalPlayer.Purchased.MageZombie.Value = true
  208. game.Players.LocalPlayer.Purchased.ToxicZombie.Value = true
  209. game.Players.LocalPlayer.Purchased.LightweightZombie.Value = true
  210. game.Players.LocalPlayer.Purchased.CombatZombie.Value = true
  211. game.Players.LocalPlayer.Purchased.CombustionZombie.Value = true
  212. game.Players.LocalPlayer.Purchased.BoomBox.Value = true
  213. game.Players.LocalPlayer.Purchased.BoomBoxPlus.Value = true
  214. end)
  215.  
  216. god.Name = "god"
  217. god.Parent = mainframe
  218. god.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  219. god.BackgroundTransparency = 0.5
  220. god.BorderSizePixel = 0
  221. god.Position = UDim2.new(0.0717131495, 0, 0.616352201, 0)
  222. god.Size = UDim2.new(0, 200, 0, 50)
  223. god.AutoButtonColor = false
  224. god.Font = Enum.Font.SourceSansBold
  225. god.Text = "Loop Humanoid Remove"
  226. god.TextColor3 = Color3.new(1, 1, 1)
  227. god.TextSize = 14
  228.  
  229. god.MouseButton1Down:connect(function()
  230. local Player = game.Players.LocalPlayer.Character
  231. Player.Humanoid:Remove()
  232. Instance.new('Humanoid',Player)
  233. end)
  234.  
  235. reminder.Name = "reminder"
  236. reminder.Parent = mainframe
  237. reminder.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  238. reminder.BackgroundTransparency = 0.94999998807907
  239. reminder.BorderSizePixel = 0
  240. reminder.Position = UDim2.new(0.0796812773, 0, 0.902515709, 0)
  241. reminder.Size = UDim2.new(0, 200, 0, 27)
  242. reminder.AutoButtonColor = false
  243. reminder.Font = Enum.Font.SourceSansBold
  244. reminder.Text = "Level Change doesn't replicate"
  245. reminder.TextColor3 = Color3.new(1, 1, 1)
  246. reminder.TextSize = 14
  247.  
  248. exit2.Name = "exit"
  249. exit2.Parent = mainframe
  250. exit2.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  251. exit2.BorderSizePixel = 0
  252. exit2.Position = UDim2.new(0.880478144, 0, 0.92452836, 0)
  253. exit2.Size = UDim2.new(0, 10, 0, 13)
  254. exit2.Font = Enum.Font.SourceSansBold
  255. exit2.Text = "X"
  256. exit2.TextColor3 = Color3.new(1, 1, 1)
  257. exit2.TextSize = 14
  258.  
  259. exit2.MouseButton1Down:connect(function()
  260. reminder:Destroy()
  261. exit2:Destroy()
  262. end)
  263.  
  264. walkspeed.Parent = mainframe
  265. walkspeed.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  266. walkspeed.BackgroundTransparency = 0.5
  267. walkspeed.BorderSizePixel = 0
  268. walkspeed.Position = UDim2.new(0.0717131495, 0, 0.798742115, 0)
  269. walkspeed.Size = UDim2.new(0, 200, 0, 33)
  270. walkspeed.Font = Enum.Font.SourceSansBold
  271. walkspeed.Text = "WalkSpeed Change"
  272. walkspeed.TextColor3 = Color3.new(1, 1, 1)
  273. walkspeed.TextSize = 14
  274.  
  275. walkspeed.MouseButton1Down:connect(function()
  276. game.Players.LocalPlayer.Humanoid.WalkSpeed = 25
  277. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement