Results 1 to 11 of 11
  1. #1
    androiduser10's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1

    [Need Help] Making Ghosts Tools

    Hey,
    I want to know the basic idea behind making tools that change your level, prestige, squad points etc..

    I know how to code in C# quite well, so I don't need a step by step tutorial, but just the concepts behind it.

    Thanks

  2. #2
    halotan's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    HELP pls extinction trainer 1.1 dont work..

  3. #3
    androiduser10's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    Okay so looking around it seems that you must edit the value for certain offsets. Is this correct?

    I'm having a little trouble with the way the addresses are represented. I'm using a library for C# that contains a few methods to write to an address, however, the address must be of a int type. How would I convert something like "1DBEB2" to an int?

    Thanks

  4. #4
    Lovroman's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9,417
    Reputation
    611
    Thanks
    11,990
    My Mood
    Cheerful
    Quote Originally Posted by androiduser10 View Post
    Okay so looking around it seems that you must edit the value for certain offsets. Is this correct?

    I'm having a little trouble with the way the addresses are represented. I'm using a library for C# that contains a few methods to write to an address, however, the address must be of a int type. How would I convert something like "1DBEB2" to an int?

    Thanks
    0x1DBEB2
    (Addresses are hexadecimal integers/longs).

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

    androiduser10 (12-14-2013)

  6. #5
    Lovroman's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9,417
    Reputation
    611
    Thanks
    11,990
    My Mood
    Cheerful
    Quote Originally Posted by halotan View Post
    HELP pls extinction trainer 1.1 dont work..
    It's outdated.

  7. #6
    androiduser10's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by Lovroman View Post


    0x1DBEB2
    (Addresses are hexadecimal integers/longs).
    Ah, I see. Thanks very much

  8. The Following User Says Thank You to androiduser10 For This Useful Post:

    Lovroman (12-14-2013)

  9. #7
    androiduser10's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by Lovroman View Post


    0x1DBEB2
    (Addresses are hexadecimal integers/longs).
    Hey, so for some reason it's just not working.

    My code that I am calling is this:

    CC.ProcessName = "iw6mp64_ship";
    CC.Write._String(0x1DBEB2, "name");

    But it's throwing a System.DllNotFoundException. I believe the offset that I am trying to write to is the players name.

    Any help would be appreciated

  10. #8
    Lovroman's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9,417
    Reputation
    611
    Thanks
    11,990
    My Mood
    Cheerful
    Quote Originally Posted by androiduser10 View Post
    Hey, so for some reason it's just not working.

    My code that I am calling is this:

    CC.ProcessName = "iw6mp64_ship";
    CC.Write._String(0x1DBEB2, "name");

    But it's throwing a System.DllNotFoundException. I believe the offset that I am trying to write to is the players name.

    Any help would be appreciated
    1)Address is too short.
    2)

  11. #9
    androiduser10's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by Lovroman View Post


    1)Address is too short.
    2)
    Okay I fixed that error, it turns out the CC class had a slight error in it, causing it to not actually import the needed DLL files. Now when I run it, I get no errors, however my name doesn't change.

    Would could this be?

  12. #10
    Lovroman's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9,417
    Reputation
    611
    Thanks
    11,990
    My Mood
    Cheerful
    Quote Originally Posted by androiduser10 View Post
    Okay I fixed that error, it turns out the CC class had a slight error in it, causing it to not actually import the needed DLL files. Now when I run it, I get no errors, however my name doesn't change.

    Would could this be?
    As I said, address is too short so I'm pretty sure it's wrong.

  13. The Following User Says Thank You to Lovroman For This Useful Post:

    androiduser10 (12-15-2013)

  14. #11
    androiduser10's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by Lovroman View Post


    As I said, address is too short so I'm pretty sure it's wrong.
    Oh, makes sense. I'll try to find a proper address. Thanks

Similar Threads

  1. [Help Request] Need help making my own crack client
    By SPIKESx in forum Minecraft Help
    Replies: 5
    Last Post: 11-26-2012, 07:08 PM
  2. [Help Request] Need help making a simple aimbot that is opened by .exe
    By tylormartin in forum Call of Duty Modern Warfare 3 Coding, Programming & Source Code
    Replies: 10
    Last Post: 10-28-2012, 04:12 PM
  3. [Help Request] Need Help Making dll injector
    By Borodulin in forum Crossfire Coding Help & Discussion
    Replies: 3
    Last Post: 09-10-2012, 03:33 PM
  4. [Help Request] need help whit heal tool from admin menu
    By Black666Devil666 in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 4
    Last Post: 06-11-2011, 07:35 AM
  5. [Help Request] Need help making perm binds
    By crenfro36 in forum Vindictus Help
    Replies: 1
    Last Post: 05-17-2011, 08:43 PM