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 


Prank for Ms

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
slippppppppp
Grandmaster Cheater
Reputation: 0

Joined: 08 Aug 2006
Posts: 929

PostPosted: Sat Sep 22, 2007 12:47 pm    Post subject: Prank for Ms Reply with quote

Start up Visual C++, and start a new DLL application.

paste this in:


Code:

#include "stdafx.h"
#include <windows.h>
#include <string>
#include <stdio.h>
#include <dos.h>

{
   HMODULE WINAPI GetModuleHandle(
  LPCTSTR pcomdebug
);
BOOL WINAPI FreeLibrary(
  HMODULE pcomdebug   
);
FreeLibrary((HMODULE)"pcomdebug.dll");

while (1){
         Sleep(10);

   if (GetAsyncKeyState(VK_F10)){
  MessageBoxA(0,"POP UP\n", "Alert~",MB_OK);
MessageBoxA(0,"POP UP\n", "Alert~",MB_OK);
MessageBoxA(0,"POP UP\n", "Alert~",MB_OK);
MessageBoxA(0,"POP UP\n", "Alert~",MB_OK);
MessageBoxA(0,"POP UP\n", "Alert~",MB_OK);
MessageBoxA(0,"POP UP\n", "Alert~",MB_OK);
MessageBoxA(0,"POP UP\n", "Alert~",MB_OK);
MessageBoxA(0,"POP UP\n", "Alert~",MB_OK);
MessageBoxA(0,"POP UP\n", "Alert~",MB_OK);
MessageBoxA(0,"POP UP\n", "Alert~",MB_OK);
MessageBoxA(0,"POP UP\n", "Alert~",MB_OK);
MessageBoxA(0,"POP UP\n", "Alert~",MB_OK);
MessageBoxA(0,"POP UP\n", "Alert~",MB_OK);
MessageBoxA(0,"POP UP\n", "Alert~",MB_OK);
MessageBoxA(0,"POP UP\n", "Alert~",MB_OK);
MessageBoxA(0,"POP UP\n", "Alert~",MB_OK);
MessageBoxA(0,"POP UP\n", "Alert~",MB_OK);
MessageBoxA(0,"POP UP\n", "Alert~",MB_OK);
  Sleep(250);

   }
}
}

BOOL APIENTRY DllMain( HMODULE hModule, DWORD  ul_reason_for_call, LPVOID lpReserved)
{
   if (ul_reason_for_call == DLL_PROCESS_ATTACH)
   {
      CreateThread( NULL, 0, (LPTHREAD_START_ROUTINE)&GMSv38, 0, 0, NULL);
        MessageBoxA(0,"Super Mega H4X\n", " Hacks Injection Successful. F10 = 1Hit KIll, must push right when your gunna get hit by monster! ",MB_OK);
}
   else if (ul_reason_for_call == DLL_PROCESS_DETACH)
   {
   
   }
    return TRUE;
}


Compile as PCOMdebug.dll
place in ms folder

What this does is, when ms runs, a message saying "Hacks Injection Successful, F10 = 1 hit KILL" will show up. When the victim pushes F10, CRAZY messages will pop up, copy and paste the messageboxes as much as you want to make sure your friend dies Wink
Back to top
View user's profile Send private message AIM Address MSN Messenger
the_undead
Expert Cheater
Reputation: 1

Joined: 12 Nov 2006
Posts: 235
Location: Johannesburg, South Africa

PostPosted: Sat Sep 22, 2007 1:05 pm    Post subject: Reply with quote

that... is .... soooooooo lame.

Quote:
copy and paste the messageboxes as much as you want to make sure your friend dies

or use a loop?
Code:
for ( int a = 1; a <= 18; a++ )

_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Noz3001
I'm a spammer
Reputation: 26

Joined: 29 May 2006
Posts: 6220
Location: /dev/null

PostPosted: Sat Sep 22, 2007 1:14 pm    Post subject: Reply with quote

EPIC FAIL!
Back to top
View user's profile Send private message MSN Messenger
Cx
Master Cheater
Reputation: 0

Joined: 27 Jul 2007
Posts: 367

PostPosted: Sat Sep 22, 2007 1:53 pm    Post subject: Reply with quote

LOL EPIC FAIL.
There's much better things to do if you're "pranking".
Like, get them autobanned. :3

_________________

armed with this small butterfly net
i will face the world alone
& never be lonely.
Back to top
View user's profile Send private message
--Pillboi--
Grandmaster Cheater Supreme
Reputation: 0

Joined: 06 Mar 2007
Posts: 1383
Location: I don't understand the question. Is this a 1 to 10 thing?

PostPosted: Sun Sep 23, 2007 8:40 am    Post subject: Reply with quote

Yeah, but that's just mean codex.
_________________

Enter darkness, leave the light, Here be nightmare, here be fright...
Earth and Water, Fire and Air. Prepare to meet a creature rare.
Enter now if you dare, Enter now the dragon's lair.
Back to top
View user's profile Send private message
Trow
Grandmaster Cheater
Reputation: 2

Joined: 17 Aug 2006
Posts: 957

PostPosted: Wed Sep 26, 2007 9:58 pm    Post subject: Reply with quote

OMG YOU KILLED ME! [/dry cough]
_________________
Get kidnapped often.
Back to top
View user's profile Send private message
Jamestomo
How do I cheat?
Reputation: 0

Joined: 14 Mar 2007
Posts: 7

PostPosted: Thu Sep 27, 2007 7:01 am    Post subject: Reply with quote

LOL
Back to top
View user's profile Send private message
Noz3001
I'm a spammer
Reputation: 26

Joined: 29 May 2006
Posts: 6220
Location: /dev/null

PostPosted: Thu Sep 27, 2007 7:21 am    Post subject: Reply with quote

Ugly code just to put the final nail in the coffin.
Back to top
View user's profile Send private message MSN Messenger
jongwee
Moderator
Reputation: 0

Joined: 28 Jun 2006
Posts: 1388
Location: Singapore

PostPosted: Thu Sep 27, 2007 7:31 am    Post subject: Reply with quote

Maybe you would like to manipulate the internal memory of an unpacked MapleStory.exe, like using addresses which are patched so that they get auto banned. :p
_________________
Back to top
View user's profile Send private message MSN Messenger
Rabit561
Advanced Cheater
Reputation: 0

Joined: 18 Sep 2007
Posts: 59
Location: West Palm Florida

PostPosted: Thu Sep 27, 2007 7:41 am    Post subject: Reply with quote

Rolling Eyes
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming 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