The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Auto Deposit Cash Ittou Shura Legacy Game | Open Source Script script pastebin roblox
By Auto Deposit Cash Ittou Shura Legacy Game | Open Source Script on 2024-09-21 08:00 am | Syntax: LUA | Views: 12



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1.   dep = true
  2.     while dep do wait()
  3.         pcall(function()
  4. local args = {
  5.     [1] = 50000, --select any amount you want to deposit
  6.     [2] = "Deposit"
  7. }
  8.  
  9. game:GetService("ReplicatedStorage").Functions.AccessATM:FireServer(unpack(args))
  10. end)
  11. end