Nbanonimous Posted January 10, 2009 Posted January 10, 2009 hey guys I am trying to make a GUI with AutoIt that is a little program with a button and some text. The button would "Activate" and load a code of C++ I have existing code in C++ that Patches some files. For example. PATCH(0x3A04AB,"\x90\x90",2); //Patch 6F3A04AB to nop nop :-) if(dSize == 0) { cout << "Failed to patch..." << endl; } How would I do that so when I press activate it runs my pure C++ code? Thanks! Best Free Undetectable Proxies!www.CPUMod.netwww.CellFoneTrader.comwww.TindoraFarms.com
smashly Posted January 10, 2009 Posted January 10, 2009 You could probably just translate the c++ patch code to Autoit and use autoit to patch the files.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now