Page 5 of 18 FirstFirst ... 3456715 ... LastLast
Results 61 to 75 of 262
  1. #61
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    We basically have the same ghost mode.
    Mine flickers like that too and i cant figure out how to stop it >.<

    && That mouse operated menu = beastly.

  2. #62
    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 mmbob View Post
    How is this real ghostmode if you don't move where you point?
    I thought that was only a feature of the real one, Im sure this could be done the same way

    but it's real because you can move in all directions

    Quote Originally Posted by whit View Post
    Gib Me Im Number #1
    Ok, but you must wait until tomorrow and sign a contract
    Dont ban me

  3. #63
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Quote Originally Posted by markoj View Post
    wth your picture looks exactly like mine somehow
    i lol'd /

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

    Ok, but you must wait until tomorrow and sign a contract
    Tehe Ok...

  5. #65
    mmbob's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    ja
    Posts
    653
    Reputation
    70
    Thanks
    1,157
    My Mood
    Bitchy
    Quote Originally Posted by ac1d_buRn View Post
    We basically have the same ghost mode.
    Mine flickers like that too and i cant figure out how to stop it >.<

    && That mouse operated menu = beastly.
    The ONLY way to stop the flicker is to disable where CA sets the camera position.

  6. #66
    SimplyUnknown's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    52
    Reputation
    10
    Thanks
    10

    PTC Help

    Hey Guys, Could someone help me.. im using this PTC Method, but still d/c

    i have used 5 PTC method.. this is the current one


    Code:
    void __cdecl PushToConsole(char* sVal)
    {
    	
    		DWORD zAddress = 0x007D9200;
    		void* szConsole = (void*)*(DWORD*)(zAddress);
    		_asm
    		{
    			push sVal
    			call szConsole
    			add esp, 4
    		}
    	}
    2nd
    Code:
    void __cdecl PushToConsole(const char* szCommand )
    {
    	DWORD dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
    	if( dwCShell != NULL )
    	{
    		DWORD *LTClient = ( DWORD* )( LTCaddie );
    		void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );
    		__asm
    		{
    			push szCommand;
    			call CONoff;
    			add esp, 4;
    		}
    	}
    }
    3rd

    a Push Method

    4th
    ConsolePush Method

  7. #67
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Quote Originally Posted by mmbob View Post
    The ONLY way to stop the flicker is to disable where CA sets the camera position.
    Hmm. Thanks for the info on that
    How would i disable tho?

    Let me guess, Some camera classes /

  8. #68
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    you two really is a good team..
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

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

    markoj (09-25-2010)

  10. #69
    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 ac1d_buRn View Post
    We basically have the same ghost mode.
    Mine flickers like that too and i cant figure out how to stop it >.<

    && That mouse operated menu = beastly.
    Mine barely flickers though, and it did in the video because Recording it made me lag a little.
    Quote Originally Posted by mmbob View Post
    The ONLY way to stop the flicker is to disable where CA sets the camera position.
    I guess that's how you do the real vip GhostMode
    Dont ban me

  11. #70
    mmbob's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    ja
    Posts
    653
    Reputation
    70
    Thanks
    1,157
    My Mood
    Bitchy
    Quote Originally Posted by ac1d_buRn View Post


    Hmm. Thanks for the info on that
    How would i disable tho?

    Let me guess, Some camera classes /
    Naws it's a nop .

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

    whit (09-25-2010)

  13. #71
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by mmbob View Post
    Naws it's a nop .
    hmm that seems nice
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  14. #72
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Someone Gave Me A Hotkey Ghostmode Source But I Will Have Too Search And Search On My Pc...So Ill Just Sign That Contract

  15. #73
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Do You Got Right Addies?

  16. #74
    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 whit View Post
    Someone Gave Me A Hotkey Ghostmode Source But I Will Have Too Search And Search On My Pc...So Ill Just Sign That Contract
    I doubt any are as good as mine I spent the past 14 hours on it lmao
    Dont ban me

  17. #75
    SimplyUnknown's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    52
    Reputation
    10
    Thanks
    10
    yes.. i use addie logger is this the right LTC > 0x377ED7A4

    im going to get food.. i double check the addies when i get back

Page 5 of 18 FirstFirst ... 3456715 ... LastLast

Similar Threads

  1. When the CF update coming
    By SUNY2 in forum CrossFire Hacks & Cheats
    Replies: 1
    Last Post: 12-13-2009, 09:46 PM
  2. Z.M. is coming after this update
    By ineverhack in forum CrossFire Hacks & Cheats
    Replies: 14
    Last Post: 07-15-2009, 07:51 PM
  3. New Updates that will come
    By dweevil01 in forum CrossFire Hacks & Cheats
    Replies: 10
    Last Post: 07-12-2009, 07:21 PM
  4. Crossfire Coming up Updates
    By Ossassin in forum CrossFire Hacks & Cheats
    Replies: 13
    Last Post: 06-23-2009, 07:29 PM
  5. Replies: 16
    Last Post: 08-10-2007, 07:10 AM