Advertisement
Youtube-Scripts

yba dupe script

Jun 7th, 2022
875
-1
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 1
  1. 1. Join any SBR server.
  2. 2. Get 1 coin on your main account in your hand.
  3. 3. Send trade to your main account from alt.
  4. 4. Execute it on your main account.
  5. 5. Put all coins from your main account into trading UI.
  6. 6. Put the items you want to dupe.
  7. 7. Accept on both accounts.
  8. 8. Done.
  9.  
  10. local args = {
  11. [1] = "InitiateCosmeticTrade",
  12. [2] = "ALT USERNAME" --PUT UR ALT'S USERNAME HERE (FULL NAME!)
  13. }
  14.  
  15. game:GetService("Players").LocalPlayer.Character.RemoteFunction:InvokeServer(unpack(args))
  16.  
  17. local args = {
  18. [1] = "EndDialogue",
  19. [2] = {
  20. ["NPC"] = "Merchant",
  21. ["Option"] = "Option1",
  22. ["Dialogue"] = "Dialogue5"
  23. }
  24. }
  25.  
  26. game:GetService("Players").LocalPlayer.Character.RemoteEvent:FireServer(unpack(args))
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement