Jump to content

Need help with a script...


Info
 Share

Recommended Posts

Local $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 by Info
Link to comment
Share on other sites

  • Developers

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.
  :)

Link to comment
Share on other sites

  • Developers

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.
  :)

Link to comment
Share on other sites

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 by Info
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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