RandomMagics

PSX Dupe?

Mar 3rd, 2022
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. --[[
  2. Do autoclicker on execute with this for 8 minutes
  3. Then join with your alt and stop executing.
  4. Stay afk with your alt and your main for 3 minutes long.
  5. Rejoin the private server with your main.
  6. If you have an error then click OK
  7. Then you will go rejoin to a different server and then the only things you have to do is deposit everything you wanna dupe (gems has higher chance of working)
  8. Then leave the circle and click on OK.
  9. Then leave the server and join the private server. If the error popups again then the dupe worked and click OK again and redo the last few parts with depositing.
  10. If the error doesnt show up then do it again.
  11. ----
  12. For everyone asking for support, I dont deliver support sorry.
  13. + its not a 100% dupe. I've found that or you get lucky and it will work 8 times a row. Or you wont and you try doing it 10 times and 0 ones succes.
  14. I most of the time have 50/50
  15. --------
  16.  
  17. Place bankid in local bankid = "bankidhere"
  18. ]]
  19.  
  20. print("Succesfully executed once")
  21. workspace.__THINGS.__REMOTES.MAIN:FireServer("b", "bank withdraw")
  22. local function Bank(id)
  23. local self = {}
  24. function self:withdraw(pets, gems)
  25. local A_1 =
  26. {
  27. [1] = id,
  28. [2] =
  29. {
  30. },
  31. [3] = gems
  32. }
  33. local Event = game:GetService("Workspace")["__THINGS"]["__REMOTES"]["bank withdraw"]
  34. Event:InvokeServer(A_1)
  35. end
  36. return self
  37. end
  38. --//
  39. local bankid = "bankidhere"--bank
  40. for i=1, 1000 do
  41. Bank(bankid):withdraw({}, 1)
  42. print('withdrawed 1 gem')
  43. task.wait()
  44. end
Advertisement
Add Comment
Please, Sign In to add comment