google-site-verification: googlebaca44933768a824.html [TUTORIAL]A Real tutorial how to create your own cvar system. - Old Royal Hack Forum

Announcement

Collapse
No announcement yet.

[TUTORIAL]A Real tutorial how to create your own cvar system.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [TUTORIAL]A Real tutorial how to create your own cvar system.

    So lets start , first you gona need to make a new header file and add it to your project , lets call it , CvarSystem.h.

    So we open it , and write content...

    struct CvarSystem /*We can call CvarSystem what ever we can , but ill call it just cvarsystem*/
    {
    /*We add cvars here*/
    /*Add Cvars by using float cvarname;*/
    float aim_bot;
    };
    next , we add at the bottom , extern Name-You-Entered-After-struct , mine is CvarSystem , so i enter extern CvarSystem cvars;

    after CvarSystem the word you type , you will gona be using it in other CPPs , like Aimbot/Esp etc.
    you can change "cvars' to anything you want.

    So thats pretty much it , bye.

    #2
    Re: [TUTORIAL]A Real tutorial how to create your own cvar system.

    thanks i pretty much am going to start a vip hack site now ill mail you 10%

    Comment


      #3
      Re: [TUTORIAL]A Real tutorial how to create your own cvar system.

      lol this is quite useless

      Comment


        #4
        Re: [TUTORIAL]A Real tutorial how to create your own cvar system.

        for advanced cvar system see OGC source codenz.

        Comment

        Working...
        X