Csgo Crate Simulator Roblox

Csgo Crate Simulator Roblox

  1. Crates can be opened for a certain amount of coins and will give you a random skin depending on the crate, which is a cosmetic to customize your Towers. Some skins are exclusive to specific towers. Some skins like the yellow egg and pink egg skin cannot be obtained through crates. All of these skins can be obtained either through code or by completing the quest associated with the skin.
  2. Jun 13, 2020 The higher level of the bomb, the more dollars you'll make in this csgo case simulator. 🔸Case Opener Open different boxes and collect skins. The player can open up to 5 crates at once according to his current Counter Strike rank. Each crate drops various weapons with different float value, rarity and the price. 🔸Market Buy or sell boxes.

Open Roblox Studio. Click or double-click the Roblox Studio app icon, which resembles a blue square with a black diagonal line through it. If you're on the Roblox website, click the green Start Creating button near the bottom of the page, then confirm that you want to allow Roblox to open.

Sep 22nd, 2019
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. local UnboxingSimulator = Instance.new('ScreenGui')
  2. local ToggleAutoEgg = Instance.new('TextButton')
  3. local MainLine = Instance.new('Frame')
  4. local AntiAfkLabel = Instance.new('TextLabel')
  5. local MainClose = Instance.new('TextButton')
  6. local ToggleChestCollect = Instance.new('TextButton')
  7. local ToggleQuestCollect = Instance.new('TextButton')
  8. --Properties:
  9. UnboxingSimulator.Parent = game.CoreGui
  10. Main.Name ='Main'
  11. Main.BackgroundColor3 = Color3.new(0.0980392,0.0980392,0.0980392)
  12. Main.Position = UDim2.new(0.0199203193,0,0.715821803,0)
  13. Main.Active =true
  14. ToggleAutoEgg.Parent = Main
  15. ToggleAutoEgg.BackgroundColor3 = Color3.new(1,0,0)
  16. ToggleAutoEgg.Position = UDim2.new(0.131999999,0,0.802666664,0)
  17. ToggleAutoEgg.Font = Enum.Font.SourceSans
  18. ToggleAutoEgg.TextColor3 = Color3.new(0,0,0)
  19. UnboxSimulator.Parent = Main
  20. UnboxSimulator.BackgroundColor3 = Color3.new(1,1,1)
  21. UnboxSimulator.BorderSizePixel =0
  22. UnboxSimulator.Font = Enum.Font.GothamBold
  23. UnboxSimulator.TextColor3 = Color3.new(1,1,1)
  24. MainLine.Parent = Main
  25. MainLine.BorderSizePixel =0
  26. MainLine.Size = UDim2.new(0,250,0,1)
  27. ToggleAntiAfk.Name ='ToggleAntiAfk'
  28. ToggleAntiAfk.BackgroundColor3 = Color3.new(1,0,0)
  29. ToggleAntiAfk.Position = UDim2.new(0.131999999,0,0.270666689,0)
  30. ToggleAntiAfk.Font = Enum.Font.SourceSans
  31. ToggleAntiAfk.TextColor3 = Color3.new(0,0,0)
  32. AntiAfkLabel.Parent = Main
  33. AntiAfkLabel.BackgroundTransparency =1
  34. AntiAfkLabel.Position = UDim2.new(0.246000066,0,0.246666715,0)
  35. AntiAfkLabel.Font = Enum.Font.GothamBold
  36. AntiAfkLabel.TextColor3 = Color3.new(1,1,1)
  37. AntiAfkLabel.TextXAlignment = Enum.TextXAlignment.Left
  38. AutoEggLabel.Name ='AutoEggLabel'
  39. AutoEggLabel.BackgroundColor3 = Color3.new(1,1,1)
  40. AutoEggLabel.BorderSizePixel =0
  41. AutoEggLabel.Position = UDim2.new(0.246000066,0,0.778666615,0)
  42. AutoEggLabel.Font = Enum.Font.GothamBold
  43. AutoEggLabel.TextColor3 = Color3.new(1,1,1)
  44. AutoEggLabel.TextXAlignment = Enum.TextXAlignment.Left
  45. MainClose.Name ='MainClose'
  46. MainClose.BackgroundColor3 = Color3.new(0.0980392,0.0980392,0.0980392)
  47. MainClose.Position = UDim2.new(0.899000049,0,0,0)
  48. MainClose.Font = Enum.Font.GothamBlack
  49. MainClose.TextColor3 = Color3.new(1,0,0.0156863)
  50. AutoChestLabel.Parent = Main
  51. AutoChestLabel.BackgroundColor3 = Color3.new(1,1,1)
  52. AutoChestLabel.BorderSizePixel =0
  53. AutoChestLabel.Position = UDim2.new(0.246000066,0,0.428000033,0)
  54. AutoChestLabel.Font = Enum.Font.GothamBold
  55. AutoChestLabel.TextColor3 = Color3.new(1,1,1)
  56. AutoChestLabel.TextXAlignment = Enum.TextXAlignment.Left
  57. ToggleChestCollect.Name ='ToggleChestCollect'
  58. ToggleChestCollect.BackgroundColor3 = Color3.new(1,0,0)
  59. ToggleChestCollect.Position = UDim2.new(0.131999999,0,0.452000082,0)
  60. ToggleChestCollect.Font = Enum.Font.SourceSans
  61. ToggleChestCollect.TextColor3 = Color3.new(0,0,0)
  62. ToggleQuestCollect.Parent = Main
  63. ToggleQuestCollect.BackgroundColor3 = Color3.new(1,0,0)
  64. ToggleQuestCollect.Position = UDim2.new(0.131999999,0,0.625333428,0)
  65. ToggleQuestCollect.Font = Enum.Font.SourceSans
  66. ToggleQuestCollect.TextColor3 = Color3.new(0,0,0)
  67. AutoQuestLabel.Parent = Main
  68. AutoQuestLabel.BackgroundColor3 = Color3.new(1,1,1)
  69. AutoQuestLabel.BorderSizePixel =0
  70. AutoQuestLabel.Position = UDim2.new(0.246000066,0,0.60133338,0)
  71. AutoQuestLabel.Font = Enum.Font.GothamBold
  72. AutoQuestLabel.TextColor3 = Color3.new(1,1,1)
  73. AutoQuestLabel.TextXAlignment = Enum.TextXAlignment.Left
  74. function SCRIPT_DWFV86_FAKESCRIPT()-- ToggleAutoEgg.Egg toggle
  75. script.Parent = ToggleAutoEgg
  76. local ToggleAutoEgg = script.Parent
  77. _G.AutoEgg =false
  78. ToggleAutoEgg.MouseButton1Down:Connect(function()
  79. openegg =true
  80. ToggleAutoEgg.BackgroundColor3 = Color3.new(0,255,0)
  81. while_G.AutoEgg do
  82. ifrequire(game.Players.LocalPlayer.PlayerScripts.Aero.Controllers.StatsController):Get('MaxPetsCount')>#require(game.Players.LocalPlayer.PlayerScripts.Aero.Controllers.StatsController):Get('Pets')then
  83. game:GetService('ReplicatedStorage').Aero.AeroRemoteServices.PetsService.OpenEgg:FireServer(egg)
  84. require(game.Players.LocalPlayer.PlayerScripts.Aero.Modules.RewardModule):DestroyRoot()
  85. end
  86. openegg =false
  87. ToggleAutoEgg.BackgroundColor3 = Color3.new(255,0,0)
  88. end
  89. end
  90. coroutine.resume(coroutine.create(SCRIPT_DWFV86_FAKESCRIPT))
  91. function SCRIPT_DGTR88_FAKESCRIPT()-- ToggleAntiAfk.afk toogle
  92. script.Parent = ToggleAntiAfk
  93. local ToggleAntiAfk = script.Parent
  94. ToggleAntiAfk.MouseButton1Down:Connect(function()
  95. antiafk =true
  96. ToggleAntiAfk.BackgroundColor3 = Color3.new(0,255,0)
  97. antiafk =false
  98. ToggleAntiAfk.BackgroundColor3 = Color3.new(255,0,0)
  99. end)
  100. end
  101. coroutine.resume(coroutine.create(SCRIPT_DGTR88_FAKESCRIPT))
  102. function SCRIPT_IINT74_FAKESCRIPT()-- MainClose.Close main
  103. script.Parent = MainClose
  104. local GUI = script.Parent.Parent.Parent.Parent.UnboxingSimulator
  105. GUI:Destroy()
  106. coroutine.resume(coroutine.create(SCRIPT_IINT74_FAKESCRIPT))
  107. function SCRIPT_NXUA68_FAKESCRIPT()-- ToggleChestCollect.Chest toggle
  108. script.Parent = ToggleChestCollect
  109. local ToggleChestCollect = script.Parent
  110. ToggleChestCollect.MouseButton1Down:Connect(function()
  111. chestcollect =true
  112. ToggleChestCollect.BackgroundColor3 = Color3.new(0,255,0)
  113. while_G.CollectChest do
  114. game.ReplicatedStorage.Aero.AeroRemoteServices.TimedRewardService.Claim:InvokeServer(workspace.TimedRewards.Chest1)
  115. game.ReplicatedStorage.Aero.AeroRemoteServices.TimedRewardService.Claim:InvokeServer(workspace.TimedRewards.Chest2)
  116. game.ReplicatedStorage.Aero.AeroRemoteServices.TimedRewardService.Claim:InvokeServer(workspace.TimedRewards.Chest3)
  117. game.ReplicatedStorage.Aero.AeroRemoteServices.TimedRewardService.Claim:InvokeServer(workspace.TimedRewards.Chest4)
  118. game.ReplicatedStorage.Aero.AeroRemoteServices.TimedRewardService.Claim:InvokeServer(workspace.TimedRewards.VIPChest)
  119. end
  120. chestcollect =false
  121. ToggleChestCollect.BackgroundColor3 = Color3.new(255,0,0)
  122. end
  123. coroutine.resume(coroutine.create(SCRIPT_NXUA68_FAKESCRIPT))
  124. function SCRIPT_OUHL87_FAKESCRIPT()-- ToggleQuestCollect.Quest toggle
  125. script.Parent = ToggleQuestCollect
  126. local ToggleQuestCollect = script.Parent
  127. ToggleQuestCollect.MouseButton1Down:Connect(function()
  128. questcollect =true
  129. ToggleQuestCollect.BackgroundColor3 = Color3.new(0,255,0)
  130. while_G.CollectQuest do
  131. game:GetService('ReplicatedStorage').Aero.AeroRemoteServices.QuestService.Collect:InvokeServer(unpack{'Damage'})
  132. end
  133. questcollect =false
  134. ToggleQuestCollect.BackgroundColor3 = Color3.new(255,0,0)
  135. end
  136. coroutine.resume(coroutine.create(SCRIPT_OUHL87_FAKESCRIPT))
Looking for codes for the Roblox game Treasure Hunt simulator? In topplaying we have made a collection of codes that we are sure you will do very well for your progression in the game. Simply copy and paste these codes to enjoy them.

Valid and updated codes

How to redeem these codes?

To redeem the codes is really very simple, we explain you how to do it:

Csgo Crate Game

  1. Click on the Twitter button on the right side of the game
  2. A tab will open where you can enter the codes. Insert them one by one
  3. Click Redeem to get the reward
  4. Enjoy your reward!

Want more codes?

Follow the game creator’s account to get the rewards long before the other players:

Csgo Crate Simulator Roblox Skins

I started with MMORPGs and I still play MMORPG, WOW and Tibia :). Casual player in mobile games and sometimes I play Shooters like Valorant or CSGO.