Advertisement
dady172172

Balloon Simulator GUI

Dec 20th, 2019
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 30.48 KB | None | 0 0
  1. --[[
  2. Game https://www.roblox.com/games/2756231960/UPDATE-Balloon-Simulator
  3. contact https://github.com/dady172172/Roblox-Cheats   I have moved to gethub
  4. Image https://prnt.sc/q75vfj
  5. ]]--
  6. farm = false
  7. coins = false
  8. gems = false
  9. buybest = false
  10. rebirth = false
  11. Players = game:GetService("Players")
  12. plr = Players.LocalPlayer.Name
  13. Player = Players[plr]
  14. Replicated = game:GetService("ReplicatedStorage")
  15. Balloons = {"Red", "Blue", "Pink", "Yellow", "Green", "Black", "White", "PinkPolkaDots", "Black and White", "Rainbow", "Birthday", "Venom", "Aquatic", "Radioactive", "Alien", "Lava", "Galaxy", "Ruby", "Sapphire", "Emerald", "MLG", "Angelic", "Demonic", "Gumball", "Teddy Bear", "Toy", "Plasma", "Star", "X-Ray", "VOID"}
  16. Hel = {"Normal", "Stretchy", "Very Stretchy", "Quiet", "Loud", "Cool", "Epic", "Super", "Super Duper", "Unreal", "Legendary", "Mythical", "Heroic", "Godly", "Out of This World", "Extraterrestrial", "Experimental", "Radioactive", "Nuclear", "Futuristic", "Quantum", "Bubblegum", "Toy", "Formal", "Almighty", "XTREME", "Olympian", "Hades", "Poseidon", "Zeus"}
  17.  
  18. local VirtualUser=game:service'VirtualUser'
  19. game:service'Players'.LocalPlayer.Idled:connect(function()
  20. VirtualUser:CaptureController()
  21. VirtualUser:ClickButton2(Vector2.new())
  22. end)
  23.  
  24. local function CreateInstance(cls,props)
  25. local inst = Instance.new(cls)
  26. for i,v in pairs(props) do
  27.     inst[i] = v
  28. end
  29. return inst
  30. end
  31.    
  32. local BalloonSimulatorGUI = CreateInstance('ScreenGui',{DisplayOrder=0,Enabled=true,ResetOnSpawn=true,Name='BalloonSimulatorGUI', Parent=game.CoreGui})
  33. 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 = BalloonSimulatorGUI})
  34. 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.000128852, 0, -0.00188833638, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 312, 0, 284),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=-1,Name = 'JPSFrame',Parent = Frame})
  35. local TextLabel = CreateInstance('TextLabel',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Balloon 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=2,Name='TextLabel',Parent = JPSFrame})
  36. local FarmBalloonsBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Farm Balloons',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.0408619568, 0, 0.196445763, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 89, 0, 30),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=2,Name='FarmBalloonsBtn',Parent = JPSFrame})
  37. 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.188999996, 0, 0, -110),Rotation=90,Selectable=false,Size=UDim2.new(0, 183, 0, 303),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='ImageLabel',Parent = JPSFrame})
  38. local FarmGemsBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Farm Gems',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.649836302, 0, 0.196445763, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 89, 0, 30),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=2,Name='FarmGemsBtn',Parent = JPSFrame})
  39. local FarmCoinsBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Farm Coin',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.342143983, 0, 0.196445793, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 89, 0, 30),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=2,Name='FarmCoinsBtn',Parent = JPSFrame})
  40. local BuyBestBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Buy Best',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.0408619568, 0, 0.307548434, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 89, 0, 30),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=2,Name='BuyBestBtn',Parent = JPSFrame})
  41. local RebirthBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Rebirth',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.342143983, 0, 0.307548434, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 89, 0, 30),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=2,Name='RebirthBtn',Parent = JPSFrame})
  42. local TpChestsBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Collect Chests',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.649836302, 0, 0.307548434, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 89, 0, 30),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=2,Name='TpChestsBtn',Parent = JPSFrame})
  43. 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.188999996, 0, 0, -30),Rotation=90,Selectable=false,Size=UDim2.new(0, 183, 0, 303),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='ImageLabel',Parent = JPSFrame})
  44. local TextLabel = CreateInstance('TextLabel',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Teleports',TextColor3=Color3.new(0, 0, 0),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.274862438, 0, 0.408432573, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 128, 0, 25),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=2,Name='TextLabel',Parent = JPSFrame})
  45. local TpSkylandBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Skyland',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.0440670848, 0, 0.49926272, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 89, 0, 30),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=2,Name='TpSkylandBtn',Parent = JPSFrame})
  46. local TpTropicalParadiseBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Tropical Paradise',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.345349163, 0, 0.49926272, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 89, 0, 30),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=2,Name='TpTropicalParadiseBtn',Parent = JPSFrame})
  47. local TpAncientGreeceBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Ancient Greece',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.653041422, 0, 0.49926272, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 89, 0, 30),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=2,Name='TpAncientGreeceBtn',Parent = JPSFrame})
  48. local TpToyLandBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Toyland',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.653041422, 0, 0.597854257, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 89, 0, 30),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=2,Name='TpToyLandBtn',Parent = JPSFrame})
  49. local TpArchervilleBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Archerville',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.345349163, 0, 0.597854257, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 89, 0, 30),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=2,Name='TpArchervilleBtn',Parent = JPSFrame})
  50. local TpCandylandBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='CandyLand',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.0440670848, 0, 0.597854257, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 89, 0, 30),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=2,Name='TpCandylandBtn',Parent = JPSFrame})
  51. local TpRobolandBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Roboland',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.653041422, 0, 0.703487992, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 89, 0, 30),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=2,Name='TpRobolandBtn',Parent = JPSFrame})
  52. local TpDinolandBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Dinoland',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.345349163, 0, 0.703488111, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 89, 0, 30),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=2,Name='TpDinolandBtn',Parent = JPSFrame})
  53. local TpAlienlandBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Alienland',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.0440670848, 0, 0.703487992, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 89, 0, 30),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=2,Name='TpAlienlandBtn',Parent = JPSFrame})
  54. local TpDragonworldBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Dragonworld',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.0440670848, 0, 0.900671065, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 89, 0, 30),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=2,Name='TpDragonworldBtn',Parent = JPSFrame})
  55. local TpAqualandBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Aqualand',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.345349163, 0, 0.809121907, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 89, 0, 30),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=2,Name='TpAqualandBtn',Parent = JPSFrame})
  56. local TpAquaWorldBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Aquaworld',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.0440670848, 0, 0.809121788, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 89, 0, 30),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=2,Name='TpAquaWorldBtn',Parent = JPSFrame})
  57. local TpDragonlandBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Dragonland',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.345349163, 0, 0.900671184, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 89, 0, 30),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=2,Name='TpDragonlandBtn',Parent = JPSFrame})
  58. local OpenBtn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Close',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})
  59.  
  60.  
  61. OpenBtn.MouseButton1Click:connect(function()
  62.     if OpenBtn.Text == "Close" then
  63.         OpenBtn.Text = "Open"
  64.         JPSFrame.Visible = false
  65.         print("Menu Closed")
  66.     elseif OpenBtn.Text == "Open" then
  67.         OpenBtn.Text = "Close"
  68.         JPSFrame.Visible = true
  69.         print("Menu Opened")      
  70.     end
  71. end)
  72.  
  73. FarmCoinsBtn.MouseButton1Click:connect(function()
  74.     if coins == true then coins = false
  75.         FarmCoinsBtn.BackgroundColor3 = Color3.new(0, 0, 0)
  76.     elseif coins == false then coins = true
  77.         FarmCoinsBtn.BackgroundColor3 = Color3.new(0, 170, 0)
  78.     end
  79.     CoinsFunc()
  80. end)
  81.  
  82. FarmGemsBtn.MouseButton1Click:connect(function()
  83.     if gems == true then gems = false
  84.         FarmGemsBtn.BackgroundColor3 = Color3.new(0, 0, 0)
  85.     elseif gems == false then gems = true
  86.         FarmGemsBtn.BackgroundColor3 = Color3.new(0, 170, 0)
  87.     end
  88.     GemsFunc()
  89. end)
  90.  
  91. FarmBalloonsBtn.MouseButton1Click:connect(function()
  92.     if farm == true then farm = false
  93.         FarmBalloonsBtn.BackgroundColor3 = Color3.new(0, 0, 0)
  94.     elseif farm == false then farm = true
  95.         FarmBalloonsBtn.BackgroundColor3 = Color3.new(0, 170, 0)
  96.     end
  97.     BalloonFunc()
  98. end)
  99.  
  100. BuyBestBtn.MouseButton1Click:connect(function()
  101.     if buybest == true then buybest = false
  102.         BuyBestBtn.BackgroundColor3 = Color3.new(0, 0, 0)
  103.     elseif buybest == false then buybest = true
  104.         BuyBestBtn.BackgroundColor3 = Color3.new(0, 170, 0)
  105.     end
  106.     BuyBestFunc()
  107. end)
  108.  
  109. RebirthBtn.MouseButton1Click:connect(function()
  110.     if rebirth == true then rebirth = false
  111.         RebirthBtn.BackgroundColor3 = Color3.new(0, 0, 0)
  112.     elseif rebirth == false then rebirth = true
  113.         RebirthBtn.BackgroundColor3 = Color3.new(0, 170, 0)
  114.     end
  115.     RebirthFunc()
  116. end)
  117.  
  118. TpChestsBtn.MouseButton1Click:connect(function()
  119.     local PlrLocation = Player.Character.HumanoidRootPart.CFrame
  120.     for _,v in pairs(game:GetService("Workspace").Chests:GetChildren()) do
  121.         wait(.1)
  122.        Player.Character.HumanoidRootPart.CFrame = v.CFrame
  123.     end
  124.     wait(.1)
  125.     Player:WaitForChild("Character").HumanoidRootPart.CFrame = v.CFrame
  126. end)
  127.  
  128. TpTropicalParadiseBtn.MouseButton1Click:connect(function()
  129.     Player.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Destinations["Tropical Paradise"].CFrame
  130. end)
  131.  
  132. TpCandylandBtn.MouseButton1Click:connect(function()
  133.     Player.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Destinations["Candyland"].CFrame
  134. end)
  135.  
  136. TpArchervilleBtn.MouseButton1Click:connect(function()
  137.     Player.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Destinations["Archerville"].CFrame
  138. end)
  139.  
  140. TpAncientGreeceBtn.MouseButton1Click:connect(function()
  141.     Player.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Destinations["Ancient Greece"].CFrame
  142. end)
  143.  
  144. TpSkylandBtn.MouseButton1Click:connect(function()
  145.     Player.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Destinations["Skyland"].CFrame
  146. end)
  147.  
  148. TpToyLandBtn.MouseButton1Click:connect(function()
  149.     Player.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Destinations["Toyland"].CFrame
  150. end)
  151.  
  152. TpAlienlandBtn.MouseButton1Click:connect(function()
  153.     Player.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Destinations["Alienland"].CFrame
  154. end)
  155.  
  156. TpDinolandBtn.MouseButton1Click:connect(function()
  157.     Player.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Destinations["Dinoland"].CFrame
  158. end)
  159.  
  160. TpRobolandBtn.MouseButton1Click:connect(function()
  161.     Player.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Destinations["Roboland"].CFrame
  162. end)
  163.  
  164. TpDragonworldBtn.MouseButton1Click:connect(function()
  165.     Player.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Destinations.Dragoworld.CFrame
  166. end)
  167.  
  168. TpDragonlandBtn.MouseButton1Click:connect(function()
  169.     Player.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Destinations.Dragoland.CFrame
  170. end)
  171.  
  172. TpAquaWorldBtn.MouseButton1Click:connect(function()
  173.     Player.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Destinations["Aquaworld"].CFrame
  174. end)
  175.  
  176. TpAqualandBtn.MouseButton1Click:connect(function()
  177.     Player.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Destinations["Aqualand"].CFrame
  178. end)
  179.  
  180. function CoinsFunc()
  181.     while coins == true do
  182.         for _,v in pairs(game:GetService("Workspace").Coins:GetChildren()) do  
  183.             if coins == false then return end
  184.             if v.Transparency == 0 then              
  185.                 local LSave = v.CFrame
  186.                 if Player.Character:FindFirstChild("HumanoidRootPart") then
  187.                     v.CFrame = Player.Character.HumanoidRootPart.CFrame
  188.                     wait(.1)
  189.                     v.CFrame = LSave
  190.                     v.Transparency = 1
  191.                 else
  192.                     wait(.5)
  193.                 end              
  194.             else
  195.             end
  196.         end
  197.     end
  198. end
  199.  
  200.  
  201. function GemsFunc()
  202.     while gems == true do
  203.         for _,v in pairs(game:GetService("Workspace").Gems:GetChildren()) do
  204.             if gems == false then return end
  205.             if v.Transparency == 0 then
  206.                 local LSave = v.CFrame
  207.                 if Player.Character:FindFirstChild("HumanoidRootPart") then
  208.                     v.CFrame = Player.Character.HumanoidRootPart.CFrame
  209.                     wait(.1)
  210.                     v.CFrame = LSave
  211.                     v.Transparency = 1
  212.                 else
  213.                     wait(.5)
  214.                 end
  215.             else
  216.             end
  217.         end
  218.     end
  219. end
  220.  
  221. function BalloonFunc()
  222.     while farm == true do
  223.         wait()
  224.         Replicated.FillBalloon:FireServer()
  225.         Replicated.FillBalloon:FireServer()
  226.         Replicated.FillBalloon:FireServer()
  227.         Replicated.FillBalloon:FireServer()
  228.         local v = Workspace.UITriggers.Sell2
  229.         Replicated.Sell:FireServer(v)
  230.     end
  231. end
  232.  
  233. function BuyBestFunc()
  234.    
  235.     while buybest == true do
  236.        
  237.         --balloon
  238.         local currentBalloonName = Player:FindFirstChild("CurrentBalloon").Value
  239.         local balloonNext = 0
  240.         if currentBalloonName == nil then wait(1) end
  241.         if currentBalloonName ~= "VOID" then
  242.             for index,value in ipairs(Balloons) do
  243.                 if value == currentBalloonName then
  244.                     balloonNext = index + 1
  245.                 end
  246.             end
  247.             Replicated.BuyBalloon:InvokeServer(Balloons[balloonNext])
  248.             Replicated.EquipBalloon:FireServer(Balloons[balloonNext])
  249.         else
  250.         end
  251.         wait(.1)
  252.         --helium  
  253.         local currentHelName = Player:FindFirstChild("CurrentHelium").Value
  254.         local HeliumNext = 0
  255.         if currentHelName == nil then wait(1) end
  256.         if currentHelName ~= "Zeus" then
  257.             for index,value in ipairs(Hel) do
  258.                 if value == currentHelName then
  259.                     HeliumNext = index + 1
  260.                 end
  261.             end
  262.             Replicated.BuyHelium:InvokeServer(Hel[HeliumNext])
  263.             Replicated.EquipHelium:FireServer(Hel[HeliumNext])
  264.         else
  265.         end
  266.         wait(1)
  267.  
  268.     end
  269. end
  270.  
  271.  
  272. function tpDestination(name)
  273.     for _,v in pairs(game:GetService("Workspace").Destinations:GetChildren()) do
  274.         if v.Name == name then
  275.             Player.Character.HumanoidRootPart.CFrame = v[name].CFrame
  276.             return
  277.         end
  278.     end
  279. end
  280.  
  281. function RebirthFunc()
  282.     while rebirth == true do
  283.         local v = CFrame.new(238.250473, 63362.6172, 1982.33765, -0.971987963, -9.69758247e-08, 0.235030681, -9.92992568e-08, 1, 1.94930538e-09, -0.235030681, -2.144367e-08, -0.971987963)
  284.         Player.Character.HumanoidRootPart.CFrame = v
  285.         wait(.7)
  286.         game:GetService("ReplicatedStorage").Rebirth:InvokeServer()      
  287.         wait(1)
  288.     end
  289. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement