Thread: Coding Help

Results 1 to 11 of 11
  1. #1
    NightmareTX_RETIRED's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,240
    Reputation
    57
    Thanks
    15,357
    My Mood
    Fine

    Exclamation Coding Help

    I've been playing with General Shepard in a private match to find a way to get the 1 Kill 1 moab to work everytime.

    After a whille I did, "Find out what writes to this address" on my killstreak and before it crashes I manage to get this:

    004DB445 - 89 16 - mov [esi],edx

    What I want to know is... is there a way to read the address of ESI, I noticed that it does give me the correct offset for the killstreak everytime.

    I did changed it for

    mov [esi],#25 using auto-assemble in cheat engine. The results was:

    1.Crashes game if activated during loadings.
    2.Pre-Game countdown frozen to 25
    3.Lags (Maybe)
    4.1 Kill 1 Moab (also pop "Multikill" in top right)

    If someone knows a code in VB.net on how to find the offset (address) of [esi] at 004DB445, it would be very much appreciate. That way I will be able to make a 1 Kill 1 Moab and 1 Kill 1 Perk Bonus tool.

    Thanks.

    Here's what I managed to catch:

    [IMG]https://i148.photobucke*****m/albums/s28/NightmareTX/help.png[/IMG]
    Last edited by NightmareTX_RETIRED; 07-05-2012 at 01:33 AM.

  2. #2
    Eidolon's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Vanished
    Posts
    822
    Reputation
    54
    Thanks
    4,077
    My Mood
    Angelic
    ?




    Yet, you are a pathetic human.

    Contributor since: 7.26.2012 - ended
    Donator since: 7.14.2012


  3. #3
    NightmareTX_RETIRED's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,240
    Reputation
    57
    Thanks
    15,357
    My Mood
    Fine
    Quote Originally Posted by Anonymouss View Post
    ?
    Yes I know that, but what I want to know how to find ESI at this address using VB.NET because ESI is different on each map changes.

  4. #4
    Eidolon's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Vanished
    Posts
    822
    Reputation
    54
    Thanks
    4,077
    My Mood
    Angelic
    Quote Originally Posted by NightmareTX View Post
    Yes I know that, but what I want to know how to find ESI at this address using VB.NET because ESI is different on each map changes.
    In C++ you got something called asm... For VB.Net I think it's (nearly) impossible... Unless you gonna work with HEX but thats kinda really hard




    Yet, you are a pathetic human.

    Contributor since: 7.26.2012 - ended
    Donator since: 7.14.2012


  5. The Following User Says Thank You to Eidolon For This Useful Post:

    Jorndel (07-05-2012)

  6. #5
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Isn't the best just to add an pattern scan?

    I'm possetive that you can find the pattern for it.
    I had that once for a time back. But thats like, 3-4 months ago.

    Good luck, woulg suggest as above.

    Just make an C++ class to handle that part, sure that will solve your problems :-)


    ---------- Post added at 11:28 PM ---------- Previous post was at 11:27 PM ----------

    Or, maybe just try an pointer scan?
    With an high range search

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  7. #6
    NightmareTX_RETIRED's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,240
    Reputation
    57
    Thanks
    15,357
    My Mood
    Fine
    Quote Originally Posted by Jorndel View Post
    Isn't the best just to add an pattern scan?

    I'm possetive that you can find the pattern for it.
    I had that once for a time back. But thats like, 3-4 months ago.

    Good luck, woulg suggest as above.

    Just make an C++ class to handle that part, sure that will solve your problems :-)


    ---------- Post added at 11:28 PM ---------- Previous post was at 11:27 PM ----------

    Or, maybe just try an pointer scan?
    With an high range search
    I tried a pointer but with no result.

  8. #7
    Eidolon's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Vanished
    Posts
    822
    Reputation
    54
    Thanks
    4,077
    My Mood
    Angelic
    Quote Originally Posted by NightmareTX View Post
    I tried a pointer but with no result.
    You could write a basic hook, compile it as a Dll and use it in VB...




    Yet, you are a pathetic human.

    Contributor since: 7.26.2012 - ended
    Donator since: 7.14.2012


  9. #8
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Quote Originally Posted by NightmareTX View Post
    I tried a pointer but with no result.
    And the scanner?
    And the C++ Class?

    Didn't try or ignored?

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  10. #9
    NightmareTX_RETIRED's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,240
    Reputation
    57
    Thanks
    15,357
    My Mood
    Fine
    Quote Originally Posted by Jorndel View Post


    And the scanner?
    And the C++ Class?

    Didn't try or ignored?
    I did try to make a scanner but the AOB changes way to often to make a correct one :S

    as for the class well..... I dunno C++

  11. #10
    Eidolon's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Vanished
    Posts
    822
    Reputation
    54
    Thanks
    4,077
    My Mood
    Angelic
    Quote Originally Posted by NightmareTX View Post
    I did try to make a scanner but the AOB changes way to often to make a correct one :S

    as for the class well..... I dunno C++
    Maybe someone is willing to create one for you?




    Yet, you are a pathetic human.

    Contributor since: 7.26.2012 - ended
    Donator since: 7.14.2012


  12. #11
    NightmareTX_RETIRED's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,240
    Reputation
    57
    Thanks
    15,357
    My Mood
    Fine
    Quote Originally Posted by Anonymouss View Post


    Maybe someone is willing to create one for you?
    If you are willing to do it. Go ahead, you will be credited.

Similar Threads

  1. [Help Request] Need Code Help.
    By [CF]Hackers in forum CrossFire Help
    Replies: 10
    Last Post: 09-10-2011, 10:20 AM
  2. [Help Request] GSC coding help
    By Brabomclaren in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 4
    Last Post: 06-12-2011, 03:05 AM
  3. glass wall coding [help]
    By pbguy145 in forum WarRock - International Hacks
    Replies: 1
    Last Post: 10-09-2007, 07:52 AM
  4. Hack codes HELP
    By TheBlueMax in forum Visual Basic Programming
    Replies: 6
    Last Post: 10-05-2007, 02:39 PM
  5. KWR Verification Code [HELP]!
    By Hispiforce in forum WarRock Korea Hacks
    Replies: 9
    Last Post: 06-09-2007, 09:25 PM