Originally posted by Knofler69
Yes man i put the offset in the box,then you have anotherbox on the right
to put byte or another thing and then the last box on the right its the
place to put the 01?! And we have to put only on byte or we have
to change to another thing like string?!
yes! the 01 goes on the box thats further to the right. you should only change "byte" to "dword", "qword" or "string" if the offset requires it. for example, if you're using the offset for the kills, you may have to change the drop down from "byte" to "dword" to be able to enter a number larger than two digits. otherwise, if you leave it in byte, you can only input numbers that have 2 digits.
hopefully you're still following. lets say you want to change your kills in the game from 10 kills, to 50 kills:
-you find the offset for kills
-put it in the box
-leave it at "byte" and then enter "90" in the empty box.
-then you hit "poke"
now you should see your kills changed. but maybe you want to have more kills. but using "byte" will only give you so many. so you have to change "byte" to "dword" and instead of 90, youre going to put 1100000, and maybe that will give you more kills. see the patern?
qword is use to input even larger numbers
strings is for name changes, classes names and to add color to the names or classes. if you find the offset for name change put it in the offset box, change the dropdown to "string", then in the next box your put ^1nextgenupdate and your name should change to nextgenupdate but colored, then you can use the same ^ with different numbers for different colors ^1, ^2, ^3, etc. but no spaces between the ^2 and the name. i hope this helps. i just started the whole modding thing so i dont know it all.