Advertisement
Adel987654321

Power simulator

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