Advertisement
Guest User

nvm

a guest
Jan 18th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.88 KB | None | 0 0
  1. local Thing = Instance.new("ScreenGui")
  2. local Drag = Instance.new("Frame")
  3. local Main = Instance.new("ScrollingFrame")
  4. local Main2 = Instance.new("ScrollingFrame")
  5. local Button1 = Instance.new("TextButton")
  6. local Button2 = Instance.new("TextButton")
  7. local Button3 = Instance.new("TextButton")
  8. local Button4 = Instance.new("TextButton")
  9. local Button5 = Instance.new("TextButton")
  10. local Button6 = Instance.new("TextButton")
  11. local Button7 = Instance.new("TextButton")
  12. local Button8 = Instance.new("TextButton")
  13. local Button9 = Instance.new("TextButton")
  14. local Button10 = Instance.new("TextButton")
  15. local Button11 = Instance.new("TextButton")
  16. local Button1_2 = Instance.new("TextButton")
  17. local Button2_2 = Instance.new("TextButton")
  18. local Button3_2 = Instance.new("TextButton")
  19. local Button4_2 = Instance.new("TextButton")
  20. local Button5_2 = Instance.new("TextButton")
  21. local Button6_2 = Instance.new("TextButton")
  22. local Button7_2 = Instance.new("TextButton")
  23. local Page1 = Instance.new("TextButton")
  24. local Page2 = Instance.new("TextButton")
  25. local Title = Instance.new("TextLabel")
  26. local CloseButton = Instance.new("TextButton")
  27. Thing.Name = "Thing"
  28. Thing.Parent = game.CoreGui
  29. farm1 = false
  30. farm2 = false
  31. farm3 = false
  32. farm4 = false
  33. farm5 = false
  34. farm6 = false
  35. farm7 = false
  36. farm8 = false
  37. farm9 = false
  38. farm10 = false
  39. farm11 = false
  40. boss1 = false
  41. boss2 = false
  42. boss3 = false
  43. boss4 = false
  44. boss5 = false
  45. boss6 = false
  46. boss7 = false
  47. game.Players.LocalPlayer.PlayerGui.MainGUI.FullFuelFrame.Visible = false
  48. game.Players.LocalPlayer.PlayerGui.MainGUI.NotEnoughMoneyFrame.Visible = false
  49.  
  50. Drag.Name = "Drag"
  51. Drag.Parent = Thing
  52. Drag.Active = true
  53. Drag.BackgroundColor3 = Color3.new(0.157, 0.157, 0.353)
  54. Drag.BorderColor3 = Color3.new(0.2, 0.28, 0.65)
  55. Drag.BorderSizePixel = 3
  56. Drag.Position = UDim2.new(0.792, 0, 0.22, 0)
  57. Drag.Selectable = true
  58. Drag.Size = UDim2.new(0, 240, 0, 22)
  59. Drag.Draggable = true
  60.  
  61. Main.Name = "Main"
  62. Main.Parent = Drag
  63. Main.BackgroundColor3 = Color3.new(0.1,0.1,0.1)
  64. Main.BorderColor3 = Color3.new(0.2, 0.28, 0.65)
  65. Main.BorderSizePixel = 3
  66. Main.Position = UDim2.new(0, 0, 0.98, 0)
  67. Main.Size = UDim2.new(0, 240, 0, 422)
  68. Main.CanvasSize = UDim2.new(0, 0, 45, 0)
  69. Main.ScrollBarThickness = 8
  70. Main.ScrollBarImageTransparency = 0
  71. Main.ScrollBarImageColor3 = Color3.new(1, 0.2, 0.1)
  72.  
  73. Main2.Name = "Main2"
  74. Main2.Parent = Drag
  75. Main2.BackgroundColor3 = Color3.new(0.1,0.1,0.1)
  76. Main2.BorderColor3 = Color3.new(0.2, 0.28, 0.65)
  77. Main2.BorderSizePixel = 3
  78. Main2.Position = UDim2.new(0, 0, 0.98, 0)
  79. Main2.Size = UDim2.new(0, 240, 0, 422)
  80. Main2.CanvasSize = UDim2.new(0, 0, 45, 0)
  81. Main2.ScrollBarThickness = 8
  82. Main2.ScrollBarImageTransparency = 0
  83. Main2.ScrollBarImageColor3 = Color3.new(1, 0.2, 0.1)
  84. Main2.Visible = false
  85.  
  86. Page1.Name = "Page1"
  87. Page1.Parent = Drag
  88. Page1.BackgroundColor3 = Color3.new(0.157, 0.157, 0.353)
  89. Page1.BorderColor3 = Color3.new(0.2, 0.3, 0.75)
  90. Page1.BorderSizePixel = 3
  91. Page1.Position = UDim2.new(0, 0, 0, 0)
  92. Page1.Size = UDim2.new(0, 16, 0, 16)
  93. Page1.Font = Enum.Font.Code
  94. Page1.Text = "<"
  95. Page1.TextColor3 = Color3.new(1, 1, 1)
  96. Page1.TextSize = 25
  97. Page1.Visible = false
  98. Page1.MouseButton1Click:connect(function()
  99. Page1.Visible = false
  100. Page2.Visible = true
  101. Main.Visible = true
  102. Main2.Visible = false
  103. end)
  104.  
  105. Page2.Name = "Page2"
  106. Page2.Parent = Drag
  107. Page2.BackgroundColor3 = Color3.new(0.157, 0.157, 0.353)
  108. Page2.BorderColor3 = Color3.new(0.2, 0.3, 0.75)
  109. Page2.BorderSizePixel = 3
  110. Page2.Position = UDim2.new(0.935, 0, 0.05, 0)
  111. Page2.Size = UDim2.new(0, 16, 0, 16)
  112. Page2.Font = Enum.Font.Code
  113. Page2.Text = ">"
  114. Page2.TextColor3 = Color3.new(1, 1, 1)
  115. Page2.TextSize = 25
  116. Page2.MouseButton1Click:connect(function()
  117. Page2.Visible = false
  118. Page1.Visible = true
  119. Main.Visible = false
  120. Main2.Visible = true
  121. end)
  122.  
  123. Button1.Name = "Button1"
  124. Button1.Parent = Main
  125. Button1.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  126. Button1.BorderColor3 = Color3.new(0.2, 0.3, 0.75)
  127. Button1.BorderSizePixel = 2
  128. Button1.Position = UDim2.new(0.03, 0, 0.005, 0)
  129. Button1.Size = UDim2.new(0, 215, 0, 35)
  130. Button1.Font = Enum.Font.Code
  131. Button1.Text = "Coal"
  132. Button1.TextColor3 = Color3.new(0, 0, 0)
  133. Button1.TextSize = 25
  134. Button1.TextWrapped = true
  135. Button1.MouseButton1Click:connect(function()
  136. if farm1 == true then farm1 = false print("Disabled")
  137. Button1.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  138. elseif
  139. farm1 == false then farm1 = true print("Enabled")
  140. Button1.BackgroundColor3 = Color3.new(0, .5, 0)
  141. end
  142. Farm1()
  143. end)
  144.  
  145. Button2.Name = "Button2"
  146. Button2.Parent = Main
  147. Button2.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  148. Button2.BorderColor3 = Color3.new(0.2, 0.3, 0.75)
  149. Button2.BorderSizePixel = 2
  150. Button2.Position = UDim2.new(0.03, 0, 0.047, 0)
  151. Button2.Size = UDim2.new(0, 215, 0, 35)
  152. Button2.Font = Enum.Font.Code
  153. Button2.Text = "Battery"
  154. Button2.TextColor3 = Color3.new(0, 0, 0)
  155. Button2.TextSize = 25
  156. Button2.TextWrapped = true
  157. Button2.MouseButton1Click:connect(function()
  158. if farm2 == true then farm2 = false print("Disabled")
  159. Button2.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  160. elseif
  161. farm2 == false then farm2 = true print("Enabled")
  162. Button2.BackgroundColor3 = Color3.new(0, .5, 0)
  163. end
  164. Farm2()
  165. end)
  166.  
  167. Button3.Name = "Button3"
  168. Button3.Parent = Main
  169. Button3.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  170. Button3.BorderColor3 = Color3.new(0.2, 0.3, 0.75)
  171. Button3.BorderSizePixel = 2
  172. Button3.Position = UDim2.new(0.03, 0, 0.089, 0)
  173. Button3.Size = UDim2.new(0, 215, 0, 35)
  174. Button3.Font = Enum.Font.Code
  175. Button3.Text = "Solar"
  176. Button3.TextColor3 = Color3.new(0, 0, 0)
  177. Button3.TextSize = 25
  178. Button3.TextWrapped = true
  179. Button3.MouseButton1Click:connect(function()
  180. if farm3 == true then farm3 = false print("Disabled")
  181. Button3.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  182. elseif
  183. farm3 == false then farm3 = true print("Enabled")
  184. Button3.BackgroundColor3 = Color3.new(0, .5, 0)
  185. end
  186. Farm3()
  187. end)
  188.  
  189. Button4.Name = "Button4"
  190. Button4.Parent = Main
  191. Button4.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  192. Button4.BorderColor3 = Color3.new(0.2, 0.3, 0.75)
  193. Button4.BorderSizePixel = 2
  194. Button4.Position = UDim2.new(0.03, 0, 0.131, 0)
  195. Button4.Size = UDim2.new(0, 215, 0, 35)
  196. Button4.Font = Enum.Font.Code
  197. Button4.Text = "Wind"
  198. Button4.TextColor3 = Color3.new(0, 0, 0)
  199. Button4.TextSize = 25
  200. Button4.TextWrapped = true
  201. Button4.MouseButton1Click:connect(function()
  202. if farm4 == true then farm4 = false print("Disabled")
  203. Button4.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  204. elseif
  205. farm4 == false then farm4 = true print("Enabled")
  206. Button4.BackgroundColor3 = Color3.new(0, .5, 0)
  207. end
  208. Farm4()
  209. end)
  210.  
  211. Button5.Name = "Button5"
  212. Button5.Parent = Main
  213. Button5.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  214. Button5.BorderColor3 = Color3.new(0.2, 0.3, 0.75)
  215. Button5.BorderSizePixel = 2
  216. Button5.Position = UDim2.new(0.03, 0, 0.173, 0)
  217. Button5.Size = UDim2.new(0, 215, 0, 35)
  218. Button5.Font = Enum.Font.Code
  219. Button5.Text = "Nuclear"
  220. Button5.TextColor3 = Color3.new(0, 0, 0)
  221. Button5.TextSize = 25
  222. Button5.TextWrapped = true
  223. Button5.MouseButton1Click:connect(function()
  224. if farm5 == true then farm5 = false print("Disabled")
  225. Button5.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  226. elseif
  227. farm5 == false then farm5 = true print("Enabled")
  228. Button5.BackgroundColor3 = Color3.new(0, .5, 0)
  229. end
  230. Farm5()
  231. end)
  232.  
  233. Button6.Name = "Button6"
  234. Button6.Parent = Main
  235. Button6.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  236. Button6.BorderColor3 = Color3.new(0.2, 0.3, 0.75)
  237. Button6.BorderSizePixel = 2
  238. Button6.Position = UDim2.new(0.03, 0, 0.215, 0)
  239. Button6.Size = UDim2.new(0, 215, 0, 35)
  240. Button6.Font = Enum.Font.Code
  241. Button6.Text = "Plasma"
  242. Button6.TextColor3 = Color3.new(0, 0, 0)
  243. Button6.TextSize = 25
  244. Button6.TextWrapped = true
  245. Button6.MouseButton1Click:connect(function()
  246. if farm6 == true then farm6 = false print("Disabled")
  247. Button6.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  248. elseif
  249. farm6 == false then farm6 = true print("Enabled")
  250. Button6.BackgroundColor3 = Color3.new(0, .5, 0)
  251. end
  252. Farm6()
  253. end)
  254.  
  255. Button7.Name = "Button7"
  256. Button7.Parent = Main
  257. Button7.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  258. Button7.BorderColor3 = Color3.new(0.2, 0.3, 0.75)
  259. Button7.BorderSizePixel = 2
  260. Button7.Position = UDim2.new(0.03, 0, 0.257, 0)
  261. Button7.Size = UDim2.new(0, 215, 0, 35)
  262. Button7.Font = Enum.Font.Code
  263. Button7.Text = "Aetherium"
  264. Button7.TextColor3 = Color3.new(0, 0, 0)
  265. Button7.TextSize = 25
  266. Button7.TextWrapped = true
  267. Button7.MouseButton1Click:connect(function()
  268. if farm7 == true then farm7 = false print("Disabled")
  269. Button7.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  270. elseif
  271. farm7 == false then farm7 = true print("Enabled")
  272. Button7.BackgroundColor3 = Color3.new(0, .5, 0)
  273. end
  274. Farm7()
  275. end)
  276.  
  277. Button8.Name = "Button8"
  278. Button8.Parent = Main
  279. Button8.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  280. Button8.BorderColor3 = Color3.new(0.2, 0.3, 0.75)
  281. Button8.BorderSizePixel = 2
  282. Button8.Position = UDim2.new(0.03, 0, 0.299, 0)
  283. Button8.Size = UDim2.new(0, 215, 0, 35)
  284. Button8.Font = Enum.Font.Code
  285. Button8.Text = "Corrodium"
  286. Button8.TextColor3 = Color3.new(0, 0, 0)
  287. Button8.TextSize = 25
  288. Button8.TextWrapped = true
  289. Button8.MouseButton1Click:connect(function()
  290. if farm8 == true then farm8 = false print("Disabled")
  291. Button8.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  292. elseif
  293. farm8 == false then farm8 = true print("Enabled")
  294. Button8.BackgroundColor3 = Color3.new(0, .5, 0)
  295. end
  296. Farm8()
  297. end)
  298.  
  299. Button9.Name = "Button9"
  300. Button9.Parent = Main
  301. Button9.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  302. Button9.BorderColor3 = Color3.new(0.2, 0.3, 0.75)
  303. Button9.BorderSizePixel = 2
  304. Button9.Position = UDim2.new(0.03, 0, 0.341, 0)
  305. Button9.Size = UDim2.new(0, 215, 0, 35)
  306. Button9.Font = Enum.Font.Code
  307. Button9.Text = "Element 99"
  308. Button9.TextColor3 = Color3.new(0, 0, 0)
  309. Button9.TextSize = 25
  310. Button9.TextWrapped = true
  311. Button9.MouseButton1Click:connect(function()
  312. if farm9 == true then farm9 = false print("Disabled")
  313. Button9.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  314. elseif
  315. farm9 == false then farm9 = true print("Enabled")
  316. Button9.BackgroundColor3 = Color3.new(0, .5, 0)
  317. end
  318. Farm9()
  319. end)
  320.  
  321. Button10.Name = "Button10"
  322. Button10.Parent = Main
  323. Button10.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  324. Button10.BorderColor3 = Color3.new(0.2, 0.3, 0.75)
  325. Button10.BorderSizePixel = 2
  326. Button10.Position = UDim2.new(0.03, 0, 0.383, 0)
  327. Button10.Size = UDim2.new(0, 215, 0, 35)
  328. Button10.Font = Enum.Font.Code
  329. Button10.Text = "Galacticium"
  330. Button10.TextColor3 = Color3.new(0, 0, 0)
  331. Button10.TextSize = 25
  332. Button10.TextWrapped = true
  333. Button10.MouseButton1Click:connect(function()
  334. if farm10 == true then farm10 = false print("Disabled")
  335. Button10.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  336. elseif
  337. farm10 == false then farm10 = true print("Enabled")
  338. Button10.BackgroundColor3 = Color3.new(0, .5, 0)
  339. end
  340. Farm10()
  341. end)
  342.  
  343. Button11.Name = "Button10"
  344. Button11.Parent = Main
  345. Button11.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  346. Button11.BorderColor3 = Color3.new(0.2, 0.3, 0.75)
  347. Button11.BorderSizePixel = 2
  348. Button11.Position = UDim2.new(0.03, 0, 0.425, 0)
  349. Button11.Size = UDim2.new(0, 215, 0, 35)
  350. Button11.Font = Enum.Font.Code
  351. Button11.Text = "Magmatium"
  352. Button11.TextColor3 = Color3.new(0, 0, 0)
  353. Button11.TextSize = 25
  354. Button11.TextWrapped = true
  355. Button11.MouseButton1Click:connect(function()
  356. if farm11 == true then farm11 = false print("Disabled")
  357. Button11.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  358. elseif
  359. farm11 == false then farm11 = true print("Enabled")
  360. Button11.BackgroundColor3 = Color3.new(0, .5, 0)
  361. end
  362. Farm11()
  363. end)
  364.  
  365. Button1_2.Name = "Button1_2"
  366. Button1_2.Parent = Main2
  367. Button1_2.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  368. Button1_2.BorderColor3 = Color3.new(0.2, 0.3, 0.75)
  369. Button1_2.BorderSizePixel = 2
  370. Button1_2.Position = UDim2.new(0.03, 0, 0.005, 0)
  371. Button1_2.Size = UDim2.new(0, 215, 0, 35)
  372. Button1_2.Font = Enum.Font.Code
  373. Button1_2.Text = "LunarBoss"
  374. Button1_2.TextColor3 = Color3.new(0, 0, 0)
  375. Button1_2.TextSize = 25
  376. Button1_2.TextWrapped = true
  377. Button1_2.MouseButton1Click:connect(function()
  378. if boss1 == true then boss1 = false print("Disabled")
  379. Button1_2.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  380. elseif
  381. boss1 == false then boss1 = true print("Enabled")
  382. Button1_2.BackgroundColor3 = Color3.new(0, .5, 0)
  383. end
  384. Boss1()
  385. end)
  386.  
  387. Button2_2.Name = "Button2_2"
  388. Button2_2.Parent = Main2
  389. Button2_2.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  390. Button2_2.BorderColor3 = Color3.new(0.2, 0.3, 0.75)
  391. Button2_2.BorderSizePixel = 2
  392. Button2_2.Position = UDim2.new(0.03, 0, 0.047, 0)
  393. Button2_2.Size = UDim2.new(0, 215, 0, 35)
  394. Button2_2.Font = Enum.Font.Code
  395. Button2_2.Text = "MartianBoss"
  396. Button2_2.TextColor3 = Color3.new(0, 0, 0)
  397. Button2_2.TextSize = 25
  398. Button2_2.TextWrapped = true
  399. Button2_2.MouseButton1Click:connect(function()
  400. if boss2 == true then boss2 = false print("Disabled")
  401. Button2_2.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  402. elseif
  403. boss2 == false then boss2 = true print("Enabled")
  404. Button2_2.BackgroundColor3 = Color3.new(0, .5, 0)
  405. end
  406. Boss2()
  407. end)
  408.  
  409. Button3_2.Name = "Button3_2"
  410. Button3_2.Parent = Main2
  411. Button3_2.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  412. Button3_2.BorderColor3 = Color3.new(0.2, 0.3, 0.75)
  413. Button3_2.BorderSizePixel = 2
  414. Button3_2.Position = UDim2.new(0.03, 0, 0.089, 0)
  415. Button3_2.Size = UDim2.new(0, 215, 0, 35)
  416. Button3_2.Font = Enum.Font.Code
  417. Button3_2.Text = "NeptuneBoss"
  418. Button3_2.TextColor3 = Color3.new(0, 0, 0)
  419. Button3_2.TextSize = 25
  420. Button3_2.TextWrapped = true
  421. Button3_2.MouseButton1Click:connect(function()
  422. if boss3 == true then boss3 = false print("Disabled")
  423. Button3_2.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  424. elseif
  425. boss3 == false then boss3 = true print("Enabled")
  426. Button3_2.BackgroundColor3 = Color3.new(0, .5, 0)
  427. end
  428. Boss3()
  429. end)
  430.  
  431. Button4_2.Name = "Button4_2"
  432. Button4_2.Parent = Main2
  433. Button4_2.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  434. Button4_2.BorderColor3 = Color3.new(0.2, 0.3, 0.75)
  435. Button4_2.BorderSizePixel = 2
  436. Button4_2.Position = UDim2.new(0.03, 0, 0.131, 0)
  437. Button4_2.Size = UDim2.new(0, 215, 0, 35)
  438. Button4_2.Font = Enum.Font.Code
  439. Button4_2.Text = "JupiterBoss"
  440. Button4_2.TextColor3 = Color3.new(0, 0, 0)
  441. Button4_2.TextSize = 25
  442. Button4_2.TextWrapped = true
  443. Button4_2.MouseButton1Click:connect(function()
  444. if boss4 == true then boss4 = false print("Disabled")
  445. Button4_2.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  446. elseif
  447. boss4 == false then boss4 = true print("Enabled")
  448. Button4_2.BackgroundColor3 = Color3.new(0, .5, 0)
  449. end
  450. Boss4()
  451. end)
  452.  
  453. Button5_2.Name = "Button5_2"
  454. Button5_2.Parent = Main2
  455. Button5_2.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  456. Button5_2.BorderColor3 = Color3.new(0.2, 0.3, 0.75)
  457. Button5_2.BorderSizePixel = 2
  458. Button5_2.Position = UDim2.new(0.03, 0, 0.173, 0)
  459. Button5_2.Size = UDim2.new(0, 215, 0, 35)
  460. Button5_2.Font = Enum.Font.Code
  461. Button5_2.Text = "VoidBoss"
  462. Button5_2.TextColor3 = Color3.new(0, 0, 0)
  463. Button5_2.TextSize = 25
  464. Button5_2.TextWrapped = true
  465. Button5_2.MouseButton1Click:connect(function()
  466. if boss5 == true then boss5 = false print("Disabled")
  467. Button5_2.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  468. elseif
  469. boss5 == false then boss5 = true print("Enabled")
  470. Button5_2.BackgroundColor3 = Color3.new(0, .5, 0)
  471. end
  472. Boss5()
  473. end)
  474.  
  475. Button6_2.Name = "Button6_2"
  476. Button6_2.Parent = Main2
  477. Button6_2.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  478. Button6_2.BorderColor3 = Color3.new(0.2, 0.3, 0.75)
  479. Button6_2.BorderSizePixel = 2
  480. Button6_2.Position = UDim2.new(0.03, 0, 0.215, 0)
  481. Button6_2.Size = UDim2.new(0, 215, 0, 35)
  482. Button6_2.Font = Enum.Font.Code
  483. Button6_2.Text = "DiamondBoss"
  484. Button6_2.TextColor3 = Color3.new(0, 0, 0)
  485. Button6_2.TextSize = 25
  486. Button6_2.TextWrapped = true
  487. Button6_2.MouseButton1Click:connect(function()
  488. if boss6 == true then boss6 = false print("Disabled")
  489. Button6_2.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  490. elseif
  491. boss6 == false then boss6 = true print("Enabled")
  492. Button6_2.BackgroundColor3 = Color3.new(0, .5, 0)
  493. end
  494. Boss6()
  495. end)
  496.  
  497. Button7_2.Name = "Button7_2"
  498. Button7_2.Parent = Main2
  499. Button7_2.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  500. Button7_2.BorderColor3 = Color3.new(0.2, 0.3, 0.75)
  501. Button7_2.BorderSizePixel = 2
  502. Button7_2.Position = UDim2.new(0.03, 0, 0.257, 0)
  503. Button7_2.Size = UDim2.new(0, 215, 0, 35)
  504. Button7_2.Font = Enum.Font.Code
  505. Button7_2.Text = "MagmaBoss"
  506. Button7_2.TextColor3 = Color3.new(0, 0, 0)
  507. Button7_2.TextSize = 25
  508. Button7_2.TextWrapped = true
  509. Button7_2.MouseButton1Click:connect(function()
  510. if boss7 == true then boss7 = false print("Disabled")
  511. Button7_2.BackgroundColor3 = Color3.new(1, 0.1, 0.1)
  512. elseif
  513. boss7 == false then boss7 = true print("Enabled")
  514. Button7_2.BackgroundColor3 = Color3.new(0, .5, 0)
  515. end
  516. Boss7()
  517. end)
  518.  
  519. Title.Parent = Drag
  520. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  521. Title.BackgroundTransparency = 1
  522. Title.Position = UDim2.new(0, 0, -0.15, 0)
  523. Title.Size = UDim2.new(0, 240, 0, 22)
  524. Title.Font = Enum.Font.Code
  525. Title.Text = "JetPackSim"
  526. Title.TextColor3 = Color3.new(0.75,0.75,0.75)
  527. Title.TextSize = 22
  528.  
  529. CloseButton.Parent = Thing
  530. CloseButton.BackgroundColor3 = Color3.new(0.157, 0.157, 0.353)
  531. CloseButton.Position = UDim2.new(0.94, 0, 0.2175, 0)
  532. CloseButton.Size = UDim2.new(0, 90, 0, 28)
  533. CloseButton.Font = Enum.Font.Code
  534. CloseButton.Text = "Close"
  535. CloseButton.TextColor3 = Color3.new(0.6, 0.6, 0.6)
  536. CloseButton.TextSize = 25
  537.  
  538. function Scriptz()
  539. local script = Instance.new('LocalScript')
  540. script.Parent = CloseButton
  541. button = script.Parent
  542. Drag = script.Parent.Parent.Drag
  543.  
  544. function onClick()
  545. if Drag.Visible == true then
  546. Drag.Visible = false
  547. elseif Drag.Visible == false then
  548. Drag.Visible = true
  549. end
  550. end
  551.  
  552. button.MouseButton1Click:connect(onClick)
  553.  
  554. while wait(0) do
  555. if Drag.Visible == true then
  556. button.Text = "Close"
  557. elseif Drag.Visible == false then
  558. button.Text = "Open"
  559. end
  560. end
  561. end
  562. coroutine.resume(coroutine.create(Scriptz))
  563.  
  564. function RemovePack()
  565. if game.Players.LocalPlayer.Character:FindFirstChild("Jetpack") then
  566. game.Players.LocalPlayer.Character.Jetpack:Destroy()
  567. end
  568. for _,v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
  569. if v.ClassName == "Part"
  570. or v.ClassName == "MeshPart" then
  571. v.CanCollide = false
  572. end
  573. end
  574. end
  575.  
  576. function sell()
  577. Fuel = game.Players.LocalPlayer.PlayerGui.MainGUI.FuelDisplay.TextLabel.Text
  578. if Fuel == "20/20" or Fuel == "40/40" or Fuel == "80/80" or Fuel == "160/160" or Fuel == "320/320" or Fuel == "640/640" or Fuel == "1280/1280" or Fuel == "2560/2560" or Fuel == "5120/5120" or Fuel == "10240/10240" or Fuel == "20480/20480" or Fuel == "40960/40960" or Fuel == "81920/81920" or Fuel == "163840/163840" or Fuel == "327680/327680" or Fuel == "655360/655360" or Fuel == "1310720/1310720" or Fuel == "2621440/2621440" or Fuel == "5242880/5242880" or Fuel == "10485760/10485760" then
  579. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(141.2047, 3.32, -3.3)
  580. end
  581. end
  582.  
  583. function God()
  584. if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  585. if game.Players.LocalPlayer.Character.Humanoid.Health <= 15 then
  586. if game.Players.LocalPlayer.Character.Humanoid.Health >= 2 then
  587. game.Players.LocalPlayer.Character.Humanoid.Health = 1
  588. LocalPlayer = game.Players.LocalPlayer
  589. LocalPlayer.Character["Humanoid"]:Clone().Parent = LocalPlayer.Character
  590. LocalPlayer.Character["Humanoid"]:Destroy()
  591. game:GetService("Workspace").CurrentCamera.CameraSubject = LocalPlayer.Character
  592. end
  593. end
  594. end
  595. end
  596.  
  597. function Farm1()
  598. while farm1 == true do
  599. wait(0)
  600. if game.Players.LocalPlayer.Character then
  601. if game.workspace.Areas.Area1:FindFirstChild("Coal") then
  602. if game.workspace.Areas.Area1.Coal:FindFirstChild("Coal") then
  603. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.Areas.Area1.Coal.Coal.HitPart.CFrame * CFrame.new(0, 0.4, 0)
  604. sell()
  605. end
  606. end
  607. end
  608. end
  609. end
  610.  
  611. function Farm2()
  612. while farm2 == true do
  613. wait(0)
  614. if game.Players.LocalPlayer.Character then
  615. if game.workspace.Areas.Area2:FindFirstChild("Battery") then
  616. if game.workspace.Areas.Area2.Battery:FindFirstChild("Battery") then
  617. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.Areas.Area2.Battery.Battery.HitPart.CFrame * CFrame.new(0, -0.81, 0)
  618. sell()
  619. end
  620. end
  621. end
  622. end
  623. end
  624.  
  625. function Farm3()
  626. while farm3 == true do
  627. wait(0)
  628. if game.Players.LocalPlayer.Character then
  629. if game.workspace.Areas.Area2:FindFirstChild("Solar") then
  630. if game.workspace.Areas.Area2.Solar:FindFirstChild("Solar") then
  631. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.Areas.Area2.Solar.Solar.HitPart.CFrame * CFrame.new(0, -0.81, 0)
  632. sell()
  633. end
  634. end
  635. end
  636. end
  637. end
  638.  
  639. function Farm4()
  640. while farm4 == true do
  641. wait(0)
  642. if game.Players.LocalPlayer.Character then
  643. if game.workspace.Areas.Area4:FindFirstChild("Wind") then
  644. if game.workspace.Areas.Area4.Wind:FindFirstChild("Wind") then
  645. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.Areas.Area4.Wind.Wind.HitPart.CFrame * CFrame.new(0, -0.81, 0)
  646. sell()
  647. end
  648. end
  649. end
  650. end
  651. end
  652.  
  653. function Farm5()
  654. while farm5 == true do
  655. wait(0)
  656. if game.Players.LocalPlayer.Character then
  657. if game.workspace.Areas.Area7:FindFirstChild("Nuclear") then
  658. if game.workspace.Areas.Area7.Nuclear:FindFirstChild("Nuclear") then
  659. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.Areas.Area7.Nuclear.Nuclear.HitPart.CFrame * CFrame.new(0, -0.81, 0)
  660. sell()
  661. end
  662. end
  663. end
  664. end
  665. end
  666.  
  667. function Farm6()
  668. while farm6 == true do
  669. wait(0)
  670. if game.Players.LocalPlayer.Character then
  671. if game.workspace.Areas.Area7:FindFirstChild("Plasma") then
  672. if game.workspace.Areas.Area7.Plasma:FindFirstChild("Plasma") then
  673. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.Areas.Area7.Plasma.Plasma.HitPart.CFrame * CFrame.new(0, -0.81, 0)
  674. sell()
  675. end
  676. end
  677. end
  678. end
  679. end
  680.  
  681. function Farm7()
  682. while farm7 == true do
  683. wait(0)
  684. if game.Players.LocalPlayer.Character then
  685. if game.workspace.Areas.Area11:FindFirstChild("Aetherium") then
  686. if game.workspace.Areas.Area11.Aetherium:FindFirstChild("Aetherium") then
  687. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.Areas.Area11.Aetherium.Aetherium.HitPart.CFrame * CFrame.new(0, -0.81, 0)
  688. sell()
  689. end
  690. end
  691. end
  692. end
  693. end
  694.  
  695. function Farm8()
  696. while farm8 == true do
  697. wait(0)
  698. if game.Players.LocalPlayer.Character then
  699. if game.workspace.Areas.Area13:FindFirstChild("Corrodium") then
  700. if game.workspace.Areas.Area13.Corrodium:FindFirstChild("Corrodium") then
  701. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.Areas.Area13.Corrodium.Corrodium.HitPart.CFrame * CFrame.new(0, -0.81, 0)
  702. sell()
  703. end
  704. end
  705. end
  706. end
  707. end
  708.  
  709. function Farm9()
  710. while farm9 == true do
  711. wait(0)
  712. if game.Players.LocalPlayer.Character then
  713. if game.workspace.Areas.Area13:FindFirstChild("Element 99") then
  714. if game.workspace.Areas.Area13["Element 99"]:FindFirstChild("Element 99") then
  715. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.Areas.Area13["Element 99"]["Element 99"].HitPart.CFrame * CFrame.new(0, -0.81, 0)
  716. sell()
  717. end
  718. end
  719. end
  720. end
  721. end
  722.  
  723. function Farm10()
  724. while farm10 == true do
  725. wait(0)
  726. if game.Players.LocalPlayer.Character then
  727. if game.workspace.Areas.Area15:FindFirstChild("Galacticium") then
  728. if game.workspace.Areas.Area15.Galacticium:FindFirstChild("Galacticium") then
  729. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.Areas.Area15.Galacticium.Galacticium.HitPart.CFrame * CFrame.new(0, -0.81, 0)
  730. sell()
  731. end
  732. end
  733. end
  734. end
  735. end
  736.  
  737. function Farm11()
  738. while farm11 == true do
  739. wait(0)
  740. if game.Players.LocalPlayer.Character then
  741. if game.workspace.Areas.Area17:FindFirstChild("Magmatium") then
  742. if game.workspace.Areas.Area17.Magmatium:FindFirstChild("Magmatium") then
  743. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.Areas.Area17.Magmatium.Magmatium.HitPart.CFrame * CFrame.new(0, -0.81, 0)
  744. sell()
  745. end
  746. end
  747. end
  748. end
  749. end
  750.  
  751.  
  752. function Boss1()
  753. while boss1 == true do
  754. wait(0)
  755. if game.Players.LocalPlayer.Character then
  756. if game.workspace:FindFirstChild("Lunar Boss") then
  757. if game.workspace["Lunar Boss"]:FindFirstChild("HitPart") then
  758. game.workspace["Lunar Boss"].HitPart.CanCollide = true
  759. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace["Lunar Boss"].HitPart.CFrame * CFrame.new(0, 7, 0)
  760. end
  761. sell()
  762. end
  763. end
  764. end
  765. end
  766.  
  767. function Boss2()
  768. while boss2 == true do
  769. wait(0)
  770. if game.Players.LocalPlayer.Character then
  771. if game.workspace:FindFirstChild("Martian Boss") then
  772. if game.workspace["Martian Boss"]:FindFirstChild("HitPart") then
  773. game.workspace["Martian Boss"].HitPart.CanCollide = true
  774. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace["Martian Boss"].HitPart.CFrame * CFrame.new(0, 7, 0)
  775. end
  776. sell()
  777. end
  778. end
  779. end
  780. end
  781.  
  782. function Boss3()
  783. while boss3 == true do
  784. wait(0)
  785. if game.Players.LocalPlayer.Character then
  786. if game.workspace:FindFirstChild("Neptune Boss") then
  787. if game.workspace["Neptune Boss"]:FindFirstChild("HitPart") then
  788. game.workspace["Neptune Boss"].HitPart.CanCollide = true
  789. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace["Neptune Boss"].HitPart.CFrame * CFrame.new(0, 7, 0)
  790. end
  791. sell()
  792. end
  793. end
  794. end
  795. end
  796.  
  797. function Boss4()
  798. while boss4 == true do
  799. wait(0)
  800. if game.Players.LocalPlayer.Character then
  801. if game.workspace:FindFirstChild("Jupiter Boss") then
  802. if game.workspace["Jupiter Boss"]:FindFirstChild("HitPart") then
  803. game.workspace["Jupiter Boss"].HitPart.CanCollide = true
  804. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace["Jupiter Boss"].HitPart.CFrame * CFrame.new(0, 7, 0)
  805. end
  806. sell()
  807. end
  808. end
  809. end
  810. end
  811.  
  812. function Boss5()
  813. while boss5 == true do
  814. wait(0)
  815. if game.Players.LocalPlayer.Character then
  816. if game.workspace:FindFirstChild("Void Boss") then
  817. if game.workspace["Void Boss"]:FindFirstChild("HitPart") then
  818. game.workspace["Void Boss"].HitPart.CanCollide = true
  819. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace["Void Boss"].HitPart.CFrame * CFrame.new(0, 7, 0)
  820. end
  821. sell()
  822. end
  823. end
  824. end
  825. end
  826.  
  827. function Boss6()
  828. while boss6 == true do
  829. wait(0)
  830. if game.Players.LocalPlayer.Character then
  831. if game.workspace:FindFirstChild("Diamond Boss") then
  832. if game.workspace["Diamond Boss"]:FindFirstChild("HitPart") then
  833. game.workspace["Diamond Boss"].HitPart.CanCollide = true
  834. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace["Diamond Boss"].HitPart.CFrame * CFrame.new(0, 7, 0)
  835. end
  836. sell()
  837. end
  838. end
  839. end
  840. end
  841.  
  842. function Boss7()
  843. while boss7 == true do
  844. wait(0)
  845. if game.Players.LocalPlayer.Character then
  846. if game.workspace:FindFirstChild("Magma Boss") then
  847. if game.workspace["Magma Boss"]:FindFirstChild("HitPart") then
  848. game.workspace["Magma Boss"].HitPart.CanCollide = true
  849. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace["Magma Boss"].HitPart.CFrame * CFrame.new(0, 7, 0)
  850. end
  851. sell()
  852. end
  853. end
  854. end
  855. end
  856.  
  857. local VirtualUser=game:service'VirtualUser'
  858. game:service'Players'.LocalPlayer.Idled:connect(function()
  859. VirtualUser:CaptureController()
  860. VirtualUser:ClickButton2(Vector2.new())
  861. end)
  862.  
  863. function Prestige()
  864. if game.Players.LocalPlayer.leaderstats["? Cash"].Value >= game.Players.LocalPlayer.leaderstats["? Prestige"].Value * 10000000 + 10000000 then
  865. game:GetService("ReplicatedStorage").ServerToClient.RequestPrestige:FireServer()
  866. end
  867. end
  868.  
  869. function UpJetPack()
  870. Pack = game.Players.LocalPlayer.PlayerGui.MainGUI.JetpackUpgradeFrame.CapacityValue.Text
  871. if Pack == "Level 1" or Pack == "Level 2" or Pack == "Level 3" or Pack == "Level 4" or Pack == "Level 5" or Pack == "Level 6" or Pack == "Level 7" or Pack == "Level 8" or Pack == "Level 9" or Pack == "Level 10" then
  872. game:GetService("ReplicatedStorage").ClientToServer.PurchaseJetpackUpgrade:FireServer()
  873. end
  874. end
  875.  
  876. function UpMaxFuel()
  877. Max = game.Players.LocalPlayer.PlayerGui.MainGUI.FuelTankUpgradeFrame.CapacityValue.Text
  878. if Max == "20 Fuel" or Max == "40 Fuel" or Max == "80 Fuel" or Max == "160 Fuel" or Max == "320 Fuel" or Max == "640 Fuel" or Max == "1,280 Fuel" or Max == "2,560 Fuel" or Max == "5,120 Fuel" or Max == "10,240 Fuel" then
  879. game:GetService("ReplicatedStorage").ClientToServer.PurchaseFuelUpgrade:FireServer()
  880. end
  881. end
  882.  
  883. function Combo()
  884. while true do
  885. wait(0.2)
  886. God()
  887. Prestige()
  888. UpMaxFuel()
  889. UpJetPack()
  890. RemovePack()
  891. end
  892. end
  893. Combo()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement