Results 1 to 3 of 3

Hybrid View

  1. #1
    DaftXMuzic's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Sheboygan, WI
    Posts
    6
    Reputation
    10
    Thanks
    0
    My Mood
    Amused

    Question I still don't get it...

    There are some hack source codes I still don't get. I'm fairly used to injectors and self-automated injecting hacks like "Black Cipher" but its currently down, so my question is. How do I convert something, kind of like this, into a hack at all? Doesn't seem to plausible unless its like a .DLL file. Any help would be appreciated.

    NoRecoil1 0x3754B470
    NoRecoil2 0x3765E389
    NoRecoil3 0x3754B484
    NoRecoil4 0x3754B487
    NoRecoil5 0x3754B490


    Like the code above, how is that used in a hack at all?

  2. #2
    Bombsaway707's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Gym
    Posts
    8,799
    Reputation
    791
    Thanks
    4,004
    My Mood
    Amused
    /moved .

  3. #3
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    memcpy((void*)NoRecoil1, "\x90\x90\x90", 3);
    etc..

    You can't really convert those addresses into a hack without some knowledge of programming. If you want to learn you should look at the C++ section or just wait for a hack to come out.