Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local args = {
- [1] = {
- [1] = "", -- yo bank id here , use remote spy script
- [2] = {},
- [3] = 20000000 -- gems amount that u trade and dupe
- }
- }
- 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement