Advertisement
NukeVsCity

duping 1

Dec 5th, 2021
9,686
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 1 0
  1. local args = {
  2. [1] = {
  3. [1] = "", -- yo bank id here , use remote spy script
  4. [2] = {},
  5. [3] = 20000000 -- gems amount that u trade and dupe
  6. }
  7. }
  8.  
  9.  
  10. while true do
  11. if game.Players.LocalPlayer.PlayerGui.Trading.Frame.Trade.Visible == true and game.Players.LocalPlayer.PlayerGui.Trading.Frame.Trade.Notice.Text == '⌛ Trade confirming...' then
  12. task.wait(0.7)
  13. workspace.__THINGS.__REMOTES:FindFirstChild("bank deposit"):InvokeServer(unpack(args))
  14. end
  15. task.wait()
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement