• Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
  • Unable to load portions of the website...
    If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
  • Read Rules Before Posting Post Virus Scans with every program.

Simple GT Auth

SwizzyPlays

Active Poster
CC Dev Team
Active Member
This is just a simple auth that I have been using for awhile for my private stuff. I don't recall who I got this from but it helped me out for awhile. Enjoy!

Code:

Code:
bool GTcheck(Char *GT, int safelength, char *safeGT){
if (GET_LENGTH_OF_LITERAL_STRING(GT) != safelength)return false;
return COMPARE_STRING(GT, safeGT);
}
bool GTchecklist(char *GT){
if (GTcheck(GT, 1, "Gamertag")) return true;
if (GTcheck(GT, 2, "Gamertag")) return true;
if (GTcheck(GT, 3, "Gamertag")) return true;
if (GTcheck(GT, 4, "Gamertag")) return true;
if (GTcheck(GT, 5, "Gamertag")) return true;
return false;
}


Code#2:
Code:
void main(void){
THIS_SCRIPT_IS_SAFE_FOR_NETWORK_GAME();
if (!GTchecklist(GET_PLAYER_NAME(GET_PLAYER_ID()))) return;
show_menu = false;
menu_setup();
 
Last edited:
This is just a simple auth that I have been using for awhile for my private stuff. I don't recall who I got this from but it helped me out for awhile. Enjoy!

Code:

bool GTcheck(Char *GT, int safelength, char *safeGT){
if (GET_LENGTH_OF_LITERAL_STRING(GT) != safelength)return false;
return COMPARE_STRING(GT, safeGT);
}
bool GTchecklist(char *GT){
if (GTcheck(GT, 1, "Gamertag")) return true;
if (GTcheck(GT, 2, "Gamertag")) return true;
if (GTcheck(GT, 3, "Gamertag")) return true;
if (GTcheck(GT, 4, "Gamertag")) return true;
if (GTcheck(GT, 5, "Gamertag")) return true;
return false;
}

Code#2:
void main(void){
THIS_SCRIPT_IS_SAFE_FOR_NETWORK_GAME();
if (!GTchecklist(GET_PLAYER_NAME(GET_PLAYER_ID()))) return;
show_menu = false;
menu_setup();
Very simple but it works, I would not use this security to sell mods to people as this could be cracked easily.

how would you set this up in your files does it go in common/vars or something like that
If you have no clue where it goes or how to put it all together then you shouldn't be coding to begin with. Watch some youtube videos on C before doing anything with this game.......
Here's a video
 
Very simple but it works, I would not use this security to sell mods to people as this could be cracked easily.


If you have no clue where it goes or how to put it all together then you shouldn't be coding to begin with. Watch some youtube videos on C before doing anything with this game.......
Here's a video
haha i forgot i posted on here i was very drunk at the time lol
 
Last edited:
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Chat Bot:
    vbreno12 has posted a new reply in the thread "Console ID #8670".
  • Chat Bot:
    Eemayzin is our newest member. Welcome!
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    Omar-_- is our newest member. Welcome!
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    lilmonster3 is our newest member. Welcome!
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    765rdchy5rfvbj5edcvj4ed is our newest member. Welcome!
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    wilson sales is our newest member. Welcome!
  • Chat Bot:
    riggv is our newest member. Welcome!
  • Chat Bot:
    ripthors is our newest member. Welcome!
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    modmonkey is our newest member. Welcome!
  • Chat Bot:
    QM|T_JinX has joined the room.
      Chat Bot: QM|T_JinX has joined the room.
      Back
      Top