Advertisement
Guest User

Untitled

a guest
May 10th, 2019
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. Lets say i load 4 accounts
  2.  
  3. abcd@mail.com
  4. asdf@mail.com
  5. aopl@mail.com
  6. aspl@mail.com
  7.  
  8. And a user buys a slot(profile)
  9. User:Slot
  10. Bot:Specify username please
  11. User:Guest
  12. Bot:Creating profile (in the account, there will be "1","2","3","4" as the names of each profile, program will rename "1" to "Guest".Bot will use abcd@mail.com)
  13. Bot: email: abcd@mail.com pass: xxxx + template reply
  14. -----------------------------
  15. Another user comes and buy a personal
  16. User:Personal
  17. Bot:Specify email
  18. User: perflix@mail.com
  19. Bot:Specify password
  20. User: 1234
  21. Bot: Changing details (bot will now use asdf@mail.com to change its email to perflix@mail.com and password to 1234, the bot cannot use abcd@mail.com as it has been used to create profile(slots)
  22. -------------------------------
  23. Lets say another user comes and buy slot
  24. User:Slot
  25. Bot:Specify username please
  26. User:Ahab
  27. Bot:Creating profile (in this case, program can use abcd@mail.com because it still has 3 empty profiles, so program will rename profile "2" to Ahab)
  28. -------------------------------
  29.  
  30. So in conclusion, if a user buys personal account, the details of the original account will be deleted and can't be used.
  31. Eg: after changing asdf@mail.com to perflix@mail.com , asdf@mail.com cannot be used anymore therefore removed from account list
  32.  
  33. When it comes to "slots", the account will only be deleted once all 4 profiles have been occupied. Even if only 1 profile is occupied, that account cannot be used for "personal" purchase
  34.  
  35. Automatically, any account that is less than 28days will be deleted, doesn't matter if it has been used, or if it only has 1 profile in it.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement