sploit for arena-battle
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// Created by john on 1/24/20.
|
||||
//
|
||||
|
||||
#ifndef KEYGEN_KEYGEN_H
|
||||
#define KEYGEN_KEYGEN_H
|
||||
|
||||
#define TOK_SIZE 30
|
||||
|
||||
void GenerateToken(int n, char* out);
|
||||
int ValidateToken(int n, char* token);
|
||||
#endif //KEYGEN_KEYGEN_H
|
||||
Reference in New Issue
Block a user