Page 1 of 3 123 LastLast
Results 1 to 15 of 44
  1. #1
    Fabolous's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    192.168.1.01
    Posts
    2,704
    Reputation
    261
    Thanks
    682
    My Mood
    Paranoid

    Updated Nametags

    Code:
    0x3736EFDC
    0x3736F07D
    Credits - Me Fate Whit <- His penus size| Markoj (<- Best )

    Code:
    			Memory((LPVOID)0x3736EFDC, "\x90\x90", 2);
    			Memory((LPVOID)0x3736F07D, "\x90\x90", 2);
    		}
    		else
    		{
    			Memory((LPVOID)0x3736EFDC, "\x75\x21", 2);
    			Memory((LPVOID)0x3736F07D, "\x75\x05", 2);
    Last edited by Fabolous; 12-27-2010 at 09:36 AM.

  2. The Following 8 Users Say Thank You to Fabolous For This Useful Post:

    ∟0∟ (12-27-2010),ac1d_buRn (12-27-2010),agnostic00 (02-10-2011),Dead 4 Real (01-17-2011),J (12-27-2010),moo9801 (01-05-2011),the grim reaper (01-19-2011),whit (12-27-2010)

  3. #2
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    My Creds for being Awesome..

  4. #3
    Fabolous's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    192.168.1.01
    Posts
    2,704
    Reputation
    261
    Thanks
    682
    My Mood
    Paranoid
    /Fixed.


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

    whit (12-27-2010)

  6. #4
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by UnknownCoder View Post
    /Fixed.

    Yayzzz....

  7. #5
    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 whit View Post


    Yayzzz....
    Rofl , i think i saw a thanks button here im not pretty sure


  8. #6
    J's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    East Coast
    Posts
    2,164
    Reputation
    452
    Thanks
    5,900
    My Mood
    In Love
    Already had em.

    But nice

    /thanked
    Keep me motivated for my hack development!

  9. #7
    jakestan's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Location
    dead
    Posts
    155
    Reputation
    10
    Thanks
    21
    i know this is probably off topic but when doing the nametags is it possible to make a code that lets you change the color im in the process of making mine but i was curious if it was possible to do something like that just for customability for everyone

  10. #8
    J's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    East Coast
    Posts
    2,164
    Reputation
    452
    Thanks
    5,900
    My Mood
    In Love
    Quote Originally Posted by jakestan View Post
    i know this is probably off topic but when doing the nametags is it possible to make a code that lets you change the color im in the process of making mine but i was curious if it was possible to do something like that just for customability for everyone
    Yea you need D3D esp nametags to do that. Just change the color of the drawn text.
    Keep me motivated for my hack development!

  11. #9
    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 jakestan View Post
    i know this is probably off topic but when doing the nametags is it possible to make a code that lets you change the color im in the process of making mine but i was curious if it was possible to do something like that just for customability for everyone
    This is an address for Engine nametags. You would need the class and draw the name and choose your colors.

  12. #10
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    The Internet SHOULD Be Illegal

    When you say
    "Java is a great programming language because it works on all platforms"
    it is just like
    "anal sex is great because it works on all genders"

    Are YOU a Troll?

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

    whit (12-27-2010)

  14. #11
    Fabolous's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    192.168.1.01
    Posts
    2,704
    Reputation
    261
    Thanks
    682
    My Mood
    Paranoid
    Awesome , Gj bro

  15. #12
    Alessandro10's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    MPGH.NET
    Posts
    6,140
    Reputation
    215
    Thanks
    4,607
    My Mood
    Busy
    Found in Ollydebug

    Code:
    3736EFDC  |? D9FF           FCOS
    3736F07D  |. 55             PUSH EBP
    Off
    Code:
    "\xD9\xFF", 2
    "\x55", 1
    On
    Code:
    "\x90\x90", 2
    "\x90", 1
    I Found in CShel lolololol
    Last edited by Alessandro10; 12-27-2010 at 08:37 AM.

  16. #13
    Fabolous's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    192.168.1.01
    Posts
    2,704
    Reputation
    261
    Thanks
    682
    My Mood
    Paranoid
    Code:
    			Memory((LPVOID)0x3736EFDC, "\x90\x90", 2);
    			Memory((LPVOID)0x3736F07D, "\x90\x90", 2);
    		}
    		else
    		{
    			Memory((LPVOID)0x3736EFDC, "\x75\x21", 2);
    			Memory((LPVOID)0x3736F07D, "\x75\x05", 2);

  17. #14
    Alessandro10's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    MPGH.NET
    Posts
    6,140
    Reputation
    215
    Thanks
    4,607
    My Mood
    Busy
    Quote Originally Posted by UnknownCoder View Post
    Code:
    			Memory((LPVOID)0x3736EFDC, "\x90\x90", 2);
    			Memory((LPVOID)0x3736F07D, "\x90\x90", 2);
    		}
    		else
    		{
    			Memory((LPVOID)0x3736EFDC, "\x75\x21", 2);
    			Memory((LPVOID)0x3736F07D, "\x75\x05", 2);
    I Know, this address in cshel found

  18. #15
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    i think that of unknowncoder is right

    my(and works)
    [php] if(Name.Enabled && Hack.Readys.IsIngame()){
    Hack.Misc.HEXMemory((void*)Hack.Addresses.Name1,"\ x90\x90",2);
    Hack.Misc.HEXMemory((void*)Hack.Addresses.Name2,"\ x90\x90",2);
    }else if(!Hack.Readys.IsIngame() && Hack.Readys.WasIngame || !Name.Enabled){
    Hack.Misc.HEXMemory((void*)Hack.Addresses.Name1,"\ x75\x21",2);
    Hack.Misc.HEXMemory((void*)Hack.Addresses.Name2,"\ x75\x05",2);}[/php]
    The Internet SHOULD Be Illegal

    When you say
    "Java is a great programming language because it works on all platforms"
    it is just like
    "anal sex is great because it works on all genders"

    Are YOU a Troll?

Page 1 of 3 123 LastLast