Jump to content
Heads Up! This website is no longer maintained, if your a member from our era, consider joining the discord to say hello.
Sign in to follow this  

Dr. Dan Injector

Recommended Posts

Dr. Dan Injector

Version: 1.0.0

Author: KcDan

Category: 1.16.1

Screenshot:

 

 

Description:

Dr. Dan is an injector that reads a script (drdan.txt) thats in the same directory as Dr.Dan.exe.

Inside the script there are various commands you can use to

do whatever you please.

 

The commands are:

 

MatchWin "classname","window title" $

MatchClass "Classsname" $

MatchTitle "Window title" $

 

Inject "Dllname.dll" $

 

Clear $ <--- Clears the text in the edit box

Output "print whatever you want here...." $

Pause 1000 $ <--- This pauses script execution for x amount of milliseconds

 

Die $ <--- Formal way to stop the script althought you dont need to do this.

 

Comments are started with # and are ended with $.

 

 

An example of injecting a dll into starcraft is as follows

 

MatchWin "SWarClass","Brood War" $

Inject "ZynMaphack.dll" $

Output "Zynastors maphack was succesfully injected!" $

Pause 2000 $

Die $

 

Alertnatively you could do this

 

MatchTitle "Brood War" $ Inject "Zynmaphack.dll" $ Ouput "Maphack injected" $ Die $

 

And one more example for good measure. This uses comments and injects three dlls to two different process's.

 

#Open up the process with the window with the class SWarClass $

MatchClass "SWarClass" $

 

#Inject zynastors maphack and 707's xanax $

Inject "ZynMaphack.dll" $

Inject "Xanax.dll" $

 

#Hey, I want to inject a dll to Solitaire too $

MatchTitle "Solitaire" $

 

#Inject the solitaire hack $

Inject "SuperSolitiare.dll" $

 

#Tell them what happened and quit$

Ouput "Zyn's maphack and solitaire hack injected!" $

Pause 2000 $

Die $

 

 

**** you if you dont like my readme.

 

 

Peepz:

Zyn - awesome

permy - awesome

p00 - amazing

bulk - good head

dt - cool site

zyz - neat

 

Download The File

 

Submitted by XGhozt, on Mar 1 2009, 06:50 PM

  • Downvote 3

Share this post


Link to post
Sign in to follow this  

×