views:

689

answers:

2

Basically the objective is to click on certain targets, which upon doing so would destroy the target and garner you points. I've written a macro to help me until the point where its impossible to even see the target more than a mere flicker, (maybe even less than that, i cant see it with my eyes). But its possible because i believe others have done so. (Maybe on slower comps?)

Anyway the question is, how would it be possible to slow down the flash game? I've thought of a couple of ways that could work but i'm not sure how to implement them.

    1. Slow down the cpu speed? (smth like that? how?)
    2. As the game progress the time the targets appear and stay up is reduced. Maybe theres a variable controlling all of this, isit possible to modify the address of this variable? freeze it or smth?

Any ideas, suggestions and especially advice would really be appreciated, thanks!

A: 

If you are asking how to cheat on a flash game then download Cheat Engine.

yeah i've definitely heard about that, it modifies the memory am i right?
dsaccount1
Well i'm not really asking how to cheat, i recall way back in the 199*s my cpu was really slow and an exact copy of a flash game ran very slow on my first cpu and very fast on my second cpu. Is it possible for my second cpu to emulate the speed which the flash game ran on my first cpu? If i'm remember correctly dosbox does this? Edit: but for dos games.
dsaccount1
Yes DosBOX does this, although it is an emulator.
Vivin Paliath
You can also "slow down" (and speed them up) flash games.
+1  A: 

proper flash games are written in a frame rate independant manner. is such cases, you may be able to reduce player performance, the game won't be running slower, but rather more choppy, because all time related events occur based on system time.

if however the game is actually frame based, the easiest is to grab the swf and change the framerate in its header. or create an swf that runs at the desired framerate and load the game into it, forcing the game to run at the containers frame rate.

anyway. if you wanna get a better highscore, than this is probably not the way to go.

greetz
back2dos

back2dos