0
I course the first period of CC and would like to know how I could achieve variable value of a game, for example, in real time. For example, when a boolean variable changes the value to TRUE, I wanted to have access to that state of the variable. Is there any way to do this ? in java ? I would have to have access to the memory address of this game variable ? The question arose because I need a program that has access to the game data...
http://answall.com/questions/28377/como-ler-vari%C3%A1vel-de-another-program
– bfavaretto
Do you have access to the game’s source code and are free to change it? The game is made in which language?
– Victor Stafusa
I don’t have access, it’s not free and I don’t even know the language kk, but thanks for the link, I should have found this link before asking.
– Leonardo Galdino