Thread: Need Help

Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    DreadKyller's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    122
    Reputation
    12
    Thanks
    21
    wow, first off you are not even useing the "IsGameReadyForHook" and are just doing the hack right off, most like cShell hasn't even loaded, first part is replace:
    Code:
    void main()
    {
    
    Hack("ShowFps 1");
    
            Sleep(200);
    	}
    with:
    Code:
    void main(){
        if(!IsGameReadyForHook()){
            Sleep(100);
            Hack("ShowFps 1");
        }
    }

  2. #17
    Dieorwin's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    In My House
    Posts
    167
    Reputation
    21
    Thanks
    22
    Quote Originally Posted by DreadKyller View Post
    wow, first off you are not even useing the "IsGameReadyForHook" and are just doing the hack right off, most like cShell hasn't even loaded, first part is replace:
    [php]void main()
    {

    Hack("ShowFps 1");

    Sleep(200);
    }[/code]
    with:
    [code]void main(){
    if(!IsGameReadyForHook()){
    Sleep(100);
    Hack("ShowFps 1");
    }
    }[/php]
    He's talking about how to bypass it, but I guess that did help him.

  3. #18
    DreadKyller's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    122
    Reputation
    12
    Thanks
    21
    I never fully understood what bypassing is, I hear it used a lot, but what exactly is it? I mean I know what it means, but... can't find anything on it anywhere on the web.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Help Request] Need Help
    By shane11 in forum CrossFire Help
    Replies: 49
    Last Post: 05-03-2011, 04:29 AM
  2. [Help Request] Need help finding a Vindictus injector
    By VpChris in forum Vindictus Help
    Replies: 2
    Last Post: 05-01-2011, 10:51 PM
  3. [Help Request] need help with mod
    By .:MUS1CFR34K:. in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 4
    Last Post: 05-01-2011, 12:40 PM
  4. [Help Request] I need help~~!!!!
    By c834606877 in forum Alliance of Valiant Arms (AVA) Help
    Replies: 1
    Last Post: 05-01-2011, 01:12 AM
  5. [Help Request] need help with modding
    By BayBee Alyn in forum Combat Arms Help
    Replies: 0
    Last Post: 04-27-2011, 09:06 PM