Results 1 to 15 of 15
  1. #1
    gbitz's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    Here.
    Posts
    3,136
    Reputation
    197
    Thanks
    335

    I'm making a SF wallhack...

    Yeah, this isn't the wrong section because I haven't finished yet. I already made one before, and I have the keys needed to activate it hooked to keys that are patched now. I also need to hook the D3D to something else once the game starts. I know how to do most of this, but I fucking forgot how to create it as a DLL. Yes, I have C++. Also, I just need to be guided through correctly editing my code. Anyone wanting to help, PM me here, or my MSN is meateaterr@hotmail.com. Pictures of what it was before it got patched:

    Sorry for the quality. They were resized and saved as a JPG once before, then I tried fixing them by saving as a PNG. Didn't work...



  2. #2
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    I was going to do the same thing last month, but when I injected the dll I found they did an MD5 check sum on d3d8.dll or d3d9.dll or whatever the fuck there using. So seeing as Nprotect isn't that hard to hack, apparently. I was like hokay lets hook the nProtect, then I opened it and it was packed with some themidia shit, and I was too fucking lazzy to unpack it.



    There are two types of tragedies in life. One is not getting what you want, the other is getting it.

    If you wake up at a different time in a different place, could you wake up as a different person?


  3. #3
    gbitz's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    Here.
    Posts
    3,136
    Reputation
    197
    Thanks
    335
    So even if I rehook the keys it will not work until I stop nProtect from doing an MD5 check sum? I think that's why I must rehook D3D to something different once the game starts.

  4. #4
    Dokuda's Avatar
    Join Date
    Mar 2007
    Location
    Your fucking basment screwing you mother. Now. GTFO OFF MY PROFILE YOU FUC
    Posts
    2,706
    Reputation
    26
    Thanks
    281
    What game is this, SF doesnt ring a bell sorry..


    And btw, You could also posts this in general hacking, instead of general forum...?

  5. #5
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    Quote Originally Posted by seemliss View Post
    So even if I rehook the keys it will not work until I stop nProtect from doing an MD5 check sum? I think that's why I must rehook D3D to something different once the game starts.
    You know what hooking is right? It still writes to the applications physical memory. It jumps to your function before executing the hooked address. So =/ what you mean to say is if I hook it, then unhook it, will it work, the answer is no. Because then there will be no implemented hack, or detour.



    There are two types of tragedies in life. One is not getting what you want, the other is getting it.

    If you wake up at a different time in a different place, could you wake up as a different person?


  6. #6
    gbitz's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    Here.
    Posts
    3,136
    Reputation
    197
    Thanks
    335
    No, what I'm saying is when I hooked it before, the keys I used were F5 and F6. I am recoding it so it hooks to numpad 5 and numpad 6. That part is easy, but I can't remember what to do with the D3D part. I know I have to hook it differently now, but I have to have it hook after the game is started.

  7. #7
    Dokuda's Avatar
    Join Date
    Mar 2007
    Location
    Your fucking basment screwing you mother. Now. GTFO OFF MY PROFILE YOU FUC
    Posts
    2,706
    Reputation
    26
    Thanks
    281
    Still, answer me, You can't just ignore me ;_;

  8. #8
    gbitz's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    Here.
    Posts
    3,136
    Reputation
    197
    Thanks
    335
    Soldier Front.

  9. #9
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    Quote Originally Posted by seemliss View Post
    No, what I'm saying is when I hooked it before, the keys I used were F5 and F6. I am recoding it so it hooks to numpad 5 and numpad 6. That part is easy, but I can't remember what to do with the D3D part. I know I have to hook it differently now, but I have to have it hook after the game is started.
    That my young sir is not called "hooking". More of recording key presses. Hooking is where you basically steal a function within another application.

    Secondly, find the main() function of the D3D hook, and on DLL Injection start a thread and using getch() or getAsyncKeyState() record key inputs. BTW implement a 10 millisecond sleep, or you'll lagg like fuck.



    There are two types of tragedies in life. One is not getting what you want, the other is getting it.

    If you wake up at a different time in a different place, could you wake up as a different person?


  10. #10
    gbitz's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    Here.
    Posts
    3,136
    Reputation
    197
    Thanks
    335
    Jetamay, you just want to help when I get home? We can make it together and possibly sell it. Some guy is seling a wallhack +1 update for 50$. We could easily get away with something .

  11. #11
    angerist's Avatar
    Join Date
    Jun 2008
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    Nprotect is actually one of the hardest anti hacking app's out there. Look at maplestory for instance

  12. #12
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    Quote Originally Posted by seemliss View Post
    Jetamay, you just want to help when I get home? We can make it together and possibly sell it. Some guy is seling a wallhack +1 update for 50$. We could easily get away with something .
    Sorry, I'm too busy for that kind pf thing. Wish you luck on it though.



    There are two types of tragedies in life. One is not getting what you want, the other is getting it.

    If you wake up at a different time in a different place, could you wake up as a different person?


  13. #13
    sfaddicted's Avatar
    Join Date
    Nov 2007
    Gender
    male
    Location
    canada
    Posts
    9
    Reputation
    10
    Thanks
    0
    old news remove post pls

  14. #14
    gbitz's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    Here.
    Posts
    3,136
    Reputation
    197
    Thanks
    335
    Nice necro, and who the fuck are you to be going around and saying what to remove or not?

  15. #15
    Super Martin's Avatar
    Join Date
    Sep 2007
    Gender
    male
    Location
    Cloud and thunder, storm and rain, I will summon these elements to bring you the most intense pain.
    Posts
    2,833
    Reputation
    164
    Thanks
    4,294,967,295
    My Mood
    Amazed
    Is it ready or not, I play sf but I like to do wh xD(when itsdone, you want to send it/make it public or not?)

Similar Threads

  1. Should I make a tutorial on how to make the unpatchable wallhack rez mod :)
    By killingspree888 in forum Combat Arms Mod Discussion
    Replies: 10
    Last Post: 07-18-2010, 07:08 AM
  2. How to make simple CoD4 Wallhack or Chams or ESP
    By Edvardas96 in forum Programming Tutorial Requests
    Replies: 4
    Last Post: 04-04-2010, 01:20 PM
  3. [Tutorial] Make ur January Wallhack work!!
    By [M][P][G][H] FAN in forum CrossFire Hacks & Cheats
    Replies: 16
    Last Post: 01-06-2010, 11:44 AM
  4. HOW TO MAKE CHAMS OR WALLHACKS IN OP7?
    By disclamer2009 in forum Programming Tutorial Requests
    Replies: 2
    Last Post: 12-15-2009, 04:38 AM
  5. Show Me How To Make A Simple WallHack Cod4 1.7
    By lovemommy in forum Programming Tutorial Requests
    Replies: 0
    Last Post: 06-14-2009, 05:03 PM

Tags for this Thread