Advertisement
EPRX

balloon simulator 2 gui

Mar 19th, 2020
2,446
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.55 KB | None | 0 0
  1. local library = loadstring(game:HttpGet("https://pastebin.com/raw/HYcfs6KC", true))()
  2. library.options.underlinecolor = "rainbow"
  3.  
  4. local w = library:CreateWindow('Balloon Simulator 2')
  5.  
  6. w:Toggle('Auto Balloon', {flag = "toggle1"})
  7. spawn(function()
  8. while wait() do
  9. if w.flags.toggle1 then
  10. if game.Players.LocalPlayer.Character:WaitForChild("Humanoid") then
  11. local A_1 = "Click"
  12. local Event = game:GetService("ReplicatedStorage").PublicResources.Events.Networking
  13. Event:FireServer(A_1)
  14. end
  15. end
  16. end
  17. end)
  18.  
  19. w:Toggle('Auto Sell', {flag = "toggle10"})
  20. spawn(function()
  21. while wait() do
  22. if w.flags.toggle10 then
  23. if game.Players.LocalPlayer.Character:WaitForChild("Humanoid") then
  24. local lastpos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  25. if game:GetService("Players").LocalPlayer.PlayerGui.UI.SellNotify.Visible == true then
  26. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2584.02319, 27.998745, 1101.88928, 0.958337486, 0, 0.285638422, 0, 1, 0, -0.285638422, 0, 0.958337486)
  27. wait(0.3)
  28. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = lastpos
  29. wait(1)
  30. game:GetService("Players").LocalPlayer.PlayerGui.UI.SellNotify.Visible = false
  31. end
  32. end
  33. end
  34. end
  35. end)
  36.  
  37.  
  38. w:Toggle('Open Robux Egg', {flag = "toggle2"})
  39. spawn(function()
  40. while wait() do
  41. if w.flags.toggle2 then
  42. if game.Players.LocalPlayer.Character:WaitForChild("Humanoid") then
  43. local A_1 = "OpenEgg"
  44. local A_2 = "Robux Egg"
  45. local Event = game:GetService("ReplicatedStorage").PublicResources.Events.Networking
  46. Event:FireServer(A_1, A_2)
  47. end
  48. end
  49. end
  50. end)
  51.  
  52. w:Toggle('TP to Coins', {flag = "toggle3"})
  53. spawn(function()
  54. while wait() do
  55. if w.flags.toggle3 then
  56. if game.Players.LocalPlayer.Character:WaitForChild("Humanoid") then
  57. for i,v in pairs(game:GetService("Workspace").Resources.Pickups:GetChildren()) do
  58. if v.Name == "Coins" then
  59. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  60. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  61. wait(0.1)
  62. if w.flags.toggle3 == false then
  63. break
  64. end
  65. end
  66. end
  67. end
  68. end
  69. end
  70. end)
  71.  
  72. w:Toggle('TP to Gems', {flag = "toggle4"})
  73. spawn(function()
  74. while wait() do
  75. if w.flags.toggle4 then
  76. if game.Players.LocalPlayer.Character:WaitForChild("Humanoid") then
  77. for i,v in pairs(game:GetService("Workspace").Resources.Pickups:GetChildren()) do
  78. if v.Name == "Gems" then
  79. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  80. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  81. wait(0.1)
  82. if w.flags.toggle4 == false then
  83. break
  84. end
  85. end
  86. end
  87. end
  88. end
  89. end
  90. end)
  91. w:Toggle('Infinite Jumps', {flag = "toggle54"})
  92. spawn(function()
  93. while wait() do
  94. if w.flags.toggle54 then
  95. if game.Players.LocalPlayer.Character:WaitForChild("Humanoid") then
  96. -- This script was generated by Hydroxide
  97.  
  98. local oh_get_gc = getgc or false
  99. local oh_is_x_closure = is_synapse_function or issentinelclosure or is_protosmasher_closure or is_sirhurt_closure or checkclosure or false
  100. local oh_get_info = debug.getinfo or getinfo or false
  101. local oh_set_upvalue = debug.setupvalue or setupvalue or setupval or false
  102.  
  103. if not oh_get_gc and not oh_is_x_closure and not oh_get_info and not oh_set_upvalue then
  104. warn("Your exploit does not support this script")
  105. return
  106. end
  107.  
  108. local oh_find_function = function(name)
  109. for i,v in pairs(oh_get_gc()) do
  110. if type(v) == "function" and not oh_is_x_closure(v) then
  111. if oh_get_info(v).name == name then
  112. return v
  113. end
  114. end
  115. end
  116. end
  117.  
  118. local oh_updateJump = oh_find_function("updateJump")
  119. local oh_index = 2
  120. local oh_new_value = 999999999999 -- replace this with the value that you want to set the upvalue to
  121.  
  122. oh_set_upvalue(oh_updateJump, oh_index, oh_new_value)
  123.  
  124. -- WARNING: THIS SCRIPT MAY NOT WORK, DO NOT RELY ON THE UPVALUE SCANNER FOR 100% FUNCTIONAL SCRIPTS!
  125. -- "scout_closure" may not find the correct function if there are multiple functions with the same name
  126.  
  127. -- WARNING: THIS SCRIPT MAY NOT WORK, DO NOT RELY ON THE UPVALUE SCANNER FOR 100% FUNCTIONAL SCRIPTS!
  128. -- "scout_closure" may not find the correct function if there are multiple functions with the same name
  129. end
  130. end
  131. end
  132. end)
  133.  
  134. local e = library:CreateWindow("Buy")
  135.  
  136. e:Toggle('Buy Balloons', {flag = "toggle5"})
  137. spawn(function()
  138. while wait() do
  139. if e.flags.toggle5 then
  140. if game.Players.LocalPlayer.Character:WaitForChild("Humanoid") then
  141. local A_1 = "BuyAll"
  142. local A_2 = "Balloon"
  143. local Event = game:GetService("ReplicatedStorage").PublicResources.Events.Networking
  144. Event:FireServer(A_1, A_2)
  145. end
  146. end
  147. end
  148. end)
  149.  
  150. e:Toggle('Buy Ranks', {flag = "toggle6"})
  151. spawn(function()
  152. while wait() do
  153. if e.flags.toggle6 then
  154. if game.Players.LocalPlayer.Character:WaitForChild("Humanoid") then
  155. local A_1 = "BuyAll"
  156. local A_2 = "Rank"
  157. local Event = game:GetService("ReplicatedStorage").PublicResources.Events.Networking
  158. Event:FireServer(A_1, A_2)
  159. end
  160. end
  161. end
  162. end)
  163.  
  164. local f = library:CreateWindow("Teleports")
  165.  
  166. f:Button("Unlock All Islands", function()
  167. for i,v in pairs(game:GetService("Workspace").Resources.Islands:GetChildren()) do
  168. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  169. wait(0.5)
  170. end
  171. end)
  172.  
  173. f:Button("Open All Chests", function()
  174. for i,v in pairs(game:GetService("Workspace").Resources.PhysicalChests:GetDescendants()) do
  175. if v.Name == "ChestParticles" then
  176. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  177. wait(0.5)
  178. end
  179. end
  180. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement