Advertisement
kyroskoh

CrypTeam's Cryption mIRC Snippet (Kyros, ignorafk & nocure)

Dec 23rd, 2011
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. alias cryption {
  2. var %n = 1, %crypt50 = ""
  3. if ($2 == e) {
  4. while ($mid($1,%n,1)) { %crypt50 = %crypt50 $+ $iif($mid($1,%n,1) == $chr(32),$chr(66),$chr($calc($asc($mid($1,%n,1)) + 50))) | inc %n }
  5. }
  6. else if ($2 == d) {
  7. while ($mid($1,%n,1)) { %crypt50 = %crypt50 $+ $iif($mid($1,%n,1) == $chr(66),-,$chr($calc($asc($mid($1,%n,1)) - 50))) | inc %n }
  8. }
  9. else { echo -a * Invalid Accepted Parameter }
  10. return %crypt50
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement