Advertisement
dady172172

JetPack Simulator GUI Roblox

Oct 25th, 2019
715
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 30.36 KB | None | 0 0
  1. --Game = https://www.roblox.com/games/2662100821/Jetpack-Simulator
  2. --Image = https://prnt.sc/pu27iu
  3. --Updated = 11-8-19
  4. --Creator = dady172172
  5. --https://github.com/dady172172/Roblox-Cheats
  6. local VirtualUser=game:service'VirtualUser'
  7. game:service'Players'.LocalPlayer.Idled:connect(function()
  8.     VirtualUser:CaptureController()
  9.     VirtualUser:ClickButton2(Vector2.new())
  10. end)
  11.  
  12. coal = false
  13. battery = false
  14. solar = false
  15. wind = false
  16. nuclear = false
  17. plasma = false
  18. aetherium = false
  19. corrodium = false
  20. element99 = false
  21. galacticium = false
  22. magmatium = false
  23. lightningorb = false
  24. prestige = false
  25. jetpackupgrade = false
  26. fuelupgrade = false
  27.  
  28. game:GetService("Players").keathunsar.PlayerGui.MainGUI.FullFuelFrame.Visible = false
  29. game:GetService("Players").keathunsar.PlayerGui.MainGUI.NotEnoughMoneyFrame.Visible = false
  30. game:GetService("Players").keathunsar.PlayerGui.MainGUI.PrestigeFrame.Visible = false
  31.  
  32. local jpData = game.ReplicatedStorage.DataFolder:WaitForChild(game.Players.LocalPlayer.Name):WaitForChild("JetpackData")
  33. local mf = jpData.MaxFuel
  34. _G.MaxSize = mf.Value .. "/" .. mf.Value --Change this to your max fuel inventory/size
  35.  
  36. local function CreateInstance(cls,props)
  37. local inst = Instance.new(cls)
  38. for i,v in pairs(props) do
  39.     inst[i] = v
  40. end
  41. return inst
  42. end
  43.    
  44. local JetPackSimGUI = CreateInstance('ScreenGui',{DisplayOrder=0,Enabled=true,ResetOnSpawn=true,Name='JetPackSimGUI', Parent=game.CoreGui})
  45. local Frame = CreateInstance('Frame',{Style=Enum.FrameStyle.Custom,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.339563876, 0, 0.324749649, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 324, 0, 374),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name = 'Frame',Parent = JetPackSimGUI})
  46. local JPSFrame = CreateInstance('Frame',{Style=Enum.FrameStyle.DropShadow,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0, 0, 0),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=0,ClipsDescendants=false,Draggable=true,Position=UDim2.new(-0.00012883544, 0, -0.00188835524, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 312, 0, 374),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=false,ZIndex=1,Name = 'JPSFrame',Parent = Frame})
  47. local CoalBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Coal',TextColor3=Color3.new(1, 1, 1),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0, 0, 0),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.0120157134, 0, 0.204689085, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 89, 0, 30),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='CoalBtn',Parent = JPSFrame})
  48. local TextLabel = CreateInstance('TextLabel',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Jet Pack Simulator GUI',TextColor3=Color3.new(1, 1, 1),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(1, 1, 1),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.281272709, 0, -1.81552023e-05, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 128, 0, 25),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='TextLabel',Parent = JPSFrame})
  49. local BatteryBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Battery',TextColor3=Color3.new(1, 1, 1),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0, 0, 0),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.332528532, 0, 0.204689085, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 89, 0, 30),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='BatteryBtn',Parent = JPSFrame})
  50. local SolarBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Solar',TextColor3=Color3.new(1, 1, 1),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0, 0, 0),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.659451663, 0, 0.204689085, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 89, 0, 30),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='SolarBtn',Parent = JPSFrame})
  51. local WindBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Wind',TextColor3=Color3.new(1, 1, 1),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0, 0, 0),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.0120157357, 0, 0.311640948, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 89, 0, 30),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='WindBtn',Parent = JPSFrame})
  52. local NuclearBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Nuclear',TextColor3=Color3.new(1, 1, 1),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0, 0, 0),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.332528561, 0, 0.311640948, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 89, 0, 30),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='NuclearBtn',Parent = JPSFrame})
  53. local PlasmaBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Plasma',TextColor3=Color3.new(1, 1, 1),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0, 0, 0),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.659451663, 0, 0.311640948, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 89, 0, 30),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='PlasmaBtn',Parent = JPSFrame})
  54. local Element99Btn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Element 99',TextColor3=Color3.new(1, 1, 1),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0, 0, 0),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.659451723, 0, 0.418592811, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 89, 0, 30),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='Element99Btn',Parent = JPSFrame})
  55. local CorrodiumBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Corrodium',TextColor3=Color3.new(1, 1, 1),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0, 0, 0),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.335733682, 0, 0.418592811, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 89, 0, 30),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='CorrodiumBtn',Parent = JPSFrame})
  56. local AetheriumBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Aetherium',TextColor3=Color3.new(1, 1, 1),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0, 0, 0),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.0120157134, 0, 0.418592811, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 89, 0, 30),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='AetheriumBtn',Parent = JPSFrame})
  57. local GalacticiumBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Galacticium',TextColor3=Color3.new(1, 1, 1),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0, 0, 0),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.0120157357, 0, 0.525544703, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 89, 0, 30),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='GalacticiumBtn',Parent = JPSFrame})
  58. local MagmatiumBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Magmatium',TextColor3=Color3.new(1, 1, 1),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0, 0, 0),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.335733682, 0, 0.525544703, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 89, 0, 30),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='MagmatiumBtn',Parent = JPSFrame})
  59. local LightningOrbBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Lightning Orb',TextColor3=Color3.new(1, 1, 1),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0, 0, 0),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.659451723, 0, 0.525544703, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 89, 0, 30),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='LightningOrbBtn',Parent = JPSFrame})
  60. local PrestigeBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Prestige',TextColor3=Color3.new(1, 1, 1),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0, 0, 0),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.0248362496, 0, 0.798271954, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 89, 0, 30),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='PrestigeBtn',Parent = JPSFrame})
  61. local FuelUpgradeBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Fuel Upgrade',TextColor3=Color3.new(1, 1, 1),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0, 0, 0),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.348554194, 0, 0.798271954, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 89, 0, 30),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='FuelUpgradeBtn',Parent = JPSFrame})
  62. local JetpackUpgradeBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Jetpack Upgrade',TextColor3=Color3.new(1, 1, 1),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0, 0, 0),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.672272265, 0, 0.798271954, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 89, 0, 30),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='JetpackUpgradeBtn',Parent = JPSFrame})
  63. local CloseBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='',TextColor3=Color3.new(1, 1, 1),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0, 0, 0),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.876005709, 0, 0.00893018581, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 34, 0, 22),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='CloseBtn',Parent = JPSFrame})
  64. local TextLabel = CreateInstance('TextLabel',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='These only work while above is active and one time on activation.',TextColor3=Color3.new(1, 1, 1),TextScaled=true,TextSize=14,TextStrokeColor3=Color3.new(1, 1, 1),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.0346699283, 0, 0.709321856, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 273, 0, 31),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='TextLabel',Parent = JPSFrame})
  65. local ImageLabel = CreateInstance('ImageLabel',{Image='rbxassetid://38727848',ImageColor3=Color3.new(1, 1, 1),ImageRectOffset=Vector2.new(0, 0),ImageRectSize=Vector2.new(0, 0),ImageTransparency=0,ScaleType=Enum.ScaleType.Crop,SliceCenter=Rect.new(0, 0, 0, 0),Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.189269423, 0, 0.241655797, 0),Rotation=90,Selectable=false,Size=UDim2.new(0, 183, 0, 303),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='ImageLabel',Parent = JPSFrame})
  66. local ImageLabel = CreateInstance('ImageLabel',{Image='rbxassetid://38727848',ImageColor3=Color3.new(1, 1, 1),ImageRectOffset=Vector2.new(0, 0),ImageRectSize=Vector2.new(0, 0),ImageTransparency=0,ScaleType=Enum.ScaleType.Crop,SliceCenter=Rect.new(0, 0, 0, 0),Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.189178661, 0, -0.255233288, 0),Rotation=90,Selectable=false,Size=UDim2.new(0, 183, 0, 303),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='ImageLabel',Parent = JPSFrame})
  67. local OpenBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Open',TextColor3=Color3.new(1, 1, 1),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0, 0, 0),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1.36609697, 0, -0.609625518, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 73, 0, 30),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='OpenBtn',Parent = Frame})
  68.  
  69. CloseBtn.MouseButton1Click:connect(function()
  70.     OpenBtn.Text = "Open"
  71.     JPSFrame.Visible = false
  72. end)
  73.  
  74. OpenBtn.MouseButton1Click:connect(function()
  75.     if JPSFrame.Visible == true then
  76.         OpenBtn.Text = "Open"
  77.         JPSFrame.Visible = false
  78.     else
  79.         OpenBtn.Text = "Close"
  80.         JPSFrame.Visible = true
  81.     end
  82. end)
  83.  
  84. CoalBtn.MouseButton1Click:connect(function()
  85.     if coal == true then coal = false print("Disabled")
  86.         CoalBtn.BackgroundColor3 = Color3.new(0, 0, 0)
  87.     elseif
  88.         coal == false then coal = true print("Enabled")
  89.         CoalBtn.BackgroundColor3 = Color3.new(0, 170, 0)
  90.     end
  91.     Coal()
  92. end)
  93.  
  94. BatteryBtn.MouseButton1Click:connect(function()
  95.     if battery == true then battery = false print("Disabled")
  96.         BatteryBtn.BackgroundColor3 = Color3.new(0, 0, 0)
  97.     elseif
  98.         battery == false then battery = true print("Enabled")
  99.         BatteryBtn.BackgroundColor3 = Color3.new(0, 170, 0)
  100.     end
  101.     Battery()
  102. end)
  103.  
  104. SolarBtn.MouseButton1Click:connect(function()
  105.     if solar == true then solar = false print("Disabled")
  106.         SolarBtn.BackgroundColor3 = Color3.new(0, 0, 0)
  107.     elseif
  108.         solar == false then solar = true print("Enabled")
  109.         SolarBtn.BackgroundColor3 = Color3.new(0, 170, 0)
  110.     end
  111.     Solar()
  112. end)
  113.  
  114. WindBtn.MouseButton1Click:connect(function()
  115.     if wind == true then wind = false print("Disabled")
  116.         WindBtn.BackgroundColor3 = Color3.new(0, 0, 0)
  117.     elseif
  118.         wind == false then wind = true print("Enabled")
  119.         WindBtn.BackgroundColor3 = Color3.new(0, 170, 0)
  120.     end
  121.     Wind()
  122. end)
  123.  
  124. NuclearBtn.MouseButton1Click:connect(function()
  125.     if nuclear == true then nuclear = false print("Disabled")
  126.         NuclearBtn.BackgroundColor3 = Color3.new(0, 0, 0)
  127.     elseif
  128.         nuclear == false then nuclear = true print("Enabled")
  129.         NuclearBtn.BackgroundColor3 = Color3.new(0, 170, 0)
  130.     end
  131.     Nuclear()
  132. end)
  133.  
  134. PlasmaBtn.MouseButton1Click:connect(function()
  135.     if plasma == true then plasma = false print("Disabled")
  136.         PlasmaBtn.BackgroundColor3 = Color3.new(0, 0, 0)
  137.     elseif
  138.         plasma == false then plasma = true print("Enabled")
  139.         PlasmaBtn.BackgroundColor3 = Color3.new(0, 170, 0)
  140.     end
  141.     Plasma()
  142. end)
  143.  
  144. AetheriumBtn.MouseButton1Click:connect(function()
  145.     if aetherium == true then aetherium = false print("Disabled")
  146.         AetheriumBtn.BackgroundColor3 = Color3.new(0, 0, 0)
  147.     elseif
  148.         aetherium == false then aetherium = true print("Enabled")
  149.         AetheriumBtn.BackgroundColor3 = Color3.new(0, 170, 0)
  150.     end
  151.     Aetherium()
  152. end)
  153.  
  154. CorrodiumBtn.MouseButton1Click:connect(function()
  155.     if corrodium == true then corrodium = false print("Disabled")
  156.         CorrodiumBtn.BackgroundColor3 = Color3.new(0, 0, 0)
  157.     elseif
  158.         corrodium == false then corrodium = true print("Enabled")
  159.         CorrodiumBtn.BackgroundColor3 = Color3.new(0, 170, 0)
  160.     end
  161.     Corrodium()
  162. end)
  163.  
  164. Element99Btn.MouseButton1Click:connect(function()
  165.     if element99 == true then element99 = false print("Disabled")
  166.         Element99Btn.BackgroundColor3 = Color3.new(0, 0, 0)
  167.     elseif
  168.         element99 == false then element99 = true print("Enabled")
  169.         Element99Btn.BackgroundColor3 = Color3.new(0, 170, 0)
  170.     end
  171.     Element99()
  172. end)
  173.  
  174. GalacticiumBtn.MouseButton1Click:connect(function()
  175.     if galacticium == true then galacticium = false print("Disabled")
  176.         GalacticiumBtn.BackgroundColor3 = Color3.new(0, 0, 0)
  177.     elseif
  178.         galacticium == false then galacticium = true print("Enabled")
  179.         GalacticiumBtn.BackgroundColor3 = Color3.new(0, 170, 0)
  180.     end
  181.     Galacticium()
  182. end)
  183.  
  184. MagmatiumBtn.MouseButton1Click:connect(function()
  185.     if magmatium == true then magmatium = false print("Disabled")
  186.         MagmatiumBtn.BackgroundColor3 = Color3.new(0, 0, 0)
  187.     elseif
  188.         magmatium == false then magmatium = true print("Enabled")
  189.         MagmatiumBtn.BackgroundColor3 = Color3.new(0, 170, 0)
  190.     end
  191.     Magmatium()
  192. end)
  193.  
  194. LightningOrbBtn.MouseButton1Click:connect(function()
  195.     if lightningorb == true then lightningorb = false print("Disabled")
  196.         LightningOrbBtn.BackgroundColor3 = Color3.new(0, 0, 0)
  197.     elseif
  198.         lightningorb == false then lightningorb = true print("Enabled")
  199.         LightningOrbBtn.BackgroundColor3 = Color3.new(0, 170, 0)
  200.     end
  201.     LightningOrb()
  202. end)
  203.  
  204. FuelUpgradeBtn.MouseButton1Click:connect(function()
  205.     if fuelupgrade == true then fuelupgrade = false print("Disabled")
  206.         FuelUpgradeBtn.BackgroundColor3 = Color3.new(0, 0, 0)
  207.     elseif
  208.         fuelupgrade == false then fuelupgrade = true print("Enabled")
  209.         FuelUpgradeBtn.BackgroundColor3 = Color3.new(0, 170, 0)
  210.         game:GetService("ReplicatedStorage").ClientToServer.PurchaseFuelUpgrade:FireServer()
  211.     end
  212.     FuelUpgrade()
  213. end)
  214.  
  215. JetpackUpgradeBtn.MouseButton1Click:connect(function()
  216.     if jetpackupgrade == true then jetpackupgrade = false print("Disabled")
  217.         JetpackUpgradeBtn.BackgroundColor3 = Color3.new(0, 0, 0)
  218.     elseif
  219.         jetpackupgrade == false then jetpackupgrade = true print("Enabled")
  220.         JetpackUpgradeBtn.BackgroundColor3 = Color3.new(0, 170, 0)
  221.         game:GetService("ReplicatedStorage").ClientToServer.PurchaseJetpackUpgrade:FireServer()
  222.     end
  223.     JetpackUpgrade()
  224. end)
  225.  
  226. PrestigeBtn.MouseButton1Click:connect(function()
  227.     if prestige == true then prestige = false print("Disabled")
  228.         PrestigeBtn.BackgroundColor3 = Color3.new(0, 0, 0)
  229.     elseif
  230.         prestige == false then prestige = true print("Enabled")
  231.         PrestigeBtn.BackgroundColor3 = Color3.new(0, 170, 0)
  232.         game:GetService("ReplicatedStorage").ServerToClient.RequestPrestige:FireServer()
  233.     end
  234.    
  235. end)
  236.  
  237. function update()
  238.     _G.MaxSize = mf.Value .. "/" .. mf.Value
  239. end
  240.  
  241. function sell()
  242.     if game.Players.LocalPlayer.PlayerGui.MainGUI.FuelDisplay.TextLabel.Text == _G.MaxSize then
  243.        wait(.1)
  244.        game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(141.2047, 3.32, -3.3)
  245.        wait(.1)
  246.        if prestige == true then game:GetService("ReplicatedStorage").ServerToClient.RequestPrestige:FireServer() end
  247.     end
  248. end
  249.  
  250. function Upgrade()
  251.     if jetpackupgrade == true then game:GetService("ReplicatedStorage").ClientToServer.PurchaseJetpackUpgrade:FireServer() end
  252.     if fuelupgrade == true then game:GetService("ReplicatedStorage").ClientToServer.PurchaseFuelUpgrade:FireServer() end
  253. end
  254.  
  255. function Coal()
  256.     while coal == true do
  257.         update()
  258.         wait()
  259.         local coalarea = game.workspace.Areas.Area1:FindFirstChild("Coal")
  260.         if coalarea then
  261.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = coalarea.Coal.HitPart.CFrame
  262.         end
  263.         sell()
  264.         Upgrade()
  265.     end
  266. end
  267.  
  268. function Battery()
  269.     while battery == true do
  270.         update()
  271.         wait()
  272.         local batteryarea = game.workspace.Areas.Area2:FindFirstChild("Battery")
  273.         if batteryarea then
  274.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = batteryarea.Battery.HitPart.CFrame
  275.         end
  276.         sell()
  277.         Upgrade()
  278.     end
  279. end
  280.  
  281. function Solar()
  282.     while solar == true do
  283.         update()
  284.         wait()
  285.         local v = game.workspace.Areas.Area2:FindFirstChild("Solar")
  286.         if v then
  287.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Solar.HitPart.CFrame
  288.         end
  289.         sell()
  290.         Upgrade()
  291.     end
  292. end
  293.  
  294. function Wind()
  295.     while wind == true do
  296.         update()
  297.         wait()
  298.         local v = game.workspace.Areas.Area4:FindFirstChild("Wind")
  299.         if v then
  300.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Wind.HitPart.CFrame
  301.         end
  302.         sell()
  303.         Upgrade()
  304.     end
  305. end
  306.  
  307. function Nuclear()
  308.     while nuclear == true do
  309.         update()
  310.         wait()
  311.         local v = game.workspace.Areas.Area7:FindFirstChild("Nuclear")
  312.         if v then
  313.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Nuclear.HitPart.CFrame
  314.         end
  315.         sell()
  316.         Upgrade()
  317.     end
  318. end
  319.  
  320. function Plasma()
  321.     while plasma == true do
  322.         update()
  323.         wait()
  324.         local v = game.workspace.Areas.Area7:FindFirstChild("Plasma")
  325.         if v then
  326.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Plasma.HitPart.CFrame
  327.         end
  328.         sell()
  329.         Upgrade()
  330.     end
  331. end
  332.  
  333. function Aetherium()
  334.     while aetherium == true do
  335.         update()
  336.         wait()
  337.         local v = game.workspace.Areas.Area11:FindFirstChild("Aetherium")
  338.         if v then
  339.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Aetherium.HitPart.CFrame
  340.         end
  341.         sell()
  342.         Upgrade()
  343.     end
  344. end
  345.  
  346. function Corrodium()
  347.     while corrodium == true do
  348.         update()
  349.         wait()
  350.         local v = game.workspace.Areas.Area13:FindFirstChild("Corrodium")
  351.         if v then
  352.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Corrodium.HitPart.CFrame
  353.         end
  354.         sell()
  355.         Upgrade()
  356.     end
  357. end
  358.  
  359. function Element99()
  360.     while element99 == true do
  361.         update()
  362.         wait()
  363.         local v = game.workspace.Areas.Area13:FindFirstChild("Element 99")
  364.         if v then
  365.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v["Element 99"].HitPart.CFrame
  366.         end
  367.         sell()
  368.         Upgrade()
  369.     end
  370. end
  371.  
  372. function Galacticium()
  373.     while galacticium == true do
  374.         update()
  375.         wait()
  376.         local v = game.workspace.Areas.Area15:FindFirstChild("Galacticium")
  377.         if v then
  378.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Galacticium.HitPart.CFrame
  379.         end
  380.         sell()
  381.         Upgrade()
  382.     end
  383. end
  384.  
  385. function Magmatium()
  386.     while magmatium == true do
  387.         update()
  388.         wait()
  389.         local v = game.workspace.Areas.Area17:FindFirstChild("Magmatium")
  390.         if v then
  391.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Magmatium.HitPart.CFrame
  392.         end
  393.         sell()
  394.         Upgrade()
  395.     end
  396. end
  397.  
  398. function LightningOrb()
  399.     while lightningorb == true do
  400.         update()
  401.         wait()
  402.         local v = game.workspace.Areas.Area19:FindFirstChild("Lightning Orb")
  403.         if v then
  404.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v["Lightning Orb"].HitPart.CFrame
  405.         end
  406.         sell()
  407.         Upgrade()
  408.     end
  409. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement