cortesjoren

Jetpack Simulator Script GUI - OP AFK Auto Farm✅

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