Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 66.40 KB | None | 0 0
  1. -- Script by: Bartvanm (BvmProgramming)
  2. -- Thanks for vouching! :D
  3. -- Don't steal this and claim it yours.
  4. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "BvmProgramming", Text = "Script was build by BvmProgramming", Duration = 30})
  5. -- Instances:
  6. local BVMZOMBIEATTACK = Instance.new("ScreenGui")
  7. local GUI = Instance.new("Frame")
  8. local ExitShade = Instance.new("TextLabel")
  9. local tabZombie = Instance.new("TextButton")
  10. local tabAuto = Instance.new("TextButton")
  11. local tabMisc = Instance.new("TextButton")
  12. local headerShade = Instance.new("TextLabel")
  13. local header = Instance.new("TextLabel")
  14. local tabMain = Instance.new("TextButton")
  15. local Main = Instance.new("Frame")
  16. local lblCredit = Instance.new("TextLabel")
  17. local lblHeader = Instance.new("TextLabel")
  18. local lblInfo1 = Instance.new("TextLabel")
  19. local lblInfo3 = Instance.new("TextLabel")
  20. local lblInfo2 = Instance.new("TextLabel")
  21. local btnTwitter = Instance.new("ImageButton")
  22. local btnYoutube = Instance.new("ImageButton")
  23. local btnDiscord = Instance.new("ImageButton")
  24. local Zombie = Instance.new("Frame")
  25. local TPToPlayer = Instance.new("TextButton")
  26. local BToolsShade = Instance.new("TextLabel")
  27. local txtTPToPlayer = Instance.new("TextBox")
  28. local Speed = Instance.new("TextButton")
  29. local SpeedShade = Instance.new("TextLabel")
  30. local txtSpeed = Instance.new("TextBox")
  31. local Jump = Instance.new("TextButton")
  32. local JumpShade = Instance.new("TextLabel")
  33. local txtJump = Instance.new("TextBox")
  34. local TPToPlayerStick = Instance.new("TextButton")
  35. local TPToPlayerStickShade = Instance.new("TextLabel")
  36. local Gravity = Instance.new("TextButton")
  37. local SpeedShade_2 = Instance.new("TextLabel")
  38. local txtGravity = Instance.new("TextBox")
  39. local AutoZombie = Instance.new("TextButton")
  40. local AutoZombieShade = Instance.new("TextLabel")
  41. local Noclip = Instance.new("TextButton")
  42. local NoclipShade = Instance.new("TextLabel")
  43. local Headbig = Instance.new("TextButton")
  44. local NoclipShade_2 = Instance.new("TextLabel")
  45. local Automation = Instance.new("Frame")
  46. local AutoKillShade = Instance.new("TextLabel")
  47. local AutoKill = Instance.new("TextButton")
  48. local AutoKillTP = Instance.new("TextButton")
  49. local AutoKillTPShade = Instance.new("TextLabel")
  50. local lblInfo = Instance.new("TextLabel")
  51. local lblInfo_2 = Instance.new("TextLabel")
  52. local lblInfo_3 = Instance.new("TextLabel")
  53. local lblInfo_4 = Instance.new("TextLabel")
  54. local AutoQuest = Instance.new("TextButton")
  55. local AutoQuestShade = Instance.new("TextLabel")
  56. local Misc = Instance.new("Frame")
  57. local DiscoZombie = Instance.new("TextButton")
  58. local BTools = Instance.new("TextButton")
  59. local DiscoZombieShade = Instance.new("TextLabel")
  60. local BToolsShade_2 = Instance.new("TextLabel")
  61. local ClickToTP = Instance.new("TextButton")
  62. local ClickToTPShade = Instance.new("TextLabel")
  63. local InstantKnife = Instance.new("TextButton")
  64. local InstantKnifeShade = Instance.new("TextLabel")
  65. local lblInfo_5 = Instance.new("TextLabel")
  66. local lblInfo_6 = Instance.new("TextLabel")
  67. local lblInfo_7 = Instance.new("TextLabel")
  68. local Minimize = Instance.new("TextButton")
  69. local lblVersion = Instance.new("TextLabel")
  70. local BvmLogo = Instance.new("ImageLabel")
  71. local footer = Instance.new("TextLabel")
  72. local Exit = Instance.new("TextButton")
  73. local MinimizeFrame = Instance.new("Frame")
  74. local footer_2 = Instance.new("TextLabel")
  75. local MinimizeButton = Instance.new("ImageButton")
  76. local Twitter = Instance.new("Frame")
  77. local ExitTwitter = Instance.new("TextButton")
  78. local ExitShade_2 = Instance.new("TextLabel")
  79. local TwitterShade = Instance.new("TextLabel")
  80. local lblTwitterLink = Instance.new("TextLabel")
  81. local lblTwitterTag = Instance.new("TextLabel")
  82. local ImgTwitter = Instance.new("ImageButton")
  83. local Youtube = Instance.new("Frame")
  84. local ExitYoutube = Instance.new("TextButton")
  85. local ExitShade_3 = Instance.new("TextLabel")
  86. local YoutubeShade = Instance.new("TextLabel")
  87. local lblYoutubeLink = Instance.new("TextLabel")
  88. local lblYoutubeTag = Instance.new("TextLabel")
  89. local ImgYoutube = Instance.new("ImageButton")
  90. local Discord = Instance.new("Frame")
  91. local ExitDiscord = Instance.new("TextButton")
  92. local ExitShade_4 = Instance.new("TextLabel")
  93. local DiscordShade = Instance.new("TextLabel")
  94. local lblDiscordLink = Instance.new("TextLabel")
  95. local lblDiscordTag = Instance.new("TextLabel")
  96. local ImgDiscord = Instance.new("ImageButton")
  97. --Properties:
  98. BVMZOMBIEATTACK.Name = "BVM ZOMBIE ATTACK"
  99. BVMZOMBIEATTACK.Parent = game.CoreGui
  100.  
  101. GUI.Name = "GUI"
  102. GUI.Parent = BVMZOMBIEATTACK
  103. GUI.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  104. GUI.BorderColor3 = Color3.new(1, 1, 1)
  105. GUI.BorderSizePixel = 0
  106. GUI.Position = UDim2.new(0.253208458, 0, 0.159705162, 0)
  107. GUI.Size = UDim2.new(0, 598, 0, 347)
  108.  
  109. ExitShade.Name = "ExitShade"
  110. ExitShade.Parent = GUI
  111. ExitShade.BackgroundColor3 = Color3.new(0, 0, 0)
  112. ExitShade.BackgroundTransparency = 0.80000001192093
  113. ExitShade.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  114. ExitShade.BorderSizePixel = 0
  115. ExitShade.Position = UDim2.new(0.866220713, 0, 0.0827535614, 0)
  116. ExitShade.Size = UDim2.new(0, 80, 0, 8)
  117. ExitShade.ZIndex = 9999
  118. ExitShade.Font = Enum.Font.SourceSans
  119. ExitShade.Text = ""
  120. ExitShade.TextColor3 = Color3.new(1, 1, 1)
  121. ExitShade.TextSize = 28
  122. ExitShade.TextStrokeColor3 = Color3.new(1, 0, 0)
  123. ExitShade.TextStrokeTransparency = 0
  124.  
  125. tabZombie.Name = "tabZombie"
  126. tabZombie.Parent = GUI
  127. tabZombie.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  128. tabZombie.BackgroundTransparency = 1
  129. tabZombie.BorderColor3 = Color3.new(0.0627451, 0.478431, 0.737255)
  130. tabZombie.BorderSizePixel = 0
  131. tabZombie.Position = UDim2.new(0.267558515, 0, 0.158313766, 0)
  132. tabZombie.Size = UDim2.new(0, 143, 0, 37)
  133. tabZombie.ZIndex = 999
  134. tabZombie.Font = Enum.Font.Cartoon
  135. tabZombie.Text = "Zombie"
  136. tabZombie.TextColor3 = Color3.new(1, 1, 1)
  137. tabZombie.TextSize = 28
  138. tabZombie.TextStrokeTransparency = 0
  139.  
  140. tabAuto.Name = "tabAuto"
  141. tabAuto.Parent = GUI
  142. tabAuto.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  143. tabAuto.BackgroundTransparency = 1
  144. tabAuto.BorderColor3 = Color3.new(0.0627451, 0.478431, 0.737255)
  145. tabAuto.BorderSizePixel = 0
  146. tabAuto.Position = UDim2.new(0.506793797, 0, 0.158313811, 0)
  147. tabAuto.Size = UDim2.new(0, 136, 0, 37)
  148. tabAuto.ZIndex = 3
  149. tabAuto.Font = Enum.Font.Cartoon
  150. tabAuto.Text = "Auto"
  151. tabAuto.TextColor3 = Color3.new(1, 1, 1)
  152. tabAuto.TextSize = 28
  153. tabAuto.TextStrokeTransparency = 0
  154.  
  155. tabMisc.Name = "tabMisc"
  156. tabMisc.Parent = GUI
  157. tabMisc.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  158. tabMisc.BackgroundTransparency = 1
  159. tabMisc.BorderColor3 = Color3.new(0.0627451, 0.478431, 0.737255)
  160. tabMisc.BorderSizePixel = 0
  161. tabMisc.Position = UDim2.new(0.734218538, 0, 0.158313856, 0)
  162. tabMisc.Size = UDim2.new(0, 134, 0, 37)
  163. tabMisc.ZIndex = 3
  164. tabMisc.Font = Enum.Font.Cartoon
  165. tabMisc.Text = "Misc"
  166. tabMisc.TextColor3 = Color3.new(1, 1, 1)
  167. tabMisc.TextSize = 28
  168. tabMisc.TextStrokeTransparency = 0
  169.  
  170. headerShade.Name = "headerShade"
  171. headerShade.Parent = GUI
  172. headerShade.BackgroundColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  173. headerShade.BorderColor3 = Color3.new(1, 1, 1)
  174. headerShade.BorderSizePixel = 0
  175. headerShade.Position = UDim2.new(0, 0, 0.0827535614, 0)
  176. headerShade.Size = UDim2.new(0, 518, 0, 8)
  177. headerShade.ZIndex = 999
  178. headerShade.Font = Enum.Font.SourceSans
  179. headerShade.Text = ""
  180. headerShade.TextColor3 = Color3.new(1, 1, 1)
  181. headerShade.TextSize = 28
  182. headerShade.TextStrokeColor3 = Color3.new(0.0196078, 0.458824, 1)
  183. headerShade.TextStrokeTransparency = 0
  184.  
  185. header.Name = "header"
  186. header.Parent = GUI
  187. header.BackgroundColor3 = Color3.new(0.0627451, 0.478431, 0.737255)
  188. header.BorderColor3 = Color3.new(0.0627451, 0.478431, 0.737255)
  189. header.BorderSizePixel = 0
  190. header.Position = UDim2.new(0, 0, -0.00370181748, 0)
  191. header.Size = UDim2.new(0, 598, 0, 30)
  192. header.ZIndex = 3
  193. header.Font = Enum.Font.Cartoon
  194. header.Text = "BvmProgramming"
  195. header.TextColor3 = Color3.new(1, 1, 1)
  196. header.TextSize = 28
  197. header.TextStrokeTransparency = 0
  198.  
  199. tabMain.Name = "tabMain"
  200. tabMain.Parent = GUI
  201. tabMain.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  202. tabMain.BorderColor3 = Color3.new(0.0627451, 0.478431, 0.737255)
  203. tabMain.BorderSizePixel = 0
  204. tabMain.Position = UDim2.new(0.040133778, 0, 0.159740523, 0)
  205. tabMain.Size = UDim2.new(0, 136, 0, 37)
  206. tabMain.ZIndex = 3
  207. tabMain.AutoButtonColor = false
  208. tabMain.Font = Enum.Font.Cartoon
  209. tabMain.Text = "Main"
  210. tabMain.TextColor3 = Color3.new(1, 1, 1)
  211. tabMain.TextSize = 28
  212. tabMain.TextStrokeTransparency = 0
  213.  
  214. Main.Name = "Main"
  215. Main.Parent = GUI
  216. Main.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  217. Main.BorderSizePixel = 0
  218. Main.Position = UDim2.new(0.0405757241, 0, 0.26496619, 0)
  219. Main.Size = UDim2.new(0, 549, 0, 231)
  220.  
  221. lblCredit.Name = "lblCredit"
  222. lblCredit.Parent = Main
  223. lblCredit.BackgroundColor3 = Color3.new(0.0627451, 0.478431, 0.737255)
  224. lblCredit.BackgroundTransparency = 1
  225. lblCredit.BorderColor3 = Color3.new(0, 0, 0)
  226. lblCredit.BorderSizePixel = 0
  227. lblCredit.Position = UDim2.new(0.416418433, 0, 0.729584038, 0)
  228. lblCredit.Size = UDim2.new(0, 91, 0, 30)
  229. lblCredit.ZIndex = 3
  230. lblCredit.Font = Enum.Font.Cartoon
  231. lblCredit.Text = "BvmProgramming.com"
  232. lblCredit.TextColor3 = Color3.new(1, 1, 1)
  233. lblCredit.TextSize = 28
  234. lblCredit.TextStrokeTransparency = 0
  235.  
  236. lblHeader.Name = "lblHeader"
  237. lblHeader.Parent = Main
  238. lblHeader.BackgroundColor3 = Color3.new(0.0627451, 0.478431, 0.737255)
  239. lblHeader.BackgroundTransparency = 1
  240. lblHeader.BorderColor3 = Color3.new(0, 0, 0)
  241. lblHeader.BorderSizePixel = 0
  242. lblHeader.Position = UDim2.new(0.416418433, 0, 0.0672463775, 0)
  243. lblHeader.Size = UDim2.new(0, 91, 0, 30)
  244. lblHeader.ZIndex = 3
  245. lblHeader.Font = Enum.Font.Cartoon
  246. lblHeader.Text = "Zombie Attack GUI"
  247. lblHeader.TextColor3 = Color3.new(1, 1, 1)
  248. lblHeader.TextSize = 36
  249. lblHeader.TextStrokeTransparency = 0
  250.  
  251. lblInfo1.Name = "lblInfo1"
  252. lblInfo1.Parent = Main
  253. lblInfo1.BackgroundColor3 = Color3.new(0.0627451, 0.478431, 0.737255)
  254. lblInfo1.BackgroundTransparency = 1
  255. lblInfo1.BorderColor3 = Color3.new(0, 0, 0)
  256. lblInfo1.BorderSizePixel = 0
  257. lblInfo1.Position = UDim2.new(0.416418433, 0, 0.197116524, 0)
  258. lblInfo1.Size = UDim2.new(0, 91, 0, 30)
  259. lblInfo1.ZIndex = 3
  260. lblInfo1.Font = Enum.Font.Cartoon
  261. lblInfo1.Text = "Thank you for using this GUI!"
  262. lblInfo1.TextColor3 = Color3.new(1, 1, 1)
  263. lblInfo1.TextSize = 28
  264. lblInfo1.TextStrokeTransparency = 0
  265.  
  266. lblInfo3.Name = "lblInfo3"
  267. lblInfo3.Parent = Main
  268. lblInfo3.BackgroundColor3 = Color3.new(0.705882, 0, 0)
  269. lblInfo3.BorderColor3 = Color3.new(0, 0, 0)
  270. lblInfo3.BorderSizePixel = 0
  271. lblInfo3.Position = UDim2.new(0, 0, 0.868112147, 0)
  272. lblInfo3.Size = UDim2.new(0, 549, 0, 30)
  273. lblInfo3.ZIndex = 3
  274. lblInfo3.Font = Enum.Font.Cartoon
  275. lblInfo3.Text = "DO NOT FEATURE THIS GUI WITHOUT PERMISSION"
  276. lblInfo3.TextColor3 = Color3.new(1, 1, 1)
  277. lblInfo3.TextSize = 24
  278. lblInfo3.TextStrokeTransparency = 0
  279.  
  280. lblInfo2.Name = "lblInfo2"
  281. lblInfo2.Parent = Main
  282. lblInfo2.BackgroundColor3 = Color3.new(0.0627451, 0.478431, 0.737255)
  283. lblInfo2.BackgroundTransparency = 1
  284. lblInfo2.BorderColor3 = Color3.new(0, 0, 0)
  285. lblInfo2.BorderSizePixel = 0
  286. lblInfo2.Position = UDim2.new(0.416418463, 0, 0.301012605, 0)
  287. lblInfo2.Size = UDim2.new(0, 91, 0, 30)
  288. lblInfo2.ZIndex = 3
  289. lblInfo2.Font = Enum.Font.Cartoon
  290. lblInfo2.Text = "Visit these for more: (Clickable)"
  291. lblInfo2.TextColor3 = Color3.new(1, 1, 1)
  292. lblInfo2.TextSize = 28
  293. lblInfo2.TextStrokeTransparency = 0
  294.  
  295. btnTwitter.Name = "btnTwitter"
  296. btnTwitter.Parent = Main
  297. btnTwitter.BackgroundColor3 = Color3.new(1, 1, 1)
  298. btnTwitter.BackgroundTransparency = 1
  299. btnTwitter.Position = UDim2.new(0.581393242, 0, 0.433894962, 0)
  300. btnTwitter.Size = UDim2.new(0, 64, 0, 69)
  301. btnTwitter.ZIndex = 2
  302. btnTwitter.Image = "rbxassetid://2156189528"
  303.  
  304. btnYoutube.Name = "btnYoutube"
  305. btnYoutube.Parent = Main
  306. btnYoutube.BackgroundColor3 = Color3.new(1, 1, 1)
  307. btnYoutube.BackgroundTransparency = 1
  308. btnYoutube.Position = UDim2.new(0.441138238, 0, 0.438223958, 0)
  309. btnYoutube.Size = UDim2.new(0, 64, 0, 69)
  310. btnYoutube.ZIndex = 2
  311. btnYoutube.Image = "rbxassetid://979137412"
  312.  
  313. btnDiscord.Name = "btnDiscord"
  314. btnDiscord.Parent = Main
  315. btnDiscord.BackgroundColor3 = Color3.new(1, 1, 1)
  316. btnDiscord.BackgroundTransparency = 1
  317. btnDiscord.Position = UDim2.new(0.299061745, 0, 0.438223958, 0)
  318. btnDiscord.Size = UDim2.new(0, 64, 0, 69)
  319. btnDiscord.ZIndex = 2
  320. btnDiscord.Image = "rbxassetid://2813264441"
  321.  
  322. Zombie.Name = "Zombie"
  323. Zombie.Parent = GUI
  324. Zombie.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  325. Zombie.BorderSizePixel = 0
  326. Zombie.Position = UDim2.new(0.0405757241, 0, 0.26496619, 0)
  327. Zombie.Size = UDim2.new(0, 549, 0, 231)
  328. Zombie.Visible = false
  329.  
  330. TPToPlayer.Name = "TPToPlayer"
  331. TPToPlayer.Parent = Zombie
  332. TPToPlayer.BackgroundColor3 = Color3.new(0.0627451, 0.478431, 0.737255)
  333. TPToPlayer.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  334. TPToPlayer.BorderSizePixel = 0
  335. TPToPlayer.Position = UDim2.new(0.507740676, 0, 0.335081607, 0)
  336. TPToPlayer.Size = UDim2.new(0, 146, 0, 33)
  337. TPToPlayer.ZIndex = 2
  338. TPToPlayer.Modal = true
  339. TPToPlayer.Font = Enum.Font.Cartoon
  340. TPToPlayer.Text = "Teleport to player"
  341. TPToPlayer.TextColor3 = Color3.new(1, 1, 1)
  342. TPToPlayer.TextSize = 14
  343. TPToPlayer.TextStrokeColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  344. TPToPlayer.TextStrokeTransparency = 0
  345.  
  346. BToolsShade.Name = "BToolsShade"
  347. BToolsShade.Parent = Zombie
  348. BToolsShade.BackgroundColor3 = Color3.new(0, 0, 0)
  349. BToolsShade.BackgroundTransparency = 0.80000001192093
  350. BToolsShade.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  351. BToolsShade.BorderSizePixel = 0
  352. BToolsShade.Position = UDim2.new(0.507740676, 0, 0.451829284, 0)
  353. BToolsShade.Size = UDim2.new(0, 146, 0, 6)
  354. BToolsShade.ZIndex = 999
  355. BToolsShade.Font = Enum.Font.SourceSans
  356. BToolsShade.Text = ""
  357. BToolsShade.TextColor3 = Color3.new(1, 1, 1)
  358. BToolsShade.TextSize = 28
  359. BToolsShade.TextStrokeColor3 = Color3.new(1, 0, 0)
  360. BToolsShade.TextStrokeTransparency = 0
  361.  
  362. txtTPToPlayer.Name = "txtTPToPlayer"
  363. txtTPToPlayer.Parent = Zombie
  364. txtTPToPlayer.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  365. txtTPToPlayer.BorderSizePixel = 0
  366. txtTPToPlayer.Position = UDim2.new(0.36930716, 0, 0.49119851, 0)
  367. txtTPToPlayer.Size = UDim2.new(0, 146, 0, 28)
  368. txtTPToPlayer.ZIndex = 2
  369. txtTPToPlayer.Font = Enum.Font.Code
  370. txtTPToPlayer.PlaceholderText = "[PLAYER NAME]"
  371. txtTPToPlayer.Text = ""
  372. txtTPToPlayer.TextColor3 = Color3.new(1, 1, 1)
  373. txtTPToPlayer.TextSize = 14
  374. txtTPToPlayer.TextStrokeColor3 = Color3.new(0, 0.443137, 0)
  375. txtTPToPlayer.TextStrokeTransparency = 0
  376.  
  377. Speed.Name = "Speed"
  378. Speed.Parent = Zombie
  379. Speed.BackgroundColor3 = Color3.new(0.0627451, 0.478431, 0.737255)
  380. Speed.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  381. Speed.BorderSizePixel = 0
  382. Speed.Position = UDim2.new(0.36930719, 0, 0.651098907, 0)
  383. Speed.Size = UDim2.new(0, 146, 0, 33)
  384. Speed.ZIndex = 2
  385. Speed.Modal = true
  386. Speed.Font = Enum.Font.Cartoon
  387. Speed.Text = "Speed"
  388. Speed.TextColor3 = Color3.new(1, 1, 1)
  389. Speed.TextSize = 14
  390. Speed.TextStrokeColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  391. Speed.TextStrokeTransparency = 0
  392.  
  393. SpeedShade.Name = "SpeedShade"
  394. SpeedShade.Parent = Zombie
  395. SpeedShade.BackgroundColor3 = Color3.new(0, 0, 0)
  396. SpeedShade.BackgroundTransparency = 0.80000001192093
  397. SpeedShade.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  398. SpeedShade.BorderSizePixel = 0
  399. SpeedShade.Position = UDim2.new(0.36930719, 0, 0.767846584, 0)
  400. SpeedShade.Size = UDim2.new(0, 146, 0, 6)
  401. SpeedShade.ZIndex = 999
  402. SpeedShade.Font = Enum.Font.SourceSans
  403. SpeedShade.Text = ""
  404. SpeedShade.TextColor3 = Color3.new(1, 1, 1)
  405. SpeedShade.TextSize = 28
  406. SpeedShade.TextStrokeColor3 = Color3.new(1, 0, 0)
  407. SpeedShade.TextStrokeTransparency = 0
  408.  
  409. txtSpeed.Name = "txtSpeed"
  410. txtSpeed.Parent = Zombie
  411. txtSpeed.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  412. txtSpeed.BorderSizePixel = 0
  413. txtSpeed.Position = UDim2.new(0.369581074, 0, 0.81298703, 0)
  414. txtSpeed.Size = UDim2.new(0, 146, 0, 28)
  415. txtSpeed.ZIndex = 2
  416. txtSpeed.Font = Enum.Font.Code
  417. txtSpeed.PlaceholderText = "[AMOUNT]"
  418. txtSpeed.Text = ""
  419. txtSpeed.TextColor3 = Color3.new(1, 1, 1)
  420. txtSpeed.TextSize = 14
  421. txtSpeed.TextStrokeColor3 = Color3.new(0, 0.443137, 0)
  422. txtSpeed.TextStrokeTransparency = 0
  423.  
  424. Jump.Name = "Jump"
  425. Jump.Parent = Zombie
  426. Jump.BackgroundColor3 = Color3.new(0.0627451, 0.478431, 0.737255)
  427. Jump.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  428. Jump.BorderSizePixel = 0
  429. Jump.Position = UDim2.new(0.655281663, 0, 0.651098907, 0)
  430. Jump.Size = UDim2.new(0, 146, 0, 33)
  431. Jump.ZIndex = 2
  432. Jump.Modal = true
  433. Jump.Font = Enum.Font.Cartoon
  434. Jump.Text = "Jump"
  435. Jump.TextColor3 = Color3.new(1, 1, 1)
  436. Jump.TextSize = 14
  437. Jump.TextStrokeColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  438. Jump.TextStrokeTransparency = 0
  439.  
  440. JumpShade.Name = "JumpShade"
  441. JumpShade.Parent = Zombie
  442. JumpShade.BackgroundColor3 = Color3.new(0, 0, 0)
  443. JumpShade.BackgroundTransparency = 0.80000001192093
  444. JumpShade.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  445. JumpShade.BorderSizePixel = 0
  446. JumpShade.Position = UDim2.new(0.655281663, 0, 0.767846584, 0)
  447. JumpShade.Size = UDim2.new(0, 146, 0, 6)
  448. JumpShade.ZIndex = 999
  449. JumpShade.Font = Enum.Font.SourceSans
  450. JumpShade.Text = ""
  451. JumpShade.TextColor3 = Color3.new(1, 1, 1)
  452. JumpShade.TextSize = 28
  453. JumpShade.TextStrokeColor3 = Color3.new(1, 0, 0)
  454. JumpShade.TextStrokeTransparency = 0
  455.  
  456. txtJump.Name = "txtJump"
  457. txtJump.Parent = Zombie
  458. txtJump.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  459. txtJump.BorderSizePixel = 0
  460. txtJump.Position = UDim2.new(0.655555546, 0, 0.81298703, 0)
  461. txtJump.Size = UDim2.new(0, 146, 0, 28)
  462. txtJump.ZIndex = 2
  463. txtJump.Font = Enum.Font.Code
  464. txtJump.PlaceholderText = "[AMOUNT]"
  465. txtJump.Text = ""
  466. txtJump.TextColor3 = Color3.new(1, 1, 1)
  467. txtJump.TextSize = 14
  468. txtJump.TextStrokeColor3 = Color3.new(0, 0.443137, 0)
  469. txtJump.TextStrokeTransparency = 0
  470.  
  471. TPToPlayerStick.Name = "TPToPlayerStick"
  472. TPToPlayerStick.Parent = Zombie
  473. TPToPlayerStick.BackgroundColor3 = Color3.new(0, 0.541176, 0)
  474. TPToPlayerStick.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  475. TPToPlayerStick.BorderSizePixel = 0
  476. TPToPlayerStick.Position = UDim2.new(0.227504596, 0, 0.335081547, 0)
  477. TPToPlayerStick.Size = UDim2.new(0, 146, 0, 33)
  478. TPToPlayerStick.ZIndex = 2
  479. TPToPlayerStick.Modal = true
  480. TPToPlayerStick.Font = Enum.Font.Cartoon
  481. TPToPlayerStick.Text = "Stick Teleport to player"
  482. TPToPlayerStick.TextColor3 = Color3.new(1, 1, 1)
  483. TPToPlayerStick.TextSize = 14
  484. TPToPlayerStick.TextStrokeColor3 = Color3.new(0, 0.333333, 0)
  485. TPToPlayerStick.TextStrokeTransparency = 0
  486.  
  487. TPToPlayerStickShade.Name = "TPToPlayerStickShade"
  488. TPToPlayerStickShade.Parent = Zombie
  489. TPToPlayerStickShade.BackgroundColor3 = Color3.new(0, 0, 0)
  490. TPToPlayerStickShade.BackgroundTransparency = 0.80000001192093
  491. TPToPlayerStickShade.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  492. TPToPlayerStickShade.BorderSizePixel = 0
  493. TPToPlayerStickShade.Position = UDim2.new(0.227778196, 0, 0.451829284, 0)
  494. TPToPlayerStickShade.Size = UDim2.new(0, 146, 0, 6)
  495. TPToPlayerStickShade.ZIndex = 999
  496. TPToPlayerStickShade.Font = Enum.Font.SourceSans
  497. TPToPlayerStickShade.Text = ""
  498. TPToPlayerStickShade.TextColor3 = Color3.new(1, 1, 1)
  499. TPToPlayerStickShade.TextSize = 28
  500. TPToPlayerStickShade.TextStrokeColor3 = Color3.new(1, 0, 0)
  501. TPToPlayerStickShade.TextStrokeTransparency = 0
  502.  
  503. Gravity.Name = "Gravity"
  504. Gravity.Parent = Zombie
  505. Gravity.BackgroundColor3 = Color3.new(0.0627451, 0.478431, 0.737255)
  506. Gravity.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  507. Gravity.BorderSizePixel = 0
  508. Gravity.Position = UDim2.new(0.0815111995, 0, 0.651098907, 0)
  509. Gravity.Size = UDim2.new(0, 146, 0, 33)
  510. Gravity.ZIndex = 2
  511. Gravity.Modal = true
  512. Gravity.Font = Enum.Font.Cartoon
  513. Gravity.Text = "Gravity"
  514. Gravity.TextColor3 = Color3.new(1, 1, 1)
  515. Gravity.TextSize = 14
  516. Gravity.TextStrokeColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  517. Gravity.TextStrokeTransparency = 0
  518.  
  519. SpeedShade_2.Name = "SpeedShade"
  520. SpeedShade_2.Parent = Zombie
  521. SpeedShade_2.BackgroundColor3 = Color3.new(0, 0, 0)
  522. SpeedShade_2.BackgroundTransparency = 0.80000001192093
  523. SpeedShade_2.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  524. SpeedShade_2.BorderSizePixel = 0
  525. SpeedShade_2.Position = UDim2.new(0.0815111995, 0, 0.767846584, 0)
  526. SpeedShade_2.Size = UDim2.new(0, 146, 0, 6)
  527. SpeedShade_2.ZIndex = 999
  528. SpeedShade_2.Font = Enum.Font.SourceSans
  529. SpeedShade_2.Text = ""
  530. SpeedShade_2.TextColor3 = Color3.new(1, 1, 1)
  531. SpeedShade_2.TextSize = 28
  532. SpeedShade_2.TextStrokeColor3 = Color3.new(1, 0, 0)
  533. SpeedShade_2.TextStrokeTransparency = 0
  534.  
  535. txtGravity.Name = "txtGravity"
  536. txtGravity.Parent = Zombie
  537. txtGravity.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  538. txtGravity.BorderSizePixel = 0
  539. txtGravity.Position = UDim2.new(0.0817850828, 0, 0.81298703, 0)
  540. txtGravity.Size = UDim2.new(0, 146, 0, 28)
  541. txtGravity.ZIndex = 2
  542. txtGravity.Font = Enum.Font.Code
  543. txtGravity.PlaceholderText = "[AMOUNT]"
  544. txtGravity.Text = ""
  545. txtGravity.TextColor3 = Color3.new(1, 1, 1)
  546. txtGravity.TextSize = 14
  547. txtGravity.TextStrokeColor3 = Color3.new(0, 0.443137, 0)
  548. txtGravity.TextStrokeTransparency = 0
  549.  
  550. AutoZombie.Name = "AutoZombie"
  551. AutoZombie.Parent = Zombie
  552. AutoZombie.BackgroundColor3 = Color3.new(0, 0.541176, 0)
  553. AutoZombie.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  554. AutoZombie.BorderSizePixel = 0
  555. AutoZombie.Position = UDim2.new(0.0817851052, 0, 0.109973326, 0)
  556. AutoZombie.Size = UDim2.new(0, 146, 0, 33)
  557. AutoZombie.ZIndex = 2
  558. AutoZombie.Modal = true
  559. AutoZombie.Font = Enum.Font.Cartoon
  560. AutoZombie.Text = "Become zombie"
  561. AutoZombie.TextColor3 = Color3.new(1, 1, 1)
  562. AutoZombie.TextSize = 14
  563. AutoZombie.TextStrokeColor3 = Color3.new(0, 0.333333, 0)
  564. AutoZombie.TextStrokeTransparency = 0
  565.  
  566. AutoZombieShade.Name = "AutoZombieShade"
  567. AutoZombieShade.Parent = Zombie
  568. AutoZombieShade.BackgroundColor3 = Color3.new(0, 0, 0)
  569. AutoZombieShade.BackgroundTransparency = 0.80000001192093
  570. AutoZombieShade.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  571. AutoZombieShade.BorderSizePixel = 0
  572. AutoZombieShade.Position = UDim2.new(0.082058154, 0, 0.226721033, 0)
  573. AutoZombieShade.Size = UDim2.new(0, 146, 0, 6)
  574. AutoZombieShade.ZIndex = 999
  575. AutoZombieShade.Font = Enum.Font.SourceSans
  576. AutoZombieShade.Text = ""
  577. AutoZombieShade.TextColor3 = Color3.new(1, 1, 1)
  578. AutoZombieShade.TextSize = 28
  579. AutoZombieShade.TextStrokeColor3 = Color3.new(1, 0, 0)
  580. AutoZombieShade.TextStrokeTransparency = 0
  581.  
  582. Noclip.Name = "Noclip"
  583. Noclip.Parent = Zombie
  584. Noclip.BackgroundColor3 = Color3.new(0, 0.541176, 0)
  585. Noclip.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  586. Noclip.BorderSizePixel = 0
  587. Noclip.Position = UDim2.new(0.369581103, 0, 0.109973326, 0)
  588. Noclip.Size = UDim2.new(0, 146, 0, 33)
  589. Noclip.ZIndex = 2
  590. Noclip.Modal = true
  591. Noclip.Font = Enum.Font.Cartoon
  592. Noclip.Text = "Noclip"
  593. Noclip.TextColor3 = Color3.new(1, 1, 1)
  594. Noclip.TextSize = 14
  595. Noclip.TextStrokeColor3 = Color3.new(0, 0.333333, 0)
  596. Noclip.TextStrokeTransparency = 0
  597.  
  598. NoclipShade.Name = "NoclipShade"
  599. NoclipShade.Parent = Zombie
  600. NoclipShade.BackgroundColor3 = Color3.new(0, 0, 0)
  601. NoclipShade.BackgroundTransparency = 0.80000001192093
  602. NoclipShade.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  603. NoclipShade.BorderSizePixel = 0
  604. NoclipShade.Position = UDim2.new(0.369854152, 0, 0.226721033, 0)
  605. NoclipShade.Size = UDim2.new(0, 146, 0, 6)
  606. NoclipShade.ZIndex = 999
  607. NoclipShade.Font = Enum.Font.SourceSans
  608. NoclipShade.Text = ""
  609. NoclipShade.TextColor3 = Color3.new(1, 1, 1)
  610. NoclipShade.TextSize = 28
  611. NoclipShade.TextStrokeColor3 = Color3.new(1, 0, 0)
  612. NoclipShade.TextStrokeTransparency = 0
  613.  
  614. Headbig.Name = "Headbig"
  615. Headbig.Parent = Zombie
  616. Headbig.BackgroundColor3 = Color3.new(0, 0.541176, 0)
  617. Headbig.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  618. Headbig.BorderSizePixel = 0
  619. Headbig.Position = UDim2.new(0.655555606, 0, 0.109973326, 0)
  620. Headbig.Size = UDim2.new(0, 146, 0, 33)
  621. Headbig.ZIndex = 2
  622. Headbig.Modal = true
  623. Headbig.Font = Enum.Font.Cartoon
  624. Headbig.Text = "Big Heads"
  625. Headbig.TextColor3 = Color3.new(1, 1, 1)
  626. Headbig.TextSize = 14
  627. Headbig.TextStrokeColor3 = Color3.new(0, 0.333333, 0)
  628. Headbig.TextStrokeTransparency = 0
  629.  
  630. NoclipShade_2.Name = "NoclipShade"
  631. NoclipShade_2.Parent = Zombie
  632. NoclipShade_2.BackgroundColor3 = Color3.new(0, 0, 0)
  633. NoclipShade_2.BackgroundTransparency = 0.80000001192093
  634. NoclipShade_2.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  635. NoclipShade_2.BorderSizePixel = 0
  636. NoclipShade_2.Position = UDim2.new(0.655828297, 0, 0.226721033, 0)
  637. NoclipShade_2.Size = UDim2.new(0, 146, 0, 6)
  638. NoclipShade_2.ZIndex = 999
  639. NoclipShade_2.Font = Enum.Font.SourceSans
  640. NoclipShade_2.Text = ""
  641. NoclipShade_2.TextColor3 = Color3.new(1, 1, 1)
  642. NoclipShade_2.TextSize = 28
  643. NoclipShade_2.TextStrokeColor3 = Color3.new(1, 0, 0)
  644. NoclipShade_2.TextStrokeTransparency = 0
  645.  
  646. Automation.Name = "Automation"
  647. Automation.Parent = GUI
  648. Automation.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  649. Automation.BorderSizePixel = 0
  650. Automation.Position = UDim2.new(0.0405757241, 0, 0.26496619, 0)
  651. Automation.Size = UDim2.new(0, 549, 0, 231)
  652. Automation.Visible = false
  653.  
  654. AutoKillShade.Name = "AutoKillShade"
  655. AutoKillShade.Parent = Automation
  656. AutoKillShade.BackgroundColor3 = Color3.new(0, 0, 0)
  657. AutoKillShade.BackgroundTransparency = 0.80000001192093
  658. AutoKillShade.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  659. AutoKillShade.BorderSizePixel = 0
  660. AutoKillShade.Position = UDim2.new(0.0924401358, 0, 0.829227984, 0)
  661. AutoKillShade.Size = UDim2.new(0, 140, 0, 11)
  662. AutoKillShade.ZIndex = 999
  663. AutoKillShade.Font = Enum.Font.SourceSans
  664. AutoKillShade.Text = ""
  665. AutoKillShade.TextColor3 = Color3.new(1, 1, 1)
  666. AutoKillShade.TextSize = 28
  667. AutoKillShade.TextStrokeColor3 = Color3.new(1, 0, 0)
  668. AutoKillShade.TextStrokeTransparency = 0
  669.  
  670. AutoKill.Name = "AutoKill"
  671. AutoKill.Parent = Automation
  672. AutoKill.BackgroundColor3 = Color3.new(0, 0.541176, 0)
  673. AutoKill.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  674. AutoKill.BorderSizePixel = 0
  675. AutoKill.Position = UDim2.new(0.0924401358, 0, 0.581834793, 0)
  676. AutoKill.Size = UDim2.new(0, 140, 0, 68)
  677. AutoKill.ZIndex = 2
  678. AutoKill.Modal = true
  679. AutoKill.Font = Enum.Font.Cartoon
  680. AutoKill.Text = "Kill"
  681. AutoKill.TextColor3 = Color3.new(1, 1, 1)
  682. AutoKill.TextSize = 20
  683. AutoKill.TextStrokeColor3 = Color3.new(0, 0.333333, 0)
  684. AutoKill.TextStrokeTransparency = 0
  685.  
  686. AutoKillTP.Name = "AutoKillTP"
  687. AutoKillTP.Parent = Automation
  688. AutoKillTP.BackgroundColor3 = Color3.new(0, 0.541176, 0)
  689. AutoKillTP.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  690. AutoKillTP.BorderSizePixel = 0
  691. AutoKillTP.Position = UDim2.new(0.642531216, 0, 0.581834793, 0)
  692. AutoKillTP.Size = UDim2.new(0, 140, 0, 68)
  693. AutoKillTP.ZIndex = 2
  694. AutoKillTP.Modal = true
  695. AutoKillTP.Font = Enum.Font.Cartoon
  696. AutoKillTP.Text = "Kill Teleport"
  697. AutoKillTP.TextColor3 = Color3.new(1, 1, 1)
  698. AutoKillTP.TextSize = 20
  699. AutoKillTP.TextStrokeColor3 = Color3.new(0, 0.333333, 0)
  700. AutoKillTP.TextStrokeTransparency = 0
  701.  
  702. AutoKillTPShade.Name = "AutoKillTPShade"
  703. AutoKillTPShade.Parent = Automation
  704. AutoKillTPShade.BackgroundColor3 = Color3.new(0, 0, 0)
  705. AutoKillTPShade.BackgroundTransparency = 0.80000001192093
  706. AutoKillTPShade.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  707. AutoKillTPShade.BorderSizePixel = 0
  708. AutoKillTPShade.Position = UDim2.new(0.642531216, 0, 0.8295362, 0)
  709. AutoKillTPShade.Size = UDim2.new(0, 140, 0, 11)
  710. AutoKillTPShade.ZIndex = 999
  711. AutoKillTPShade.Font = Enum.Font.SourceSans
  712. AutoKillTPShade.Text = ""
  713. AutoKillTPShade.TextColor3 = Color3.new(1, 1, 1)
  714. AutoKillTPShade.TextSize = 28
  715. AutoKillTPShade.TextStrokeColor3 = Color3.new(1, 0, 0)
  716. AutoKillTPShade.TextStrokeTransparency = 0
  717.  
  718. lblInfo.Name = "lblInfo"
  719. lblInfo.Parent = Automation
  720. lblInfo.BackgroundColor3 = Color3.new(0.0627451, 0.478431, 0.737255)
  721. lblInfo.BackgroundTransparency = 1
  722. lblInfo.BorderColor3 = Color3.new(0, 0, 0)
  723. lblInfo.BorderSizePixel = 0
  724. lblInfo.Position = UDim2.new(0.416418433, 0, 0.0369433276, 0)
  725. lblInfo.Size = UDim2.new(0, 91, 0, 30)
  726. lblInfo.ZIndex = 3
  727. lblInfo.Font = Enum.Font.Cartoon
  728. lblInfo.Text = "Automatically kills zombies"
  729. lblInfo.TextColor3 = Color3.new(1, 1, 1)
  730. lblInfo.TextSize = 28
  731. lblInfo.TextStrokeTransparency = 0
  732.  
  733. lblInfo_2.Name = "lblInfo"
  734. lblInfo_2.Parent = Automation
  735. lblInfo_2.BackgroundColor3 = Color3.new(0.0627451, 0.478431, 0.737255)
  736. lblInfo_2.BackgroundTransparency = 1
  737. lblInfo_2.BorderColor3 = Color3.new(0, 0, 0)
  738. lblInfo_2.BorderSizePixel = 0
  739. lblInfo_2.Position = UDim2.new(0.414596945, 0, 0.166813463, 0)
  740. lblInfo_2.Size = UDim2.new(0, 91, 0, 30)
  741. lblInfo_2.ZIndex = 3
  742. lblInfo_2.Font = Enum.Font.Cartoon
  743. lblInfo_2.Text = "When u hold your gun"
  744. lblInfo_2.TextColor3 = Color3.new(1, 1, 1)
  745. lblInfo_2.TextSize = 28
  746. lblInfo_2.TextStrokeTransparency = 0
  747.  
  748. lblInfo_3.Name = "lblInfo"
  749. lblInfo_3.Parent = Automation
  750. lblInfo_3.BackgroundColor3 = Color3.new(0.0627451, 0.478431, 0.737255)
  751. lblInfo_3.BackgroundTransparency = 1
  752. lblInfo_3.BorderColor3 = Color3.new(0, 0, 0)
  753. lblInfo_3.BorderSizePixel = 0
  754. lblInfo_3.Position = UDim2.new(0.416418433, 0, 0.296683609, 0)
  755. lblInfo_3.Size = UDim2.new(0, 91, 0, 30)
  756. lblInfo_3.ZIndex = 3
  757. lblInfo_3.Font = Enum.Font.Cartoon
  758. lblInfo_3.Text = "Advice: Use a gun with alot of damage"
  759. lblInfo_3.TextColor3 = Color3.new(1, 1, 1)
  760. lblInfo_3.TextSize = 28
  761. lblInfo_3.TextStrokeTransparency = 0
  762.  
  763. lblInfo_4.Name = "lblInfo"
  764. lblInfo_4.Parent = Automation
  765. lblInfo_4.BackgroundColor3 = Color3.new(0.0627451, 0.478431, 0.737255)
  766. lblInfo_4.BackgroundTransparency = 1
  767. lblInfo_4.BorderColor3 = Color3.new(0, 0, 0)
  768. lblInfo_4.BorderSizePixel = 0
  769. lblInfo_4.Position = UDim2.new(0.414596945, 0, 0.426553726, 0)
  770. lblInfo_4.Size = UDim2.new(0, 91, 0, 30)
  771. lblInfo_4.ZIndex = 3
  772. lblInfo_4.Font = Enum.Font.Cartoon
  773. lblInfo_4.Text = "Firerate doesn't matter"
  774. lblInfo_4.TextColor3 = Color3.new(1, 1, 1)
  775. lblInfo_4.TextSize = 28
  776. lblInfo_4.TextStrokeTransparency = 0
  777.  
  778. AutoQuest.Name = "AutoQuest"
  779. AutoQuest.Parent = Automation
  780. AutoQuest.BackgroundColor3 = Color3.new(0, 0.541176, 0)
  781. AutoQuest.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  782. AutoQuest.BorderSizePixel = 0
  783. AutoQuest.Position = UDim2.new(0.36930716, 0, 0.581834793, 0)
  784. AutoQuest.Size = UDim2.new(0, 140, 0, 68)
  785. AutoQuest.ZIndex = 2
  786. AutoQuest.Modal = true
  787. AutoQuest.Font = Enum.Font.Cartoon
  788. AutoQuest.Text = "Accept Quests"
  789. AutoQuest.TextColor3 = Color3.new(1, 1, 1)
  790. AutoQuest.TextSize = 20
  791. AutoQuest.TextStrokeColor3 = Color3.new(0, 0.333333, 0)
  792. AutoQuest.TextStrokeTransparency = 0
  793.  
  794. AutoQuestShade.Name = "AutoQuestShade"
  795. AutoQuestShade.Parent = Automation
  796. AutoQuestShade.BackgroundColor3 = Color3.new(0, 0, 0)
  797. AutoQuestShade.BackgroundTransparency = 0.80000001192093
  798. AutoQuestShade.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  799. AutoQuestShade.BorderSizePixel = 0
  800. AutoQuestShade.Position = UDim2.new(0.36930716, 0, 0.829227984, 0)
  801. AutoQuestShade.Size = UDim2.new(0, 140, 0, 11)
  802. AutoQuestShade.ZIndex = 999
  803. AutoQuestShade.Font = Enum.Font.SourceSans
  804. AutoQuestShade.Text = ""
  805. AutoQuestShade.TextColor3 = Color3.new(1, 1, 1)
  806. AutoQuestShade.TextSize = 28
  807. AutoQuestShade.TextStrokeColor3 = Color3.new(1, 0, 0)
  808. AutoQuestShade.TextStrokeTransparency = 0
  809.  
  810. Misc.Name = "Misc"
  811. Misc.Parent = GUI
  812. Misc.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  813. Misc.BorderSizePixel = 0
  814. Misc.Position = UDim2.new(0.040133778, 0, 0.26496619, 0)
  815. Misc.Size = UDim2.new(0, 549, 0, 231)
  816. Misc.Visible = false
  817.  
  818. DiscoZombie.Name = "DiscoZombie"
  819. DiscoZombie.Parent = Misc
  820. DiscoZombie.BackgroundColor3 = Color3.new(0, 0.541176, 0)
  821. DiscoZombie.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  822. DiscoZombie.BorderSizePixel = 0
  823. DiscoZombie.Position = UDim2.new(0.369307131, 0, 0.101315342, 0)
  824. DiscoZombie.Size = UDim2.new(0, 146, 0, 33)
  825. DiscoZombie.ZIndex = 2
  826. DiscoZombie.Modal = true
  827. DiscoZombie.Font = Enum.Font.Cartoon
  828. DiscoZombie.Text = "Disco Zombie"
  829. DiscoZombie.TextColor3 = Color3.new(1, 1, 1)
  830. DiscoZombie.TextSize = 14
  831. DiscoZombie.TextStrokeColor3 = Color3.new(0, 0.333333, 0)
  832. DiscoZombie.TextStrokeTransparency = 0
  833.  
  834. BTools.Name = "BTools"
  835. BTools.Parent = Misc
  836. BTools.BackgroundColor3 = Color3.new(0.0627451, 0.478431, 0.737255)
  837. BTools.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  838. BTools.BorderSizePixel = 0
  839. BTools.Position = UDim2.new(0.36930716, 0, 0.313436568, 0)
  840. BTools.Size = UDim2.new(0, 146, 0, 33)
  841. BTools.ZIndex = 2
  842. BTools.Modal = true
  843. BTools.Font = Enum.Font.Cartoon
  844. BTools.Text = "BTools"
  845. BTools.TextColor3 = Color3.new(1, 1, 1)
  846. BTools.TextSize = 14
  847. BTools.TextStrokeColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  848. BTools.TextStrokeTransparency = 0
  849.  
  850. DiscoZombieShade.Name = "DiscoZombieShade"
  851. DiscoZombieShade.Parent = Misc
  852. DiscoZombieShade.BackgroundColor3 = Color3.new(0, 0, 0)
  853. DiscoZombieShade.BackgroundTransparency = 0.80000001192093
  854. DiscoZombieShade.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  855. DiscoZombieShade.BorderSizePixel = 0
  856. DiscoZombieShade.Position = UDim2.new(0.36930716, 0, 0.218063012, 0)
  857. DiscoZombieShade.Size = UDim2.new(0, 146, 0, 6)
  858. DiscoZombieShade.ZIndex = 999
  859. DiscoZombieShade.Font = Enum.Font.SourceSans
  860. DiscoZombieShade.Text = ""
  861. DiscoZombieShade.TextColor3 = Color3.new(1, 1, 1)
  862. DiscoZombieShade.TextSize = 28
  863. DiscoZombieShade.TextStrokeColor3 = Color3.new(1, 0, 0)
  864. DiscoZombieShade.TextStrokeTransparency = 0
  865.  
  866. BToolsShade_2.Name = "BToolsShade"
  867. BToolsShade_2.Parent = Misc
  868. BToolsShade_2.BackgroundColor3 = Color3.new(0, 0, 0)
  869. BToolsShade_2.BackgroundTransparency = 0.80000001192093
  870. BToolsShade_2.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  871. BToolsShade_2.BorderSizePixel = 0
  872. BToolsShade_2.Position = UDim2.new(0.36930716, 0, 0.430184245, 0)
  873. BToolsShade_2.Size = UDim2.new(0, 146, 0, 6)
  874. BToolsShade_2.ZIndex = 999
  875. BToolsShade_2.Font = Enum.Font.SourceSans
  876. BToolsShade_2.Text = ""
  877. BToolsShade_2.TextColor3 = Color3.new(1, 1, 1)
  878. BToolsShade_2.TextSize = 28
  879. BToolsShade_2.TextStrokeColor3 = Color3.new(1, 0, 0)
  880. BToolsShade_2.TextStrokeTransparency = 0
  881.  
  882. ClickToTP.Name = "ClickToTP"
  883. ClickToTP.Parent = Misc
  884. ClickToTP.BackgroundColor3 = Color3.new(0.0627451, 0.478431, 0.737255)
  885. ClickToTP.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  886. ClickToTP.BorderSizePixel = 0
  887. ClickToTP.Position = UDim2.new(0.0541887693, 0, 0.101315349, 0)
  888. ClickToTP.Size = UDim2.new(0, 146, 0, 33)
  889. ClickToTP.ZIndex = 2
  890. ClickToTP.Modal = true
  891. ClickToTP.Font = Enum.Font.Cartoon
  892. ClickToTP.Text = "Click to Teleport"
  893. ClickToTP.TextColor3 = Color3.new(1, 1, 1)
  894. ClickToTP.TextSize = 14
  895. ClickToTP.TextStrokeColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  896. ClickToTP.TextStrokeTransparency = 0
  897.  
  898. ClickToTPShade.Name = "ClickToTPShade"
  899. ClickToTPShade.Parent = Misc
  900. ClickToTPShade.BackgroundColor3 = Color3.new(0, 0, 0)
  901. ClickToTPShade.BackgroundTransparency = 0.80000001192093
  902. ClickToTPShade.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  903. ClickToTPShade.BorderSizePixel = 0
  904. ClickToTPShade.Position = UDim2.new(0.0541887693, 0, 0.218063027, 0)
  905. ClickToTPShade.Size = UDim2.new(0, 146, 0, 6)
  906. ClickToTPShade.ZIndex = 999
  907. ClickToTPShade.Font = Enum.Font.SourceSans
  908. ClickToTPShade.Text = ""
  909. ClickToTPShade.TextColor3 = Color3.new(1, 1, 1)
  910. ClickToTPShade.TextSize = 28
  911. ClickToTPShade.TextStrokeColor3 = Color3.new(1, 0, 0)
  912. ClickToTPShade.TextStrokeTransparency = 0
  913.  
  914. InstantKnife.Name = "InstantKnife"
  915. InstantKnife.Parent = Misc
  916. InstantKnife.BackgroundColor3 = Color3.new(0.0627451, 0.478431, 0.737255)
  917. InstantKnife.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  918. InstantKnife.BorderSizePixel = 0
  919. InstantKnife.Position = UDim2.new(0.680782557, 0, 0.10131532, 0)
  920. InstantKnife.Size = UDim2.new(0, 146, 0, 33)
  921. InstantKnife.ZIndex = 2
  922. InstantKnife.Modal = true
  923. InstantKnife.Font = Enum.Font.Cartoon
  924. InstantKnife.Text = "Instant Knife"
  925. InstantKnife.TextColor3 = Color3.new(1, 1, 1)
  926. InstantKnife.TextSize = 14
  927. InstantKnife.TextStrokeColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  928. InstantKnife.TextStrokeTransparency = 0
  929.  
  930. InstantKnifeShade.Name = "InstantKnifeShade"
  931. InstantKnifeShade.Parent = Misc
  932. InstantKnifeShade.BackgroundColor3 = Color3.new(0, 0, 0)
  933. InstantKnifeShade.BackgroundTransparency = 0.80000001192093
  934. InstantKnifeShade.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  935. InstantKnifeShade.BorderSizePixel = 0
  936. InstantKnifeShade.Position = UDim2.new(0.680782557, 0, 0.21751292, 0)
  937. InstantKnifeShade.Size = UDim2.new(0, 146, 0, 6)
  938. InstantKnifeShade.ZIndex = 999
  939. InstantKnifeShade.Font = Enum.Font.SourceSans
  940. InstantKnifeShade.Text = ""
  941. InstantKnifeShade.TextColor3 = Color3.new(1, 1, 1)
  942. InstantKnifeShade.TextSize = 28
  943. InstantKnifeShade.TextStrokeColor3 = Color3.new(1, 0, 0)
  944. InstantKnifeShade.TextStrokeTransparency = 0
  945.  
  946. lblInfo_5.Name = "lblInfo"
  947. lblInfo_5.Parent = Misc
  948. lblInfo_5.BackgroundColor3 = Color3.new(0.0627451, 0.478431, 0.737255)
  949. lblInfo_5.BackgroundTransparency = 1
  950. lblInfo_5.BorderColor3 = Color3.new(0, 0, 0)
  951. lblInfo_5.BorderSizePixel = 0
  952. lblInfo_5.Position = UDim2.new(0.420061409, 0, 0.49581778, 0)
  953. lblInfo_5.Size = UDim2.new(0, 91, 0, 30)
  954. lblInfo_5.ZIndex = 3
  955. lblInfo_5.Font = Enum.Font.Cartoon
  956. lblInfo_5.Text = "Have any ideas to add here / have the scripts?"
  957. lblInfo_5.TextColor3 = Color3.new(1, 1, 1)
  958. lblInfo_5.TextSize = 28
  959. lblInfo_5.TextStrokeTransparency = 0
  960.  
  961. lblInfo_6.Name = "lblInfo"
  962. lblInfo_6.Parent = Misc
  963. lblInfo_6.BackgroundColor3 = Color3.new(0.0627451, 0.478431, 0.737255)
  964. lblInfo_6.BackgroundTransparency = 1
  965. lblInfo_6.BorderColor3 = Color3.new(0, 0, 0)
  966. lblInfo_6.BorderSizePixel = 0
  967. lblInfo_6.Position = UDim2.new(0.420061409, 0, 0.625687897, 0)
  968. lblInfo_6.Size = UDim2.new(0, 91, 0, 30)
  969. lblInfo_6.ZIndex = 3
  970. lblInfo_6.Font = Enum.Font.Cartoon
  971. lblInfo_6.Text = "contribute to this GUI in our discord"
  972. lblInfo_6.TextColor3 = Color3.new(1, 1, 1)
  973. lblInfo_6.TextSize = 28
  974. lblInfo_6.TextStrokeTransparency = 0
  975.  
  976. lblInfo_7.Name = "lblInfo"
  977. lblInfo_7.Parent = Misc
  978. lblInfo_7.BackgroundColor3 = Color3.new(0.0627451, 0.478431, 0.737255)
  979. lblInfo_7.BackgroundTransparency = 1
  980. lblInfo_7.BorderColor3 = Color3.new(0, 0, 0)
  981. lblInfo_7.BorderSizePixel = 0
  982. lblInfo_7.Position = UDim2.new(0.420061409, 0, 0.811835051, 0)
  983. lblInfo_7.Size = UDim2.new(0, 91, 0, 30)
  984. lblInfo_7.ZIndex = 3
  985. lblInfo_7.Font = Enum.Font.Cartoon
  986. lblInfo_7.Text = "#zombie-attack-contribute"
  987. lblInfo_7.TextColor3 = Color3.new(0, 0.666667, 1)
  988. lblInfo_7.TextSize = 28
  989. lblInfo_7.TextStrokeTransparency = 0
  990.  
  991. Minimize.Name = "Minimize"
  992. Minimize.Parent = GUI
  993. Minimize.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  994. Minimize.BorderSizePixel = 0
  995. Minimize.Position = UDim2.new(0.866491199, 0, -0.00370177347, 0)
  996. Minimize.Size = UDim2.new(0, 41, 0, 38)
  997. Minimize.ZIndex = 99
  998. Minimize.Font = Enum.Font.SourceSans
  999. Minimize.Text = "-"
  1000. Minimize.TextColor3 = Color3.new(1, 1, 1)
  1001. Minimize.TextSize = 40
  1002. Minimize.TextYAlignment = Enum.TextYAlignment.Top
  1003.  
  1004. lblVersion.Name = "lblVersion"
  1005. lblVersion.Parent = GUI
  1006. lblVersion.BackgroundColor3 = Color3.new(0.0627451, 0.478431, 0.737255)
  1007. lblVersion.BackgroundTransparency = 1
  1008. lblVersion.BorderColor3 = Color3.new(0, 0, 0)
  1009. lblVersion.BorderSizePixel = 0
  1010. lblVersion.Position = UDim2.new(0.867892981, 0, 0.915606558, 0)
  1011. lblVersion.Size = UDim2.new(0, 91, 0, 30)
  1012. lblVersion.ZIndex = 5
  1013. lblVersion.Font = Enum.Font.Cartoon
  1014. lblVersion.Text = "V.2.0"
  1015. lblVersion.TextColor3 = Color3.new(1, 1, 1)
  1016. lblVersion.TextSize = 28
  1017. lblVersion.TextStrokeTransparency = 0
  1018.  
  1019. BvmLogo.Name = "BvmLogo"
  1020. BvmLogo.Parent = GUI
  1021. BvmLogo.BackgroundColor3 = Color3.new(1, 1, 1)
  1022. BvmLogo.BackgroundTransparency = 1
  1023. BvmLogo.BorderSizePixel = 0
  1024. BvmLogo.Position = UDim2.new(0.401214063, 0, -0.212017387, 0)
  1025. BvmLogo.Size = UDim2.new(0, 116, 0, 116)
  1026. BvmLogo.ZIndex = 99999
  1027. BvmLogo.Image = "rbxassetid://2811724481"
  1028.  
  1029. footer.Name = "footer"
  1030. footer.Parent = GUI
  1031. footer.BackgroundColor3 = Color3.new(0.0627451, 0.478431, 0.737255)
  1032. footer.BorderColor3 = Color3.new(0.0627451, 0.478431, 0.737255)
  1033. footer.BorderSizePixel = 0
  1034. footer.Position = UDim2.new(0, 0, 0.981889009, 0)
  1035. footer.Size = UDim2.new(0, 598, 0, 6)
  1036. footer.ZIndex = 3
  1037. footer.Font = Enum.Font.Cartoon
  1038. footer.Text = ""
  1039. footer.TextColor3 = Color3.new(1, 1, 1)
  1040. footer.TextSize = 28
  1041. footer.TextStrokeTransparency = 0
  1042.  
  1043. Exit.Name = "Exit"
  1044. Exit.Parent = GUI
  1045. Exit.BackgroundColor3 = Color3.new(0.6, 0, 0)
  1046. Exit.BorderSizePixel = 0
  1047. Exit.Position = UDim2.new(0.931708574, 0, -0.00370177347, 0)
  1048. Exit.Size = UDim2.new(0, 41, 0, 38)
  1049. Exit.ZIndex = 99
  1050. Exit.Font = Enum.Font.SourceSans
  1051. Exit.Text = "X"
  1052. Exit.TextColor3 = Color3.new(1, 1, 1)
  1053. Exit.TextSize = 28
  1054. Exit.TextYAlignment = Enum.TextYAlignment.Top
  1055.  
  1056. MinimizeFrame.Name = "MinimizeFrame"
  1057. MinimizeFrame.Parent = BVMZOMBIEATTACK
  1058. MinimizeFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1059. MinimizeFrame.BackgroundTransparency = 1
  1060. MinimizeFrame.Position = UDim2.new(0, 0, 0.869778872, 0)
  1061. MinimizeFrame.Size = UDim2.new(0, 102, 0, 106)
  1062. MinimizeFrame.Visible = false
  1063.  
  1064. footer_2.Name = "footer"
  1065. footer_2.Parent = MinimizeFrame
  1066. footer_2.BackgroundColor3 = Color3.new(0.0705882, 0.560784, 0.866667)
  1067. footer_2.BorderColor3 = Color3.new(0.0627451, 0.478431, 0.737255)
  1068. footer_2.BorderSizePixel = 0
  1069. footer_2.Position = UDim2.new(-0.00396657456, 0, 0.939109027, 0)
  1070. footer_2.Size = UDim2.new(0, 100, 0, 6)
  1071. footer_2.ZIndex = 4
  1072. footer_2.Font = Enum.Font.Cartoon
  1073. footer_2.Text = ""
  1074. footer_2.TextColor3 = Color3.new(1, 1, 1)
  1075. footer_2.TextSize = 28
  1076. footer_2.TextStrokeTransparency = 0
  1077.  
  1078. MinimizeButton.Name = "MinimizeButton"
  1079. MinimizeButton.Parent = MinimizeFrame
  1080. MinimizeButton.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1081. MinimizeButton.Position = UDim2.new(-0.00664126873, 0, 0.0467434078, 0)
  1082. MinimizeButton.Size = UDim2.new(0, 100, 0, 100)
  1083. MinimizeButton.Image = "rbxassetid://2811724481"
  1084.  
  1085. Twitter.Name = "Twitter"
  1086. Twitter.Parent = BVMZOMBIEATTACK
  1087. Twitter.BackgroundColor3 = Color3.new(0.113725, 0.631373, 0.952941)
  1088. Twitter.BorderSizePixel = 0
  1089. Twitter.Position = UDim2.new(0.252696455, 0, 0.751842737, 0)
  1090. Twitter.Size = UDim2.new(0, 599, 0, 100)
  1091. Twitter.Visible = false
  1092.  
  1093. ExitTwitter.Name = "ExitTwitter"
  1094. ExitTwitter.Parent = Twitter
  1095. ExitTwitter.BackgroundColor3 = Color3.new(0.6, 0, 0)
  1096. ExitTwitter.BorderSizePixel = 0
  1097. ExitTwitter.Position = UDim2.new(0.931708574, 0, -0.00370177347, 0)
  1098. ExitTwitter.Size = UDim2.new(0, 41, 0, 38)
  1099. ExitTwitter.ZIndex = 99
  1100. ExitTwitter.Font = Enum.Font.SourceSans
  1101. ExitTwitter.Text = "X"
  1102. ExitTwitter.TextColor3 = Color3.new(1, 1, 1)
  1103. ExitTwitter.TextSize = 28
  1104. ExitTwitter.TextYAlignment = Enum.TextYAlignment.Top
  1105.  
  1106. ExitShade_2.Name = "ExitShade"
  1107. ExitShade_2.Parent = Twitter
  1108. ExitShade_2.BackgroundColor3 = Color3.new(0, 0, 0)
  1109. ExitShade_2.BackgroundTransparency = 0.80000001192093
  1110. ExitShade_2.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  1111. ExitShade_2.BorderSizePixel = 0
  1112. ExitShade_2.Position = UDim2.new(0.931708574, 0, 0.282753289, 0)
  1113. ExitShade_2.Size = UDim2.new(0, 41, 0, 9)
  1114. ExitShade_2.ZIndex = 9999
  1115. ExitShade_2.Font = Enum.Font.SourceSans
  1116. ExitShade_2.Text = ""
  1117. ExitShade_2.TextColor3 = Color3.new(1, 1, 1)
  1118. ExitShade_2.TextSize = 28
  1119. ExitShade_2.TextStrokeColor3 = Color3.new(1, 0, 0)
  1120. ExitShade_2.TextStrokeTransparency = 0
  1121.  
  1122. TwitterShade.Name = "TwitterShade"
  1123. TwitterShade.Parent = Twitter
  1124. TwitterShade.BackgroundColor3 = Color3.new(0, 0, 0)
  1125. TwitterShade.BackgroundTransparency = 0.80000001192093
  1126. TwitterShade.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  1127. TwitterShade.BorderSizePixel = 0
  1128. TwitterShade.Position = UDim2.new(0, 0, 0.912753284, 0)
  1129. TwitterShade.Size = UDim2.new(0, 598, 0, 8)
  1130. TwitterShade.ZIndex = 9999
  1131. TwitterShade.Font = Enum.Font.SourceSans
  1132. TwitterShade.Text = ""
  1133. TwitterShade.TextColor3 = Color3.new(1, 1, 1)
  1134. TwitterShade.TextSize = 28
  1135. TwitterShade.TextStrokeColor3 = Color3.new(1, 0, 0)
  1136. TwitterShade.TextStrokeTransparency = 0
  1137.  
  1138. lblTwitterLink.Name = "lblTwitterLink"
  1139. lblTwitterLink.Parent = Twitter
  1140. lblTwitterLink.BackgroundColor3 = Color3.new(0.0627451, 0.478431, 0.737255)
  1141. lblTwitterLink.BackgroundTransparency = 1
  1142. lblTwitterLink.BorderColor3 = Color3.new(0, 0, 0)
  1143. lblTwitterLink.BorderSizePixel = 0
  1144. lblTwitterLink.Position = UDim2.new(0.42309624, 0, 0.537246346, 0)
  1145. lblTwitterLink.Size = UDim2.new(0, 91, 0, 30)
  1146. lblTwitterLink.ZIndex = 3
  1147. lblTwitterLink.Font = Enum.Font.Cartoon
  1148. lblTwitterLink.Text = "twitter.com/bvmprogramming"
  1149. lblTwitterLink.TextColor3 = Color3.new(1, 1, 1)
  1150. lblTwitterLink.TextSize = 36
  1151. lblTwitterLink.TextStrokeTransparency = 0
  1152.  
  1153. lblTwitterTag.Name = "lblTwitterTag"
  1154. lblTwitterTag.Parent = Twitter
  1155. lblTwitterTag.BackgroundColor3 = Color3.new(0.0627451, 0.478431, 0.737255)
  1156. lblTwitterTag.BackgroundTransparency = 1
  1157. lblTwitterTag.BorderColor3 = Color3.new(0, 0, 0)
  1158. lblTwitterTag.BorderSizePixel = 0
  1159. lblTwitterTag.Position = UDim2.new(0.42309624, 0, 0.0672463775, 0)
  1160. lblTwitterTag.Size = UDim2.new(0, 91, 0, 30)
  1161. lblTwitterTag.ZIndex = 3
  1162. lblTwitterTag.Font = Enum.Font.Cartoon
  1163. lblTwitterTag.Text = "@BvmProgramming"
  1164. lblTwitterTag.TextColor3 = Color3.new(1, 1, 1)
  1165. lblTwitterTag.TextSize = 36
  1166. lblTwitterTag.TextStrokeTransparency = 0
  1167.  
  1168. ImgTwitter.Name = "ImgTwitter"
  1169. ImgTwitter.Parent = Twitter
  1170. ImgTwitter.BackgroundColor3 = Color3.new(1, 1, 1)
  1171. ImgTwitter.BackgroundTransparency = 1
  1172. ImgTwitter.Position = UDim2.new(0.0137805967, 0, 0.0306140129, 0)
  1173. ImgTwitter.Size = UDim2.new(0, 81, 0, 87)
  1174. ImgTwitter.ZIndex = 2
  1175. ImgTwitter.Image = "rbxassetid://2819701629"
  1176.  
  1177. Youtube.Name = "Youtube"
  1178. Youtube.Parent = BVMZOMBIEATTACK
  1179. Youtube.BackgroundColor3 = Color3.new(0.705882, 0, 0)
  1180. Youtube.BorderSizePixel = 0
  1181. Youtube.Position = UDim2.new(0.252696455, 0, 0.751842737, 0)
  1182. Youtube.Size = UDim2.new(0, 599, 0, 100)
  1183. Youtube.Visible = false
  1184.  
  1185. ExitYoutube.Name = "ExitYoutube"
  1186. ExitYoutube.Parent = Youtube
  1187. ExitYoutube.BackgroundColor3 = Color3.new(0.6, 0, 0)
  1188. ExitYoutube.BorderSizePixel = 0
  1189. ExitYoutube.Position = UDim2.new(0.931708574, 0, -0.00370177347, 0)
  1190. ExitYoutube.Size = UDim2.new(0, 41, 0, 38)
  1191. ExitYoutube.ZIndex = 99
  1192. ExitYoutube.Font = Enum.Font.SourceSans
  1193. ExitYoutube.Text = "X"
  1194. ExitYoutube.TextColor3 = Color3.new(1, 1, 1)
  1195. ExitYoutube.TextSize = 28
  1196. ExitYoutube.TextYAlignment = Enum.TextYAlignment.Top
  1197.  
  1198. ExitShade_3.Name = "ExitShade"
  1199. ExitShade_3.Parent = Youtube
  1200. ExitShade_3.BackgroundColor3 = Color3.new(0, 0, 0)
  1201. ExitShade_3.BackgroundTransparency = 0.80000001192093
  1202. ExitShade_3.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  1203. ExitShade_3.BorderSizePixel = 0
  1204. ExitShade_3.Position = UDim2.new(0.931708574, 0, 0.282753289, 0)
  1205. ExitShade_3.Size = UDim2.new(0, 41, 0, 9)
  1206. ExitShade_3.ZIndex = 9999
  1207. ExitShade_3.Font = Enum.Font.SourceSans
  1208. ExitShade_3.Text = ""
  1209. ExitShade_3.TextColor3 = Color3.new(1, 1, 1)
  1210. ExitShade_3.TextSize = 28
  1211. ExitShade_3.TextStrokeColor3 = Color3.new(1, 0, 0)
  1212. ExitShade_3.TextStrokeTransparency = 0
  1213.  
  1214. YoutubeShade.Name = "YoutubeShade"
  1215. YoutubeShade.Parent = Youtube
  1216. YoutubeShade.BackgroundColor3 = Color3.new(0, 0, 0)
  1217. YoutubeShade.BackgroundTransparency = 0.80000001192093
  1218. YoutubeShade.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  1219. YoutubeShade.BorderSizePixel = 0
  1220. YoutubeShade.Position = UDim2.new(0, 0, 0.912753284, 0)
  1221. YoutubeShade.Size = UDim2.new(0, 598, 0, 8)
  1222. YoutubeShade.ZIndex = 9999
  1223. YoutubeShade.Font = Enum.Font.SourceSans
  1224. YoutubeShade.Text = ""
  1225. YoutubeShade.TextColor3 = Color3.new(1, 1, 1)
  1226. YoutubeShade.TextSize = 28
  1227. YoutubeShade.TextStrokeColor3 = Color3.new(1, 0, 0)
  1228. YoutubeShade.TextStrokeTransparency = 0
  1229.  
  1230. lblYoutubeLink.Name = "lblYoutubeLink"
  1231. lblYoutubeLink.Parent = Youtube
  1232. lblYoutubeLink.BackgroundColor3 = Color3.new(0.0627451, 0.478431, 0.737255)
  1233. lblYoutubeLink.BackgroundTransparency = 1
  1234. lblYoutubeLink.BorderColor3 = Color3.new(0, 0, 0)
  1235. lblYoutubeLink.BorderSizePixel = 0
  1236. lblYoutubeLink.Position = UDim2.new(0.42309624, 0, 0.537246346, 0)
  1237. lblYoutubeLink.Size = UDim2.new(0, 91, 0, 30)
  1238. lblYoutubeLink.ZIndex = 3
  1239. lblYoutubeLink.Font = Enum.Font.Cartoon
  1240. lblYoutubeLink.Text = "youtube.com"
  1241. lblYoutubeLink.TextColor3 = Color3.new(1, 1, 1)
  1242. lblYoutubeLink.TextSize = 36
  1243. lblYoutubeLink.TextStrokeTransparency = 0
  1244.  
  1245. lblYoutubeTag.Name = "lblYoutubeTag"
  1246. lblYoutubeTag.Parent = Youtube
  1247. lblYoutubeTag.BackgroundColor3 = Color3.new(0.0627451, 0.478431, 0.737255)
  1248. lblYoutubeTag.BackgroundTransparency = 1
  1249. lblYoutubeTag.BorderColor3 = Color3.new(0, 0, 0)
  1250. lblYoutubeTag.BorderSizePixel = 0
  1251. lblYoutubeTag.Position = UDim2.new(0.42309624, 0, 0.0672463775, 0)
  1252. lblYoutubeTag.Size = UDim2.new(0, 91, 0, 30)
  1253. lblYoutubeTag.ZIndex = 3
  1254. lblYoutubeTag.Font = Enum.Font.Cartoon
  1255. lblYoutubeTag.Text = "BvmProgramming"
  1256. lblYoutubeTag.TextColor3 = Color3.new(1, 1, 1)
  1257. lblYoutubeTag.TextSize = 36
  1258. lblYoutubeTag.TextStrokeTransparency = 0
  1259.  
  1260. ImgYoutube.Name = "ImgYoutube"
  1261. ImgYoutube.Parent = Youtube
  1262. ImgYoutube.BackgroundColor3 = Color3.new(1, 1, 1)
  1263. ImgYoutube.BackgroundTransparency = 1
  1264. ImgYoutube.Position = UDim2.new(0.0137805967, 0, 0.0306140129, 0)
  1265. ImgYoutube.Size = UDim2.new(0, 81, 0, 87)
  1266. ImgYoutube.ZIndex = 2
  1267. ImgYoutube.Image = "rbxassetid://979137412"
  1268.  
  1269. Discord.Name = "Discord"
  1270. Discord.Parent = BVMZOMBIEATTACK
  1271. Discord.BackgroundColor3 = Color3.new(0.658824, 0.745098, 1)
  1272. Discord.BorderSizePixel = 0
  1273. Discord.Position = UDim2.new(0.252696455, 0, 0.751842737, 0)
  1274. Discord.Size = UDim2.new(0, 599, 0, 100)
  1275. Discord.Visible = false
  1276.  
  1277. ExitDiscord.Name = "ExitDiscord"
  1278. ExitDiscord.Parent = Discord
  1279. ExitDiscord.BackgroundColor3 = Color3.new(0.6, 0, 0)
  1280. ExitDiscord.BorderSizePixel = 0
  1281. ExitDiscord.Position = UDim2.new(0.931708574, 0, -0.00370177347, 0)
  1282. ExitDiscord.Size = UDim2.new(0, 41, 0, 38)
  1283. ExitDiscord.ZIndex = 99
  1284. ExitDiscord.Font = Enum.Font.SourceSans
  1285. ExitDiscord.Text = "X"
  1286. ExitDiscord.TextColor3 = Color3.new(1, 1, 1)
  1287. ExitDiscord.TextSize = 28
  1288. ExitDiscord.TextYAlignment = Enum.TextYAlignment.Top
  1289.  
  1290. ExitShade_4.Name = "ExitShade"
  1291. ExitShade_4.Parent = Discord
  1292. ExitShade_4.BackgroundColor3 = Color3.new(0, 0, 0)
  1293. ExitShade_4.BackgroundTransparency = 0.80000001192093
  1294. ExitShade_4.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  1295. ExitShade_4.BorderSizePixel = 0
  1296. ExitShade_4.Position = UDim2.new(0.931708574, 0, 0.282753289, 0)
  1297. ExitShade_4.Size = UDim2.new(0, 41, 0, 9)
  1298. ExitShade_4.ZIndex = 9999
  1299. ExitShade_4.Font = Enum.Font.SourceSans
  1300. ExitShade_4.Text = ""
  1301. ExitShade_4.TextColor3 = Color3.new(1, 1, 1)
  1302. ExitShade_4.TextSize = 28
  1303. ExitShade_4.TextStrokeColor3 = Color3.new(1, 0, 0)
  1304. ExitShade_4.TextStrokeTransparency = 0
  1305.  
  1306. DiscordShade.Name = "DiscordShade"
  1307. DiscordShade.Parent = Discord
  1308. DiscordShade.BackgroundColor3 = Color3.new(0, 0, 0)
  1309. DiscordShade.BackgroundTransparency = 0.80000001192093
  1310. DiscordShade.BorderColor3 = Color3.new(0.0392157, 0.286275, 0.443137)
  1311. DiscordShade.BorderSizePixel = 0
  1312. DiscordShade.Position = UDim2.new(0, 0, 0.922753274, 0)
  1313. DiscordShade.Size = UDim2.new(0, 599, 0, 8)
  1314. DiscordShade.ZIndex = 9999
  1315. DiscordShade.Font = Enum.Font.SourceSans
  1316. DiscordShade.Text = ""
  1317. DiscordShade.TextColor3 = Color3.new(1, 1, 1)
  1318. DiscordShade.TextSize = 28
  1319. DiscordShade.TextStrokeColor3 = Color3.new(1, 0, 0)
  1320. DiscordShade.TextStrokeTransparency = 0
  1321.  
  1322. lblDiscordLink.Name = "lblDiscordLink"
  1323. lblDiscordLink.Parent = Discord
  1324. lblDiscordLink.BackgroundColor3 = Color3.new(0.0627451, 0.478431, 0.737255)
  1325. lblDiscordLink.BackgroundTransparency = 1
  1326. lblDiscordLink.BorderColor3 = Color3.new(0, 0, 0)
  1327. lblDiscordLink.BorderSizePixel = 0
  1328. lblDiscordLink.Position = UDim2.new(0.42309624, 0, 0.537246346, 0)
  1329. lblDiscordLink.Size = UDim2.new(0, 91, 0, 30)
  1330. lblDiscordLink.ZIndex = 3
  1331. lblDiscordLink.Font = Enum.Font.Cartoon
  1332. lblDiscordLink.Text = "discord.me/bvmprogramming"
  1333. lblDiscordLink.TextColor3 = Color3.new(1, 1, 1)
  1334. lblDiscordLink.TextSize = 36
  1335. lblDiscordLink.TextStrokeTransparency = 0
  1336.  
  1337. lblDiscordTag.Name = "lblDiscordTag"
  1338. lblDiscordTag.Parent = Discord
  1339. lblDiscordTag.BackgroundColor3 = Color3.new(0.0627451, 0.478431, 0.737255)
  1340. lblDiscordTag.BackgroundTransparency = 1
  1341. lblDiscordTag.BorderColor3 = Color3.new(0, 0, 0)
  1342. lblDiscordTag.BorderSizePixel = 0
  1343. lblDiscordTag.Position = UDim2.new(0.42309624, 0, 0.0672463775, 0)
  1344. lblDiscordTag.Size = UDim2.new(0, 91, 0, 30)
  1345. lblDiscordTag.ZIndex = 3
  1346. lblDiscordTag.Font = Enum.Font.Cartoon
  1347. lblDiscordTag.Text = "BvmProgramming"
  1348. lblDiscordTag.TextColor3 = Color3.new(1, 1, 1)
  1349. lblDiscordTag.TextSize = 36
  1350. lblDiscordTag.TextStrokeTransparency = 0
  1351.  
  1352. ImgDiscord.Name = "ImgDiscord"
  1353. ImgDiscord.Parent = Discord
  1354. ImgDiscord.BackgroundColor3 = Color3.new(1, 1, 1)
  1355. ImgDiscord.BackgroundTransparency = 1
  1356. ImgDiscord.Position = UDim2.new(0.0137805967, 0, 0.0306140129, 0)
  1357. ImgDiscord.Size = UDim2.new(0, 81, 0, 87)
  1358. ImgDiscord.ZIndex = 2
  1359. ImgDiscord.Image = "rbxassetid://2813264441"
  1360. -- Scripts:
  1361. -- ================== Scripts ================== --
  1362. -- ================== Global vars ================== --
  1363.  
  1364. -- Zombie
  1365. tglBecomeZombie = false
  1366. tglNoclip = false
  1367. tglBigHeads = false
  1368. tglTeleport = false
  1369.  
  1370.  
  1371. -- Automation
  1372. tglKill = false
  1373. tglQuest = false
  1374. tglKillTP = false
  1375.  
  1376. -- Misc
  1377. tglDiscoZombie = false
  1378.  
  1379.  
  1380. alreadyActivated = false
  1381. -- ================== Actives/Draggable ================== --
  1382. GUI.Active = true
  1383. GUI.Draggable = true
  1384.  
  1385. Discord.Active = true
  1386. Twitter.Active = true
  1387. MinimizeFrame.Active = true
  1388. Youtube.Active = true
  1389.  
  1390. -- ================== Navigation ================== --
  1391.  
  1392. -- Exit ALL in gui
  1393. Exit.MouseButton1Click:connect(function()
  1394. local children = BVMZOMBIEATTACK:GetChildren()
  1395. for i, child in ipairs(children) do
  1396. child.Visible = false
  1397. end
  1398. end)
  1399.  
  1400. -- Minimizebutton in gui
  1401. Minimize.MouseButton1Click:connect(function()
  1402. GUI.Visible = false
  1403. MinimizeFrame.Visible = true
  1404. end)
  1405.  
  1406. -- Minimizebutton in minimizeframe
  1407. MinimizeButton.MouseButton1Click:connect(function()
  1408. GUI.Visible = true
  1409. MinimizeFrame.Visible = false
  1410. end)
  1411.  
  1412. -- Discord open in main
  1413. btnDiscord.MouseButton1Click:connect(function()
  1414. Discord.Visible = true
  1415. Youtube.Visible = false
  1416. Twitter.Visible = false
  1417. end)
  1418.  
  1419. -- Discord open in main
  1420. btnTwitter.MouseButton1Click:connect(function()
  1421. Discord.Visible = false
  1422. Youtube.Visible = false
  1423. Twitter.Visible = true
  1424. end)
  1425.  
  1426. -- Youtube open in main
  1427. btnYoutube.MouseButton1Click:connect(function()
  1428. Discord.Visible = false
  1429. Youtube.Visible = true
  1430. Twitter.Visible = false
  1431. end)
  1432.  
  1433. -- Exit discord
  1434. ExitDiscord.MouseButton1Click:connect(function()
  1435. Discord.Visible = false
  1436. end)
  1437.  
  1438. -- Exit youtube
  1439. ExitYoutube.MouseButton1Click:connect(function()
  1440. Youtube.Visible = false
  1441. end)
  1442.  
  1443. -- Exit twitter
  1444. ExitTwitter.MouseButton1Click:connect(function()
  1445. Twitter.Visible = false
  1446. end)
  1447.  
  1448.  
  1449. -- Menu items navigatie Main
  1450. tabMain.MouseButton1Click:connect(function()
  1451. Main.Visible = true
  1452. tabMain.BackgroundTransparency = 0
  1453. tabMain.AutoButtonColor = false
  1454.  
  1455. Automation.Visible = false
  1456. tabAuto.BackgroundTransparency = 1
  1457. tabAuto.AutoButtonColor = true
  1458.  
  1459. Misc.Visible = false
  1460. tabMisc.BackgroundTransparency = 1
  1461. tabMisc.AutoButtonColor = true
  1462.  
  1463. Zombie.Visible = false
  1464. tabZombie.BackgroundTransparency = 1
  1465. tabZombie.AutoButtonColor = true
  1466.  
  1467. warn('main')
  1468. end)
  1469.  
  1470. -- Menu items navigatie Automation
  1471. tabAuto.MouseButton1Click:connect(function()
  1472.  
  1473. Main.Visible = false
  1474. tabMain.BackgroundTransparency = 1
  1475. tabMain.AutoButtonColor = true
  1476.  
  1477. Automation.Visible = true
  1478. tabAuto.BackgroundTransparency = 0
  1479. tabAuto.AutoButtonColor = false
  1480.  
  1481. Misc.Visible = false
  1482. tabMisc.BackgroundTransparency = 1
  1483. tabMisc.AutoButtonColor = true
  1484.  
  1485. Zombie.Visible = false
  1486. tabZombie.BackgroundTransparency = 1
  1487. tabZombie.AutoButtonColor = true
  1488.  
  1489. warn('auto')
  1490. end)
  1491.  
  1492. -- Menu items navigatie Misc
  1493. tabMisc.MouseButton1Click:connect(function()
  1494.  
  1495. Main.Visible = false
  1496. tabMain.BackgroundTransparency = 1
  1497. tabMain.AutoButtonColor = true
  1498.  
  1499. Automation.Visible = false
  1500. tabAuto.BackgroundTransparency = 1
  1501. tabAuto.AutoButtonColor = true
  1502.  
  1503. Misc.Visible = true
  1504. tabMisc.BackgroundTransparency = 0
  1505. tabMisc.AutoButtonColor = false
  1506.  
  1507. Zombie.Visible = false
  1508. tabZombie.BackgroundTransparency = 1
  1509. tabZombie.AutoButtonColor = true
  1510.  
  1511. warn('misc')
  1512. end)
  1513.  
  1514. -- Menu items navigatie zombie
  1515. tabZombie.MouseButton1Click:connect(function()
  1516.  
  1517. Main.Visible = false
  1518. tabMain.BackgroundTransparency = 1
  1519. tabMain.AutoButtonColor = true
  1520.  
  1521. Automation.Visible = false
  1522. tabAuto.BackgroundTransparency = 1
  1523. tabAuto.AutoButtonColor = true
  1524.  
  1525. Misc.Visible = false
  1526. tabMisc.BackgroundTransparency = 1
  1527. tabMisc.AutoButtonColor = true
  1528.  
  1529. Zombie.Visible = true
  1530. tabZombie.BackgroundTransparency = 0
  1531. tabZombie.AutoButtonColor = false
  1532.  
  1533. warn('zombie')
  1534. end)
  1535.  
  1536.  
  1537.  
  1538.  
  1539. -- ================== Zombie ================== --
  1540. AutoZombie.MouseButton1Click:connect(function()
  1541. tglBecomeZombie = not tglBecomeZombie
  1542. if tglBecomeZombie then
  1543. AutoZombie.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  1544. else
  1545. AutoZombie.BackgroundColor3 = Color3.new(0, .5, 0)
  1546. end
  1547. AutoZombieFunc()
  1548. end)
  1549.  
  1550. function AutoZombieFunc()
  1551. while tglBecomeZombie do wait(0.1)
  1552. local A_1 = "request_become_zombie"
  1553. local Event = game:GetService("ReplicatedStorage").RemoteEventContainer.CommunicationE
  1554. Event:FireServer(A_1)
  1555. end
  1556. end
  1557.  
  1558. Noclip.MouseButton1Click:connect(function()
  1559. tglNoclip = not tglNoclip
  1560. if tglNoclip then
  1561. Noclip.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  1562. else
  1563. Noclip.BackgroundColor3 = Color3.new(0, .5, 0)
  1564. end
  1565. Noclipfunc()
  1566. end)
  1567.  
  1568. function Noclipfunc()
  1569. local noclip = true
  1570. local char = game.Players.LocalPlayer.Character
  1571. while tglNoclip do for _,v in pairs(char:children()) do
  1572. pcall(function() if v.className == "Part" then
  1573. v.CanCollide = false
  1574. elseif v.ClassName == "Model"
  1575. then v.Head.CanCollide = false
  1576. end
  1577. end)
  1578. end game:service("RunService").Stepped:wait()
  1579. end
  1580. end
  1581.  
  1582. Headbig.MouseButton1Click:connect(function()
  1583. tglBigHeads = not tglBigHeads
  1584. if tglBigHeads then
  1585. Headbig.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  1586. else
  1587. Headbig.BackgroundColor3 = Color3.new(0, .5, 0)
  1588. end
  1589. Headbigfunc()
  1590. end)
  1591.  
  1592. function Headbigfunc()
  1593. local Size_of_head = 4
  1594. while tglBigHeads do wait(0.001)
  1595. if game.Workspace.enemies:FindFirstChild("Zombie") then
  1596. for i,v in pairs(game.Workspace.enemies:GetChildren()) do
  1597. wait()
  1598. if v:FindFirstChild("Head") then
  1599. v.Head.CanCollide = false
  1600. v.Head.Size = Vector3.new(Size_of_head,Size_of_head,Size_of_head)
  1601. v.Head.CFrame = v.Torso.CFrame * CFrame.new(0,Size_of_head/2,0)
  1602. end
  1603. end
  1604. end
  1605. end
  1606. end
  1607. --
  1608. TPToPlayerStick.MouseButton1Click:connect(function()
  1609. tglTeleport = not tglTeleport
  1610. if tglTeleport then
  1611. TPToPlayerStick.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  1612. else
  1613. TPToPlayerStick.BackgroundColor3 = Color3.new(0, .5, 0)
  1614. end
  1615. TPToPlayerStickfunc()
  1616. end)
  1617.  
  1618. function TPToPlayerStickfunc()
  1619. while tglTeleport do wait(0.2)
  1620. local target = game.Players:FindFirstChild(txtTPToPlayer.Text)
  1621. local place = target.Character.HumanoidRootPart.CFrame
  1622. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = place
  1623. end
  1624. end
  1625.  
  1626. TPToPlayer.MouseButton1Click:connect(function()
  1627. local target = game.Players:FindFirstChild(txtTPToPlayer.Text)
  1628. local place = target.Character.HumanoidRootPart.CFrame
  1629. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = place
  1630. end)
  1631.  
  1632. --Gravity
  1633. Gravity.MouseButton1Click:connect(function()
  1634. local Gravity = txtGravity.Text
  1635. game.Workspace.Gravity = tonumber(Gravity)
  1636. end)
  1637. --Walkspeed
  1638. Speed.MouseButton1Click:connect(function()
  1639. local Speed = txtSpeed.Text
  1640. game:GetService'Players'.LocalPlayer.Character.Humanoid.WalkSpeed = tonumber(Speed)
  1641. end)
  1642. --Jump
  1643. Jump.MouseButton1Click:connect(function()
  1644. local Jump = txtJump.Text
  1645. game:GetService'Players'.LocalPlayer.Character.Humanoid.JumpPower = tonumber(Jump)
  1646. end)
  1647.  
  1648. -- ================== Automation ================== --
  1649. AutoKillTP.MouseButton1Click:connect(function()
  1650. tglKillTP = not tglKillTP
  1651. if tglKillTP then
  1652. AutoKillTP.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  1653. else
  1654. AutoKillTP.BackgroundColor3 = Color3.new(0, .5, 0)
  1655. end
  1656. AutoKillTPfunc()
  1657. end)
  1658.  
  1659. function AutoKillTPfunc()
  1660. local groundDistance = 8
  1661. local Player = game:GetService("Players").LocalPlayer
  1662. local function getNearest()
  1663. local nearest, dist = nil, 99999
  1664. for _,v in pairs(game.Workspace.BossFolder:GetChildren()) do
  1665. if(v:FindFirstChild("Head")~=nil)then
  1666. local m =(Player.Character.Head.Position-v.Head.Position).magnitude
  1667. if(m<dist)then
  1668. dist = m
  1669. nearest = v
  1670. end
  1671. end
  1672. end
  1673. for _,v in pairs(game.Workspace.enemies:GetChildren()) do
  1674. if(v:FindFirstChild("Head")~=nil)then
  1675. local m =(Player.Character.Head.Position-v.Head.Position).magnitude
  1676. if(m<dist)then
  1677. dist = m
  1678. nearest = v
  1679. end
  1680. end
  1681. end
  1682. return nearest
  1683. end
  1684. _G.farm2 = true
  1685. if(tglKillTP == false)then
  1686. _G.farm2 = false
  1687. elseif(tglKillTP)then
  1688. _G.farm2 = true
  1689. end
  1690. _G.globalTarget = nil
  1691. game:GetService("RunService").RenderStepped:Connect(function()
  1692. if(_G.farm2==true)then
  1693. local target = getNearest()
  1694. if(target~=nil)then
  1695. game:GetService("Workspace").CurrentCamera.CFrame = CFrame.new(game:GetService("Workspace").CurrentCamera.CFrame.p, target.Head.Position)
  1696. Player.Character.HumanoidRootPart.CFrame = (target.HumanoidRootPart.CFrame * CFrame.new(0, groundDistance, 9))
  1697. _G.globalTarget = target
  1698. end
  1699. end
  1700. end)
  1701. spawn(function()
  1702. while tglKillTP do wait()
  1703. game.Players.LocalPlayer.Character.HumanoidRootPart.Velocity = Vector3.new(0,0,0)
  1704. game.Players.LocalPlayer.Character.Torso.Velocity = Vector3.new(0,0,0)
  1705. end
  1706. end)
  1707. while tglKillTP do wait()
  1708. if(_G.farm2==true and _G.globalTarget~=nil and _G.globalTarget:FindFirstChild("Head") and Player.Character:FindFirstChildOfClass("Tool"))then
  1709. local target = _G.globalTarget
  1710. game.ReplicatedStorage.Gun:FireServer({["Normal"] = Vector3.new(0, 0, 0), ["Direction"] = target.Head.Position, ["Name"] = Player.Character:FindFirstChildOfClass("Tool").Name, ["Hit"] = target.Head, ["Origin"] = target.Head.Position, ["Pos"] = target.Head.Position,})
  1711. wait()
  1712. end
  1713. end
  1714. end
  1715.  
  1716. AutoKill.MouseButton1Click:connect(function()
  1717. tglKill = not tglKill
  1718. if tglKill then
  1719. AutoKill.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  1720. else
  1721. AutoKill.BackgroundColor3 = Color3.new(0, .5, 0)
  1722. end
  1723. AutoKillfunc()
  1724. end)
  1725.  
  1726. function AutoKillfunc()
  1727. local Player = game:GetService("Players").LocalPlayer
  1728. local function getNearest()
  1729. local nearest, dist = nil, 99999
  1730. for _,v in pairs(game.Workspace.BossFolder:GetChildren()) do
  1731. if(v:FindFirstChild("Head")~=nil)then
  1732.  
  1733. nearest = v
  1734. end
  1735. end
  1736. end
  1737.  
  1738. for _,v in pairs(game.Workspace.enemies:GetChildren()) do
  1739. if(v:FindFirstChild("Head")~=nil)then
  1740.  
  1741. nearest = v
  1742. end
  1743.  
  1744.  
  1745. return nearest
  1746. end
  1747. _G.farm2 = true
  1748. end
  1749. local alTarget = nil
  1750. game:GetService("RunService").RenderStepped:Connect(function()
  1751. if(_G.farm2==true)then
  1752. local target = getNearest()
  1753. if(target~=nil)then
  1754. _G.globalTarget = target
  1755. end
  1756. end
  1757. while tglKill do wait()
  1758. if(_G.farm2==true and _G.globalTarget~=nil and _G.globalTarget:FindFirstChild("Head") and Player.Character:FindFirstChildOfClass("Tool"))then
  1759. local target = _G.globalTarget
  1760. game.ReplicatedStorage.Gun:FireServer({["Normal"] = Vector3.new(0, 0, 0), ["Direction"] = target.Head.Position, ["Name"] = Player.Character:FindFirstChildOfClass("Tool").Name, ["Hit"] = target.Head, ["Origin"] = target.Head.Position, ["Pos"] = target.Head.Position,})
  1761. wait()
  1762. end
  1763. end
  1764. end)
  1765.  
  1766. AutoQuest.MouseButton1Click:connect(function()
  1767. tglQuest = not tglQuest
  1768. if tglQuest then
  1769. AutoQuest.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  1770. else
  1771. AutoQuest.BackgroundColor3 = Color3.new(0, .5, 0)
  1772. end
  1773. AutoQuestfunc()
  1774. end)
  1775.  
  1776. function AutoQuestfunc()
  1777. local i = 1
  1778. while tglQuest do wait(0.0001)
  1779. i = i + 1
  1780. local A_1 = "claimReward"
  1781. local A_2 = i
  1782.  
  1783. local Event = game:GetService("ReplicatedStorage").RemoteEventContainer.CommunicationF
  1784.  
  1785. Event:InvokeServer(A_1, A_2)
  1786. warn(i)
  1787. if i>300 then
  1788. i = 1
  1789. end
  1790. end
  1791. end
  1792.  
  1793. -- ================== Misc ================== --
  1794. InstantKnife.MouseButton1Click:connect(function()
  1795. local Player = game.Players.LocalPlayer
  1796. local Mouse = Player:GetMouse()
  1797.  
  1798. function FireKnife()
  1799. local GetCurrentKnife = Player.Character:GetChildren()
  1800. for i=1, #GetCurrentKnife do
  1801. if GetCurrentKnife[i].ClassName == "Tool" then
  1802. game.ReplicatedStorage.forhackers:InvokeServer(
  1803. "throw",
  1804. GetCurrentKnife[i].Name,
  1805. CFrame.new(Mouse.Hit.p)
  1806. )
  1807. end
  1808. end
  1809. end
  1810.  
  1811. Mouse.Button1Down:connect(function()
  1812. FireKnife()
  1813. end)
  1814.  
  1815. Mouse.Button1Up:connect(function()
  1816. FireKnife()
  1817. end)
  1818. end)
  1819.  
  1820. BTools.MouseButton1Click:connect(function()
  1821. local a=Instance.new("Tool")a.RequiresHandle=false;a.Name="Delete"local b=game.Players.LocalPlayer;a.Parent=b:WaitForChild("Backpack")local c=b:GetMouse()local d=false;local e=Instance.new("SelectionBox")e.Color3=Color3.new(0,0.6,0.6,6)e.Parent=b.PlayerGui;local c=b:GetMouse()local e=Instance.new("SelectionBox")e.Color3=Color3.new(0,0.6,0.6,6)e.Parent=b.PlayerGui;e.Name="derp"c.Move:connect(function()if d then local f=c.Target;if not f then e.Adornee=nil else if f:IsA("BasePart")then e.Adornee=f else e.Adornee=nil end end end end)a.Equipped:Connect(function()d=true end)a.Unequipped:Connect(function()e.Adornee=nil;d=false end)a.Activated:Connect(function()if e.Adornee then local g=Instance.new("Explosion")g.Parent=game.Workspace;g.Position=e.Adornee.Position;g.BlastPressure=0;local h=Instance.new("Sound")h.SoundId="http://www.roblox.com/asset/?id=315775189"h.Parent=game.Workspace;h:Play()e.Adornee:Destroy()e.Adornee=nil end end)
  1822. end)
  1823.  
  1824. ClickToTP.MouseButton1Click:connect(function()
  1825. bin=Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1826. bin.Name = "Teleport"
  1827.  
  1828. function teleportPlayer(pos)
  1829.  
  1830. local player = game.Players.LocalPlayer
  1831. if player == nil or player.Character == nil then return end
  1832.  
  1833. local char = player.Character
  1834.  
  1835. char:MoveTo(pos)
  1836.  
  1837. end
  1838.  
  1839.  
  1840. enabled = true
  1841. function onButton1Down(mouse)
  1842. if not enabled then
  1843. return
  1844. end
  1845.  
  1846. local player = game.Players.LocalPlayer
  1847. if player == nil then return end
  1848. local cf = mouse.Hit
  1849. teleportPlayer(cf.p)
  1850.  
  1851. end
  1852.  
  1853. local function onSelected(mouse)
  1854. mouse.Button1Down:connect(function() onButton1Down(mouse) end)
  1855. end
  1856.  
  1857. bin.Selected:connect(onSelected)
  1858. end)
  1859.  
  1860. DiscoZombie.MouseButton1Click:connect(function()
  1861. tglDiscoZombie = not tglDiscoZombie
  1862. if tglDiscoZombie then
  1863. DiscoZombie.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  1864. else
  1865. DiscoZombie.BackgroundColor3 = Color3.new(0, .5, 0)
  1866. end
  1867. DiscoZombiefunc()
  1868. end)
  1869.  
  1870. function DiscoZombiefunc()
  1871. local Size_of_head = 4
  1872. local tglSize_of_head = true
  1873. while tglDiscoZombie do wait(0.001)
  1874. if tglSize_of_head then
  1875. Size_of_head = Size_of_head + 1
  1876. else
  1877. Size_of_head = Size_of_head - 1
  1878. end
  1879.  
  1880. if game.Workspace.enemies:FindFirstChild("Zombie") then
  1881. for i,v in pairs(game.Workspace.enemies:GetChildren()) do
  1882. wait()
  1883. if v:FindFirstChild("Head") then
  1884. v.Head.CanCollide = false
  1885. v.Head.Size = Vector3.new(Size_of_head,Size_of_head,Size_of_head)
  1886. v.Head.CFrame = v.Torso.CFrame * CFrame.new(0,Size_of_head/2,0)
  1887. end
  1888. end
  1889. end
  1890. end
  1891. while tglDiscoZombie do wait(0.5)
  1892. tglSize_of_head = not tglSize_of_head
  1893. end
  1894. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement