Seb

/m.stats -s

Seb
Feb 10th, 2016
6,491
0
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.96 KB | None | 0 0
  1. ;This will show you stats of loaded scripts, and what's in your alias and remotes folder.
  2. ;see: /m.stats
  3. alias m.stats {
  4.   var %dbf $iif($1 == -s,say,echo -at)
  5.   var %aliases.total, %aliases.lines, %aliases.size
  6.   var %remote.total, %remote.lines, %remote.size
  7.   var %x = 1, %y
  8.   %aliases.total = $alias(0)
  9.   while (%x <= %aliases.total) {
  10.     %y = $alias(%x)
  11.     inc %aliases.lines $lines(%y)
  12.     inc %aliases.size $file(%y).size
  13.     inc %x 1
  14.   }
  15.   %x = 1
  16.   %remote.total = $script(0)
  17.   while (%x <= %remote.total) {
  18.     %y = $script(%x)
  19.     inc %remote.lines $lines(%y)
  20.     inc %remote.size $file(%y).size
  21.     inc %x 1
  22.   }
  23.   %dbf [7Aliases(3Loaded)] %aliases.total files, %aliases.lines lines, $bytes(%aliases.size,k) $+ kb
  24.   %dbf [2Remote(3Loaded)] %remote.total files, %remote.lines lines, $bytes(%remote.size,k) $+ kb
  25.   %dbf [4Total] $findfile($scriptdir, *.ini;*.mrc, 0, inc -u %x $lines($1)) scripts, total of $bytes(%x, db) lines.
  26. }
Advertisement
Comments
  • Ulrpovin
    131 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 25% — 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 verification from SimpleSwap — instant swap).
  • User was banned
Add Comment
Please, Sign In to add comment