Page 2 of 2 FirstFirst 12
Results 16 to 22 of 22
  1. #16
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by nonameav View Post
    Danmit, do you call this readable?

    I think you don't know how to add commands...

    You can use //command or /*command*/ This way you can explain what some parts of the code do... This is just a dump of functions xD, and a useless class. You don't realy use the power of classes... This is just a code dump in a few functions xD

    come one xD

    Code:
    class Base : public Detour, public cMenu, public GameInfo
    {
    public:
    	Base(void) : cMenu("Revival"), GameInfo()
    	{
    		Start();
    	}
    	virtual ~Base(void);
    
    	void HackLoop(void);
    	DWORD Start(void);
    	DWORD MainHook(void);
    
    };
    @nonameav
    You don't understand because you dont know C++. This is a class which inherits other classes.

    public Detour, public cMenu, public GameInfo

    are all inherited classes



    cMenu("Revival"), GameInfo()

    is the classes being init.

    And it uses class start. when ever a DLL is injected the Global Variables are init. So be defining the class you start the hacks... Learn To Code
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  2. #17
    kloklo2's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Hamburg
    Posts
    299
    Reputation
    8
    Thanks
    232
    My Mood
    Psychedelic
    Quote Originally Posted by topblast View Post


    @nonameav
    You don't understand because you dont know C++. This is a class which inherits other classes.

    public Detour, public cMenu, public GameInfo

    are all inherited classes



    cMenu("Revival"), GameInfo()

    is the classes being init.

    And it uses class start. when ever a DLL is injected the Global Variables are init. So be defining the class you start the hacks... Learn To Code
    lolz leecher

  3. #18
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by kloklo2 View Post
    lolz leecher
    done laugh, you might be one also... you didnt know what that was.
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  4. #19
    kloklo2's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Hamburg
    Posts
    299
    Reputation
    8
    Thanks
    232
    My Mood
    Psychedelic
    Leecher Power

  5. #20
    {Banned}**HACKER**'s Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    843
    Reputation
    8
    Thanks
    719
    My Mood
    Cheerful
    Very Kind Man This Should Help Alot Of People I Bet You People Will Say Post Their Hacks In This But Say Use Your Own Bypass

  6. #21
    nonameav's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    59
    Reputation
    10
    Thanks
    22
    Quote Originally Posted by topblast View Post


    @nonameav
    You don't understand because you dont know C++. This is a class which inherits other classes.

    public Detour, public cMenu, public GameInfo

    are all inherited classes



    cMenu("Revival"), GameInfo()

    is the classes being init.

    And it uses class start. when ever a DLL is injected the Global Variables are init. So be defining the class you start the hacks... Learn To Code
    Omfg, I know classes xD o'm programming and scripting for years xD
    Oke, you made a class of it, and that is it.... There are no command... You need to studie your whole code for a littel edit...

    Dude, this is basic stuff... I hope you used abstract/virtual classes Becouse it is very handy for hacking... I did't look if you have it.
    Last edited by nonameav; 08-09-2011 at 10:55 AM.

  7. #22
    [[SeXergy]]'s Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    417
    Reputation
    27
    Thanks
    130
    My Mood
    Sneaky
    Nice work, but many people will not figure out how to use this.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Help] Revival : [Topblast Menu Base v1.3]
    By RussianFighter in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 5
    Last Post: 08-08-2011, 07:06 AM
  2. Revival : [Topblast's Base]
    By topblast in forum Combat Arms Coding Help & Discussion
    Replies: 53
    Last Post: 05-24-2011, 09:42 PM
  3. [Help] Topblast D3D9 Menu Base
    By panget34 in forum Soldier Front General
    Replies: 18
    Last Post: 05-22-2011, 05:58 AM
  4. Topblast D3D Menu Base v1.1(Sliders and supports 2 different Fonts)
    By topblast in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 69
    Last Post: 08-27-2010, 05:14 PM
  5. Help on TOPBLAST's menu base
    By projektx in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 31
    Last Post: 08-07-2010, 01:52 AM