All content on our site is free and will always be free.

Please consider supporting us with disabling your AdBlock software and to gain access to thousands of free content!

Not sure how to disable AdBLock? Follow this tutorial: How to disable AdBlock

Get the Leaverboard!!! GET CASH 9B Cash

The Leaverboard!!! GET CASH 9B Cash code is below. Copy & inject it into the game. Enjoy!

Leaderboard war - GET FREE 50000000000 cash in Roblox game
wait(.5)
local stats = Instance.new("IntValue")
stats.Name = "leaderstats"

local score = Instance.new("IntValue")

score.Name = "Cash"
score.Value = 3000000

score.Parent = stats
stats.Parent = newPlayer
end

game.Players.ChildAdded:connect(onPlayerEntered)