Jump to content
Welcome, Guest
Existing user? Sign In

Sign In



Sign Up
The MatriX
  • Welcome To Ghbsys
  • CS GO Streaming Version is released. Have fun streaming while cheating!
  • Have a Payment Issue? Send us a Support ticket.
  • Make a thread if you need support or join our discord for live support.
  • Have Suggestions? Make a thread and you'll earn Ghbsys Points for implemented suggestions.
  • Join our discord to stay well connected! Don't forget to integrate your discord to the site
  • Welcome to [GHB] - GAmEhAcKbAsTaRdS Forum

    Welcome to [GHB] - GAmEhAcKbAsTaRdS Forum, like most online communities you must register to view or post in our community, but don't worry this is a simple free process that requires minimal information for you to signup. Be apart of [GHB] - GAmEhAcKbAsTaRdS Forum by signing in or creating an account.
    • Start new topics and reply to others
    • Subscribe to topics and forums to get email updates
    • Get your own profile page and make new friends
    • Send personal messages to other members.

    How to make Premium Hack...


    xxka1saxx
     Share

    Recommended Posts

    Here is a Tutorial made by me, how to make a Premium Hack....

     

    Put this under the Includes:

    #define OFS_PREMIUM                    [color="#00FF00"]ADDY[/color]// put the Premium Addy here

     

    Here is your Funktion:

    void Premium(int x){
    DWORD dwSrvrPtr = *(DWORD*)[color="#00FF00"]SERVERPOINTER[/color]; //put the Serverpointer addy here
    if(dwSrvrPtr != 0)
    {
    *(int*)(dwSrvrPtr+OFS_PREMIUM) = x;
    }
    }

    And now add this to your Usage:

    Premium(3); // 3=Gold Premium you also could put a 2 for Silver and a 3 for Bronze in

     

     

    HERE YOU COULD SEE THE COMPLETE CODE

    [hide_me]

    #include "stdafx.h"
    #define OFS_PREMIUM        0x00000// put Premium Addy here
    /* This Tutorial is made by ggf_razor::pls Credits if you us it...*/
    void Premium(int x)
    {
    DWORD dwSrvrPtr = *(DWORD*)0x000000;//put Serverpointer Addy here
    if(dwSrvrPtr != 0)
    {
    	*(int*)(dwSrvrPtr+OFS_PREMIUM) = x;
    }
    }
    void HackThread()
    {
       for(;
       {
    	Premium(3);// 3=Gold Premium you also could put a 2 for Silver and a 3 for Bronze in it
    }
    }
    
    BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpReserved)
    {
       if(dwReason == DLL_PROCESS_ATTACH)
       {
           CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread, 0, 0, 0); 
       }
       return TRUE;
    }
    
    

    [/hide_me]

     

    PLS Credits

    Link to comment
    Share on other sites

    • Replies 238
    • Created
    • Last Reply

    Top Posters In This Topic

    dude nice tut but can u put a tut for make a esp hack???? or its harder to do it????

    Edited by elextr0
    Link to comment
    Share on other sites

    you forgot:

    #define OFS_PREMIUM <--- No Offset -> #define OFS_PREMIUM 0x364

     

     

    You can do this:

    #define SERVERPOINTER 0xAddy
    
    DWORD Server = *(DWORD*)SERVERPOINTER;

     

     

    Easier if you release your Hack.

     

    You Funktion is only 4 the Prem Hack xD

    Its easier if you make a Funktion that you can use 4 more than one Hack.

    Link to comment
    Share on other sites

    i know...

    but i don´t want that here so much C&P Coder....-.-

    so i only Post a few codes...xD

     

    and no i don´t forget addy....-.- look on the right side...there is a green word named addy....xDD

    Link to comment
    Share on other sites

    • 2 weeks later...
    Here is a Tutorial made by me, how to make a Premium cheat....

     

    Put this under the Includes:

    #define OFS_PREMIUM                    [color="#00FF00"]ADDY[/color]// put the Premium Addy here

     

    Here is your Funktion:

    void Premium(int x){
    DWORD dwSrvrPtr = *(DWORD*)[color="#00FF00"]SERVERPOINTER[/color]; //put the Serverpointer addy here
    if(dwSrvrPtr != 0)
    {
    *(int*)(dwSrvrPtr+OFS_PREMIUM) = x;
    }
    }

    And now add this to your Usage:

    Premium(3); // 3=Gold Premium you also could put a 2 for Silver and a 3 for Bronze in

     

     

    HERE YOU COULD SEE THE COMPLETE CODE

    [ Hidden part. View original post. ]

     

    PLS Credits

     

    thx!

    Link to comment
    Share on other sites

    Here is a Tutorial made by me, how to make a Premium cheat....

     

    Put this under the Includes:

    #define OFS_PREMIUM                    [color="#00FF00"]ADDY[/color]// put the Premium Addy here

     

    Here is your Funktion:

    void Premium(int x){
    DWORD dwSrvrPtr = *(DWORD*)[color="#00FF00"]SERVERPOINTER[/color]; //put the Serverpointer addy here
    if(dwSrvrPtr != 0)
    {
    *(int*)(dwSrvrPtr+OFS_PREMIUM) = x;
    }
    }

    And now add this to your Usage:

    Premium(3); // 3=Gold Premium you also could put a 2 for Silver and a 3 for Bronze in

     

     

    HERE YOU COULD SEE THE COMPLETE CODE

    [ Hidden part. View original post. ]

     

    PLS Credits

     

    rep

    Link to comment
    Share on other sites

    Here is a Tutorial made by me, how to make a Premium cheat....

     

    Put this under the Includes:

    #define OFS_PREMIUM                    [color="#00FF00"]ADDY[/color]// put the Premium Addy here

     

    Here is your Funktion:

    void Premium(int x){
    DWORD dwSrvrPtr = *(DWORD*)[color="#00FF00"]SERVERPOINTER[/color]; //put the Serverpointer addy here
    if(dwSrvrPtr != 0)
    {
    *(int*)(dwSrvrPtr+OFS_PREMIUM) = x;
    }
    }

    And now add this to your Usage:

    Premium(3); // 3=Gold Premium you also could put a 2 for Silver and a 3 for Bronze in

     

     

    HERE YOU COULD SEE THE COMPLETE CODE

    [ Hidden part. View original post. ]

     

    PLS Credits

    Link to comment
    Share on other sites

    Here is a Tutorial made by me, how to make a Premium cheat....

     

    Put this under the Includes:

    #define OFS_PREMIUM                    [color="#00FF00"]ADDY[/color]// put the Premium Addy here

     

    Here is your Funktion:

    void Premium(int x){
    DWORD dwSrvrPtr = *(DWORD*)[color="#00FF00"]SERVERPOINTER[/color]; //put the Serverpointer addy here
    if(dwSrvrPtr != 0)
    {
    *(int*)(dwSrvrPtr+OFS_PREMIUM) = x;
    }
    }

    And now add this to your Usage:

    Premium(3); // 3=Gold Premium you also could put a 2 for Silver and a 3 for Bronze in

     

     

    HERE YOU COULD SEE THE COMPLETE CODE

    [ Hidden part. View original post. ]

     

    PLS Credits

    repreprep <3

    Link to comment
    Share on other sites

    Here is a Tutorial made by me, how to make a Premium cheat....

     

    Put this under the Includes:

    #define OFS_PREMIUM                    [color="#00FF00"]ADDY[/color]// put the Premium Addy here

     

    Here is your Funktion:

    void Premium(int x){
    DWORD dwSrvrPtr = *(DWORD*)[color="#00FF00"]SERVERPOINTER[/color]; //put the Serverpointer addy here
    if(dwSrvrPtr != 0)
    {
    *(int*)(dwSrvrPtr+OFS_PREMIUM) = x;
    }
    }

    And now add this to your Usage:

    Premium(3); // 3=Gold Premium you also could put a 2 for Silver and a 3 for Bronze in

     

     

    HERE YOU COULD SEE THE COMPLETE CODE

    [ Hidden part. View original post. ] :verycrazy:

     

    PLS Credits

     

    nice tutorial...and do you need a injector for this?

    Link to comment
    Share on other sites

    Here is a Tutorial made by me, how to make a Premium cheat....

     

    Put this under the Includes:

    #define OFS_PREMIUM                    [color="#00FF00"]ADDY[/color]// put the Premium Addy here

     

    Here is your Funktion:

    void Premium(int x){
    DWORD dwSrvrPtr = *(DWORD*)[color="#00FF00"]SERVERPOINTER[/color]; //put the Serverpointer addy here
    if(dwSrvrPtr != 0)
    {
    *(int*)(dwSrvrPtr+OFS_PREMIUM) = x;
    }
    }

    And now add this to your Usage:

    Premium(3); // 3=Gold Premium you also could put a 2 for Silver and a 3 for Bronze in

     

     

    HERE YOU COULD SEE THE COMPLETE CODE

    [ Hidden part. View original post. ]

     

    PLS Credits

     

    nice seems simple enough to know

    Link to comment
    Share on other sites

    Guest
    This topic is now closed to further replies.
     Share

    • Recently Browsing   0 members

      • No registered users viewing this page.

    ×
    ×
    • Create New...