You can download it from [Only registered and activated users can see links. Click Here To Register...]
Video guide: [Only registered and activated users can see links. Click Here To Register...] (This is my first video so forgive me if you can't understand)
Virus total: [Only registered and activated users can see links. Click Here To Register...]
Basic command to edit P-code source:
Video guide: [Only registered and activated users can see links. Click Here To Register...] (This is my first video so forgive me if you can't understand)
Virus total: [Only registered and activated users can see links. Click Here To Register...]
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