Quote:
Originally Posted by artis1
How can i use this ? :)
|
Lmao! :mofo: a lot of ppl donno how to use this....:D So the way u make .exe using this script that he provided is:
1) Download Auto hotkey converter from here:
[Only registered and activated users can see links. Click Here To Register...]
2) Open notepad and only copy the First paragraph until where it says "Break"
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
$*MButton::
Loop
{
if not GetKeyState("MButton","P")
break
and then copy and paste the script u want....for example if u want to make IWJ.exe, after "Break" u should C&P "SendInput {Space Down}"and next line "Sleep 010 " and so on.....and at the end u should right
3)Remember to always have "SendInput {here paste what it says in ur choice of script}" and
2nd line "Sleep....(whatever the number is...if it's less then 100 then put a 0 in front of the number)
4)Now after u r done, all u have to do is just save the Notepad file as "All files" and name it whatever u want and at the end of the name u sohuld include "
.ahk"
5) Now go where u saved it and then Right click and choose "
Compile script" and it will make
.exe for u :)
6) Finally, run
.exe as "
Administrator".....:pimp:
Was it helpful?