Jump to content

Recommended Posts

Posted (edited)

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
Posted

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.

Posted (edited)

While TimerDiff($Timer) < 999999999999999999999999999999999999; Waits for the massage for infinate time...

That is the dumbest thing I have ever seen.

Edited by danwilli
Posted

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.

Posted (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 by Info
Guest
This topic is now closed to further replies.
×
×
  • Create New...