|
You last visited: Today at 03:14
Advertisement
[Question] AutoHotKey
Discussion on [Question] AutoHotKey within the Kal Online forum part of the MMORPGs category.
02/25/2014, 14:38
|
#1
|
elite*gold: 0
Join Date: Jan 2009
Posts: 20
Received Thanks: 0
|
[Question] AutoHotKey
Hello, I have a little script, basically its like button holder / presser. It holds a button 1 (usage: spell casting). But it doesn't work on kal. Could some one tell me what is wrong, or do I need to identify program ID and include it to program so it would operate in it?
It looks like this and it works everywhere else (holds number 1)
----------
$1::
toggle := !toggle
if toggle = 1
settimer, function, 10
else
settimer, function, off
return
function:
send 1
return
----------
any answer will be appreciated.
Kind regards
|
|
|
02/25/2014, 16:39
|
#2
|
elite*gold: 0
Join Date: Nov 2008
Posts: 22
Received Thanks: 2
|
Autohotkey scripts will only work if you run the script as admin. (right click the script)
Also i use AHK myself and i dont recognize your code as i use them.
|
|
|
02/25/2014, 17:04
|
#3
|
elite*gold: 0
Join Date: Jan 2009
Posts: 20
Received Thanks: 0
|
Quote:
Originally Posted by frnkrr
Autohotkey scripts will only work if you run the script as admin. (right click the script)
Also i use AHK myself and i dont recognize your code as i use them.
|
Well, just copy this code and try it out. Its just holds button '1'. Works everywhere except on Kal Window.
|
|
|
02/25/2014, 21:49
|
#4
|
elite*gold: 0
Join Date: Nov 2008
Posts: 22
Received Thanks: 2
|
Yes, your right.
It works fine for me in Kalonline.
You sure you Right click the script and run it as admin?
(you can test this also maybe it works somehow, you never know)
F11::
IfWinExist, KalOnline
Loop
{
ControlSend ,, {1}, KalOnline
}
F12::Pause, Toggle, 1
|
|
|
02/25/2014, 21:52
|
#5
|
elite*gold: 0
Join Date: Oct 2007
Posts: 1,255
Received Thanks: 200
|
64 bit system? on 32 bit the Hs blocking it
|
|
|
02/27/2014, 10:31
|
#6
|
elite*gold: 0
Join Date: Jan 2009
Posts: 20
Received Thanks: 0
|
any1 got a script to share for MA? GC / rebuff time? Or any useful tips on AHK ? Im just started. Any tips are welcome and appreciated, thanks.
|
|
|
02/27/2014, 13:17
|
#7
|
elite*gold: 0
Join Date: Nov 2011
Posts: 357
Received Thanks: 38
|
Keyboard operating method for hunting has been changed to its former condition.
|
|
|
02/27/2014, 20:48
|
#8
|
elite*gold: 0
Join Date: Jan 2009
Posts: 20
Received Thanks: 0
|
yeah, thread can be closed..
|
|
|
 |
Similar Threads
|
Question - How can you make autohotkey bots work ingame?
06/10/2013 - S4 League - 1 Replies
I want to use some autohotkey bots, but I can't, even when I use a bypass.
It works in chat, like when I press the hotkey in chat, I can see the macros working, but in-game, it doesn't work.
Please help me.
Thanks.
|
[Question] How can I bypass Autohotkey in IJJI's Gunz
05/30/2010 - General Coding - 0 Replies
I recently decided that PHP/HTML coding wasnt getting me where I wanted to be as far as being a coder goes. I feel like I fail at coding because i'm not a VBS/C++ coder, and PHP/HTML fails for hacking.
I'm interesting in learning how to hack online games now and I am starting with simply trying to create a bypass for the game gunz to allow autohotkey program to work inside.
I have CheatEngine knowledge and can hack any non protected game easily with it.. but when it comes to bypasses, my...
|
AutoHotKey Question
07/07/2009 - CO2 Programming - 9 Replies
Hello,
This is my first time making anything close too a bot, so please be nice :)
I wanted to make a macro (for taos), that sits for 11 seconds, uses meditate, then cures 10 timeson a guard (pre-set coordinates). Everything works fine except for the part where I need to hold control.
This is my code so far:
;Script - Zachary Frenette - CoTao
msgbox, Sit F1 Medidate F2 (Cure As Skill)
|
Autohotkey question
10/04/2007 - General Coding - 4 Replies
Ok here's my question...
how do I script the following thing in autohotkey..
like first I want it to leftclick on a certain coordinate, then I want it to right-click 2 times on a certain coordinate, then I want it to left click again on a certain coordinate, and then right-click 2 times on a certain coordinate, until it has reached a full circle (or square, I dont care) and then let it loop again.... I hope I'm clear enough.
|
All times are GMT +1. The time now is 03:14.
|
|