Search found 33 matches

by boydeee
09 Aug 2016, 23:48
Forum: Ask for Help (v1)
Topic: Can someone help me with the use of SetTimer?
Replies: 24
Views: 4073

Re: Can someone help me with the use of SetTimer?

Alright, I will add it. Thanks again.
by boydeee
08 Aug 2016, 18:02
Forum: Ask for Help (v1)
Topic: Can someone help me with the use of SetTimer?
Replies: 24
Views: 4073

Re: Can someone help me with the use of SetTimer?

Okay, that makes sense. Thank you for all your help. I've been trying to make this script for the past week haha. I couldn't figure out how to do the timers right. You're awesome.
by boydeee
08 Aug 2016, 17:26
Forum: Ask for Help (v1)
Topic: Can someone help me with the use of SetTimer?
Replies: 24
Views: 4073

Re: Can someone help me with the use of SetTimer?

Yeah, I like yours better. I'm going to try running it, should I leave NMZ subroutine like this: NMZ: OvlCount := 0 PrayerCount := 1 DoseCount := 0 gosub, Overload ; <-- do the first overload immediately SetTimer, Overload, 300000 gosub, RandWait return or like this? NMZ: OvlCount := 0 PrayerCount :...
by boydeee
08 Aug 2016, 17:16
Forum: Ask for Help (v1)
Topic: Can someone help me with the use of SetTimer?
Replies: 24
Views: 4073

Re: Can someone help me with the use of SetTimer?

Overload: OvlCount++ if (OvlCount <= 4) RandClickBox(742,751,261,271) else if (OvlCount <= 8) RandClickBox(785,793,262,269) else if (OvlCount <= 12) RandClickBox(827,834,261,273) else if (OvlCount <= 16) RandClickBox(869,877,263,270) else if (OvlCount <= 20) RandClickBox(741,752,298,306) else if (O...
by boydeee
08 Aug 2016, 16:52
Forum: Ask for Help (v1)
Topic: Can someone help me with the use of SetTimer?
Replies: 24
Views: 4073

Re: Can someone help me with the use of SetTimer?

Okay, so the script starts the 5 minute wait for overload at the very beginning, that's why it wasn't doing anything. Is it possible to use the script without having to wait 5 minutes for it to start? Got it working now. Only thing is in the Overloads section with the Else Ifs, I tried to change it ...
by boydeee
08 Aug 2016, 15:45
Forum: Ask for Help (v1)
Topic: Can someone help me with the use of SetTimer?
Replies: 24
Views: 4073

Re: Can someone help me with the use of SetTimer?

This is the current script right now, I can't seem to get it to run though. When I press my hotkey, Q, to execute the NMZ subroutine the script doesn't do anything. ;Makes it so the script only works in the OSRS window #If WinActive("RuneLoader") or WinActive("Old School RuneScape") or WinActive("OS...
by boydeee
08 Aug 2016, 14:35
Forum: Ask for Help (v1)
Topic: Can someone help me with the use of SetTimer?
Replies: 24
Views: 4073

Re: Can someone help me with the use of SetTimer?

Oh, ok, so you basically already made the script for me. Wow, awesome. My original script clicks 21 prayer potions and 7 overloads. Would this version of your script be correct? It should click each prayer potion 4 times, then move on to the next. while clicking an overload every 5 minutes Overload:...
by boydeee
08 Aug 2016, 13:56
Forum: Ask for Help (v1)
Topic: Can someone help me with the use of SetTimer?
Replies: 24
Views: 4073

Re: Can someone help me with the use of SetTimer?

Code: Select all

Prayer:
    DoseCount++
    if (DoseCount > 4)
    {
        PrayerCount++
        DoseCount := 1
    }
    if (PrayerCount > 6)
        return
    Prayers[PrayerCount].Call()
    gosub, RandWait
return
How does this work? Is PrayerCount how many potions it needs to click?
by boydeee
08 Aug 2016, 13:47
Forum: Ask for Help (v1)
Topic: Can someone help me with the use of SetTimer?
Replies: 24
Views: 4073

Re: Can someone help me with the use of SetTimer?

Yes, SetTimer, Overload, 300000 runs overload every 5 minutes. And, unlike Sleep , your script can do other stuff while waiting for a timer. Can I get it to move on to 6 sets of coordinates? Or will it only work for the first potion? Where it says if (OvlCount <= 4) RandClickBox(742, 751, 261, 271)...
by boydeee
08 Aug 2016, 13:37
Forum: Ask for Help (v1)
Topic: Can someone help me with the use of SetTimer?
Replies: 24
Views: 4073

Re: Can someone help me with the use of SetTimer?

How would this work? Can I get it to run every 5 minutes while the script does other things?
by boydeee
08 Aug 2016, 13:21
Forum: Ask for Help (v1)
Topic: Please someone help me with SetTimer, I've been trying to fix this for hours
Replies: 1
Views: 1338

Please someone help me with SetTimer, I've been trying to fix this for hours

So, I have a script where I need to drink these potions. Each potion has 4 doses. I have 21 prayer potions, and 7 overload potions. The prayer potions need to be maintained about every 1.5 minutes. The overload potions need to be maintained every 5 minutes (NO MORE NO LESS). The overload timing is V...
by boydeee
08 Aug 2016, 00:00
Forum: Ask for Help (v1)
Topic: Can someone help me with the use of SetTimer?
Replies: 24
Views: 4073

Can someone help me with the use of SetTimer?

So, I have a script where I need to drink these potions. Each potion has 4 doses. I have 21 prayer potions, and 7 overload potions. The prayer potions need to be maintained about every 1.5 minutes. The overload potions need to be maintained every 5 minutes (NO MORE NO LESS). The overload timing is V...
by boydeee
18 Jul 2016, 03:50
Forum: Ask for Help (v1)
Topic: GUI to show sleep timer?
Replies: 1
Views: 1197

GUI to show sleep timer?

RandClickPotion(736,754,248,272) Random, SleepAmount, 50, 500 Sleep %sleepAmount% RandClickPotion(736,754,248,272) Random, SleepAmount, 50, 500 Sleep %sleepAmount% RandClickPotion(736,754,248,272) Random, SleepAmount, 50, 500 Sleep %sleepAmount% RandClickPotion(736,754,248,272) I want a GUI or tiny...
by boydeee
18 Jul 2016, 03:44
Forum: Gaming Help (v1)
Topic: CS:GO Bunny Hop "Script" Not Functioning In-Game Topic is solved
Replies: 3
Views: 5394

Re: CS:GO Bunny Hop "Script" Not Functioning In-Game Topic is solved

~F6::
Hotkey, *~$Space, Toggle
return
*~$Space::
sleep 5
loop
{
GetKeyState, SpaceState, Space, P
if Spacestate = U
break
sleep 1
Send, {Blind}{Space}
}
return
by boydeee
27 Jun 2016, 04:07
Forum: Ask for Help (v1)
Topic: Why does this code move my mouse diagonal a few pixels?
Replies: 2
Views: 883

Re: Why does this code move my mouse diagonal a few pixels?

Thanks man. The one pixel is completely unnoticeable. The small movement was bothering me. Now it's perfect! Thanks again :D
by boydeee
27 Jun 2016, 02:39
Forum: Ask for Help (v1)
Topic: Why does this code move my mouse diagonal a few pixels?
Replies: 2
Views: 883

Why does this code move my mouse diagonal a few pixels?

MouseGetPos, xpos, ypos Send {F5} sleep 50 SendMouse_AbsoluteMove(1449, 769) SendMouse_LeftClick() SendMouse_AbsoluteMove(xpos, ypos) Send {Escape} If I hold my hotkey my mouse just moves diagonally across the screen, why? Here is where the functions come from https://autohotkey.com/board/topic/5395...
by boydeee
27 Jun 2016, 01:26
Forum: Ask for Help (v1)
Topic: How to use dll call for mouse clicks at certain coordinates?
Replies: 3
Views: 3073

Re: How to use dll call for mouse clicks at certain coordinates?

Blackholyman wrote:try and remove the %'s around your variables as you don't need then inside function calls

<3
by boydeee
27 Jun 2016, 01:06
Forum: Ask for Help (v1)
Topic: How to use dll call for mouse clicks at certain coordinates?
Replies: 3
Views: 3073

Re: How to use dll call for mouse clicks at certain coordinates?

Ok, I have this now: (found this page: https://autohotkey.com/board/topic/53956-fast-mouse-control/) MouseGetPos, xpos, ypos SendMouse_AbsoluteMove(1420, 720) SendMouse_LeftClick() SendMouse_AbsoluteMove(%xpos%, %ypos%) But, I'm doing this in a java window, it puts my mouse at the very top left of m...

Go to advanced search