Psykek

Project Lazarus GUI

Apr 19th, 2019
6,951
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 42.59 KB | None | 0 0
  1. -- Objects
  2.  
  3. local PLGUI = Instance.new("ScreenGui")
  4. local Topframe = Instance.new("Frame")
  5. local Mainframe = Instance.new("Frame")
  6. local NameFrame = Instance.new("Frame")
  7. local LocalNameBox = Instance.new("TextBox")
  8. local ContinueButton = Instance.new("TextButton")
  9. local FuncFrame = Instance.new("Frame")
  10. local InputBox = Instance.new("TextBox")
  11. local GotoPlayer = Instance.new("TextButton")
  12. local OPGun = Instance.new("TextButton")
  13. local Power = Instance.new("TextButton")
  14. local AnnoyPlayers = Instance.new("TextButton")
  15. local zESP = Instance.new("TextButton")
  16. local Walkspeed = Instance.new("TextButton")
  17. local InfiniteAmmo = Instance.new("TextButton")
  18. local BringZHeads = Instance.new("TextButton")
  19. local Jumppower = Instance.new("TextButton")
  20. local PowerupFrame = Instance.new("Frame")
  21. local Juggernog = Instance.new("TextButton")
  22. local QuickRevive = Instance.new("TextButton")
  23. local SpeedCola = Instance.new("TextButton")
  24. local DoubleTap = Instance.new("TextButton")
  25. local MuleKick = Instance.new("TextButton")
  26. local TPframe = Instance.new("Frame")
  27. local Lobby = Instance.new("TextButton")
  28. local Spawn = Instance.new("TextButton")
  29. local PowerRoom = Instance.new("TextButton")
  30. local Library = Instance.new("TextButton")
  31. local BuildingTop = Instance.new("TextButton")
  32. local CenterYard = Instance.new("TextButton")
  33. local BarrierBack1 = Instance.new("TextButton")
  34. local Bathroom = Instance.new("TextButton")
  35. local BackYard = Instance.new("TextButton")
  36. local BarrierBack3 = Instance.new("TextButton")
  37. local BarrierBack4 = Instance.new("TextButton")
  38. local BarrierBack2 = Instance.new("TextButton")
  39. local Close = Instance.new("TextButton")
  40. local TextLabel = Instance.new("TextLabel")
  41. local Options = Instance.new("TextButton")
  42. local OptionsFrame = Instance.new("Frame")
  43. local TeleportsTab = Instance.new("TextButton")
  44. local PowerupTab = Instance.new("TextButton")
  45. local FunctionTab = Instance.new("TextButton")
  46. local ConsoleTab = Instance.new("TextButton")
  47. local KeybindsTab = Instance.new("TextButton")
  48. local ConsoleFrame = Instance.new("Frame")
  49. local ConsoleLabel = Instance.new("TextLabel")
  50. local ConsoleInfoLabel = Instance.new("TextLabel")
  51. local KeybindFrame = Instance.new("Frame")
  52. local KeybindLabel = Instance.new("TextLabel")
  53. local KeybindLabel_2 = Instance.new("TextLabel")
  54. local KeybindLabel_3 = Instance.new("TextLabel")
  55. local KeybindLabel_4 = Instance.new("TextLabel")
  56. local KeybindLabel_5 = Instance.new("TextLabel")
  57. local KeybindInfo = Instance.new("TextLabel")
  58. local KeybindInfo_2 = Instance.new("TextLabel")
  59. local KeybindInfo_3 = Instance.new("TextLabel")
  60. local KeybindInfo_4 = Instance.new("TextLabel")
  61. local KeybindInfo_5 = Instance.new("TextLabel")
  62. local KeybindInfo_6 = Instance.new("TextLabel")
  63. local KeybindLabel_6 = Instance.new("TextLabel")
  64.  
  65. -- Properties
  66.  
  67. PLGUI.Name = "PLGUI"
  68. PLGUI.Parent = game.CoreGui
  69. PLGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  70.  
  71. Topframe.Name = "Topframe"
  72. Topframe.Parent = PLGUI
  73. Topframe.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  74. Topframe.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  75. Topframe.BorderSizePixel = 0
  76. Topframe.Position = UDim2.new(0.242253512, 0, 0.195530728, 0)
  77. Topframe.Size = UDim2.new(0, 273, 0, 24)
  78.  
  79. Mainframe.Name = "Mainframe"
  80. Mainframe.Parent = Topframe
  81. Mainframe.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  82. Mainframe.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  83. Mainframe.BorderSizePixel = 0
  84. Mainframe.Position = UDim2.new(0, 0, 0.988615692, 0)
  85. Mainframe.Size = UDim2.new(0, 273, 0, 156)
  86.  
  87. NameFrame.Name = "NameFrame"
  88. NameFrame.Parent = Mainframe
  89. NameFrame.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  90. NameFrame.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  91. NameFrame.Position = UDim2.new(0.0183150209, 0, 0.0273924619, 0)
  92. NameFrame.Size = UDim2.new(0, 263, 0, 146)
  93.  
  94. LocalNameBox.Name = "LocalNameBox"
  95. LocalNameBox.Parent = NameFrame
  96. LocalNameBox.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  97. LocalNameBox.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  98. LocalNameBox.Position = UDim2.new(0.0380228162, 0, 0.102739729, 0)
  99. LocalNameBox.Size = UDim2.new(0, 242, 0, 34)
  100. LocalNameBox.Font = Enum.Font.SourceSans
  101. LocalNameBox.Text = "Enter your username here"
  102. LocalNameBox.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  103. LocalNameBox.TextSize = 14
  104.  
  105. ContinueButton.Name = "ContinueButton"
  106. ContinueButton.Parent = NameFrame
  107. ContinueButton.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  108. ContinueButton.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  109. ContinueButton.Position = UDim2.new(0.228136882, 0, 0.623287678, 0)
  110. ContinueButton.Size = UDim2.new(0, 141, 0, 32)
  111. ContinueButton.Font = Enum.Font.SourceSans
  112. ContinueButton.Text = "Continue"
  113. ContinueButton.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  114. ContinueButton.TextSize = 14
  115.  
  116. FuncFrame.Name = "FuncFrame"
  117. FuncFrame.Parent = Mainframe
  118. FuncFrame.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  119. FuncFrame.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  120. FuncFrame.Position = UDim2.new(0.0183150209, 0, 0.0273924619, 0)
  121. FuncFrame.Size = UDim2.new(0, 263, 0, 146)
  122. FuncFrame.Visible = false
  123.  
  124. InputBox.Name = "InputBox"
  125. InputBox.Parent = FuncFrame
  126. InputBox.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  127. InputBox.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  128. InputBox.Position = UDim2.new(0.0380228125, 0, 0.0616438314, 0)
  129. InputBox.Size = UDim2.new(0, 242, 0, 26)
  130. InputBox.Font = Enum.Font.SourceSans
  131. InputBox.Text = "Input (name/number)"
  132. InputBox.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  133. InputBox.TextSize = 14
  134.  
  135. GotoPlayer.Name = "GotoPlayer"
  136. GotoPlayer.Parent = FuncFrame
  137. GotoPlayer.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  138. GotoPlayer.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  139. GotoPlayer.Position = UDim2.new(0.0380227566, 0, 0.33561644, 0)
  140. GotoPlayer.Size = UDim2.new(0, 75, 0, 25)
  141. GotoPlayer.Font = Enum.Font.SourceSans
  142. GotoPlayer.Text = "Goto Player"
  143. GotoPlayer.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  144. GotoPlayer.TextSize = 14
  145.  
  146. OPGun.Name = "OPGun"
  147. OPGun.Parent = FuncFrame
  148. OPGun.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  149. OPGun.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  150. OPGun.Position = UDim2.new(0.0380227566, 0, 0.55577296, 0)
  151. OPGun.Size = UDim2.new(0, 75, 0, 25)
  152. OPGun.Font = Enum.Font.SourceSans
  153. OPGun.Text = "OP Gun"
  154. OPGun.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  155. OPGun.TextSize = 14
  156.  
  157. Power.Name = "Power"
  158. Power.Parent = FuncFrame
  159. Power.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  160. Power.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  161. Power.Position = UDim2.new(0.0380227566, 0, 0.775929689, 0)
  162. Power.Size = UDim2.new(0, 75, 0, 25)
  163. Power.Font = Enum.Font.SourceSans
  164. Power.Text = "Power"
  165. Power.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  166. Power.TextSize = 14
  167.  
  168. AnnoyPlayers.Name = "AnnoyPlayers"
  169. AnnoyPlayers.Parent = FuncFrame
  170. AnnoyPlayers.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  171. AnnoyPlayers.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  172. AnnoyPlayers.Position = UDim2.new(0.357414395, 0, 0.775929689, 0)
  173. AnnoyPlayers.Size = UDim2.new(0, 75, 0, 25)
  174. AnnoyPlayers.Font = Enum.Font.SourceSans
  175. AnnoyPlayers.Text = "Annoy Plrs"
  176. AnnoyPlayers.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  177. AnnoyPlayers.TextSize = 14
  178.  
  179. zESP.Name = "zESP"
  180. zESP.Parent = FuncFrame
  181. zESP.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  182. zESP.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  183. zESP.Position = UDim2.new(0.357414395, 0, 0.55577296, 0)
  184. zESP.Size = UDim2.new(0, 75, 0, 25)
  185. zESP.Font = Enum.Font.SourceSans
  186. zESP.Text = "Zombie ESP"
  187. zESP.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  188. zESP.TextSize = 14
  189.  
  190. Walkspeed.Name = "Walkspeed"
  191. Walkspeed.Parent = FuncFrame
  192. Walkspeed.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  193. Walkspeed.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  194. Walkspeed.Position = UDim2.new(0.357414395, 0, 0.33561644, 0)
  195. Walkspeed.Size = UDim2.new(0, 75, 0, 25)
  196. Walkspeed.Font = Enum.Font.SourceSans
  197. Walkspeed.Text = "Walk Speed"
  198. Walkspeed.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  199. Walkspeed.TextSize = 14
  200.  
  201. InfiniteAmmo.Name = "InfiniteAmmo"
  202. InfiniteAmmo.Parent = FuncFrame
  203. InfiniteAmmo.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  204. InfiniteAmmo.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  205. InfiniteAmmo.Position = UDim2.new(0.673003793, 0, 0.775929689, 0)
  206. InfiniteAmmo.Size = UDim2.new(0, 75, 0, 25)
  207. InfiniteAmmo.Font = Enum.Font.SourceSans
  208. InfiniteAmmo.Text = "Inf. Ammo"
  209. InfiniteAmmo.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  210. InfiniteAmmo.TextSize = 14
  211.  
  212. BringZHeads.Name = "BringZHeads"
  213. BringZHeads.Parent = FuncFrame
  214. BringZHeads.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  215. BringZHeads.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  216. BringZHeads.Position = UDim2.new(0.673003793, 0, 0.55577296, 0)
  217. BringZHeads.Size = UDim2.new(0, 75, 0, 25)
  218. BringZHeads.Font = Enum.Font.SourceSans
  219. BringZHeads.Text = "Bring Z. Heads"
  220. BringZHeads.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  221. BringZHeads.TextSize = 14
  222.  
  223. Jumppower.Name = "Jumppower"
  224. Jumppower.Parent = FuncFrame
  225. Jumppower.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  226. Jumppower.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  227. Jumppower.Position = UDim2.new(0.673003793, 0, 0.33561644, 0)
  228. Jumppower.Size = UDim2.new(0, 75, 0, 25)
  229. Jumppower.Font = Enum.Font.SourceSans
  230. Jumppower.Text = "Jump Power"
  231. Jumppower.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  232. Jumppower.TextSize = 14
  233.  
  234. PowerupFrame.Name = "PowerupFrame"
  235. PowerupFrame.Parent = Mainframe
  236. PowerupFrame.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  237. PowerupFrame.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  238. PowerupFrame.Position = UDim2.new(0.0183150209, 0, 0.0273924619, 0)
  239. PowerupFrame.Size = UDim2.new(0, 263, 0, 146)
  240. PowerupFrame.Visible = false
  241.  
  242. Juggernog.Name = "Juggernog"
  243. Juggernog.Parent = PowerupFrame
  244. Juggernog.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  245. Juggernog.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  246. Juggernog.Position = UDim2.new(0.0494296588, 0, 0.130136997, 0)
  247. Juggernog.Size = UDim2.new(0, 112, 0, 28)
  248. Juggernog.Font = Enum.Font.SourceSans
  249. Juggernog.Text = "Juggernog"
  250. Juggernog.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  251. Juggernog.TextSize = 14
  252.  
  253. QuickRevive.Name = "QuickRevive"
  254. QuickRevive.Parent = PowerupFrame
  255. QuickRevive.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  256. QuickRevive.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  257. QuickRevive.Position = UDim2.new(0.520912588, 0, 0.130136997, 0)
  258. QuickRevive.Size = UDim2.new(0, 112, 0, 28)
  259. QuickRevive.Font = Enum.Font.SourceSans
  260. QuickRevive.Text = "Quick Revive"
  261. QuickRevive.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  262. QuickRevive.TextSize = 14
  263.  
  264. SpeedCola.Name = "SpeedCola"
  265. SpeedCola.Parent = PowerupFrame
  266. SpeedCola.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  267. SpeedCola.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  268. SpeedCola.Position = UDim2.new(0.520912588, 0, 0.404109597, 0)
  269. SpeedCola.Size = UDim2.new(0, 112, 0, 28)
  270. SpeedCola.Font = Enum.Font.SourceSans
  271. SpeedCola.Text = "Speed Cola"
  272. SpeedCola.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  273. SpeedCola.TextSize = 14
  274.  
  275. DoubleTap.Name = "DoubleTap"
  276. DoubleTap.Parent = PowerupFrame
  277. DoubleTap.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  278. DoubleTap.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  279. DoubleTap.Position = UDim2.new(0.0494296588, 0, 0.404109597, 0)
  280. DoubleTap.Size = UDim2.new(0, 112, 0, 28)
  281. DoubleTap.Font = Enum.Font.SourceSans
  282. DoubleTap.Text = "Double Tap"
  283. DoubleTap.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  284. DoubleTap.TextSize = 14
  285.  
  286. MuleKick.Name = "MuleKick"
  287. MuleKick.Parent = PowerupFrame
  288. MuleKick.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  289. MuleKick.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  290. MuleKick.Position = UDim2.new(0.285171151, 0, 0.678082168, 0)
  291. MuleKick.Size = UDim2.new(0, 112, 0, 28)
  292. MuleKick.Font = Enum.Font.SourceSans
  293. MuleKick.Text = "Mule Kick"
  294. MuleKick.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  295. MuleKick.TextSize = 14
  296.  
  297. TPframe.Name = "TPframe"
  298. TPframe.Parent = Mainframe
  299. TPframe.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  300. TPframe.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  301. TPframe.Position = UDim2.new(0.0183150209, 0, 0.0273924619, 0)
  302. TPframe.Size = UDim2.new(0, 263, 0, 146)
  303. TPframe.Visible = false
  304.  
  305. Lobby.Name = "Lobby"
  306. Lobby.Parent = TPframe
  307. Lobby.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  308. Lobby.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  309. Lobby.Position = UDim2.new(0.0380227566, 0, 0.089041099, 0)
  310. Lobby.Size = UDim2.new(0, 75, 0, 25)
  311. Lobby.Font = Enum.Font.SourceSans
  312. Lobby.Text = "Lobby"
  313. Lobby.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  314. Lobby.TextSize = 14
  315.  
  316. Spawn.Name = "Spawn"
  317. Spawn.Parent = TPframe
  318. Spawn.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  319. Spawn.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  320. Spawn.Position = UDim2.new(0.0380227566, 0, 0.309197605, 0)
  321. Spawn.Size = UDim2.new(0, 75, 0, 25)
  322. Spawn.Font = Enum.Font.SourceSans
  323. Spawn.Text = "Spawn"
  324. Spawn.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  325. Spawn.TextSize = 14
  326.  
  327. PowerRoom.Name = "PowerRoom"
  328. PowerRoom.Parent = TPframe
  329. PowerRoom.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  330. PowerRoom.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  331. PowerRoom.Position = UDim2.new(0.0380227566, 0, 0.529354334, 0)
  332. PowerRoom.Size = UDim2.new(0, 75, 0, 25)
  333. PowerRoom.Font = Enum.Font.SourceSans
  334. PowerRoom.Text = "Power Room"
  335. PowerRoom.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  336. PowerRoom.TextSize = 14
  337.  
  338. Library.Name = "Library"
  339. Library.Parent = TPframe
  340. Library.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  341. Library.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  342. Library.Position = UDim2.new(0.357414395, 0, 0.529354334, 0)
  343. Library.Size = UDim2.new(0, 75, 0, 25)
  344. Library.Font = Enum.Font.SourceSans
  345. Library.Text = "Library"
  346. Library.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  347. Library.TextSize = 14
  348.  
  349. BuildingTop.Name = "BuildingTop"
  350. BuildingTop.Parent = TPframe
  351. BuildingTop.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  352. BuildingTop.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  353. BuildingTop.Position = UDim2.new(0.357414395, 0, 0.309197605, 0)
  354. BuildingTop.Size = UDim2.new(0, 75, 0, 25)
  355. BuildingTop.Font = Enum.Font.SourceSans
  356. BuildingTop.Text = "Building Top"
  357. BuildingTop.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  358. BuildingTop.TextSize = 14
  359.  
  360. CenterYard.Name = "CenterYard"
  361. CenterYard.Parent = TPframe
  362. CenterYard.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  363. CenterYard.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  364. CenterYard.Position = UDim2.new(0.357414395, 0, 0.089041099, 0)
  365. CenterYard.Size = UDim2.new(0, 75, 0, 25)
  366. CenterYard.Font = Enum.Font.SourceSans
  367. CenterYard.Text = "Center Yard"
  368. CenterYard.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  369. CenterYard.TextSize = 14
  370.  
  371. BarrierBack1.Name = "BarrierBack1"
  372. BarrierBack1.Parent = TPframe
  373. BarrierBack1.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  374. BarrierBack1.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  375. BarrierBack1.Position = UDim2.new(0.673003793, 0, 0.529354334, 0)
  376. BarrierBack1.Size = UDim2.new(0, 75, 0, 25)
  377. BarrierBack1.Font = Enum.Font.SourceSans
  378. BarrierBack1.Text = "Barrier Back 1"
  379. BarrierBack1.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  380. BarrierBack1.TextSize = 14
  381.  
  382. Bathroom.Name = "Bathroom"
  383. Bathroom.Parent = TPframe
  384. Bathroom.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  385. Bathroom.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  386. Bathroom.Position = UDim2.new(0.673003793, 0, 0.309197605, 0)
  387. Bathroom.Size = UDim2.new(0, 75, 0, 25)
  388. Bathroom.Font = Enum.Font.SourceSans
  389. Bathroom.Text = "Bathroom"
  390. Bathroom.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  391. Bathroom.TextSize = 14
  392.  
  393. BackYard.Name = "BackYard"
  394. BackYard.Parent = TPframe
  395. BackYard.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  396. BackYard.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  397. BackYard.Position = UDim2.new(0.673003793, 0, 0.089041099, 0)
  398. BackYard.Size = UDim2.new(0, 75, 0, 25)
  399. BackYard.Font = Enum.Font.SourceSans
  400. BackYard.Text = "Back Yard"
  401. BackYard.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  402. BackYard.TextSize = 14
  403.  
  404. BarrierBack3.Name = "BarrierBack3"
  405. BarrierBack3.Parent = TPframe
  406. BarrierBack3.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  407. BarrierBack3.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  408. BarrierBack3.Position = UDim2.new(0.357414395, 0, 0.748532414, 0)
  409. BarrierBack3.Size = UDim2.new(0, 75, 0, 25)
  410. BarrierBack3.Font = Enum.Font.SourceSans
  411. BarrierBack3.Text = "Barrier Back 3"
  412. BarrierBack3.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  413. BarrierBack3.TextSize = 14
  414.  
  415. BarrierBack4.Name = "BarrierBack4"
  416. BarrierBack4.Parent = TPframe
  417. BarrierBack4.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  418. BarrierBack4.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  419. BarrierBack4.Position = UDim2.new(0.673003793, 0, 0.748532414, 0)
  420. BarrierBack4.Size = UDim2.new(0, 75, 0, 25)
  421. BarrierBack4.Font = Enum.Font.SourceSans
  422. BarrierBack4.Text = "Barrier Back 4"
  423. BarrierBack4.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  424. BarrierBack4.TextSize = 14
  425.  
  426. BarrierBack2.Name = "BarrierBack2"
  427. BarrierBack2.Parent = TPframe
  428. BarrierBack2.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  429. BarrierBack2.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  430. BarrierBack2.Position = UDim2.new(0.0380227566, 0, 0.748532414, 0)
  431. BarrierBack2.Size = UDim2.new(0, 75, 0, 25)
  432. BarrierBack2.Font = Enum.Font.SourceSans
  433. BarrierBack2.Text = "Barrier Back 2"
  434. BarrierBack2.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  435. BarrierBack2.TextSize = 14
  436.  
  437. Close.Name = "Close"
  438. Close.Parent = Topframe
  439. Close.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  440. Close.BorderSizePixel = 0
  441. Close.Position = UDim2.new(0.931977987, 0, 0, 0)
  442. Close.Size = UDim2.new(0, 18, 0, 23)
  443. Close.Font = Enum.Font.Code
  444. Close.Text = "X"
  445. Close.TextColor3 = Color3.new(0.517647, 0.517647, 0.517647)
  446. Close.TextScaled = true
  447. Close.TextSize = 14
  448. Close.TextWrapped = true
  449.  
  450. TextLabel.Parent = Topframe
  451. TextLabel.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  452. TextLabel.BorderSizePixel = 0
  453. TextLabel.Position = UDim2.new(0.131868139, 0, 0.166666672, 0)
  454. TextLabel.Size = UDim2.new(0, 200, 0, 15)
  455. TextLabel.Font = Enum.Font.SourceSans
  456. TextLabel.Text = "Enter your username"
  457. TextLabel.TextColor3 = Color3.new(0.407843, 0.407843, 0.407843)
  458. TextLabel.TextSize = 20
  459.  
  460. Options.Name = "Options"
  461. Options.Parent = Topframe
  462. Options.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  463. Options.BorderSizePixel = 0
  464. Options.Size = UDim2.new(0, 29, 0, 23)
  465. Options.Font = Enum.Font.Code
  466. Options.Text = "<>"
  467. Options.TextColor3 = Color3.new(0.517647, 0.517647, 0.517647)
  468. Options.TextSize = 18
  469. Options.TextWrapped = true
  470.  
  471. OptionsFrame.Name = "OptionsFrame"
  472. OptionsFrame.Parent = Topframe
  473. OptionsFrame.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  474. OptionsFrame.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  475. OptionsFrame.Position = UDim2.new(-0.391941488, 0, 0, 0)
  476. OptionsFrame.Size = UDim2.new(0, 100, 0, 100)
  477. OptionsFrame.Visible = false
  478.  
  479. TeleportsTab.Name = "TeleportsTab"
  480. TeleportsTab.Parent = OptionsFrame
  481. TeleportsTab.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  482. TeleportsTab.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  483. TeleportsTab.Size = UDim2.new(0, 100, 0, 20)
  484. TeleportsTab.Font = Enum.Font.SourceSans
  485. TeleportsTab.Text = "Teleports"
  486. TeleportsTab.TextColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  487. TeleportsTab.TextSize = 14
  488.  
  489. PowerupTab.Name = "PowerupTab"
  490. PowerupTab.Parent = OptionsFrame
  491. PowerupTab.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  492. PowerupTab.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  493. PowerupTab.Position = UDim2.new(0, 0, 0.200000003, 0)
  494. PowerupTab.Size = UDim2.new(0, 100, 0, 20)
  495. PowerupTab.Font = Enum.Font.SourceSans
  496. PowerupTab.Text = "Power-Ups"
  497. PowerupTab.TextColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  498. PowerupTab.TextSize = 14
  499.  
  500. FunctionTab.Name = "FunctionTab"
  501. FunctionTab.Parent = OptionsFrame
  502. FunctionTab.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  503. FunctionTab.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  504. FunctionTab.Position = UDim2.new(0, 0, 0.400000006, 0)
  505. FunctionTab.Size = UDim2.new(0, 100, 0, 20)
  506. FunctionTab.Font = Enum.Font.SourceSans
  507. FunctionTab.Text = "Functions"
  508. FunctionTab.TextColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  509. FunctionTab.TextSize = 14
  510.  
  511. ConsoleTab.Name = "ConsoleTab"
  512. ConsoleTab.Parent = OptionsFrame
  513. ConsoleTab.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  514. ConsoleTab.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  515. ConsoleTab.Position = UDim2.new(0, 0, 0.600000024, 0)
  516. ConsoleTab.Size = UDim2.new(0, 100, 0, 20)
  517. ConsoleTab.Font = Enum.Font.SourceSans
  518. ConsoleTab.Text = "Console"
  519. ConsoleTab.TextColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  520. ConsoleTab.TextSize = 14
  521.  
  522. KeybindsTab.Name = "KeybindsTab"
  523. KeybindsTab.Parent = OptionsFrame
  524. KeybindsTab.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  525. KeybindsTab.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  526. KeybindsTab.Position = UDim2.new(0, 0, 0.800000012, 0)
  527. KeybindsTab.Size = UDim2.new(0, 100, 0, 20)
  528. KeybindsTab.Font = Enum.Font.SourceSans
  529. KeybindsTab.Text = "Keybinds"
  530. KeybindsTab.TextColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  531. KeybindsTab.TextSize = 14
  532.  
  533. ConsoleFrame.Name = "ConsoleFrame"
  534. ConsoleFrame.Parent = Topframe
  535. ConsoleFrame.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  536. ConsoleFrame.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  537. ConsoleFrame.Position = UDim2.new(0.00509725558, 0, 7.7502327, 0)
  538. ConsoleFrame.Size = UDim2.new(0, 271, 0, 50)
  539. ConsoleFrame.Visible = false
  540.  
  541. ConsoleLabel.Name = "ConsoleLabel"
  542. ConsoleLabel.Parent = ConsoleFrame
  543. ConsoleLabel.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  544. ConsoleLabel.BorderColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  545. ConsoleLabel.Position = UDim2.new(0.0147601478, 0, 0.129314572, 0)
  546. ConsoleLabel.Size = UDim2.new(0, 263, 0, 23)
  547. ConsoleLabel.Font = Enum.Font.SourceSans
  548. ConsoleLabel.Text = "Output"
  549. ConsoleLabel.TextColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  550. ConsoleLabel.TextSize = 14
  551.  
  552. ConsoleInfoLabel.Name = "ConsoleInfoLabel"
  553. ConsoleInfoLabel.Parent = ConsoleFrame
  554. ConsoleInfoLabel.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  555. ConsoleInfoLabel.BorderColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  556. ConsoleInfoLabel.BorderSizePixel = 0
  557. ConsoleInfoLabel.Position = UDim2.new(0.0110701108, 0, 0.629314601, 0)
  558. ConsoleInfoLabel.Size = UDim2.new(0, 263, 0, 18)
  559. ConsoleInfoLabel.Font = Enum.Font.SourceSans
  560. ConsoleInfoLabel.Text = "Info"
  561. ConsoleInfoLabel.TextColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  562. ConsoleInfoLabel.TextSize = 14
  563.  
  564. KeybindFrame.Name = "KeybindFrame"
  565. KeybindFrame.Parent = Topframe
  566. KeybindFrame.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  567. KeybindFrame.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  568. KeybindFrame.Position = UDim2.new(1.02734363, 0, 0.0316572785, 0)
  569. KeybindFrame.Size = UDim2.new(0, 127, 0, 178)
  570. KeybindFrame.Visible = false
  571.  
  572. KeybindLabel.Name = "KeybindLabel"
  573. KeybindLabel.Parent = KeybindFrame
  574. KeybindLabel.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  575. KeybindLabel.BorderColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  576. KeybindLabel.Position = UDim2.new(0.0532832108, 0, 0.0343427323, 0)
  577. KeybindLabel.Size = UDim2.new(0, 20, 0, 22)
  578. KeybindLabel.Font = Enum.Font.SourceSans
  579. KeybindLabel.Text = "P"
  580. KeybindLabel.TextColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  581. KeybindLabel.TextSize = 14
  582.  
  583. KeybindLabel_2.Name = "KeybindLabel"
  584. KeybindLabel_2.Parent = KeybindFrame
  585. KeybindLabel_2.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  586. KeybindLabel_2.BorderColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  587. KeybindLabel_2.Position = UDim2.new(0.0532832108, 0, 0.195016921, 0)
  588. KeybindLabel_2.Size = UDim2.new(0, 20, 0, 22)
  589. KeybindLabel_2.Font = Enum.Font.SourceSans
  590. KeybindLabel_2.Text = "O"
  591. KeybindLabel_2.TextColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  592. KeybindLabel_2.TextSize = 14
  593.  
  594. KeybindLabel_3.Name = "KeybindLabel"
  595. KeybindLabel_3.Parent = KeybindFrame
  596. KeybindLabel_3.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  597. KeybindLabel_3.BorderColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  598. KeybindLabel_3.Position = UDim2.new(0.0532832108, 0, 0.355690777, 0)
  599. KeybindLabel_3.Size = UDim2.new(0, 20, 0, 22)
  600. KeybindLabel_3.Font = Enum.Font.SourceSans
  601. KeybindLabel_3.Text = "I"
  602. KeybindLabel_3.TextColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  603. KeybindLabel_3.TextSize = 14
  604.  
  605. KeybindLabel_4.Name = "KeybindLabel"
  606. KeybindLabel_4.Parent = KeybindFrame
  607. KeybindLabel_4.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  608. KeybindLabel_4.BorderColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  609. KeybindLabel_4.Position = UDim2.new(0.0532832108, 0, 0.677039325, 0)
  610. KeybindLabel_4.Size = UDim2.new(0, 20, 0, 22)
  611. KeybindLabel_4.Font = Enum.Font.SourceSans
  612. KeybindLabel_4.Text = "Y"
  613. KeybindLabel_4.TextColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  614. KeybindLabel_4.TextSize = 14
  615.  
  616. KeybindLabel_5.Name = "KeybindLabel"
  617. KeybindLabel_5.Parent = KeybindFrame
  618. KeybindLabel_5.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  619. KeybindLabel_5.BorderColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  620. KeybindLabel_5.Position = UDim2.new(0.0532832108, 0, 0.516365111, 0)
  621. KeybindLabel_5.Size = UDim2.new(0, 20, 0, 22)
  622. KeybindLabel_5.Font = Enum.Font.SourceSans
  623. KeybindLabel_5.Text = "U"
  624. KeybindLabel_5.TextColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  625. KeybindLabel_5.TextSize = 14
  626.  
  627. KeybindInfo.Name = "KeybindInfo"
  628. KeybindInfo.Parent = KeybindFrame
  629. KeybindInfo.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  630. KeybindInfo.BorderColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  631. KeybindInfo.Position = UDim2.new(0.281629682, 0, 0.0343427323, 0)
  632. KeybindInfo.Size = UDim2.new(0, 85, 0, 22)
  633. KeybindInfo.Font = Enum.Font.SourceSans
  634. KeybindInfo.Text = "Turn On Power"
  635. KeybindInfo.TextColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  636. KeybindInfo.TextSize = 14
  637.  
  638. KeybindInfo_2.Name = "KeybindInfo"
  639. KeybindInfo_2.Parent = KeybindFrame
  640. KeybindInfo_2.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  641. KeybindInfo_2.BorderColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  642. KeybindInfo_2.Position = UDim2.new(0.281629682, 0, 0.191646114, 0)
  643. KeybindInfo_2.Size = UDim2.new(0, 85, 0, 22)
  644. KeybindInfo_2.Font = Enum.Font.SourceSans
  645. KeybindInfo_2.Text = "OP Gun"
  646. KeybindInfo_2.TextColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  647. KeybindInfo_2.TextSize = 14
  648.  
  649. KeybindInfo_3.Name = "KeybindInfo"
  650. KeybindInfo_3.Parent = KeybindFrame
  651. KeybindInfo_3.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  652. KeybindInfo_3.BorderColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  653. KeybindInfo_3.Position = UDim2.new(0.281629682, 0, 0.354567468, 0)
  654. KeybindInfo_3.Size = UDim2.new(0, 85, 0, 22)
  655. KeybindInfo_3.Font = Enum.Font.SourceSans
  656. KeybindInfo_3.Text = "Infinite Ammo"
  657. KeybindInfo_3.TextColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  658. KeybindInfo_3.TextSize = 14
  659.  
  660. KeybindInfo_4.Name = "KeybindInfo"
  661. KeybindInfo_4.Parent = KeybindFrame
  662. KeybindInfo_4.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  663. KeybindInfo_4.BorderColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  664. KeybindInfo_4.Position = UDim2.new(0.281629682, 0, 0.511870861, 0)
  665. KeybindInfo_4.Size = UDim2.new(0, 85, 0, 22)
  666. KeybindInfo_4.Font = Enum.Font.SourceSans
  667. KeybindInfo_4.Text = "Bring Z. Heads"
  668. KeybindInfo_4.TextColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  669. KeybindInfo_4.TextSize = 14
  670.  
  671. KeybindInfo_5.Name = "KeybindInfo"
  672. KeybindInfo_5.Parent = KeybindFrame
  673. KeybindInfo_5.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  674. KeybindInfo_5.BorderColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  675. KeybindInfo_5.Position = UDim2.new(0.281629682, 0, 0.67479223, 0)
  676. KeybindInfo_5.Size = UDim2.new(0, 85, 0, 22)
  677. KeybindInfo_5.Font = Enum.Font.SourceSans
  678. KeybindInfo_5.Text = "Zombie ESP"
  679. KeybindInfo_5.TextColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  680. KeybindInfo_5.TextSize = 14
  681.  
  682. KeybindInfo_6.Name = "KeybindInfo"
  683. KeybindInfo_6.Parent = KeybindFrame
  684. KeybindInfo_6.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  685. KeybindInfo_6.BorderColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  686. KeybindInfo_6.Position = UDim2.new(0.281629682, 0, 0.837713599, 0)
  687. KeybindInfo_6.Size = UDim2.new(0, 85, 0, 22)
  688. KeybindInfo_6.Font = Enum.Font.SourceSans
  689. KeybindInfo_6.Text = "TP to spawn"
  690. KeybindInfo_6.TextColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  691. KeybindInfo_6.TextSize = 14
  692.  
  693. KeybindLabel_6.Name = "KeybindLabel"
  694. KeybindLabel_6.Parent = KeybindFrame
  695. KeybindLabel_6.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  696. KeybindLabel_6.BorderColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  697. KeybindLabel_6.Position = UDim2.new(0.0532832108, 0, 0.839960694, 0)
  698. KeybindLabel_6.Size = UDim2.new(0, 20, 0, 22)
  699. KeybindLabel_6.Font = Enum.Font.SourceSans
  700. KeybindLabel_6.Text = "T"
  701. KeybindLabel_6.TextColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  702. KeybindLabel_6.TextSize = 14
  703.  
  704. Topframe.Active = true
  705. Topframe.Draggable = true
  706. ConsoleFrame.Active = true
  707. ConsoleFrame.Draggable = true
  708. KeybindFrame.Active = true
  709. KeybindFrame.Draggable = true
  710.  
  711. TeleportsTab.MouseButton1Click:Connect(function()
  712.     TPframe.Visible = true
  713.     PowerupFrame.Visible = false
  714.     FuncFrame.Visible = false
  715. end)
  716.  
  717. PowerupTab.MouseButton1Click:Connect(function()
  718.     TPframe.Visible = false
  719.     PowerupFrame.Visible = true
  720.     FuncFrame.Visible = false
  721. end)
  722.  
  723. FunctionTab.MouseButton1Click:Connect(function()
  724.     TPframe.Visible = false
  725.     PowerupFrame.Visible = false
  726.     FuncFrame.Visible = true
  727. end)
  728.  
  729. ConsoleTab.MouseButton1Click:Connect(function()
  730.     if ConsoleFrame.Visible == false then
  731.         ConsoleFrame.Visible = true else
  732.         if ConsoleFrame.Visible == true then
  733.             ConsoleFrame.Visible = false
  734.         end
  735.     end
  736. end)
  737.  
  738. KeybindsTab.MouseButton1Click:Connect(function()
  739.     if KeybindFrame.Visible == false then
  740.         KeybindFrame.Visible = true else
  741.         if KeybindFrame.Visible == true then
  742.             KeybindFrame.Visible = false
  743.         end
  744.     end
  745. end)
  746.  
  747. Options.MouseButton1Click:Connect(function()
  748.     if OptionsFrame.Visible == false then
  749.         OptionsFrame.Visible = true else
  750.         if OptionsFrame.Visible == true then
  751.             OptionsFrame.Visible = false
  752.         end
  753.     end
  754. end)
  755.  
  756. Close.MouseButton1Click:Connect(function()
  757.     PLGUI:Destroy()
  758. end)
  759.  
  760. -- Functions
  761.  
  762. GotoPlayer.MouseButton1Click:Connect(function()
  763.     getplr = function(plxr)
  764.     for i, v in pairs(game.Players:GetPlayers()) do
  765.         if string.find(v.Name, plxr) then
  766.             return v
  767.         elseif v.Name:sub(1, plxr:len()):lower()== plxr:lower() then
  768.             return v
  769.         end
  770.     end
  771. end
  772. local plr = getplr(InputBox.Text)
  773.     game.Players.LocalPlayer.Character:MoveTo(plr.Character.Torso.Position)
  774.     ConsoleLabel.Text = "Teleported to player"
  775.     ConsoleInfoLabel.Text = ""
  776. end)
  777.  
  778. OPGun.MouseButton1Click:Connect(function()
  779.     local m = require(game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Weapon1"))
  780. m.StoredAmmo = math.huge
  781. m.MagSize = math.huge
  782. m.Semi = false
  783. m.Damage = {Max = 1500000, Min = 10000}
  784. m.Spread = {Min = 0, Max = 0}
  785. m.ViewKick = {
  786. Pitch = {Min = 0, Max = 0},
  787. Yaw = {Min = 0, Max = 0}
  788. }
  789. m.BulletPenetration = 1500
  790. m.FireTime = 0
  791. ConsoleLabel.Text = "Equipped the OP gun"
  792. ConsoleInfoLabel.Text = "This only effects your pistol"
  793. end)
  794.  
  795. Power.MouseButton1Click:Connect(function()
  796.     workspace.Interact.PowerSwitch.Activate:FireServer(workspace[LocalNameBox.Text].Interact.OnKeyUp, 14)
  797.     ConsoleLabel.Text = "Turned on power"
  798.     ConsoleInfoLabel.Text = "You can now use power-ups"
  799. end)
  800.  
  801. AnnoyPlayers.MouseButton1Click:Connect(function()
  802.     while true do
  803. wait()
  804. local remote = game["Workspace"]["Name"]["ServerScript"]["WeaponSound"]
  805. local args = {
  806.    [1] = "Fire"
  807. }
  808. remote:FireServer(unpack(args))
  809.     end
  810.     ConsoleLabel.Text = "Enabled annoy players"
  811.     ConsoleInfoLabel.Text = "You can't hear this, but others can"
  812. end)
  813.  
  814. zESP.MouseButton1Click:Connect(function()
  815.     function CreateESPPart(BodyPart,color)
  816. local ESPPartparent = BodyPart
  817. local Box = Instance.new("BoxHandleAdornment")
  818. Box.Size = BodyPart.Size + Vector3.new(0.1, 0.1, 0.1)
  819. Box.Name = "ESPPart"
  820. Box.Adornee = ESPPartparent
  821. Box.Color3 = color
  822. Box.AlwaysOnTop = true
  823. Box.ZIndex = 5
  824. Box.Transparency = 0.8
  825. Box.Parent = BodyPart
  826. end
  827.  
  828. local zombs = workspace.Baddies:getChildren()
  829. for i=1,#zombs do
  830. local bodypart = zombs[i]:getChildren()
  831. for i=1,#bodypart do
  832. if bodypart[i].ClassName == "Part" then
  833. CreateESPPart(bodypart[i], Color3.fromRGB(0,255,0))
  834. end
  835. end
  836. end
  837.  
  838. workspace.Baddies.ChildAdded:Connect(function(zomb)
  839. wait(1)
  840. local bodypart = zomb:getChildren()
  841. for i=1,#bodypart do
  842. if bodypart[i].ClassName == "Part" then
  843. CreateESPPart(bodypart[i], Color3.fromRGB(0,255,0))
  844. end
  845. end
  846. end)
  847. ConsoleLabel.Text = "Enabled zombie ESP"
  848. ConsoleInfoLabel.Text = ""
  849. end)
  850.  
  851. Walkspeed.MouseButton1Click:Connect(function()
  852.     game.Workspace[LocalNameBox.Text].Humanoid.WalkSpeed = (InputBox.Text)
  853.     ConsoleLabel.Text = "Changed walk speed"
  854.     ConsoleInfoLabel.Text = ""
  855. end)
  856.  
  857. InfiniteAmmo.MouseButton1Click:Connect(function()
  858.     for _,v in pairs(debug.getregistry()) do
  859.    if typeof(v) == "table" then
  860.        if v.Ammo then
  861.            v.Ammo = math.huge
  862.        end
  863.    end
  864.        end
  865.     ConsoleLabel.Text = "Set ammo to infinite"
  866.     ConsoleInfoLabel.Text = "This works for every weapon"
  867. end)
  868.  
  869. Jumppower.MouseButton1Click:Connect(function()
  870.     game.Workspace[LocalNameBox.Text].Humanoid.JumpPower = (InputBox.Text)
  871.     ConsoleLabel.Text = "Changed jump power"
  872.     ConsoleInfoLabel.Text = ""
  873. end)
  874.  
  875. BringZHeads.MouseButton1Click:Connect(function()
  876.     local pos = 5,0,5
  877.  
  878. local zomb = workspace.Baddies:GetChildren()
  879. for i=1,#zomb do
  880.     zomb[i].HeadBox.Transparency = 0
  881.     zomb[i].HeadBox.Material = "Neon"
  882.     zomb[i].HeadBox.CanCollide = false
  883.     zomb[i].HeadBox.Anchored = true
  884.     zomb[i].HeadBox.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position+Vector3.new(pos)
  885. end
  886. ConsoleLabel.Text = "Brought all zombie heads"
  887. ConsoleInfoLabel.Text = "They will be glowing a neon color"
  888. end)
  889.  
  890. -- Teleports
  891.  
  892. BarrierBack1.MouseButton1Click:Connect(function()
  893.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(38.7996941, 20.2000065, 64.9929962))
  894.     ConsoleLabel.Text = "Teleported behind barrier 1"
  895. ConsoleInfoLabel.Text = ""
  896. end)
  897.  
  898. BarrierBack2.MouseButton1Click:Connect(function()
  899.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(39.9715347, 20.200016, -32.2160835))
  900.     ConsoleLabel.Text = "Teleported behind barrier 2"
  901. ConsoleInfoLabel.Text = ""
  902. end)
  903.  
  904. BarrierBack3.MouseButton1Click:Connect(function()
  905.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(75.7908325, 3.20002508, -29.1730213))
  906.     ConsoleLabel.Text = "Teleported behind barrier 3"
  907. ConsoleInfoLabel.Text = ""
  908. end)
  909.  
  910. BarrierBack4.MouseButton1Click:Connect(function()
  911.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(74.7251892, 20.9555206, 103.646507))
  912.     ConsoleLabel.Text = "Teleported behind barrier 4"
  913. ConsoleInfoLabel.Text = ""
  914. end)
  915.  
  916. Library.MouseButton1Click:Connect(function()
  917.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-66.9610825, 20.1990089, 2.16642976))
  918.     ConsoleLabel.Text = "Teleported to library"
  919. ConsoleInfoLabel.Text = ""
  920. end)
  921.  
  922. Bathroom.MouseButton1Click:Connect(function()
  923.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(63.4641228, 20.2000504, 78.6364136))
  924.     ConsoleLabel.Text = "Teleported to Bathroom"
  925. ConsoleInfoLabel.Text = ""
  926. end)
  927.  
  928. Lobby.MouseButton1Click:Connect(function()
  929.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-10.6820145, -494.5, -2.53165269))
  930.     ConsoleLabel.Text = "Teleported to Lobby"
  931. ConsoleInfoLabel.Text = ""
  932. end)
  933.  
  934. BackYard.MouseButton1Click:Connect(function()
  935.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(8.4164629, 3.20000005, -115.536255))
  936.     ConsoleLabel.Text = "Teleported to the back yard"
  937. ConsoleInfoLabel.Text = ""
  938. end)
  939.  
  940. Spawn.MouseButton1Click:Connect(function()
  941.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-16.4724731, 3.20000005, -18.6810131))
  942.     ConsoleLabel.Text = "Teleported to spawn"
  943. ConsoleInfoLabel.Text = ""
  944. end)
  945.  
  946. PowerRoom.MouseButton1Click:Connect(function()
  947.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-3.92677093, 20.1999989, 91.4792633))
  948.     ConsoleLabel.Text = "Teleported to the power room"
  949. ConsoleInfoLabel.Text = ""
  950. end)
  951.  
  952. CenterYard.MouseButton1Click:Connect(function()
  953.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-0.663911641, 3.79999971, 41.9799118))
  954.     ConsoleLabel.Text = "Teleported to the center yard"
  955. ConsoleInfoLabel.Text = ""
  956. end)
  957.  
  958. BuildingTop.MouseButton1Click:Connect(function()
  959.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-3.20340729, 47.1415977, 4.63647652))
  960.     ConsoleLabel.Text = "Teleported to the building top"
  961. ConsoleInfoLabel.Text = ""
  962. end)
  963.  
  964. -- Power-up Frame
  965.  
  966. Juggernog.MouseButton1Click:Connect(function()
  967.     local Jugger = game.Workspace.Interact.Juggernog['Activate']   
  968.         local JugArguments = {
  969.                
  970.         }  
  971.         Jugger:FireServer(unpack(JugArguments))
  972.         ConsoleLabel.Text = "Bought Juggernog"
  973. ConsoleInfoLabel.Text = ""
  974. end)
  975.  
  976. QuickRevive.MouseButton1Click:Connect(function()
  977.     local Quickie = game.Workspace.Interact:FindFirstChild 'Quick Revive'['Activate']
  978.         local QuArguments = {
  979.                
  980.         }
  981.         Quickie:FireServer(unpack(QuArguments))
  982.         ConsoleLabel.Text = "Bought Quick Revive"
  983. ConsoleInfoLabel.Text = ""
  984. end)
  985.  
  986. DoubleTap.MouseButton1Click:Connect(function()
  987.     local Dtap = game.Workspace.Interact:FindFirstChild 'Double Tap Root Beer'['Activate']
  988.         local DtArguments = {
  989.                
  990.         }
  991.         Dtap:FireServer(unpack(DtArguments))
  992.         ConsoleLabel.Text = "Bought Double Tap Root Beer"
  993. ConsoleInfoLabel.Text = ""
  994. end)
  995.  
  996. SpeedCola.MouseButton1Click:Connect(function()
  997.     local Speedc = game.Workspace.Interact:FindFirstChild 'Speed Cola'['Activate']
  998.         local SpArguments = {
  999.                
  1000.         }
  1001.         Speedc:FireServer(unpack(SpArguments))
  1002.         ConsoleLabel.Text = "Bought Speed Cola"
  1003. ConsoleInfoLabel.Text = ""
  1004. end)
  1005.  
  1006. MuleKick.MouseButton1Click:Connect(function()
  1007.     local Mulek = game.Workspace.Interact:FindFirstChild 'Mule Kick'['Activate']
  1008.         local MuArguments = {
  1009.                
  1010.         }
  1011.         Mulek:FireServer(unpack(MuArguments))
  1012.         ConsoleLabel.Text = "Bought Mule Kick"
  1013. ConsoleInfoLabel.Text = ""
  1014. end)
  1015.  
  1016. -- Keybinds
  1017.  
  1018. function onKeyPress(inputObject, gameProcessedEvent)
  1019.     if inputObject.KeyCode == Enum.KeyCode.P then
  1020.         workspace.Interact.PowerSwitch.Activate:FireServer(workspace[LocalNameBox.Text].Interact.OnKeyUp, 14)
  1021.         ConsoleLabel.Text = "Turned on power"
  1022. ConsoleInfoLabel.Text = "You can now use power-ups"
  1023.     end
  1024. end
  1025.  
  1026. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  1027.  
  1028. function onKeyPress(inputObject, gameProcessedEvent)
  1029.     if inputObject.KeyCode == Enum.KeyCode.O then
  1030.         local m = require(game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Weapon1"))
  1031. m.StoredAmmo = math.huge
  1032. m.MagSize = math.huge
  1033. m.Semi = false
  1034. m.Damage = {Max = 1500000, Min = 10000}
  1035. m.Spread = {Min = 0, Max = 0}
  1036. m.ViewKick = {
  1037. Pitch = {Min = 0, Max = 0},
  1038. Yaw = {Min = 0, Max = 0}
  1039. }
  1040. m.BulletPenetration = 1500
  1041. m.FireTime = 0
  1042. ConsoleLabel.Text = "Enabled OP gun"
  1043. ConsoleInfoLabel.Text = ""
  1044.     end
  1045. end
  1046.  
  1047. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  1048.  
  1049. function onKeyPress(inputObject, gameProcessedEvent)
  1050.     if inputObject.KeyCode == Enum.KeyCode.I then
  1051.         for _,v in pairs(debug.getregistry()) do
  1052.    if typeof(v) == "table" then
  1053.        if v.Ammo then
  1054.            v.Ammo = math.huge
  1055.        end
  1056.    end
  1057.            end
  1058.         ConsoleLabel.Text = "Enabled infinite ammo"
  1059. ConsoleInfoLabel.Text = ""
  1060.     end
  1061. end
  1062.  
  1063. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  1064.  
  1065. function onKeyPress(inputObject, gameProcessedEvent)
  1066.     if inputObject.KeyCode == Enum.KeyCode.U then
  1067.         local pos = 5,0,5
  1068.  
  1069. local zomb = workspace.Baddies:GetChildren()
  1070. for i=1,#zomb do
  1071.     zomb[i].HeadBox.Transparency = 0
  1072.     zomb[i].HeadBox.Material = "Neon"
  1073.     zomb[i].HeadBox.CanCollide = false
  1074.     zomb[i].HeadBox.Anchored = true
  1075.     zomb[i].HeadBox.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position+Vector3.new(pos)
  1076. end
  1077. ConsoleLabel.Text = "Teleported all zombie heads"
  1078. ConsoleInfoLabel.Text = "They will be glowing a neon color"
  1079.     end
  1080. end
  1081.  
  1082. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  1083.  
  1084. function onKeyPress(inputObject, gameProcessedEvent)
  1085.     if inputObject.KeyCode == Enum.KeyCode.Y then
  1086.             function CreateESPPart(BodyPart,color)
  1087. local ESPPartparent = BodyPart
  1088. local Box = Instance.new("BoxHandleAdornment")
  1089. Box.Size = BodyPart.Size + Vector3.new(0.1, 0.1, 0.1)
  1090. Box.Name = "ESPPart"
  1091. Box.Adornee = ESPPartparent
  1092. Box.Color3 = color
  1093. Box.AlwaysOnTop = true
  1094. Box.ZIndex = 5
  1095. Box.Transparency = 0.8
  1096. Box.Parent = BodyPart
  1097. end
  1098.  
  1099. local zombs = workspace.Baddies:getChildren()
  1100. for i=1,#zombs do
  1101. local bodypart = zombs[i]:getChildren()
  1102. for i=1,#bodypart do
  1103. if bodypart[i].ClassName == "Part" then
  1104. CreateESPPart(bodypart[i], Color3.fromRGB(0,255,0))
  1105. end
  1106. end
  1107. end
  1108.  
  1109. workspace.Baddies.ChildAdded:Connect(function(zomb)
  1110. wait(1)
  1111. local bodypart = zomb:getChildren()
  1112. for i=1,#bodypart do
  1113. if bodypart[i].ClassName == "Part" then
  1114. CreateESPPart(bodypart[i], Color3.fromRGB(0,255,0))
  1115. end
  1116. end
  1117. end)
  1118. ConsoleLabel.Text = "Enabled zombie ESP"
  1119. ConsoleInfoLabel.Text = ""
  1120.     end
  1121. end
  1122.  
  1123. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  1124.  
  1125. function onKeyPress(inputObject, gameProcessedEvent)
  1126.     if inputObject.KeyCode == Enum.KeyCode.T then
  1127.         game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-16.4724731, 3.20000005, -18.6810131))
  1128.         ConsoleLabel.Text = "Teleported to lobby"
  1129. ConsoleInfoLabel.Text = ""
  1130.     end
  1131. end
  1132.  
  1133. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  1134.  
  1135. -- Other
  1136.  
  1137. ContinueButton.MouseButton1Click:Connect(function()
  1138.     NameFrame.Visible = false
  1139.     FuncFrame.Visible = true
  1140.     ConsoleLabel.Text = "Set User Name"
  1141.     ConsoleInfoLabel.Text = "This is critical for some functions"
  1142.     TextLabel.Text = "Psykek#3180"
  1143. end)
Add Comment
Please, Sign In to add comment