Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Urban Terror

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
the_brilliance
Advanced Cheater
Reputation: 0

Joined: 15 Nov 2003
Posts: 82

PostPosted: Sun Oct 03, 2004 3:04 pm    Post subject: Urban Terror Reply with quote

There is this mod that comes with Quake 3, and it is a full screen game where you cant switch to CE with Ctrl-Alt-PgDn, not even Ctrl-Alt-Del will change the window. Any Suggestions?
Back to top
View user's profile Send private message
Ross_old
Moderator
Reputation: 0

Joined: 26 Jul 2004
Posts: 1147
Location: United States

PostPosted: Sun Oct 03, 2004 3:17 pm    Post subject: Reply with quote

(if ur running windows) can you hit the windows key to force the desktop to show up?

there's another game like that, a minimizer program was made to fix the problem (made the game run in a window). not sure if it'd work for you though Confused
Back to top
View user's profile Send private message
the_brilliance
Advanced Cheater
Reputation: 0

Joined: 15 Nov 2003
Posts: 82

PostPosted: Tue Oct 05, 2004 10:51 pm    Post subject: Reply with quote

Windows Key won't work either.
Back to top
View user's profile Send private message
Raven737
How do I cheat?
Reputation: 0

Joined: 05 Oct 2004
Posts: 3

PostPosted: Wed Oct 06, 2004 9:47 am    Post subject: Reply with quote

1.) can't you use the minimizer function of the cheat engine?

2.) here is the source for the doom3 minimizer made by "CiTRON-X"

Code:

#include <windows.h>
#include <stdio.h>
int d3found=0;
int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPSTR nCmdLine,int nShowCmd)
{
    HWND doom3=(HWND)0;   
    FILE * d3exist;
   d3exist = fopen("Doom3.exe","r");
   if (d3exist == 0)
      return 0;
      
   fclose(d3exist);
   ShellExecute(0,"open","Doom3.exe",0,0,SW_SHOWNORMAL);
   while(1)
   {
      if (GetAsyncKeyState(VK_MENU) && GetAsyncKeyState(VK_TAB))
      {
         doom3 = FindWindow("DOOM3",0);
         if (doom3)
         {
            d3found=1;
            ShowWindow(doom3,SW_MINIMIZE);
         }
         else
            d3found=0;
      }
      if (doom3 != 0 && d3found == 1)
      {
         doom3 = FindWindow("DOOM3",0);
         if(!doom3)
            return 0;
      }
      Sleep(10);
   }
   return 0;
}

just replace "DOOM3.EXE" with whatever your exe name is and also replace the "DOOM3" window name with the window name of your game.
I would also increase the sleep time to 100 (100ms = 1/10 of sec, should be good enugh and won't use as much cpu)

don't know if it will work but you can try it
Back to top
View user's profile Send private message
djcougar
Master Cheater
Reputation: 0

Joined: 10 Aug 2004
Posts: 490
Location: Sydney, Australia

PostPosted: Wed Oct 06, 2004 4:11 pm    Post subject: Reply with quote

what about alt+enter??
_________________
Computer games don't affect kids. I mean if pacman affected us, we would all be running around darkened rooms munching pills and listening to repitive music.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites