First of all hi,
I am a new user of VB and trying to learn it. I was trying to make an unl. ammo hack. With which thing do we do it like WriteALong or something. When I do it with WriteALong it quits
Printable View
First of all hi,
I am a new user of VB and trying to learn it. I was trying to make an unl. ammo hack. With which thing do we do it like WriteALong or something. When I do it with WriteALong it quits
WriteAByte but i cant code mine right it crashes me so dont ask me how
+rep if helped u
You need to use the 3 addresses, and it's a 3-part nop. So it would look like this:
For each time you write the address, you have to go up by one letter or number, this is very important.Code:Call WriteAByte(&H51DF96, 144)
Call WriteAByte(&H51DF97, 144)
Call WriteAByte(&H51DF98, 144)
Call WriteAByte(&H51DFA7, 144)
Call WriteAByte(&H51DFA8, 144)
Call WriteAByte(&H51DFA9, 144)
Call WriteAByte(&H51DFAD, 144)
Call WriteAByte(&H51DFAE, 144)
Call WriteAByte(&H51DFAF, 144)
These addresses might be old though.
thanks u alot
Yup, That is right... What "Yup" has said is calling NOPing.