Jump to content

Autohotkey


8 replies to this topic

#1 slash b slash

    Member

  • PipPipPipPipPipPip
  • Veteran Founder
  • Veteran Founder
  • 250 posts
  • LocationParts unknown

Posted 31 March 2013 - 01:03 AM

I don't have a programmable mouse or keyboard so I have to use an external program. I tried making a chainfire script to properly chainfire 2 or more AC2s but I can't get it to work. Does anybody else have experience with Autohotkey AND a script that does work in-game? Any help would be appreciated.

#2 Loc Nar

    Member

  • PipPipPipPipPipPipPipPip
  • 1,132 posts

Posted 31 March 2013 - 02:18 AM

Relevant

#3 slash b slash

    Member

  • PipPipPipPipPipPip
  • Veteran Founder
  • Veteran Founder
  • 250 posts
  • LocationParts unknown

Posted 31 March 2013 - 02:22 AM

View PostLoc Nar, on 31 March 2013 - 02:18 AM, said:



Thank you, that is exactly the script I tried and it doesn't work in-game. It does work when I simply let it type out in notepad though. I let it run in admin mode, the game in admin mode, changed the script from MMB ro RMB and I unbound the right mouse button so it doesn't have a function in-game, yet it still doesn't work.

#4 Loc Nar

    Member

  • PipPipPipPipPipPipPipPip
  • 1,132 posts

Posted 31 March 2013 - 02:52 AM

Ahh, this script :lol: AHK is not my specialty, but be sure the keystrokes themselves are at around 50ms. People often have a functioning script but with 32ms keystrokes (or shorter) and it's not enough for them to be picked up in game. If that doesn't work, search for a user named Evil C... he's got ahk down pretty well and has some threads around here too...

#5 slash b slash

    Member

  • PipPipPipPipPipPip
  • Veteran Founder
  • Veteran Founder
  • 250 posts
  • LocationParts unknown

Posted 31 March 2013 - 03:51 AM

View PostLoc Nar, on 31 March 2013 - 02:52 AM, said:

Ahh, this script :lol: AHK is not my specialty, but be sure the keystrokes themselves are at around 50ms. People often have a functioning script but with 32ms keystrokes (or shorter) and it's not enough for them to be picked up in game. If that doesn't work, search for a user named Evil C... he's got ahk down pretty well and has some threads around here too...

Thank you Loc Nar, I PMed him.

So far I tried using this script

#InstallMouseHook
#InstallKeyBDHook


SetKeyDelay, 0, 50, Play

RButton::
while GetKeyState("RButton","P")
{
send {5 down}
sleep 250
send {5 up}
send {6 down}
sleep 250
send {6 up}
}

But it doesn't work.

#6 MX2012

    Rookie

  • 1 posts

Posted 04 May 2013 - 12:00 PM

I am trying to chain fire my 6 ac/2's on the Jager DD, and I've tried but i cant seem to get it to work, or be able to get the fire rate up to what i see in the videos.

but yes i am using AutoHotKey as well

#7 tigerija

    Member

  • PipPipPip
  • 65 posts

Posted 31 July 2013 - 08:11 AM

Autohotkey doesnt work for me. Worked yesterday. Anyone have a clue what it might not work? I did window updates.

#8 scJazz

    Member

  • PipPipPipPipPipPipPipPip
  • 1,668 posts
  • LocationNew London, CT

Posted 31 July 2013 - 08:14 AM

AHK scripts must be run as Administrator

#9 MaxStr

    Member

  • PipPipPipPipPip
  • Big Brother
  • Big Brother
  • 149 posts
  • LocationUnited States

Posted 31 July 2013 - 03:56 PM

That script doesn't look valid. Try this one, works for me with video evidence.







1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users