Thread: Nametags

Page 4 of 5 FirstFirst ... 2345 LastLast
Results 46 to 60 of 74
  1. #46
    SNal2F's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    175
    Reputation
    30
    Thanks
    99
    Nice find looks like the function is a check for a null pointer , which passes an object pointer.


    wondering instead of str8 nop/jmp if we could pass enemy object to what seems to be the target manager >:]


    EDIT: WORKS BUT ONLY DRAWS ONE TAG, by manually passing the object pointer maybe a bug on my part.


    Code:
    3736E5F8   8B15 80B08437    MOV EDX,DWORD PTR DS:[3784B080]          ; cshell.37822894
    3736E5FE   8B4A 1C          MOV ECX,DWORD PTR DS:[EDX+1C]
    3736E601   8B01             MOV EAX,DWORD PTR DS:[ECX]
    3736E603   8B50 08          MOV EDX,DWORD PTR DS:[EAX+8]
    3736E606   FFD2             CALL EDX//3756C890
    3736E608   394424 10        CMP DWORD PTR SS:[ESP+10],EAX
    3736E60C   75 21            JNZ SHORT cshell.3736E62F
    
    
    
    
    
    3756C890   8B41 04          MOV EAX,DWORD PTR DS:[ECX+4]
    3756C893   C3               RETN
    
    
    
    3736E65A   A1 70AA8037      MOV EAX,DWORD PTR DS:[3780AA70]
    3736E65F   8378 30 06       CMP DWORD PTR DS:[EAX+30],6
    
    
    have your beastmode underneath also which i poste don another forum is plyrmgr + 30 :D
    Last edited by SNal2F; 12-06-2010 at 09:44 AM.

  2. The Following User Says Thank You to SNal2F For This Useful Post:

    NOOB (07-03-2011)

  3. #47
    GodHack2's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    644
    Reputation
    38
    Thanks
    762
    My Mood
    Amused
    wow this game is really dieing >:0





    beat this bitches ^^^^^^^

    Current Stats : Bored :/


    Respect list :
    Crash !
    Gordon'
    Markoj

  4. #48
    Fabolous's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    192.168.1.01
    Posts
    2,704
    Reputation
    261
    Thanks
    682
    My Mood
    Paranoid
    Quote Originally Posted by GodHack2 View Post
    wow this game is really dieing >:0
    Lmao hell yea >.<

  5. #49
    markoj's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    s
    Posts
    1,064
    Reputation
    60
    Thanks
    407
    My Mood
    Bored
    Quote Originally Posted by UnknownCoder View Post


    Lmao hell yea >.<
    Shut up Hahaz
    Dont ban me

  6. #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
    Quote Originally Posted by markoj View Post
    Shut up Hahaz
    It's cause im black right?

    Today you may see me as garbage but tomorrow you will see me as the future martin luther king jr.

    I had a dream , where black people and white people hacked the same game and stayed on the same level or respect.


    xD Jk . Shutup U so skinny you hoola hoop with a cheerio.

  7. The Following User Says Thank You to Fabolous For This Useful Post:

    skiiiz (12-06-2010)

  8. #51
    seeplusplus's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Massachusetts
    Posts
    329
    Reputation
    8
    Thanks
    85
    int whit;
    if(whit == true) {
    whit++;
    }
    Goals:
    Green = Done
    Blue = Getting Somewhere
    Red = Not Done
    • Mouse Grid
    • PTC Method
    • Trigger Bot

    I'm trying to think of more stuff!

  9. #52
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused
    Quote Originally Posted by UnknownCoder View Post


    It's cause im black right?

    Today you may see me as garbage but tomorrow you will see me as the future martin luther king jr.

    I had a dream , where black people and white people hacked the same game and stayed on the same level or respect.


    xD Jk . Shutup U so skinny you hoola hoop with a cheerio.
    Haha pwned.

    Thanks Cosmos


  10. #53
    Fabolous's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    192.168.1.01
    Posts
    2,704
    Reputation
    261
    Thanks
    682
    My Mood
    Paranoid
    Quote Originally Posted by kongamonga View Post
    Haha pwned.
    Lmao ikr >.< O well. Did you get the nametags to work?

  11. #54
    ғᴜᴋᴏᴊʀ's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    1,557
    Reputation
    87
    Thanks
    141
    My Mood
    Inspired

    [php]#include <iostream>

    using namespace std;

    bool Alessandro10isNoob = true;

    void iShootNoobs(char iNoobName){
    cout << "I shot: " << iNoobName << "! The world is a better place";
    return
    }

    int main(){
    cout << "Do you think Alessandro10 is a noob? Hit y/n";
    while(1){
    if(GetAsyncKeyState(VK_59){
    iShootNoobs("Alessandro10")
    }
    else if(GetAsyncKeyState(VK_4E){
    cout << "You pressed the wrong button try again";
    Return 0;
    }
    break;
    }
    [/php]
    This code should compile


    [IMG]https://i186.photobucke*****m/albums/x253/Rypleys/MNC/biohazard2.jpg[/IMG]

    MPGH in 5 words:

    Quote Originally Posted by ZEROProJect View Post
    1 in a million community

  12. #55
    Nubzgetkillz's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    hacktown
    Posts
    838
    Reputation
    13
    Thanks
    411
    My Mood
    Amazed
    Quote Originally Posted by -TwEaK View Post

    [php]#include <iostream>

    using namespace std;

    bool Alessandro10isNoob = true;

    void iShootNoobs(char iNoobName){
    cout << "I shot: " << iNoobName << "! The world is a better place";
    return
    }

    int main(){
    cout << "Do you think Alessandro10 is a noob? Hit y/n";
    while(1){
    if(GetAsyncKeyState(VK_59){
    iShootNoobs("Alessandro10")
    }
    else if(GetAsyncKeyState(VK_4E){
    cout << "You pressed the wrong button try again";
    Return 0;
    }
    break;
    }
    [/php]
    This code should compile

    You sure that would compile?
    / .... >.<
    Code:
    int main(){
    cout << "Alessandro10 is a NOOB";
    cout << "TRUE DAT";
    Return 0;
    }
    This will compile, but VC++ will shutdown due to 100* 100000000 errors

    Member since September 25, 2010

    Current Objectives:
    • Graduate college with a degree in Computer Science
    • Find a decent job in the Computer Science Field
    • Learn more programming languages

    Looking for Elo Boosting Job - League of Legends
    Looking for Bronze -> Gold Jobs


    Skype: whatthedream

  13. #56
    Fabolous's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    192.168.1.01
    Posts
    2,704
    Reputation
    261
    Thanks
    682
    My Mood
    Paranoid
    Lmao get back on topic guise.

  14. #57
    Nubzgetkillz's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    hacktown
    Posts
    838
    Reputation
    13
    Thanks
    411
    My Mood
    Amazed
    Quote Originally Posted by UnknownCoder View Post
    Lmao get back on topic guise.
    Alright good job.

    Code:
    char *Job[] = {"Good Job","Drake"};

    Member since September 25, 2010

    Current Objectives:
    • Graduate college with a degree in Computer Science
    • Find a decent job in the Computer Science Field
    • Learn more programming languages

    Looking for Elo Boosting Job - League of Legends
    Looking for Bronze -> Gold Jobs


    Skype: whatthedream

  15. #58
    Fabolous's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    192.168.1.01
    Posts
    2,704
    Reputation
    261
    Thanks
    682
    My Mood
    Paranoid
    Quote Originally Posted by Nubzgetkillz View Post
    Alright good job.

    Code:
    char *Job[] = {"Good Job","Drake"};
    if (thanks! == 0)
    return;


  16. #59
    markoj's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    s
    Posts
    1,064
    Reputation
    60
    Thanks
    407
    My Mood
    Bored
    Quote Originally Posted by UnknownCoder View Post


    It's cause im black right?

    Today you may see me as garbage but tomorrow you will see me as the future martin luther king jr.

    I had a dream , where black people and white people hacked the same game and stayed on the same level or respect.


    xD Jk . Shutup U so skinny you hoola hoop with a cheerio.
    Who the ell is martin luke king, Oh he's black, nevermind then idc
    and wtf is !==
    dumbass /
    Dont ban me

  17. #60
    NOOBJr's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in NOOB
    Posts
    1,423
    Reputation
    112
    Thanks
    693
    Quote Originally Posted by ᴺᴼᴼᴮ View Post


    int whit++;
    Noob != Dumb

Page 4 of 5 FirstFirst ... 2345 LastLast