Home Page
+ Reply to Thread
Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 21 to 40 of 44

Thread: How-To Game Hacking, [Intermediate]

  1. #21
    I am having a problem with the fog of war. I traced it and was taken to this line
    "MOV ECX,DWORD PTR DS:[EAX+24]"

    I assumed that MOV ECX,1 or 0xF would work to show the fog, but alas it does not. Can you help me out with that?

  2. #22
    Quote Originally Posted by UgLy-NeRd View Post
    hwnd = FindWindow(NULL, "Warcraft III");
    LONG address = 0x6F2A3B92;
    BYTE newvalue[] = {0xBF,0x01,0x00};

    You would have to change those lines of codes to fit your needs.
    can you tell me how you come up with the Byte NewValue?
    say i found the long address and it was 13E43050 66:BF OFOO I guess i would add 0x13E43050 Newvalue[] = {0XBF,0X01,0X00}; ? I dont understand were you got that from.

  3. #23
    Byte newvalue is what your writing to change the code. So, its just the new line of code.

    In your case, it would be

    BYTE newvalue[] = {0xBF,0x0F,0x00}

    (the middle column is what your using for the new value, just separating it into an array, 2 letters/numbers = 1 byte)


    Sent from my Intel E6600 using Firefox.

  4. #24
    ok say the LONG address = 0x0128D86C
    BYTE newvalue[] = what?

  5. #25
    i just fucking told you ffs... read the god damn tutorial or use common sense.


    Sent from my Intel E6600 using Firefox.

  6. #26
    wow dude i was just asking to see one more time you talking me thur it so why lose your head?

  7. #27
    because you want me to do all the work for you
    its already in the the tutorial

    if you really need my help contact me on xfire or set vnc and ill help you

    ps: dont post comments in my profile, i dont read those..


    Sent from my Intel E6600 using Firefox.

  8. #28
    well yea i needed help that's WHY I GIVE YOU KEY FOR BROODWAR you said if you had a key you would make a tutorial blah blah

  9. #29
    im not installing broodwar
    get on xfire, set up vnc, and ill show you ffs


    Sent from my Intel E6600 using Firefox.

  10. #30
    wtf is xfire?

  11. #31
    www.xfire.com
    chat program
    download it
    add uglynerd
    and we will talk


    Sent from my Intel E6600 using Firefox.

  12. #32
    Still waiting to be show how this works. lloll btw this dont this work on war3 anymore.

  13. #33
    someone post ON HOW TO MAKE HACKs For SC ITS NOT THE SAME

  14. #34
    your just not smart... figure it out
    i looked on several forums and ur asking the same question and being cocky
    YOU NEED TO LEARN
    NOT HAVE PEOPLE DO IT ALL FOR YOU


    Sent from my Intel E6600 using Firefox.

  15. #35
    dude you try to show me and couldnt do it so why you flaming me now ? you said that when you have time in a day or two you would try it again and let me know so been a week so wtf? What other Forum have i post on? i Dont use snipeman but on this site so were?
    Last edited by sniperman; 09-11-2007 at 06:31 PM.

  16. #36
    because i was going to try it the next day, and i was looking for resources on it, and i came across your name asking at other forums (bwhacks) and everyone told you to learn asm.

    i dont know how to do it, id have to look at it for a day or two. i really dont feel like doing that because its such an old game.

    just learn asm and figure it out, its not too hard


    Sent from my Intel E6600 using Firefox.

  17. #37
    i havent seen anyone tell me to use asm That's a sad code anyways c++ is better but anyways i havent ask anywere but here and you said what you did and so on But yea sc bw is old who cares starcraft2 comes soon and it will be about the same i bet.

  18. #38
    Quote Originally Posted by sniperman View Post
    i havent seen anyone tell me to use asm That's a sad code anyways c++ is better but anyways i havent ask anywere but here and you said what you did and so on But yea sc bw is old who cares starcraft2 comes soon and it will be about the same i bet.
    Um you can't really compare asm to c++. You just about have to know asm for game hacking which is used in disassembly.


  19. #39
    so what's a good disassembly tool for programs? to veiw codes i use something call radasm i think long time ago.
    Last edited by sniperman; 09-11-2007 at 07:09 PM.

  20. #40
    ROFL... you need to be able to do it in ASM (debugging...) before you can do it in C++..
    wow your fucking retarded

    when you writeprocessmemory in c++, your still changing the code of the program, if you open it up with a dissembler, you will notice the asm code changes at that offset, thats what your doing, is changing the code at that offset

    ffs
    go learn something
    MAYBE ACTUALLY READ THE TUTORIAL?

    script
    kiddie


    Sent from my Intel E6600 using Firefox.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)