Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 54
  1. #16
    anaestheist's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    150
    Reputation
    10
    Thanks
    16
    My Mood
    Inspired
    Lol, wtf i thought everyone had this already?

  2. #17
    mo3ad001's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    842
    Reputation
    53
    Thanks
    797
    My Mood
    Busy
    Quote Originally Posted by anaestheist View Post
    Lol, wtf i thought everyone had this already?
    No not all !

    H A X O
    Email : Noobmem@hotmail.com


  3. #18
    swatfx's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    659
    Reputation
    20
    Thanks
    108
    My Mood
    Mellow
    Quote Originally Posted by anaestheist View Post
    Lol, wtf i thought everyone had this already?
    lol look at the release section.. for the longest time it was just memory hacks

    EDIT: @mo3ad001 just tested and working
    Last edited by swatfx; 04-10-2011 at 02:21 PM.

  4. The Following User Says Thank You to swatfx For This Useful Post:

    mo3ad001 (04-10-2011)

  5. #19
    mo3ad001's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    842
    Reputation
    53
    Thanks
    797
    My Mood
    Busy
    Quote Originally Posted by swatfx View Post
    lol look at the release section.. for the longest time it was just memory hacks

    EDIT: @mo3ad001 just tested and working
    Yeh Of course :P
    Thank You for testing
    Thanks 9++rep

    H A X O
    Email : Noobmem@hotmail.com


  6. #20
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616
    Quote Originally Posted by mo3ad001 View Post
    Yeh Of course :P
    Thank You for testing
    Thanks 9++rep
    Lol I posted a screenshot of it working.

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

    swatfx (04-10-2011)

  8. #21
    swatfx's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    659
    Reputation
    20
    Thanks
    108
    My Mood
    Mellow
    Quote Originally Posted by ᴺᴼᴼᴮ View Post


    Lol I posted a screenshot of it working.
    there's a thanks to make you feel all warm and fuzzy inside

  9. The Following User Says Thank You to swatfx For This Useful Post:

    NOOB (04-10-2011)

  10. #22
    mo3ad001's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    842
    Reputation
    53
    Thanks
    797
    My Mood
    Busy
    Quote Originally Posted by ᴺᴼᴼᴮ View Post


    Lol I posted a screenshot of it working.
    No Problem
    Thx and +rep for you too

    H A X O
    Email : Noobmem@hotmail.com


  11. #23
    wicho_koz's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    193
    Reputation
    12
    Thanks
    52
    My Mood
    Shocked
    PTC method exists?

  12. #24
    swatfx's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    659
    Reputation
    20
    Thanks
    108
    My Mood
    Mellow
    Quote Originally Posted by wicho_koz View Post
    PTC method exists?
    yes //toshort

  13. #25
    Strikex's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    1,311
    Reputation
    9
    Thanks
    355
    My Mood
    Relaxed
    Quote Originally Posted by Ratazana View Post
    pa q sevi issu mam?
    hey bro , english here.

  14. The Following User Says Thank You to Strikex For This Useful Post:

    PashaAmd (04-12-2011)

  15. #26
    PashaAmd's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    1,008
    Reputation
    58
    Thanks
    224
    whats that?

  16. #27
    Tony_Blaster's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    My Mood
    Twisted
    hey, i use visual studio 2008 pro.. this code not work if you build in x64
    Code:
     void PTC(const char* cmd)
    {
    	_asm
    	{
    		PUSH cmd
    		MOV EAX, 0x0485E40
    		CALL EAX
    		ADD ESP, 0x4
    	}
    }
    _asm not work in X64.. not build! ... and the dll x86 in win7 64 bit crash...
    Last edited by Tony_Blaster; 04-13-2011 at 07:52 AM.

  17. #28
    Ch40zz-C0d3r's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    831
    Reputation
    44
    Thanks
    401
    My Mood
    Twisted
    Quote Originally Posted by $0WhaT ? View Post
    :O eu and na have the same engine? why dont na hack work on eu then?
    Because the cshell is different

    Progress with my game - "Disbanded"
    • Fixed FPS lag on spawning entities due to the ent_preload buffer!
    • Edit the AI code to get some better pathfinding
    • Fixed the view bug within the sniper scope view. The mirror entity is invisible now!
    • Added a new silencer for ALL weapons. Also fixed the rotation bugs
    • Added a ton of new weapons and the choice to choose a silencer for every weapon
    • Created a simple AntiCheat, noobs will cry like hell xD
    • The name will be Disbanded, the alpha starts on the 18th august 2014



    Some new physics fun (Serversided, works on every client)



    My new AI
    https://www.youtube.com/watch?v=EMSB1GbBVl8

    And for sure my 8 months old gameplay with 2 friends
    https://www.youtube.com/watch?v=Na2kUdu4d_k

  18. #29
    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
    hey, i use visual studio 2008 pro.. this code not work if you build in x64
    Code:
     void PTC(const char* cmd)
    {
    	_asm
    	{
    		PUSH cmd
    		MOV EAX, 0x0485E40
    		CALL EAX
    		ADD ESP, 0x4
    	}
    }
    _asm not work in X64.. not build! ... and the dll x86 in win7 64 bit crash...
    so don't use it , and use this
    Code:
    typedef int (__cdecl* RunConsoleCommand_t )(char* cmd);
    RunConsoleCommand_t pRunConsoleCommand = (RunConsoleCommand_t)0x0485E40
    Code:
    pRunConsoleCommand("ShowFps 1");

    H A X O
    Email : Noobmem@hotmail.com


  19. #30
    Tony_Blaster's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    My Mood
    Twisted
    Quote Originally Posted by mo3ad001 View Post
    so don't use it , and use this
    Code:
    typedef int (__cdecl* RunConsoleCommand_t )(char* cmd);
    RunConsoleCommand_t pRunConsoleCommand = (RunConsoleCommand_t)0x0485E40
    Code:
    pRunConsoleCommand("ShowFps 1");
    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);
    }

Page 2 of 4 FirstFirst 1234 LastLast