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 


[C# Help] How send key just to maple. (minimized bot)

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

Joined: 04 Jun 2007
Posts: 143

PostPosted: Sun Dec 02, 2007 9:19 am    Post subject: [C# Help] How send key just to maple. (minimized bot) Reply with quote

hmmm i tried to make it but i always fail at this part..

and i here for request some help with this..

can someone give me code for example please.
like :
send the key 'G'.


thanks.
Back to top
View user's profile Send private message
samuri25404
Grandmaster Cheater
Reputation: 7

Joined: 04 May 2007
Posts: 955
Location: Why do you care?

PostPosted: Sun Dec 02, 2007 10:44 am    Post subject: Reply with quote

Code:

System.Windows.Forms.SendKeys.SendWait("G");


Though MapleStory may have patched that method.

_________________
Wiccaan wrote:

Oh jeez, watchout I'm a bias person! Locked.


Auto Assembly Tuts:
In Depth Tutorial on AA
Extended
Back to top
View user's profile Send private message
rapion124
Grandmaster Cheater Supreme
Reputation: 0

Joined: 25 Mar 2007
Posts: 1095

PostPosted: Sun Dec 02, 2007 12:10 pm    Post subject: Reply with quote

Use the PostMessage bypass from Kaspersky.
Back to top
View user's profile Send private message
MyFeel
Expert Cheater
Reputation: 0

Joined: 04 Jun 2007
Posts: 143

PostPosted: Sun Dec 02, 2007 4:31 pm    Post subject: Reply with quote

rapion124 wrote:
Use the PostMessage bypass from Kaspersky.


can you give me the topic of this?
or directly download link please?

thanks.
Back to top
View user's profile Send private message
Flyte
Peanuts!!!!
Reputation: 6

Joined: 19 Apr 2006
Posts: 1887
Location: Canada

PostPosted: Sun Dec 02, 2007 4:50 pm    Post subject: Reply with quote

rapion124 wrote:
Use the PostMessage bypass from Kaspersky.


Don't give credits to him, he didn't make it. He just stole the source then compiled it.
Back to top
View user's profile Send private message
MyFeel
Expert Cheater
Reputation: 0

Joined: 04 Jun 2007
Posts: 143

PostPosted: Mon Dec 03, 2007 3:14 am    Post subject: Reply with quote

Flyte wrote:
rapion124 wrote:
Use the PostMessage bypass from Kaspersky.


Don't give credits to him, he didn't make it. He just stole the source then compiled it.


anyway
can someone give the link please..?
Back to top
View user's profile Send private message
DeletedUser14087
I post too much
Reputation: 2

Joined: 21 Jun 2006
Posts: 3069

PostPosted: Mon Dec 03, 2007 5:25 am    Post subject: Reply with quote

Flyte wrote:
rapion124 wrote:
Use the PostMessage bypass from Kaspersky.


Don't give credits to him, he didn't make it. He just stole the source then compiled it.


what source did i stole ? i just made a .dll with that bypassed postmessage, relax it's not going to kill your life, though you have no idea about anything you're talknig about.

just get lost.
Back to top
View user's profile Send private message
appalsap
Moderator
Reputation: 0

Joined: 27 Apr 2006
Posts: 6753
Location: Pakistan

PostPosted: Mon Dec 03, 2007 5:47 am    Post subject: Reply with quote

Kaspersky wrote:
what source did i stole ? i just made a .dll with that bypassed postmessage, relax it's not going to kill your life, though you have no idea about anything you're talknig about.

just get lost.


sphere90's (although he didn't first discover this method, first person to post this on GP was gthuggin but he didn't have an easy function you could copy and paste)

and I'm afraid he does know what he's talking about

_________________
Back to top
View user's profile Send private message
DoomsDay
Grandmaster Cheater
Reputation: 0

Joined: 06 Jan 2007
Posts: 768
Location: %HomePath%

PostPosted: Mon Dec 03, 2007 6:46 am    Post subject: Reply with quote

Kaspersky wrote:
Flyte wrote:
rapion124 wrote:
Use the PostMessage bypass from Kaspersky.


Don't give credits to him, he didn't make it. He just stole the source then compiled it.


what source did i stole ? i just made a .dll with that bypassed postmessage, relax it's not going to kill your life, though you have no idea about anything you're talknig about.

just get lost.
Kaspersky, lets compare then, shall we?
shpere90's code:
Code:
   ULONG reentry_address = GetProcAddress( LoadLibrary("user32.dll"), "PostMessageA" ) + 5;

   __declspec(naked) void myPostMessageA(void)
   {
      __asm
      {
         mov edi,edi
         push ebp
         mov ebp,esp
         jmp [reentry_address]
      }
   }


PMX.DLL:
Code:
1000108A |.  68 2C900210    PUSH PMX.1002902C                  ;  ASCII "PostMessageA"
1000108F |.  8BFC           MOV EDI,ESP
10001091 |.  68 1C900210    PUSH PMX.1002901C                  ; /pModule = "user32.dll"
10001096 |.  FF15 B4110310  CALL DWORD PTR [<&KERNEL32.GetModuleHandleA>]
1000109C |.  3BFC           CMP EDI,ESP
1000109E |.  E8 6D010000    CALL PMX.10001210
100010A3 |.  50             PUSH EAX                           ; |hModule = 00B5FC54
100010A4 |.  FF15 B0110310  CALL DWORD PTR [<&KERNEL32.GetProcAddress>]
100010AA |.  3BF4           CMP ESI,ESP
100010AC |.  E8 5F010000    CALL PMX.10001210
100010B1 |.  83C0 05        ADD EAX,5
100010B4 |.  A3 E0E40210    MOV DWORD PTR [1002E4E0],EAX
.
.
.
100010D0        8BFF                             MOV EDI,EDI
100010D2     .  55                               PUSH EBP
100010D3     .  8BEC                             MOV EBP,ESP
100010D5     .- FF25 E0E40210                    JMP DWORD PTR [1002E4E0]


Conclusion: It's a copy, the least you could have done is to convert it to delphi, but you didn't even do that.
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