Guest User

Untitled

a guest
Jun 23rd, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. //|==================================================================================|
  2. //| By Xuranha |
  3. //|Não retire os créditos |
  4. //|==================================================================================|
  5.  
  6. prontera,158,166,4 script Modo [ALOKA] 796,{
  7.  
  8. show "^FF0000Modo [ALOKA]^000000";
  9. show "Olá! ^FF0000"+strcharinfo(0)+"^000000";
  10. show "O que deseja?";
  11. menu "Entrar Modo [ALOKA]",l_yep,"Sair Modo [ALOKA]",l_nop,"Nada",l_nops;
  12.  
  13. l_yep:
  14. next;
  15. show "^FF0000Modo [ALOKA]^000000";
  16. show "Ao entrar no Modo ALOKA qualquer pessoa pode te matar (até quem não está no Modo ALOKA)";
  17. show "E você só pode matar quem estiver no Modo ALOKA (e também só funfa se você segurar shift ou dar /ns)";
  18. show "E lembre-se que para sair do Modo ALOKA você precisa deslogar, fica esperto!";
  19. show "Você tem certeza?";
  20. menu "É acho melhor não",l_nop,"Claro",l_ok;
  21.  
  22. l_ok:
  23. next;
  24. show "^FF0000Modo [ALOKA]^000000";
  25. show "Então, fica esperto! .";
  26. next;
  27. atcommand "@killable";
  28. atcommand "@effect 758";
  29. atcommand "@fakename [ALOKA] "+strcharinfo(0)+"";
  30. close;
  31.  
  32. l_nop:
  33. next;
  34. show "^FF0000Modo [ALOKA]^000000";
  35. atcommand "@killable";
  36. atcommand "@effect 759";
  37. atcommand "@fakename";
  38. close;
  39.  
  40. l_nops:
  41. show "Ok, volte quando quiser!";
  42. close;
  43. }
Add Comment
Please, Sign In to add comment