Basically want to make a macro script

Israel via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Nov 12 11:26:11 PST 2014


On Wednesday, 12 November 2014 at 08:02:06 UTC, ketmar via
Digitalmars-d-learn wrote:
> On Wed, 12 Nov 2014 04:56:39 +0000
> Casey via Digitalmars-d-learn 
> <digitalmars-d-learn at puremagic.com> wrote:
>
> D has nothing to do with your task, WinAPI does. and you'll 
> need alot
> of expirience in reverse engineering, 'cause f... punkbuster 
> shits it's
> pants almost for anything. it's a rootkit, and very badly 
> written one.
> what you have to do is to fight with rootkit, making it think 
> that it
> is still functional. so learn assembler, x86 archtecture, 
> winapi,
> windows driver development, nt kernel internals and so on.
>
> and don't even dream that it will be portable.

That isnt entirely true. Ive made macros in C# for APB:R with
punkbuster, albeit an older version and they worked just fine.

If you want to go that way you will need InputSimulator from
codeplex.

For D i cant help as i dont know any library that allows you to
take control over mouse and keyboard. In fact i think ill give
this a go at some point.


More information about the Digitalmars-d-learn mailing list