Super Bomb Survival Script

Posted on

Super Bomb Survival is one of survival games in Roblox that is fun to play. Some parts of this game may be difficult to play so that you try to look for the script for this game. We are going to inform you about Super Bomb Survival script, so keep reading.

In the game of Super Bomb Survival, you will spawn in a map which is arena-styled. You need to know that the map is not random. Now, there are 101 maps that you are able to find. Before you enter the gameplay, you have the options to vote for three different maps. Then, when the game starts, you will find that a lot of different types of bombs drop from the sky and some of them are dangerous than others. When the intensity increases, bombs will be more abundant and from intensity 4+, some bombs even can be replaced by more powerful counterparts. The goal of this game is that you have to be able to survive 2 and a half minutes while the bombs rain down while using equipped skills, boosts and also perks to your advantage.


In this game, there are some game passes that you are able to buy and those are Second Perk Slot which costs R$ 420, Triple Coin Value which costs R$ 65, VIP which costs R$ 400, +10 Max HP which costs R$ 95 and Map Vote Priority which costs R$ 35. You can also get a lot of badges such as It’s A Blast, So Close, Iron Rank, Fuse Rank, Brave Yet Dumb, Hardcore, Leveling Your Odds, Score, Back For More and many more.

Using script to play Super Bomb Survival will make the game easier to play. After we did a search, there is not much information about script for Super Bomb Survival. But, if you visit v3rmillion.net, you will be able to find a script of Super Bomb Survival. The script is very simple and here it is.

Code:

for i,v in pairs(game.Players.LocalPlayer.skill:GetChildren()) do

v.Value = 100000

end

for i,v in pairs(game.Players.LocalPlayer.perk:GetChildren()) do

v.Value = 100000

end

This script will give you all skills. After that, you can put the script below in your executor but do not execute yet.

Code:

amount = 10 — The amount of times you want to make the skills be used

cooldown = 0

skillnumber = 1 — The skill that will be used. It is on a number list, so you have to try to guess.

for i = 1,amount do

wait(cooldown)

game.Storage.Remotes.skillUse:FireServer(skillnumber,1)

end

When you put it, the amount is the amount of times that you want to use he skill. Do not edit the cooldown. But, if you want to choose a skill to use rapidly, you have to go to the place where you equip skills and then note its number. For example, if you want to do mini-nuke, you will have to see on what number it that skill. For your information, Mini-Nuke is on number 22. So, you just have to count the number of the skill that you want to use from the first skill.

Leave a Reply

Your email address will not be published. Required fields are marked *