Search found 13 matches

by go1
06 Dec 2022, 19:23
Forum: Gaming Scripts (v1)
Topic: AutoRun / AutoWalk
Replies: 14
Views: 35578

Re: AutoRun / AutoWalk

Near your right control and your right alt on keyboard there should be windows key and apps key.
by go1
06 Dec 2022, 19:22
Forum: Tutorials (v1)
Topic: Beginner's Guide to Web Automation with Chrome.ahk
Replies: 2
Views: 20559

Re: Beginner's Guide to Web Automation with Chrome.ahk

"Beginner's" is really subjective cause im somewhat beginner and i dont understand jack sheet and cant even find a download link or docs for this.
by go1
12 Jun 2020, 17:22
Forum: Gaming Scripts (v1)
Topic: MonsterGirlQuest:Paradox AutoLVL
Replies: 0
Views: 1743

MonsterGirlQuest:Paradox AutoLVL

Hello,my second time i present to you now MonsterGirlQuest:Paradox AutoLVL ,knowing perfectly well that grinding lvls is tedious and monotone i decided to give a little try to automate it in this game. It is Monster Girl Quest:Paradox Pt.1 and Pt.2 macro for autolvling that scans if main character o...
by go1
12 Jun 2020, 16:29
Forum: Scripts and Functions (v1)
Topic: RandomNameCreator(5 letters)
Replies: 4
Views: 1152

Re: RandomNameCreator(5 letters)

That's nice for using more advanced things than i know of,just to condense it guys. rommmcek I used format that would make adding more letters or changing already existing letters for random nickname generator much easier,hence the attempt at better "readability". And you can restructurize the rando...
by go1
10 Jun 2020, 22:16
Forum: Gaming Help (v1)
Topic: Do keystrokes when an area of screen colour changes to another colour
Replies: 7
Views: 895

Re: Do keystrokes when an area of screen colour changes to another colour

You can use ImgSearch for better results. ImgSearch Template that worked best for my purposes: { CoordMode, Pixel, Window ImageSearch, FX, FY, 0, 0, 1100, 800, *7 C:\Users\dom\Desktop\Running\run.png ;*7 = how accurate are the pixels in the image "C:\Users\dom\Desktop\Running\run.png" = route to th...
by go1
10 Jun 2020, 22:13
Forum: Tips and Tricks (v1)
Topic: ImageSearch Tips & Tricks
Replies: 29
Views: 81281

Re: ImageSearch Tips & Tricks

Thank you,it's great to learn new things,i'll test your idea and it's performance for my future projects.
by go1
09 Jun 2020, 16:06
Forum: Tips and Tricks (v1)
Topic: ImageSearch Tips & Tricks
Replies: 29
Views: 81281

Re: ImageSearch Tips & Tricks

Comma after word "Tooltip" does nothing according to coding tests + docs. However after word "image" and "found" it did messed it up. Regarding second tooltip,i was told by someone back in early 2019 at ahk discord that the AHK reads it top to down and braces are not necessary after errorlevels. Nee...
by go1
09 Jun 2020, 14:57
Forum: Tips and Tricks (v1)
Topic: ImageSearch Tips & Tricks
Replies: 29
Views: 81281

Re: ImageSearch Tips & Tricks

It's a great post for understanding anything related to this command. I also want to add #11 for you if you dont mind. #11 Debugging + bonus If you ever find yourself troubled where your error in this command lies here is example code of what you can do to remove mistakes from your command: 4c: { Co...
by go1
09 Jun 2020, 14:46
Forum: Tutorials (v1)
Topic: How to Make AHK Work in Most Games - The Basics
Replies: 26
Views: 141037

Re: How to Make AHK Work in Most Games - The Basics

I want to give a tip here of what i saw,experienced and warned others off. If you ever use ControlClick or ControlSend for background botting and up on tests you catch that your controlclick clicks invisible windows inside the game(only borders of invisible windows inside the game are shown[visible]...
by go1
09 Jun 2020, 14:32
Forum: Gaming Help (v1)
Topic: Do keystrokes when an area of screen colour changes to another colour
Replies: 7
Views: 895

Re: Do keystrokes when an area of screen colour changes to another colour

You can use ImgSearch for better results. ImgSearch Template that worked best for my purposes: { CoordMode, Pixel, Window ImageSearch, FX, FY, 0, 0, 1100, 800, *7 C:\Users\dom\Desktop\Running\run.png ;*7 = how accurate are the pixels in the image "C:\Users\dom\Desktop\Running\run.png" = route to the...
by go1
09 Jun 2020, 14:10
Forum: Scripts and Functions (v1)
Topic: RandomNameCreator(5 letters)
Replies: 4
Views: 1152

RandomNameCreator(5 letters)

Just like title says,it's random name creator for 5 lettered nicknames. It's fully random so you will surely see incomprehensible stuff most of the time,however if u let it run for some time and search a bit you may get a name you will like,it's best tool to generate random nicknames in case you may...
by go1
09 Jun 2020, 13:31
Forum: Gaming Scripts (v1)
Topic: AutoRun / AutoWalk
Replies: 14
Views: 35578

Re: AutoRun / AutoWalk

Regarding AutoWalk only: In case the author's code does not work,here is simpler version that you can edit yourself if you have enough experience. This version does not have any gui's so the activation key is the key below right shift and to the left of right control called "AppsKey". In Detail Expl...
by go1
17 Sep 2018, 17:29
Forum: Ask for Help (v1)
Topic: ControlClick at ImageSearch example
Replies: 1
Views: 911

ControlClick at ImageSearch example

Im beginner in programming and new to the forums and learning by writing a fully working automation hunting for the GoonZu game,preety trashy grind based game with 10-15 people online daily but 100% good to learn programming: I have my script towards game that looks for certain 3 pixels and then pre...

Go to advanced search