Page 2 of 2 FirstFirst 12
Results 16 to 23 of 23
  1. #16
    Krypton1x's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Tacoma
    Posts
    13,296
    Reputation
    1184
    Thanks
    1,196
    My Mood
    Brooding
    DWORD fixed it, now this damn error:

    Code:
    fatal error C1075: end of file found before the left brace '{' at

  2. #17
    CoderNever's Avatar
    Join Date
    Feb 2009
    Gender
    female
    Location
    https://mpgh.net MPGHCash: $700,458,011
    Posts
    1,198
    Reputation
    131
    Thanks
    2,236
    My Mood
    Buzzed
    it means you have un even brackets that don't match up...try adding a "}" at the end and compile

  3. #18
    Krypton1x's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Tacoma
    Posts
    13,296
    Reputation
    1184
    Thanks
    1,196
    My Mood
    Brooding
    I do...

    Code:
    {
    			if (ClientFxCheck != NULL)
    			{
    				DWORD dwCShell = CShellCheck;
    				DWORD dwClientFx = ClientFxCheck;
    
    				Ready = 1;
    			}
    		}
    
    		Sleep(200);
    
    		}
    That's the end of my code.

  4. #19
    CoderNever's Avatar
    Join Date
    Feb 2009
    Gender
    female
    Location
    https://mpgh.net MPGHCash: $700,458,011
    Posts
    1,198
    Reputation
    131
    Thanks
    2,236
    My Mood
    Buzzed
    Code:
    if (ClientFxCheck != NULL)
    			{
    				DWORD dwCShell = CShellCheck;
    				DWORD dwClientFx = ClientFxCheck;
    
    				Ready = 1;
    			}
    		}
    
    		Sleep(200);
    
    		}
    just try adding one more bracket it might be the solution

    so..
    Code:
    if (ClientFxCheck != NULL)
    			{
    				DWORD dwCShell = CShellCheck;
    				DWORD dwClientFx = ClientFxCheck;
    
    				Ready = 1;
    			}
    		}
    
    if im right...this is a nobo explaination btw xD...for every "{" you need a "}" and that error is saying you have a "{" that does not have a "}" to end it
    
    		Sleep(200);
    
    		}
    }
    Last edited by CoderNever; 07-07-2010 at 04:48 PM.

  5. #20
    Krypton1x's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Tacoma
    Posts
    13,296
    Reputation
    1184
    Thanks
    1,196
    My Mood
    Brooding
    Holy shit, it worked. Thanks so much!

  6. #21
    CoderNever's Avatar
    Join Date
    Feb 2009
    Gender
    female
    Location
    https://mpgh.net MPGHCash: $700,458,011
    Posts
    1,198
    Reputation
    131
    Thanks
    2,236
    My Mood
    Buzzed
    Yeah for future reference for every "{" you need a "}" and that exact error was saying it hit the end of the file but you still did not competle the pattern of having a "}" for every "{" so adding that one fixed it. I'm glad I could help, and I hope you release a sick hack to mpgh.

    /sloved
    /close

  7. #22
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    i believe if i remember DWORD means Double word

  8. #23
    Ali's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Qc, Canada
    Posts
    11,450
    Reputation
    342
    Thanks
    3,518
    My Mood
    Cool
    Quote Originally Posted by CoderNever View Post
    /sloved
    /close
    /Moved to help section & /Closed .

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Error when startting hacks.
    By Bargin in forum Combat Arms Help
    Replies: 9
    Last Post: 08-11-2010, 09:55 PM
  2. [SOLVED] Side-by-Side Error When Opening Hacks
    By crazorfrazor in forum Call of Duty Modern Warfare 2 Help
    Replies: 13
    Last Post: 06-29-2010, 07:29 AM
  3. Windows 7 colour scheme error when running hack
    By lasts3cond in forum Combat Arms Help
    Replies: 8
    Last Post: 04-22-2010, 05:30 AM
  4. Application error when trying hacks
    By lilchumbe in forum Combat Arms Hacks & Cheats
    Replies: 1
    Last Post: 06-16-2009, 12:41 PM
  5. I keep getting error when opening hack[HELP!!!!!!]
    By Cagamer in forum Combat Arms Hacks & Cheats
    Replies: 18
    Last Post: 12-18-2008, 09:19 PM