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 Auto Deposit Cash Ittou Shura Legacy Game | Open Source Script

The Auto Deposit Cash Ittou Shura Legacy Game | Open Source Script code is below. Copy & inject it into the game. Enjoy!

[2x XP] Ittou Shura Legacy! - Auto deposit
  dep = true
    while dep do wait()
        pcall(function()
local args = {
    [1] = 50000, --select any amount you want to deposit
    [2] = "Deposit"
}

game:GetService("ReplicatedStorage").Functions.AccessATM:FireServer(unpack(args))
end)
end