Search found 7 matches

by sterger7
07 Mar 2020, 00:26
Forum: Ask for Help (v1)
Topic: Randoms
Replies: 5
Views: 576

Re: Randoms

it might be working need to test here
by sterger7
07 Mar 2020, 00:20
Forum: Ask for Help (v1)
Topic: Randoms
Replies: 5
Views: 576

Re: Randoms

Code: Select all

F11::
keys := [1,2,3,4,5,6,7,8]
BreakLoop := 0
Loop 
{
if BreakLoop = 1
  break 
random, rand, 1, % keys.maxIndex()
send % keys[rand]
random, rand, 1000, 20000
sleep % rand
}
return

F12::
BreakLoop := 1
return
Think I missed something up, doesn't seem to work now.
by sterger7
06 Mar 2020, 20:34
Forum: Ask for Help (v1)
Topic: Randoms
Replies: 5
Views: 576

Re: Randoms

Thanks, and is there a way to randomize the timer aspect? The delay
by sterger7
06 Mar 2020, 19:19
Forum: Ask for Help (v1)
Topic: Randoms
Replies: 5
Views: 576

Randoms

Hi all...so I have this very basic script which turn son with f 11 off with f 12 and sends the "8" key to the active window every (however many seconds I want). I'm trying to understand how randomizers work? For example....how would I modify this if I wanted it to send "random" keystrokes from a lis...
by sterger7
21 Feb 2020, 13:52
Forum: Gaming Help (v1)
Topic: Randomizer - script?
Replies: 3
Views: 1193

Re: Randomizer - script?

Looking for a way to randomize what the script sends. Didn't need game conduct commentary.
by sterger7
21 Feb 2020, 09:49
Forum: Gaming Help (v1)
Topic: Randomizer - script?
Replies: 3
Views: 1193

Randomizer - script?

So....now some games (cough blizzarD) are trying to dish out suspensions for using a hotkey script in battlegrounds to keep you from afking out. I'm sure they're detecting identical keystrokes happening over and over to do it. That being said, is there a real simpyl/easy randomizer script? Somethign...
by sterger7
30 Sep 2019, 18:06
Forum: Gaming Help (v1)
Topic: Old 'wow' classic fishing scripts?
Replies: 1
Views: 3329

Old 'wow' classic fishing scripts?

I used to use a script to fish back in the day, could have sworn it was auto hotkey. Does anyone have anything like this any more? I'm not finding anything in google search that works....any help would be apprecaited.. I doubt i could ever come close to coding it with the way it scans for the bobber...

Go to advanced search