Advertisement
Guest User

Zyn v1

a guest
Jul 21st, 2019
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.87 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Zynv1 = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local Tabs = Instance.new("Frame")
  7. local Games = Instance.new("TextButton")
  8. local GamesFrame = Instance.new("Frame")
  9. local Strucid = Instance.new("TextButton")
  10. local Jailbreak = Instance.new("TextButton")
  11. local Assassin = Instance.new("TextButton")
  12. local PhantomForces = Instance.new("TextButton")
  13. local Meepcity = Instance.new("TextButton")
  14. local GhostSimulator = Instance.new("TextButton")
  15. local BreakingPoint = Instance.new("TextButton")
  16. local MM2 = Instance.new("TextButton")
  17. local CounterBlox = Instance.new("TextButton")
  18. local MadCity = Instance.new("TextButton")
  19. local Arsenal = Instance.new("TextButton")
  20. local DungeonQuest = Instance.new("TextButton")
  21. local MiningSimulator = Instance.new("TextButton")
  22. local IslandRoyale = Instance.new("TextButton")
  23. local TowerDefense = Instance.new("TextButton")
  24. local BubbleGumSimulator = Instance.new("TextButton")
  25. local Info = Instance.new("TextButton")
  26. local Logo = Instance.new("ImageLabel")
  27. local credits_frame = Instance.new("Frame")
  28. local credits_text = Instance.new("TextLabel")
  29. local Scripts = Instance.new("TextButton")
  30. local ScriptsFrame = Instance.new("Frame")
  31. local ChatBypasser = Instance.new("TextButton")
  32. local EFly = Instance.new("TextButton")
  33. local InfiniteJump = Instance.new("TextButton")
  34. local RevizAdmin = Instance.new("TextButton")
  35. local InfYieldAdmin = Instance.new("TextButton")
  36. local FEFling = Instance.new("TextButton")
  37. local Speed = Instance.new("TextButton")
  38. local Teleport = Instance.new("TextButton")
  39. local DarkDex = Instance.new("TextButton")
  40. local Btools = Instance.new("TextButton")
  41. local Aimlock = Instance.new("TextButton")
  42. local MiningSimulator_2 = Instance.new("TextButton")
  43. local dsdsd = Instance.new("TextButton")
  44. local TowerDefense_2 = Instance.new("TextButton")
  45. local BubbleGumSimulator_2 = Instance.new("TextButton")
  46. local ESP = Instance.new("TextButton")
  47. local Home = Instance.new("TextButton")
  48. local HomeFrame = Instance.new("Frame")
  49. local ThanksMessage = Instance.new("TextLabel")
  50. local UpdatesMessage = Instance.new("TextLabel")
  51. local DiscordLink = Instance.new("TextLabel")
  52. local CloseButton = Instance.new("ImageButton")
  53. local OpenFrame = Instance.new("Frame")
  54. local OpenButton = Instance.new("ImageButton")
  55. --Properties:
  56. Zynv1.Name = "Zyn v1"
  57. Zynv1.Parent = game.CoreGui
  58. Zynv1.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  59.  
  60. Main.Name = "Main"
  61. Main.Parent = Zynv1
  62. Main.Active = true
  63. Main.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  64. Main.BorderColor3 = Color3.new(1, 1, 1)
  65. Main.Position = UDim2.new(0.216989845, 0, 0.12890625, 0)
  66. Main.Size = UDim2.new(0, 612, 0, 366)
  67. Main.Draggable = true
  68. Main.Visible = false
  69.  
  70.  
  71. Tabs.Name = "Tabs"
  72. Tabs.Parent = Main
  73. Tabs.Active = true
  74. Tabs.BackgroundColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  75. Tabs.BorderColor3 = Color3.new(1, 1, 1)
  76. Tabs.BorderSizePixel = 0
  77. Tabs.Size = UDim2.new(0, 612, 0, 53)
  78.  
  79. Games.Name = "Games"
  80. Games.Parent = Tabs
  81. Games.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  82. Games.BorderColor3 = Color3.new(1, 1, 1)
  83. Games.BorderSizePixel = 0
  84. Games.Position = UDim2.new(0.300653607, 0, 0.113207549, 0)
  85. Games.Size = UDim2.new(0, 109, 0, 40)
  86. Games.Font = Enum.Font.Cartoon
  87. Games.Text = "Games"
  88. Games.TextColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  89. Games.TextSize = 25
  90. Games.TextStrokeColor3 = Color3.new(1, 1, 1)
  91. Games.MouseButton1Down:connect(function()
  92. GamesFrame.Visible = true
  93. ScriptsFrame.Visible = false
  94. HomeFrame.Visible = false
  95.  
  96. end)
  97.  
  98. GamesFrame.Name = "Games Frame"
  99. GamesFrame.Parent = Games
  100. GamesFrame.Active = true
  101. GamesFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  102. GamesFrame.BackgroundTransparency = 1
  103. GamesFrame.Position = UDim2.new(-1.6880734, 0, 1.17499995, 0)
  104. GamesFrame.Size = UDim2.new(0, 612, 0, 290)
  105. GamesFrame.Visible = false
  106.  
  107. Strucid.Name = "Strucid"
  108. Strucid.Parent = GamesFrame
  109. Strucid.BackgroundColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  110. Strucid.BorderColor3 = Color3.new(1, 1, 1)
  111. Strucid.BorderSizePixel = 0
  112. Strucid.Position = UDim2.new(0.0947712511, 0, 0.061483413, 0)
  113. Strucid.Size = UDim2.new(0, 109, 0, 40)
  114. Strucid.Font = Enum.Font.Cartoon
  115. Strucid.Text = "Strucid"
  116. Strucid.TextColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  117. Strucid.TextSize = 25
  118. Strucid.TextStrokeColor3 = Color3.new(1, 1, 1)
  119.  
  120. Jailbreak.Name = "Jailbreak"
  121. Jailbreak.Parent = GamesFrame
  122. Jailbreak.BackgroundColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  123. Jailbreak.BorderColor3 = Color3.new(1, 1, 1)
  124. Jailbreak.BorderSizePixel = 0
  125. Jailbreak.Position = UDim2.new(0.0947712511, 0, 0.289069623, 0)
  126. Jailbreak.Size = UDim2.new(0, 109, 0, 40)
  127. Jailbreak.Font = Enum.Font.Cartoon
  128. Jailbreak.Text = "Jailbreak"
  129. Jailbreak.TextColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  130. Jailbreak.TextSize = 25
  131. Jailbreak.TextStrokeColor3 = Color3.new(1, 1, 1)
  132.  
  133. Assassin.Name = "Assassin"
  134. Assassin.Parent = GamesFrame
  135. Assassin.BackgroundColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  136. Assassin.BorderColor3 = Color3.new(1, 1, 1)
  137. Assassin.BorderSizePixel = 0
  138. Assassin.Position = UDim2.new(0.0947712511, 0, 0.523552418, 0)
  139. Assassin.Size = UDim2.new(0, 109, 0, 40)
  140. Assassin.Font = Enum.Font.Cartoon
  141. Assassin.Text = "Assassin"
  142. Assassin.TextColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  143. Assassin.TextSize = 25
  144. Assassin.TextStrokeColor3 = Color3.new(1, 1, 1)
  145.  
  146. PhantomForces.Name = "Phantom Forces"
  147. PhantomForces.Parent = GamesFrame
  148. PhantomForces.BackgroundColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  149. PhantomForces.BorderColor3 = Color3.new(1, 1, 1)
  150. PhantomForces.BorderSizePixel = 0
  151. PhantomForces.Position = UDim2.new(0.0947712511, 0, 0.754586935, 0)
  152. PhantomForces.Size = UDim2.new(0, 109, 0, 40)
  153. PhantomForces.Font = Enum.Font.Cartoon
  154. PhantomForces.Text = "Phantom Forces"
  155. PhantomForces.TextColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  156. PhantomForces.TextSize = 16
  157. PhantomForces.TextStrokeColor3 = Color3.new(1, 1, 1)
  158.  
  159. Meepcity.Name = "Meepcity"
  160. Meepcity.Parent = GamesFrame
  161. Meepcity.BackgroundColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  162. Meepcity.BorderColor3 = Color3.new(1, 1, 1)
  163. Meepcity.BorderSizePixel = 0
  164. Meepcity.Position = UDim2.new(0.300653607, 0, 0.061483413, 0)
  165. Meepcity.Size = UDim2.new(0, 109, 0, 40)
  166. Meepcity.Font = Enum.Font.Cartoon
  167. Meepcity.Text = "Meepcity"
  168. Meepcity.TextColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  169. Meepcity.TextSize = 25
  170. Meepcity.TextStrokeColor3 = Color3.new(1, 1, 1)
  171.  
  172. GhostSimulator.Name = "Ghost Simulator"
  173. GhostSimulator.Parent = GamesFrame
  174. GhostSimulator.BackgroundColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  175. GhostSimulator.BorderColor3 = Color3.new(1, 1, 1)
  176. GhostSimulator.BorderSizePixel = 0
  177. GhostSimulator.Position = UDim2.new(0.300653607, 0, 0.289069623, 0)
  178. GhostSimulator.Size = UDim2.new(0, 109, 0, 40)
  179. GhostSimulator.Font = Enum.Font.Cartoon
  180. GhostSimulator.Text = "Ghost Sim"
  181. GhostSimulator.TextColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  182. GhostSimulator.TextSize = 25
  183. GhostSimulator.TextStrokeColor3 = Color3.new(1, 1, 1)
  184.  
  185. BreakingPoint.Name = "Breaking Point"
  186. BreakingPoint.Parent = GamesFrame
  187. BreakingPoint.BackgroundColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  188. BreakingPoint.BorderColor3 = Color3.new(1, 1, 1)
  189. BreakingPoint.BorderSizePixel = 0
  190. BreakingPoint.Position = UDim2.new(0.300653607, 0, 0.523552418, 0)
  191. BreakingPoint.Size = UDim2.new(0, 109, 0, 40)
  192. BreakingPoint.Font = Enum.Font.Cartoon
  193. BreakingPoint.Text = "Breaking Point"
  194. BreakingPoint.TextColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  195. BreakingPoint.TextSize = 18
  196. BreakingPoint.TextStrokeColor3 = Color3.new(1, 1, 1)
  197.  
  198. MM2.Name = "MM2"
  199. MM2.Parent = GamesFrame
  200. MM2.BackgroundColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  201. MM2.BorderColor3 = Color3.new(1, 1, 1)
  202. MM2.BorderSizePixel = 0
  203. MM2.Position = UDim2.new(0.300653607, 0, 0.754586935, 0)
  204. MM2.Size = UDim2.new(0, 109, 0, 40)
  205. MM2.Font = Enum.Font.Cartoon
  206. MM2.Text = "MM2"
  207. MM2.TextColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  208. MM2.TextSize = 25
  209. MM2.TextStrokeColor3 = Color3.new(1, 1, 1)
  210.  
  211. CounterBlox.Name = "Counter Blox"
  212. CounterBlox.Parent = GamesFrame
  213. CounterBlox.BackgroundColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  214. CounterBlox.BorderColor3 = Color3.new(1, 1, 1)
  215. CounterBlox.BorderSizePixel = 0
  216. CounterBlox.Position = UDim2.new(0.513071895, 0, 0.754586935, 0)
  217. CounterBlox.Size = UDim2.new(0, 109, 0, 40)
  218. CounterBlox.Font = Enum.Font.Cartoon
  219. CounterBlox.Text = "Counter Blox"
  220. CounterBlox.TextColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  221. CounterBlox.TextSize = 20
  222. CounterBlox.TextStrokeColor3 = Color3.new(1, 1, 1)
  223.  
  224. MadCity.Name = "Mad City"
  225. MadCity.Parent = GamesFrame
  226. MadCity.BackgroundColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  227. MadCity.BorderColor3 = Color3.new(1, 1, 1)
  228. MadCity.BorderSizePixel = 0
  229. MadCity.Position = UDim2.new(0.513071895, 0, 0.523552418, 0)
  230. MadCity.Size = UDim2.new(0, 109, 0, 40)
  231. MadCity.Font = Enum.Font.Cartoon
  232. MadCity.Text = "Mad City"
  233. MadCity.TextColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  234. MadCity.TextSize = 25
  235. MadCity.TextStrokeColor3 = Color3.new(1, 1, 1)
  236.  
  237. Arsenal.Name = "Arsenal"
  238. Arsenal.Parent = GamesFrame
  239. Arsenal.BackgroundColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  240. Arsenal.BorderColor3 = Color3.new(1, 1, 1)
  241. Arsenal.BorderSizePixel = 0
  242. Arsenal.Position = UDim2.new(0.513071895, 0, 0.289069623, 0)
  243. Arsenal.Size = UDim2.new(0, 109, 0, 40)
  244. Arsenal.Font = Enum.Font.Cartoon
  245. Arsenal.Text = "Arsenal"
  246. Arsenal.TextColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  247. Arsenal.TextSize = 25
  248. Arsenal.TextStrokeColor3 = Color3.new(1, 1, 1)
  249.  
  250. DungeonQuest.Name = "Dungeon Quest"
  251. DungeonQuest.Parent = GamesFrame
  252. DungeonQuest.BackgroundColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  253. DungeonQuest.BorderColor3 = Color3.new(1, 1, 1)
  254. DungeonQuest.BorderSizePixel = 0
  255. DungeonQuest.Position = UDim2.new(0.513071895, 0, 0.061483413, 0)
  256. DungeonQuest.Size = UDim2.new(0, 109, 0, 40)
  257. DungeonQuest.Font = Enum.Font.Cartoon
  258. DungeonQuest.Text = "Dungeon Quest"
  259. DungeonQuest.TextColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  260. DungeonQuest.TextSize = 17
  261. DungeonQuest.TextStrokeColor3 = Color3.new(1, 1, 1)
  262.  
  263. MiningSimulator.Name = "Mining Simulator"
  264. MiningSimulator.Parent = GamesFrame
  265. MiningSimulator.BackgroundColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  266. MiningSimulator.BorderColor3 = Color3.new(1, 1, 1)
  267. MiningSimulator.BorderSizePixel = 0
  268. MiningSimulator.Position = UDim2.new(0.723856211, 0, 0.754586935, 0)
  269. MiningSimulator.Size = UDim2.new(0, 109, 0, 40)
  270. MiningSimulator.Font = Enum.Font.Cartoon
  271. MiningSimulator.Text = "Mining Sim"
  272. MiningSimulator.TextColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  273. MiningSimulator.TextSize = 20
  274. MiningSimulator.TextStrokeColor3 = Color3.new(1, 1, 1)
  275.  
  276. IslandRoyale.Name = "Island Royale"
  277. IslandRoyale.Parent = GamesFrame
  278. IslandRoyale.BackgroundColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  279. IslandRoyale.BorderColor3 = Color3.new(1, 1, 1)
  280. IslandRoyale.BorderSizePixel = 0
  281. IslandRoyale.Position = UDim2.new(0.723856211, 0, 0.523552418, 0)
  282. IslandRoyale.Size = UDim2.new(0, 109, 0, 40)
  283. IslandRoyale.Font = Enum.Font.Cartoon
  284. IslandRoyale.Text = "Island Royale"
  285. IslandRoyale.TextColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  286. IslandRoyale.TextSize = 20
  287. IslandRoyale.TextStrokeColor3 = Color3.new(1, 1, 1)
  288.  
  289. TowerDefense.Name = "Tower Defense"
  290. TowerDefense.Parent = GamesFrame
  291. TowerDefense.BackgroundColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  292. TowerDefense.BorderColor3 = Color3.new(1, 1, 1)
  293. TowerDefense.BorderSizePixel = 0
  294. TowerDefense.Position = UDim2.new(0.723856211, 0, 0.289069623, 0)
  295. TowerDefense.Size = UDim2.new(0, 109, 0, 40)
  296. TowerDefense.Font = Enum.Font.Cartoon
  297. TowerDefense.Text = "Tower Defense"
  298. TowerDefense.TextColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  299. TowerDefense.TextSize = 19
  300. TowerDefense.TextStrokeColor3 = Color3.new(1, 1, 1)
  301.  
  302. BubbleGumSimulator.Name = "Bubble Gum Simulator"
  303. BubbleGumSimulator.Parent = GamesFrame
  304. BubbleGumSimulator.BackgroundColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  305. BubbleGumSimulator.BorderColor3 = Color3.new(1, 1, 1)
  306. BubbleGumSimulator.BorderSizePixel = 0
  307. BubbleGumSimulator.Position = UDim2.new(0.723856211, 0, 0.061483413, 0)
  308. BubbleGumSimulator.Size = UDim2.new(0, 109, 0, 40)
  309. BubbleGumSimulator.Font = Enum.Font.Cartoon
  310. BubbleGumSimulator.Text = "Bubble Gum"
  311. BubbleGumSimulator.TextColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  312. BubbleGumSimulator.TextSize = 21
  313. BubbleGumSimulator.TextStrokeColor3 = Color3.new(1, 1, 1)
  314.  
  315. Info.Name = "Info"
  316. Info.Parent = Tabs
  317. Info.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  318. Info.BorderColor3 = Color3.new(1, 1, 1)
  319. Info.BorderSizePixel = 0
  320. Info.Position = UDim2.new(0.723856211, 0, 0.113207549, 0)
  321. Info.Size = UDim2.new(0, 109, 0, 40)
  322. Info.Font = Enum.Font.Cartoon
  323. Info.Text = "Info"
  324. Info.TextColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  325. Info.TextSize = 25
  326. Info.TextStrokeColor3 = Color3.new(1, 1, 1)
  327.  
  328. Logo.Name = "Logo"
  329. Logo.Parent = Tabs
  330. Logo.BackgroundColor3 = Color3.new(0.835294, 0.756863, 0.756863)
  331. Logo.BackgroundTransparency = 0.69999998807907
  332. Logo.BorderColor3 = Color3.new(1, 1, 1)
  333. Logo.Position = UDim2.new(0.0130718956, 0, 0.113207549, 0)
  334. Logo.Size = UDim2.new(0, 40, 0, 40)
  335. Logo.Image = "rbxassetid://3504570507"
  336.  
  337. credits_frame.Name = "credits_frame"
  338. credits_frame.Parent = Tabs
  339. credits_frame.Active = true
  340. credits_frame.BackgroundColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  341. credits_frame.BorderColor3 = Color3.new(1, 1, 1)
  342. credits_frame.Position = UDim2.new(0, 0, 6.47169828, 0)
  343. credits_frame.Size = UDim2.new(0, 612, 0, 23)
  344.  
  345. credits_text.Name = "credits_text"
  346. credits_text.Parent = credits_frame
  347. credits_text.BackgroundColor3 = Color3.new(1, 1, 1)
  348. credits_text.BackgroundTransparency = 1
  349. credits_text.BorderColor3 = Color3.new(1, 1, 1)
  350. credits_text.Position = UDim2.new(0.336601317, 0, 0, 0)
  351. credits_text.Size = UDim2.new(0, 200, 0, 23)
  352. credits_text.Font = Enum.Font.Cartoon
  353. credits_text.Text = "Emilyy#6255"
  354. credits_text.TextColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  355. credits_text.TextSize = 25
  356. credits_text.TextStrokeColor3 = Color3.new(1, 1, 1)
  357. credits_text.TextStrokeTransparency = 0.69999998807907
  358.  
  359. Scripts.Name = "Scripts"
  360. Scripts.Parent = Tabs
  361. Scripts.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  362. Scripts.BorderColor3 = Color3.new(1, 1, 1)
  363. Scripts.BorderSizePixel = 0
  364. Scripts.Position = UDim2.new(0.513071895, 0, 0.113207549, 0)
  365. Scripts.Size = UDim2.new(0, 109, 0, 40)
  366. Scripts.Font = Enum.Font.Cartoon
  367. Scripts.Text = "Scripts"
  368. Scripts.TextColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  369. Scripts.TextSize = 25
  370. Scripts.TextStrokeColor3 = Color3.new(1, 1, 1)
  371. Scripts.MouseButton1Down:connect(function()
  372. ScriptsFrame.Visible = true
  373. HomeFrame.Visible = false
  374. GamesFrame.Visible = false
  375. end)
  376.  
  377. ScriptsFrame.Name = "Scripts Frame"
  378. ScriptsFrame.Parent = Scripts
  379. ScriptsFrame.Active = true
  380. ScriptsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  381. ScriptsFrame.BackgroundTransparency = 1
  382. ScriptsFrame.Position = UDim2.new(-2.88073397, 0, 1.17499995, 0)
  383. ScriptsFrame.Size = UDim2.new(0, 612, 0, 290)
  384. ScriptsFrame.Visible = false
  385.  
  386. ChatBypasser.Name = "Chat Bypasser"
  387. ChatBypasser.Parent = ScriptsFrame
  388. ChatBypasser.BackgroundColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  389. ChatBypasser.BorderColor3 = Color3.new(1, 1, 1)
  390. ChatBypasser.BorderSizePixel = 0
  391. ChatBypasser.Position = UDim2.new(0.0947712511, 0, 0.061483413, 0)
  392. ChatBypasser.Size = UDim2.new(0, 109, 0, 40)
  393. ChatBypasser.Font = Enum.Font.Cartoon
  394. ChatBypasser.Text = "Chat Bypasser"
  395. ChatBypasser.TextColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  396. ChatBypasser.TextSize = 20
  397. ChatBypasser.TextStrokeColor3 = Color3.new(1, 1, 1)
  398.  
  399. EFly.Name = "[E] Fly"
  400. EFly.Parent = ScriptsFrame
  401. EFly.BackgroundColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  402. EFly.BorderColor3 = Color3.new(1, 1, 1)
  403. EFly.BorderSizePixel = 0
  404. EFly.Position = UDim2.new(0.0947712511, 0, 0.289069623, 0)
  405. EFly.Size = UDim2.new(0, 109, 0, 40)
  406. EFly.Font = Enum.Font.Cartoon
  407. EFly.Text = "[E] Fly"
  408. EFly.TextColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  409. EFly.TextSize = 25
  410. EFly.TextStrokeColor3 = Color3.new(1, 1, 1)
  411.  
  412. InfiniteJump.Name = "Infinite Jump"
  413. InfiniteJump.Parent = ScriptsFrame
  414. InfiniteJump.BackgroundColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  415. InfiniteJump.BorderColor3 = Color3.new(1, 1, 1)
  416. InfiniteJump.BorderSizePixel = 0
  417. InfiniteJump.Position = UDim2.new(0.0947712511, 0, 0.523552418, 0)
  418. InfiniteJump.Size = UDim2.new(0, 109, 0, 40)
  419. InfiniteJump.Font = Enum.Font.Cartoon
  420. InfiniteJump.Text = "Inf Jump"
  421. InfiniteJump.TextColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  422. InfiniteJump.TextSize = 25
  423. InfiniteJump.TextStrokeColor3 = Color3.new(1, 1, 1)
  424.  
  425. RevizAdmin.Name = "Reviz Admin"
  426. RevizAdmin.Parent = ScriptsFrame
  427. RevizAdmin.BackgroundColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  428. RevizAdmin.BorderColor3 = Color3.new(1, 1, 1)
  429. RevizAdmin.BorderSizePixel = 0
  430. RevizAdmin.Position = UDim2.new(0.0947712511, 0, 0.754586935, 0)
  431. RevizAdmin.Size = UDim2.new(0, 109, 0, 40)
  432. RevizAdmin.Font = Enum.Font.Cartoon
  433. RevizAdmin.Text = "Reviz Admin"
  434. RevizAdmin.TextColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  435. RevizAdmin.TextSize = 22
  436. RevizAdmin.TextStrokeColor3 = Color3.new(1, 1, 1)
  437.  
  438. InfYieldAdmin.Name = "Inf Yield Admin"
  439. InfYieldAdmin.Parent = ScriptsFrame
  440. InfYieldAdmin.BackgroundColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  441. InfYieldAdmin.BorderColor3 = Color3.new(1, 1, 1)
  442. InfYieldAdmin.BorderSizePixel = 0
  443. InfYieldAdmin.Position = UDim2.new(0.300653607, 0, 0.061483413, 0)
  444. InfYieldAdmin.Size = UDim2.new(0, 109, 0, 40)
  445. InfYieldAdmin.Font = Enum.Font.Cartoon
  446. InfYieldAdmin.Text = "Inf Yeild"
  447. InfYieldAdmin.TextColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  448. InfYieldAdmin.TextSize = 25
  449. InfYieldAdmin.TextStrokeColor3 = Color3.new(1, 1, 1)
  450.  
  451. FEFling.Name = "FE Fling"
  452. FEFling.Parent = ScriptsFrame
  453. FEFling.BackgroundColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  454. FEFling.BorderColor3 = Color3.new(1, 1, 1)
  455. FEFling.BorderSizePixel = 0
  456. FEFling.Position = UDim2.new(0.300653607, 0, 0.289069623, 0)
  457. FEFling.Size = UDim2.new(0, 109, 0, 40)
  458. FEFling.Font = Enum.Font.Cartoon
  459. FEFling.Text = "FE Fling"
  460. FEFling.TextColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  461. FEFling.TextSize = 25
  462. FEFling.TextStrokeColor3 = Color3.new(1, 1, 1)
  463.  
  464. Speed.Name = "Speed"
  465. Speed.Parent = ScriptsFrame
  466. Speed.BackgroundColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  467. Speed.BorderColor3 = Color3.new(1, 1, 1)
  468. Speed.BorderSizePixel = 0
  469. Speed.Position = UDim2.new(0.300653607, 0, 0.523552418, 0)
  470. Speed.Size = UDim2.new(0, 109, 0, 40)
  471. Speed.Font = Enum.Font.Cartoon
  472. Speed.Text = "[Q] Speed"
  473. Speed.TextColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  474. Speed.TextSize = 25
  475. Speed.TextStrokeColor3 = Color3.new(1, 1, 1)
  476.  
  477. Teleport.Name = "Teleport"
  478. Teleport.Parent = ScriptsFrame
  479. Teleport.BackgroundColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  480. Teleport.BorderColor3 = Color3.new(1, 1, 1)
  481. Teleport.BorderSizePixel = 0
  482. Teleport.Position = UDim2.new(0.300653607, 0, 0.754586935, 0)
  483. Teleport.Size = UDim2.new(0, 109, 0, 40)
  484. Teleport.Font = Enum.Font.Cartoon
  485. Teleport.Text = "[Ctrl + Click] Teleport"
  486. Teleport.TextColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  487. Teleport.TextSize = 11
  488. Teleport.TextStrokeColor3 = Color3.new(1, 1, 1)
  489. Teleport.TextStrokeTransparency = 0.89999997615814
  490.  
  491. DarkDex.Name = "DarkDex"
  492. DarkDex.Parent = ScriptsFrame
  493. DarkDex.BackgroundColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  494. DarkDex.BorderColor3 = Color3.new(1, 1, 1)
  495. DarkDex.BorderSizePixel = 0
  496. DarkDex.Position = UDim2.new(0.513071895, 0, 0.754586935, 0)
  497. DarkDex.Size = UDim2.new(0, 109, 0, 40)
  498. DarkDex.Font = Enum.Font.Cartoon
  499. DarkDex.Text = "DarkDex"
  500. DarkDex.TextColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  501. DarkDex.TextSize = 25
  502. DarkDex.TextStrokeColor3 = Color3.new(1, 1, 1)
  503.  
  504. Btools.Name = "Btools"
  505. Btools.Parent = ScriptsFrame
  506. Btools.BackgroundColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  507. Btools.BorderColor3 = Color3.new(1, 1, 1)
  508. Btools.BorderSizePixel = 0
  509. Btools.Position = UDim2.new(0.513071895, 0, 0.523552418, 0)
  510. Btools.Size = UDim2.new(0, 109, 0, 40)
  511. Btools.Font = Enum.Font.Cartoon
  512. Btools.Text = "[N] Btools"
  513. Btools.TextColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  514. Btools.TextSize = 25
  515. Btools.TextStrokeColor3 = Color3.new(1, 1, 1)
  516.  
  517. Aimlock.Name = "Aimlock"
  518. Aimlock.Parent = ScriptsFrame
  519. Aimlock.BackgroundColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  520. Aimlock.BorderColor3 = Color3.new(1, 1, 1)
  521. Aimlock.BorderSizePixel = 0
  522. Aimlock.Position = UDim2.new(0.513071895, 0, 0.061483413, 0)
  523. Aimlock.Size = UDim2.new(0, 109, 0, 40)
  524. Aimlock.Font = Enum.Font.Cartoon
  525. Aimlock.Text = "Aimlock"
  526. Aimlock.TextColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  527. Aimlock.TextSize = 25
  528. Aimlock.TextStrokeColor3 = Color3.new(1, 1, 1)
  529.  
  530. MiningSimulator_2.Name = "Mining Simulator"
  531. MiningSimulator_2.Parent = ScriptsFrame
  532. MiningSimulator_2.BackgroundColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  533. MiningSimulator_2.BorderColor3 = Color3.new(1, 1, 1)
  534. MiningSimulator_2.BorderSizePixel = 0
  535. MiningSimulator_2.Position = UDim2.new(0.723856211, 0, 0.754586935, 0)
  536. MiningSimulator_2.Size = UDim2.new(0, 109, 0, 40)
  537. MiningSimulator_2.Font = Enum.Font.Cartoon
  538. MiningSimulator_2.Text = "Mining Sim"
  539. MiningSimulator_2.TextColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  540. MiningSimulator_2.TextSize = 20
  541. MiningSimulator_2.TextStrokeColor3 = Color3.new(1, 1, 1)
  542.  
  543. dsdsd.Name = "dsdsd"
  544. dsdsd.Parent = ScriptsFrame
  545. dsdsd.BackgroundColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  546. dsdsd.BorderColor3 = Color3.new(1, 1, 1)
  547. dsdsd.BorderSizePixel = 0
  548. dsdsd.Position = UDim2.new(0.723856211, 0, 0.523552418, 0)
  549. dsdsd.Size = UDim2.new(0, 109, 0, 40)
  550. dsdsd.Font = Enum.Font.Cartoon
  551. dsdsd.Text = "Island Royale"
  552. dsdsd.TextColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  553. dsdsd.TextSize = 20
  554. dsdsd.TextStrokeColor3 = Color3.new(1, 1, 1)
  555.  
  556. TowerDefense_2.Name = "Tower Defense"
  557. TowerDefense_2.Parent = ScriptsFrame
  558. TowerDefense_2.BackgroundColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  559. TowerDefense_2.BorderColor3 = Color3.new(1, 1, 1)
  560. TowerDefense_2.BorderSizePixel = 0
  561. TowerDefense_2.Position = UDim2.new(0.723856211, 0, 0.289069623, 0)
  562. TowerDefense_2.Size = UDim2.new(0, 109, 0, 40)
  563. TowerDefense_2.Font = Enum.Font.Cartoon
  564. TowerDefense_2.Text = "Tower Defense"
  565. TowerDefense_2.TextColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  566. TowerDefense_2.TextSize = 19
  567. TowerDefense_2.TextStrokeColor3 = Color3.new(1, 1, 1)
  568.  
  569. BubbleGumSimulator_2.Name = "Bubble Gum Simulator"
  570. BubbleGumSimulator_2.Parent = ScriptsFrame
  571. BubbleGumSimulator_2.BackgroundColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  572. BubbleGumSimulator_2.BorderColor3 = Color3.new(1, 1, 1)
  573. BubbleGumSimulator_2.BorderSizePixel = 0
  574. BubbleGumSimulator_2.Position = UDim2.new(0.723856211, 0, 0.061483413, 0)
  575. BubbleGumSimulator_2.Size = UDim2.new(0, 109, 0, 40)
  576. BubbleGumSimulator_2.Font = Enum.Font.Cartoon
  577. BubbleGumSimulator_2.Text = "Bubble Gum"
  578. BubbleGumSimulator_2.TextColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  579. BubbleGumSimulator_2.TextSize = 21
  580. BubbleGumSimulator_2.TextStrokeColor3 = Color3.new(1, 1, 1)
  581.  
  582. ESP.Name = "ESP"
  583. ESP.Parent = ScriptsFrame
  584. ESP.BackgroundColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  585. ESP.BorderColor3 = Color3.new(1, 1, 1)
  586. ESP.BorderSizePixel = 0
  587. ESP.Position = UDim2.new(0.513071895, 0, 0.289069623, 0)
  588. ESP.Size = UDim2.new(0, 109, 0, 40)
  589. ESP.Font = Enum.Font.Cartoon
  590. ESP.Text = "ESP"
  591. ESP.TextColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  592. ESP.TextSize = 25
  593. ESP.TextStrokeColor3 = Color3.new(1, 1, 1)
  594.  
  595. Home.Name = "Home"
  596. Home.Parent = Tabs
  597. Home.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  598. Home.BorderColor3 = Color3.new(1, 1, 1)
  599. Home.BorderSizePixel = 0
  600. Home.Position = UDim2.new(0.0947712511, 0, 0.113207549, 0)
  601. Home.Size = UDim2.new(0, 109, 0, 40)
  602. Home.Font = Enum.Font.Cartoon
  603. Home.Text = "Home"
  604. Home.TextColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  605. Home.TextSize = 25
  606. Home.TextStrokeColor3 = Color3.new(1, 1, 1)
  607. Home.MouseButton1Down:connect(function()
  608. ScriptsFrame.Visible = false
  609. HomeFrame.Visible = true
  610. GamesFrame.Visible = false
  611. end)
  612.  
  613. HomeFrame.Name = "HomeFrame"
  614. HomeFrame.Parent = Home
  615. HomeFrame.Active = true
  616. HomeFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  617. HomeFrame.BackgroundTransparency = 1
  618. HomeFrame.Position = UDim2.new(-0.532110095, 0, 1.14999998, 0)
  619. HomeFrame.Size = UDim2.new(0, 612, 0, 291)
  620.  
  621.  
  622. ThanksMessage.Name = "ThanksMessage"
  623. ThanksMessage.Parent = HomeFrame
  624. ThanksMessage.BackgroundColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  625. ThanksMessage.Position = UDim2.new(0, 0, 0.00343642617, 0)
  626. ThanksMessage.Size = UDim2.new(0, 612, 0, 43)
  627. ThanksMessage.Font = Enum.Font.Cartoon
  628. ThanksMessage.Text = "Thank you for using Zyn v1!"
  629. ThanksMessage.TextColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  630. ThanksMessage.TextSize = 50
  631.  
  632. UpdatesMessage.Name = "UpdatesMessage"
  633. UpdatesMessage.Parent = ThanksMessage
  634. UpdatesMessage.BackgroundColor3 = Color3.new(1, 1, 1)
  635. UpdatesMessage.BackgroundTransparency = 1
  636. UpdatesMessage.Position = UDim2.new(0, 0, 1, 0)
  637. UpdatesMessage.Size = UDim2.new(0, 612, 0, 56)
  638. UpdatesMessage.Font = Enum.Font.SourceSans
  639. UpdatesMessage.Text = "Please join our discord server to know about all the new updates!"
  640. UpdatesMessage.TextColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  641. UpdatesMessage.TextSize = 20
  642.  
  643. DiscordLink.Name = "DiscordLink"
  644. DiscordLink.Parent = UpdatesMessage
  645. DiscordLink.BackgroundColor3 = Color3.new(1, 1, 1)
  646. DiscordLink.BackgroundTransparency = 1
  647. DiscordLink.Position = UDim2.new(0.326797396, 0, 1.69642866, 0)
  648. DiscordLink.Size = UDim2.new(0, 200, 0, 50)
  649. DiscordLink.Font = Enum.Font.SourceSans
  650. DiscordLink.Text = "https://discord.gg/WgFsRKn"
  651. DiscordLink.TextColor3 = Color3.new(0.14902, 0.905882, 0.717647)
  652. DiscordLink.TextSize = 50
  653. DiscordLink.TextStrokeColor3 = Color3.new(1, 1, 1)
  654.  
  655. CloseButton.Name = "CloseButton"
  656. CloseButton.Parent = Main
  657. CloseButton.BackgroundColor3 = Color3.new(1, 1, 1)
  658. CloseButton.BackgroundTransparency = 1
  659. CloseButton.BorderColor3 = Color3.new(1, 1, 1)
  660. CloseButton.Position = UDim2.new(0.915032685, 0, 0, 0)
  661. CloseButton.Size = UDim2.new(0, 52, 0, 52)
  662. CloseButton.Image = "rbxassetid://2419293754"
  663. CloseButton.ImageColor3 = Color3.new(0.882353, 0.870588, 1)
  664. CloseButton.ScaleType = Enum.ScaleType.Fit
  665. CloseButton.MouseButton1Down:connect(function()
  666. Main.Visible = false
  667. OpenButton.Visible = true
  668. end)
  669.  
  670. OpenFrame.Name = "OpenFrame"
  671. OpenFrame.Parent = Zynv1
  672. OpenFrame.Active = true
  673. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  674. OpenFrame.Position = UDim2.new(0, 0, 0.57421875, 0)
  675. OpenFrame.Size = UDim2.new(0, 61, 0, 58)
  676. OpenFrame.Style = Enum.FrameStyle.DropShadow
  677.  
  678.  
  679. OpenButton.Name = "OpenButton"
  680. OpenButton.Parent = OpenFrame
  681. OpenButton.BackgroundColor3 = Color3.new(1, 1, 1)
  682. OpenButton.BackgroundTransparency = 1
  683. OpenButton.Position = UDim2.new(-0.047393851, 0, -0.0547643155, 0)
  684. OpenButton.Size = UDim2.new(0, 50, 0, 50)
  685. OpenButton.Image = "rbxassetid://3504570507"
  686. OpenButton.Visible = true
  687. OpenButton.MouseButton1Down:connect(function()
  688. OpenButton.Visible = false
  689. Main.Visible = true
  690. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement