Hello! Anyway I got interested with making a script to this game im playing RF online. I need help! because when I use this script on 2 notepads it is working but when I try it on RF clients it seem not to work properly, it keys 1 with the client im on 1 but not with the other or even if it's minimized.
What i want to happen is for when I press [ to press 1 on the both client! Please help
key2send = x ;<-- change this key to the key you want to actually send
timerval = -1000 ;<-- change this to the the timer interval you want
; make sure it is a negative number!
Gosub WinSetupStuff
Gosub Timer5s
Return
;=================================================
;get the game window unique instance id
;-------------------------------------------------
q:: ;<-- Setup window id
WinSetupStuff:
Suspend On
While (!GetKeyState("MButton","P"))
{ ToolTip, Left Click on your game window and press MButton to grab the window id
}
KeyWait, MButton
WinGet, vWinID,ID,A
Suspend, Off
ToolTip
vWinID = ahk_id %vWinID%
WinGetTitle, vWinName, %vWinID%
Return
;=================================================
; this is the timer that sends to the game window
;-------------------------------------------------------------------------
Timer5s:
IfWinExist, %vWinID%
{
ControlSend,,%key2send%, %vWiniD%
Sleep 100
}
SetTimer, Timer5s, %timerval%
Return
esc:: ExitApp
I've tried this one too. Both have the same outcome. Im pulling my hair with this one
Quote:
#Persistent
#SingleInstance, Force
[::
WinGet, RF_Online, List, ahk_class
autoloot ? 11/06/2013 - Ragnarok Online - 0 Replies hi is there a working auto loot type program or macro that current working ? thank you
autoloot? 08/19/2011 - Battle of the Immortals - 8 Replies Hi,
i was wondering if someone try to make a code to look for a treasure chest or a pointer (look for a hand not for a sword). lol, i have a hard time to say it in english... or it's the same as mob filter, it's check for color.
it's should maybe look like this
the code start to look from 1 and end at 7
screen game for range skill
------------------------------------------------- ------
ltop-left1111111111111111111111top-rightl
l22222222222222222222222222222222222l
Umm.. is there an autoloot bot? 12/21/2009 - Mabinogi - 5 Replies Kinda new to this forum thing. Tell me what I'm doing wrong xD. And I'm trying to request an autolooterr..
[AutoHotKey] AutoLoot 08/14/2009 - General Gaming Discussion - 0 Replies Darkfall AutoLoot for AutoHotKey
;AutoHotKey script to auto loot at mouse cursor. By Keraam from PhantomRogue's AutoLoot Script
;Press ` to set the initial positions. Then press ` again to auto loot to set positions.
;Position of bag is saved in AutoLoot.ini. If you need to move the bag then delete this file
;and restart the script to set up loot again.
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new...
#autoloot 07/19/2007 - Conquer Online 2 - 4 Replies i find out about something nice but i need answor on 1 question
will autoloot will work if i just sit around spwan will it look if an rare item come out or i need autohunt for it work?