Results 1 to 2 of 2
  1. #1
    sigma3030's Avatar
    Join Date
    Sep 2018
    Gender
    female
    Posts
    9
    Reputation
    10
    Thanks
    1
    My Mood
    Relaxed

    Close hack once window's not found (SF 2 SEA)

    I have a working hack for sf2 sea I made works perfect, Damage, Chams, no recoil, no flash atm Once I get the hack complete, I plan on doing a release on here. This is where i'm at I know Pause isn't the way to go. SO I need when it don't Detect the window it closes once you press enter: if it detects window then it opens cheat once you press enter. here it where i'm at so far.

    Code:
    GetWindowThreadProcessId(hWnd, &pid);
    	if (hWnd)
    	{
    		cout << pid << endl;
    	}
    	else
    	{
    		cout << "Window Not Found";
    	}
    	cout <<
    		system("Pause");
    	    exit(0);

  2. #2
    Riddick99's Avatar
    Join Date
    May 2020
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    10

    Source

    Quote Originally Posted by sigma3030 View Post
    I have a working hack for sf2 sea I made works perfect, Damage, Chams, no recoil, no flash atm Once I get the hack complete, I plan on doing a release on here. This is where i'm at I know Pause isn't the way to go. SO I need when it don't Detect the window it closes once you press enter: if it detects window then it opens cheat once you press enter. here it where i'm at so far.

    Code:
    GetWindowThreadProcessId(hWnd, &pid);
    	if (hWnd)
    	{
    		cout << pid << endl;
    	}
    	else
    	{
    		cout << "Window Not Found";
    	}
    	cout <<
    		system("Pause");
    	    exit(0);
    I think:

    CloseHandle(hProcess);

  3. The Following User Says Thank You to Riddick99 For This Useful Post:

    sigma3030 (05-21-2020)

Similar Threads

  1. Mw3 KILLSTREAK HACK/Mw3 MULTIPLAYER WAS NOT FOUND
    By GunnSHiP in forum Call of Duty Modern Warfare 3 Help
    Replies: 10
    Last Post: 07-15-2013, 09:49 AM
  2. [Help] iam not found dll hack in the relase file
    By supernour2020 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 9
    Last Post: 08-10-2012, 06:13 PM
  3. [Release] Crossfire Window Mode(Not really a hack)
    By SillyCharacter in forum CrossFire Tutorials
    Replies: 10
    Last Post: 11-11-2011, 11:05 AM
  4. Help The Hacks Of Warrock not found for me
    By TaIKI in forum WarRock Discussions
    Replies: 9
    Last Post: 04-15-2010, 08:19 PM
  5. i can download any hack its saying dll not found
    By ash111 in forum WarRock - International Hacks
    Replies: 9
    Last Post: 01-09-2010, 10:35 AM