Functions: INF Money

Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)
Thank you for using our website
Your script:
local player = "user" -- your username or someone else's username
game.ReplicatedStorage:FindFirstChild(".gg/untitledhood"):FireServer(
"Reload",
{
Name = "[SMG]", --the name of the weapon in your hands
Ammo = {Value = math.huge*9e9},
MaxAmmo = {Value = 0}
}
)
task.wait(2)
game.ReplicatedStorage:FindFirstChild(".gg/untitledhood"):FireServer(
"Reload",
{
Name = "[SMG]", -- the name of the weapon in your hands
Ammo = game:GetService("Players")[player].DataFolder.Currency,
MaxAmmo = {Value = 999999999999999999 * 9}
}
)