PDA

View Full Version : WriteASM and NOP



Matemax
06-01-2008, 06:33 AM
Can someone explain me how WriteASM and NOP work please?
Thanks in advance:

~Matemaxâ„¢

deboer
06-03-2008, 08:54 AM
What do you want to know bout it ?

Matemax
06-03-2008, 12:45 PM
The functions they have in a code and how to use them in a code, like replacing and else.
Thanks in advance:

~Matemaxâ„¢

Spenser
06-03-2008, 02:33 PM
NOP Is just writeabyte... in vb08 it is NOP in vb6 it is WriteAByte.

frostbitekid
06-03-2008, 05:11 PM
ASM is just WriteASM. You need a ASM module though.

Matemax
06-04-2008, 10:32 AM
Thanks for the replies, but I have one more question. Is there any ASM Module Creator? If not, can you give me a clean WriteASM Module and how to fill it please?
Thanks in advance:

~Matemaxâ„¢

olie122333
06-06-2008, 02:03 AM
there is a NOP code by DXT-Cobra in this section, and in the D3D section there is also 2 NOP methods that work in C++... :p

hero4rune
06-10-2008, 08:32 AM
So writeASM is in Vb6 writealong??

ZeaS
06-10-2008, 08:51 AM
there is a NOP code by DXT-Cobra in this section, and in the D3D section there is also 2 NOP methods that work in C++... :p

olie... think about your posts now you always post sh*t this is the vb section so don't talk about c++, WriteASM is a modify "WriteAByte" function, just change the strings that you would change in the WriteByte function