Emistry

[RO] Kick AFK Char during WOE

Feb 18th, 2017
504
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. // https://rathena.org/board/topic/109412-r-script-for-time-idle-dc-during-woe/
  2.  
  3. - script Sample -1,{
  4.  
  5. OnInit:
  6. setarray .map$,
  7. "aldeg_cas01","aldeg_cas02","aldeg_cas03","aldeg_cas04","aldeg_cas05",
  8. "gefg_cas01","gefg_cas02","gefg_cas03","gefg_cas04","gefg_cas05",
  9. "payg_cas01","payg_cas02","payg_cas03","payg_cas04","payg_cas05",
  10. "prtg_cas01","prtg_cas02","prtg_cas03","prtg_cas04","prtg_cas05";
  11.  
  12. .map_size = getarraysize( .map$ );
  13. .npc_name$ = strnpcinfo(3);
  14. .map_list$ = "#";
  15. for ( .@i = 0; .@i < .map_size; .@i++ ) {
  16. .map_list$ = .map_list$ + .map$[.@i] + "#";
  17. setmapflag .map$[.@i], mf_loadevent;
  18. }
  19.  
  20. OnAgitStart:
  21. OnAgitEnd:
  22. .agit_check = agitcheck();
  23. end;
  24.  
  25. OnCheck:
  26. if ( !compare( .map_list$,"#"+strcharinfo(3)+"#" ) || !.agit_check )
  27. end;
  28. else if ( checkidle() > .max_idle_second ) {
  29. atcommand "@kick "+strcharinfo(0);
  30. end;
  31. }
  32.  
  33. OnPCLoadMapEvent:
  34. if ( compare( .map_list$,"#"+strcharinfo(3)+"#" ) && .agit_check ) {
  35. deltimer .npc_name$+"::OnCheck";
  36. addtimer ( 1 * 60000 ), .npc_name$+"::OnCheck";
  37. }
  38. end;
  39. }
Advertisement
Comments
  • GDI333
    86 days
    # CSS 0.85 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1dOCZEHS5JtM51RITOJzbS4o3hZ-__wTTRXQkV1MexNQ/edit?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 38% — they will simply correct the exchange rate.
    8. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    9.  
    10. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without any verification from Swapzone — instant swap).
Add Comment
Please, Sign In to add comment