Hey fencer thanks for the reply, unfortunately most data handled in this game are server sided so manipulating variables won't really do any good, but the vm idea sounds pretty nifty, I'll have to give that a twirl. Thanks.
I am wondering how would I go about making my clicks and such run in the background so I can still do things on my computer without it getting in the way? Used for a flash game. Thanks.
Is it possible to make an autoit function that will slow down given process? If so how?
What I want to do:
func slow()
;slows down firefox(for those of you that have cheat engine, like enabling the speedhack and setting to below 1)
endfunc
hotkeyset("!z","slow")
Hoping for some answers, thanks. ^^