Page 2 of 2 FirstFirst 12
Results 16 to 23 of 23
  1. #16
    user007xx's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    Doesn't works for me

  2. #17
    Lovroman's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9,417
    Reputation
    611
    Thanks
    11,990
    My Mood
    Cheerful
    Quote Originally Posted by user007xx View Post
    Doesn't works for me
    Doesn't work for me means nothing.
    Does it show any error, if it does, what does it show ?

  3. #18
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Multi-Pointers...

    Maybe the Name-Faker class can be of help:
    https://www.mpgh.net/forum/604-call-d...agon-tool.html

     
    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

  4. The Following User Says Thank You to Jorndel For This Useful Post:

    Lovroman (06-24-2013)

  5. #19
    Lovroman's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9,417
    Reputation
    611
    Thanks
    11,990
    My Mood
    Cheerful
    Quote Originally Posted by Jorndel View Post
    Multi-Pointers...

    Maybe the Name-Faker class can be of help:
    https://www.mpgh.net/forum/604-call-d...agon-tool.html
    Oh, thanks Jorn!
    I didn't know was he talking about Float part or Multi-Pointers part.
    Yep. I know, my bad, my multipointers code doesn't work because I never worked with them .
    So this is basically this:

    Real = ReadInteger(BasePointerAddress)+ Offset1;
    Real = ReadInteger(Real) + Offset2;
    etc.

    I think this can be done using your new class too. Right ?

  6. #20
    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 Lovroman View Post
    Oh, thanks Jorn!
    I didn't know was he talking about Float part or Multi-Pointers part.
    Yep. I know, my bad, my multipointers code doesn't work because I never worked with them .
    So this is basically this:

    Real = ReadInteger(BasePointerAddress)+ Offset1;
    Real = ReadInteger(Real) + Offset2;
    etc.

    I think this can be done using your new class too. Right ?
    It can be done with most of my classes
    If I remember right, the one in Black Ops 2.

    Already have a pointer function

    Pointer("base.exe", new int[] {0x1,0x2,0x3});

    Which does what you said above

     
    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. The Following User Says Thank You to Jorndel For This Useful Post:

    Lovroman (06-24-2013)

  8. #21
    Lovroman's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9,417
    Reputation
    611
    Thanks
    11,990
    My Mood
    Cheerful
    Quote Originally Posted by Jorndel View Post


    It can be done with most of my classes
    If I remember right, the one in Black Ops 2.

    Already have a pointer function

    Pointer("base.exe", new int[] {0x1,0x2,0x3});

    Which does what you said above

    Meeh..xD
    I use only MW3 class, its good enough for what I need + I made useless extension => I added support for every C# value type .
    Last edited by Lovroman; 06-24-2013 at 01:01 PM.

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

    Jorndel (06-24-2013)

  10. #22
    NB81's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    Germany?
    Posts
    55
    Reputation
    10
    Thanks
    10
    You could make an array with your offsets(if you have multi-level) and then adding those offsets in a for loop(like for int i = 0; i < offsetarray.length;i++).

  11. #23
    Lovroman's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9,417
    Reputation
    611
    Thanks
    11,990
    My Mood
    Cheerful
    Quote Originally Posted by NB81 View Post
    You could make an array with your offsets(if you have multi-level) and then adding those offsets in a for loop(like for int i = 0; i < offsetarray.length;i++).
    BO2 Memory class
    Jorn already added that feature, as he mentioned it few posts above .

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Help] How to use Pointer + Offset in C#?
    By _PuRe.LucK* in forum C# Programming
    Replies: 10
    Last Post: 06-16-2013, 05:41 AM
  2. How to use pointer from CheatEngine in C#
    By pakistanihaider in forum Call of Duty Modern Warfare 3 Coding, Programming & Source Code
    Replies: 24
    Last Post: 08-06-2012, 02:15 PM
  3. question how to use
    By hyptonix in forum Combat Arms Help
    Replies: 2
    Last Post: 09-12-2009, 11:00 PM
  4. Replies: 5
    Last Post: 07-22-2009, 04:26 PM
  5. [Question] how to use all adresses
    By niekill in forum WarRock - International Hacks
    Replies: 7
    Last Post: 12-14-2007, 07:40 AM