Advertisement
FryslanBoppe

Unboxing Simulator

Sep 22nd, 2019
24,917
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 9.92 KB | None | 0 0
  1. local UnboxingSimulator = Instance.new("ScreenGui")
  2. local Main = Instance.new("Frame")
  3. local ToggleAutoEgg = Instance.new("TextButton")
  4. local UnboxSimulator = Instance.new("TextLabel")
  5. local MainLine = Instance.new("Frame")
  6. local ToggleAntiAfk = Instance.new("TextButton")
  7. local AntiAfkLabel = Instance.new("TextLabel")
  8. local AutoEggLabel = Instance.new("TextLabel")
  9. local MainClose = Instance.new("TextButton")
  10. local AutoChestLabel = Instance.new("TextLabel")
  11. local ToggleChestCollect = Instance.new("TextButton")
  12. local ToggleQuestCollect = Instance.new("TextButton")
  13. local AutoQuestLabel = Instance.new("TextLabel")
  14. --Properties:
  15. UnboxingSimulator.Name = "UnboxingSimulator"
  16. UnboxingSimulator.Parent = game.CoreGui
  17.  
  18. Main.Name = "Main"
  19. Main.Parent = UnboxingSimulator
  20. Main.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  21. Main.BorderSizePixel = 0
  22. Main.Position = UDim2.new(0.0199203193, 0, 0.715821803, 0)
  23. Main.Size = UDim2.new(0, 250, 0, 150)
  24. Main.Active = true
  25. Main.Draggable = true
  26.  
  27. ToggleAutoEgg.Name = "ToggleAutoEgg"
  28. ToggleAutoEgg.Parent = Main
  29. ToggleAutoEgg.BackgroundColor3 = Color3.new(1, 0, 0)
  30. ToggleAutoEgg.BorderSizePixel = 0
  31. ToggleAutoEgg.Position = UDim2.new(0.131999999, 0, 0.802666664, 0)
  32. ToggleAutoEgg.Size = UDim2.new(0, 15, 0, 15)
  33. ToggleAutoEgg.Font = Enum.Font.SourceSans
  34. ToggleAutoEgg.Text = ""
  35. ToggleAutoEgg.TextColor3 = Color3.new(0, 0, 0)
  36. ToggleAutoEgg.TextSize = 14
  37.  
  38. UnboxSimulator.Name = "UnboxSimulator"
  39. UnboxSimulator.Parent = Main
  40. UnboxSimulator.BackgroundColor3 = Color3.new(1, 1, 1)
  41. UnboxSimulator.BackgroundTransparency = 1
  42. UnboxSimulator.BorderSizePixel = 0
  43. UnboxSimulator.Size = UDim2.new(0, 250, 0, 25)
  44. UnboxSimulator.Font = Enum.Font.GothamBold
  45. UnboxSimulator.Text = "Unboxing Simulator"
  46. UnboxSimulator.TextColor3 = Color3.new(1, 1, 1)
  47. UnboxSimulator.TextSize = 14
  48.  
  49. MainLine.Name = "MainLine"
  50. MainLine.Parent = Main
  51. MainLine.BackgroundColor3 = Color3.new(1, 1, 1)
  52. MainLine.BorderSizePixel = 0
  53. MainLine.Position = UDim2.new(0, 0, 0.166666672, 0)
  54. MainLine.Size = UDim2.new(0, 250, 0, 1)
  55.  
  56. ToggleAntiAfk.Name = "ToggleAntiAfk"
  57. ToggleAntiAfk.Parent = Main
  58. ToggleAntiAfk.BackgroundColor3 = Color3.new(1, 0, 0)
  59. ToggleAntiAfk.BorderSizePixel = 0
  60. ToggleAntiAfk.Position = UDim2.new(0.131999999, 0, 0.270666689, 0)
  61. ToggleAntiAfk.Size = UDim2.new(0, 15, 0, 15)
  62. ToggleAntiAfk.Font = Enum.Font.SourceSans
  63. ToggleAntiAfk.Text = ""
  64. ToggleAntiAfk.TextColor3 = Color3.new(0, 0, 0)
  65. ToggleAntiAfk.TextSize = 14
  66.  
  67. AntiAfkLabel.Name = "AntiAfkLabel"
  68. AntiAfkLabel.Parent = Main
  69. AntiAfkLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  70. AntiAfkLabel.BackgroundTransparency = 1
  71. AntiAfkLabel.BorderSizePixel = 0
  72. AntiAfkLabel.Position = UDim2.new(0.246000066, 0, 0.246666715, 0)
  73. AntiAfkLabel.Size = UDim2.new(0, 80, 0, 20)
  74. AntiAfkLabel.Font = Enum.Font.GothamBold
  75. AntiAfkLabel.Text = "Anti-Afk"
  76. AntiAfkLabel.TextColor3 = Color3.new(1, 1, 1)
  77. AntiAfkLabel.TextSize = 14
  78. AntiAfkLabel.TextXAlignment = Enum.TextXAlignment.Left
  79.  
  80. AutoEggLabel.Name = "AutoEggLabel"
  81. AutoEggLabel.Parent = Main
  82. AutoEggLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  83. AutoEggLabel.BackgroundTransparency = 1
  84. AutoEggLabel.BorderSizePixel = 0
  85. AutoEggLabel.Position = UDim2.new(0.246000066, 0, 0.778666615, 0)
  86. AutoEggLabel.Size = UDim2.new(0, 180, 0, 20)
  87. AutoEggLabel.Font = Enum.Font.GothamBold
  88. AutoEggLabel.Text = "Auto Open Carnival Egg"
  89. AutoEggLabel.TextColor3 = Color3.new(1, 1, 1)
  90. AutoEggLabel.TextSize = 14
  91. AutoEggLabel.TextXAlignment = Enum.TextXAlignment.Left
  92.  
  93. MainClose.Name = "MainClose"
  94. MainClose.Parent = Main
  95. MainClose.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  96. MainClose.BorderSizePixel = 0
  97. MainClose.Position = UDim2.new(0.899000049, 0, 0, 0)
  98. MainClose.Size = UDim2.new(0, 25, 0, 25)
  99. MainClose.Font = Enum.Font.GothamBlack
  100. MainClose.Text = "X"
  101. MainClose.TextColor3 = Color3.new(1, 0, 0.0156863)
  102. MainClose.TextSize = 14
  103.  
  104. AutoChestLabel.Name = "AutoChestLabel"
  105. AutoChestLabel.Parent = Main
  106. AutoChestLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  107. AutoChestLabel.BackgroundTransparency = 1
  108. AutoChestLabel.BorderSizePixel = 0
  109. AutoChestLabel.Position = UDim2.new(0.246000066, 0, 0.428000033, 0)
  110. AutoChestLabel.Size = UDim2.new(0, 180, 0, 20)
  111. AutoChestLabel.Font = Enum.Font.GothamBold
  112. AutoChestLabel.Text = "Auto Collect Chests"
  113. AutoChestLabel.TextColor3 = Color3.new(1, 1, 1)
  114. AutoChestLabel.TextSize = 14
  115. AutoChestLabel.TextXAlignment = Enum.TextXAlignment.Left
  116.  
  117. ToggleChestCollect.Name = "ToggleChestCollect"
  118. ToggleChestCollect.Parent = Main
  119. ToggleChestCollect.BackgroundColor3 = Color3.new(1, 0, 0)
  120. ToggleChestCollect.BorderSizePixel = 0
  121. ToggleChestCollect.Position = UDim2.new(0.131999999, 0, 0.452000082, 0)
  122. ToggleChestCollect.Size = UDim2.new(0, 15, 0, 15)
  123. ToggleChestCollect.Font = Enum.Font.SourceSans
  124. ToggleChestCollect.Text = ""
  125. ToggleChestCollect.TextColor3 = Color3.new(0, 0, 0)
  126. ToggleChestCollect.TextSize = 14
  127.  
  128. ToggleQuestCollect.Name = "ToggleQuestCollect"
  129. ToggleQuestCollect.Parent = Main
  130. ToggleQuestCollect.BackgroundColor3 = Color3.new(1, 0, 0)
  131. ToggleQuestCollect.BorderSizePixel = 0
  132. ToggleQuestCollect.Position = UDim2.new(0.131999999, 0, 0.625333428, 0)
  133. ToggleQuestCollect.Size = UDim2.new(0, 15, 0, 15)
  134. ToggleQuestCollect.Font = Enum.Font.SourceSans
  135. ToggleQuestCollect.Text = ""
  136. ToggleQuestCollect.TextColor3 = Color3.new(0, 0, 0)
  137. ToggleQuestCollect.TextSize = 14
  138.  
  139. AutoQuestLabel.Name = "AutoQuestLabel"
  140. AutoQuestLabel.Parent = Main
  141. AutoQuestLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  142. AutoQuestLabel.BackgroundTransparency = 1
  143. AutoQuestLabel.BorderSizePixel = 0
  144. AutoQuestLabel.Position = UDim2.new(0.246000066, 0, 0.60133338, 0)
  145. AutoQuestLabel.Size = UDim2.new(0, 180, 0, 20)
  146. AutoQuestLabel.Font = Enum.Font.GothamBold
  147. AutoQuestLabel.Text = "Auto Collect Quests"
  148. AutoQuestLabel.TextColor3 = Color3.new(1, 1, 1)
  149. AutoQuestLabel.TextSize = 14
  150. AutoQuestLabel.TextXAlignment = Enum.TextXAlignment.Left
  151. -- Scripts:
  152. function SCRIPT_DWFV86_FAKESCRIPT() -- ToggleAutoEgg.Egg toggle
  153.     local script = Instance.new('LocalScript')
  154.     script.Parent = ToggleAutoEgg
  155.     local openegg = false
  156.     local ToggleAutoEgg = script.Parent
  157.     local egg = "CarnivalEgg"
  158.     _G.AutoEgg = false
  159.    
  160.     ToggleAutoEgg.MouseButton1Down:Connect(function()
  161.         if not openegg then
  162.             openegg = true
  163.             ToggleAutoEgg.BackgroundColor3 = Color3.new(0, 255, 0)
  164.             _G.AutoEgg = true
  165.             while _G.AutoEgg do
  166.             wait()
  167.             if require(game.Players.LocalPlayer.PlayerScripts.Aero.Controllers.StatsController):Get("MaxPetsCount") > #require(game.Players.LocalPlayer.PlayerScripts.Aero.Controllers.StatsController):Get("Pets") then
  168.             game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.PetsService.OpenEgg:FireServer(egg)
  169.             require(game.Players.LocalPlayer.PlayerScripts.Aero.Modules.RewardModule):DestroyRoot()
  170.         end
  171.     end
  172.         else
  173.             openegg = false
  174.             ToggleAutoEgg.BackgroundColor3 = Color3.new(255, 0, 0)
  175.             _G.AutoEgg = false
  176.         end
  177.     end)
  178.    
  179.  
  180. end
  181. coroutine.resume(coroutine.create(SCRIPT_DWFV86_FAKESCRIPT))
  182. function SCRIPT_DGTR88_FAKESCRIPT() -- ToggleAntiAfk.afk toogle
  183.     local script = Instance.new('LocalScript')
  184.     script.Parent = ToggleAntiAfk
  185.     local antiafk = false
  186.     local ToggleAntiAfk = script.Parent
  187.    
  188.     ToggleAntiAfk.MouseButton1Down:Connect(function()
  189.         if not antiafk then
  190.             antiafk = true
  191.             ToggleAntiAfk.BackgroundColor3 = Color3.new(0, 255, 0)
  192.         else
  193.             antiafk = false
  194.             ToggleAntiAfk.BackgroundColor3 = Color3.new(255, 0, 0)
  195.         end
  196.     end)
  197.  
  198. end
  199. coroutine.resume(coroutine.create(SCRIPT_DGTR88_FAKESCRIPT))
  200. function SCRIPT_IINT74_FAKESCRIPT() -- MainClose.Close main
  201.     local script = Instance.new('LocalScript')
  202.     script.Parent = MainClose
  203.     local GUI = script.Parent.Parent.Parent.Parent.UnboxingSimulator
  204.     local CloseMain = script.Parent
  205.    
  206.     CloseMain.MouseButton1Down:Connect(function()
  207.         GUI:Destroy()
  208.     end)
  209.  
  210. end
  211. coroutine.resume(coroutine.create(SCRIPT_IINT74_FAKESCRIPT))
  212. function SCRIPT_NXUA68_FAKESCRIPT() -- ToggleChestCollect.Chest toggle
  213.     local script = Instance.new('LocalScript')
  214.     script.Parent = ToggleChestCollect
  215.     local chestcollect = false
  216.     local ToggleChestCollect = script.Parent
  217.     _G.CollectChest = false
  218.    
  219.     ToggleChestCollect.MouseButton1Down:Connect(function()
  220.         if not chestcollect then
  221.             chestcollect = true
  222.             ToggleChestCollect.BackgroundColor3 = Color3.new(0, 255, 0)
  223.             _G.CollectChest = true
  224.             while _G.CollectChest do
  225.             game.ReplicatedStorage.Aero.AeroRemoteServices.TimedRewardService.Claim:InvokeServer(workspace.TimedRewards.Chest1)
  226.             game.ReplicatedStorage.Aero.AeroRemoteServices.TimedRewardService.Claim:InvokeServer(workspace.TimedRewards.Chest2)
  227.             game.ReplicatedStorage.Aero.AeroRemoteServices.TimedRewardService.Claim:InvokeServer(workspace.TimedRewards.Chest3)
  228.             game.ReplicatedStorage.Aero.AeroRemoteServices.TimedRewardService.Claim:InvokeServer(workspace.TimedRewards.Chest4)
  229.             game.ReplicatedStorage.Aero.AeroRemoteServices.TimedRewardService.Claim:InvokeServer(workspace.TimedRewards.VIPChest)
  230.             wait(60)
  231.             end
  232.         else
  233.             chestcollect = false
  234.             ToggleChestCollect.BackgroundColor3 = Color3.new(255, 0, 0)
  235.             _G.CollectChest = false
  236.         end
  237.     end)
  238.  
  239. end
  240. coroutine.resume(coroutine.create(SCRIPT_NXUA68_FAKESCRIPT))
  241. function SCRIPT_OUHL87_FAKESCRIPT() -- ToggleQuestCollect.Quest toggle
  242.     local script = Instance.new('LocalScript')
  243.     script.Parent = ToggleQuestCollect
  244.     local questcollect = false
  245.     local ToggleQuestCollect = script.Parent
  246.     _G.CollectQuest = false
  247.    
  248.     ToggleQuestCollect.MouseButton1Down:Connect(function()
  249.         if not questcollect then
  250.             questcollect = true
  251.             ToggleQuestCollect.BackgroundColor3 = Color3.new(0, 255, 0)
  252.             _G.CollectQuest = true
  253.             while _G.CollectQuest do
  254.             game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.QuestService.Collect:InvokeServer(unpack{"Damage"})
  255.             wait(0.5)
  256.             end
  257.         else
  258.             questcollect = false
  259.             ToggleQuestCollect.BackgroundColor3 = Color3.new(255, 0, 0)
  260.             _G.CollectQuest = false
  261.         end
  262.     end)
  263.    
  264.    
  265.  
  266. end
  267. coroutine.resume(coroutine.create(SCRIPT_OUHL87_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement