Info Posted February 13, 2008 Posted February 13, 2008 (edited) expandcollapse popupLocal $pixel = 0 Local $Timer = TimerInit() While TimerDiff($Timer) < 999999999999999999999999999999999999; Waits for the massage for infinate time... PixelSearch ( 0, 0, 1000, 1000, 0xFF2021) If Not @error Then Send ( "0000") Send ( "{Enter}") Sleep ( 250 ) FileDelete ( "Last Try.txt") FileWrite ( "Last Try.txt", "Last try was 0000.") ; While TimerDiff($Timer) < 999999999999999999999999999999999999 PixelSearch ( 0, 0, 1000, 1000, 0x42108C) If Not @error Then; If the pass entered is correct. MsgBox (64, "Found it!", "YAY!") Else; If not... ; SEARCH AGAIN! While TimerDiff($Timer) < 999999999999999999999999999999999999 PixelSearch ( 0, 0, 1000, 1000, 0xFF2021) If Not @error Then Send ( "0001") Send ( "{Enter}") Sleep ( 250 ) FileDelete ( "Last Try.txt") FileWrite ( "Last Try.txt", "Last try was 0001.") ; While TimerDiff($Timer) < 999999999999999999999999999999999999 PixelSearch ( 0, 0, 1000, 1000, 0x42108C) If Not @error Then MsgBox (64, "Found it!", "YAY!") EndIf WEnd EndIf WEnd EndIf WEnd EndIf WEnd That's my script... It has a lot more functions like that over and over - more END functions. It supposes to "crack" passwords, and the problem is that the massage that asking for the pass is based on the internet, means that there are lags sometimes... So I asked for a solution and someone gave me that: While TimerDiff($Timer) < 999999999999999999999999999999999999 PixelSearch ( 0, 0, 1000, 1000, 0x42108C) The '0x42108C' is the color of the massage that asking for the pass, so it waits untill that massage will come, and then enter the pass. So the pass could be somewhere from 0000 to 9999 - 40,000 time with that 'While' / WEnd and 'If' / EndIf - CAN'T DO IT... So I'm asking you guys to give me some ideas of making this thing to work without more than 150,000 lines... THANK YOU! Edited February 13, 2008 by Info
LokErik Posted February 13, 2008 Posted February 13, 2008 I Think It Shuld Be Easyest With A For..To..Step..Next Loop. Not shure that ít´s working. The first error is one step closer to the perfect program.
weaponx Posted February 13, 2008 Posted February 13, 2008 I doubt you'll get any help with a malicious script.
DW1 Posted February 13, 2008 Posted February 13, 2008 (edited) While TimerDiff($Timer) < 999999999999999999999999999999999999; Waits for the massage for infinate time...That is the dumbest thing I have ever seen. Edited February 13, 2008 by danwilli AutoIt3 Online Help
DW1 Posted February 13, 2008 Posted February 13, 2008 Help?I doubt you'll get any help with a malicious script. AutoIt3 Online Help
Siao Posted February 13, 2008 Posted February 13, 2008 Do us all a favor - just give up. "be smart, drink your wine"
DirtDBaK Posted February 13, 2008 Posted February 13, 2008 Why do you need a password cracking script, and why the hell would you post that here? [center][/center]
DW1 Posted February 13, 2008 Posted February 13, 2008 Why do you need a password cracking script, and why the hell would you post that here?Because people raise stupid children everyday. AutoIt3 Online Help
Info Posted February 13, 2008 Author Posted February 13, 2008 Because people raise stupid children everyday.Lul
Developers Jos Posted February 13, 2008 Developers Posted February 13, 2008 LulGeintje ? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Kreatorul Posted February 13, 2008 Posted February 13, 2008 Because people raise stupid children everyday.=))) Ahaha that was a freakin' good one
Info Posted February 13, 2008 Author Posted February 13, 2008 Geintje ?Is that something like "hablas espaniol"?
Developers Jos Posted February 13, 2008 Developers Posted February 13, 2008 Is that something like "hablas espaniol"?Thats Dutch ... I was just checking what you meant with your reply .... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
schilbiz Posted February 13, 2008 Posted February 13, 2008 Thats Dutch ... I was just checking what you meant with your reply ....Allow me to handle this one. Lul is the new 1337 way of saying the traditional but now uncool lol.
Developers Jos Posted February 13, 2008 Developers Posted February 13, 2008 Allow me to handle this one. Lul is the new 1337 way of saying the traditional but now uncool lol.It has a kinda of different meaning in Dutch SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
schilbiz Posted February 13, 2008 Posted February 13, 2008 It has a kinda of different meaning in Dutch I see, and he was calling danwilli that?http://www.notam02.no/~hcholm/altlang/ht/Dutch.2.htmlShame on him.
Info Posted February 13, 2008 Author Posted February 13, 2008 OMG XDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD THAT WAS SO GEWD
Info Posted February 13, 2008 Author Posted February 13, 2008 (edited) mij geloven jou are goedgeluimd!@#!@#$%$#!# What do you think about that? BTW, I got another question, I wanna make a program like Nero... So I'm looking for a command like: MakeSomethingKewlLikeNeroAndDon'tForgetToBurnTheFuckingDiscYouFaggot("Created By Info") Edited February 13, 2008 by Info
Recommended Posts