View Full Version : need help making a advance trainer
elfenliedtopfan5
14-09-2011, 16:49
ok i made a black ops trainer did well on the internet and working :) just ammo and points but my only problem is i want to insert god mode no clip ect you know all the good hacks rapid fire if possible ;) but wouldent know how to code this in i use vb 2010 yes i know not the best program but it gets the job done and i can use it easily when i get used to doing it ill go to a better program but need help making this first can any one tell me noob friendly how i would do this please :) thanks elfenliedtopfan5
Joe Forster/STA
15-09-2011, 01:57
Having never written trainers under Windows, I think the major problem with Visual BASIC is that it's an interpreted language so when a trainer needs to "insert" code into the execution of an original function in the game then that will only be possible in a language that gets compiled into native machine code. It's not incidental that such programs are mostly written in C/C++ and/or assembly instead.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.