Street Life Console Support ๐ฎ [REMASTERED SOON!]
1 month ago
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! ๐
-- 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
No comments yet.
ยฉ RoScripts 2024 All Rights Reserved.