Thread: Code Problem

Results 1 to 4 of 4
  1. #1
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused

    Code Problem

    Well...
    I have a problem with my Hack...
    I am a Noob in C++ but i codet already hacks for Ca...
    Now my Problem is that No Spread is always activated and idk Why...

    So my Code:


    I am a noob so please dont abuse me

    I am thanking in advance for Help...

    If False section Move please and Sorry If...

  2. #2
    Spaztaz666's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    2
    Is that it? as in theres no
    if(nospread){
    //code
    }
    else {
    //original code
    }

    That sorta thing?

  3. #3
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused
    Quote Originally Posted by Spaztaz666 View Post
    Is that it? as in theres no
    if(nospread){
    //code
    }
    else {
    //original code
    }

    That sorta thing?
    Thats not the whole Code
    There are few other things..
    Not in the Screen..

    So another Problem...
    i cant deactivate the hacks...
    Why...
    Sorry i am Noobish

  4. #4
    Solify's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Frankfurt, Germany
    Posts
    2,291
    Reputation
    143
    Thanks
    2,477
    My Mood
    Aggressive
    bool spread = false;

    if(getasynckeystate("key")<0){
    if(spread){
    Sleep(200);
    //original code
    spread = false;
    }else{
    Sleep(200);
    //hack
    spread = true;
    }
    }

Similar Threads

  1. [HELP] Admin menu / Coding problem
    By Raffeman in forum Other Programming
    Replies: 15
    Last Post: 09-01-2010, 08:45 AM
  2. Menu code problem. Cannot open include file: 'Base.h'
    By westomat in forum Combat Arms Help
    Replies: 12
    Last Post: 08-02-2010, 05:34 AM
  3. coding problem:help me
    By hunter1118 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 8
    Last Post: 04-20-2010, 08:27 PM
  4. Premium C++ coding problem
    By killerld in forum WarRock - International Hacks
    Replies: 1
    Last Post: 07-24-2009, 07:04 PM
  5. c++ code problems
    By mark.t in forum Programming Tutorial Requests
    Replies: 2
    Last Post: 12-27-2008, 02:20 PM