Roblox but every second you become stronger | LUNCH NUKES, INF GEM, 2X SPEED, 2X JUMP AND MORE!

MADE BY dullsoulss

FEATURES:

  • LUNCH NUKE
  • INF GEMS
  • GIVE EVERYONE 10 GEMS
  • 2X JUMP
  • 2X SPEED
  • CHANGE SPEED/JUMP POWER

SCRIPTS: [6]

LUNCH NUKE:

local args = {
   [1] = "Gems",
   [2] = 0,
   [3] = game:GetService("ReplicatedStorage").Shop.Nuke
}

game:GetService("ReplicatedStorage").ShopEvent:FireServer(unpack(args))

INF GEMS:

local args = {
   [1] = "Gems",
   [2] = -999999999, --you can edit this value, make sure it stays NEGATIVE though. negative value will give you money back
   [3] = game:GetService("ReplicatedStorage").Shop.JumpChanger
}

game:GetService("ReplicatedStorage").ShopEvent:FireServer(unpack(args))

GIVE EVERYONE 10 GEMS:

local args = {
   [1] = "Gems",
   [2] = 0,
   [3] = game:GetService("ReplicatedStorage").Shop.Gift
}

game:GetService("ReplicatedStorage").ShopEvent:FireServer(unpack(args))

2X JUMP:

local args = {
    [1] = "Gems",
    [2] = 0,
    [3] = game:GetService("ReplicatedStorage").Shop.x2Jump
}

game:GetService("ReplicatedStorage").ShopEvent:FireServer(unpack(args))

2X SPEED:

local args = {
   [1] = "Gems",
   [2] = 0,
   [3] = game:GetService("ReplicatedStorage").Shop.x2Speed
}

game:GetService("ReplicatedStorage").ShopEvent:FireServer(unpack(args))

CHANGE SPEED/JP

local SpeedValue = 300
local JumpValue = 300

game:GetService("ReplicatedStorage").JumpChanger:FireServer(JumpValue)
game:GetService("ReplicatedStorage").SpeedChanger:FireServer(SpeedValue)

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!