Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 54
  1. #31
    swatfx's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    659
    Reputation
    20
    Thanks
    108
    My Mood
    Mellow
    Quote Originally Posted by Tony_Blaster View Post
    thank you but.. for this? -->
    Code:
     
    HRESULT WINAPI gellPresent(LPDIRECT3DDEVICE9 pDevice, CONST RECT *pSourceRect, 
    						   CONST RECT *pDestRect, HWND hDestWindowOverride, CONST RGNDATA *pDirtyRegion)
    {
    	_asm pushad;
    	main();
    	_asm popad;
    	return pPresent(pDevice, pSourceRect, pDestRect, hDestWindowOverride, pDirtyRegion);
    }
    learn2code? learn2google? but yea that is your Call to Present.

    EDIT: also you need the ASM so get a different IDE if yours fails
    Last edited by swatfx; 04-13-2011 at 09:05 AM.

  2. #32
    mo3ad001's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    842
    Reputation
    53
    Thanks
    797
    My Mood
    Busy
    Quote Originally Posted by Tony_Blaster View Post
    thank you but.. for this? -->
    Code:
     
    HRESULT WINAPI gellPresent(LPDIRECT3DDEVICE9 pDevice, CONST RECT *pSourceRect, 
    						   CONST RECT *pDestRect, HWND hDestWindowOverride, CONST RGNDATA *pDirtyRegion)
    {
    	_asm pushad;
    	main();
    	_asm popad;
    	return pPresent(pDevice, pSourceRect, pDestRect, hDestWindowOverride, pDirtyRegion);
    }
    remove the _asm pushad; and _asm popad;

    H A X O
    Email : Noobmem@hotmail.com


  3. #33
    swatfx's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    659
    Reputation
    20
    Thanks
    108
    My Mood
    Mellow
    Quote Originally Posted by mo3ad001 View Post
    remove the _asm pushad; and _asm popad;
    it will D/C him then though.

  4. #34
    GoldenBoy108's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    where is the download link?

  5. #35
    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 GoldenBoy108 View Post
    where is the download link?
    Click the Uranus icon and it should download
    Dont ban me

  6. #36
    speedforyou's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    735
    Reputation
    -59
    Thanks
    108
    My Mood
    Happy
    click the red X and it will fix
    @Tony_Blaster
    well try a different method?

    steel o-o's sig =
    = Done , = Not Done

    Leecher 0 =
    Newbie 25 =
    Member 50 =
    Advanced Member 100 =
    H4X0R Member 150 =
    Dual-Keyboard Member 250 =
    Expert Member 500 =
    's Trainer 750 =
    MPGH Expert 1000 =
    Synthetic Hacker 1250 =
    Blackhat Hacker 1500 =
    Whitehat Hacker 2000 =
    's Guardian 2500 =
    Upcoming MPGHiean 3000 =
    MPGH Addict 3500 =
    MPGHiean 4000 =
    MPGH Knight 4500 =
    MPGH Lord 5000 =
    MPGH Champion 5500 =
    MPGH King 6000 =
    MPGH Legend 6500 =
    MPGH God 7000 =
    MPGH God II 7500 =
    MPGH God III 8000 =
    MPGH God IV 8500 =
    MPGH God V 9000 =
    Arun's Slave 9500 =
    Dave's Slave 10000 =

  7. #37
    Tony_Blaster's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    My Mood
    Twisted
    @speedforyou
    yea, I solved thanks for your concern

  8. #38
    traiphoenix's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Posts
    91
    Reputation
    10
    Thanks
    4
    hack not working need the hack that work hmmm

  9. #39
    mo3ad001's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    842
    Reputation
    53
    Thanks
    797
    My Mood
    Busy
    maybe update addy can help :P

    H A X O
    Email : Noobmem@hotmail.com


  10. #40
    Se lutar tú vai além, humilde igual Jesus.
    MPGH Member
    Turbulence's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    2,181
    Reputation
    10
    Thanks
    742
    My Mood
    Pensive
    This code of console in asm is undetect...
    Code:
    HRESULT WINAPI WE11ington(CONST CHAR *cmd)
    {
    	_asm {
    		PUSHAD;
    		MOV EAX, LTClientEXE;
    		NOP;
    		MOV EBX, LTClientEXE;
    		NOP;
    		CMP EAX, EBX;
    		NOP;
    		JZ _WE11ington;
    		NOP;
    _WE11ington:
    		NOP;
    		PUSH cmd;
    		NOP;
    		MOV EAX, LTClientEXE;
    		NOP;
    		CALL EAX;
    		NOP;
    		ADD ESP, 0x4;
    		POPAD;
    	}
    Credits :
    WE11ington !
    Works in CAEU, CANA, and CABR ;D
    [IMG]https://especiais.lancene*****m.br/santos-campeao-libertadores-2011/images/escudo-santos.png[/IMG]

  11. #41
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Quote Originally Posted by elinson View Post
    This code of console in asm is undetect...
    Code:
    HRESULT WINAPI WE11ington(CONST CHAR *cmd)
    {
    	_asm {
    		PUSHAD;
    		MOV EAX, LTClientEXE;
    		NOP;
    		MOV EBX, LTClientEXE;
    		NOP;
    		CMP EAX, EBX;
    		NOP;
    		JZ _WE11ington;
    		NOP;
    _WE11ington:
    		NOP;
    		PUSH cmd;
    		NOP;
    		MOV EAX, LTClientEXE;
    		NOP;
    		CALL EAX;
    		NOP;
    		ADD ESP, 0x4;
    		POPAD;
    	}
    Credits :
    WE11ington !
    Works in CAEU, CANA, and CABR ;D
    That's the stupidest thing I've ever seen...

  12. The Following User Says Thank You to Crash For This Useful Post:

    Gordon` (05-23-2011)

  13. #42
    Se lutar tú vai além, humilde igual Jesus.
    MPGH Member
    Turbulence's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    2,181
    Reputation
    10
    Thanks
    742
    My Mood
    Pensive
    Quote Originally Posted by Crash View Post
    That's the stupidest thing I've ever seen...
    i not asked your opinion
    [IMG]https://especiais.lancene*****m.br/santos-campeao-libertadores-2011/images/escudo-santos.png[/IMG]

  14. #43
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Quote Originally Posted by elinson View Post
    i not asked your opinion
    I didn't say you did.

    I'm just saying what is the point of the first part of that code before the label ?

  15. #44
    mo3ad001's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    842
    Reputation
    53
    Thanks
    797
    My Mood
    Busy
    why all of this NOPS xD just to make it too big ?

    H A X O
    Email : Noobmem@hotmail.com


  16. #45
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616
    Code:
    0x485F60


    .

Page 3 of 4 FirstFirst 1234 LastLast