FindWindow

Results 1 to 21 of 21
  1. #1
    Apprentice maxinimo is offline
    MemberRank
    Jan 2013 Join Date
    9Posts

    FindWindow

    FindWindow not work in gunz source.


  2. #2
    Alpha Member Chrisss is offline
    MemberRank
    Feb 2012 Join Date
    Ask the Fox!Location
    1,660Posts

    Re: FindWindow

    What the hell is Find Window?

  3. #3
    Apprentice maxinimo is offline
    MemberRank
    Jan 2013 Join Date
    9Posts

    Re: FindWindow

    Quote Originally Posted by Duluxe View Post
    What the hell is Find Window?
    FindWindow function (Windows)

  4. #4
    Developer / Patch Finder Tankado is offline
    MemberRank
    Oct 2011 Join Date
    The NetherlandsLocation
    451Posts

    Re: FindWindow

    its working i use it like this.

    PHP Code:
        HWND A FindWindowA(NULL"badwindow.exe");
        if(
    == 0)
            
    mlog"BadWindow Found\n");
        else
            
    mlog"No BadWindow Found\n"); 

  5. #5
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: FindWindow

    Quote Originally Posted by SeaTroll View Post
    its working i use it like this.

    PHP Code:
        HWND A FindWindowA(NULL"badwindow.exe");
        if(
    == 0)
            
    mlog"BadWindow Found\n");
        else
            
    mlog"No BadWindow Found\n"); 
    If the function succeeds, the return value is a handle to the window that has the specified class name and window name.
    If the function fails, the return value is NULL. To get extended error information, call GetLastError.
    You're using it wrong.

  6. #6
    Apprentice maxinimo is offline
    MemberRank
    Jan 2013 Join Date
    9Posts

    Re: FindWindow

    Thanks Seatroll

    Closed Please.
    Last edited by maxinimo; 14-02-13 at 12:41 AM.

  7. #7
    I am THE DON Joe9099 is offline
    MemberRank
    Jan 2007 Join Date
    England, UkLocation
    3,655Posts

    Re: FindWindow

    pfft your blacklisting program window names? if so, stupid idea

  8. #8
    Apprentice maxinimo is offline
    MemberRank
    Jan 2013 Join Date
    9Posts

    Re: FindWindow

    Quote Originally Posted by Joe9099 View Post
    pfft your blacklisting program window names? if so, stupid idea

    Do you have another idea to search for titles of windows?

  9. #9
    Enthusiast ngskRabbit is offline
    MemberRank
    Sep 2012 Join Date
    32Posts

    Re: FindWindow

    Quote Originally Posted by SeaTroll View Post
    its working i use it like this.

    PHP Code:
        HWND A FindWindowA(NULL"badwindow.exe");   // NOTE :It's window name, not file name.
        
    if(== 0)
            
    mlog"BadWindow Found\n");
        else
            
    mlog"No BadWindow Found\n"); 
    The condition is reversed (That's what Wizkidje said).
    and in future coding, I strongly recommend to use FindWindow (Not FindWindowA, same thing goes to many other Win32 API functions).

    Quote Originally Posted by maxinimo View Post
    Do you have another idea to search for titles of windows?
    There are a lot of ways, but It isn't easy. At least, finding out window name is just useless and dangerous.

  10. #10
    Apprentice maxinimo is offline
    MemberRank
    Jan 2013 Join Date
    9Posts

    Re: FindWindow

    Thanks to all

    Code of seatroll solve my problem.

  11. #11
    Enthusiast Aprodite is offline
    MemberRank
    Jan 2012 Join Date
    36Posts

    Re: FindWindow

    More Simple

    PHP Code:
    void ForYou()
    {
             if ( 
    FindWindowA"Cheat Engine") )
        {
             
    Log("Hack Detected, Gunz Closed open the gunz again");
         
    Detected();
        } 

  12. #12
    Currently Stoned ! Ronny786 is offline
    MemberRank
    Dec 2011 Join Date
    Lost WorldLocation
    984Posts

    Re: FindWindow

    Quote Originally Posted by Aprodite View Post
    More Simple

    PHP Code:
    void ForYou()
    {
             if ( 
    FindWindowA"Cheat Engine") )
        {
             
    Log("Hack Detected, Gunz Closed open the gunz again");
         
    Detected();
        } 

    1: Right-click an empty space on the taskbar. Click "Task Manager." Click the "Processes" tab.
    2: Click "Image Name" to sort the processes alphabetically. Right-click the process you want to rename, then click "Properties."
    3: Right-click the process once again, then click "End Process." Click "End Process" once again.
    4: Return to the "Properties" window. Select the "General" tab. Erase the name of the process, but leave the file extension.
    5: Enter into the box the name you want to change the process to. Do not change or delete the file extension.
    6: Click "Apply," then "OK," to change the process name.



    What the hell you thinking to block windows name ? even a 2 year old kid can bypass it ! :|

  13. #13
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: FindWindow

    Quote Originally Posted by Ronny786 View Post
    1: Right-click an empty space on the taskbar. Click "Task Manager." Click the "Processes" tab.
    2: Click "Image Name" to sort the processes alphabetically. Right-click the process you want to rename, then click "Properties."
    3: Right-click the process once again, then click "End Process." Click "End Process" once again.
    4: Return to the "Properties" window. Select the "General" tab. Erase the name of the process, but leave the file extension.
    5: Enter into the box the name you want to change the process to. Do not change or delete the file extension.
    6: Click "Apply," then "OK," to change the process name.



    What the hell you thinking to block windows name ? even a 2 year old kid can bypass it ! :|
    You forgot to mention your source.

    How to Change a Process Name on Windows Task Manager | eHow.com

  14. #14
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: FindWindow

    Quote Originally Posted by Ronny786 View Post
    1: Right-click an empty space on the taskbar. Click "Task Manager." Click the "Processes" tab.
    2: Click "Image Name" to sort the processes alphabetically. Right-click the process you want to rename, then click "Properties."
    3: Right-click the process once again, then click "End Process." Click "End Process" once again.
    4: Return to the "Properties" window. Select the "General" tab. Erase the name of the process, but leave the file extension.
    5: Enter into the box the name you want to change the process to. Do not change or delete the file extension.
    6: Click "Apply," then "OK," to change the process name.



    What the hell you thinking to block windows name ? even a 2 year old kid can bypass it ! :|
    http://forum.ragezone.com/f245/simpl...tihack-900201/

    Whaaaaaaaaaaaat ?

  15. #15
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: FindWindow

    Quote Originally Posted by Vusion View Post
    But... that was 2 months ago.

  16. #16
    Currently Stoned ! Ronny786 is offline
    MemberRank
    Dec 2011 Join Date
    Lost WorldLocation
    984Posts

    Re: FindWindow

    Quote Originally Posted by Vusion View Post
    i think everytime we learn some useful things from our mistake..thats what i learnt from my past !

  17. #17
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: FindWindow

    Quote Originally Posted by Ronny786 View Post
    i think everytime we learn some useful things from our mistake..thats what i learnt from my past !
    Starting off with English... nevermind.

  18. #18
    Enthusiast Aprodite is offline
    MemberRank
    Jan 2012 Join Date
    36Posts

    Re: FindWindow

    vitor perin, aka etropulus vexor44 nestor maxinimo

  19. #19
    Currently Stoned ! Ronny786 is offline
    MemberRank
    Dec 2011 Join Date
    Lost WorldLocation
    984Posts

    Re: FindWindow

    Quote Originally Posted by Wizkidje View Post
    Starting off with English... nevermind.
    m not that pro at english, sorry !

  20. #20
    Apprentice iOmegaAZ is offline
    MemberRank
    Jan 2013 Join Date
    12Posts

    Re: FindWindow

    Quote Originally Posted by Aprodite View Post
    vitor perin, aka etropulus vexor44 nestor maxinimo
    Something about Vitor? Lol or GLISH MAN

  21. #21
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: FindWindow

    Quote Originally Posted by iOmegaAZ View Post
    Something about Vitor? Lol or GLISH MAN
    He jumped off a cliff holding a doll in his arms.



Advertisement