Help me guys! Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Bachurskas
Posts: 4
Joined: 12 Feb 2019, 01:02

Help me guys!

19 Feb 2019, 02:02

Hello, can you write me code that i can set time interval random between my actions ? thank you guys !
User avatar
tonkomnom
Posts: 37
Joined: 25 Jul 2018, 02:53
Contact:

Re: Help me guys!  Topic is solved

19 Feb 2019, 02:12

Code: Select all

Random, vsleep, 100, 500
Sleep, %vsleep%
Maybe next time try solving it yourself first and asking for help because it doesn't work instead of asking people to write code for you. And I'm going to give you the benefit of the doubt and not assume you're using this to circumvent any kind of cheat detection.
Bachurskas
Posts: 4
Joined: 12 Feb 2019, 01:02

Re: Help me guys!

19 Feb 2019, 05:18

Code: Select all

Random, SleepA0mount, 0, 30
Sleep, %SleepAmount%
ill try this and doesnt help me, then i ask you guys... but thanks for your help i new i code
User avatar
tonkomnom
Posts: 37
Joined: 25 Jul 2018, 02:53
Contact:

Re: Help me guys!

19 Feb 2019, 06:55

That exact code won't work because there's a typo in your variable SleepA0mount != SleepAmount

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Mateusz53, MrHue, mstrauss2021 and 322 guests