PDA

View Full Version : Trainer template for VB



Tony Soprano
1st September 2005, 07:35
Is there a trainer template for Visual basic specifically for BF2?
I have searched and only found muhko's C++ template.
I have looked at Spont's source for Omega which is obviously for BV and
it is very detailed probably beyond me as I want to set out to start compiling VB hacks. Any ideas?
Thanks in advance

Tony

Tony Soprano
1st September 2005, 13:59
Sorry for my noobness
Here is a link which is an excellent start for VB noobs like me

http://www.extalia.com/home/index.php?sel=guides&view=39

Regards
Tony

found this template which I'm sure could be useful

Skitz_Viper
1st September 2005, 14:33
ok. just a suggestion.

i also wanted to create my first/all of my hacks using VB6. but found thought i would have a play with C++ for the sake of it as most ppl are using it (well so i hear)
and found out that it is easier to get help on and is quite simple when you get the hang of it (starting to get hang, still noobish)

i heard that C++ is used for a lot of programs found on the net today so i thought i would get into it more and learn hacking via c++ instead of vb.
just a suggestion mate, it's totally up to you, but i found after learning VB that C++ was similar IN SOME PARTS and is just much more efficient.

Good luck with the VB h4x though mate.

shadw911
1st September 2005, 16:25
Sorry for my noobness
Here is a link which is an excellent start for VB noobs like me

http://www.extalia.com/home/index.php?sel=guides&view=39

Regards
Tony

found this template which I'm sure could be useful


Thats a great VB template but what im getting stuck on is VB trying to find the window caption for BF2. which is BF2(1.1....pid: 1234) but because the pid is always changing each time you run it VB cannont find it because they include the pid in the window caption how can i over come this?

Spontaneous
1st September 2005, 17:18
Tony Soprano, that is why I tell people to check out Legion for BF1942 and Phatom for BFVietnam. Them 2 hacks I released with source codes are basic and are pretty clean. Omega is where I went more advanced and added a lot more in. So check out the other 2 source codes, they might help you out.

shadw911, well since you only need to get the PID once(map changes dont change the PID like with the other bf games), an easy way to do it all is GetHProcExe. Search around the forums/internet, you will find it. Its a VB Module. It will solve your problem. It searches for the exe name instead of window title.

scruie
1st September 2005, 17:26
Thats a great VB template but what im getting stuck on is VB trying to find the window caption for BF2. which is BF2(1.1....pid: 1234) but because the pid is always changing each time you run it VB cannont find it because they include the pid in the window caption how can i over come this?

this was asked sometime back - so i searched it up: http://www.mpcforum.com/showthread.php?t=96437

hope it's what ur after.

shadw911
1st September 2005, 18:30
this was asked sometime back - so i searched it up: http://www.mpcforum.com/showthread.php?t=96437

hope it's what ur after.


Thanks guys figured it out.

knicki12
1st September 2005, 19:58
nice work tony u av been looking for that for 2 days lol (im still usin c++ alot easier)