
Video guide:
(This is my first video so forgive me if you can't understand)Virus total:

Basic command to edit P-code source:
PHP Code:
pushbyte number---> number (Use for number from 0 to 255)
Ex: pushbyte 5 ---> 5
PHP Code:
pushint number ---> number (Use for number from 0 to 65535. It will make your swf heavier)
Ex: pushint 10000 ---> 10000






