Page 4 of 5 FirstFirst ... 2345 LastLast
Results 46 to 60 of 71
  1. #46
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    I was think unlimited stamina until peps started saying unpatching menus
    My Menu works tho

  2. #47
    ppl2pass's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    804
    Reputation
    5
    Thanks
    111
    My Mood
    Amused
    Yah man, tell us how to use it.

  3. #48
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Quote Originally Posted by ppl2pass View Post
    Yah man, tell us how to use it.
    why not just search the address in CShell or Engine and see how it works, Then make your own p2c from it?

  4. #49
    ppl2pass's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    804
    Reputation
    5
    Thanks
    111
    My Mood
    Amused
    I have no idea what this means:

    Code:
    007D9200    3100            xor     dword ptr [eax], eax

  5. #50
    Fabolous's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    192.168.1.01
    Posts
    2,704
    Reputation
    261
    Thanks
    682
    My Mood
    Paranoid
    Now by looking at this. How the hell would you use it?

  6. #51
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Quote Originally Posted by ppl2pass View Post
    I have no idea what this means:

    Code:
    007D9200    3100            xor     dword ptr [eax], eax
    I dont know much ASM and stuff, but i think its.

    push Command
    call 007D9200
    then not sure whats here. Could be add esp, 4; like all the other functions.

    Im just taking a hit, But could be done like this:

    Code:
    void __cdecl PushToConsole(char* sVal)
    {
        void* zAddress = (void*)007D9200;
        _asm
        {
            push sVal
            call zAddress
            add esp, 4//Again, Not sure about this.
        }
    }
    Dont think it will work tho. Just throughing it out there lol
    Last edited by ac1d_buRn; 07-19-2010 at 12:02 AM.

  7. #52
    neononxxx's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    why do you wanna know?? so you can kill me?
    Posts
    1,226
    Reputation
    36
    Thanks
    342
    My Mood
    Drunk
    HOLY FUCKING SHIT I UNPATCHED MY HACK!!!!!!!!!!!!!!!!!!!!!!!!! TYTYTYTYTYT CN!!

    sorry for the caps im just excited!
    [IMG]https://www.find-heavyequipmen*****m/images/small-loading.gif [/IMG]Loading content... Please wait while the rest of this post loads.

  8. #53
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Quote Originally Posted by neononxxx View Post
    HOLY FUCKING SHIT I UNPATCHED MY HACK!!!!!!!!!!!!!!!!!!!!!!!!! TYTYTYTYTYT CN!!

    sorry for the caps im just excited!
    You mean Code Nevers addie and my function?

  9. #54
    neononxxx's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    why do you wanna know?? so you can kill me?
    Posts
    1,226
    Reputation
    36
    Thanks
    342
    My Mood
    Drunk
    Quote Originally Posted by ac1d_buRn View Post


    You mean Code Nevers addie and my function?
    No just CN's addie.

    Your thing does not work.
    [IMG]https://www.find-heavyequipmen*****m/images/small-loading.gif [/IMG]Loading content... Please wait while the rest of this post loads.

  10. #55
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Quote Originally Posted by neononxxx View Post


    No just CN's addie.

    Your thing does not work.
    AWw. Lol.
    how you get your menu "unpatched" withh it?

  11. #56
    Hahaz's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Location
    Matrix World
    Posts
    1,170
    Reputation
    64
    Thanks
    4,091
    My Mood
    Bored
    Pointless thread zzz

  12. #57
    Sixx93's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    673
    Reputation
    21
    Thanks
    250
    My Mood
    Cool
    i think that i'll try this pointer... i want my menu havk work

  13. #58
    Gordon`'s Avatar
    Join Date
    Dec 2007
    Gender
    male
    Posts
    283
    Reputation
    24
    Thanks
    325
    its only a pointer. it points to the runconsolecommand function (that what ur all using)
    nothing special on it

    Code:
    007D9200  0046F620


  14. #59
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by Gordon` View Post
    its only a pointer. it points to the runconsolecommand function (that what ur all using)
    nothing special on it

    Code:
    007D9200  0046F620
    Do you know how to find this addie 007D9200

  15. #60
    Gordon`'s Avatar
    Join Date
    Dec 2007
    Gender
    male
    Posts
    283
    Reputation
    24
    Thanks
    325
    get the ltclient address and add 0x208, there you go

    Code:
    address = *(DWORD*)ltclient + 0x208;


  16. The Following User Says Thank You to Gordon` For This Useful Post:

    whit (07-20-2010)

Page 4 of 5 FirstFirst ... 2345 LastLast

Similar Threads

  1. One very interesting address.
    By matypatty in forum Combat Arms Coding Help & Discussion
    Replies: 16
    Last Post: 03-17-2011, 03:29 AM
  2. [FIND] Very, very interesting find..
    By CainFool in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 11
    Last Post: 09-25-2010, 05:21 AM
  3. Very Interesting Demography
    By SupB in forum Islam vs Western World
    Replies: 9
    Last Post: 07-24-2009, 03:17 AM
  4. VERY INTERESTING STUFF
    By Obey in forum General
    Replies: 17
    Last Post: 05-14-2008, 07:08 PM
  5. you better have two hours to spare, very interesting
    By iverson954360 in forum General
    Replies: 0
    Last Post: 09-30-2006, 04:58 PM