| View previous topic :: View next topic |
| Author |
Message |
happydud3 Advanced Cheater
Reputation: 0
Joined: 07 Dec 2006 Posts: 86
|
Posted: Wed Sep 26, 2007 5:07 pm Post subject: help with C# |
|
|
| umm i am trying to make a bot that works for maplestory minimized but i dont have a single clue on how to make it still work while minimized, i am currently making it for ggless since gameguard blocks the keys. once it works for ggless fully i'll try bypass it and yeah =DD
|
|
| Back to top |
|
 |
Flyte Peanuts!!!!
Reputation: 6
Joined: 19 Apr 2006 Posts: 1887 Location: Canada
|
Posted: Wed Sep 26, 2007 5:09 pm Post subject: |
|
|
| TranslateMessage()/DispatchMessage() from an injected dll.
|
|
| Back to top |
|
 |
Symbol I'm a spammer
Reputation: 0
Joined: 18 Apr 2007 Posts: 5094 Location: Israel.
|
Posted: Wed Sep 26, 2007 5:40 pm Post subject: |
|
|
Oh I just tried that too...
Didn't know how...
So I make a dll and inject? or I inject a dll idk like user32.dll (just an example) to use these functions?
Thanks.
|
|
| Back to top |
|
 |
Flyte Peanuts!!!!
Reputation: 6
Joined: 19 Apr 2006 Posts: 1887 Location: Canada
|
Posted: Wed Sep 26, 2007 6:01 pm Post subject: |
|
|
| Symbol wrote: | Oh I just tried that too...
Didn't know how...
So I make a dll and inject? or I inject a dll idk like user32.dll (just an example) to use these functions?
Thanks.  |
You make your own .dll and inject it into the process, you then hand craft your own MSG then send it using TM()/DM()
|
|
| Back to top |
|
 |
happydud3 Advanced Cheater
Reputation: 0
Joined: 07 Dec 2006 Posts: 86
|
Posted: Wed Sep 26, 2007 6:29 pm Post subject: |
|
|
lol O_O yu can make dlls in C# ? im using visual C# and i have very small knowledge of it
Last edited by happydud3 on Wed Sep 26, 2007 6:33 pm; edited 1 time in total |
|
| Back to top |
|
 |
Potatoes Newbie cheater
Reputation: 0
Joined: 25 Sep 2007 Posts: 16
|
Posted: Wed Sep 26, 2007 6:32 pm Post subject: |
|
|
| Flyte wrote: | | TranslateMessage()/DispatchMessage() from an injected dll. |
No you idiot. It's GGLess... PostMessage() isn't hooked. -.-
|
|
| Back to top |
|
 |
samuri25404 Grandmaster Cheater
Reputation: 7
Joined: 04 May 2007 Posts: 955 Location: Why do you care?
|
Posted: Wed Sep 26, 2007 6:54 pm Post subject: |
|
|
| happydud3 wrote: | | lol O_O yu can make dlls in C# ? im using visual C# and i have very small knowledge of it |
Are you freaking kidding me...?
What the hell would C# do without DLLs? What are all the assemblies that you reference? What would be the point of referencing?
So to answer your question, yes. What you do is when you're creating a new project, you simply select Dynamic Link Library, instead of Windows App.
|
|
| Back to top |
|
 |
Flyte Peanuts!!!!
Reputation: 6
Joined: 19 Apr 2006 Posts: 1887 Location: Canada
|
Posted: Wed Sep 26, 2007 7:22 pm Post subject: |
|
|
| Potatoes wrote: | | Flyte wrote: | | TranslateMessage()/DispatchMessage() from an injected dll. |
No you idiot. It's GGLess... PostMessage() isn't hooked. -.- |
He clearly stated that he eventually wants it to work with GG on. I gave him something that works with GG on or off. Don't be an idiot.
|
|
| Back to top |
|
 |
|