Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More

GUIDE How to Make a Binds (1 Viewer)

Fetty

Supremo| Ku$H
Old School
Joined
Aug 19, 2016
Messages
265
Hello, today I'm going to show you how to make binds,

bandicam-2015-07-22-23-33-26-896-jpg.4427

  • After you download autohotkey, install it;
bandicam-2015-07-22-23-38-39-005-jpg.4428

  • After you install it make a folder wherever you want and put a file inside it - [name.ahk];
bandicam-2015-07-22-23-43-08-279-jpg.4429

bandicam-2015-07-22-23-45-16-257-jpg.4430

  • After that press "Edit Script" on the file you've made;
untitled-2-jpg.4431

  • After you press "Edit Script" type the binds;
Example:::b:: /me locks/unlocks his vehicle.
bandicam-2015-07-22-23-58-58-462-jpg.4432


  • You can also do it like this - It's more simple and better, you can activate it by pressing one key;
  • You can also add a cooldown between the lines by typing "Sleep [time]";
Example:
Key::
SendInput t[text]{enter}
Sleep [time]
SendInput t[text]{enter}
Return

bandicam-2016-05-04-20-39-02-857-jpg.6718


  • After you are done press save and then "Run Script" and It is done.
untitled-1-jpg.4434



That's all, hope you liked it. ;)
 

Fetty

Supremo| Ku$H
Old School
Joined
Aug 19, 2016
Messages
265
Top Bottom