Post Image

Infinite Money Supply

Street Life Console Support ๐ŸŽฎ [REMASTERED SOON!]

delivery-time 1 month ago

Description

Street Life is a popular game on Roblox developed by Street Life Productions

Instructions: Please Read Carefully

Place This Script in Auto-Execute:
Copy the script and add it to your executor's "auto-execute" folder.

Edit the Username:
Replace "put user here" with the username of the person youโ€™re transferring money to.

Join the Person:
After saving the script, join their game through your friends list. The transfer will execute automatically.

Important Note:
Once you're done, remove the script from your auto-execute folder. This will help you avoid triggering anti-cheat systems in other games.

How It Works:

Both accounts retain their money after the trade.
Whatever amount your first account trades, youโ€™ll keep it too! ๐Ÿ˜Š

Script
-- INCASE U DIDNT READ PUT THIS IN UR AUTO EXECUTE THEN JOIN THE PERSON U PUTS USERNAME IN


--// Configuration
wait(12) -- u may have to change this based on how fast the game loads for u after rejoining
local username = "put user here" -- who u want to send the money to!, type in correct user or it will error

local function executeMoneyTransfer()
local player = game:GetService("Players").LocalPlayer
local money = player.stored.Money
local depositAmount = money.Value
game:GetService("ReplicatedStorage").ATM:FireServer("Deposit", depositAmount)

wait(0.2)

local bank = player.stored.Bank
local bankAmount = bank.Value
game:GetService("ReplicatedStorage").ControllerRemote:FireServer("SaveCrosshair", "\255")

local recipient = game:GetService("Players")[username]
game:GetService("ReplicatedStorage").Phone:FireServer("SendMoney", recipient, bankAmount)
end

while true do
executeMoneyTransfer()
wait()
game:GetService("TeleportService"):Teleport(game.PlaceId, game:GetService("Players").LocalPlayer)
end
Comments 0

No comments yet.

More from RoScripts

ยฉ RoScripts 2024 All Rights Reserved.