Results 1 to 5 of 5

Thread: Please help me with this small app for XOR

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2001
    Location
    www.alexdata.com
    Posts
    484

    Please help me with this small app for XOR

    Can anyone make a prog that creates more keys
    similar to this one by using XOR 88 ???

    1AC78 23D1B 83EAD A21B9

    Is there anyone out there that can show me how?
    Give an examle app or source for creating such a ke as the above!
    ***************
    Please use [highlight=vb] ..your code.. [/highlight] when posting code!

    When you have received the working answer to your question,
    please mark it as *SOLVED* + Your Questions Title ...using your Thread's Tool menu.


    Also try to point out what answer made it work for you, or edit your first post to contain a quote of the correct answer...

    Please Answer All Questions With Working Code Examples...


    My Unfinished Projects and My working Programs
    ***************

  2. #2
    So Unbanned DiGiTaIErRoR's Avatar
    Join Date
    Apr 1999
    Location
    /dev/null
    Posts
    4,111
    Are you trying to crack a program?

    here:


    VB Code:
    1. for y = 0 to 3
    2. for x = 0 to 4
    3. rs = rs & hex(15*rnd)
    4. next
    5. rs = rs & " "
    6. next

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2001
    Location
    www.alexdata.com
    Posts
    484

    well... you could say it that way!

    I was trying to learn ASM (assembler) and i was now running
    a program STEP by STEP by using W32DSM (v8.9)
    But then i came across the "Register Now" NAG screen
    and wanted to REMOVE that so i cuold use it as TRIAL ware
    but with no NAG screen...

    I know that it also writes to the register (the SERIAL CODE)
    but i don't care about that now..
    What i wanted to do was EXTRACT the prossess that
    checks the SERIAL that you input...

    So that i could build an KEY MAKER.
    or a PATCH to remove the NAG screen

    THE PROGRAM IM TRYING ON IS:
    ----------------------------------------
    Windguides Tweak Manager 2.0
    http://www.winguides.com/downloads.php?site=47
    ----------------------------------------

    And the code:
    1AC78 23D1B 83EAD A21B9 works well, but i wanna make more codes...Is that possible..for y = 0 to 3

    PS: by the way..
    Code:
    for x = 0 to 4
    rs = rs & hex(15*rnd)
    next
    rs = rs & " "
    next
    Doesn't make any working code's ... (but it produces HEX strings similar to the one above,but non-woking ones)
    ***************
    Please use [highlight=vb] ..your code.. [/highlight] when posting code!

    When you have received the working answer to your question,
    please mark it as *SOLVED* + Your Questions Title ...using your Thread's Tool menu.


    Also try to point out what answer made it work for you, or edit your first post to contain a quote of the correct answer...

    Please Answer All Questions With Working Code Examples...


    My Unfinished Projects and My working Programs
    ***************

  4. #4
    So Unbanned DiGiTaIErRoR's Avatar
    Join Date
    Apr 1999
    Location
    /dev/null
    Posts
    4,111
    Lol.

    Lamer.

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2001
    Location
    www.alexdata.com
    Posts
    484

    LOL... well its my first...

    Had to learn some coding first !!

    But i don't know cracking yet...

    So can you crack it then??
    Download and crack it.... Then learn me how you did it...

    Or find out whats wrong with the code you provided...
    I mean, why it wont register... with the new codes..

    --Then you can try to figure out how i found the working code--

    hehe.. Im a lamer and im proud of it....

    PS: here is a small simple keymaker....
    Attached Files Attached Files
    ***************
    Please use [highlight=vb] ..your code.. [/highlight] when posting code!

    When you have received the working answer to your question,
    please mark it as *SOLVED* + Your Questions Title ...using your Thread's Tool menu.


    Also try to point out what answer made it work for you, or edit your first post to contain a quote of the correct answer...

    Please Answer All Questions With Working Code Examples...


    My Unfinished Projects and My working Programs
    ***************

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width