| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| Uligor Grandmaster Cheater
 
  Reputation: 0 
 Joined: 21 Jan 2006
 Posts: 956
 
 
 | 
			
				|  Posted: Tue Mar 13, 2007 2:15 pm    Post subject: Secret microsoft conspiracy MessageboxxX. |   |  
				| 
 |  
				| halofd Im here to tell u about a secret microsoft comad MICRO$OFT JUT TRY TO HIDE EVERYTYHING FROM US Btw i put this report in .doc not .pdf bczu microsoft pwns adobe and microsoft is boing  to rule the world CUZ LINUX FXING SUCKS I DIDNT TRY IT (even though appalsap did recommend me to it) ok so i attach the report i hope u like it ok 
 
 
  	  | Quote: |  	  | Hello friends im here to tell you about a hidden undocumented api for microsoft windows xp.
 
 
 It be called MessageBoxX. (period part of it) ya and it resides in user32.dll
 
 You can only activate it by first importing MessageBoxA and changing it to MessageBoxX.
 
 The results are quite scary, it disables the file and prints a message in a foreign language, I think this is bcuz one Microsoft developer went crazy and wanted to make a mass file infection system
 
 p.s if anyone makes something out of this I WANT CREDIT
 
 
 Secrets Researcher, U&igor
 
 | 
 _________________
 
 
 Last edited by Uligor on Tue Mar 20, 2007 2:04 pm; edited 1 time in total
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| ESPN8theocho Master Cheater
 
  Reputation: 0 
 Joined: 02 Sep 2006
 Posts: 252
 Location: Data.Wz
 
 | 
			
				|  Posted: Tue Mar 13, 2007 2:27 pm    Post subject: |   |  
				| 
 |  
				| hmm...get off crack, and repost please =) _________________
 
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| Fuzz Grandmaster Cheater
 
 ![]() Reputation: 0 
 Joined: 12 Nov 2006
 Posts: 531
 
 
 | 
			
				|  Posted: Tue Mar 13, 2007 2:30 pm    Post subject: |   |  
				| 
 |  
				| You ok there ulli? Deep breaths man. Deep breathes. _________________
 
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| Noz3001 I'm a spammer
 
  Reputation: 26 
 Joined: 29 May 2006
 Posts: 6220
 Location: /dev/null
 
 | 
			
				|  Posted: Tue Mar 13, 2007 3:34 pm    Post subject: |   |  
				| 
 |  
				| Ok, what? |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| appalsap Moderator
 
  Reputation: 0 
 Joined: 27 Apr 2006
 Posts: 6753
 Location: Pakistan
 
 | 
			
				|  Posted: Tue Mar 13, 2007 3:34 pm    Post subject: |   |  
				| 
 |  
				| Good posting. |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| jongwee Moderator
 
  Reputation: 0 
 Joined: 28 Jun 2006
 Posts: 1388
 Location: Singapore
 
 | 
			
				|  Posted: Tue Mar 13, 2007 7:16 pm    Post subject: |   |  
				| 
 |  
				| I found 3 adwares and 1 trojan downloader in "user32.dll" using kaspersky when I was having a game of rakion. kaspersky virtually went mad.. _________________
 
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| Drkgodz Flash moderator
 
  Reputation: 2 
 Joined: 17 Jul 2006
 Posts: 2997
 Location: Houston
 
 | 
			
				|  Posted: Wed Mar 14, 2007 3:05 pm    Post subject: |   |  
				| 
 |  
				| Okay... Kinda hard to understand what you are saying. X_x _________________
 
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| benlue Moderator
 
 ![]() Reputation: 0 
 Joined: 09 Oct 2006
 Posts: 2142
 
 
 | 
			
				|  Posted: Wed Mar 14, 2007 10:41 pm    Post subject: |   |  
				| 
 |  
				| Uli is having some life problems , his turned into a meanie and should be isolated until he recovers .  ( get high with me at the same time ! ) |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| Noz3001 I'm a spammer
 
  Reputation: 26 
 Joined: 29 May 2006
 Posts: 6220
 Location: /dev/null
 
 | 
			
				|  Posted: Mon Mar 19, 2007 10:35 am    Post subject: |   |  
				| 
 |  
				|  	  | Code: |  	  | void MessageBoxX(HWND hWnd, char szString[], char szTitle[], unsigned int Icon) {
 // MessageBox address
 DWORD dwMessageBoxAddr = (DWORD)GetProcAddress(LoadLibraryA("user32.dll"), "MessageBoxA");
 
 _asm
 {
 push Icon
 push szTitle
 push szString
 push hWnd
 call dwMessageBoxAddr
 }
 
 }
 | 
 
 Like that? Nothing happened
   |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| go1orange Legendary
 
  Reputation: 0 
 Joined: 20 Jul 2006
 Posts: 1581
 Location: New Zealand
 
 | 
			
				|  Posted: Tue Mar 27, 2007 11:58 pm    Post subject: |   |  
				| 
 |  
				| zomg corrupt data? D: _________________
 
 A rather bad signature.
  |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  |