Originally Posted by GameTrainerMaker not sure.. im new to this whole making hacks thingy.. i no 32 bit is way differant to 64bit So your telling me you can make a PUB hack but you don't know how to inject a hack?......
Nooo i meant the .dll i make in C++ is there a code to add to it that makes the .dll work for 64bit user's
Originally Posted by Void Unless you're using registers I don't think it matters.. You can still use x86 assembly in a hack and have it work on 32 and 64-bit systems, since CA is a 32-bit process...
Originally Posted by msflames3 not really. it depends on the injector... try PerX (Its a sticky in CA General section) i am on W7 64BIT and i use PerX and my hacks are fine and good.. so yes agreed with the quote
Multi thread the .dll.... Its in the compiler settings Project>Properties>C++>Codegeneration> Thread /MD
Originally Posted by Mr.Mageman Multi thread the .dll.... Its in the compiler settings Project>Properties>C++>Codegeneration> Thread /MD Please tell me, how would that let the hack run on 64 bit?