Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 34
  1. #16
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    Run the program in olly, press okay when the message box comes up, go in the dump and search for "Post". I did it the uber cheap way, I didn't actually decrypt anything.

    I'm not good at reversing decrypted stuff.

  2. #17
    .::SCHiM::.'s Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    733
    Reputation
    180
    Thanks
    880
    My Mood
    Twisted
    Quote Originally Posted by Void View Post
    Run the program in olly, press okay when the message box comes up, go in the dump and search for "Post". I did it the uber cheap way, I didn't actually decrypt anything.

    I'm not good at reversing decrypted stuff.
    Haha, but you did do it, but if I tweak a few things that wouldn't be possible anymore... hmm, I'd just crypt the message agai

    I'm SCHiM

    Morals derive from the instinct to survive. Moral behavior is survival behavior above the individual level.

    Polymorphic engine
    Interprocess callback class
    SIN
    Infinite-precision arithmetic
    Hooking dynamic linkage
    (sloppy)Kernel mode Disassembler!!!

    Semi debugger




  3. #18
    why06's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    IBM
    Posts
    4,304
    Reputation
    170
    Thanks
    2,203
    My Mood
    Flirty
    Quote Originally Posted by .::SCHiM::. View Post
    Haha, but you did do it, but if I tweak a few things that wouldn't be possible anymore... hmm, I'd just crypt the message agai
    No matter what way you encrypt it, if the original string is hardcoded inside the program it will be easily visible.

    maybe the program should decrypt a message and hide the new message somewhere. idk...

    "Every gun that is made, every warship launched, every rocket fired signifies, in the final sense, a theft from those who hunger and are not fed, those who are cold and are not clothed. This world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children. The cost of one modern heavy bomber is this: a modern brick school in more than 30 cities. It is two electric power plants, each serving a town of 60,000 population. It is two fine, fully equipped hospitals. It is some fifty miles of concrete pavement. We pay for a single fighter plane with a half million bushels of wheat. We pay for a single destroyer with new homes that could have housed more than 8,000 people. This is, I repeat, the best way of life to be found on the road the world has been taking. This is not a way of life at all, in any true sense. Under the cloud of threatening war, it is humanity hanging from a cross of iron."
    - Dwight D. Eisenhower

  4. #19
    doofbla's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Biel*****/Germany
    Posts
    369
    Reputation
    10
    Thanks
    179
    My Mood
    Psychedelic
    maybe you could also write IN you code a string as a char in ASCII codes but with 0x01 added and everytime you proof it or so you decrease the value by 0x01 again ?

    Example:

    described code:
    set a char to (in ASCII/hexadezimal):
    54\44\49\50\4E
    T D I J N

    then you got a function which takes everysingle number of the char and subtracts 0x01 from it so it looks like this

    53\43\48\49\4D
    S C H I M

    and it returns the new char

    now you made from your TDIJN -> SCHIM
    Last edited by doofbla; 09-20-2010 at 05:49 AM.
    _____________________________________________

    READING TUTORIAL:

    1. READ MY POST
    2. THINK ABOUT MY POST
    3. PRESS THANKS
    4. MAYBE CORRECT MY POSTS :P




    Dijkstra:
    "Computer Science is no more about computers than astronomy is about
    telescopes."


    THANKS BUTTON RIGHT DOWN --->

  5. #20
    doofbla's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Biel*****/Germany
    Posts
    369
    Reputation
    10
    Thanks
    179
    My Mood
    Psychedelic
    OK now I've made a little programm for you ;-)

    1.You have to enter a word -> When it's the right word it'll say this to you and you have

    2. Post the word here (Be carefull with BIG and small letters (c or C))

    Good Luck ;-)

    VirusTotal (0.00%)
    Virscan (0.00%)
    Last edited by doofbla; 09-20-2010 at 07:26 AM.
    _____________________________________________

    READING TUTORIAL:

    1. READ MY POST
    2. THINK ABOUT MY POST
    3. PRESS THANKS
    4. MAYBE CORRECT MY POSTS :P




    Dijkstra:
    "Computer Science is no more about computers than astronomy is about
    telescopes."


    THANKS BUTTON RIGHT DOWN --->

  6. #21
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    Quote Originally Posted by doofbla View Post
    OK now I've made a little programm for you ;-)

    1.You have to enter a word -> When it's the right word it'll say this to you and you have

    2. Post the word here
    I see no download. |:

  7. #22
    doofbla's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Biel*****/Germany
    Posts
    369
    Reputation
    10
    Thanks
    179
    My Mood
    Psychedelic
    Quote Originally Posted by Void View Post
    I see no download. |:
    Now it is there =)
    _____________________________________________

    READING TUTORIAL:

    1. READ MY POST
    2. THINK ABOUT MY POST
    3. PRESS THANKS
    4. MAYBE CORRECT MY POSTS :P




    Dijkstra:
    "Computer Science is no more about computers than astronomy is about
    telescopes."


    THANKS BUTTON RIGHT DOWN --->

  8. #23
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    I'll get to it when I get home from school, bye. |:

  9. The Following User Says Thank You to Void For This Useful Post:

    doofbla (09-20-2010)

  10. #24
    Melodia's Avatar
    Join Date
    Dec 2009
    Gender
    female
    Posts
    2,608
    Reputation
    276
    Thanks
    1,662
    My Mood
    Dead
    Quote Originally Posted by doofbla View Post
    OK now I've made a little programm for you ;-)

    1.You have to enter a word -> When it's the right word it'll say this to you and you have

    2. Post the word here (Be carefull with BIG and small letters (c or C))

    Good Luck ;-)

    VirusTotal (0.00%)
    Virscan (0.00%)

    Meah~, Pending Approval.

    Err.. Tricking the Proggie into telling you you entered the good one works ?
    Love You All~

  11. #25
    doofbla's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Biel*****/Germany
    Posts
    369
    Reputation
    10
    Thanks
    179
    My Mood
    Psychedelic
    Quote Originally Posted by Melodia View Post
    Meah~, Pending Approval.

    Err.. Tricking the Proggie into telling you you entered the good one works ?
    xD I feel so stupid because i just can't understand you xD

    Sorry I'm not english or american could you say that in easier words again?

    I understand everysingle word but not the sense of the whole sentence xD
    Last edited by doofbla; 09-20-2010 at 07:54 AM.
    _____________________________________________

    READING TUTORIAL:

    1. READ MY POST
    2. THINK ABOUT MY POST
    3. PRESS THANKS
    4. MAYBE CORRECT MY POSTS :P




    Dijkstra:
    "Computer Science is no more about computers than astronomy is about
    telescopes."


    THANKS BUTTON RIGHT DOWN --->

  12. #26
    Melodia's Avatar
    Join Date
    Dec 2009
    Gender
    female
    Posts
    2,608
    Reputation
    276
    Thanks
    1,662
    My Mood
    Dead
    Quote Originally Posted by doofbla View Post
    xD I feel so stupid because i just can't understand you xD

    Sorry I'm not english or american could you say that in easier words again?

    I understand everysingle word but not the sense of the whole sentence xD
    If we trick your program in thinking any string is good does it counts as winning ?
    Love You All~

  13. #27
    doofbla's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Biel*****/Germany
    Posts
    369
    Reputation
    10
    Thanks
    179
    My Mood
    Psychedelic

    Smile

    Quote Originally Posted by Melodia View Post
    If we trick your program in thinking any string is good does it counts as winning ?
    Yea I think this also would be a kind of winning because

    In reality this would be an password question and the onliest thing matters is to get into it and HOW would never mind!

    BUT if you do it this way please post your solution way =)

    Because just to look what text the msgbox shows when you win is not that difficult | Just rename to .txt

    Good Luck


    -Waiting for Approval-
    Last edited by doofbla; 09-20-2010 at 01:06 PM.
    _____________________________________________

    READING TUTORIAL:

    1. READ MY POST
    2. THINK ABOUT MY POST
    3. PRESS THANKS
    4. MAYBE CORRECT MY POSTS :P




    Dijkstra:
    "Computer Science is no more about computers than astronomy is about
    telescopes."


    THANKS BUTTON RIGHT DOWN --->

  14. #28
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    Make a new topic and include a virusscan, then i'll aprove
    Ah we-a blaze the fyah, make it bun dem!

  15. The Following User Says Thank You to Hell_Demon For This Useful Post:

    doofbla (09-20-2010)

  16. #29
    doofbla's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Biel*****/Germany
    Posts
    369
    Reputation
    10
    Thanks
    179
    My Mood
    Psychedelic
    Today I'm to tired tomorrow i'll do it =) ty
    _____________________________________________

    READING TUTORIAL:

    1. READ MY POST
    2. THINK ABOUT MY POST
    3. PRESS THANKS
    4. MAYBE CORRECT MY POSTS :P




    Dijkstra:
    "Computer Science is no more about computers than astronomy is about
    telescopes."


    THANKS BUTTON RIGHT DOWN --->

  17. #30
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,667
    My Mood
    Breezy
    Quote Originally Posted by doofbla View Post
    OK now I've made a little programm for you ;-)

    1.You have to enter a word -> When it's the right word it'll say this to you and you have

    2. Post the word here (Be carefull with BIG and small letters (c or C))

    Good Luck ;-)

    VirusTotal (0.00%)
    Virscan (0.00%)
    Eh?
    --------
    C:\Crypt.exe
    The application has failed to start because it's side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail.

    --------

    Is that a real error or a decoy? Olly seems to have problems opening it aswell.

    Here's the application event log if you need it:
    --------
    Activation context generation failed for "C:\Crypt.exe". Dependent Assembly Microsoft.VC90.DebugCRT,processorArchitecture="x86 ",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",v ersion="9.0.21022.8" could not be found. Please use sxstrace.exe for detailed diagnosis.
    --------
    Last edited by master131; 09-21-2010 at 12:22 AM.
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  18. The Following User Says Thank You to master131 For This Useful Post:

    doofbla (09-21-2010)

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Racist Test?
    By arunforce in forum General
    Replies: 5
    Last Post: 03-06-2010, 08:41 AM
  2. GBWC Bot Testing
    By Super-Man in forum GunBound Hacks / Bots
    Replies: 15
    Last Post: 02-05-2006, 10:58 PM
  3. IQ Test and other interesting tests!
    By Dave84311 in forum General
    Replies: 8
    Last Post: 01-09-2006, 06:39 AM
  4. Crappy Test
    By Kyojiro in forum Art & Graphic Design
    Replies: 8
    Last Post: 01-02-2006, 08:16 PM
  5. Test
    By kyo in forum Art & Graphic Design
    Replies: 49
    Last Post: 12-31-2005, 10:05 AM