Results 1 to 14 of 14

Hybrid View

  1. #1
    arun823's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Los Angeles, California
    Posts
    523
    Reputation
    151
    Thanks
    1,899
    My Mood
    Amused

    Beast Mode Bug or Wrong Code?

    Hey guys there's this bug/issue (i dont know what it is) with beast mode. When activated i cannot move but when turned off i teleport to another position. Here's a video and the source. Video quality is shit:



    Credits to @supercarz1991 and others whom i do not know for this source
    Code:
    ModelInfo* PlayerStruct = (ModelInfo*) g_LTClient->GetPlayer();
    	subitem = (SubMenuItem*)Main->Menu->GetItemByText(T("VIP"));
    	if(Main->Tools->IsValidPointer(subitem))
    	{
    		MenuItem * item = subitem->GetSubMenu()->GetItemByText(T("Beast Mode"));
    		{
    			if(item->GetValue() && PlayerStruct != 0 && Status)
    			{
    					WriteOpCode((void*) CameraUpdate, "\xC3", 1);
    					g_CommonLT->SetObjectFlags(g_LTClient->GetPlayer(), OFT_Flags, 0, FLAG_SOLID);
    
    			}
    			else
    			{
    				g_CommonLT->SetObjectFlags(g_LTClient->GetPlayer(), OFT_Flags, FLAG_SOLID, FLAG_SOLID);
    				WriteOpCode((void*) CameraUpdate, "\x83", 1);
    			}
    		}
    	}

  2. #2
    Ch40zz-C0d3r's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    831
    Reputation
    44
    Thanks
    401
    My Mood
    Twisted

    Hahaha.
    If you would use your fucking brain instead of c&p code you dont understand, you would know why.
    How you should your camera move if you path it?

    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

  3. The Following 2 Users Say Thank You to Ch40zz-C0d3r For This Useful Post:

    ac1d_buRn (07-19-2012),[MPGH]Flengo (07-18-2012)

  4. #3
    Shadow`'s Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    MN
    Posts
    636
    Reputation
    74
    Thanks
    3,014
    My Mood
    Relaxed
    Quote Originally Posted by Ch40zz-C0d3r View Post

    Hahaha.
    If you would use your fucking brain instead of c&p code you dont understand, you would know why.
    How you should your camera move if you path it?
    You do realize this is a complete troll thread, right?

  5. #4
    Ch40zz-C0d3r's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    831
    Reputation
    44
    Thanks
    401
    My Mood
    Twisted
    Quote Originally Posted by Shadow` View Post
    You do realize this is a complete troll thread, right?
    Bro, this is no troll.
    This is the fucking hard truth.

    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

  6. #5
    Shadow`'s Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    MN
    Posts
    636
    Reputation
    74
    Thanks
    3,014
    My Mood
    Relaxed
    Quote Originally Posted by Ch40zz-C0d3r View Post
    Bro, this is no troll.
    This is the fucking hard truth.
    Believe what you want, bit doesn't matter to me, I didn't make the thread. @Saltine , it's not an excuse, but like I said before i didn't make the thread so it doesn't really effect me.

  7. #6
    Saltine's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    493
    Reputation
    104
    Thanks
    629
    Quote Originally Posted by Shadow` View Post
    Believe what you want, bit doesn't matter to me, I didn't make the thread. @Saltine , it's not an excuse, but like I said before i didn't make the thread so it doesn't really effect me.
    Isn't he your partner though? Both of you work together on the same hack and he's posting help for the hack you TWO are making. That includes you by default.

    Oh no! Vortex is gay!

  8. The Following User Says Thank You to Saltine For This Useful Post:

    Ch40zz-C0d3r (07-18-2012)

  9. #7
    Saltine's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    493
    Reputation
    104
    Thanks
    629
    Quote Originally Posted by Shadow` View Post
    You do realize this is a complete troll thread, right?
    Good excuse to cover up for him lol. You guys can do unlimited ammo, but yet have trouble with something this easy? I am very confused now. I will go take a nap.

    Oh no! Vortex is gay!

  10. #8
    Ch40zz-C0d3r's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    831
    Reputation
    44
    Thanks
    401
    My Mood
    Twisted
    Now close this thread please...
    Problem has been been solved.

    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

  11. #9
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    i have a mod form of what your doing in that vid

    commando: You're probably the best non-coder coder I know LOL


  12. #10
    Xipher's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Melbourne, AU.
    Posts
    1,780
    Reputation
    472
    Thanks
    1,690
    My Mood
    Innocent
    Thread closed due to OP's lack of intelligence.

  13. The Following 2 Users Say Thank You to Xipher For This Useful Post:

    [MPGH]Flengo (07-19-2012),pDevice (07-19-2012)

Similar Threads

  1. CF PH Ghost Mode Bug TUT
    By tabuzo013 in forum CrossFire Discussions
    Replies: 4
    Last Post: 05-03-2010, 02:51 PM
  2. [Info] Mutation Mode Bug?
    By KilljoyJr in forum CrossFire Hacks & Cheats
    Replies: 25
    Last Post: 02-26-2010, 10:02 PM
  3. [Info] Ghost mode Bug
    By kickface2 in forum CrossFire Hacks & Cheats
    Replies: 1
    Last Post: 02-11-2010, 04:22 PM
  4. [Tutorial] Crossfire Ghost Mode Bug
    By KilljoyJr in forum CrossFire Hacks & Cheats
    Replies: 5
    Last Post: 02-11-2010, 04:16 PM
  5. [Release] {GHost mode} {bug 2010} {Not a hack ok}
    By ddmatatuta23 in forum CrossFire Hacks & Cheats
    Replies: 21
    Last Post: 02-05-2010, 12:45 PM