Search found 48 matches

by Sid4G
15 Sep 2019, 03:52
Forum: Ask for Help (v1)
Topic: Press Space if color changes
Replies: 16
Views: 5890

Re: Press Space if color changes

Please change autohotkey.com title to autocheatforum.com @devs
by Sid4G
03 Aug 2019, 15:57
Forum: Ask for Help (v1)
Topic: Multiple winclose windows
Replies: 6
Views: 1863

Re: Multiple winclose windows

So using groups it loops automatically without having to write the sequence manually? Well you could think of it like that if it makes it easy to understand, but how WinWait does this internally depends on its implementation in the AHK source code. Using a loop to repeatedly check a condition is ca...
by Sid4G
03 Aug 2019, 09:12
Forum: Ask for Help (v1)
Topic: Multiple winclose windows
Replies: 6
Views: 1863

Re: Multiple winclose windows

Hello hannahelappin, just to clarify a bit why your current solution is not working: Your script will never leave the first loop, so the second loop is “dead code”. A (unconditional) loop like you are using will only be exited by instructing the script to do so. Take a look at the break statement. ...
by Sid4G
21 Jul 2019, 15:07
Forum: Gaming Help (v1)
Topic: Weapon Tracking & Visual Aid
Replies: 3
Views: 1265

Re: Weapon Tracking & Visual Aid

DebuffedInRl wrote:
19 Jul 2019, 14:02
Hi, i would like help but I'm not able to reply to PMS yet as I'm a new user...
add my discord?
Quattro
#4877
by Sid4G
21 Jul 2019, 08:46
Forum: Gaming Help (v1)
Topic: try to bind the F12 key to launch PUBG
Replies: 2
Views: 923

Re: try to bind the F12 key to launch PUBG

PipeDreams wrote:
16 Jun 2019, 23:33
what have you tried so far?
He tried asking on ahk forum :D
by Sid4G
21 Jul 2019, 08:42
Forum: Gaming Help (v1)
Topic: Warframe ban for using AHK
Replies: 6
Views: 7064

Re: Warframe ban for using AHK

PipeDreams wrote:
16 Jun 2019, 23:34
lol yes i meant ahk. if you take a look around the https://www.unknowncheats.me forums I have seen a few devs say such things.
Only high-end anti cheat detects ahk and it does not matter compiled or not. He got detected because of obvious botting.
by Sid4G
20 Jul 2019, 11:41
Forum: Ask for Help (v1)
Topic: can anyone help me with this project.. please
Replies: 2
Views: 524

Re: can anyone help me with this project.. please

Code: Select all

index := 1
*~right::
	send, {%index%}
	index++
	if (index => 99)
		index := 1
	keywait, right
return
by Sid4G
20 Jul 2019, 11:09
Forum: Gaming Help (v1)
Topic: Reload a script
Replies: 3
Views: 959

Re: Reload a script

Check if process exists with other ahk script periodically - if not, run Standalonegta.exe.
by Sid4G
15 Jul 2019, 06:43
Forum: Gaming Help (v1)
Topic: Auto queue villagers
Replies: 3
Views: 1725

Re: Auto queue villagers

Thank you for the answer. But this command do not force the AI to build, train, create villagers.The towncentre do NOT want to train, create villagers. It only write ""train villagers", as a text and it may be used as a shortcut to go to several places quickly. But I do not want to go to the townce...
by Sid4G
15 May 2019, 14:26
Forum: Gaming Help (v1)
Topic: Please teach me how to fish
Replies: 6
Views: 1798

Re: Please teach me how to fish

So a rapid fire bot, recoil reducer and what, an auto quick scope? :DD
by Sid4G
15 May 2019, 14:05
Forum: Ask for Help (v1)
Topic: i want read this number.. how can i do that ?
Replies: 1
Views: 437

Re: i want read this number.. how can i do that ?

Google OCR. But I am not sure if running it on ahk is optimal, python has a nice library though.
by Sid4G
15 May 2019, 14:02
Forum: Ask for Help (v1)
Topic: Sleep statements required to get AHK control of a GUI to work?
Replies: 2
Views: 437

Re: Sleep statements required to get AHK control of a GUI to work?

Or if your PC is good enough have a virtualbox minimized and automate as you like :)
by Sid4G
15 May 2019, 13:58
Forum: Gaming Help (v1)
Topic: Any runescape script ideas ?
Replies: 10
Views: 5692

Re: Any runescape script ideas ?

Vaklev wrote:
15 May 2019, 11:36
Sure blick, unlike @@Sid4G who will most likely over charge you, i will be happy to give you my code for free, I will post once I get home!
Yes, a half baked pie without cherries and easily detectable. The smartest choice obviously :bravo:
by Sid4G
15 May 2019, 04:01
Forum: Gaming Help (v1)
Topic: Auto-centering mouse after shoot
Replies: 3
Views: 1399

Re: Auto-centering mouse after shoot

I have had success moving the cursor to a specific location upon exit of game and used BlockInput to avoid my own clumsy interference. I just tinkered with my keymapping_Borderlands.ahk file and tested in game. I did not spend a lot of time on it, but Seems to me, you are going to have to do a coup...
by Sid4G
15 May 2019, 03:41
Forum: Gaming Help (v1)
Topic: rs 07 instant gmaul spec pvp
Replies: 3
Views: 1553

Re: rs 07 instant gmaul spec pvp

blickeddd wrote:
13 May 2019, 15:59
@Sid4G
i'm interested whats your discord?
Quattro#4877
by Sid4G
13 May 2019, 15:19
Forum: Gaming Help (v1)
Topic: rs 07 instant gmaul spec pvp
Replies: 3
Views: 1553

Re: rs 07 instant gmaul spec pvp

I have, and anything else you can think of(undetectable private level stuff). There was this guy called honzo gonzo who uses pvp scrpits made by me with click sounds so he can fool his stream viewers lol.

PM if interested.
by Sid4G
13 May 2019, 15:17
Forum: Gaming Help (v1)
Topic: Any runescape script ideas ?
Replies: 10
Views: 5692

Re: Any runescape script ideas ?

I am professional when it comes to rs scripts. PM me if interested in private level stuff.
by Sid4G
29 Apr 2016, 13:41
Forum: Ask for Help (v1)
Topic: Dodging script without interrupting original keys
Replies: 5
Views: 1970

Re: Dodging script without interrupting original keys

Thank you! I will try it out

Go to advanced search