Advertisement
dfgfregf

Untitled

Mar 18th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.30 KB | None | 0 0
  1. s-- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Eternity = Instance.new("ScreenGui")
  5. local OpenFrame = Instance.new("Frame")
  6. local OpenButton = Instance.new("TextButton")
  7. local Main = Instance.new("Frame")
  8. local Name = Instance.new("TextLabel")
  9. local Credits = Instance.new("TextLabel")
  10. local CarFlyR = Instance.new("TextButton")
  11. local InfinteNitro = Instance.new("TextButton")
  12. local InfinteJump = Instance.new("TextButton")
  13. local NoclipB = Instance.new("TextButton")
  14. local InfinteDonuts = Instance.new("TextButton")
  15. local Btools = Instance.new("TextButton")
  16. local WalkSpeedK = Instance.new("TextButton")
  17. local Godmode = Instance.new("TextButton")
  18. local Credits_2 = Instance.new("TextLabel")
  19. local CrimBase1 = Instance.new("TextButton")
  20. local CrimBase2 = Instance.new("TextButton")
  21. local GasStation = Instance.new("TextButton")
  22. local DonutShop = Instance.new("TextButton")
  23. local BankOut = Instance.new("TextButton")
  24. local JewIn = Instance.new("TextButton")
  25. local BankVault = Instance.new("TextButton")
  26. local MueseaumOut = Instance.new("TextButton")
  27. local Close = Instance.new("TextButton")
  28. --Properties:
  29. Eternity.Name = "Eternity"
  30. Eternity.Parent = game.CoreGui
  31. Eternity.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  32.  
  33. OpenFrame.Name = "OpenFrame"
  34. OpenFrame.Parent = Eternity
  35. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  36. OpenFrame.Position = UDim2.new(-0.000884458423, 0, 0.712543547, 0)
  37. OpenFrame.Size = UDim2.new(0, 150, 0, 57)
  38.  
  39. OpenButton.Name = "OpenButton"
  40. OpenButton.Parent = OpenFrame
  41. OpenButton.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  42. OpenButton.Size = UDim2.new(0, 150, 0, 57)
  43. OpenButton.Font = Enum.Font.Cartoon
  44. OpenButton.Text = "Open"
  45. OpenButton.TextColor3 = Color3.new(1, 1, 1)
  46. OpenButton.TextSize = 45
  47. OpenButton.MouseButton1Down:connect(function()
  48. Main.Visible = true
  49. OpenFrame.Visible = false
  50. end)
  51.  
  52. Main.Name = "Main"
  53. Main.Parent = Eternity
  54. Main.Active = true
  55. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  56. Main.Position = UDim2.new(0.230653793, 0, 0.224738672, 0)
  57. Main.Size = UDim2.new(0, 524, 0, 403)
  58. Main.Visible = false
  59. Main.Style = Enum.FrameStyle.RobloxRound
  60. Main.Draggable = true
  61.  
  62. Name.Name = "Name"
  63. Name.Parent = Main
  64. Name.BackgroundColor3 = Color3.new(0, 0, 0)
  65. Name.BackgroundTransparency = 90
  66. Name.Position = UDim2.new(0.0298057739, 0, 0.0153205814, 0)
  67. Name.Size = UDim2.new(0, 413, 0, 64)
  68. Name.Font = Enum.Font.Fantasy
  69. Name.Text = "Eternity"
  70. Name.TextColor3 = Color3.new(1, 1, 1)
  71. Name.TextSize = 55
  72.  
  73. Credits.Name = "Credits"
  74. Credits.Parent = Main
  75. Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  76. Credits.BackgroundTransparency = 90
  77. Credits.Position = UDim2.new(0, 0, 0.824641228, 0)
  78. Credits.Size = UDim2.new(0, 522, 0, 70)
  79. Credits.Font = Enum.Font.Fantasy
  80. Credits.Text = "Made By the Developers Eternity and Nasus"
  81. Credits.TextColor3 = Color3.new(1, 1, 1)
  82. Credits.TextSize = 25
  83.  
  84. CarFlyR.Name = "Car Fly (R)"
  85. CarFlyR.Parent = Main
  86. CarFlyR.BackgroundColor3 = Color3.new(0, 0, 0)
  87. CarFlyR.BackgroundTransparency = 90
  88. CarFlyR.Position = UDim2.new(0.0152650811, 0, 0.205882549, 0)
  89. CarFlyR.Size = UDim2.new(0, 100, 0, 50)
  90. CarFlyR.Font = Enum.Font.Cartoon
  91. CarFlyR.Text = "Car Fly (R)"
  92. CarFlyR.TextColor3 = Color3.new(1, 1, 1)
  93. CarFlyR.TextSize = 19
  94. CarFlyR.MouseButton1Down:connect(function()
  95. local plr = game:GetService("Players").LocalPlayer
  96. local m = plr:GetMouse()
  97. m.KeyDown:connect(function(k)
  98. if k:byte() == 114 then
  99. plrh = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Humanoid'
  100. plrh:ChangeState('Jumping')
  101. wait()
  102. plrh:ChangeState('Seated')
  103. end
  104. end)
  105. end)
  106.  
  107. InfinteNitro.Name = "InfinteNitro"
  108. InfinteNitro.Parent = Main
  109. InfinteNitro.BackgroundColor3 = Color3.new(0, 0, 0)
  110. InfinteNitro.BackgroundTransparency = 90
  111. InfinteNitro.Position = UDim2.new(0.272898674, 0, 0.205882564, 0)
  112. InfinteNitro.Size = UDim2.new(0, 100, 0, 50)
  113. InfinteNitro.Font = Enum.Font.Cartoon
  114. InfinteNitro.Text = "InfinteNitro"
  115. InfinteNitro.TextColor3 = Color3.new(1, 1, 1)
  116. InfinteNitro.TextSize = 19
  117. InfinteNitro.MouseButton1Down:connect(function()
  118. game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "6969696969"
  119. game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro:ClearAllChildren()
  120. end)
  121.  
  122. InfinteJump.Name = "Infinte Jump"
  123. InfinteJump.Parent = Main
  124. InfinteJump.BackgroundColor3 = Color3.new(0, 0, 0)
  125. InfinteJump.BackgroundTransparency = 90
  126. InfinteJump.Position = UDim2.new(0.532440662, 0, 0.200919792, 0)
  127. InfinteJump.Size = UDim2.new(0, 100, 0, 50)
  128. InfinteJump.Font = Enum.Font.Cartoon
  129. InfinteJump.Text = "Infinte Jump"
  130. InfinteJump.TextColor3 = Color3.new(1, 1, 1)
  131. InfinteJump.TextSize = 19
  132. InfinteJump.MouseButton1Down:connect(function()
  133. game:GetService("UserInputService").JumpRequest:connect(function()
  134. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  135. end)
  136. end)
  137.  
  138. NoclipB.Name = "Noclip (B)"
  139. NoclipB.Parent = Main
  140. NoclipB.BackgroundColor3 = Color3.new(0, 0, 0)
  141. NoclipB.BackgroundTransparency = 90
  142. NoclipB.Position = UDim2.new(0.772898734, 0, 0.200919792, 0)
  143. NoclipB.Size = UDim2.new(0, 100, 0, 50)
  144. NoclipB.Font = Enum.Font.Cartoon
  145. NoclipB.Text = "Noclip (B)"
  146. NoclipB.TextColor3 = Color3.new(1, 1, 1)
  147. NoclipB.TextSize = 19
  148. NoclipB.MouseButton1Down:connect(function()
  149.  
  150. local noclipplayer = game:GetService("Players").LocalPlayer
  151. local noclipmouse = noclipplayer:GetMouse()
  152.  
  153. local donoclip = false
  154. local noclip = false
  155.  
  156. function b_noclip(key)
  157. if (key == "b") then
  158. if noclip == false then
  159. donoclip = true
  160.  
  161. noclip = true
  162. elseif noclip == true then
  163. donoclip = false
  164.  
  165. noclip = false
  166. end
  167. end
  168. end
  169.  
  170. noclipmouse.KeyDown:connect(b_noclip)
  171.  
  172. game:GetService("Players").LocalPlayer.Character.Head.Touched:connect(function(obj)
  173. if obj ~= workspace.Terrain then
  174. if donoclip == true then
  175. obj.CanCollide = false
  176. else
  177. obj.CanCollide = true
  178. end
  179. end
  180. end)
  181. end)
  182.  
  183. InfinteDonuts.Name = "Infinte Donuts"
  184. InfinteDonuts.Parent = Main
  185. InfinteDonuts.BackgroundColor3 = Color3.new(0, 0, 0)
  186. InfinteDonuts.BackgroundTransparency = 90
  187. InfinteDonuts.Position = UDim2.new(0.0133567769, 0, 0.334914863, 0)
  188. InfinteDonuts.Size = UDim2.new(0, 100, 0, 50)
  189. InfinteDonuts.Font = Enum.Font.Cartoon
  190. InfinteDonuts.Text = "Infinte Donuts"
  191. InfinteDonuts.TextColor3 = Color3.new(1, 1, 1)
  192. InfinteDonuts.TextSize = 19
  193. InfinteDonuts.MouseButton1Down:connect(function()
  194. while wait(5) do
  195. game:GetService('Workspace').TouchTrigger.Donut.Position = game:GetService("Players").LocalPlayer.Character.Head.Position
  196. end
  197. end)
  198.  
  199. Btools.Name = "Btools"
  200. Btools.Parent = Main
  201. Btools.BackgroundColor3 = Color3.new(0, 0, 0)
  202. Btools.BackgroundTransparency = 90
  203. Btools.Position = UDim2.new(0.274807155, 0, 0.332433462, 0)
  204. Btools.Size = UDim2.new(0, 100, 0, 50)
  205. Btools.Font = Enum.Font.Cartoon
  206. Btools.Text = "Btools"
  207. Btools.TextColor3 = Color3.new(1, 1, 1)
  208. Btools.TextSize = 19
  209. Btools.MouseButton1Down:connect(function()
  210. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  211. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  212. if child.ClassName == "Part" then
  213. child.Locked = false
  214. end
  215. if child.ClassName == "MeshPart" then
  216. child.Locked = false
  217. end
  218. if child.ClassName == "UnionOperation" then
  219. child.Locked = false
  220. end
  221. if child.ClassName == "Model" then
  222. for index, chil in pairs(child:GetChildren()) do
  223. if chil.ClassName == "Part" then
  224. chil.Locked = false
  225. end
  226. if chil.ClassName == "MeshPart" then
  227. chil.Locked = false
  228. end
  229. if chil.ClassName == "UnionOperation" then
  230. chil.Locked = false
  231. end
  232. if chil.ClassName == "Model" then
  233. for index, childe in pairs(chil:GetChildren()) do
  234. if childe.ClassName == "Part" then
  235. childe.Locked = false
  236. end
  237. if childe.ClassName == "MeshPart" then
  238. childe.Locked = false
  239. end
  240. if childe.ClassName == "UnionOperation" then
  241. childe.Locked = false
  242. end
  243. if childe.ClassName == "Model" then
  244. for index, childeo in pairs(childe:GetChildren()) do
  245. if childeo.ClassName == "Part" then
  246. childeo.Locked = false
  247. end
  248. if childeo.ClassName == "MeshPart" then
  249. childeo.Locked = false
  250. end
  251. if childeo.ClassName == "UnionOperation" then
  252. childeo.Locked = false
  253. end
  254. if childeo.ClassName == "Model" then
  255. end
  256. end
  257. end
  258. end
  259. end
  260. end
  261. end
  262. end
  263. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  264. c.BinType = Enum.BinType.Hammer
  265. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  266. c.BinType = Enum.BinType.Clone
  267. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  268. c.BinType = Enum.BinType.Grab
  269. end)
  270.  
  271. WalkSpeedK.Name = "WalkSpeed (K)"
  272. WalkSpeedK.Parent = Main
  273. WalkSpeedK.BackgroundColor3 = Color3.new(0, 0, 0)
  274. WalkSpeedK.BackgroundTransparency = 90
  275. WalkSpeedK.Position = UDim2.new(0.534349144, 0, 0.332433462, 0)
  276. WalkSpeedK.Size = UDim2.new(0, 100, 0, 50)
  277. WalkSpeedK.Font = Enum.Font.Cartoon
  278. WalkSpeedK.Text = "WalkSpeed (K)"
  279. WalkSpeedK.TextColor3 = Color3.new(1, 1, 1)
  280. WalkSpeedK.TextSize = 19
  281. WalkSpeedK.MouseButton1Down:connect(function()
  282. local walkspeedplayer = game:GetService("Players").LocalPlayer
  283. local walkspeedmouse = walkspeedplayer:GetMouse()
  284.  
  285. local walkspeedenabled = false
  286.  
  287. function x_walkspeed(key)
  288. if (key == "k") then
  289. if walkspeedenabled == false then
  290. _G.WS = 200;
  291. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  292. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  293. Humanoid.WalkSpeed = _G.WS;
  294. end)
  295. Humanoid.WalkSpeed = _G.WS;
  296.  
  297. walkspeedenabled = true
  298. elseif walkspeedenabled == true then
  299. _G.WS = 20;
  300. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  301. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  302. Humanoid.WalkSpeed = _G.WS;
  303. end)
  304. Humanoid.WalkSpeed = _G.WS;
  305.  
  306. walkspeedenabled = false
  307. end
  308. end
  309. end
  310.  
  311. walkspeedmouse.KeyDown:connect(x_walkspeed)
  312.  
  313. end)
  314.  
  315. Godmode.Name = "Godmode"
  316. Godmode.Parent = Main
  317. Godmode.BackgroundColor3 = Color3.new(0, 0, 0)
  318. Godmode.BackgroundTransparency = 90
  319. Godmode.Position = UDim2.new(0.770990372, 0, 0.332433462, 0)
  320. Godmode.Size = UDim2.new(0, 100, 0, 50)
  321. Godmode.Font = Enum.Font.Cartoon
  322. Godmode.Text = "Godmode"
  323. Godmode.TextColor3 = Color3.new(1, 1, 1)
  324. Godmode.TextSize = 19
  325. Godmode.MouseButton1Down:connect(function()
  326. game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1
  327. local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone()
  328. l.Parent = game:GetService("Players").LocalPlayer.Character
  329. l.Name = "Humanoid"
  330. wait(0.1)
  331. game:GetService("Players").LocalPlayer.Character["1"]:Destroy()
  332. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character
  333. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true
  334. wait(0.1)
  335. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false
  336. game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  337. end)
  338.  
  339. Credits_2.Name = "Credits"
  340. Credits_2.Parent = Main
  341. Credits_2.BackgroundColor3 = Color3.new(0, 0, 0)
  342. Credits_2.BackgroundTransparency = 90
  343. Credits_2.Position = UDim2.new(0.0300682001, 0, 0.468667448, 0)
  344. Credits_2.Size = UDim2.new(0, 496, 0, 27)
  345. Credits_2.Font = Enum.Font.Fantasy
  346. Credits_2.Text = "Teleports"
  347. Credits_2.TextColor3 = Color3.new(1, 1, 1)
  348. Credits_2.TextSize = 19
  349.  
  350. CrimBase1.Name = "Crim Base 1"
  351. CrimBase1.Parent = Main
  352. CrimBase1.BackgroundColor3 = Color3.new(0, 0, 0)
  353. CrimBase1.BackgroundTransparency = 90
  354. CrimBase1.Position = UDim2.new(-0.0152691938, 0, 0.530944586, 0)
  355. CrimBase1.Size = UDim2.new(0, 100, 0, 50)
  356. CrimBase1.Font = Enum.Font.Cartoon
  357. CrimBase1.Text = "Crim Base 1"
  358. CrimBase1.TextColor3 = Color3.new(1, 1, 1)
  359. CrimBase1.TextSize = 19
  360. CrimBase1.MouseButton1Down:connect(function()
  361. for i=1,32 do
  362. wait(.08)
  363. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-221.723099, 17.8924026, 1578.80261) + Vector3.new(1,0,0)
  364. end
  365. end)
  366.  
  367. CrimBase2.Name = "Crim Base 2"
  368. CrimBase2.Parent = Main
  369. CrimBase2.BackgroundColor3 = Color3.new(0, 0, 0)
  370. CrimBase2.BackgroundTransparency = 90
  371. CrimBase2.Position = UDim2.new(0.227097228, 0, 0.533425987, 0)
  372. CrimBase2.Size = UDim2.new(0, 100, 0, 50)
  373. CrimBase2.Font = Enum.Font.Cartoon
  374. CrimBase2.Text = "Crim Base 2"
  375. CrimBase2.TextColor3 = Color3.new(1, 1, 1)
  376. CrimBase2.TextSize = 19
  377. CrimBase2.MouseButton1Down:connect(function()
  378. for i=1,32 do
  379. wait(.08)
  380. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1650.80896, 49.863636, -1770.66626) + Vector3.new(1,0,0)
  381. end
  382. end)
  383.  
  384. GasStation.Name = "Gas Station"
  385. GasStation.Parent = Main
  386. GasStation.BackgroundColor3 = Color3.new(0, 0, 0)
  387. GasStation.BackgroundTransparency = 90
  388. GasStation.Position = UDim2.new(0.463738441, 0, 0.530944586, 0)
  389. GasStation.Size = UDim2.new(0, 100, 0, 50)
  390. GasStation.Font = Enum.Font.Cartoon
  391. GasStation.Text = "Gas Station"
  392. GasStation.TextColor3 = Color3.new(1, 1, 1)
  393. GasStation.TextSize = 19
  394. GasStation.MouseButton1Down:connect(function()
  395. for i=1,32 do
  396. wait(.08)
  397. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1586.41101, 17.8481865, 709.37262) + Vector3.new(1,0,0)
  398. end
  399. end)
  400.  
  401. DonutShop.Name = "Donut Shop"
  402. DonutShop.Parent = Main
  403. DonutShop.BackgroundColor3 = Color3.new(0, 0, 0)
  404. DonutShop.BackgroundTransparency = 90
  405. DonutShop.Position = UDim2.new(0.690837681, 0, 0.530944586, 0)
  406. DonutShop.Size = UDim2.new(0, 100, 0, 50)
  407. DonutShop.Font = Enum.Font.Cartoon
  408. DonutShop.Text = "Donut Shop"
  409. DonutShop.TextColor3 = Color3.new(1, 1, 1)
  410. DonutShop.TextSize = 19
  411. DonutShop.MouseButton1Down:connect(function()
  412. for i=1,32 do
  413. wait(.08)
  414. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(257.191101, 17.81828869, -1753.11206) + Vector3.new(1,0,0)
  415. end
  416. end)
  417.  
  418. BankOut.Name = "Bank Out"
  419. BankOut.Parent = Main
  420. BankOut.BackgroundColor3 = Color3.new(0, 0, 0)
  421. BankOut.BackgroundTransparency = 90
  422. BankOut.Position = UDim2.new(-0.0152691882, 0, 0.65997684, 0)
  423. BankOut.Size = UDim2.new(0, 100, 0, 50)
  424. BankOut.Font = Enum.Font.Cartoon
  425. BankOut.Text = "Bank Out"
  426. BankOut.TextColor3 = Color3.new(1, 1, 1)
  427. BankOut.TextSize = 19
  428. BankOut.MouseButton1Down:connect(function()
  429. for i=1,32 do
  430. wait(.08)
  431. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147) + Vector3.new(1,0,0)
  432. end
  433. end)
  434.  
  435. JewIn.Name = "Jew In"
  436. JewIn.Parent = Main
  437. JewIn.BackgroundColor3 = Color3.new(0, 0, 0)
  438. JewIn.BackgroundTransparency = 90
  439. JewIn.Position = UDim2.new(0.204196453, 0, 0.65997684, 0)
  440. JewIn.Size = UDim2.new(0, 100, 0, 50)
  441. JewIn.Font = Enum.Font.Cartoon
  442. JewIn.Text = "Jew In"
  443. JewIn.TextColor3 = Color3.new(1, 1, 1)
  444. JewIn.TextSize = 19
  445. JewIn.MouseButton1Down:connect(function()
  446. for i=1,32 do
  447. wait(.08)
  448. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(133.300705, 17.9375954, 1316.42407) + Vector3.new(1,0,0)
  449. end
  450. end)
  451.  
  452. BankVault.Name = "Bank Vault"
  453. BankVault.Parent = Main
  454. BankVault.BackgroundColor3 = Color3.new(0, 0, 0)
  455. BankVault.BackgroundTransparency = 90
  456. BankVault.Position = UDim2.new(0.442746073, 0, 0.662458241, 0)
  457. BankVault.Size = UDim2.new(0, 100, 0, 50)
  458. BankVault.Font = Enum.Font.Cartoon
  459. BankVault.Text = "Bank Vault"
  460. BankVault.TextColor3 = Color3.new(1, 1, 1)
  461. BankVault.TextSize = 19
  462. BankVault.MouseButton1Down:connect(function()
  463. for i=1,32 do
  464. wait(.08)
  465. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(18.3854294, 0.765628457, 815.506348) + Vector3.new(1,0,0)
  466. end
  467. end)
  468.  
  469. MueseaumOut.Name = "Mueseaum Out"
  470. MueseaumOut.Parent = Main
  471. MueseaumOut.BackgroundColor3 = Color3.new(0, 0, 0)
  472. MueseaumOut.BackgroundTransparency = 90
  473. MueseaumOut.Position = UDim2.new(0.693244517, 0, 0.654580235, 0)
  474. MueseaumOut.Size = UDim2.new(0, 145, 0, 50)
  475. MueseaumOut.Font = Enum.Font.Cartoon
  476. MueseaumOut.Text = "Muesaum Out"
  477. MueseaumOut.TextColor3 = Color3.new(1, 1, 1)
  478. MueseaumOut.TextSize = 19
  479. MueseaumOut.MouseButton1Down:connect(function()
  480. for i=1,32 do
  481. wait(.08)
  482. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1108.02576, 101.16066, 1295.74146) + Vector3.new(1,0,0)
  483. end
  484. end)
  485.  
  486. Close.Name = "Close"
  487. Close.Parent = Main
  488. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  489. Close.Position = UDim2.new(0.853639066, 0, 0.0198511165, 0)
  490. Close.Size = UDim2.new(0, 71, 0, 44)
  491. Close.Font = Enum.Font.Cartoon
  492. Close.Text = "Close"
  493. Close.TextColor3 = Color3.new(0, 0, 0)
  494. Close.TextSize = 25
  495. Close.MouseButton1Down:connect(function()
  496. OpenFrame.Visible = true
  497. Main.Visible = false
  498. end)
  499. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement