Advertisement
ninojesse

power

Feb 15th, 2020
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.79 KB | None | 0 0
  1. -- Farewell Infortality.
  2.  
  3. -- Version: 2.82
  4.  
  5. -- Instances:
  6.  
  7. local ScreenGui = Instance.new("ScreenGui")
  8.  
  9. local OpenFrame = Instance.new("Frame")
  10.  
  11. local Open = Instance.new("TextButton")
  12.  
  13. local Main = Instance.new("Frame")
  14.  
  15. local Frame = Instance.new("Frame")
  16.  
  17. local Close = Instance.new("TextButton")
  18.  
  19. local Frame_2 = Instance.new("Frame")
  20.  
  21. local creditowner = Instance.new("TextLabel")
  22.  
  23. local GuinamePowerSimGuiv10 = Instance.new("TextLabel")
  24.  
  25. local ReviezadminFebutton = Instance.new("TextButton")
  26.  
  27. local Explorer = Instance.new("TextButton")
  28.  
  29. local Heads100mPP = Instance.new("TextButton")
  30.  
  31. local GoldGym1mPP = Instance.new("TextButton")
  32.  
  33. local Gym10Kpp = Instance.new("TextButton")
  34.  
  35. local Rock0PP = Instance.new("TextButton")
  36.  
  37. local Stonehenge10BPP = Instance.new("TextButton")
  38.  
  39. local Firehouse = Instance.new("TextButton")
  40.  
  41. local sewer = Instance.new("TextButton")
  42.  
  43. local Danceclub19k = Instance.new("TextButton")
  44.  
  45. local IceFactory100end = Instance.new("TextButton")
  46.  
  47. local AutoFarmallstatsbutton = Instance.new("TextButton")
  48.  
  49. local Line1 = Instance.new("Frame")
  50.  
  51. local Line1_2 = Instance.new("Frame")
  52.  
  53. local Line1_3 = Instance.new("Frame")
  54.  
  55. local forge10MEND = Instance.new("TextButton")
  56.  
  57. local temple10k = Instance.new("TextButton")
  58.  
  59. local shipwreck = Instance.new("TextButton")
  60.  
  61. local Volcano1BEND = Instance.new("TextButton")
  62.  
  63. local lighthouse = Instance.new("TextButton")
  64.  
  65. local TextButton = Instance.new("TextButton")
  66.  
  67. local TextButton_2 = Instance.new("TextButton")
  68.  
  69. local pyramid = Instance.new("TextButton")
  70.  
  71. local Line1_4 = Instance.new("Frame")
  72.  
  73. local TextButton_3 = Instance.new("TextButton")
  74.  
  75. local Credits = Instance.new("TextButton")
  76.  
  77. local CreditsFrame = Instance.new("Frame")
  78.  
  79. local TextLabel = Instance.new("TextLabel")
  80.  
  81. local Credits_2 = Instance.new("TextButton")
  82.  
  83. local TextLabel_2 = Instance.new("TextLabel")
  84.  
  85. --Properties:
  86.  
  87. ScreenGui.Parent = game.CoreGui
  88.  
  89. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  90.  
  91.  
  92.  
  93. OpenFrame.Name = "OpenFrame"
  94.  
  95. OpenFrame.Parent = ScreenGui
  96.  
  97. OpenFrame.Active = true
  98.  
  99. OpenFrame.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  100.  
  101. OpenFrame.BorderColor3 = Color3.new(0, 0, 0)
  102.  
  103. OpenFrame.BorderSizePixel = 0
  104.  
  105. OpenFrame.Position = UDim2.new(0.0419708043, 0, 0.534338355, 0)
  106.  
  107. OpenFrame.Size = UDim2.new(0, 200, 0, 50)
  108.  
  109.  
  110.  
  111. Open.Name = "Open"
  112.  
  113. Open.Parent = OpenFrame
  114.  
  115. Open.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  116.  
  117. Open.BorderSizePixel = 0
  118.  
  119. Open.Position = UDim2.new(0, 0, -0.00387048721, 0)
  120.  
  121. Open.Size = UDim2.new(0, 200, 0, 50)
  122.  
  123. Open.Font = Enum.Font.Antique
  124.  
  125. Open.Text = "Open"
  126.  
  127. Open.TextColor3 = Color3.new(0, 0, 0)
  128.  
  129. Open.TextSize = 14
  130.  
  131. Open.MouseButton1Down:connect(function()
  132.  
  133. Main.Visible = true
  134.  
  135. OpenFrame.Visible = false
  136.  
  137. end)
  138.  
  139.  
  140.  
  141. Main.Name = "Main"
  142.  
  143. Main.Parent = ScreenGui
  144.  
  145. Main.Active = true
  146.  
  147. Main.BackgroundColor3 = Color3.new(0.345098, 0.345098, 0.345098)
  148.  
  149. Main.Position = UDim2.new(0.375, 0, 0.17420435, 0)
  150.  
  151. Main.Size = UDim2.new(0, 639, 0, 459)
  152.  
  153. Main.Draggable = true
  154.  
  155.  
  156.  
  157. Frame.Parent = Main
  158.  
  159. Frame.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
  160.  
  161. Frame.Size = UDim2.new(0, 639, 0, 61)
  162.  
  163.  
  164.  
  165. Close.Name = "Close"
  166.  
  167. Close.Parent = Main
  168.  
  169. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  170.  
  171. Close.BackgroundTransparency = 1
  172.  
  173. Close.BorderSizePixel = 0
  174.  
  175. Close.Position = UDim2.new(0.904736996, 0, 0, 0)
  176.  
  177. Close.Size = UDim2.new(0, 60, 0, 55)
  178.  
  179. Close.Font = Enum.Font.Cartoon
  180.  
  181. Close.Text = "x"
  182.  
  183. Close.TextColor3 = Color3.new(1, 0, 0)
  184.  
  185. Close.TextScaled = true
  186.  
  187. Close.TextSize = 14
  188.  
  189. Close.TextWrapped = true
  190.  
  191. Close.MouseButton1Down:connect(function()
  192.  
  193. OpenFrame.Visible = true
  194.  
  195. Main.Visible = false
  196.  
  197. end)
  198.  
  199.  
  200.  
  201. Frame_2.Parent = Main
  202.  
  203. Frame_2.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
  204.  
  205. Frame_2.BorderSizePixel = 0
  206.  
  207. Frame_2.Position = UDim2.new(0, 0, 0.879679143, 0)
  208.  
  209. Frame_2.Size = UDim2.new(0, 591, 0, 50)
  210.  
  211.  
  212.  
  213. creditowner.Name = "credit owner "
  214.  
  215. creditowner.Parent = Main
  216.  
  217. creditowner.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
  218.  
  219. creditowner.Position = UDim2.new(0, 0, 0.879679143, 0)
  220.  
  221. creditowner.Size = UDim2.new(0, 639, 0, 50)
  222.  
  223. creditowner.Font = Enum.Font.Cartoon
  224.  
  225. creditowner.Text = "Scripts aern't made by me ,Gui Made By triton978"
  226.  
  227. creditowner.TextColor3 = Color3.new(0, 0, 0)
  228.  
  229. creditowner.TextScaled = true
  230.  
  231. creditowner.TextSize = 14
  232.  
  233. creditowner.TextWrapped = true
  234.  
  235.  
  236.  
  237. GuinamePowerSimGuiv10.Name = "Gui name Power Sim Gui v1.0"
  238.  
  239. GuinamePowerSimGuiv10.Parent = Main
  240.  
  241. GuinamePowerSimGuiv10.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
  242.  
  243. GuinamePowerSimGuiv10.BorderSizePixel = 0
  244.  
  245. GuinamePowerSimGuiv10.Position = UDim2.new(0.256261796, 0, 0.00653594779, 0)
  246.  
  247. GuinamePowerSimGuiv10.Size = UDim2.new(0, 282, 0, 55)
  248.  
  249. GuinamePowerSimGuiv10.Font = Enum.Font.Fantasy
  250.  
  251. GuinamePowerSimGuiv10.Text = "Power Sim Gui v1.0"
  252.  
  253. GuinamePowerSimGuiv10.TextColor3 = Color3.new(0, 0, 0)
  254.  
  255. GuinamePowerSimGuiv10.TextScaled = true
  256.  
  257. GuinamePowerSimGuiv10.TextSize = 14
  258.  
  259. GuinamePowerSimGuiv10.TextWrapped = true
  260.  
  261.  
  262.  
  263. ReviezadminFebutton.Name = "Reviez admin Fe button"
  264.  
  265. ReviezadminFebutton.Parent = Main
  266.  
  267. ReviezadminFebutton.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  268.  
  269. ReviezadminFebutton.Position = UDim2.new(-0.000548074662, 0, 0.27845183, 0)
  270.  
  271. ReviezadminFebutton.Size = UDim2.new(0, 124, 0, 50)
  272.  
  273. ReviezadminFebutton.Font = Enum.Font.SourceSans
  274.  
  275. ReviezadminFebutton.Text = "Reviez admin FE"
  276.  
  277. ReviezadminFebutton.TextColor3 = Color3.new(0, 0, 0)
  278.  
  279. ReviezadminFebutton.TextSize = 14
  280.  
  281. ReviezadminFebutton.MouseButton1Down:connect(function()
  282.  
  283. loadstring(game:HttpGet("https://pastebin.com/raw/VFwd3uGJ", true))()
  284.  
  285. end)
  286.  
  287.  
  288.  
  289. Explorer.Name = "Explorer"
  290.  
  291. Explorer.Parent = Main
  292.  
  293. Explorer.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  294.  
  295. Explorer.Position = UDim2.new(-0.00211301981, 0, 0.44475621, 0)
  296.  
  297. Explorer.Size = UDim2.new(0, 125, 0, 50)
  298.  
  299. Explorer.Font = Enum.Font.SourceSans
  300.  
  301. Explorer.Text = "Explorer"
  302.  
  303. Explorer.TextColor3 = Color3.new(0, 0, 0)
  304.  
  305. Explorer.TextSize = 14
  306.  
  307. Explorer.MouseButton1Down:connect(function()
  308.  
  309. loadstring(game:HttpGet("https://pastebin.com/raw/DAQDgLQf", true))()
  310.  
  311. end)
  312.  
  313.  
  314.  
  315. Heads100mPP.Name = "Heads 100m PP"
  316.  
  317. Heads100mPP.Parent = Main
  318.  
  319. Heads100mPP.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  320.  
  321. Heads100mPP.Position = UDim2.new(0.218917534, 0, 0.277000248, 0)
  322.  
  323. Heads100mPP.Size = UDim2.new(0, 109, 0, 50)
  324.  
  325. Heads100mPP.Font = Enum.Font.SourceSans
  326.  
  327. Heads100mPP.Text = "Heads 100m PP"
  328.  
  329. Heads100mPP.TextColor3 = Color3.new(0, 0, 0)
  330.  
  331. Heads100mPP.TextSize = 14
  332.  
  333. Heads100mPP.MouseButton1Down:connect(function()
  334.  
  335. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1077.43,29.02,-1655.98)
  336.  
  337. end)
  338.  
  339.  
  340.  
  341. GoldGym1mPP.Name = "Gold Gym 1m PP"
  342.  
  343. GoldGym1mPP.Parent = Main
  344.  
  345. GoldGym1mPP.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  346.  
  347. GoldGym1mPP.Position = UDim2.new(0.218917534, 0, 0.130849794, 0)
  348.  
  349. GoldGym1mPP.Size = UDim2.new(0, 109, 0, 50)
  350.  
  351. GoldGym1mPP.Font = Enum.Font.SourceSans
  352.  
  353. GoldGym1mPP.Text = "Gold Gym 1M PP"
  354.  
  355. GoldGym1mPP.TextColor3 = Color3.new(0, 0, 0)
  356.  
  357. GoldGym1mPP.TextSize = 14
  358.  
  359. GoldGym1mPP.MouseButton1Down:connect(function()
  360.  
  361. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-215.67,-1.1,-1200.71)
  362.  
  363. end)
  364.  
  365.  
  366.  
  367. Gym10Kpp.Name = "Gym 10K pp"
  368.  
  369. Gym10Kpp.Parent = Main
  370.  
  371. Gym10Kpp.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  372.  
  373. Gym10Kpp.Position = UDim2.new(-0.00330468593, 0, 0.764705896, 0)
  374.  
  375. Gym10Kpp.Size = UDim2.new(0, 129, 0, 52)
  376.  
  377. Gym10Kpp.Font = Enum.Font.SourceSans
  378.  
  379. Gym10Kpp.Text = "Gym 10K PP"
  380.  
  381. Gym10Kpp.TextColor3 = Color3.new(0, 0, 0)
  382.  
  383. Gym10Kpp.TextSize = 14
  384.  
  385. Gym10Kpp.MouseButton1Down:connect(function()
  386.  
  387. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(174.52,-1.1,1089.24)
  388.  
  389. end)
  390.  
  391.  
  392.  
  393. Rock0PP.Name = "Rock 0 PP"
  394.  
  395. Rock0PP.Parent = Main
  396.  
  397. Rock0PP.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  398.  
  399. Rock0PP.Position = UDim2.new(0, 0, 0.61438185, 0)
  400.  
  401. Rock0PP.Size = UDim2.new(0, 127, 0, 49)
  402.  
  403. Rock0PP.Font = Enum.Font.SourceSans
  404.  
  405. Rock0PP.Text = "Rock 0 PP"
  406.  
  407. Rock0PP.TextColor3 = Color3.new(0, 0, 0)
  408.  
  409. Rock0PP.TextSize = 14
  410.  
  411. Rock0PP.MouseButton1Down:connect(function()
  412.  
  413. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-75.75,15.75,-157.53)
  414.  
  415. end)
  416.  
  417.  
  418.  
  419. Stonehenge10BPP.Name = "Stonehenge 10B PP"
  420.  
  421. Stonehenge10BPP.Parent = Main
  422.  
  423. Stonehenge10BPP.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  424.  
  425. Stonehenge10BPP.Position = UDim2.new(0.218917534, 0, 0.440089792, 0)
  426.  
  427. Stonehenge10BPP.Size = UDim2.new(0, 109, 0, 49)
  428.  
  429. Stonehenge10BPP.Font = Enum.Font.SourceSans
  430.  
  431. Stonehenge10BPP.Text = "Stonehenge 10B PP"
  432.  
  433. Stonehenge10BPP.TextColor3 = Color3.new(0, 0, 0)
  434.  
  435. Stonehenge10BPP.TextSize = 14
  436.  
  437. Stonehenge10BPP.MouseButton1Down:connect(function()
  438.  
  439. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(808.05,19.51,-1763.94)
  440.  
  441. end)
  442.  
  443.  
  444.  
  445. Firehouse.Name = "Firehouse"
  446.  
  447. Firehouse.Parent = Main
  448.  
  449. Firehouse.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  450.  
  451. Firehouse.Position = UDim2.new(0.40420863, 0, 0.278869778, 0)
  452.  
  453. Firehouse.Size = UDim2.new(0, 102, 0, 49)
  454.  
  455. Firehouse.Font = Enum.Font.SourceSans
  456.  
  457. Firehouse.Text = "FireHouse 1m END"
  458.  
  459. Firehouse.TextColor3 = Color3.new(0, 0, 0)
  460.  
  461. Firehouse.TextSize = 14
  462.  
  463. Firehouse.MouseButton1Down:connect(function()
  464.  
  465. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-891.01,-3.95,310.17)
  466.  
  467. end)
  468.  
  469.  
  470.  
  471. sewer.Name = "sewer"
  472.  
  473. sewer.Parent = Main
  474.  
  475. sewer.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  476.  
  477. sewer.Position = UDim2.new(0.408689111, 0, 0.132897601, 0)
  478.  
  479. sewer.Size = UDim2.new(0, 100, 0, 49)
  480.  
  481. sewer.Font = Enum.Font.SourceSans
  482.  
  483. sewer.Text = "Sewer 100K END"
  484.  
  485. sewer.TextColor3 = Color3.new(0, 0, 0)
  486.  
  487. sewer.TextSize = 14
  488.  
  489. sewer.MouseButton1Down:connect(function()
  490.  
  491. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-258.13,46.25,519.3)
  492.  
  493. end)
  494.  
  495.  
  496.  
  497. Danceclub19k.Name = "Dance club 19k"
  498.  
  499. Danceclub19k.Parent = Main
  500.  
  501. Danceclub19k.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  502.  
  503. Danceclub19k.Position = UDim2.new(0.217980236, 0, 0.76646924, 0)
  504.  
  505. Danceclub19k.Size = UDim2.new(0, 108, 0, 50)
  506.  
  507. Danceclub19k.Font = Enum.Font.SourceSans
  508.  
  509. Danceclub19k.Text = "Dance Club 10K END"
  510.  
  511. Danceclub19k.TextColor3 = Color3.new(0, 0, 0)
  512.  
  513. Danceclub19k.TextSize = 14
  514.  
  515. Danceclub19k.MouseButton1Down:connect(function()
  516.  
  517. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-674.94,28.76,1050.16)
  518.  
  519. end)
  520.  
  521.  
  522.  
  523. IceFactory100end.Name = "Ice Factory 100 end"
  524.  
  525. IceFactory100end.Parent = Main
  526.  
  527. IceFactory100end.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  528.  
  529. IceFactory100end.Position = UDim2.new(0.222674936, 0, 0.611152291, 0)
  530.  
  531. IceFactory100end.Size = UDim2.new(0, 106, 0, 50)
  532.  
  533. IceFactory100end.Font = Enum.Font.SourceSans
  534.  
  535. IceFactory100end.Text = "Ice Factory 100 END"
  536.  
  537. IceFactory100end.TextColor3 = Color3.new(0, 0, 0)
  538.  
  539. IceFactory100end.TextSize = 14
  540.  
  541. IceFactory100end.MouseButton1Down:connect(function()
  542.  
  543. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1136.49,42.65,-115.29)
  544.  
  545. end)
  546.  
  547.  
  548.  
  549. AutoFarmallstatsbutton.Name = "Auto Farm all stats button"
  550.  
  551. AutoFarmallstatsbutton.Parent = Main
  552.  
  553. AutoFarmallstatsbutton.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  554.  
  555. AutoFarmallstatsbutton.Position = UDim2.new(-0.000548074662, 0, 0.132411823, 0)
  556.  
  557. AutoFarmallstatsbutton.Size = UDim2.new(0, 124, 0, 50)
  558.  
  559. AutoFarmallstatsbutton.Font = Enum.Font.SourceSans
  560.  
  561. AutoFarmallstatsbutton.Text = "Auto Farm all stats"
  562.  
  563. AutoFarmallstatsbutton.TextColor3 = Color3.new(0, 0, 0)
  564.  
  565. AutoFarmallstatsbutton.TextSize = 14
  566.  
  567. AutoFarmallstatsbutton.MouseButton1Down:connect(function()
  568.  
  569. loadstring(game:HttpGet("https://pastebin.com/raw/bGhYbFMB", true))()
  570.  
  571. end)
  572.  
  573.  
  574.  
  575. Line1.Name = "Line 1"
  576.  
  577. Line1.Parent = Main
  578.  
  579. Line1.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
  580.  
  581. Line1.BorderSizePixel = 0
  582.  
  583. Line1.Position = UDim2.new(0.387717098, 0, 0.123800308, 0)
  584.  
  585. Line1.Size = UDim2.new(0, 14, 0, 346)
  586.  
  587.  
  588.  
  589. Line1_2.Name = "Line 1"
  590.  
  591. Line1_2.Parent = Main
  592.  
  593. Line1_2.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
  594.  
  595. Line1_2.BorderSizePixel = 0
  596.  
  597. Line1_2.Position = UDim2.new(0.56518352, 0, 0.130358323, 0)
  598.  
  599. Line1_2.Size = UDim2.new(0, 14, 0, 343)
  600.  
  601.  
  602.  
  603. Line1_3.Name = "Line 1"
  604.  
  605. Line1_3.Parent = Main
  606.  
  607. Line1_3.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
  608.  
  609. Line1_3.BorderSizePixel = 0
  610.  
  611. Line1_3.Position = UDim2.new(0.197421417, 0, 0.132008672, 0)
  612.  
  613. Line1_3.Size = UDim2.new(0, 14, 0, 342)
  614.  
  615.  
  616.  
  617. forge10MEND.Name = "forge 10M END"
  618.  
  619. forge10MEND.Parent = Main
  620.  
  621. forge10MEND.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  622.  
  623. forge10MEND.Position = UDim2.new(0.414948881, 0, 0.450529218, 0)
  624.  
  625. forge10MEND.Size = UDim2.new(0, 96, 0, 47)
  626.  
  627. forge10MEND.Font = Enum.Font.SourceSans
  628.  
  629. forge10MEND.Text = "Forge 10M END"
  630.  
  631. forge10MEND.TextColor3 = Color3.new(0, 0, 0)
  632.  
  633. forge10MEND.TextSize = 14
  634.  
  635. forge10MEND.MouseButton1Down:connect(function()
  636.  
  637. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-310.32,62.75,1524.68)
  638.  
  639. end)
  640.  
  641.  
  642.  
  643. temple10k.Name = "temple 10k"
  644.  
  645. temple10k.Parent = Main
  646.  
  647. temple10k.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  648.  
  649. temple10k.Position = UDim2.new(0.586854458, 0, 0.137088716, 0)
  650.  
  651. temple10k.Size = UDim2.new(0, 119, 0, 47)
  652.  
  653. temple10k.Font = Enum.Font.SourceSans
  654.  
  655. temple10k.Text = "temple 10K pf"
  656.  
  657. temple10k.TextColor3 = Color3.new(0, 0, 0)
  658.  
  659. temple10k.TextSize = 14
  660.  
  661. temple10k.MouseButton1Down:connect(function()
  662.  
  663. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1271.09,293.23,-693.66)
  664.  
  665. end)
  666.  
  667.  
  668.  
  669. shipwreck.Name = "shipwreck"
  670.  
  671. shipwreck.Parent = Main
  672.  
  673. shipwreck.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  674.  
  675. shipwreck.Position = UDim2.new(0.408450723, 0, 0.775878131, 0)
  676.  
  677. shipwreck.Size = UDim2.new(0, 96, 0, 47)
  678.  
  679. shipwreck.Font = Enum.Font.SourceSans
  680.  
  681. shipwreck.Text = "Shipwreck 1k pf"
  682.  
  683. shipwreck.TextColor3 = Color3.new(0, 0, 0)
  684.  
  685. shipwreck.TextSize = 14
  686.  
  687. shipwreck.MouseButton1Down:connect(function()
  688.  
  689. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(603.03,-46.32,-29.28)
  690.  
  691. end)
  692.  
  693.  
  694.  
  695. Volcano1BEND.Name = "Volcano 1B END"
  696.  
  697. Volcano1BEND.Parent = Main
  698.  
  699. Volcano1BEND.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  700.  
  701. Volcano1BEND.Position = UDim2.new(0.414948881, 0, 0.609119415, 0)
  702.  
  703. Volcano1BEND.Size = UDim2.new(0, 96, 0, 47)
  704.  
  705. Volcano1BEND.Font = Enum.Font.SourceSans
  706.  
  707. Volcano1BEND.Text = "Volcano 1B END"
  708.  
  709. Volcano1BEND.TextColor3 = Color3.new(0, 0, 0)
  710.  
  711. Volcano1BEND.TextSize = 14
  712.  
  713. Volcano1BEND.MouseButton1Down:connect(function()
  714.  
  715. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1233.12,219.57,575.66)
  716.  
  717. end)
  718.  
  719.  
  720.  
  721. lighthouse.Name = "lighthouse"
  722.  
  723. lighthouse.Parent = Main
  724.  
  725. lighthouse.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  726.  
  727. lighthouse.Position = UDim2.new(0.587092757, 0, 0.276237279, 0)
  728.  
  729. lighthouse.Size = UDim2.new(0, 120, 0, 47)
  730.  
  731. lighthouse.Font = Enum.Font.SourceSans
  732.  
  733. lighthouse.Text = "lighthouse 100K pf"
  734.  
  735. lighthouse.TextColor3 = Color3.new(0, 0, 0)
  736.  
  737. lighthouse.TextSize = 14
  738.  
  739. lighthouse.MouseButton1Down:connect(function()
  740.  
  741. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-634.02,101.12,-1086.69)
  742.  
  743. end)
  744.  
  745.  
  746.  
  747. TextButton.Parent = Main
  748.  
  749. TextButton.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  750.  
  751. TextButton.Position = UDim2.new(0.588419437, 0, 0.77434653, 0)
  752.  
  753. TextButton.Size = UDim2.new(0, 119, 0, 47)
  754.  
  755. TextButton.Font = Enum.Font.SourceSans
  756.  
  757. TextButton.Text = "small island 100b pf"
  758.  
  759. TextButton.TextColor3 = Color3.new(0, 0, 0)
  760.  
  761. TextButton.TextSize = 14
  762.  
  763. TextButton.MouseButton1Down:connect(function()
  764.  
  765. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-514.33,1166.65,-73.21)
  766.  
  767. end)
  768.  
  769.  
  770.  
  771. TextButton_2.Parent = Main
  772.  
  773. TextButton_2.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  774.  
  775. TextButton_2.Position = UDim2.new(0.586854458, 0, 0.60812211, 0)
  776.  
  777. TextButton_2.Size = UDim2.new(0, 122, 0, 47)
  778.  
  779. TextButton_2.Font = Enum.Font.SourceSans
  780.  
  781. TextButton_2.Text = " lower temp 1b pf"
  782.  
  783. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  784.  
  785. TextButton_2.TextSize = 14
  786.  
  787. TextButton_2.MouseButton1Down:connect(function()
  788.  
  789. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1160.04,219.75,-790.38)
  790.  
  791. end)
  792.  
  793.  
  794.  
  795. pyramid.Name = "pyramid"
  796.  
  797. pyramid.Parent = Main
  798.  
  799. pyramid.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  800.  
  801. pyramid.Position = UDim2.new(0.588419378, 0, 0.439184785, 0)
  802.  
  803. pyramid.Size = UDim2.new(0, 121, 0, 47)
  804.  
  805. pyramid.Font = Enum.Font.SourceSans
  806.  
  807. pyramid.Text = "Pyramid 1m pf"
  808.  
  809. pyramid.TextColor3 = Color3.new(0, 0, 0)
  810.  
  811. pyramid.TextSize = 14
  812.  
  813. pyramid.MouseButton1Down:connect(function()
  814.  
  815. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-847.92,-18.67,1361.7)
  816.  
  817. end)
  818.  
  819. Line1_4.Name = "Line 1"
  820.  
  821. Line1_4.Parent = Main
  822.  
  823. Line1_4.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
  824.  
  825. Line1_4.BorderSizePixel = 0
  826.  
  827. Line1_4.Position = UDim2.new(0.774258554, 0, 0.132731393, 0)
  828.  
  829. Line1_4.Size = UDim2.new(0, 14, 0, 349)
  830.  
  831.  
  832.  
  833. TextButton_3.Parent = Main
  834.  
  835. TextButton_3.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  836.  
  837. TextButton_3.Position = UDim2.new(0.794992149, 0, 0.137088716, 0)
  838.  
  839. TextButton_3.Size = UDim2.new(0, 130, 0, 45)
  840.  
  841. TextButton_3.Font = Enum.Font.SourceSans
  842.  
  843. TextButton_3.Text = "big island 10t pf"
  844.  
  845. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  846.  
  847. TextButton_3.TextSize = 14
  848.  
  849. TextButton_3.MouseButton1Down:connect(function()
  850.  
  851. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-358.66,1199.01,-207.42)
  852.  
  853. end)
  854.  
  855.  
  856.  
  857. Credits.Name = "Credits"
  858.  
  859. Credits.Parent = Main
  860.  
  861. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  862.  
  863. Credits.Position = UDim2.new(0.798122048, 0, 0.770790696, 0)
  864.  
  865. Credits.Size = UDim2.new(0, 125, 0, 49)
  866.  
  867. Credits.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  868.  
  869. Credits.Font = Enum.Font.Cartoon
  870.  
  871. Credits.Text = "Credits"
  872.  
  873. Credits.TextColor3 = Color3.new(1, 1, 1)
  874.  
  875. Credits.TextSize = 20
  876.  
  877. Credits.TextWrapped = true
  878.  
  879.  
  880.  
  881. CreditsFrame.Name = "Credits Frame"
  882.  
  883. CreditsFrame.Parent = Main
  884.  
  885. CreditsFrame.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  886.  
  887. CreditsFrame.Position = UDim2.new(-0.435054779, 0, 0.0217864923, 0)
  888.  
  889. CreditsFrame.Size = UDim2.new(0, 244, 0, 205)
  890.  
  891. Close.MouseButton1Down:connect(function()
  892.  
  893. OpenFrame.Visible = true
  894.  
  895. Main.Visible = false
  896.  
  897. end)
  898.  
  899.  
  900.  
  901. TextLabel.Parent = CreditsFrame
  902.  
  903. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  904.  
  905. TextLabel.BackgroundTransparency = 1
  906.  
  907. TextLabel.BorderColor3 = Color3.new(0.666667, 0, 0)
  908.  
  909. TextLabel.BorderSizePixel = 0
  910.  
  911. TextLabel.Position = UDim2.new(0.00763358455, 0, 0, 0)
  912.  
  913. TextLabel.Size = UDim2.new(0, 242, 0, 52)
  914.  
  915. TextLabel.Font = Enum.Font.SourceSans
  916.  
  917. TextLabel.Text = "Credits"
  918.  
  919. TextLabel.TextColor3 = Color3.new(0.666667, 0, 0)
  920.  
  921. TextLabel.TextScaled = true
  922.  
  923. TextLabel.TextSize = 14
  924.  
  925. TextLabel.TextWrapped = true
  926.  
  927.  
  928.  
  929.  
  930.  
  931. Credits_2.Name = "Credits"
  932.  
  933. Credits_2.Parent = CreditsFrame
  934.  
  935. Credits_2.BackgroundColor3 = Color3.new(1, 1, 1)
  936.  
  937. Credits_2.Position = UDim2.new(0, 0, 0.806399643, 0)
  938.  
  939. Credits_2.Size = UDim2.new(0, 131, 0, 29)
  940.  
  941. Credits_2.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  942.  
  943. Credits_2.Font = Enum.Font.Cartoon
  944.  
  945. Credits_2.Text = "Close"
  946.  
  947. Credits_2.TextColor3 = Color3.new(1, 1, 1)
  948.  
  949. Credits_2.TextSize = 20
  950.  
  951. Credits_2.TextWrapped = true
  952.  
  953.  
  954.  
  955. TextLabel_2.Parent = CreditsFrame
  956.  
  957. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  958.  
  959. TextLabel_2.BackgroundTransparency = 1
  960.  
  961. TextLabel_2.Position = UDim2.new(0.141440153, 0, 0.297687709, 0)
  962.  
  963. TextLabel_2.Size = UDim2.new(0, 173, 0, 81)
  964.  
  965. TextLabel_2.Font = Enum.Font.SourceSans
  966.  
  967. TextLabel_2.Text = "Credits to\" run your pockets\" for the Auto farm script "
  968.  
  969. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  970.  
  971. TextLabel_2.TextSize = 14
  972.  
  973. TextLabel_2.TextWrapped = true
  974.  
  975. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement