AutoHotkey Community

It is currently May 27th, 2012, 1:00 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 58 posts ]  Go to page Previous  1, 2, 3, 4  Next
Author Message
 Post subject:
PostPosted: January 5th, 2012, 7:18 am 
Offline

Joined: January 2nd, 2012, 8:06 am
Posts: 13
Is there a way to bypass the detection like XP could with win7 32bit?

Or are there any alernatives to autoclicker like this?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 5th, 2012, 11:01 am 
Offline

Joined: October 25th, 2011, 3:52 am
Posts: 20
Location: Philippines
Homi Hesumaki wrote:
Is there a way to bypass the detection like XP could with win7 32bit?

Or are there any alernatives to autoclicker like this?


as fas as i know this is the only thread here that could resolve the problem with clickers on Harmony.xD


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 6th, 2012, 9:58 am 
Eve Neuschwanstein wrote:
Homi Hesumaki wrote:
Is there a way to bypass the detection like XP could with win7 32bit?

Or are there any alernatives to autoclicker like this?


as fas as i know this is the only thread here that could resolve the problem with clickers on Harmony.xD


eve,wat to write in the script if i want to spam F1 then,it start to auto pressing F1 and auto click the left click of mouse?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 10th, 2012, 7:48 am 
Offline

Joined: October 25th, 2011, 3:52 am
Posts: 20
Location: Philippines
Anonymous wrote:
Eve Neuschwanstein wrote:
Homi Hesumaki wrote:
Is there a way to bypass the detection like XP could with win7 32bit?

Or are there any alernatives to autoclicker like this?


as fas as i know this is the only thread here that could resolve the problem with clickers on Harmony.xD


eve,wat to write in the script if i want to spam F1 then,it start to auto pressing F1 and auto click the left click of mouse?


try these code:

Code:
$F1::
SetKeyDelay,-1 ;
Loop
{
   BlockInput, MouseMoveOff
    if not GetKeyState("F1", "P")
        break
     SendPlay {F1}{LButton}
   BlockInput, off
   SendEvent {Click}
}


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 17th, 2012, 3:13 am 
Would you like to post a way on how to make it work as Win7 x64 please, I think i only see one for XP?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 21st, 2012, 8:00 am 
Offline

Joined: January 2nd, 2012, 8:06 am
Posts: 13
okay so i used that script, these are the steps i took:

1) Turn on the AHK
2) open ro
3) logged in, tried to use a skill, didnt spam so i checked on the taskbar, the AHK is being auto-closed.
4) turned on the AHK again while the games still running
5) Used a skill, game crashed =/

I wonder if i need to take some steps before turning the game on to kinda isolate it a bit?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 21st, 2012, 10:58 am 
Offline

Joined: October 25th, 2011, 3:52 am
Posts: 20
Location: Philippines
Homi Hesumaki wrote:
okay so i used that script, these are the steps i took:

1) Turn on the AHK
2) open ro
3) logged in, tried to use a skill, didnt spam so i checked on the taskbar, the AHK is being auto-closed.
4) turned on the AHK again while the games still running
5) Used a skill, game crashed =/

I wonder if i need to take some steps before turning the game on to kinda isolate it a bit?


what ragnarok are you playin with?..XD ill try to download it and try my hotkey.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 22nd, 2012, 3:48 am 
Offline

Joined: January 2nd, 2012, 8:06 am
Posts: 13
Hi eve, thanks for taking ur time on trying to solve the problem for me, xD anyways the RO im playing in is called Talon RO.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 25th, 2012, 3:57 am 
Offline

Joined: October 25th, 2011, 3:52 am
Posts: 20
Location: Philippines
Homi Hesumaki wrote:
Hi eve, thanks for taking ur time on trying to solve the problem for me, xD anyways the RO im playing in is called Talon RO.


no problem.. ill try it out right away..:D


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 25th, 2012, 10:25 am 
My script works but all my keys get disabled and I cannot use them in ro with the script running

I play on Limit ro Nova server. Using windows 7 ultimate

any help would be much appreciated ^^


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 28th, 2012, 6:46 am 
Offline

Joined: January 2nd, 2012, 8:06 am
Posts: 13
Wonder how did it go =o


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 4th, 2012, 6:16 am 
I'd like to know how things went as well...


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 6th, 2012, 2:34 am 
Offline

Joined: January 2nd, 2012, 8:06 am
Posts: 13
I've read a post about Harmony, they stated that macros that do what AHK does is almost impossible to block, and every attempt to block it would be very easily bypassed. Anyone know what are they referring to? Maybe they are jsut referring to programmable keyboards?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 11th, 2012, 3:22 pm 
Did everyone give up on this thread -.-?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 18th, 2012, 11:31 am 
Offline

Joined: October 25th, 2011, 3:52 am
Posts: 20
Location: Philippines
nope, sorry i am just busy looking for a new job..>.<

hmmm.. please post your OS.

my Win7 is Windows 7 Ultimate 32bit. i need this info because i think this thread only works with any windows 7 that has 32 bit only. if you are running 64bit windows 7 the above ways won't do any effect at all,. search the appropriate hotkey installer for your OS. that's what i think?


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 58 posts ]  Go to page Previous  1, 2, 3, 4  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: jepjep24 and 3 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group