Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 42
  1. #16
    D e a t h h a u n t S's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    On the Mpgh Server hidden between microchips but Shh..!!
    Posts
    525
    Reputation
    22
    Thanks
    146
    My Mood
    Relaxed
    Oh My Gosh .. Omg Heavon! OMG :L! Can i just add these, and then put the names in my hack thread eg: NoBounds();
    and then define it at the top with the address??!!? Like the others you showed me?!


    Make a little side money for yourself here

    My Injector



    Don't say shit if you don't know shit


    Big Respect for: Aeroman R3dLine Flash and Wizdom-x







  2. #17
    xxxlovexxx1's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Somewhere With a Lot of Girls
    Posts
    668
    Reputation
    10
    Thanks
    40
    My Mood
    In Love
    are they still working after update?


    Add me on MSN - get2sw4d@hotmail.com
    Add me on Skype - adminb0sswr

  3. #18
    HAxCodER™'s Avatar
    Join Date
    Jan 2011
    Gender
    female
    Location
    Fucking Your Mom
    Posts
    2,450
    Reputation
    -2
    Thanks
    552
    My Mood
    Yeehaw
    how about teleport in no menu hack ?

  4. #19
    Alen's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Location
    Liquid Generator
    Posts
    27,920
    Reputation
    2548
    Thanks
    4,224
    My Mood
    Fine
    Quote Originally Posted by HaXcODer View Post
    how about teleport in no menu hack ?
    Modify the player's coordinates / position offsets or whatever you call them.

  5. #20
    molpenforce's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    rue des zeber
    Posts
    2
    Reputation
    10
    Thanks
    0
    ou on doit mettre les codes source

  6. #21
    HalfBajan's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    5,826
    Reputation
    1015
    Thanks
    1,112
    good job !
    Find my latest releases on my YT:





  7. #22
    D3t0N4t3's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Behind you.
    Posts
    451
    Reputation
    40
    Thanks
    125
    My Mood
    Amused

    Good Job - will help me much
    Last edited by D3t0N4t3; 02-08-2011 at 05:03 AM.
    "Give every day the chance to become the best of your life." - Mark Twain




  8. #23
    AskAndHelp's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Warrock hack section
    Posts
    84
    Reputation
    10
    Thanks
    9
    My Mood
    Fine
    Code:
    if(CH_teleport == 1)
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
    if(dwPlayerPtr != 0)
    {
    float PositionY = 0.0; float PositionX = 0.0;float PositionZ = 0.0;
    	PositionX = *(float*)(dwPlayerPtr + OFS_X);
    	PositionY = *(float*)(dwPlayerPtr + OFS_Y);
    	PositionZ = *(float*)(dwPlayerPtr + OFS_Z);
      if(GetAsyncKeyState(VK_F10)&1){
    		Telx = PositionX;
    		Tely = PositionY;
    		Telz = PositionZ;}
      if(GetAsyncKeyState(VK_F11)&1){
    		*(float*)(dwPlayerPtr + OFS_X) = Telx;
    		*(float*)(dwPlayerPtr + OFS_Y) = Tely;
    		*(float*)(dwPlayerPtr + OFS_Z) = Telz;	 
    }}}
    Is this some sort of OPK?
    [YOUTUBE]cjMADPkivxM&NR[/YOUTUBE]
    IS THE GUN OKAY?!
    Did I help you? Press thanks!

    Repect list:
    - Wizdom-x (Helped Me Out Alot )
    - Kip3300 (First One To Help Me )
    - ikke0148 (Gonna Teach Me Stuf )
    - TheCamels8 (Best Addy Finder Ever )

  9. #24
    zerohead's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    Holland
    Posts
    451
    Reputation
    59
    Thanks
    204
    My Mood
    Relaxed
    Quote Originally Posted by AskAndHelp View Post
    Code:
    if(CH_teleport == 1)
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
    if(dwPlayerPtr != 0)
    {
    float PositionY = 0.0; float PositionX = 0.0;float PositionZ = 0.0;
    	PositionX = *(float*)(dwPlayerPtr + OFS_X);
    	PositionY = *(float*)(dwPlayerPtr + OFS_Y);
    	PositionZ = *(float*)(dwPlayerPtr + OFS_Z);
      if(GetAsyncKeyState(VK_F10)&1){
    		Telx = PositionX;
    		Tely = PositionY;
    		Telz = PositionZ;}
      if(GetAsyncKeyState(VK_F11)&1){
    		*(float*)(dwPlayerPtr + OFS_X) = Telx;
    		*(float*)(dwPlayerPtr + OFS_Y) = Tely;
    		*(float*)(dwPlayerPtr + OFS_Z) = Telz;	 
    }}}
    Is this some sort of OPK?
    No, it's teleport ,

  10. #25
    AskAndHelp's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Warrock hack section
    Posts
    84
    Reputation
    10
    Thanks
    9
    My Mood
    Fine
    Could someone please give me the value for blue walls. I know 1000 is yellow, but does somebody knows the value for blue
    [YOUTUBE]cjMADPkivxM&NR[/YOUTUBE]
    IS THE GUN OKAY?!
    Did I help you? Press thanks!

    Repect list:
    - Wizdom-x (Helped Me Out Alot )
    - Kip3300 (First One To Help Me )
    - ikke0148 (Gonna Teach Me Stuf )
    - TheCamels8 (Best Addy Finder Ever )

  11. #26
    Alen's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Location
    Liquid Generator
    Posts
    27,920
    Reputation
    2548
    Thanks
    4,224
    My Mood
    Fine
    Quote Originally Posted by AskAndHelp View Post
    Could someone please give me the value for blue walls. I know 1000 is yellow, but does somebody knows the value for blue
    Isn't that D3D? Don't you specify the colour yourself?

  12. #27
    AskAndHelp's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Warrock hack section
    Posts
    84
    Reputation
    10
    Thanks
    9
    My Mood
    Fine
    Quote Originally Posted by Alen View Post
    Isn't that D3D? Don't you specify the colour yourself?
    No it isn't D3D, because I got it working with yellow and I'm trying diffirent values but I just cant seem to find the right one.
    [YOUTUBE]cjMADPkivxM&NR[/YOUTUBE]
    IS THE GUN OKAY?!
    Did I help you? Press thanks!

    Repect list:
    - Wizdom-x (Helped Me Out Alot )
    - Kip3300 (First One To Help Me )
    - ikke0148 (Gonna Teach Me Stuf )
    - TheCamels8 (Best Addy Finder Ever )

  13. #28
    choykay619's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    In your Heart ♥
    Posts
    372
    Reputation
    34
    Thanks
    138
    My Mood
    Fine
    Who knows the source code for PlantAnyWhere here ?
    FUCK you!

  14. #29
    Flash's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Slovenia
    Posts
    7,691
    Reputation
    561
    Thanks
    1,872
    My Mood
    Fine
    Quote Originally Posted by choykay619 View Post
    Who knows the source code for PlantAnyWhere here ?
    PlantAnywhere is a VIP function as far as I know ...
    [IMG]https://i1171.photobucke*****m/albums/r543/Ferzato/separator.png[/IMG]

    Former Middleman
    07-07-2011 - 09-13-2011


    [IMG]https://i1171.photobucke*****m/albums/r543/Ferzato/separator.png[/IMG]


    Skype: mpgh.flash
    MSN: mpgh.flash@msn.com


    “I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.”
    - Eminem

  15. #30
    choykay619's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    In your Heart ♥
    Posts
    372
    Reputation
    34
    Thanks
    138
    My Mood
    Fine
    Quote Originally Posted by Flash View Post
    PlantAnywhere is a VIP function as far as I know ...
    I already have my PlantAnyWhere source code just now ...
    I only need now is the value but I dunno how to get it .
    FUCK you!

Page 2 of 3 FirstFirst 123 LastLast