| View previous topic :: View next topic |
| Author |
Message |
savage
Joined: 02 Jul 2004 Posts: 206
|
Posted: Fri May 27, 2005 2:53 am Post subject: Exec Litestep Bangs From AHK [dll] |
|
|
bang.dll
This is a small dll for using litestep bang commands from ahk. Sorry, nothing more than executing is possible for now. Use the loadlibrary function as well, and you can call bang commands as fast as if they were called from within a litestep module.
Use it like this:
| Code: |
DllCall("bang.dll\fnbang", "str", "!alert", "str", "w00t it's from ahk!", "cdecl")
|
And that's it. Very very handy if you use litestep. It lets you basically replace litestep's (decent) hotkey modules with (100% kickass) ahk. Hooray for dllcall! _________________ <enormous animated gif>
Last edited by savage on Fri Aug 26, 2005 7:27 pm; edited 1 time in total |
|
| Back to top |
|
 |
savage
Joined: 02 Jul 2004 Posts: 206
|
Posted: Tue May 31, 2005 6:37 pm Post subject: |
|
|
I recompiled it with mingw - it's about a third of the size now. _________________ <enormous animated gif> |
|
| Back to top |
|
 |
savage
Joined: 02 Jul 2004 Posts: 206
|
Posted: Sun Jun 05, 2005 9:17 pm Post subject: |
|
|
God I hate the internet. Starting about the time I posted this, I started getting really really lame hacking attempts on my server. Well, if any of the involved parties reads this, I'm banning your ips in the firewall and emailing your hostmaster to report you. Hooray. _________________ <enormous animated gif> |
|
| Back to top |
|
 |
Smurth
Joined: 13 Dec 2006 Posts: 11
|
Posted: Mon May 19, 2008 6:43 pm Post subject: |
|
|
Hi,
I'd really like to use this "bang.dll" but the link is dead and googleing doesn't give much result.
Does anyone have this dll somewhere ? |
|
| Back to top |
|
 |
|