[req]Mirc method for creating .exe files

stewmath

Regular Member
Joined
Jan 20, 2008
Messages
202
Reaction score
25
There was a method posted by harro a few years ago which used to create .exe files automatically.

This used to use a mirc xdcc channel to take the filenames from and use these filenames to create a copy of an already existing exe file and rename it using the filename from the mirc xdcc channel.

Does anyone know how to do this? As its been a long time since ive done it and cant remember how.
 
Stew: you owe me one :p

I found the page from "you know which website" in googles cache

Here is the script:

Code:
on 1:TEXT:*!search*:#serialz:/copy main.zip $replace($2-,$chr(32),-) $+ .zip | /copy main.exe $replace($2-,$chr(32),-) $+ .exe
on 1:TEXT:*!serial*:#serialz:/copy main.zip $replace($2-,$chr(32),-) $+ .zip | /copy main.exe $replace($2-,$chr(32),-) $+ .exe
 
Back
Top