Advertisement
Pur3ity

New Essay

Jan 13th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 30.73 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. print "Made by Pure. V0.1-A WL code is Alpha"
  5. local PH = Instance.new("ScreenGui")
  6. local WaterMark = Instance.new("Frame")
  7. local Memes = Instance.new("TextLabel")
  8. local Whitelist = Instance.new("Frame")
  9. local WhitelistText = Instance.new("TextBox")
  10. local Check = Instance.new("TextButton")
  11. local MainHolder = Instance.new("ImageLabel")
  12. local ControllerHolder = Instance.new("Frame")
  13. local Controller = Instance.new("ImageButton")
  14. local CloseHolder = Instance.new("Frame")
  15. local Close = Instance.new("ImageButton")
  16. local InfoHolder = Instance.new("Frame")
  17. local Info = Instance.new("ImageButton")
  18. local Main = Instance.new("ImageButton")
  19. local InfoBox = Instance.new("Frame")
  20. local CloseInfo = Instance.new("TextButton")
  21. local InfoBox1 = Instance.new("TextLabel")
  22. local InfoBox2 = Instance.new("TextLabel")
  23. local GameMenu = Instance.new("Frame")
  24. local DragBar = Instance.new("Frame")
  25. local GameMenu_2 = Instance.new("TextLabel")
  26. local CloseGameMenu = Instance.new("TextButton")
  27. local Backgound = Instance.new("ImageLabel")
  28. local BloodFestButton = Instance.new("ImageButton")
  29. local APiratesButton = Instance.new("ImageButton")
  30. local OtherPureHub = Instance.new("ImageButton")
  31. local BloodFest = Instance.new("TextLabel")
  32. local PiratesTale = Instance.new("TextLabel")
  33. local PureHub = Instance.new("TextLabel")
  34. local BottomBar = Instance.new("TextLabel")
  35. local Message = Instance.new("TextLabel")
  36. local SpareButton1 = Instance.new("ImageButton")
  37. local Spare1 = Instance.new("TextLabel")
  38. local SpareButton4 = Instance.new("ImageButton")
  39. local SpareButton3 = Instance.new("ImageButton")
  40. local SpareButton2 = Instance.new("ImageButton")
  41. local SpareButton6 = Instance.new("ImageButton")
  42. local SpareButton5 = Instance.new("ImageButton")
  43. local Spare2 = Instance.new("TextLabel")
  44. local Spare3 = Instance.new("TextLabel")
  45. local Spare4 = Instance.new("TextLabel")
  46. local Spare5 = Instance.new("TextLabel")
  47. local Spare6 = Instance.new("TextLabel")
  48. local UTD = Instance.new("Frame")
  49. local Motd = Instance.new("TextLabel")
  50. local Title = Instance.new("TextLabel")
  51. local Version = Instance.new("TextLabel")
  52. local CloseUTD = Instance.new("TextButton")
  53. --Properties:
  54. PH.Name = "PH"
  55. PH.Parent = game.Players.LocalPlayer.PlayerGui
  56. PH.ResetOnSpawn = false
  57.  
  58. WaterMark.Name = "WaterMark"
  59. WaterMark.Parent = PH
  60. WaterMark.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  61. WaterMark.BorderSizePixel = 0
  62. WaterMark.Position = UDim2.new(0.5, -76, 0.5, -76)
  63. WaterMark.Rotation = 45
  64. WaterMark.Size = UDim2.new(0, 151, 0, 151)
  65.  
  66. Memes.Name = "Memes"
  67. Memes.Parent = WaterMark
  68. Memes.BackgroundColor3 = Color3.new(1, 1, 1)
  69. Memes.BackgroundTransparency = 1
  70. Memes.Position = UDim2.new(0.00459584594, 0, 0.334132344, 0)
  71. Memes.Rotation = 315
  72. Memes.Size = UDim2.new(0, 151, 0, 50)
  73. Memes.Font = Enum.Font.SourceSans
  74. Memes.Text = "PureHub"
  75. Memes.TextColor3 = Color3.new(0.858824, 0.898039, 0.0588235)
  76. Memes.TextScaled = true
  77. Memes.TextSize = 14
  78. Memes.TextWrapped = true
  79.  
  80. Whitelist.Name = "Whitelist"
  81. Whitelist.Parent = PH
  82. Whitelist.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  83. Whitelist.Position = UDim2.new(0.5, -76, 0.5, -32)
  84. Whitelist.Size = UDim2.new(0, 152, 0, 64)
  85. Whitelist.Visible = false
  86.  
  87. WhitelistText.Name = "WhitelistText"
  88. WhitelistText.Parent = Whitelist
  89. WhitelistText.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  90. WhitelistText.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  91. WhitelistText.Size = UDim2.new(0, 152, 0, 38)
  92. WhitelistText.Font = Enum.Font.SourceSans
  93. WhitelistText.PlaceholderText = "Enter Name"
  94. WhitelistText.Text = ""
  95. WhitelistText.TextColor3 = Color3.new(0, 0, 0)
  96. WhitelistText.TextSize = 14
  97.  
  98. Check.Name = "Check"
  99. Check.Parent = Whitelist
  100. Check.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  101. Check.BorderColor3 = Color3.new(0, 0, 0)
  102. Check.BorderSizePixel = 2
  103. Check.Position = UDim2.new(0.282894731, 0, 0.596249998, 0)
  104. Check.Size = UDim2.new(0, 66, 0, 25)
  105. Check.Font = Enum.Font.SourceSans
  106. Check.Text = "Check WL"
  107. Check.TextColor3 = Color3.new(0.796079, 0.796079, 0.796079)
  108. Check.TextSize = 14
  109.  
  110. MainHolder.Name = "MainHolder"
  111. MainHolder.Parent = PH
  112. MainHolder.BackgroundColor3 = Color3.new(1, 1, 1)
  113. MainHolder.BackgroundTransparency = 1
  114. MainHolder.Position = UDim2.new(0, 0, 1, -261)
  115. MainHolder.Size = UDim2.new(0, 261, 0, 261)
  116. MainHolder.Visible = false
  117. MainHolder.Image = "rbxassetid://2739510721"
  118. MainHolder.ImageTransparency = 1
  119.  
  120. ControllerHolder.Name = "ControllerHolder"
  121. ControllerHolder.Parent = MainHolder
  122. ControllerHolder.BackgroundColor3 = Color3.new(1, 1, 1)
  123. ControllerHolder.BackgroundTransparency = 1
  124. ControllerHolder.Position = UDim2.new(0.101999998, 0, 0.677999973, 0)
  125. ControllerHolder.Size = UDim2.new(0, 58, 0, 54)
  126.  
  127. Controller.Name = "Controller"
  128. Controller.Parent = ControllerHolder
  129. Controller.BackgroundColor3 = Color3.new(1, 1, 1)
  130. Controller.BackgroundTransparency = 1
  131. Controller.Position = UDim2.new(0.0423448235, 0, 0.00503703207, 0)
  132. Controller.Size = UDim2.new(0, 53, 0, 53)
  133. Controller.Image = "rbxassetid://2739509013"
  134. Controller.ImageTransparency = 0.5
  135.  
  136. CloseHolder.Name = "CloseHolder"
  137. CloseHolder.Parent = MainHolder
  138. CloseHolder.BackgroundColor3 = Color3.new(1, 1, 1)
  139. CloseHolder.BackgroundTransparency = 1
  140. CloseHolder.Position = UDim2.new(0.101999998, 0, 0.677999973, 0)
  141. CloseHolder.Size = UDim2.new(0, 58, 0, 54)
  142.  
  143. Close.Name = "Close"
  144. Close.Parent = CloseHolder
  145. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  146. Close.BackgroundTransparency = 1
  147. Close.Position = UDim2.new(0.032344833, 0, -0.012740761, 0)
  148. Close.Size = UDim2.new(0, 54, 0, 54)
  149. Close.Image = "rbxassetid://2739510209"
  150. Close.ImageTransparency = 0.5
  151.  
  152. InfoHolder.Name = "InfoHolder"
  153. InfoHolder.Parent = MainHolder
  154. InfoHolder.BackgroundColor3 = Color3.new(1, 1, 1)
  155. InfoHolder.BackgroundTransparency = 1
  156. InfoHolder.Position = UDim2.new(0.101999998, 0, 0.677999973, 0)
  157. InfoHolder.Size = UDim2.new(0, 58, 0, 54)
  158.  
  159. Info.Name = "Info"
  160. Info.Parent = InfoHolder
  161. Info.BackgroundColor3 = Color3.new(1, 1, 1)
  162. Info.BackgroundTransparency = 1
  163. Info.Position = UDim2.new(0.0151034445, 0, -0.0227407739, 0)
  164. Info.Size = UDim2.new(0, 55, 0, 55)
  165. Info.Image = "rbxassetid://2739509468"
  166. Info.ImageTransparency = 0.5
  167.  
  168. Main.Name = "Main"
  169. Main.Parent = MainHolder
  170. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  171. Main.BackgroundTransparency = 1
  172. Main.Position = UDim2.new(0, 0, 1, -110)
  173. Main.Size = UDim2.new(0, 110, 0, 110)
  174. Main.Image = "rbxassetid://2739509268"
  175.  
  176. InfoBox.Name = "InfoBox"
  177. InfoBox.Parent = PH
  178. InfoBox.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  179. InfoBox.Position = UDim2.new(0.5, -96, 0.5, -89)
  180. InfoBox.Size = UDim2.new(0, 193, 0, 178)
  181. InfoBox.Visible = false
  182.  
  183. CloseInfo.Name = "CloseInfo"
  184. CloseInfo.Parent = InfoBox
  185. CloseInfo.BackgroundColor3 = Color3.new(1, 1, 1)
  186. CloseInfo.BackgroundTransparency = 1
  187. CloseInfo.Position = UDim2.new(0.875647664, 0, -0.0337078646, 0)
  188. CloseInfo.Size = UDim2.new(0, 33, 0, 25)
  189. CloseInfo.Font = Enum.Font.SourceSans
  190. CloseInfo.Text = "x"
  191. CloseInfo.TextColor3 = Color3.new(1, 1, 1)
  192. CloseInfo.TextScaled = true
  193. CloseInfo.TextSize = 14
  194. CloseInfo.TextWrapped = true
  195.  
  196. InfoBox1.Name = "InfoBox1"
  197. InfoBox1.Parent = InfoBox
  198. InfoBox1.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  199. InfoBox1.BorderColor3 = Color3.new(0, 0, 0)
  200. InfoBox1.BorderSizePixel = 0
  201. InfoBox1.Position = UDim2.new(0.134715021, 0, 0, 0)
  202. InfoBox1.Size = UDim2.new(0, 151, 0, 178)
  203. InfoBox1.Font = Enum.Font.SourceSans
  204. InfoBox1.Text = "PureHub"
  205. InfoBox1.TextColor3 = Color3.new(0.941177, 0.941177, 0.941177)
  206. InfoBox1.TextSize = 30
  207. InfoBox1.TextYAlignment = Enum.TextYAlignment.Top
  208.  
  209. InfoBox2.Name = "InfoBox2"
  210. InfoBox2.Parent = InfoBox
  211. InfoBox2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  212. InfoBox2.Position = UDim2.new(0, 0, 0.191011235, 0)
  213. InfoBox2.Size = UDim2.new(0, 193, 0, 144)
  214. InfoBox2.Font = Enum.Font.SourceSans
  215. InfoBox2.Text = "PureHub is Developed by Pure. Not all Scripts are made and Owned by Pure. Some Scripts may break or not work on certain exploits."
  216. InfoBox2.TextColor3 = Color3.new(0.941177, 0.941177, 0.941177)
  217. InfoBox2.TextScaled = true
  218. InfoBox2.TextSize = 30
  219. InfoBox2.TextWrapped = true
  220. InfoBox2.TextYAlignment = Enum.TextYAlignment.Top
  221.  
  222. GameMenu.Name = "GameMenu"
  223. GameMenu.Parent = PH
  224. GameMenu.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  225. GameMenu.BorderColor3 = Color3.new(0, 0, 0)
  226. GameMenu.BorderSizePixel = 2
  227. GameMenu.Position = UDim2.new(0.5, -116, 2, -190)
  228. GameMenu.Size = UDim2.new(0, 232, 0, 380)
  229.  
  230. DragBar.Name = "DragBar"
  231. DragBar.Parent = GameMenu
  232. DragBar.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  233. DragBar.BackgroundTransparency = 0.5
  234. DragBar.Size = UDim2.new(0, 232, 0, 21)
  235.  
  236. GameMenu_2.Name = "GameMenu"
  237. GameMenu_2.Parent = DragBar
  238. GameMenu_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  239. GameMenu_2.BackgroundTransparency = 0.5
  240. GameMenu_2.BorderSizePixel = 0
  241. GameMenu_2.Position = UDim2.new(0.211206898, 0, 0, 0)
  242. GameMenu_2.Size = UDim2.new(0, 132, 0, 48)
  243. GameMenu_2.Font = Enum.Font.SourceSans
  244. GameMenu_2.Text = "Game Menu"
  245. GameMenu_2.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  246. GameMenu_2.TextScaled = true
  247. GameMenu_2.TextSize = 14
  248. GameMenu_2.TextWrapped = true
  249.  
  250. CloseGameMenu.Name = "CloseGameMenu"
  251. CloseGameMenu.Parent = DragBar
  252. CloseGameMenu.BackgroundColor3 = Color3.new(1, 1, 1)
  253. CloseGameMenu.BackgroundTransparency = 1
  254. CloseGameMenu.Position = UDim2.new(0.892241359, 0, -0.454545468, 0)
  255. CloseGameMenu.Size = UDim2.new(0, 35, 0, 32)
  256. CloseGameMenu.Font = Enum.Font.SourceSans
  257. CloseGameMenu.Text = "x"
  258. CloseGameMenu.TextColor3 = Color3.new(0, 0, 0)
  259. CloseGameMenu.TextScaled = true
  260. CloseGameMenu.TextSize = 14
  261. CloseGameMenu.TextWrapped = true
  262.  
  263. Backgound.Name = "Backgound"
  264. Backgound.Parent = GameMenu
  265. Backgound.BackgroundColor3 = Color3.new(1, 1, 1)
  266. Backgound.BackgroundTransparency = 1
  267. Backgound.Position = UDim2.new(0.193965524, 0, 0.423366696, 0)
  268. Backgound.Size = UDim2.new(0, 141, 0, 105)
  269. Backgound.Image = "rbxassetid://2740174392"
  270. Backgound.ImageTransparency = 0.60000002384186
  271.  
  272. BloodFestButton.Name = "BloodFestButton"
  273. BloodFestButton.Parent = GameMenu
  274. BloodFestButton.BackgroundColor3 = Color3.new(1, 1, 1)
  275. BloodFestButton.Position = UDim2.new(0.0301724114, 0, 0.156047225, 0)
  276. BloodFestButton.Size = UDim2.new(0, 68, 0, 68)
  277. BloodFestButton.Image = "rbxassetid://2746990592"
  278.  
  279. APiratesButton.Name = "APiratesButton"
  280. APiratesButton.Parent = GameMenu
  281. APiratesButton.BackgroundColor3 = Color3.new(1, 1, 1)
  282. APiratesButton.Position = UDim2.new(0.353448272, 0, 0.156047225, 0)
  283. APiratesButton.Size = UDim2.new(0, 68, 0, 68)
  284. APiratesButton.Image = "rbxassetid://2746995473"
  285.  
  286. OtherPureHub.Name = "OtherPureHub"
  287. OtherPureHub.Parent = GameMenu
  288. OtherPureHub.BackgroundColor3 = Color3.new(1, 1, 1)
  289. OtherPureHub.Position = UDim2.new(0.681034505, 0, 0.156047225, 0)
  290. OtherPureHub.Size = UDim2.new(0, 68, 0, 68)
  291. OtherPureHub.Image = "rbxassetid://2747009509"
  292.  
  293. BloodFest.Name = "BloodFest"
  294. BloodFest.Parent = GameMenu
  295. BloodFest.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  296. BloodFest.BackgroundTransparency = 0.5
  297. BloodFest.Position = UDim2.new(0.0301724132, 0, 0.333242804, 0)
  298. BloodFest.Size = UDim2.new(0, 68, 0, 20)
  299. BloodFest.Font = Enum.Font.SourceSans
  300. BloodFest.Text = "BloodFest"
  301. BloodFest.TextColor3 = Color3.new(1, 1, 1)
  302. BloodFest.TextSize = 14
  303.  
  304. PiratesTale.Name = "PiratesTale"
  305. PiratesTale.Parent = GameMenu
  306. PiratesTale.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  307. PiratesTale.BackgroundTransparency = 0.5
  308. PiratesTale.Position = UDim2.new(0.353448272, 0, 0.333242804, 0)
  309. PiratesTale.Size = UDim2.new(0, 68, 0, 20)
  310. PiratesTale.Font = Enum.Font.SourceSans
  311. PiratesTale.Text = "PiratesTale"
  312. PiratesTale.TextColor3 = Color3.new(1, 1, 1)
  313. PiratesTale.TextSize = 14
  314.  
  315. PureHub.Name = "PureHub"
  316. PureHub.Parent = GameMenu
  317. PureHub.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  318. PureHub.BackgroundTransparency = 0.5
  319. PureHub.Position = UDim2.new(0.681034446, 0, 0.333242804, 0)
  320. PureHub.Size = UDim2.new(0, 68, 0, 20)
  321. PureHub.Font = Enum.Font.SourceSans
  322. PureHub.Text = "PureHub"
  323. PureHub.TextColor3 = Color3.new(1, 1, 1)
  324. PureHub.TextSize = 14
  325.  
  326. BottomBar.Name = "BottomBar"
  327. BottomBar.Parent = GameMenu
  328. BottomBar.BackgroundColor3 = Color3.new(0, 0, 0)
  329. BottomBar.BackgroundTransparency = 0.69999998807907
  330. BottomBar.Position = UDim2.new(0, 0, 0.933035851, 0)
  331. BottomBar.Size = UDim2.new(0, 55, 0, 22)
  332. BottomBar.Font = Enum.Font.SourceSans
  333. BottomBar.Text = "PureHub"
  334. BottomBar.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  335. BottomBar.TextSize = 14
  336.  
  337. Message.Name = "Message"
  338. Message.Parent = GameMenu
  339. Message.BackgroundColor3 = Color3.new(1, 1, 1)
  340. Message.BackgroundTransparency = 1
  341. Message.Position = UDim2.new(0.577586234, 0, 0.931887984, 0)
  342. Message.Size = UDim2.new(0, 73, 0, 29)
  343. Message.Font = Enum.Font.SourceSans
  344. Message.Text = "More Will Be Added Soon"
  345. Message.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  346. Message.TextSize = 14
  347.  
  348. SpareButton1.Name = "SpareButton1"
  349. SpareButton1.Parent = GameMenu
  350. SpareButton1.BackgroundColor3 = Color3.new(1, 1, 1)
  351. SpareButton1.Position = UDim2.new(0.0301724076, 0, 0.410578281, 0)
  352. SpareButton1.Size = UDim2.new(0, 68, 0, 68)
  353.  
  354. Spare1.Name = "Spare1"
  355. Spare1.Parent = GameMenu
  356. Spare1.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  357. Spare1.BackgroundTransparency = 0.5
  358. Spare1.Position = UDim2.new(0.030172348, 0, 0.587105989, 0)
  359. Spare1.Size = UDim2.new(0, 68, 0, 20)
  360. Spare1.Font = Enum.Font.SourceSans
  361. Spare1.Text = "Spare Button"
  362. Spare1.TextColor3 = Color3.new(1, 1, 1)
  363. Spare1.TextSize = 14
  364.  
  365. SpareButton4.Name = "SpareButton4"
  366. SpareButton4.Parent = GameMenu
  367. SpareButton4.BackgroundColor3 = Color3.new(1, 1, 1)
  368. SpareButton4.Position = UDim2.new(0.0301724076, 0, 0.673224032, 0)
  369. SpareButton4.Size = UDim2.new(0, 68, 0, 68)
  370.  
  371. SpareButton3.Name = "SpareButton3"
  372. SpareButton3.Parent = GameMenu
  373. SpareButton3.BackgroundColor3 = Color3.new(1, 1, 1)
  374. SpareButton3.Position = UDim2.new(0.681034505, 0, 0.410578281, 0)
  375. SpareButton3.Size = UDim2.new(0, 68, 0, 68)
  376.  
  377. SpareButton2.Name = "SpareButton2"
  378. SpareButton2.Parent = GameMenu
  379. SpareButton2.BackgroundColor3 = Color3.new(1, 1, 1)
  380. SpareButton2.Position = UDim2.new(0.353448272, 0, 0.410578281, 0)
  381. SpareButton2.Size = UDim2.new(0, 68, 0, 68)
  382.  
  383. SpareButton6.Name = "SpareButton6"
  384. SpareButton6.Parent = GameMenu
  385. SpareButton6.BackgroundColor3 = Color3.new(1, 1, 1)
  386. SpareButton6.Position = UDim2.new(0.681034446, 0, 0.670599401, 0)
  387. SpareButton6.Size = UDim2.new(0, 68, 0, 68)
  388.  
  389. SpareButton5.Name = "SpareButton5"
  390. SpareButton5.Parent = GameMenu
  391. SpareButton5.BackgroundColor3 = Color3.new(1, 1, 1)
  392. SpareButton5.Position = UDim2.new(0.353448272, 0, 0.670599401, 0)
  393. SpareButton5.Size = UDim2.new(0, 68, 0, 68)
  394.  
  395. Spare2.Name = "Spare2"
  396. Spare2.Parent = GameMenu
  397. Spare2.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  398. Spare2.BackgroundTransparency = 0.5
  399. Spare2.Position = UDim2.new(0.349137872, 0, 0.587105989, 0)
  400. Spare2.Size = UDim2.new(0, 68, 0, 20)
  401. Spare2.Font = Enum.Font.SourceSans
  402. Spare2.Text = "Spare Button"
  403. Spare2.TextColor3 = Color3.new(1, 1, 1)
  404. Spare2.TextSize = 14
  405.  
  406. Spare3.Name = "Spare3"
  407. Spare3.Parent = GameMenu
  408. Spare3.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  409. Spare3.BackgroundTransparency = 0.5
  410. Spare3.Position = UDim2.new(0.681034446, 0, 0.587105989, 0)
  411. Spare3.Size = UDim2.new(0, 68, 0, 20)
  412. Spare3.Font = Enum.Font.SourceSans
  413. Spare3.Text = "Spare Button"
  414. Spare3.TextColor3 = Color3.new(1, 1, 1)
  415. Spare3.TextSize = 14
  416.  
  417. Spare4.Name = "Spare4"
  418. Spare4.Parent = GameMenu
  419. Spare4.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  420. Spare4.BackgroundTransparency = 0.5
  421. Spare4.Position = UDim2.new(0.030172348, 0, 0.846948504, 0)
  422. Spare4.Size = UDim2.new(0, 68, 0, 20)
  423. Spare4.Font = Enum.Font.SourceSans
  424. Spare4.Text = "Spare Button"
  425. Spare4.TextColor3 = Color3.new(1, 1, 1)
  426. Spare4.TextSize = 14
  427.  
  428. Spare5.Name = "Spare5"
  429. Spare5.Parent = GameMenu
  430. Spare5.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  431. Spare5.BackgroundTransparency = 0.5
  432. Spare5.Position = UDim2.new(0.349137872, 0, 0.846948504, 0)
  433. Spare5.Size = UDim2.new(0, 68, 0, 20)
  434. Spare5.Font = Enum.Font.SourceSans
  435. Spare5.Text = "Spare Button"
  436. Spare5.TextColor3 = Color3.new(1, 1, 1)
  437. Spare5.TextSize = 14
  438.  
  439. Spare6.Name = "Spare6"
  440. Spare6.Parent = GameMenu
  441. Spare6.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  442. Spare6.BackgroundTransparency = 0.5
  443. Spare6.Position = UDim2.new(0.681034446, 0, 0.846948504, 0)
  444. Spare6.Size = UDim2.new(0, 68, 0, 20)
  445. Spare6.Font = Enum.Font.SourceSans
  446. Spare6.Text = "Spare Button"
  447. Spare6.TextColor3 = Color3.new(1, 1, 1)
  448. Spare6.TextSize = 14
  449.  
  450. UTD.Name = "UTD"
  451. UTD.Parent = PH
  452. UTD.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  453. UTD.Position = UDim2.new(0.5, -107, 0, 0)
  454. UTD.Size = UDim2.new(0, 214, 0, 87)
  455. UTD.Visible = false
  456.  
  457. Motd.Name = "Motd"
  458. Motd.Parent = UTD
  459. Motd.BackgroundColor3 = Color3.new(1, 1, 1)
  460. Motd.BackgroundTransparency = 1
  461. Motd.Position = UDim2.new(0.169894353, 0, 0.440501928, 0)
  462. Motd.Size = UDim2.new(0, 141, 0, 35)
  463. Motd.Font = Enum.Font.SourceSans
  464. Motd.Text = "MOTD"
  465. Motd.TextColor3 = Color3.new(0.992157, 0.992157, 0.992157)
  466. Motd.TextScaled = true
  467. Motd.TextSize = 14
  468. Motd.TextWrapped = true
  469.  
  470. Title.Name = "Title"
  471. Title.Parent = UTD
  472. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  473. Title.BackgroundTransparency = 1
  474. Title.Position = UDim2.new(0.0297075082, 0, 0, 0)
  475. Title.Size = UDim2.new(0, 200, 0, 38)
  476. Title.Font = Enum.Font.SourceSans
  477. Title.Text = "PureHub"
  478. Title.TextColor3 = Color3.new(0.94902, 0.992157, 0.12549)
  479. Title.TextScaled = true
  480. Title.TextSize = 14
  481. Title.TextWrapped = true
  482.  
  483. Version.Name = "Version"
  484. Version.Parent = UTD
  485. Version.BackgroundColor3 = Color3.new(1, 1, 1)
  486. Version.BackgroundTransparency = 1
  487. Version.Position = UDim2.new(0, 0, 0.821773946, 0)
  488. Version.Size = UDim2.new(0, 70, 0, 20)
  489. Version.Font = Enum.Font.SourceSans
  490. Version.Text = "Version 0.1A"
  491. Version.TextColor3 = Color3.new(0.992157, 0.992157, 0.992157)
  492. Version.TextSize = 15
  493. Version.TextWrapped = true
  494.  
  495. CloseUTD.Name = "CloseUTD"
  496. CloseUTD.Parent = UTD
  497. CloseUTD.BackgroundColor3 = Color3.new(1, 1, 1)
  498. CloseUTD.BackgroundTransparency = 1
  499. CloseUTD.Position = UDim2.new(0.881709933, 0, 0, 0)
  500. CloseUTD.Size = UDim2.new(0, 25, 0, 22)
  501. CloseUTD.Font = Enum.Font.SourceSans
  502. CloseUTD.Text = "x"
  503. CloseUTD.TextColor3 = Color3.new(1, 1, 1)
  504. CloseUTD.TextScaled = true
  505. CloseUTD.TextSize = 14
  506. CloseUTD.TextWrapped = true
  507. -- Scripts:
  508. function SCRIPT_ITFW77_FAKESCRIPT() -- PH.Animate1
  509.     getfenv().script = Instance.new('LocalScript', PH)
  510.  
  511.     Icon = game.Players.LocalPlayer.PlayerGui.PH.WaterMark
  512.     Icon1 = game.Players.LocalPlayer.PlayerGui.PH.WaterMark.Memes
  513.     ---Animation Start
  514.     function AnimateStart()
  515.     Icon.BackgroundTransparency = 1
  516.     wait(0.1)
  517.     Icon.BackgroundTransparency = 0.9
  518.     wait(0.1)
  519.     Icon.BackgroundTransparency = 0.8
  520.     wait(0.1)
  521.     Icon.BackgroundTransparency = 0.7
  522.     wait(0.1)
  523.     Icon.BackgroundTransparency = 0.6
  524.     wait(0.1)
  525.     Icon.BackgroundTransparency = 0.5
  526.     wait(0.1)
  527.     Icon.BackgroundTransparency = 0.4
  528.     wait(0.1)
  529.     Icon.BackgroundTransparency = 0.3
  530.     wait(0.1)
  531.     Icon.BackgroundTransparency = 0.2
  532.     wait(0.1)
  533.     Icon.BackgroundTransparency = 0.1
  534.     wait(0.1)
  535.     Icon.BackgroundTransparency = 0
  536.     wait (2)
  537.     Icon.BackgroundTransparency = 0.1
  538.     wait(0.1)
  539.     Icon.BackgroundTransparency = 0.2
  540.     wait(0.1)
  541.     Icon.BackgroundTransparency = 0.3
  542.     wait(0.1)
  543.     Icon.BackgroundTransparency = 0.4
  544.     wait(0.1)
  545.     Icon.BackgroundTransparency = 0.5
  546.     wait(0.1)
  547.     Icon.BackgroundTransparency = 0.6
  548.     wait(0.1)
  549.     Icon.BackgroundTransparency = 0.7
  550.     wait(0.1)
  551.     Icon.BackgroundTransparency = 0.8
  552.     wait(0.1)
  553.     Icon.BackgroundTransparency = 0.9
  554.     wait(0.1)
  555.     Icon.BackgroundTransparency = 1
  556.     Icon:Destroy()
  557.    
  558.     end
  559.     ---Animation End
  560.     AnimateStart()
  561.    
  562.    
  563.    
  564.  
  565. end
  566. coroutine.resume(coroutine.create(SCRIPT_ITFW77_FAKESCRIPT))
  567. function SCRIPT_AULK73_FAKESCRIPT() -- PH.Animate2
  568.     getfenv().script = Instance.new('LocalScript', PH)
  569.  
  570.     Icon = game.Players.LocalPlayer.PlayerGui.PH.WaterMark
  571.    
  572.     ---Animation Start
  573.     function AnimateStart()
  574.     for i = 1, 360 do
  575.      Icon.Rotation=i
  576.      wait()
  577.      end
  578.     end
  579.     ---Animation End
  580.     AnimateStart()
  581.    
  582.    
  583.    
  584.  
  585. end
  586. coroutine.resume(coroutine.create(SCRIPT_AULK73_FAKESCRIPT))
  587. function SCRIPT_JJAK86_FAKESCRIPT() -- PH.Animate3
  588.     getfenv().script = Instance.new('LocalScript', PH)
  589.  
  590.     Icon1 = game.Players.LocalPlayer.PlayerGui.PH.WaterMark.Memes
  591.     ---Animation Start
  592.     function AnimateStart1()
  593.     Icon1.TextTransparency = 1
  594.     wait(0.1)
  595.     Icon1.TextTransparency = 0.9
  596.     wait(0.1)
  597.     Icon1.TextTransparency = 0.8
  598.     wait(0.1)
  599.     Icon1.TextTransparency = 0.7
  600.     wait(0.1)
  601.     Icon1.TextTransparency = 0.6
  602.     wait(0.1)
  603.     Icon1.TextTransparency = 0.5
  604.     wait(0.1)
  605.     Icon1.TextTransparency = 0.4
  606.     wait(0.1)
  607.     Icon1.TextTransparency = 0.3
  608.     wait(0.1)
  609.     Icon1.TextTransparency = 0.2
  610.     wait(0.1)
  611.     Icon1.TextTransparency = 0.1
  612.     wait(0.1)
  613.     Icon1.TextTransparency = 0
  614.     wait (2)
  615.     Icon1.TextTransparency = 0.1
  616.     wait(0.1)
  617.     Icon1.TextTransparency = 0.2
  618.     wait(0.1)
  619.     Icon1.TextTransparency = 0.3
  620.     wait(0.1)
  621.     Icon1.TextTransparency = 0.4
  622.     wait(0.1)
  623.     Icon1.TextTransparency = 0.5
  624.     wait(0.1)
  625.     Icon1.TextTransparency = 0.6
  626.     wait(0.1)
  627.     Icon1.TextTransparency = 0.7
  628.     wait(0.1)
  629.     Icon1.TextTransparency = 0.8
  630.     wait(0.1)
  631.     Icon1.TextTransparency = 0.9
  632.     wait(0.1)
  633.     Icon1.TextTransparency = 1
  634.     Icon1:Destroy()
  635.    
  636.     end
  637.     ---Animation End
  638.     AnimateStart1()
  639.    
  640.    
  641.    
  642.  
  643. end
  644. coroutine.resume(coroutine.create(SCRIPT_JJAK86_FAKESCRIPT))
  645. function SCRIPT_JBWN70_FAKESCRIPT() -- Check.WhiteListers
  646.     getfenv().script = Instance.new('LocalScript', Check)
  647.  
  648.     ---Start
  649.     game.Players.LocalPlayer.PlayerGui.PH.Whitelist.Visible = false
  650.     wait(3)
  651.     game.Players.LocalPlayer.PlayerGui.PH.Whitelist.Visible = true
  652.     code = game.Players.LocalPlayer.PlayerGui.PH.Whitelist.WhitelistText
  653.     button = game.Players.LocalPlayer.PlayerGui.PH.Whitelist.Check
  654.         button.MouseButton1Down:connect(function()
  655.         if code.Text == "Alpha" or code.Text == "Pure"
  656.         then
  657.         print "Whitelist Valid"
  658.         game.Players.LocalPlayer.PlayerGui.PH.MainHolder.Visible = true
  659.         game.Players.LocalPlayer.PlayerGui.PH.UTD.Visible = true
  660.         game.Players.LocalPlayer.PlayerGui.PH.Whitelist:Destroy()
  661.     else
  662.         print "Whitelist Invalid"
  663.         game.Players.LocalPlayer.PlayerGui.PH:Destroy()
  664.         end
  665.     end)
  666.     ---End
  667.  
  668. end
  669. coroutine.resume(coroutine.create(SCRIPT_JBWN70_FAKESCRIPT))
  670. function SCRIPT_NTMV67_FAKESCRIPT() -- Controller.OpenGameMenu
  671.     getfenv().script = Instance.new('LocalScript', Controller)
  672.  
  673.     button = game.Players.LocalPlayer.PlayerGui.PH.MainHolder.ControllerHolder.Controller
  674.         button.MouseButton1Down:connect(function()
  675.         print "Game Menu Open"
  676.         game.Players.LocalPlayer.PlayerGui.PH.GameMenu:TweenPosition(UDim2.new(0.5, -116, 0.5, -190), 'Out', 'Quart' , 1)
  677.     end)
  678.  
  679. end
  680. coroutine.resume(coroutine.create(SCRIPT_NTMV67_FAKESCRIPT))
  681. function SCRIPT_DZKY88_FAKESCRIPT() -- Close.ClosingScript
  682.     getfenv().script = Instance.new('LocalScript', Close)
  683.  
  684.     Hold = game.Players.LocalPlayer.PlayerGui.PH.MainHolder
  685.    
  686.      button = game.Players.LocalPlayer.PlayerGui.PH.MainHolder.CloseHolder.Close
  687.         button.MouseButton1Down:connect(function()
  688.         print "Menu Closed"
  689.         Hold.ControllerHolder:TweenPosition(UDim2.new(0.102, 0,0.678, 0), 'Out', 'Quart' , 1)
  690.         Hold.CloseHolder:TweenPosition(UDim2.new(0.102, 0,0.678, 0), 'Out', 'Quart' , 1)
  691.         Hold.InfoHolder:TweenPosition(UDim2.new(0.102, 0,0.678, 0), 'Out', 'Quart' , 1)
  692.     end)
  693.  
  694. end
  695. coroutine.resume(coroutine.create(SCRIPT_DZKY88_FAKESCRIPT))
  696. function SCRIPT_YRXV70_FAKESCRIPT() -- Info.InfoOpenScript
  697.     getfenv().script = Instance.new('LocalScript', Info)
  698.  
  699.      button = game.Players.LocalPlayer.PlayerGui.PH.MainHolder.InfoHolder.Info
  700.         button.MouseButton1Down:connect(function()
  701.     game.Players.LocalPlayer.PlayerGui.PH.InfoBox.Visible = true
  702.     end)
  703.  
  704. end
  705. coroutine.resume(coroutine.create(SCRIPT_YRXV70_FAKESCRIPT))
  706. function SCRIPT_ITVR83_FAKESCRIPT() -- Main.AnimationMenu
  707.     getfenv().script = Instance.new('LocalScript', Main)
  708.  
  709.     MenuIcon = game.Players.LocalPlayer.PlayerGui.PH.MainHolder.Main
  710.     CloseIcon = game.Players.LocalPlayer.PlayerGui.PH.MainHolder.CloseHolder.Close
  711.     controllerIcon = game.Players.LocalPlayer.PlayerGui.PH.MainHolder.ControllerHolder.Controller
  712.     InfoIcon = game.Players.LocalPlayer.PlayerGui.PH.MainHolder.InfoHolder.Info
  713.     Hold = game.Players.LocalPlayer.PlayerGui.PH.MainHolder
  714.    
  715.      function Magic()
  716.             if button.Visible == true
  717.             then
  718.                 print "true"
  719.             Hold.ControllerHolder:TweenPosition(UDim2.new(0.604, 0,0.178, 0), 'Out', 'Quart' , 1)
  720.             Hold.CloseHolder:TweenPosition(UDim2.new(0.155, 0,0.037, 0), 'Out', 'Quart' , 1)
  721.             Hold.InfoHolder:TweenPosition(UDim2.new(0.757, 0,0.634, 0), 'Out', 'Quart' , 1)
  722.             else
  723.                 print "false"
  724.                 button.Visible = false
  725.             Hold.ControllerHolder:TweenPosition(UDim2.new(0.102, 0,0.678, 0), 'Out', 'Quart' , 1)
  726.             Hold.CloseHolder:TweenPosition(UDim2.new(0.102, 0,0.678, 0), 'Out', 'Quart' , 1)
  727.             Hold.InfoHolder:TweenPosition(UDim2.new(0.102, 0,0.678, 0), 'Out', 'Quart' , 1)
  728.             end
  729.     end
  730.    
  731.    
  732.    
  733.    
  734.    
  735.     button = game.Players.LocalPlayer.PlayerGui.PH.MainHolder.Main
  736.         button.MouseButton1Down:connect(function()
  737.         Magic()
  738.     end)
  739.    
  740.    
  741.  
  742. end
  743. coroutine.resume(coroutine.create(SCRIPT_ITVR83_FAKESCRIPT))
  744. function SCRIPT_NLDY68_FAKESCRIPT() -- CloseInfo.CloseInfoScript
  745.     getfenv().script = Instance.new('LocalScript', CloseInfo)
  746.  
  747.      button = game.Players.LocalPlayer.PlayerGui.PH.InfoBox.CloseInfo
  748.         button.MouseButton1Down:connect(function()
  749.     game.Players.LocalPlayer.PlayerGui.PH.InfoBox.Visible = false
  750.     end)
  751.  
  752. end
  753. coroutine.resume(coroutine.create(SCRIPT_NLDY68_FAKESCRIPT))
  754. function SCRIPT_USVC81_FAKESCRIPT() -- CloseGameMenu.CloseMenuScript
  755.     getfenv().script = Instance.new('LocalScript', CloseGameMenu)
  756.  
  757.     button = game.Players.LocalPlayer.PlayerGui.PH.GameMenu.DragBar.CloseGameMenu
  758.         button.MouseButton1Down:connect(function()
  759.         game.Players.LocalPlayer.PlayerGui.PH.GameMenu:TweenPosition(UDim2.new(0.5, -116, 2, -190), 'Out', 'Quart' , 3)
  760.        
  761.     end)
  762.  
  763. end
  764. coroutine.resume(coroutine.create(SCRIPT_USVC81_FAKESCRIPT))
  765. function SCRIPT_QNTM67_FAKESCRIPT() -- BloodFestButton.BloodFestScript
  766.     getfenv().script = Instance.new('LocalScript', BloodFestButton)
  767.  
  768.     button = game.Players.LocalPlayer.PlayerGui.PH.GameMenu.BloodFestButton
  769.         button.MouseButton1Down:connect(function()
  770.         --PASTE BLOODFEST CODE HERE
  771.        
  772.         --END OF BLOODFEST CODE
  773.     end)
  774.    
  775.  
  776. end
  777. coroutine.resume(coroutine.create(SCRIPT_QNTM67_FAKESCRIPT))
  778. function SCRIPT_NCIL83_FAKESCRIPT() -- APiratesButton.APiratesGui
  779.     getfenv().script = Instance.new('LocalScript', APiratesButton)
  780.  
  781.     button = game.Players.LocalPlayer.PlayerGui.PH.GameMenu.APiratesButton
  782.         button.MouseButton1Down:connect(function()
  783.         --PASTE PIRATES CODE HERE
  784.        
  785.         --END OF PIRATES CODE
  786.     end)
  787.    
  788.  
  789. end
  790. coroutine.resume(coroutine.create(SCRIPT_NCIL83_FAKESCRIPT))
  791. function SCRIPT_OYVT90_FAKESCRIPT() -- OtherPureHub.PureHub
  792.     getfenv().script = Instance.new('LocalScript', OtherPureHub)
  793.  
  794.     button = game.Players.LocalPlayer.PlayerGui.PH.GameMenu.OtherPureHub
  795.         button.MouseButton1Down:connect(function()
  796.         --PASTE PUREHUB CODE HERE
  797.        
  798.         --END OF PUREHUB CODE
  799.     end)
  800.    
  801.  
  802. end
  803. coroutine.resume(coroutine.create(SCRIPT_OYVT90_FAKESCRIPT))
  804. function SCRIPT_GFXG65_FAKESCRIPT() -- GameMenu.Draggable
  805.     getfenv().script = Instance.new('LocalScript', GameMenu)
  806.  
  807.     menu = game.Players.LocalPlayer.PlayerGui.PH.GameMenu
  808.    
  809.    
  810.    
  811.    
  812.     print "Setting Draggability..."
  813.    
  814.     function SetDrag()
  815.         menu.Active = true
  816.         menu.Draggable = true
  817.         print "Now Draggable"
  818.     end
  819.    
  820.     wait(3)
  821.     SetDrag()
  822.    
  823.  
  824. end
  825. coroutine.resume(coroutine.create(SCRIPT_GFXG65_FAKESCRIPT))
  826. function SCRIPT_KJMP82_FAKESCRIPT() -- SpareButton1.SpareBurron
  827.     getfenv().script = Instance.new('LocalScript', SpareButton1)
  828.  
  829.     button = game.Players.LocalPlayer.PlayerGui.PH.GameMenu.SpareButton
  830.         button.MouseButton1Down:connect(function()
  831.         --PASTE Spare CODE HERE
  832.        
  833.         --END OF Spare CODE
  834.     end)
  835.    
  836.  
  837. end
  838. coroutine.resume(coroutine.create(SCRIPT_KJMP82_FAKESCRIPT))
  839. function SCRIPT_LUGZ76_FAKESCRIPT() -- SpareButton4.SpareBurron
  840.     getfenv().script = Instance.new('LocalScript', SpareButton4)
  841.  
  842.     button = game.Players.LocalPlayer.PlayerGui.PH.GameMenu.SpareButton
  843.         button.MouseButton1Down:connect(function()
  844.         --PASTE Spare CODE HERE
  845.        
  846.         --END OF Spare CODE
  847.     end)
  848.    
  849.  
  850. end
  851. coroutine.resume(coroutine.create(SCRIPT_LUGZ76_FAKESCRIPT))
  852. function SCRIPT_YDAE78_FAKESCRIPT() -- SpareButton3.SpareBurron
  853.     getfenv().script = Instance.new('LocalScript', SpareButton3)
  854.  
  855.     button = game.Players.LocalPlayer.PlayerGui.PH.GameMenu.SpareButton
  856.         button.MouseButton1Down:connect(function()
  857.         --PASTE Spare CODE HERE
  858.        
  859.         --END OF Spare CODE
  860.     end)
  861.    
  862.  
  863. end
  864. coroutine.resume(coroutine.create(SCRIPT_YDAE78_FAKESCRIPT))
  865. function SCRIPT_VKXO76_FAKESCRIPT() -- SpareButton2.SpareBurron
  866.     getfenv().script = Instance.new('LocalScript', SpareButton2)
  867.  
  868.     button = game.Players.LocalPlayer.PlayerGui.PH.GameMenu.SpareButton
  869.         button.MouseButton1Down:connect(function()
  870.         --PASTE Spare CODE HERE
  871.        
  872.         --END OF Spare CODE
  873.     end)
  874.    
  875.  
  876. end
  877. coroutine.resume(coroutine.create(SCRIPT_VKXO76_FAKESCRIPT))
  878. function SCRIPT_AWGN66_FAKESCRIPT() -- SpareButton6.SpareBurron
  879.     getfenv().script = Instance.new('LocalScript', SpareButton6)
  880.  
  881.     button = game.Players.LocalPlayer.PlayerGui.PH.GameMenu.SpareButton
  882.         button.MouseButton1Down:connect(function()
  883.         --PASTE Spare CODE HERE
  884.        
  885.         --END OF Spare CODE
  886.     end)
  887.    
  888.  
  889. end
  890. coroutine.resume(coroutine.create(SCRIPT_AWGN66_FAKESCRIPT))
  891. function SCRIPT_CWCK73_FAKESCRIPT() -- SpareButton5.SpareBurron
  892.     getfenv().script = Instance.new('LocalScript', SpareButton5)
  893.  
  894.     button = game.Players.LocalPlayer.PlayerGui.PH.GameMenu.SpareButton
  895.         button.MouseButton1Down:connect(function()
  896.         --PASTE Spare CODE HERE
  897.        
  898.         --END OF Spare CODE
  899.     end)
  900.    
  901.  
  902. end
  903. coroutine.resume(coroutine.create(SCRIPT_CWCK73_FAKESCRIPT))
  904. function SCRIPT_TEVA69_FAKESCRIPT() -- CloseUTD.CloseUTDScript
  905.     getfenv().script = Instance.new('LocalScript', CloseUTD)
  906.  
  907.      button = game.Players.LocalPlayer.PlayerGui.PH.UTD.CloseUTD
  908.         button.MouseButton1Down:connect(function()
  909.     game.Players.LocalPlayer.PlayerGui.PH.UTD.Visible = false
  910.     end)
  911.  
  912. end
  913. coroutine.resume(coroutine.create(SCRIPT_TEVA69_FAKESCRIPT))
  914. function SCRIPT_WUYE87_FAKESCRIPT() -- UTD.UTDScript
  915.     getfenv().script = Instance.new('LocalScript', UTD)
  916.  
  917.     print "UTD Loaded"
  918.    
  919.     MOTD = game.Players.LocalPlayer.PlayerGui.PH.UTD.Motd
  920.    
  921.     function VersionCheck()
  922.         if
  923.             game.Players.LocalPlayer.PlayerGui.PH.UTD.Version.Text == "Version 0.1A"
  924.         then
  925.             MOTD.Text = "Up To Date"
  926.         else
  927.             MOTD.Text = "Error Checking"
  928.         wait(3)
  929.         MOTD.Text = "Welcome to Alpha Launch"
  930.         end
  931.     end
  932.        
  933.        
  934.     function startcheck()
  935.         if
  936.             game.Players.LocalPlayer.PlayerGui.PH.UTD.Visible == true
  937.         then
  938.             VersionCheck()
  939.         else
  940.             VersionCheck()
  941.         end
  942.     end
  943.    
  944.     startcheck()
  945.  
  946. end
  947. coroutine.resume(coroutine.create(SCRIPT_WUYE87_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement