Advertisement
Reeeeeed

Untitled

Jun 14th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. $${
  2. ///////////////////////////
  3. //Projetado por RedSpaace//
  4. ///////////////////////////
  5. set(pay);
  6.  
  7. unset(#money);
  8. unset(&nick);
  9.  
  10. if(CTRL);
  11. prompt(&pin, $$?, Digite seu PIN (só você tem acesso à macro):);
  12. log("&9&l[MoneyPay] &aPIN salvo com sucesso!!");
  13. set(quest);
  14. stop;
  15. endif;
  16.  
  17.  
  18. if(pay);
  19. if(quest);
  20. prompt(#money, $$?, Valor da facada:);
  21. wait(250ms);
  22. prompt(&nick, $$?, Nick de quem vai receber a grana:);
  23. wait(250ms);
  24. if((%&nick% == NULL) || (%#money% == NULL));
  25. log("&9&l[MoneyPay] &cMoney ou nick inválido!!");
  26. unset(pay);
  27. stop;
  28. endif;
  29. set(confirme);
  30. else;
  31. log("");
  32. log("&9&l[MoneyPay] &cCadastre seu PIN na macro!! (livre de fraudes)");
  33. log("");
  34. log("&9&l[MoneyPay] &aPara fazer isso, inicie essa macro segurando CTRL");
  35. log("");
  36. stop;
  37. endif;
  38.  
  39. if(confirme)
  40. prompt(#send,$$?, Para transferir %#money% coins para%&nick%. digite 1);
  41. if(#send == 1);
  42. set(paying);
  43. unset(confirme);
  44. else;
  45. log("&9&l[MoneyPay] &cTransferência cancelada!!");
  46. unset(confirme);
  47. stop;
  48. endif;
  49. endif;
  50. if(paying);
  51. echo(/money pay%&nick% %#money%%&pin%);
  52. wait(500ms);
  53. echo(/money pay%&nick% %#money%%&pin%);
  54. unset(paying);
  55. stop;
  56. endif;
  57. else;
  58. unset(pay);
  59. stop;
  60. endif;
  61.  
  62. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement