Thread: Updating Hacks?

Results 1 to 15 of 15

Hybrid View

  1. #1
    LostInTheDark's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    43
    Reputation
    10
    Thanks
    8
    My Mood
    Bored

    Updating Hacks?

    So I'm trying to inject my hack into Comabt Arms but it won't work! I inject it, it says "Created with Redux's Hotkey Hack v1.1", and Combat Arms opens. It doesn't crash at all, I just login and start playing a game and when I push a hotkey it doesn't work. I was wondering what to you need to do to update a hack? I didn't touch anything except for the VC++ directories. I was thinking about updating the Nametags address but there aren't any very recent posts on that. Could somebody explain to me how to get the new addies? I know I have to use Kernel Detective or something like that and OllyDebugger.

  2. #2
    ctpsolo's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    252
    Reputation
    10
    Thanks
    37
    My Mood
    Amused
    If you are using Redux base, it already has signature scan for nametags. There should be no need to update addies manually. If you have taken this out of the hack for some reason and are using addies, then either replace the addies with the signature scan from the base, or you could log the addies (look for gellins address logger and you can use it a base and just add the nametag sigs to it to scan.

  3. #3
    Skaterforeva1's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Up your ass
    Posts
    936
    Reputation
    32
    Thanks
    485
    My Mood
    Psychedelic
    ^ lol thats not the problem.
    Nexon no longer uses gamestat take it out and it should work




    ^Suck it!

  4. #4
    ctpsolo's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    252
    Reputation
    10
    Thanks
    37
    My Mood
    Amused
    Quote Originally Posted by Skaterforeva1 View Post
    ^ lol thats not the problem.
    Nexon no longer uses gamestat take it out and it should work
    Have they removed it on NA? Cause it's still in EU.

  5. #5
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,591
    Reputation
    5180
    Thanks
    14,179
    My Mood
    Inspired
    Quote Originally Posted by Skaterforeva1 View Post
    ^ lol thats not the problem.
    Nexon no longer uses gamestat take it out and it should work
    They didn't "remove" it. They just removed a check when GameStatus changes.

    I still check for GameStatus.
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  6. #6
    LostInTheDark's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    43
    Reputation
    10
    Thanks
    8
    My Mood
    Bored
    So what seems to be the issue here? I didn't mess with any of the code. Also, I would still like to know how to update my addresses so that I can use more than just name tags.

  7. #7
    ctpsolo's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    252
    Reputation
    10
    Thanks
    37
    My Mood
    Amused
    Quote Originally Posted by LostInTheDark View Post
    So what seems to be the issue here? I didn't mess with any of the code. Also, I would still like to know how to update my addresses so that I can use more than just name tags.
    I think the easiest way to update them (if you don't want to rely on new addies posted here on mpgh or elsewhere) is to either put signature scans in the hack or use a logger like I said. Gellin posted the source for his logger and it comes with a lot of the signatures you could need, then it isn't hard to find additional signatures by searching around a bit. If you want to know how to find the addresses and make signatures yourself there's probably someone else that can explain that in detail to you but it seems redundant to me to redo a task that someone has already done exceptionally well.

    Btw, as you are still checking the gamestatus, might I ask if you have updated that address? Cause as I recall it, there is no signature scan for that in his base and if you're using an outdated addie, that's probably why it won't turn on.
    Last edited by ctpsolo; 12-22-2012 at 05:19 AM.

  8. #8
    LostInTheDark's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    43
    Reputation
    10
    Thanks
    8
    My Mood
    Bored
    Quote Originally Posted by ctpsolo View Post
    I think the easiest way to update them (if you don't want to rely on new addies posted here on mpgh or elsewhere) is to either put signature scans in the hack or use a logger like I said. Gellin posted the source for his logger and it comes with a lot of the signatures you could need, then it isn't hard to find additional signatures by searching around a bit. If you want to know how to find the addresses and make signatures yourself there's probably someone else that can explain that in detail to you but it seems redundant to me to redo a task that someone has already done exceptionally well.

    Btw, as you are still checking the gamestatus, might I ask if you have updated that address? Cause as I recall it, there is no signature scan for that in his base and if you're using an outdated addie, that's probably why it won't turn on.
    I'm on my iPod now so I'll try to update GameStatus later when I get on my computer. And could you try to explain what a sig scan actually does? I know it updates addies but Im not sure how they work or even how to put them into a hack.

  9. #9
    ctpsolo's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    252
    Reputation
    10
    Thanks
    37
    My Mood
    Amused
    Quote Originally Posted by LostInTheDark View Post
    I'm on my iPod now so I'll try to update GameStatus later when I get on my computer. And could you try to explain what a sig scan actually does? I know it updates addies but Im not sure how they work or even how to put them into a hack.
    They look for certain bytes, hence a sort of signature that leads them to the correct address. I have never made any signatures myself so I don't know exactly how they work. If you have signatures it's simple to add them. Your hack already uses signature scans for nametags, look at that source. If you got signatures you only need to run them through the FindPattern function.

  10. #10
    LostInTheDark's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    43
    Reputation
    10
    Thanks
    8
    My Mood
    Bored
    Quote Originally Posted by ctpsolo View Post
    They look for certain bytes, hence a sort of signature that leads them to the correct address. I have never made any signatures myself so I don't know exactly how they work. If you have signatures it's simple to add them. Your hack already uses signature scans for nametags, look at that source. If you got signatures you only need to run them through the FindPattern function.
    Another thing, I was looking at the nametag bytes and I'm pretty sure x90 makes it turn on for any hack. But then for the off one I think it was x75 or something like that. Is that different from any other address? I don't understand what bytes do and how to find those either.

  11. #11
    Skaterforeva1's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Up your ass
    Posts
    936
    Reputation
    32
    Thanks
    485
    My Mood
    Psychedelic
    I messed up lol. You need to take out the re spawn check because it inst used anymore i also took out game stats but your going to have to work on getting the keys to work when pressed.




    ^Suck it!

  12. #12
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,591
    Reputation
    5180
    Thanks
    14,179
    My Mood
    Inspired
    Quote Originally Posted by Skaterforeva1 View Post
    I messed up lol. You need to take out the re spawn check because it inst used anymore i also took out game stats but your going to have to work on getting the keys to work when pressed.
    Taking it out wont solve the problem. They removed the CHECK but it will still work if you disable it when you die.
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


Similar Threads

  1. updated hack detected....dec 21 08
    By djishere in forum Combat Arms Hacks & Cheats
    Replies: 4
    Last Post: 12-21-2008, 03:12 PM
  2. Updated Hacks
    By dxm2007 in forum Combat Arms Hacks & Cheats
    Replies: 2
    Last Post: 12-19-2008, 02:36 AM
  3. Most Updated Hacks, and Adresses?
    By warrior777 in forum WarRock - International Hacks
    Replies: 6
    Last Post: 07-28-2007, 03:13 AM
  4. WarRock VIP Hack Updated & Hack News
    By Dave84311 in forum Hack/Release News
    Replies: 5
    Last Post: 07-10-2007, 02:17 AM
  5. [Release] chipper12's updated hack pack!!!
    By chipper12 in forum WarRock - International Hacks
    Replies: 11
    Last Post: 06-09-2007, 11:35 AM