Page 1 of 1

Need Help With Trainer

Posted: Tue Jun 10, 2008 10:28 am
by silentrunner
So Im making a trainer for halo 2 xp. this is what i got so far http://www.youtube.com/watch?v=jLKC1dmvvcU

but my problem is i cant find the address for anything health based or the players shield. my other problem is the trainer stops working after you go through a checkpoint. also everycheck point your guns address seems to change so its like impossible for me to finish this trainer. just wondered if anyone had any ideas.

Posted: Tue Jun 10, 2008 2:12 pm
by vendetta102
Ask superk9, he's a genious at this stuff.
also will your mod work with vista :?:

Posted: Wed Jun 11, 2008 12:35 pm
by silentrunner
vendetta102 wrote:Ask superk9, he's a genious at this stuff.
also will your mod work with vista :?:
ok thanks. also what mod ? do you mean my trainer ?

Posted: Wed Jun 11, 2008 1:07 pm
by vendetta102
Ya....... sorry for the bad vocab lol :D

Posted: Wed Jun 11, 2008 3:24 pm
by silentrunner
vendetta102 wrote:Ya....... sorry for the bad vocab lol :D
no it will not work for vista but im not even gonna finish it anyway its too much work and there's not even many halo 2 xp users anyways : (

Posted: Thu Jun 12, 2008 6:53 am
by vendetta102
can i ask how do you even make a trainer

Posted: Thu Jun 12, 2008 11:33 am
by silentrunner
vendetta102 wrote:can i ask how do you even make a trainer
ok ill try explain alittle im no expert though lol. ok everything in a game has an address. so the ammo for your gun has an address or your health in a game has an address, these addresses hold values for your health or ammo. say you have 50 ammo the the value in that address will be 50 normally. some games change this to prevent trainers, some games even have the addresses change but they are controlled by i think something called a static address im probably wrong but its something like that. some games have multiple addresses for one value to confuse and stop people making trainers but if your good enough there's always ways around things.
so to make a trainer you have to find the address/addresses that control the value for something like health or ammo, then either manipulate the value by changing it to a higher number or freezing it so it does not change. yh i hope this has not confused you im not the greatest at explaining things but there's tons of tutorial's on how to make trainers. so you should have no problem finding one if you wanna learn. i resorted to making trainers as its a heck of alot easier then making programs in say C++ like the pros im just not good enough for that lol.

anyway this should get your started theres probaly better ones but i just quickly looked this up http://www.youtube.com/watch?v=V9OjzzITL0o

Posted: Thu Jun 12, 2008 11:34 am
by silentrunner
vendetta102 wrote:can i ask how do you even make a trainer
Edit : why did it double post i only pressed submit once sorry this second time this happened and i don't no how soz again.

Posted: Wed Jun 25, 2008 5:38 pm
by vendetta102
:D Thanks :D
this will help alot

Posted: Wed Jun 25, 2008 11:36 pm
by johnnyblaz20
H2V has DMA on Vista, not sure about on XP. So if you made this trainer on it's intended platform you'd fail. Not to be a dick but it's not easy. The pointers are protected also.

P.S. Memory hacking isn't a good topic to talk about. Don't want every tom dick and harey hacking games. Infact i'd edit your post.

Posted: Fri Jun 27, 2008 11:40 am
by supr_k9
dont let the DMA stop you though. theres ways around this.

since i completely suck at finding pointers in H2V, here's what i did for the blu trainer (which is also why blu trainer makes h2v lag like hell :P lol)

"some games have multiple addresses for one value to confuse and stop people making trainers"


well thats not necessarily the reason...but thats not the point. So lets say you are standing in the X-coordinate of 3.5. there will be an address that controls your x-coordinate position and the value for the address will be 3.5.
well you will notice that this address changes every single time you die. and it sucks trying to find it again and again.

so as silent mentioned, there will be multiple address that have the same value as your real x-coordinate address (in this case, 3.5). some of these "clone" (lol i coulnt think of another word) addresses are static, which means that they never change. which means that you dont have to search for them over and over.

so here is what blu trainer did. It goes and finds your X-coordinate in one of the "clone addresses" which is fairly simple because they are always the same address. once it finds your exact location, it goes and searches h2v memory for every single address that has the same value (in this case 3.5) one of the addresses that it finds has to be the real one. so blu trainer just changes them ALL to, um, lets say 50, when it teleports you.

so the reason why blu trainer finds the addresses even though they change is because it searches for the address each time. there might be easier and more effecive ways of doing this (since blu trianer lowers h2v performance)...and some of you are probably thinkin "omg...what a noob" but at least it works lol :P

(although i guess its not really full-proof cuz i hear blu trainer 2.3 is starting to make h2v crash?)

also silenrunner. what did you use to make your trainer? (oh and it looks awesome in the youtube video)

Posted: Fri Jun 27, 2008 5:18 pm
by xbox7887
ROFL

Posted: Wed Jul 09, 2008 2:22 am
by vendetta102
wow thats complicated but realy helpful, and in my opinion most noobs win more and have more fun lol :D