Jump to content

You have reflexes of a snake.


Psychokinesis
 Share

Recommended Posts

... but the color problem around the URL is easy to see =:lmao:

Nope, that's just artefacts from high JPEG compression!

Cheers

Kurt

__________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *

Link to comment
Share on other sites

Yes, I thought so quite after posting, there is even a color glitch at the red x.

But I was sure, you are no alien, so ... :lmao:

are you really sure, or do you just want to believe ... Muaahhhhaaaaa

Kurt

__________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *

Link to comment
Share on other sites

Well as world still stands, I'd rather like you to be an alien.

Pressing start/stop repeatedly leads to good results after a while, as I just found out.

But thats not that fun (it's amazing, how addicting such a simple thing is) - and I'm still not sure about your derivation, who knows :-)

Link to comment
Share on other sites

What I did was:

#include <ie.au3>
$oIE = _IECreate("http://www.happyhub.com/network/reflex/");Create page
$pos = MouseGetPos()
While PixelGetColor($pos[0], $pos[1]) <> 0;wait till user moves curser over black portion of background
    sleep(1)
    $pos = MouseGetPos()
WEnd
BlockInput(1);don't let them move the mouse
send("{TAB 3} {TAB}");tab down to start, engage, then tab to be ready on stop
While PixelGetColor($pos[0],$pos[1]) = 0;while it stays black tense up..
WEnd
send(" ");NOT BLACK HURRY!!!!
BlockInput(0);give control back

Aha.. I have unlocked it's secrets.. world domination is within my grasp...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...