Jump to content


Photo

The scipt does not work in game, need help.


  • Please log in to reply
3 replies to this topic

#1 littleindia

littleindia
  • Members
  • 2 posts

Posted 15 July 2012 - 09:24 PM

I`m totally new to this script stuff and don`t understand anything, so i just copy everything i find and try to change it myself. But it does not work ingame, and i read on faq that its about the directinput or something. But i dun understand how it works.

What i want to do ingame is just enter > enter > f5
Below is the command i had, please correct me if im wrong.

#InstallKeybdHook
#MaxThreadsPerHotkey, 2
#SingleInstance, force
SendMode, Play ; Input

Loop
{

Sleep, 5000
Send, {ENTER}{ENTER}{F5}

}
return


Esc::ExitApp

#2 girlgamer

girlgamer
  • Moderators
  • 2039 posts

Posted 15 July 2012 - 10:17 PM

I don't see anything wrong in your script. It should be sending 2 enter keys and the f5 key every 5 seconds to the currently active window. I don't know what game you're playing. That may be a very important piece of information. Some games do not like automated key sending apps like autohotkey.

#3 littleindia

littleindia
  • Members
  • 2 posts

Posted 15 July 2012 - 11:23 PM

The game is blackshot, its an mmofps with gameguard.
Im running winxp

#4 girlgamer

girlgamer
  • Moderators
  • 2039 posts

Posted 16 July 2012 - 02:06 AM

I'm sorry but i refuse to try to script for games that use GameGuard for this very reason...
GameGuard Information I've run into this situation on at least 4 games now and I've had to spend several hours removing the vestiges of GameGuard software left behind after uninstalling the games. That's time better spent writing my own stuff. But, anyway, good luck.