C++ Load Files
Hey, i was wondering, is it possible to load addies out of a .txt file, ->
So if i write into a text file "#define OFS_Z 0x00" That the dll file (hack) Loads the text file with the OFS_Z in.
Is this possible?
If it is, Can you give me source(or explain me how)
Already thanks.
It would require you to compile the code... I Hardly believe you can do it that easily.. Unless you do a program that will compile the code it self.. and create another one.. but erm..
Just.. no.. (im assuming you want to add code.. change it on the code.. etc..)
Otherwise yes you can read a file for values and add them to vars and then use them..
From what I understand, yes it's possible.