View previous topic :: View next topic |
Author |
Message |
MyFeel Expert Cheater
Reputation: 0
Joined: 04 Jun 2007 Posts: 143
|
Posted: Sun Dec 02, 2007 9:19 am Post subject: [C# Help] How send key just to maple. (minimized bot) |
|
|
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 |
|
 |
samuri25404 Grandmaster Cheater
Reputation: 7
Joined: 04 May 2007 Posts: 955 Location: Why do you care?
|
Posted: Sun Dec 02, 2007 10:44 am Post subject: |
|
|
Code: |
System.Windows.Forms.SendKeys.SendWait("G");
|
Though MapleStory may have patched that method.
_________________
|
|
Back to top |
|
 |
rapion124 Grandmaster Cheater Supreme
Reputation: 0
Joined: 25 Mar 2007 Posts: 1095
|
Posted: Sun Dec 02, 2007 12:10 pm Post subject: |
|
|
Use the PostMessage bypass from Kaspersky.
|
|
Back to top |
|
 |
MyFeel Expert Cheater
Reputation: 0
Joined: 04 Jun 2007 Posts: 143
|
Posted: Sun Dec 02, 2007 4:31 pm Post subject: |
|
|
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 |
|
 |
Flyte Peanuts!!!!
Reputation: 6
Joined: 19 Apr 2006 Posts: 1887 Location: Canada
|
Posted: Sun Dec 02, 2007 4:50 pm Post subject: |
|
|
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 |
|
 |
MyFeel Expert Cheater
Reputation: 0
Joined: 04 Jun 2007 Posts: 143
|
Posted: Mon Dec 03, 2007 3:14 am Post subject: |
|
|
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 |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Mon Dec 03, 2007 5:25 am Post subject: |
|
|
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 |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Mon Dec 03, 2007 5:47 am Post subject: |
|
|
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 |
|
 |
DoomsDay Grandmaster Cheater
Reputation: 0
Joined: 06 Jan 2007 Posts: 768 Location: %HomePath%
|
Posted: Mon Dec 03, 2007 6:46 am Post subject: |
|
|
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 |
|
 |
|