What's new
Heapleak - Scripthub

Get the most out of HeapLeak by creating a free account! Once signed in, you’ll gain full access to restricted content, be able to share your own scripts, and participate in our member-only discussions.

Infinite Coins | KEYLESS! |

Version / Update: v1.0.0
Download / Script Link
-- If you want more coins, change the number found in args[1]. you can most likely change args[2] to wins for unlimited wins, yet I haven't tested this.

local args = {
[1] = 99999999999,
[2] = "Coins"
}

game:GetService("ReplicatedStorage"):WaitForChild("Remote"):WaitForChild("Event"):WaitForChild("Race"):WaitForChild("AddCoinsOrWins"):FireServer(unpack(args))
[ View More ]
dd27b19d-05ce-4adc-806d-b9a4e26fb563.webp


Saw someone adding a key system to this and its obfuscated, here is the literal easiest script known to mankind.
 
Back
Top