Page 1 of 1

Help writing a trainer

Posted: Sun Dec 16, 2012 12:53 am
by sphanlon
Ok, I know you probably hate the idea of this, but it's kind of a hobby of mine and I won't distribute it or anything. I wanted to ask what values you assigned to the "points" within the coding of the game. Because I tried searching for values that change from 0 to 15 to 30 to 40 and got nothing so you must have assigned values different from what actually display during the course of a match. I found the address for "games" just fine.

Re: Help writing a trainer

Posted: Sun Dec 16, 2012 1:06 pm
by kschoice
If you found the address for games, you should be able to find the address for points easily. It should be nearby.

Re: Help writing a trainer

Posted: Sun Dec 16, 2012 8:27 pm
by sphanlon
Really? What are the values you used? I'm using cheatengine and I search for value =15 when someone has 15. Then play and search for the value changed to 30, and then 40. But when I get to 40, there are no addresses. Cheatengine isn't finding an address with a value that progressed that way as the points were won in game.

Re: Help writing a trainer

Posted: Sun Dec 16, 2012 11:58 pm
by kschoice
There is no use for storing this value as 0, 15, 30, 40. It is actually stored as 0, 1, 2, 3.

Re: Help writing a trainer

Posted: Mon Dec 17, 2012 3:00 am
by sphanlon
I actually tried that and just tried again. If I scan those values and rescan for the appropriate change as the points won goes up using 0=0, 1=15, 2=30, and 3=40, I still run into either eventually having no results or one result that's value keeps jumping around every second whether I'm playing or not.

Re: Help writing a trainer

Posted: Tue Dec 18, 2012 3:26 am
by sphanlon
Can you tell me what the address is? I can't find it searching for the changing value. I won't need to ask again when there is an update because it will be easier to figure the position after I know it for this one.

Re: Help writing a trainer

Posted: Fri Dec 28, 2012 6:19 pm
by sphanlon
I'll try it with artmoney and mhs to see if it's just cheatengine that can't find it, but I guess you can't help?