Advertisement
ChaosityYT

Power Simulator Triton978 GUI

Aug 4th, 2019
974
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.84 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local OpenFrame = Instance.new("Frame")
  6. local Open = Instance.new("TextButton")
  7. local Main = Instance.new("Frame")
  8. local Frame = Instance.new("Frame")
  9. local Close = Instance.new("TextButton")
  10. local Frame_2 = Instance.new("Frame")
  11. local creditowner = Instance.new("TextLabel")
  12. local GuinamePowerSimGuiv10 = Instance.new("TextLabel")
  13. local ReviezadminFebutton = Instance.new("TextButton")
  14. local Explorer = Instance.new("TextButton")
  15. local Heads100mPP = Instance.new("TextButton")
  16. local GoldGym1mPP = Instance.new("TextButton")
  17. local Gym10Kpp = Instance.new("TextButton")
  18. local Rock0PP = Instance.new("TextButton")
  19. local Stonehenge10BPP = Instance.new("TextButton")
  20. local Firehouse = Instance.new("TextButton")
  21. local sewer = Instance.new("TextButton")
  22. local Danceclub19k = Instance.new("TextButton")
  23. local IceFactory100end = Instance.new("TextButton")
  24. local AutoFarmallstatsbutton = Instance.new("TextButton")
  25. local Line1 = Instance.new("Frame")
  26. local Line1_2 = Instance.new("Frame")
  27. local Line1_3 = Instance.new("Frame")
  28. local forge10MEND = Instance.new("TextButton")
  29. local temple10k = Instance.new("TextButton")
  30. local shipwreck = Instance.new("TextButton")
  31. local Volcano1BEND = Instance.new("TextButton")
  32. local lighthouse = Instance.new("TextButton")
  33. local TextButton = Instance.new("TextButton")
  34. local TextButton_2 = Instance.new("TextButton")
  35. local pyramid = Instance.new("TextButton")
  36. local Line1_4 = Instance.new("Frame")
  37. local TextButton_3 = Instance.new("TextButton")
  38. local Credits = Instance.new("TextButton")
  39. local CreditsFrame = Instance.new("Frame")
  40. local TextLabel = Instance.new("TextLabel")
  41. local Credits_2 = Instance.new("TextButton")
  42. local TextLabel_2 = Instance.new("TextLabel")
  43. --Properties:
  44. ScreenGui.Parent = game.CoreGui
  45. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  46.  
  47. OpenFrame.Name = "OpenFrame"
  48. OpenFrame.Parent = ScreenGui
  49. OpenFrame.Active = true
  50. OpenFrame.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  51. OpenFrame.BorderColor3 = Color3.new(0, 0, 0)
  52. OpenFrame.BorderSizePixel = 0
  53. OpenFrame.Position = UDim2.new(0.0419708043, 0, 0.534338355, 0)
  54. OpenFrame.Size = UDim2.new(0, 200, 0, 50)
  55.  
  56. Open.Name = "Open"
  57. Open.Parent = OpenFrame
  58. Open.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  59. Open.BorderSizePixel = 0
  60. Open.Position = UDim2.new(0, 0, -0.00387048721, 0)
  61. Open.Size = UDim2.new(0, 200, 0, 50)
  62. Open.Font = Enum.Font.Antique
  63. Open.Text = "Open"
  64. Open.TextColor3 = Color3.new(0, 0, 0)
  65. Open.TextSize = 14
  66. Open.MouseButton1Down:connect(function()
  67. Main.Visible = true
  68. OpenFrame.Visible = false
  69. end)
  70.  
  71. Main.Name = "Main"
  72. Main.Parent = ScreenGui
  73. Main.Active = true
  74. Main.BackgroundColor3 = Color3.new(0.345098, 0.345098, 0.345098)
  75. Main.Position = UDim2.new(0.375, 0, 0.17420435, 0)
  76. Main.Size = UDim2.new(0, 639, 0, 459)
  77. Main.Draggable = true
  78.  
  79. Frame.Parent = Main
  80. Frame.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
  81. Frame.Size = UDim2.new(0, 639, 0, 61)
  82.  
  83. Close.Name = "Close"
  84. Close.Parent = Main
  85. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  86. Close.BackgroundTransparency = 1
  87. Close.BorderSizePixel = 0
  88. Close.Position = UDim2.new(0.904736996, 0, 0, 0)
  89. Close.Size = UDim2.new(0, 60, 0, 55)
  90. Close.Font = Enum.Font.Cartoon
  91. Close.Text = "x"
  92. Close.TextColor3 = Color3.new(1, 0, 0)
  93. Close.TextScaled = true
  94. Close.TextSize = 14
  95. Close.TextWrapped = true
  96. Close.MouseButton1Down:connect(function()
  97. OpenFrame.Visible = true
  98. Main.Visible = false
  99. end)
  100.  
  101. Frame_2.Parent = Main
  102. Frame_2.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
  103. Frame_2.BorderSizePixel = 0
  104. Frame_2.Position = UDim2.new(0, 0, 0.879679143, 0)
  105. Frame_2.Size = UDim2.new(0, 591, 0, 50)
  106.  
  107. creditowner.Name = "credit owner "
  108. creditowner.Parent = Main
  109. creditowner.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
  110. creditowner.Position = UDim2.new(0, 0, 0.879679143, 0)
  111. creditowner.Size = UDim2.new(0, 639, 0, 50)
  112. creditowner.Font = Enum.Font.Cartoon
  113. creditowner.Text = "Scripts aern't made by me ,Gui Made By triton978"
  114. creditowner.TextColor3 = Color3.new(0, 0, 0)
  115. creditowner.TextScaled = true
  116. creditowner.TextSize = 14
  117. creditowner.TextWrapped = true
  118.  
  119. GuinamePowerSimGuiv10.Name = "Gui name Power Sim Gui v1.0"
  120. GuinamePowerSimGuiv10.Parent = Main
  121. GuinamePowerSimGuiv10.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
  122. GuinamePowerSimGuiv10.BorderSizePixel = 0
  123. GuinamePowerSimGuiv10.Position = UDim2.new(0.256261796, 0, 0.00653594779, 0)
  124. GuinamePowerSimGuiv10.Size = UDim2.new(0, 282, 0, 55)
  125. GuinamePowerSimGuiv10.Font = Enum.Font.Fantasy
  126. GuinamePowerSimGuiv10.Text = "Power Sim Gui v1.0"
  127. GuinamePowerSimGuiv10.TextColor3 = Color3.new(0, 0, 0)
  128. GuinamePowerSimGuiv10.TextScaled = true
  129. GuinamePowerSimGuiv10.TextSize = 14
  130. GuinamePowerSimGuiv10.TextWrapped = true
  131.  
  132. ReviezadminFebutton.Name = "Reviez admin Fe button"
  133. ReviezadminFebutton.Parent = Main
  134. ReviezadminFebutton.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  135. ReviezadminFebutton.Position = UDim2.new(-0.000548074662, 0, 0.27845183, 0)
  136. ReviezadminFebutton.Size = UDim2.new(0, 124, 0, 50)
  137. ReviezadminFebutton.Font = Enum.Font.SourceSans
  138. ReviezadminFebutton.Text = "Reviez admin FE"
  139. ReviezadminFebutton.TextColor3 = Color3.new(0, 0, 0)
  140. ReviezadminFebutton.TextSize = 14
  141. ReviezadminFebutton.MouseButton1Down:connect(function()
  142. loadstring(game:HttpGet("https://pastebin.com/raw/VFwd3uGJ", true))()
  143. end)
  144.  
  145. Explorer.Name = "Explorer"
  146. Explorer.Parent = Main
  147. Explorer.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  148. Explorer.Position = UDim2.new(-0.00211301981, 0, 0.44475621, 0)
  149. Explorer.Size = UDim2.new(0, 125, 0, 50)
  150. Explorer.Font = Enum.Font.SourceSans
  151. Explorer.Text = "Explorer"
  152. Explorer.TextColor3 = Color3.new(0, 0, 0)
  153. Explorer.TextSize = 14
  154. Explorer.MouseButton1Down:connect(function()
  155. loadstring(game:HttpGet("https://pastebin.com/raw/DAQDgLQf", true))()
  156. end)
  157.  
  158. Heads100mPP.Name = "Heads 100m PP"
  159. Heads100mPP.Parent = Main
  160. Heads100mPP.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  161. Heads100mPP.Position = UDim2.new(0.218917534, 0, 0.277000248, 0)
  162. Heads100mPP.Size = UDim2.new(0, 109, 0, 50)
  163. Heads100mPP.Font = Enum.Font.SourceSans
  164. Heads100mPP.Text = "Heads 100m PP"
  165. Heads100mPP.TextColor3 = Color3.new(0, 0, 0)
  166. Heads100mPP.TextSize = 14
  167. Heads100mPP.MouseButton1Down:connect(function()
  168. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1077.43,29.02,-1655.98)
  169. end)
  170.  
  171. GoldGym1mPP.Name = "Gold Gym 1m PP"
  172. GoldGym1mPP.Parent = Main
  173. GoldGym1mPP.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  174. GoldGym1mPP.Position = UDim2.new(0.218917534, 0, 0.130849794, 0)
  175. GoldGym1mPP.Size = UDim2.new(0, 109, 0, 50)
  176. GoldGym1mPP.Font = Enum.Font.SourceSans
  177. GoldGym1mPP.Text = "Gold Gym 1M PP"
  178. GoldGym1mPP.TextColor3 = Color3.new(0, 0, 0)
  179. GoldGym1mPP.TextSize = 14
  180. GoldGym1mPP.MouseButton1Down:connect(function()
  181. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-215.67,-1.1,-1200.71)
  182. end)
  183.  
  184. Gym10Kpp.Name = "Gym 10K pp"
  185. Gym10Kpp.Parent = Main
  186. Gym10Kpp.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  187. Gym10Kpp.Position = UDim2.new(-0.00330468593, 0, 0.764705896, 0)
  188. Gym10Kpp.Size = UDim2.new(0, 129, 0, 52)
  189. Gym10Kpp.Font = Enum.Font.SourceSans
  190. Gym10Kpp.Text = "Gym 10K PP"
  191. Gym10Kpp.TextColor3 = Color3.new(0, 0, 0)
  192. Gym10Kpp.TextSize = 14
  193. Gym10Kpp.MouseButton1Down:connect(function()
  194. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(174.52,-1.1,1089.24)
  195. end)
  196.  
  197. Rock0PP.Name = "Rock 0 PP"
  198. Rock0PP.Parent = Main
  199. Rock0PP.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  200. Rock0PP.Position = UDim2.new(0, 0, 0.61438185, 0)
  201. Rock0PP.Size = UDim2.new(0, 127, 0, 49)
  202. Rock0PP.Font = Enum.Font.SourceSans
  203. Rock0PP.Text = "Rock 0 PP"
  204. Rock0PP.TextColor3 = Color3.new(0, 0, 0)
  205. Rock0PP.TextSize = 14
  206. Rock0PP.MouseButton1Down:connect(function()
  207. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-75.75,15.75,-157.53)
  208. end)
  209.  
  210. Stonehenge10BPP.Name = "Stonehenge 10B PP"
  211. Stonehenge10BPP.Parent = Main
  212. Stonehenge10BPP.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  213. Stonehenge10BPP.Position = UDim2.new(0.218917534, 0, 0.440089792, 0)
  214. Stonehenge10BPP.Size = UDim2.new(0, 109, 0, 49)
  215. Stonehenge10BPP.Font = Enum.Font.SourceSans
  216. Stonehenge10BPP.Text = "Stonehenge 10B PP"
  217. Stonehenge10BPP.TextColor3 = Color3.new(0, 0, 0)
  218. Stonehenge10BPP.TextSize = 14
  219. Stonehenge10BPP.MouseButton1Down:connect(function()
  220. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(808.05,19.51,-1763.94)
  221. end)
  222.  
  223. Firehouse.Name = "Firehouse"
  224. Firehouse.Parent = Main
  225. Firehouse.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  226. Firehouse.Position = UDim2.new(0.40420863, 0, 0.278869778, 0)
  227. Firehouse.Size = UDim2.new(0, 102, 0, 49)
  228. Firehouse.Font = Enum.Font.SourceSans
  229. Firehouse.Text = "FireHouse 1m END"
  230. Firehouse.TextColor3 = Color3.new(0, 0, 0)
  231. Firehouse.TextSize = 14
  232. Firehouse.MouseButton1Down:connect(function()
  233. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-891.01,-3.95,310.17)
  234. end)
  235.  
  236. sewer.Name = "sewer"
  237. sewer.Parent = Main
  238. sewer.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  239. sewer.Position = UDim2.new(0.408689111, 0, 0.132897601, 0)
  240. sewer.Size = UDim2.new(0, 100, 0, 49)
  241. sewer.Font = Enum.Font.SourceSans
  242. sewer.Text = "Sewer 100K END"
  243. sewer.TextColor3 = Color3.new(0, 0, 0)
  244. sewer.TextSize = 14
  245. sewer.MouseButton1Down:connect(function()
  246. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-258.13,46.25,519.3)
  247. end)
  248.  
  249. Danceclub19k.Name = "Dance club 19k"
  250. Danceclub19k.Parent = Main
  251. Danceclub19k.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  252. Danceclub19k.Position = UDim2.new(0.217980236, 0, 0.76646924, 0)
  253. Danceclub19k.Size = UDim2.new(0, 108, 0, 50)
  254. Danceclub19k.Font = Enum.Font.SourceSans
  255. Danceclub19k.Text = "Dance Club 10K END"
  256. Danceclub19k.TextColor3 = Color3.new(0, 0, 0)
  257. Danceclub19k.TextSize = 14
  258. Danceclub19k.MouseButton1Down:connect(function()
  259. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-674.94,28.76,1050.16)
  260. end)
  261.  
  262. IceFactory100end.Name = "Ice Factory 100 end"
  263. IceFactory100end.Parent = Main
  264. IceFactory100end.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  265. IceFactory100end.Position = UDim2.new(0.222674936, 0, 0.611152291, 0)
  266. IceFactory100end.Size = UDim2.new(0, 106, 0, 50)
  267. IceFactory100end.Font = Enum.Font.SourceSans
  268. IceFactory100end.Text = "Ice Factory 100 END"
  269. IceFactory100end.TextColor3 = Color3.new(0, 0, 0)
  270. IceFactory100end.TextSize = 14
  271. IceFactory100end.MouseButton1Down:connect(function()
  272. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1136.49,42.65,-115.29)
  273. end)
  274.  
  275. AutoFarmallstatsbutton.Name = "Auto Farm all stats button"
  276. AutoFarmallstatsbutton.Parent = Main
  277. AutoFarmallstatsbutton.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  278. AutoFarmallstatsbutton.Position = UDim2.new(-0.000548074662, 0, 0.132411823, 0)
  279. AutoFarmallstatsbutton.Size = UDim2.new(0, 124, 0, 50)
  280. AutoFarmallstatsbutton.Font = Enum.Font.SourceSans
  281. AutoFarmallstatsbutton.Text = "Auto Farm all stats"
  282. AutoFarmallstatsbutton.TextColor3 = Color3.new(0, 0, 0)
  283. AutoFarmallstatsbutton.TextSize = 14
  284. AutoFarmallstatsbutton.MouseButton1Down:connect(function()
  285. loadstring(game:HttpGet("https://pastebin.com/raw/bGhYbFMB", true))()
  286. end)
  287.  
  288. Line1.Name = "Line 1"
  289. Line1.Parent = Main
  290. Line1.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
  291. Line1.BorderSizePixel = 0
  292. Line1.Position = UDim2.new(0.387717098, 0, 0.123800308, 0)
  293. Line1.Size = UDim2.new(0, 14, 0, 346)
  294.  
  295. Line1_2.Name = "Line 1"
  296. Line1_2.Parent = Main
  297. Line1_2.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
  298. Line1_2.BorderSizePixel = 0
  299. Line1_2.Position = UDim2.new(0.56518352, 0, 0.130358323, 0)
  300. Line1_2.Size = UDim2.new(0, 14, 0, 343)
  301.  
  302. Line1_3.Name = "Line 1"
  303. Line1_3.Parent = Main
  304. Line1_3.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
  305. Line1_3.BorderSizePixel = 0
  306. Line1_3.Position = UDim2.new(0.197421417, 0, 0.132008672, 0)
  307. Line1_3.Size = UDim2.new(0, 14, 0, 342)
  308.  
  309. forge10MEND.Name = "forge 10M END"
  310. forge10MEND.Parent = Main
  311. forge10MEND.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  312. forge10MEND.Position = UDim2.new(0.414948881, 0, 0.450529218, 0)
  313. forge10MEND.Size = UDim2.new(0, 96, 0, 47)
  314. forge10MEND.Font = Enum.Font.SourceSans
  315. forge10MEND.Text = "Forge 10M END"
  316. forge10MEND.TextColor3 = Color3.new(0, 0, 0)
  317. forge10MEND.TextSize = 14
  318. forge10MEND.MouseButton1Down:connect(function()
  319. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-310.32,62.75,1524.68)
  320. end)
  321.  
  322. temple10k.Name = "temple 10k"
  323. temple10k.Parent = Main
  324. temple10k.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  325. temple10k.Position = UDim2.new(0.586854458, 0, 0.137088716, 0)
  326. temple10k.Size = UDim2.new(0, 119, 0, 47)
  327. temple10k.Font = Enum.Font.SourceSans
  328. temple10k.Text = "temple 10K pf"
  329. temple10k.TextColor3 = Color3.new(0, 0, 0)
  330. temple10k.TextSize = 14
  331. temple10k.MouseButton1Down:connect(function()
  332. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1271.09,293.23,-693.66)
  333. end)
  334.  
  335. shipwreck.Name = "shipwreck"
  336. shipwreck.Parent = Main
  337. shipwreck.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  338. shipwreck.Position = UDim2.new(0.408450723, 0, 0.775878131, 0)
  339. shipwreck.Size = UDim2.new(0, 96, 0, 47)
  340. shipwreck.Font = Enum.Font.SourceSans
  341. shipwreck.Text = "Shipwreck 1k pf"
  342. shipwreck.TextColor3 = Color3.new(0, 0, 0)
  343. shipwreck.TextSize = 14
  344. shipwreck.MouseButton1Down:connect(function()
  345. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(603.03,-46.32,-29.28)
  346. end)
  347.  
  348. Volcano1BEND.Name = "Volcano 1B END"
  349. Volcano1BEND.Parent = Main
  350. Volcano1BEND.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  351. Volcano1BEND.Position = UDim2.new(0.414948881, 0, 0.609119415, 0)
  352. Volcano1BEND.Size = UDim2.new(0, 96, 0, 47)
  353. Volcano1BEND.Font = Enum.Font.SourceSans
  354. Volcano1BEND.Text = "Volcano 1B END"
  355. Volcano1BEND.TextColor3 = Color3.new(0, 0, 0)
  356. Volcano1BEND.TextSize = 14
  357. Volcano1BEND.MouseButton1Down:connect(function()
  358. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1233.12,219.57,575.66)
  359. end)
  360.  
  361. lighthouse.Name = "lighthouse"
  362. lighthouse.Parent = Main
  363. lighthouse.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  364. lighthouse.Position = UDim2.new(0.587092757, 0, 0.276237279, 0)
  365. lighthouse.Size = UDim2.new(0, 120, 0, 47)
  366. lighthouse.Font = Enum.Font.SourceSans
  367. lighthouse.Text = "lighthouse 100K pf"
  368. lighthouse.TextColor3 = Color3.new(0, 0, 0)
  369. lighthouse.TextSize = 14
  370. lighthouse.MouseButton1Down:connect(function()
  371. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-634.02,101.12,-1086.69)
  372. end)
  373.  
  374. TextButton.Parent = Main
  375. TextButton.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  376. TextButton.Position = UDim2.new(0.588419437, 0, 0.77434653, 0)
  377. TextButton.Size = UDim2.new(0, 119, 0, 47)
  378. TextButton.Font = Enum.Font.SourceSans
  379. TextButton.Text = "small island 100b pf"
  380. TextButton.TextColor3 = Color3.new(0, 0, 0)
  381. TextButton.TextSize = 14
  382. TextButton.MouseButton1Down:connect(function()
  383. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-514.33,1166.65,-73.21)
  384. end)
  385.  
  386. TextButton_2.Parent = Main
  387. TextButton_2.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  388. TextButton_2.Position = UDim2.new(0.586854458, 0, 0.60812211, 0)
  389. TextButton_2.Size = UDim2.new(0, 122, 0, 47)
  390. TextButton_2.Font = Enum.Font.SourceSans
  391. TextButton_2.Text = " lower temp 1b pf"
  392. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  393. TextButton_2.TextSize = 14
  394. TextButton_2.MouseButton1Down:connect(function()
  395. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1160.04,219.75,-790.38)
  396. end)
  397.  
  398. pyramid.Name = "pyramid"
  399. pyramid.Parent = Main
  400. pyramid.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  401. pyramid.Position = UDim2.new(0.588419378, 0, 0.439184785, 0)
  402. pyramid.Size = UDim2.new(0, 121, 0, 47)
  403. pyramid.Font = Enum.Font.SourceSans
  404. pyramid.Text = "Pyramid 1m pf"
  405. pyramid.TextColor3 = Color3.new(0, 0, 0)
  406. pyramid.TextSize = 14
  407. pyramid.MouseButton1Down:connect(function()
  408. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-847.92,-18.67,1361.7)
  409. end)
  410. Line1_4.Name = "Line 1"
  411. Line1_4.Parent = Main
  412. Line1_4.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
  413. Line1_4.BorderSizePixel = 0
  414. Line1_4.Position = UDim2.new(0.774258554, 0, 0.132731393, 0)
  415. Line1_4.Size = UDim2.new(0, 14, 0, 349)
  416.  
  417. TextButton_3.Parent = Main
  418. TextButton_3.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  419. TextButton_3.Position = UDim2.new(0.794992149, 0, 0.137088716, 0)
  420. TextButton_3.Size = UDim2.new(0, 130, 0, 45)
  421. TextButton_3.Font = Enum.Font.SourceSans
  422. TextButton_3.Text = "big island 10t pf"
  423. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  424. TextButton_3.TextSize = 14
  425. TextButton_3.MouseButton1Down:connect(function()
  426. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-358.66,1199.01,-207.42)
  427. end)
  428.  
  429. Credits.Name = "Credits"
  430. Credits.Parent = Main
  431. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  432. Credits.Position = UDim2.new(0.798122048, 0, 0.770790696, 0)
  433. Credits.Size = UDim2.new(0, 125, 0, 49)
  434. Credits.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  435. Credits.Font = Enum.Font.Cartoon
  436. Credits.Text = "Credits"
  437. Credits.TextColor3 = Color3.new(1, 1, 1)
  438. Credits.TextSize = 20
  439. Credits.TextWrapped = true
  440.  
  441. CreditsFrame.Name = "Credits Frame"
  442. CreditsFrame.Parent = Main
  443. CreditsFrame.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  444. CreditsFrame.Position = UDim2.new(-0.435054779, 0, 0.0217864923, 0)
  445. CreditsFrame.Size = UDim2.new(0, 244, 0, 205)
  446. Close.MouseButton1Down:connect(function()
  447. OpenFrame.Visible = true
  448. Main.Visible = false
  449. end)
  450.  
  451. TextLabel.Parent = CreditsFrame
  452. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  453. TextLabel.BackgroundTransparency = 1
  454. TextLabel.BorderColor3 = Color3.new(0.666667, 0, 0)
  455. TextLabel.BorderSizePixel = 0
  456. TextLabel.Position = UDim2.new(0.00763358455, 0, 0, 0)
  457. TextLabel.Size = UDim2.new(0, 242, 0, 52)
  458. TextLabel.Font = Enum.Font.SourceSans
  459. TextLabel.Text = "Credits"
  460. TextLabel.TextColor3 = Color3.new(0.666667, 0, 0)
  461. TextLabel.TextScaled = true
  462. TextLabel.TextSize = 14
  463. TextLabel.TextWrapped = true
  464.  
  465.  
  466. Credits_2.Name = "Credits"
  467. Credits_2.Parent = CreditsFrame
  468. Credits_2.BackgroundColor3 = Color3.new(1, 1, 1)
  469. Credits_2.Position = UDim2.new(0, 0, 0.806399643, 0)
  470. Credits_2.Size = UDim2.new(0, 131, 0, 29)
  471. Credits_2.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  472. Credits_2.Font = Enum.Font.Cartoon
  473. Credits_2.Text = "Close"
  474. Credits_2.TextColor3 = Color3.new(1, 1, 1)
  475. Credits_2.TextSize = 20
  476. Credits_2.TextWrapped = true
  477.  
  478. TextLabel_2.Parent = CreditsFrame
  479. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  480. TextLabel_2.BackgroundTransparency = 1
  481. TextLabel_2.Position = UDim2.new(0.141440153, 0, 0.297687709, 0)
  482. TextLabel_2.Size = UDim2.new(0, 173, 0, 81)
  483. TextLabel_2.Font = Enum.Font.SourceSans
  484. TextLabel_2.Text = "Credits to\" run your pockets\" for the Auto farm script "
  485. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  486. TextLabel_2.TextSize = 14
  487. TextLabel_2.TextWrapped = true
  488. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement