Page 1 of 2 12 LastLast
Results 1 to 15 of 28
  1. #1
    hgmf8124's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    GTFO Stalker!
    Posts
    106
    Reputation
    10
    Thanks
    17
    My Mood
    Dead

    [HELP PLEASE]Gellin's Base Error (Error: One of the Hacks are alway auto-on)

    Hey everyone, I got some help and fixed Gellin's Base and so it works , but I have another problem. So, I tested the hack, then there is one hack that is always auto-on for some reason.. if I remove that hack, another hack becomes auto-on. Please help..

    PLEASE DO NOT FLAME!!!

  2. The Following User Says Thank You to hgmf8124 For This Useful Post:

    speedforyou (08-20-2010)

  3. #2
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    You probably forgot a }

  4. The Following User Says Thank You to CodeDemon For This Useful Post:

    025rog (08-21-2010)

  5. #3
    swatfx's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    659
    Reputation
    20
    Thanks
    108
    My Mood
    Mellow
    Quote Originally Posted by CodeDemon View Post
    You probably forgot a }
    yes that is most likely it

  6. #4
    hgmf8124's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    GTFO Stalker!
    Posts
    106
    Reputation
    10
    Thanks
    17
    My Mood
    Dead
    Quote Originally Posted by CodeDemon View Post
    You probably forgot a }
    Mmk, i'll check it over.

    TV me?

  7. The Following User Says Thank You to hgmf8124 For This Useful Post:

    speedforyou (08-20-2010)

  8. #5
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    Just post the damn source here..

  9. #6
    hgmf8124's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    GTFO Stalker!
    Posts
    106
    Reputation
    10
    Thanks
    17
    My Mood
    Dead
    Quote Originally Posted by Stephen View Post
    Just post the damn source here..
    Could I send through PM? There's a part my friend doesn't want me to show.

  10. The Following User Says Thank You to hgmf8124 For This Useful Post:

    speedforyou (08-20-2010)

  11. #7
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    Quote Originally Posted by hgmf8124 View Post
    Could I send through PM? There's a part my friend doesn't want me to show.
    Sure. IDC .

  12. #8
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    @CodeDemon: If you ever forget to add just one '}' you're going to get an error. You have to have matching braces.

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

    hgmf8124 (08-20-2010),speedforyou (08-20-2010)

  14. #9
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    Quote Originally Posted by Void View Post
    @CodeDemon: If you ever forget to add just one '}' you're going to get an error. You have to have matching braces.
    True but maybe he added an extra brace somewhere else?

  15. The Following 2 Users Say Thank You to CodeDemon For This Useful Post:

    hgmf8124 (08-20-2010),speedforyou (08-20-2010)

  16. #10
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    Quote Originally Posted by CodeDemon View Post
    True but maybe he added an extra brace somewhere else?

    No src so... Idk..

  17. #11
    hgmf8124's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    GTFO Stalker!
    Posts
    106
    Reputation
    10
    Thanks
    17
    My Mood
    Dead
    Quote Originally Posted by Stephen View Post


    Sure. IDC .
    Sent PM. Read please.

  18. #12
    Finish's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    126
    Reputation
    11
    Thanks
    6
    My Mood
    Happy
    I THINKING I KNO HOW TO FIX.. ohh caps

    maybe u have ur hacks as
    Code:
    if(option = 1)
             //do hack
    else
             //do not hack
    that is wrong U need 2 equal's (==)

    if that not the problem maybe u have the problem in the menu class
    You may add me as
    finish101@hotmail.com

  19. #13
    117185's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    69
    Reputation
    10
    Thanks
    1
    PM me the source and i will look it over then! ;-)
    U probably forget a } but u never know!

  20. #14
    hgmf8124's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    GTFO Stalker!
    Posts
    106
    Reputation
    10
    Thanks
    17
    My Mood
    Dead
    Quote Originally Posted by Finish View Post
    I THINKING I KNO HOW TO FIX.. ohh caps

    maybe u have ur hacks as
    Code:
    if(option = 1)
             //do hack
    else
             //do not hack
    that is wrong U need 2 equal's (==)

    if that not the problem maybe u have the problem in the menu class
    Mine's not like that, mines like:

    Code:
    if( Menu.mOpt[1].nopt  > 0 )//Tracers
    			this->PushToConsole( "ShowFirePath 1" );
    		else
    			this->PushToConsole( "ShowFirePath 0" );

  21. #15
    Finish's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    126
    Reputation
    11
    Thanks
    6
    My Mood
    Happy
    Quote Originally Posted by hgmf8124 View Post
    Mine's not like that, mines like:

    Code:
    if( Menu.mOpt[1].nopt  > 0 )//Tracers
    			this->PushToConsole( "ShowFirePath 1" );
    		else
    			this->PushToConsole( "ShowFirePath 0" );
    then it is in ur menu class
    You may add me as
    finish101@hotmail.com

Page 1 of 2 12 LastLast

Similar Threads

  1. Help with Gellins VIP Base
    By sky479 in forum Combat Arms Coding Help & Discussion
    Replies: 1
    Last Post: 10-17-2011, 02:15 AM
  2. [Help Request] An error occurred with the hack prevention system (Error Code = 204)
    By InspiredBitch in forum Combat Arms Help
    Replies: 8
    Last Post: 08-07-2011, 02:43 PM
  3. Gellin's Base Error Help
    By BlackHaexGuns in forum C++/C Programming
    Replies: 3
    Last Post: 07-24-2010, 02:39 AM
  4. Gellin's Base Errors
    By whatup777 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 24
    Last Post: 07-07-2010, 01:43 AM
  5. (Windows 7 Ultimate 32-bit) - None of the hacks are working! Please help.
    By dordort in forum Alliance of Valiant Arms (AVA) Help
    Replies: 5
    Last Post: 06-21-2010, 09:45 PM