| View previous topic :: View next topic   | 
	
	
	
		| Author | 
		Message | 
	
	
		Jorg hi I post too much
  Reputation: 7
  Joined: 24 Dec 2007 Posts: 2276 Location: Minnesota
  | 
		
			
				 Posted: Wed Nov 26, 2008 6:06 pm    Post subject: BETA[New Cheat Engine Tutorial] A level slovach can't beat | 
				       | 
			 
			
				
  | 
			 
			
				I made this new CE tutorial that is much harder and I bet a lot of you can't beat it. It's not much of a tutorial but it tells you what you have to do.
 
 
Wait did I say much harder    it's simple.
 
[Attached Download Link]
 
[Fixed Now You May Skip Levels With Shift Key]
 
 
Oh and on the first mission the background color value is
 
 
[Current Background]
 
RED=0
 
GREEN=0
 
BLUE=0
 
HUE=160
 
SAT=0
 
LUM=0
 
 
[YELLOW]
 
RED=255
 
GREEN=255
 
BLUE=0
 
HUE=40
 
SAT=240
 
LUM=120
 
 
 
Hope that helps!
 
 
 
Oh and the last level is hard     Trust me.
	
  
	 
	
	 
	 
	
	
		
	 
	
		|  Description: | 
		
			
		 | 
	 
	
		|  Filesize: | 
		 38.53 KB | 
	 
	
		|  Viewed: | 
		 26761 Time(s) | 
	 
	
		
  
 
  | 
	 
	 
	 
 _________________
 CEF will always stay alive. 
  Last edited by Jorg hi on Tue Dec 02, 2008 7:00 pm; edited 6 times in total | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		GMZorita Grandmaster Cheater Supreme
  Reputation: 0
  Joined: 21 Mar 2007 Posts: 1361
 
  | 
		
			
				 Posted: Wed Nov 26, 2008 7:12 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				Press F1 and its done o.o
 _________________
 Gone  | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Jorg hi I post too much
  Reputation: 7
  Joined: 24 Dec 2007 Posts: 2276 Location: Minnesota
  | 
		 | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		hcavolsdsadgadsg I'm a spammer
  Reputation: 26
  Joined: 11 Jun 2007 Posts: 5801
 
  | 
		
			
				 Posted: Wed Nov 26, 2008 7:32 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				What
 
 
The backround is 0, 0, 0, or black.
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		GMZorita Grandmaster Cheater Supreme
  Reputation: 0
  Joined: 21 Mar 2007 Posts: 1361
 
  | 
		 | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		hcavolsdsadgadsg I'm a spammer
  Reputation: 26
  Joined: 11 Jun 2007 Posts: 5801
 
  | 
		
			
				 Posted: Wed Nov 26, 2008 7:59 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				I tried the retarded way for fun.
 
 
 	  | Code: | 	 		  #include <Windows.h>
 
 
int main(){
 
   HANDLE handle   = FindWindow("TRunnerForm", NULL);
 
   LOGBRUSH lb      = { 0 };
 
   HBRUSH hb      = 0;
 
   RECT rect      = { 0 };
 
   HDC hdc         = NULL;
 
   if(handle){
 
      DWORD cream = RGB(255, 255, 225);
 
      GetClientRect(handle, &rect);
 
      lb.lbColor = RGB(255, 255, 0);
 
      hb = CreateBrushIndirect(&lb);
 
      hdc = GetWindowDC(handle);
 
      for(;;){
 
         DrawText(hdc, "Sharts", 5, &rect, DT_CENTER);
 
         FillRect(hdc, &rect, hb);
 
         Sleep(10);
 
      }
 
   }
 
} | 	  
 
 
I win.
 
 
The backround is annoyingly hard to find without any good way to change it.
 
 
I couldn't resist while I was at it. While this is running, run this and watch the magic unfold. It flickers like hell, but it should get better after a minute.
	
  
	 
	
	 
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Jorg hi I post too much
  Reputation: 7
  Joined: 24 Dec 2007 Posts: 2276 Location: Minnesota
  | 
		
			
				 Posted: Thu Nov 27, 2008 9:21 am    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				 	  | slovach wrote: | 	 		  I tried the retarded way for fun.
 
 
 	  | Code: | 	 		  #include <Windows.h>
 
 
int main(){
 
   HANDLE handle   = FindWindow("TRunnerForm", NULL);
 
   LOGBRUSH lb      = { 0 };
 
   HBRUSH hb      = 0;
 
   RECT rect      = { 0 };
 
   HDC hdc         = NULL;
 
   if(handle){
 
      DWORD cream = RGB(255, 255, 225);
 
      GetClientRect(handle, &rect);
 
      lb.lbColor = RGB(255, 255, 0);
 
      hb = CreateBrushIndirect(&lb);
 
      hdc = GetWindowDC(handle);
 
      for(;;){
 
         DrawText(hdc, "Sharts", 5, &rect, DT_CENTER);
 
         FillRect(hdc, &rect, hb);
 
         Sleep(10);
 
      }
 
   }
 
} | 	  
 
 
I win.
 
 
The backround is annoyingly hard to find without any good way to change it.
 
 
I couldn't resist while I was at it. While this is running, run this and watch the magic unfold. It flickers like hell, but it should get better after a minute. | 	  
 
 
 
Wow my first, I have to update this  
 
 
Also I updated it, can you change a constant value???
 
 
ooo Space!
 _________________
 CEF will always stay alive.  | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		hcavolsdsadgadsg I'm a spammer
  Reputation: 26
  Joined: 11 Jun 2007 Posts: 5801
 
  | 
		
			
				 Posted: Thu Nov 27, 2008 6:36 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				| I finished it, it was pretty simple past the background part.
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Jorg hi I post too much
  Reputation: 7
  Joined: 24 Dec 2007 Posts: 2276 Location: Minnesota
  | 
		 | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		samuri25404 Grandmaster Cheater
  Reputation: 7
  Joined: 04 May 2007 Posts: 955 Location: Why do you care?
  | 
		
			
				 Posted: Sun Dec 07, 2008 8:40 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				 	  | slovach wrote: | 	 		  I tried the retarded way for fun.
 
 
 	  | Code: | 	 		  #include <Windows.h>
 
 
int main(){
 
   HANDLE handle   = FindWindow("TRunnerForm", NULL);
 
   LOGBRUSH lb      = { 0 };
 
   HBRUSH hb      = 0;
 
   RECT rect      = { 0 };
 
   HDC hdc         = NULL;
 
   if(handle){
 
      DWORD cream = RGB(255, 255, 225);
 
      GetClientRect(handle, &rect);
 
      lb.lbColor = RGB(255, 255, 0);
 
      hb = CreateBrushIndirect(&lb);
 
      hdc = GetWindowDC(handle);
 
      for(;;){
 
         DrawText(hdc, "Sharts", 5, &rect, DT_CENTER);
 
         FillRect(hdc, &rect, hb);
 
         Sleep(10);
 
      }
 
   }
 
} | 	  
 
 
I win.
 
 
The backround is annoyingly hard to find without any good way to change it.
 
 
I couldn't resist while I was at it. While this is running, run this and watch the magic unfold. It flickers like hell, but it should get better after a minute. | 	  
 
 
If you kill the target app, that shit draws all over your screen, lol.
 _________________
  | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		GMZorita Grandmaster Cheater Supreme
  Reputation: 0
  Joined: 21 Mar 2007 Posts: 1361
 
  | 
		
			
				 Posted: Mon Dec 08, 2008 8:06 am    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				Making "CheatEngine tutorials" at game maker is just stupid.
 _________________
 Gone  | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		inuyasha0011 Newbie cheater
  Reputation: 2
  Joined: 29 Oct 2007 Posts: 12 Location: kentucky
  | 
		
			
				 Posted: Tue Dec 16, 2008 8:59 am    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				wow this shit is extremely hard
 
 
can I have some hints on the wall color changing?
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Jorg hi I post too much
  Reputation: 7
  Joined: 24 Dec 2007 Posts: 2276 Location: Minnesota
  | 
		
			
				 Posted: Fri Dec 19, 2008 4:10 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				 	  | inuyasha0011 wrote: | 	 		  wow this shit is extremely hard
 
 
can I have some hints on the wall color changing? | 	  
 
 
Ask slovach he got past that part.
 _________________
 CEF will always stay alive.  | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		 |