AutoHotkey Community

It is currently May 22nd, 2012, 12:36 pm

All times are UTC [ DST ]


Search found 10 matches
Search these results:

Author Message

 Forum: Support   Topic: Hiding taskbar buttons

 Post subject: Hiding taskbar buttons
Posted: March 20th, 2010, 3:22 am 

Replies: 3
Views: 371


im trying to hide some taskbar buttons, i came across this script : http://www.autohotkey.com/forum/topic18652.html the part of code i use is this : TaskButtons(sExeName = "") { WinGet, pidTaskbar, PID, ahk_class Shell_TrayWnd hProc:= DllCall("OpenProcess", "...

 Forum: Support   Topic: Can AHK inject DLL ?

 Post subject: Can AHK inject DLL ?
Posted: March 15th, 2010, 2:47 am 

Replies: 1
Views: 348


As topic title says, can ahk inject dll's ? Trough dllcall() maybe? i want to inject a dll into a game... the dll looks like this atm : #include "stdafx.h" #include <windows.h> #define JMP(frm,to) (((int)to - (int)frm)-5) DWORD Adress = 0x00553A83; D...

 Forum: Support   Topic: Auto Assembly & AHk ?

Posted: March 14th, 2010, 9:47 pm 

Replies: 4
Views: 438


Ive managed to create a dll in c++ with a function for the asm code. it looks like this : // GM Detect.cpp : Defines the exported functions for the DLL application. // #include "stdafx.h" #include <windows.h> #define JMP(frm,to) (((int)to - (int)frm)-5&#...

 Forum: Support   Topic: Auto Assembly & AHk ?

Posted: March 14th, 2010, 3:20 pm 

Replies: 4
Views: 438


yeah but how to convert it into machine code then ?

 Forum: Support   Topic: Auto Assembly & AHk ?

 Post subject: Auto Assembly & AHk ?
Posted: March 14th, 2010, 5:46 am 

Replies: 4
Views: 438


Can i use auto assembly code in ahk ? if so how ? i want to use that cause i want to implement a script i have for detecting a game master in a game i made a bot for. this is the code i want to use [ENABLE] alloc(DetectGM,25) label(ReturnName) 00553763: //C7 46 0C 00 00 00 00 89 47 0...

 Forum: Support   Topic: Loading RCDATA from Resource dll

Posted: March 10th, 2010, 3:53 pm 

Replies: 6
Views: 405


thanks for the reply
is there maybe any other way to do it ?

 Forum: Support   Topic: Loading RCDATA from Resource dll

Posted: March 10th, 2010, 2:43 am 

Replies: 6
Views: 405


I tryed to look on the forum but i have a script thats made out of 3 separate programs. I want them to load trough a dll. I use this simple label to load and close the exe : NumMenuStart: run, data\Spam 1.exe Return NumMenuQuit: Process, Close, Spam 1.exe Reload ive made up a resource dll, looked in...

 Forum: Support   Topic: Using .ini file to bind keys ?

Posted: February 27th, 2010, 11:41 pm 

Replies: 4
Views: 264


nvm i figured it out it had to be : IniRead, PauseKey, Settings.ini, ButtonPause, KeyPause Hotkey, %PauseKey%, goToFunc Return goToFunc: Pauser() ; This will cause the function to "do whatever" in response to whatever button you're using as the "PauseKey" Return

 Forum: Support   Topic: Using .ini file to bind keys ?

Posted: February 27th, 2010, 11:12 pm 

Replies: 4
Views: 264


like you posted it, it doesnt work.
but maybe im doing something wrong.
im looking up the functions you used and see if that helps me anything.
but if maybe somebody explains this a bit more that would be great :)

 Forum: Support   Topic: Using .ini file to bind keys ?

Posted: February 27th, 2010, 9:09 pm 

Replies: 4
Views: 264


Hi, Im new to ahk but i am getting a nice script together for my fishbot. Now the problem i have is, i want to be able to use a .ini file to declare my keybindings. I was thinking about this : IniRead, PauseKey, Settings.ini, ButtonPause, KeyPause %PauseKey%::Pauser() settings.ini : [ButtonPause] Ke...
Sort by:  
Page 1 of 1 [ Search found 10 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group