Register for your free account! | Forgot your password?

You last visited: Today at 11:25

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[AutoIt] Fkey Binds

Discussion on [AutoIt] Fkey Binds within the General Gaming Discussion forum part of the General Gaming category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2008
Posts: 113
Received Thanks: 56
[AutoIt] Fkey Binds

This script is for running in the background so you can bind hotbar keys to they Fkeys. Throw desired skills/spells/potions on a hotbar, and by pressing the corresponding Fkey, the script will switch to the hotbar, select the skill/spell/potion, and switch back to the first hotbar. You need to rebind your hotbar switches to CTRL + Hotbar Number in order to not mess with sprint. You should also unbind anything you have set to your Fkeys.

There is no pause and exit in order to be able to run this script at the same time as the other scripts I wrote.

Code:
Dim $a, $b
HotKeySet( "{F1}", "F1" )
HotKeySet( "{F2}", "F2" )
HotKeySet( "{F3}", "F3" )
HotKeySet( "{F4}", "F4" )
HotKeySet( "{F5}", "F5" )
HotKeySet( "{F6}", "F6" )
HotKeySet( "{F7}", "F7" )
HotKeySet( "{F8}", "F8" )
HotKeySet( "{F9}", "F9" )
HotKeySet( "{F10}", "F10" )
HotKeySet( "{F11}", "F11" )
$b = InputBox( "Question", "What is your default hotbar?", "1" )
$a = InputBox( "Question", "What Hotbar do you want the Fkeys to refer to?", "2" )

While 1
	Sleep( 100 )
WEnd


Func F1 ( )
	Send( "^" & $a )
	Send( "1" )
	Send( "^" & $b )
EndFunc
Func F2 ( )
	Send( "^" & $a )
	Send( "2" )
	Send( "^" & $b )
EndFunc
Func F3 ( )
	Send( "^" & $a )
	Send( "3" )
	Send( "^" & $b )
EndFunc
Func F4 ( )
	Send( "^" & $a )
	Send( "4" )
	Send( "^" & $b )
EndFunc
Func F5 ( )
	Send( "^" & $a )
	Send( "5" )
	Send( "^" & $b )
EndFunc
Func F6 ( )
	Send( "^" & $a )
	Send( "6" )
	Send( "^" & $b )
EndFunc
Func F7 ( )
	Send( "^" & $a )
	Send( "7" )
	Send( "^" & $b )
EndFunc
Func F8 ( )
	Send( "^" & $a )
	Send( "8" )
	Send( "^" & $b )
EndFunc
Func F9 ( )
	Send( "^" & $a )
	Send( "9" )
	Send( "^" & $b )
EndFunc
Func F10 ( )
	Send( "^" & $a )
	Send( "0" )
	Send( "^" & $b )
EndFunc
Func F11 ( )
	Send( "{ENTER}" )
	Sleep( 100 )
	Send( "/bindstone_recall" )
	Sleep( 100 )
	Send( "{ENTER}" )
EndFunc
Penakle is offline  
Reply


Similar Threads Similar Threads
[Help]Fkey Glitch
08/31/2009 - CO2 Private Server - 5 Replies
Anyone know how to fix the F keys glitch. I use f1-3 for sit but im using a source that if u stay on for a while when u use the f key with your keyboard it doesnt work. Anyone know how to fix this?
Anyway I cane make own binds (buttons)
09/06/2008 - GunZ - 3 Replies
Hi, I tried to change the jump button into mouse2 (right mouse button) but it didn't work, does anyone know how I can do that manually? so I can change all keys and, if it is possible to do that could someone also give me the number for each kapital/button... i found some buttons in config.* somewhere in gunz folder... i need to change more buttons, but before i make a big post i just wanted to see if its possible....
A way to trade soulbound itmes( Binds on equip)
02/21/2006 - WoW Exploits, Hacks, Tools & Macros - 15 Replies
Ok now this is a very easy thing to do. You shouldn't have any trouble with this trick. I just recently learned this when I was trading. Steps: 1. Make sure u have an empty bag. 2. Put the empty bag in the slot right next to your main bag. 3. trade the person and drag and drop the bag into the trade window. After doing this clikc trade. The other person shouldn't hit trade yet. 4. Open the bad and put your items you want to trade to the other person into the bag. close the bag and tell...



All times are GMT +1. The time now is 11:26.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.