/dev/null Posted October 5, 2006 Share Posted October 5, 2006 ... but the color problem around the URL is easy to see =Nope, that's just artefacts from high JPEG compression!CheersKurt __________________________________________________________(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 More sharing options...
Xandl Posted October 5, 2006 Share Posted October 5, 2006 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 ... Link to comment Share on other sites More sharing options...
/dev/null Posted October 5, 2006 Share Posted October 5, 2006 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 ... are you really sure, or do you just want to believe ... MuaahhhhaaaaaKurt __________________________________________________________(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 More sharing options...
Xandl Posted October 5, 2006 Share Posted October 5, 2006 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 More sharing options...
JaySquared Posted October 5, 2006 Share Posted October 5, 2006 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now