Results 1 to 2 of 2
  1. #1
    vidsac's Avatar
    Join Date
    Jul 2017
    Gender
    male
    Posts
    42
    Reputation
    10
    Thanks
    5
    My Mood
    Stressed

    One line of code stops from compiling as admin?

    Been trying to make a basic cheat, but every time I add one this one line of code, I can't do any OpenProcess/elevation requiring functions!

    I encourage you to try this code yourself, all my friends get the same issue. Please tell me im being dumb and just have a typo

    Code:
    bool good_coder() {
    	DWORD ELEPHANT = sizeof(TOKEN_ELEVATION); HANDLE CHEEZE = NULL;
    	TOKEN_ELEVATION PIZZA;
    	if (OpenProcessToken(GetConsoleWindow(), PROCESS_ALL_ACCESS, &CHEEZE)) {
    		if (GetTokenInformation(CHEEZE, TokenElevation, &PIZZA, sizeof(TOKEN_ELEVATION), &ELEPHANT)) {
    			return PIZZA.TokenIsElevated;
    		}
    	}
    }
    
    int main() {
    	if (!good_coder()) {
    		cout << "NOT ADMIN! :(";
    	}
    	else { cout << "YES! :D"; }
    	HWND walrus = NULL;
    	LPCSTR GAMENAMEHERE = "U CANT STEAL MY PASTE";
    	while (walrus == NULL) {
    		walrus = FindWindowA(NULL, GAMENAMEHERE);
    		Sleep(100);
    	}
    
    	LPDWORD AMIDUMB = NULL;
    	GetWindowThreadProcessId(walrus, AMIDUMB); // try &AMIDUMB and change it do DWORD, same result
    // PRETEND REST OF CHEAT IS HERE
    - - - Updated - - -

    also sorry for stupid names, ive tried to make this project like 10 times. i need something to keep me entertained

  2. #2
    vidsac's Avatar
    Join Date
    Jul 2017
    Gender
    male
    Posts
    42
    Reputation
    10
    Thanks
    5
    My Mood
    Stressed
    blubtooshort
    Last edited by vidsac; 09-01-2017 at 11:25 PM. Reason: didnt mean to hit reply

Similar Threads

  1. Cod4 undetected hack [i am just asking if some one knows a cod4 hack from MPGH ]
    By xaris in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 1
    Last Post: 04-20-2010, 01:51 PM
  2. Sleek User Interface - One line of code
    By NextGen1 in forum Visual Basic Programming
    Replies: 50
    Last Post: 02-02-2010, 06:04 PM
  3. [SELLING] ONE 25k Nx code, starting @ $18! A/W=$25!
    By 4SW in forum Trade Accounts/Keys/Items
    Replies: 5
    Last Post: 12-02-2009, 06:51 AM
  4. buy acc warrock lvl 24 for one retail promo code
    By sprawnkill in forum Trade Accounts/Keys/Items
    Replies: 2
    Last Post: 08-26-2008, 08:15 AM
  5. Where do retail codes come from?
    By weener in forum Trade Accounts/Keys/Items
    Replies: 8
    Last Post: 08-07-2007, 11:06 PM