Advertisement
Guest User

Untitled

a guest
Feb 12th, 2020
1,102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.42 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.1
  3.  
  4. -- Instances:
  5. game:GetService("StarterGui"):SetCore("SendNotification", {
  6. Title = "iHub!";
  7. Text = "hiiiiiiiiiiiiiiiii";
  8. Duration = 5;
  9. })
  10.  
  11. local ScreenGui = Instance.new("ScreenGui")
  12. local Frame1 = Instance.new("Frame")
  13. local Framechucnang = Instance.new("Frame")
  14. local TextLabel = Instance.new("TextLabel")
  15. local TextLabel_2 = Instance.new("TextLabel")
  16. local framecredits = Instance.new("Frame")
  17. local TextLabel_3 = Instance.new("TextLabel")
  18. local TextLabel_4 = Instance.new("TextLabel")
  19. local TextLabel_5 = Instance.new("TextLabel")
  20. local ImageLabel = Instance.new("ImageLabel")
  21. local framegames = Instance.new("Frame")
  22. local ScrollingFrame = Instance.new("ScrollingFrame")
  23. local jailbreak = Instance.new("TextButton")
  24. local PrisonLife = Instance.new("TextButton")
  25. local crittical = Instance.new("TextButton")
  26. local counterblox = Instance.new("TextButton")
  27. local murder = Instance.new("TextButton")
  28. local assasin = Instance.new("TextButton")
  29. local kingpitch = Instance.new("TextButton")
  30. local NinjaLegends = Instance.new("TextButton")
  31. local VehicleSimulator = Instance.new("TextButton")
  32. local Unnamedesp = Instance.new("TextButton")
  33. local phantom = Instance.new("TextButton")
  34. local commingsoon = Instance.new("TextButton")
  35. local TextLabel_6 = Instance.new("TextLabel")
  36. local framehubs = Instance.new("Frame")
  37. local fathom = Instance.new("TextButton")
  38. local arrow = Instance.new("TextButton")
  39. local ADRONIX = Instance.new("TextButton")
  40. local aphotic = Instance.new("TextButton")
  41. local grabx = Instance.new("TextButton")
  42. local rose = Instance.new("TextButton")
  43. local framefeguis = Instance.new("Frame")
  44. local infnite = Instance.new("TextButton")
  45. local reviz = Instance.new("TextButton")
  46. local Glitchmax = Instance.new("TextButton")
  47. local r15 = Instance.new("TextButton")
  48. local supreme = Instance.new("TextButton")
  49. local hyber = Instance.new("TextButton")
  50. local frameexecutor = Instance.new("Frame")
  51. local Execute = Instance.new("TextButton")
  52. local Clear = Instance.new("TextButton")
  53. local Inject = Instance.new("TextButton")
  54. local Console = Instance.new("TextBox")
  55. local TextLabel_7 = Instance.new("TextLabel")
  56. local credits2 = Instance.new("TextButton")
  57. local credits1 = Instance.new("TextButton")
  58. local games1 = Instance.new("TextButton")
  59. local games2 = Instance.new("TextButton")
  60. local exit = Instance.new("TextButton")
  61. local hubs1 = Instance.new("TextButton")
  62. local exit_2 = Instance.new("TextButton")
  63. local hubs2 = Instance.new("TextButton")
  64. local feguis1 = Instance.new("TextButton")
  65. local feguis2 = Instance.new("TextButton")
  66. local executor1 = Instance.new("TextButton")
  67. local executor2 = Instance.new("TextButton")
  68. local loaded = Instance.new("TextLabel")
  69. local loading = Instance.new("TextLabel")
  70. local frameopen = Instance.new("Frame")
  71. local openn = Instance.new("TextButton")
  72. local closee = Instance.new("TextButton")
  73. local exithet = Instance.new("TextButton")
  74.  
  75. --Properties:
  76.  
  77. ScreenGui.Parent = game.CoreGui
  78. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  79.  
  80. Frame1.Name = "Frame1"
  81. Frame1.Parent = ScreenGui
  82. Frame1.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  83. Frame1.BorderColor3 = Color3.fromRGB(0, 0, 0)
  84. Frame1.Position = UDim2.new(0.339285851, 0, 0.362731159, 0)
  85. Frame1.Size = UDim2.new(0, 279, 0, 192)
  86. Frame1.Draggable = true
  87. Frame1.Active = true
  88.  
  89. Framechucnang.Name = "Framechucnang"
  90. Framechucnang.Parent = Frame1
  91. Framechucnang.BackgroundColor3 = Color3.fromRGB(112, 112, 112)
  92. Framechucnang.BorderSizePixel = 0
  93. Framechucnang.Position = UDim2.new(0.311827958, 0, 0.0364583321, 0)
  94. Framechucnang.Size = UDim2.new(0, 192, 0, 185)
  95.  
  96. TextLabel.Parent = Framechucnang
  97. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  98. TextLabel.BackgroundTransparency = 1.000
  99. TextLabel.Position = UDim2.new(-0.472826093, 0, -0.0393258445, 0)
  100. TextLabel.Size = UDim2.new(0, 87, 0, 25)
  101. TextLabel.Font = Enum.Font.SourceSans
  102. TextLabel.Text = ""
  103. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  104. TextLabel.TextSize = 14.000
  105.  
  106. TextLabel_2.Parent = Framechucnang
  107. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  108. TextLabel_2.BackgroundTransparency = 1.000
  109. TextLabel_2.Position = UDim2.new(-0.324137092, 0, -0.0393258445, 0)
  110. TextLabel_2.Size = UDim2.new(0, 41, 0, 25)
  111. TextLabel_2.Font = Enum.Font.GothamBlack
  112. TextLabel_2.Text = "Hub"
  113. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  114. TextLabel_2.TextScaled = true
  115. TextLabel_2.TextSize = 14.000
  116. TextLabel_2.TextWrapped = true
  117.  
  118. framecredits.Name = "framecredits"
  119. framecredits.Parent = Framechucnang
  120. framecredits.BackgroundColor3 = Color3.fromRGB(112, 112, 112)
  121. framecredits.BorderSizePixel = 0
  122. framecredits.Size = UDim2.new(0, 192, 0, 185)
  123.  
  124. TextLabel_3.Parent = framecredits
  125. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  126. TextLabel_3.BackgroundTransparency = 1.000
  127. TextLabel_3.Position = UDim2.new(0.171875, 0, 0.729729712, 0)
  128. TextLabel_3.Size = UDim2.new(0, 125, 0, 25)
  129. TextLabel_3.Font = Enum.Font.GothamBold
  130. TextLabel_3.Text = "zero#9547"
  131. TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  132. TextLabel_3.TextScaled = true
  133. TextLabel_3.TextSize = 14.000
  134. TextLabel_3.TextWrapped = true
  135.  
  136. TextLabel_4.Parent = framecredits
  137. TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  138. TextLabel_4.BackgroundTransparency = 1.000
  139. TextLabel_4.BorderSizePixel = 0
  140. TextLabel_4.Position = UDim2.new(0.0885416642, 0, 0.0324324369, 0)
  141. TextLabel_4.Size = UDim2.new(0, 158, 0, 25)
  142. TextLabel_4.Font = Enum.Font.GothamBold
  143. TextLabel_4.Text = "DISCORD"
  144. TextLabel_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  145. TextLabel_4.TextScaled = true
  146. TextLabel_4.TextSize = 14.000
  147. TextLabel_4.TextWrapped = true
  148.  
  149. TextLabel_5.Parent = framecredits
  150. TextLabel_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  151. TextLabel_5.BackgroundTransparency = 1.000
  152. TextLabel_5.Position = UDim2.new(0.130208328, 0, 0.864864886, 0)
  153. TextLabel_5.Size = UDim2.new(0, 142, 0, 16)
  154. TextLabel_5.Font = Enum.Font.GothamBold
  155. TextLabel_5.Text = "iHub by ^"
  156. TextLabel_5.TextColor3 = Color3.fromRGB(255, 0, 0)
  157. TextLabel_5.TextScaled = true
  158. TextLabel_5.TextSize = 14.000
  159. TextLabel_5.TextWrapped = true
  160.  
  161. ImageLabel.Parent = framecredits
  162. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  163. ImageLabel.BackgroundTransparency = 1.000
  164. ImageLabel.Position = UDim2.new(0.260416687, 0, 0.200000003, 0)
  165. ImageLabel.Size = UDim2.new(0, 92, 0, 92)
  166. ImageLabel.Image = "http://www.roblox.com/asset/?id=4602861868"
  167.  
  168. framegames.Name = "framegames"
  169. framegames.Parent = Framechucnang
  170. framegames.BackgroundColor3 = Color3.fromRGB(112, 112, 112)
  171. framegames.BorderSizePixel = 0
  172. framegames.Size = UDim2.new(0, 192, 0, 185)
  173. framegames.Visible = false
  174.  
  175. ScrollingFrame.Parent = framegames
  176. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  177. ScrollingFrame.BackgroundTransparency = 1.000
  178. ScrollingFrame.BorderSizePixel = 0
  179. ScrollingFrame.Position = UDim2.new(0.010416667, 0, 0, 0)
  180. ScrollingFrame.Size = UDim2.new(0, 190, 0, 185)
  181.  
  182. jailbreak.Name = "jailbreak"
  183. jailbreak.Parent = ScrollingFrame
  184. jailbreak.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  185. jailbreak.BorderSizePixel = 0
  186. jailbreak.Position = UDim2.new(0.0210526362, 0, 0.0459459461, 0)
  187. jailbreak.Size = UDim2.new(0, 70, 0, 44)
  188. jailbreak.Font = Enum.Font.Highway
  189. jailbreak.Text = "Jailbreak"
  190. jailbreak.TextColor3 = Color3.fromRGB(255, 255, 255)
  191. jailbreak.TextScaled = true
  192. jailbreak.TextSize = 14.000
  193. jailbreak.TextWrapped = true
  194.  
  195. PrisonLife.Name = "Prison Life"
  196. PrisonLife.Parent = ScrollingFrame
  197. PrisonLife.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  198. PrisonLife.BorderSizePixel = 0
  199. PrisonLife.Position = UDim2.new(0.557894766, 0, 0.0459459461, 0)
  200. PrisonLife.Size = UDim2.new(0, 70, 0, 44)
  201. PrisonLife.Font = Enum.Font.Highway
  202. PrisonLife.Text = "Prison Life"
  203. PrisonLife.TextColor3 = Color3.fromRGB(255, 255, 255)
  204. PrisonLife.TextScaled = true
  205. PrisonLife.TextSize = 14.000
  206. PrisonLife.TextWrapped = true
  207.  
  208. crittical.Name = "crittical"
  209. crittical.Parent = ScrollingFrame
  210. crittical.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  211. crittical.BorderSizePixel = 0
  212. crittical.Position = UDim2.new(0.0210526362, 0, 0.202702701, 0)
  213. crittical.Size = UDim2.new(0, 70, 0, 44)
  214. crittical.Font = Enum.Font.Highway
  215. crittical.Text = "Critical Strike"
  216. crittical.TextColor3 = Color3.fromRGB(255, 255, 255)
  217. crittical.TextScaled = true
  218. crittical.TextSize = 14.000
  219. crittical.TextWrapped = true
  220.  
  221. counterblox.Name = "counterblox"
  222. counterblox.Parent = ScrollingFrame
  223. counterblox.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  224. counterblox.BorderSizePixel = 0
  225. counterblox.Position = UDim2.new(0.557894766, 0, 0.202702701, 0)
  226. counterblox.Size = UDim2.new(0, 70, 0, 44)
  227. counterblox.Font = Enum.Font.Highway
  228. counterblox.Text = "Counter Blox"
  229. counterblox.TextColor3 = Color3.fromRGB(255, 255, 255)
  230. counterblox.TextScaled = true
  231. counterblox.TextSize = 14.000
  232. counterblox.TextWrapped = true
  233.  
  234. murder.Name = "murder"
  235. murder.Parent = ScrollingFrame
  236. murder.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  237. murder.BorderSizePixel = 0
  238. murder.Position = UDim2.new(0.0210526362, 0, 0.356756747, 0)
  239. murder.Size = UDim2.new(0, 70, 0, 44)
  240. murder.Font = Enum.Font.Highway
  241. murder.Text = "\\nMurder Mystery 2"
  242. murder.TextColor3 = Color3.fromRGB(255, 255, 255)
  243. murder.TextScaled = true
  244. murder.TextSize = 17.000
  245. murder.TextWrapped = true
  246.  
  247. assasin.Name = "assasin"
  248. assasin.Parent = ScrollingFrame
  249. assasin.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  250. assasin.BorderSizePixel = 0
  251. assasin.Position = UDim2.new(0.557894766, 0, 0.356756747, 0)
  252. assasin.Size = UDim2.new(0, 70, 0, 44)
  253. assasin.Font = Enum.Font.Highway
  254. assasin.Text = "Assassin!"
  255. assasin.TextColor3 = Color3.fromRGB(255, 255, 255)
  256. assasin.TextScaled = true
  257. assasin.TextSize = 14.000
  258. assasin.TextWrapped = true
  259.  
  260. kingpitch.Name = "kingpitch"
  261. kingpitch.Parent = ScrollingFrame
  262. kingpitch.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  263. kingpitch.BorderSizePixel = 0
  264. kingpitch.Position = UDim2.new(0.021052625, 0, 0.524324298, 0)
  265. kingpitch.Size = UDim2.new(0, 70, 0, 44)
  266. kingpitch.Font = Enum.Font.Highway
  267. kingpitch.Text = "King Piece"
  268. kingpitch.TextColor3 = Color3.fromRGB(255, 255, 255)
  269. kingpitch.TextScaled = true
  270. kingpitch.TextSize = 14.000
  271. kingpitch.TextWrapped = true
  272.  
  273. NinjaLegends.Name = "NinjaLegends"
  274. NinjaLegends.Parent = ScrollingFrame
  275. NinjaLegends.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  276. NinjaLegends.BorderSizePixel = 0
  277. NinjaLegends.Position = UDim2.new(0.557894707, 0, 0.524324298, 0)
  278. NinjaLegends.Size = UDim2.new(0, 70, 0, 44)
  279. NinjaLegends.Font = Enum.Font.Highway
  280. NinjaLegends.Text = "Ninja Legends"
  281. NinjaLegends.TextColor3 = Color3.fromRGB(255, 255, 255)
  282. NinjaLegends.TextScaled = true
  283. NinjaLegends.TextSize = 14.000
  284. NinjaLegends.TextWrapped = true
  285.  
  286. VehicleSimulator.Name = "VehicleSimulator"
  287. VehicleSimulator.Parent = ScrollingFrame
  288. VehicleSimulator.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  289. VehicleSimulator.BorderSizePixel = 0
  290. VehicleSimulator.Position = UDim2.new(0.021052625, 0, 0.681081057, 0)
  291. VehicleSimulator.Size = UDim2.new(0, 70, 0, 44)
  292. VehicleSimulator.Font = Enum.Font.Highway
  293. VehicleSimulator.Text = "Stands Online"
  294. VehicleSimulator.TextColor3 = Color3.fromRGB(255, 255, 255)
  295. VehicleSimulator.TextScaled = true
  296. VehicleSimulator.TextSize = 14.000
  297. VehicleSimulator.TextWrapped = true
  298.  
  299. Unnamedesp.Name = "Unnamedesp"
  300. Unnamedesp.Parent = ScrollingFrame
  301. Unnamedesp.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  302. Unnamedesp.BorderSizePixel = 0
  303. Unnamedesp.Position = UDim2.new(0.557894707, 0, 0.681081057, 0)
  304. Unnamedesp.Size = UDim2.new(0, 70, 0, 44)
  305. Unnamedesp.Font = Enum.Font.Highway
  306. Unnamedesp.Text = "Unnamed ESP"
  307. Unnamedesp.TextColor3 = Color3.fromRGB(255, 255, 255)
  308. Unnamedesp.TextScaled = true
  309. Unnamedesp.TextSize = 14.000
  310. Unnamedesp.TextWrapped = true
  311.  
  312. phantom.Name = "phantom"
  313. phantom.Parent = ScrollingFrame
  314. phantom.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  315. phantom.BorderSizePixel = 0
  316. phantom.Position = UDim2.new(0.021052625, 0, 0.837837815, 0)
  317. phantom.Size = UDim2.new(0, 70, 0, 44)
  318. phantom.Font = Enum.Font.Highway
  319. phantom.Text = "Phantom Forces"
  320. phantom.TextColor3 = Color3.fromRGB(255, 255, 255)
  321. phantom.TextScaled = true
  322. phantom.TextSize = 14.000
  323. phantom.TextWrapped = true
  324.  
  325. commingsoon.Name = "commingsoon"
  326. commingsoon.Parent = ScrollingFrame
  327. commingsoon.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  328. commingsoon.BorderSizePixel = 0
  329. commingsoon.Position = UDim2.new(0.557894707, 0, 0.837837815, 0)
  330. commingsoon.Size = UDim2.new(0, 70, 0, 44)
  331. commingsoon.Font = Enum.Font.Highway
  332. commingsoon.Text = "comming soon..."
  333. commingsoon.TextColor3 = Color3.fromRGB(255, 255, 255)
  334. commingsoon.TextScaled = true
  335. commingsoon.TextSize = 14.000
  336. commingsoon.TextWrapped = true
  337.  
  338. TextLabel_6.Parent = Framechucnang
  339. TextLabel_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  340. TextLabel_6.BackgroundTransparency = 1.000
  341. TextLabel_6.Position = UDim2.new(-0.362305045, 0, -0.00580628961, 0)
  342. TextLabel_6.Size = UDim2.new(0, 10, 0, 19)
  343. TextLabel_6.Font = Enum.Font.GothamBlack
  344. TextLabel_6.Text = "i"
  345. TextLabel_6.TextColor3 = Color3.fromRGB(255, 255, 255)
  346. TextLabel_6.TextScaled = true
  347. TextLabel_6.TextSize = 14.000
  348. TextLabel_6.TextWrapped = true
  349.  
  350. framehubs.Name = "framehubs"
  351. framehubs.Parent = Framechucnang
  352. framehubs.BackgroundColor3 = Color3.fromRGB(112, 112, 112)
  353. framehubs.BorderSizePixel = 0
  354. framehubs.Size = UDim2.new(0, 192, 0, 185)
  355. framehubs.Visible = false
  356.  
  357. fathom.Name = "fathom"
  358. fathom.Parent = framehubs
  359. fathom.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  360. fathom.BorderSizePixel = 0
  361. fathom.Position = UDim2.new(0.046875, 0, 0.0432432443, 0)
  362. fathom.Size = UDim2.new(0, 77, 0, 38)
  363. fathom.Font = Enum.Font.Highway
  364. fathom.Text = "Fathom Hub"
  365. fathom.TextColor3 = Color3.fromRGB(255, 255, 255)
  366. fathom.TextScaled = true
  367. fathom.TextSize = 14.000
  368. fathom.TextWrapped = true
  369.  
  370. arrow.Name = "arrow"
  371. arrow.Parent = framehubs
  372. arrow.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  373. arrow.BorderSizePixel = 0
  374. arrow.Position = UDim2.new(0.546875, 0, 0.0432432443, 0)
  375. arrow.Size = UDim2.new(0, 77, 0, 38)
  376. arrow.Font = Enum.Font.Highway
  377. arrow.Text = "Arrow Hub"
  378. arrow.TextColor3 = Color3.fromRGB(255, 255, 255)
  379. arrow.TextScaled = true
  380. arrow.TextSize = 18.000
  381. arrow.TextWrapped = true
  382.  
  383. ADRONIX.Name = "ADRONIX"
  384. ADRONIX.Parent = framehubs
  385. ADRONIX.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  386. ADRONIX.BorderSizePixel = 0
  387. ADRONIX.Position = UDim2.new(0.046875, 0, 0.39459461, 0)
  388. ADRONIX.Size = UDim2.new(0, 77, 0, 38)
  389. ADRONIX.Font = Enum.Font.Highway
  390. ADRONIX.Text = "ADRONIX"
  391. ADRONIX.TextColor3 = Color3.fromRGB(255, 255, 255)
  392. ADRONIX.TextScaled = true
  393. ADRONIX.TextSize = 14.000
  394. ADRONIX.TextWrapped = true
  395.  
  396. aphotic.Name = "aphotic"
  397. aphotic.Parent = framehubs
  398. aphotic.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  399. aphotic.BorderSizePixel = 0
  400. aphotic.Position = UDim2.new(0.546875, 0, 0.39459461, 0)
  401. aphotic.Size = UDim2.new(0, 77, 0, 38)
  402. aphotic.Font = Enum.Font.Highway
  403. aphotic.Text = "Owl Hub"
  404. aphotic.TextColor3 = Color3.fromRGB(255, 255, 255)
  405. aphotic.TextScaled = true
  406. aphotic.TextSize = 14.000
  407. aphotic.TextWrapped = true
  408.  
  409. grabx.Name = "grabx"
  410. grabx.Parent = framehubs
  411. grabx.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  412. grabx.BorderSizePixel = 0
  413. grabx.Position = UDim2.new(0.046875, 0, 0.729729712, 0)
  414. grabx.Size = UDim2.new(0, 77, 0, 38)
  415. grabx.Font = Enum.Font.Highway
  416. grabx.Text = "Grabx"
  417. grabx.TextColor3 = Color3.fromRGB(255, 255, 255)
  418. grabx.TextSize = 24.000
  419. grabx.TextWrapped = true
  420.  
  421. rose.Name = "rose"
  422. rose.Parent = framehubs
  423. rose.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  424. rose.BorderSizePixel = 0
  425. rose.Position = UDim2.new(0.546875, 0, 0.729729712, 0)
  426. rose.Size = UDim2.new(0, 77, 0, 38)
  427. rose.Font = Enum.Font.Highway
  428. rose.Text = "Rose"
  429. rose.TextColor3 = Color3.fromRGB(255, 255, 255)
  430. rose.TextSize = 24.000
  431. rose.TextWrapped = true
  432.  
  433. framefeguis.Name = "framefeguis"
  434. framefeguis.Parent = Framechucnang
  435. framefeguis.BackgroundColor3 = Color3.fromRGB(112, 112, 112)
  436. framefeguis.BorderSizePixel = 0
  437. framefeguis.Size = UDim2.new(0, 192, 0, 185)
  438. framefeguis.Visible = false
  439.  
  440. infnite.Name = "infnite"
  441. infnite.Parent = framefeguis
  442. infnite.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  443. infnite.BorderSizePixel = 0
  444. infnite.Position = UDim2.new(0.078125, 0, 0.0324324332, 0)
  445. infnite.Size = UDim2.new(0, 75, 0, 47)
  446. infnite.Font = Enum.Font.Highway
  447. infnite.Text = "Infinite Yield"
  448. infnite.TextColor3 = Color3.fromRGB(255, 255, 255)
  449. infnite.TextScaled = true
  450. infnite.TextSize = 14.000
  451. infnite.TextWrapped = true
  452.  
  453. reviz.Name = "reviz"
  454. reviz.Parent = framefeguis
  455. reviz.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  456. reviz.BorderSizePixel = 0
  457. reviz.Position = UDim2.new(0.578125, 0, 0.0324324332, 0)
  458. reviz.Size = UDim2.new(0, 71, 0, 47)
  459. reviz.Font = Enum.Font.Highway
  460. reviz.Text = "Reviz Admin"
  461. reviz.TextColor3 = Color3.fromRGB(255, 255, 255)
  462. reviz.TextScaled = true
  463. reviz.TextSize = 14.000
  464. reviz.TextWrapped = true
  465.  
  466. Glitchmax.Name = "Glitchmax"
  467. Glitchmax.Parent = framefeguis
  468. Glitchmax.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  469. Glitchmax.BorderSizePixel = 0
  470. Glitchmax.Position = UDim2.new(0.078125, 0, 0.356756747, 0)
  471. Glitchmax.Size = UDim2.new(0, 75, 0, 47)
  472. Glitchmax.Font = Enum.Font.Highway
  473. Glitchmax.Text = "Glitchmax"
  474. Glitchmax.TextColor3 = Color3.fromRGB(255, 255, 255)
  475. Glitchmax.TextScaled = true
  476. Glitchmax.TextSize = 14.000
  477. Glitchmax.TextWrapped = true
  478.  
  479. r15.Name = "r15"
  480. r15.Parent = framefeguis
  481. r15.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  482. r15.BorderSizePixel = 0
  483. r15.Position = UDim2.new(0.578125, 0, 0.356756747, 0)
  484. r15.Size = UDim2.new(0, 75, 0, 47)
  485. r15.Font = Enum.Font.Highway
  486. r15.Text = "R15"
  487. r15.TextColor3 = Color3.fromRGB(255, 255, 255)
  488. r15.TextScaled = true
  489. r15.TextSize = 14.000
  490. r15.TextWrapped = true
  491.  
  492. supreme.Name = "supreme"
  493. supreme.Parent = framefeguis
  494. supreme.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  495. supreme.BorderSizePixel = 0
  496. supreme.Position = UDim2.new(0.078125, 0, 0.691891909, 0)
  497. supreme.Size = UDim2.new(0, 75, 0, 47)
  498. supreme.Font = Enum.Font.Highway
  499. supreme.Text = "Supreme"
  500. supreme.TextColor3 = Color3.fromRGB(255, 255, 255)
  501. supreme.TextScaled = true
  502. supreme.TextSize = 14.000
  503. supreme.TextWrapped = true
  504.  
  505. hyber.Name = "hyber"
  506. hyber.Parent = framefeguis
  507. hyber.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  508. hyber.BorderSizePixel = 0
  509. hyber.Position = UDim2.new(0.578125, 0, 0.691891909, 0)
  510. hyber.Size = UDim2.new(0, 75, 0, 47)
  511. hyber.Font = Enum.Font.Highway
  512. hyber.Text = "Hybertotal"
  513. hyber.TextColor3 = Color3.fromRGB(255, 255, 255)
  514. hyber.TextScaled = true
  515. hyber.TextSize = 14.000
  516. hyber.TextWrapped = true
  517.  
  518. frameexecutor.Name = "frameexecutor"
  519. frameexecutor.Parent = Framechucnang
  520. frameexecutor.BackgroundColor3 = Color3.fromRGB(112, 112, 112)
  521. frameexecutor.BorderSizePixel = 0
  522. frameexecutor.Size = UDim2.new(0, 192, 0, 185)
  523. frameexecutor.Visible = false
  524.  
  525. Execute.Name = "Execute"
  526. Execute.Parent = frameexecutor
  527. Execute.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  528. Execute.Position = UDim2.new(0.0364583321, 0, 0.848648667, 0)
  529. Execute.Size = UDim2.new(0, 55, 0, 22)
  530. Execute.Font = Enum.Font.Cartoon
  531. Execute.Text = "Execute"
  532. Execute.TextColor3 = Color3.fromRGB(255, 255, 255)
  533. Execute.TextScaled = true
  534. Execute.TextSize = 14.000
  535. Execute.TextWrapped = true
  536.  
  537. Clear.Name = "Clear"
  538. Clear.Parent = frameexecutor
  539. Clear.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  540. Clear.Position = UDim2.new(0.354166687, 0, 0.848648667, 0)
  541. Clear.Size = UDim2.new(0, 55, 0, 22)
  542. Clear.Font = Enum.Font.Cartoon
  543. Clear.Text = "Clear"
  544. Clear.TextColor3 = Color3.fromRGB(255, 255, 255)
  545. Clear.TextScaled = true
  546. Clear.TextSize = 14.000
  547. Clear.TextWrapped = true
  548.  
  549. Inject.Name = "Inject"
  550. Inject.Parent = frameexecutor
  551. Inject.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  552. Inject.Position = UDim2.new(0.671875, 0, 0.848648667, 0)
  553. Inject.Size = UDim2.new(0, 55, 0, 22)
  554. Inject.Font = Enum.Font.Cartoon
  555. Inject.Text = "Inject"
  556. Inject.TextColor3 = Color3.fromRGB(255, 255, 255)
  557. Inject.TextScaled = true
  558. Inject.TextSize = 14.000
  559. Inject.TextWrapped = true
  560.  
  561. Console.Name = "Console"
  562. Console.Parent = frameexecutor
  563. Console.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  564. Console.Position = UDim2.new(0.0364583321, 0, 0.048648648, 0)
  565. Console.Size = UDim2.new(0, 177, 0, 137)
  566. Console.Font = Enum.Font.Highway
  567. Console.Text = ""
  568. Console.TextColor3 = Color3.fromRGB(255, 255, 255)
  569. Console.TextScaled = true
  570. Console.TextSize = 14.000
  571. Console.TextWrapped = true
  572.  
  573. TextLabel_7.Parent = Frame1
  574. TextLabel_7.BackgroundColor3 = Color3.fromRGB(112, 112, 112)
  575. TextLabel_7.BorderSizePixel = 0
  576. TextLabel_7.Position = UDim2.new(0, 0, 0.130208328, 0)
  577. TextLabel_7.Size = UDim2.new(0, 87, 0, 2)
  578. TextLabel_7.Font = Enum.Font.SourceSans
  579. TextLabel_7.Text = ""
  580. TextLabel_7.TextColor3 = Color3.fromRGB(0, 0, 0)
  581. TextLabel_7.TextSize = 14.000
  582.  
  583. credits2.Name = "credits2"
  584. credits2.Parent = Frame1
  585. credits2.BackgroundColor3 = Color3.fromRGB(112, 112, 112)
  586. credits2.BorderSizePixel = 0
  587. credits2.Position = UDim2.new(0, 0, 0.140625015, 0)
  588. credits2.Size = UDim2.new(0, 87, 0, 33)
  589. credits2.Font = Enum.Font.GothamBold
  590. credits2.Text = "Credits"
  591. credits2.TextColor3 = Color3.fromRGB(255, 255, 255)
  592. credits2.TextSize = 14.000
  593.  
  594. credits1.Name = "credits1"
  595. credits1.Parent = Frame1
  596. credits1.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  597. credits1.BorderSizePixel = 0
  598. credits1.Position = UDim2.new(0, 0, 0.140625015, 0)
  599. credits1.Size = UDim2.new(0, 87, 0, 33)
  600. credits1.Visible = false
  601. credits1.Font = Enum.Font.GothamBold
  602. credits1.Text = "Credits"
  603. credits1.TextColor3 = Color3.fromRGB(255, 255, 255)
  604. credits1.TextSize = 14.000
  605.  
  606. games1.Name = "games1"
  607. games1.Parent = Frame1
  608. games1.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  609. games1.BorderSizePixel = 0
  610. games1.Position = UDim2.new(0, 0, 0.31250003, 0)
  611. games1.Size = UDim2.new(0, 87, 0, 33)
  612. games1.Font = Enum.Font.GothamBold
  613. games1.Text = "Games"
  614. games1.TextColor3 = Color3.fromRGB(255, 255, 255)
  615. games1.TextSize = 14.000
  616.  
  617. games2.Name = "games2"
  618. games2.Parent = Frame1
  619. games2.BackgroundColor3 = Color3.fromRGB(112, 112, 112)
  620. games2.BorderSizePixel = 0
  621. games2.Position = UDim2.new(0, 0, 0.31250003, 0)
  622. games2.Size = UDim2.new(0, 87, 0, 33)
  623. games2.Visible = false
  624. games2.Font = Enum.Font.GothamBold
  625. games2.Text = "Games"
  626. games2.TextColor3 = Color3.fromRGB(255, 255, 255)
  627. games2.TextSize = 14.000
  628.  
  629. exit.Name = "exit"
  630. exit.Parent = Frame1
  631. exit.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  632. exit.BorderSizePixel = 0
  633. exit.Position = UDim2.new(0.652329743, 0, 0, 0)
  634. exit.Size = UDim2.new(0, 97, 0, 7)
  635. exit.Font = Enum.Font.SourceSans
  636. exit.Text = ""
  637. exit.TextColor3 = Color3.fromRGB(0, 0, 0)
  638. exit.TextSize = 14.000
  639.  
  640. hubs1.Name = "hubs1"
  641. hubs1.Parent = Frame1
  642. hubs1.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  643. hubs1.BorderSizePixel = 0
  644. hubs1.Position = UDim2.new(0, 0, 0.48437503, 0)
  645. hubs1.Size = UDim2.new(0, 87, 0, 33)
  646. hubs1.Font = Enum.Font.GothamBold
  647. hubs1.Text = "Hubs"
  648. hubs1.TextColor3 = Color3.fromRGB(255, 255, 255)
  649. hubs1.TextSize = 14.000
  650.  
  651. exit_2.Name = "exit"
  652. exit_2.Parent = Frame1
  653. exit_2.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  654. exit_2.BorderSizePixel = 0
  655. exit_2.Position = UDim2.new(0.311827958, 0, 0, 0)
  656. exit_2.Size = UDim2.new(0, 95, 0, 7)
  657. exit_2.Font = Enum.Font.SourceSans
  658. exit_2.Text = ""
  659. exit_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  660. exit_2.TextSize = 14.000
  661.  
  662. hubs2.Name = "hubs2"
  663. hubs2.Parent = Frame1
  664. hubs2.BackgroundColor3 = Color3.fromRGB(112, 112, 112)
  665. hubs2.BorderSizePixel = 0
  666. hubs2.Position = UDim2.new(0, 0, 0.48437503, 0)
  667. hubs2.Size = UDim2.new(0, 87, 0, 33)
  668. hubs2.Visible = false
  669. hubs2.Font = Enum.Font.GothamBold
  670. hubs2.Text = "Hubs"
  671. hubs2.TextColor3 = Color3.fromRGB(255, 255, 255)
  672. hubs2.TextSize = 14.000
  673.  
  674. feguis1.Name = "feguis1"
  675. feguis1.Parent = Frame1
  676. feguis1.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  677. feguis1.BorderSizePixel = 0
  678. feguis1.Position = UDim2.new(0, 0, 0.65625, 0)
  679. feguis1.Size = UDim2.new(0, 87, 0, 33)
  680. feguis1.Font = Enum.Font.GothamBold
  681. feguis1.Text = "FE Guis"
  682. feguis1.TextColor3 = Color3.fromRGB(255, 255, 255)
  683. feguis1.TextSize = 14.000
  684.  
  685. feguis2.Name = "feguis2"
  686. feguis2.Parent = Frame1
  687. feguis2.BackgroundColor3 = Color3.fromRGB(112, 112, 112)
  688. feguis2.BorderSizePixel = 0
  689. feguis2.Position = UDim2.new(0, 0, 0.65625, 0)
  690. feguis2.Size = UDim2.new(0, 87, 0, 33)
  691. feguis2.Visible = false
  692. feguis2.Font = Enum.Font.GothamBold
  693. feguis2.Text = "FE Guis"
  694. feguis2.TextColor3 = Color3.fromRGB(255, 255, 255)
  695. feguis2.TextSize = 14.000
  696.  
  697. executor1.Name = "executor1"
  698. executor1.Parent = Frame1
  699. executor1.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  700. executor1.BorderSizePixel = 0
  701. executor1.Position = UDim2.new(0, 0, 0.828125, 0)
  702. executor1.Size = UDim2.new(0, 87, 0, 33)
  703. executor1.Font = Enum.Font.GothamBold
  704. executor1.Text = "Executor"
  705. executor1.TextColor3 = Color3.fromRGB(255, 255, 255)
  706. executor1.TextSize = 14.000
  707.  
  708. executor2.Name = "executor2"
  709. executor2.Parent = Frame1
  710. executor2.BackgroundColor3 = Color3.fromRGB(112, 112, 112)
  711. executor2.BorderSizePixel = 0
  712. executor2.Position = UDim2.new(0, 0, 0.828125, 0)
  713. executor2.Size = UDim2.new(0, 87, 0, 33)
  714. executor2.Visible = false
  715. executor2.Font = Enum.Font.GothamBold
  716. executor2.Text = "Executor"
  717. executor2.TextColor3 = Color3.fromRGB(255, 255, 255)
  718. executor2.TextSize = 14.000
  719.  
  720. loaded.Name = "loaded"
  721. loaded.Parent = Frame1
  722. loaded.BackgroundColor3 = Color3.fromRGB(112, 112, 112)
  723. loaded.BorderSizePixel = 0
  724. loaded.Size = UDim2.new(0, 0, 0, 192)
  725. loaded.Font = Enum.Font.SourceSans
  726. loaded.Text = ""
  727. loaded.TextColor3 = Color3.fromRGB(0, 0, 0)
  728. loaded.TextSize = 14.000
  729. loaded.Visible = false
  730.  
  731. loading.Name = "loading"
  732. loading.Parent = Frame1
  733. loading.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  734. loading.BackgroundTransparency = 1.000
  735. loading.Position = UDim2.new(0.139784947, 0, 0.25, 0)
  736. loading.Size = UDim2.new(0, 206, 0, 96)
  737. loading.Font = Enum.Font.GothamBold
  738. loading.Text = "Loading..."
  739. loading.TextColor3 = Color3.fromRGB(255, 255, 255)
  740. loading.TextScaled = true
  741. loading.TextSize = 14.000
  742. loading.TextWrapped = true
  743. loading.Visible = false
  744.  
  745. frameopen.Name = "frameopen"
  746. frameopen.Parent = ScreenGui
  747. frameopen.BackgroundColor3 = Color3.fromRGB(112, 112, 112)
  748. frameopen.BorderSizePixel = 0
  749. frameopen.Position = UDim2.new(0.427122951, 0, 0.80938834, 0)
  750. frameopen.Size = UDim2.new(0, 115, 0, 59)
  751. frameopen.Visible = false
  752.  
  753. openn.Name = "openn"
  754. openn.Parent = frameopen
  755. openn.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  756. openn.BorderSizePixel = 0
  757. openn.Position = UDim2.new(0, 0, 0.318427652, 0)
  758. openn.Size = UDim2.new(0, 115, 0, 40)
  759. openn.Font = Enum.Font.GothamBold
  760. openn.Text = "OPEN"
  761. openn.TextColor3 = Color3.fromRGB(255, 255, 255)
  762. openn.TextSize = 14.000
  763. openn.TextWrapped = true
  764.  
  765. closee.Name = "closee"
  766. closee.Parent = frameopen
  767. closee.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  768. closee.BorderSizePixel = 0
  769. closee.Position = UDim2.new(0, 0, 0.318427652, 0)
  770. closee.Size = UDim2.new(0, 115, 0, 40)
  771. closee.Visible = false
  772. closee.Font = Enum.Font.GothamBold
  773. closee.Text = "CLOSE"
  774. closee.TextColor3 = Color3.fromRGB(255, 255, 255)
  775. closee.TextSize = 14.000
  776. closee.TextWrapped = true
  777.  
  778. exithet.Name = "exithet"
  779. exithet.Parent = frameopen
  780. exithet.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  781. exithet.BorderSizePixel = 0
  782. exithet.Position = UDim2.new(0.773913026, 0, 0, 0)
  783. exithet.Size = UDim2.new(0, 26, 0, 18)
  784. exithet.Font = Enum.Font.SourceSans
  785. exithet.Text = ""
  786. exithet.TextColor3 = Color3.fromRGB(0, 0, 0)
  787. exithet.TextSize = 14.000
  788.  
  789. -- Scripts:
  790. TextLabel.BackgroundTransparency = 1
  791. TextLabel_2.BackgroundTransparency = 1
  792. TextLabel_3.BackgroundTransparency = 1
  793. TextLabel_4.BackgroundTransparency = 1
  794. TextLabel_5.BackgroundTransparency = 1
  795. ImageLabel.BackgroundTransparency = 1
  796. ScrollingFrame.BackgroundTransparency = 1
  797. TextLabel_6.BackgroundTransparency = 1
  798.  
  799. local function KMLTDC_fake_script() -- Frame1.Script
  800. local script = Instance.new('Script', Frame1)
  801.  
  802. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  803.  
  804. counter = 0
  805.  
  806. while wait(0.1)do
  807. script.Parent.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  808.  
  809. counter = counter + 0.01
  810. end
  811. end
  812. coroutine.wrap(KMLTDC_fake_script)()
  813.  
  814.  
  815. exit.MouseButton1Down:connect(function()
  816. Frame1.Visible = false
  817. frameopen.Visible = false
  818. end)
  819.  
  820. exit_2.MouseButton1Down:connect(function()
  821. Frame1.Visible = false
  822. frameopen.Visible = true
  823. end)
  824.  
  825. exithet.MouseButton1Down:connect(function()
  826. Frame1.Visible = false
  827. frameopen.Visible = false
  828. end)
  829.  
  830. openn.MouseButton1Down:connect(function()
  831. Frame1.Visible = true
  832. frameopen.Visible = false
  833. end)
  834.  
  835. credits1.MouseButton1Down:connect(function()
  836. framecredits.Visible = true
  837. framefeguis.Visible = false
  838. framehubs.Visible = false
  839. framegames.Visible = false
  840. frameexecutor.Visible = false
  841. credits1.Visible = false
  842. credits2.Visible = true
  843. executor2.Visible = false
  844. executor1.Visible = true
  845. feguis1.Visible = true
  846. feguis2.Visible = false
  847. hubs1.Visible = true
  848. hubs2.Visible = false
  849. games1.Visible = true
  850. games2.Visible = false
  851. end)
  852.  
  853. executor1.MouseButton1Down:connect(function()
  854. framecredits.Visible = false
  855. framefeguis.Visible = false
  856. framehubs.Visible = false
  857. framegames.Visible = false
  858. frameexecutor.Visible = true
  859. credits1.Visible = true
  860. credits2.Visible = false
  861. executor2.Visible = true
  862. executor1.Visible = false
  863. feguis1.Visible = true
  864. feguis2.Visible = false
  865. hubs1.Visible = true
  866. hubs2.Visible = false
  867. games1.Visible = true
  868. games2.Visible = false
  869. end)
  870.  
  871. feguis1.MouseButton1Down:connect(function()
  872. framecredits.Visible = false
  873. framefeguis.Visible = true
  874. framehubs.Visible = false
  875. framegames.Visible = false
  876. frameexecutor.Visible = false
  877. credits1.Visible = true
  878. credits2.Visible = false
  879. executor2.Visible = false
  880. executor1.Visible = true
  881. feguis1.Visible = false
  882. feguis2.Visible = true
  883. hubs1.Visible = true
  884. hubs2.Visible = false
  885. games1.Visible = true
  886. games2.Visible = false
  887. end)
  888.  
  889. games1.MouseButton1Down:connect(function()
  890. framecredits.Visible = false
  891. framefeguis.Visible = false
  892. framehubs.Visible = false
  893. framegames.Visible = true
  894. frameexecutor.Visible = false
  895. credits1.Visible = true
  896. credits2.Visible = false
  897. executor2.Visible = false
  898. executor1.Visible = true
  899. feguis1.Visible = true
  900. feguis2.Visible = false
  901. hubs1.Visible = true
  902. hubs2.Visible = false
  903. games1.Visible = false
  904. games2.Visible = true
  905. end)
  906.  
  907. hubs1.MouseButton1Down:connect(function()
  908. framecredits.Visible = false
  909. framefeguis.Visible = false
  910. framehubs.Visible = true
  911. framegames.Visible = false
  912. frameexecutor.Visible = false
  913. credits1.Visible = true
  914. credits2.Visible = false
  915. executor2.Visible = false
  916. executor1.Visible = true
  917. feguis1.Visible = true
  918. feguis2.Visible = false
  919. hubs1.Visible = false
  920. hubs2.Visible = true
  921. games1.Visible = true
  922. games2.Visible = false
  923. end)
  924.  
  925. Execute.MouseButton1Down:connect(function()
  926. loadstring(Console.Text)()
  927. end)
  928. Clear.MouseButton1Down:connect(function()
  929. Console.Text = ("")
  930. end)
  931. Inject.MouseButton1Down:connect(function()
  932. Console.Text = ("Injecting")
  933. Console.TextColor3 = Color3.new(0, 446, 0, 50)
  934. wait(2)
  935. Console.Text = ("Injected")
  936. Console.TextColor3 = Color3.new(0, 446, 0, 50)
  937. wait(2)
  938. Console.Text = ("Recommend loadstring")
  939. Console.TextColor3 = Color3.new(0, 446, 0, 50)
  940. end)
  941.  
  942. infnite.MouseButton1Down:connect(function()
  943. loadstring(game:HttpGet(('https://pastebin.com/raw/tzTXmYf2'),true))()
  944. end)
  945.  
  946. reviz.MouseButton1Down:connect(function()
  947. loadstring(game:HttpGet(('https://pastebin.com/raw/ibFPdiF7'),true))()
  948. end)
  949.  
  950. Glitchmax.MouseButton1Down:connect(function()
  951. loadstring(game:HttpGet(('https://pastebin.com/raw/jasPSApz'),true))()
  952. end)
  953.  
  954. r15.MouseButton1Down:connect(function()
  955. loadstring(game:HttpGet(('https://pastebin.com/raw/kYCfHfRU'),true))()
  956. end)
  957.  
  958. supreme.MouseButton1Down:connect(function()
  959. loadstring(game:HttpGet(('https://pastebin.com/raw/n9wrP3cU'),true))()
  960. end)
  961.  
  962. hyber.MouseButton1Down:connect(function()
  963. loadstring(game:HttpGet(('https://pastebin.com/raw/XaW3vgwL'),true))()
  964. end)
  965.  
  966. fathom.MouseButton1Down:connect(function()
  967. loadstring(game:HttpGet("https://pastebin.com/raw/UmhaEvTT",true))()
  968. end)
  969.  
  970. ADRONIX.MouseButton1Down:connect(function()
  971. loadstring(game:HttpGet('https://pastebin.com/raw/4eVmPK0x', true))()
  972. end)
  973.  
  974. aphotic.MouseButton1Down:connect(function()
  975. loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))();
  976. end)
  977.  
  978. arrow.MouseButton1Down:connect(function()
  979. loadstring(game:HttpGet("https://pastebin.com/raw/wr22zyvR", true))();
  980. end)
  981.  
  982. grabx.MouseButton1Down:connect(function()
  983. loadstring(game:HttpGet("https://pastebin.com/raw/FTf9uem2", true))()
  984. end)
  985.  
  986. rose.MouseButton1Down:connect(function()
  987. loadstring(game:HttpGet(('https://pastebin.com/raw/EvqnmAUB'),true))()
  988. end)
  989.  
  990. NinjaLegends.MouseButton1Down:connect(function()
  991. loadstring(game:HttpGet("https://pastebin.com/raw/u61dJDq7",true))()
  992. end)
  993.  
  994. PrisonLife.MouseButton1Down:connect(function()
  995. loadstring(game:HttpGet(('https://pastebin.com/raw/hePD222H'),true))()
  996. end)
  997.  
  998. Unnamedesp.MouseButton1Down:connect(function()
  999. loadstring(game:HttpGet("https://ic3w0lf.xyz/rblx/protoesp",true))()
  1000. end)
  1001.  
  1002. VehicleSimulator.MouseButton1Down:connect(function()
  1003. loadstring(game:HttpGet(('https://pastebin.com/raw/AwVspcd7'),true))()
  1004. end)
  1005.  
  1006. assasin.MouseButton1Down:connect(function()
  1007. loadstring(game:HttpGet(('https://pastebin.com/raw/eEPe5Jaj'),true))()
  1008. end)
  1009.  
  1010. counterblox.MouseButton1Down:connect(function()
  1011. loadstring(game:HttpGet(('https://pastebin.com/raw/GzXaBF0d'),true))()
  1012. end)
  1013.  
  1014. crittical.MouseButton1Down:connect(function()
  1015. loadstring(game:GetObjects("rbxassetid://4551373075")[1].Source)()
  1016. end)
  1017.  
  1018. jailbreak.MouseButton1Down:connect(function()
  1019. script=loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
  1020. end)
  1021.  
  1022. kingpitch.MouseButton1Down:connect(function()
  1023. loadstring(game:HttpGet(('https://pastebin.com/raw/nt40VRjN')))()
  1024. end)
  1025.  
  1026. murder.MouseButton1Down:connect(function()
  1027. loadstring(game:HttpGet(('https://raw.githubusercontent.com/ItsDucky1/DuckysMM2Script/master/Duckys_MurderMystery2Script'),true))()
  1028. end)
  1029.  
  1030. phantom.MouseButton1Down:connect(function()
  1031. loadstring(game:HttpGet('https://pastebin.com/raw/p6a6e3Y7', true))()
  1032. end)
  1033.  
  1034. Frame1.BackgroundTransparency = 1
  1035. Framechucnang.BackgroundTransparency = 1
  1036. TextLabel_7.BackgroundTransparency = 1
  1037. exit.BackgroundTransparency = 1
  1038. exit_2.BackgroundTransparency = 1
  1039. credits1.Visible = false
  1040. credits2.Visible = false
  1041. executor1.Visible = false
  1042. feguis1.Visible = false
  1043. games1.Visible = false
  1044. hubs1.Visible = false
  1045. framecredits.Visible = false
  1046. TextLabel_2.Visible = false
  1047. TextLabel_6.Visible = false
  1048.  
  1049. Frame1.BackgroundTransparency = 1
  1050. Framechucnang.BackgroundTransparency = 1
  1051. TextLabel_7.BackgroundTransparency = 1
  1052. exit.BackgroundTransparency = 1
  1053. exit_2.BackgroundTransparency = 1
  1054. credits1.Visible = false
  1055. credits2.Visible = false
  1056. executor1.Visible = false
  1057. feguis1.Visible = false
  1058. games1.Visible = false
  1059. hubs1.Visible = false
  1060. framecredits.Visible = false
  1061. TextLabel_2.Visible = false
  1062. TextLabel_6.Visible = false
  1063.  
  1064. loading.Visible = true
  1065. Frame1.BackgroundTransparency = 0.97
  1066. Framechucnang.BackgroundTransparency = 0.97
  1067. TextLabel_7.BackgroundTransparency = 0.97
  1068. exit.BackgroundTransparency = 0.97
  1069. exit_2.BackgroundTransparency = 0.97
  1070. wait(0.5)
  1071. Frame1.BackgroundTransparency = 0.95
  1072. Framechucnang.BackgroundTransparency = 0.95
  1073. TextLabel_7.BackgroundTransparency = 0.95
  1074. exit.BackgroundTransparency = 0.95
  1075. exit_2.BackgroundTransparency = 0.95
  1076. wait(0.5)
  1077. Frame1.BackgroundTransparency = 0.90
  1078. Framechucnang.BackgroundTransparency = 0.90
  1079. TextLabel_7.BackgroundTransparency = 0.90
  1080. exit.BackgroundTransparency = 0.90
  1081. exit_2.BackgroundTransparency = 0.90
  1082. wait(0.5)
  1083. Frame1.BackgroundTransparency = 0.87
  1084. Framechucnang.BackgroundTransparency = 0.87
  1085. TextLabel_7.BackgroundTransparency = 0.87
  1086. exit.BackgroundTransparency = 0.87
  1087. exit_2.BackgroundTransparency = 0.87
  1088. wait(0.5)
  1089. Frame1.BackgroundTransparency = 0.85
  1090. Framechucnang.BackgroundTransparency = 0.85
  1091. TextLabel_7.BackgroundTransparency = 0.85
  1092. exit.BackgroundTransparency = 0.85
  1093. exit_2.BackgroundTransparency = 0.85
  1094. wait(0.5)
  1095. Frame1.BackgroundTransparency = 0.80
  1096. Framechucnang.BackgroundTransparency = 0.80
  1097. TextLabel_7.BackgroundTransparency = 0.80
  1098. exit.BackgroundTransparency = 0.80
  1099. exit_2.BackgroundTransparency = 0.80
  1100. wait(0.5)
  1101. Frame1.BackgroundTransparency = 0.75
  1102. Framechucnang.BackgroundTransparency = 0.75
  1103. TextLabel_7.BackgroundTransparency = 0.75
  1104. exit.BackgroundTransparency = 0.75
  1105. exit_2.BackgroundTransparency = 0.75
  1106. wait(0.5)
  1107. Frame1.BackgroundTransparency = 0.70
  1108. Framechucnang.BackgroundTransparency = 0.70
  1109. TextLabel_7.BackgroundTransparency = 0.70
  1110. exit.BackgroundTransparency = 0.70
  1111. exit_2.BackgroundTransparency = 0.70
  1112. wait(0.5)
  1113. Frame1.BackgroundTransparency = 0.65
  1114. Framechucnang.BackgroundTransparency = 0.65
  1115. TextLabel_7.BackgroundTransparency = 0.65
  1116. exit.BackgroundTransparency = 0.65
  1117. exit_2.BackgroundTransparency = 0.65
  1118. wait(0.5)
  1119. Frame1.BackgroundTransparency = 0.60
  1120. Framechucnang.BackgroundTransparency = 0.60
  1121. TextLabel_7.BackgroundTransparency = 0.60
  1122. exit.BackgroundTransparency = 0.60
  1123. exit_2.BackgroundTransparency = 0.60
  1124. wait(0.5)
  1125. Frame1.BackgroundTransparency = 0.55
  1126. Framechucnang.BackgroundTransparency = 0.55
  1127. TextLabel_7.BackgroundTransparency = 0.5
  1128. exit.BackgroundTransparency = 0.55
  1129. exit_2.BackgroundTransparency = 0.55
  1130. wait(0.5)
  1131. Frame1.BackgroundTransparency = 0.50
  1132. Framechucnang.BackgroundTransparency = 0.50
  1133. TextLabel_7.BackgroundTransparency = 0.50
  1134. exit.BackgroundTransparency = 0.50
  1135. exit_2.BackgroundTransparency = 0.50
  1136. wait(0.5)
  1137. Frame1.BackgroundTransparency = 0.45
  1138. Framechucnang.BackgroundTransparency = 0.45
  1139. TextLabel_7.BackgroundTransparency = 0.45
  1140. exit.BackgroundTransparency = 0.45
  1141. exit_2.BackgroundTransparency = 0.45
  1142. wait(0.5)
  1143. Frame1.BackgroundTransparency = 0.40
  1144. Framechucnang.BackgroundTransparency = 0.40
  1145. TextLabel_7.BackgroundTransparency = 0.40
  1146. exit.BackgroundTransparency = 0.40
  1147. exit_2.BackgroundTransparency = 0.40
  1148. wait(0.5)
  1149. Frame1.BackgroundTransparency = 0.35
  1150. Framechucnang.BackgroundTransparency = 0.35
  1151. TextLabel_7.BackgroundTransparency = 0.35
  1152. exit.BackgroundTransparency = 0.35
  1153. exit_2.BackgroundTransparency = 0.35
  1154. wait(0.5)
  1155. Frame1.BackgroundTransparency = 0.30
  1156. Framechucnang.BackgroundTransparency = 0.30
  1157. TextLabel_7.BackgroundTransparency = 0.30
  1158. exit.BackgroundTransparency = 0.30
  1159. exit_2.BackgroundTransparency = 0.30
  1160. wait(0.5)
  1161. Frame1.BackgroundTransparency = 0.25
  1162. Framechucnang.BackgroundTransparency = 0.25
  1163. TextLabel_7.BackgroundTransparency = 0.25
  1164. exit.BackgroundTransparency = 0.25
  1165. exit_2.BackgroundTransparency = 0.25
  1166. wait(0.5)
  1167. Frame1.BackgroundTransparency = 0.20
  1168. Framechucnang.BackgroundTransparency = 0.20
  1169. TextLabel_7.BackgroundTransparency = 0.20
  1170. exit.BackgroundTransparency = 0.20
  1171. exit_2.BackgroundTransparency = 0.20
  1172. wait(0.5)
  1173. Frame1.BackgroundTransparency = 0.15
  1174. Framechucnang.BackgroundTransparency = 0.15
  1175. TextLabel_7.BackgroundTransparency = 0.15
  1176. exit.BackgroundTransparency = 0.15
  1177. exit_2.BackgroundTransparency = 0.15
  1178. wait(0.5)
  1179. Frame1.BackgroundTransparency = 0.10
  1180. Framechucnang.BackgroundTransparency = 0.10
  1181. TextLabel_7.BackgroundTransparency = 0.10
  1182. exit.BackgroundTransparency = 0.10
  1183. exit_2.BackgroundTransparency = 0.10
  1184. wait(0.5)
  1185. Frame1.BackgroundTransparency = 0.05
  1186. Framechucnang.BackgroundTransparency = 0.05
  1187. TextLabel_7.BackgroundTransparency = 0.05
  1188. exit.BackgroundTransparency = 0.05
  1189. exit_2.BackgroundTransparency = 0.05
  1190. wait(0.5)
  1191. Frame1.BackgroundTransparency = 0
  1192. Framechucnang.BackgroundTransparency = 0
  1193. TextLabel_7.BackgroundTransparency = 0
  1194. exit.BackgroundTransparency = 0
  1195. exit_2.BackgroundTransparency = 0
  1196. loaded.Visible = true
  1197. loaded:TweenSize(UDim2.new(0, 279, 0, 192))
  1198. wait(2)
  1199. loaded:TweenSize(UDim2.new(0, 0, 0, 192))
  1200. credits1.Visible = true
  1201. credits2.Visible = true
  1202. executor1.Visible = true
  1203. feguis1.Visible = true
  1204. games1.Visible = true
  1205. hubs1.Visible = true
  1206. framecredits.Visible = true
  1207. TextLabel_2.Visible = true
  1208. TextLabel_6.Visible = true
  1209. loading.Visible = false
  1210. wait(2)
  1211. loaded.Visible = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement