Advertisement
Meliodas0_0

How to check the user id of a player in C++

Feb 8th, 2020
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. if (actualId == youridhere) {
  2. //exploit code goes here
  3. }
  4. else {
  5. cout << "You are not whitelisted!" << endl;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement