Address Changing
I have created a hack for an online flash game, but everytime i open the game again the address changes, is there anything i can do for that?
The Browser will never allocate it at the same place, So Find what makes why it is stored to a place =).
Flash stores the variables at different addresses each time, so instead of having a single address, make a search function to search the same way as you did to find that address. Then you'll have the right address each time.