Page 2 of 2 FirstFirst 12
Results 16 to 16 of 16
  1. #16
    Alessandro10's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    MPGH.NET
    Posts
    6,140
    Reputation
    215
    Thanks
    4,607
    My Mood
    Busy
    Code:
    bool fps = false;
    
    void main() 
    {	
            if(GetAsyncKeyState(VK_NUMPAD9)<0){
                if(fps){
                    RunConsoleCommand("ShowFps 0");
                    fps = false;
                } else {
                   RunConsoleCommand("ShowFps 1");
                    fps = true;
                }
            }
    Sleep(200); 
    }
    Guys I'm with another problem, I added in the recoil and reloaded, the two are working 100% now the fps for example I press and nothing happens in the game ..
    Now neither is giving DC


    was analyzing the Cshell now and came across a business
    Code:
    ShowFPS,0;
    In IDA Pro his command looks like this, so I think the SHOWFPS 1, is not working ... what do you think?
    Last edited by Alessandro10; 11-02-2010 at 02:22 PM.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. help me MPGH Public Combat Arms Hack v1.05
    By Spitfire133 in forum Combat Arms Hacks & Cheats
    Replies: 28
    Last Post: 08-14-2009, 11:58 AM
  2. help with new wall hacks???
    By edelin08 in forum Combat Arms Hacks & Cheats
    Replies: 6
    Last Post: 09-02-2008, 08:52 PM
  3. new map combat arms
    By lilshooter713 in forum Combat Arms Hacks & Cheats
    Replies: 14
    Last Post: 08-23-2008, 09:21 PM
  4. HELP can't run Combat arms after patch
    By djsebizzle in forum Combat Arms Hacks & Cheats
    Replies: 14
    Last Post: 08-22-2008, 06:11 PM
  5. Teaser Trailer : New Hack : Combat Arms : ESP?
    By minorutono in forum Combat Arms Hacks & Cheats
    Replies: 25
    Last Post: 08-12-2008, 09:36 PM