Search found 167 matches
- 23 Mar 2020, 07:53
- Forum: Gaming
- Topic: Diablo Smash v1
- Replies: 3
- Views: 2880
Re: Diablo Smash v1
Nice stuff. What is the "scroll trick" that is mentioned in the code comments? In D3 there is a trick for relieving some of the constant clicking involved in the game. If you bind 'force move' to scroll up and scroll down in the settings then you can just roll the scroll back and forth to move inst...
- 13 Feb 2020, 22:08
- Forum: Gaming
- Topic: Rapid click script
- Replies: 22
- Views: 92714
Re: Rapid click script
@ T1r1a : Use a click counter. Example: Counting starts when you click inside the black outline. Counting stops when time is up. Adjust the time interval to your liking. Figure out for yourself what Reset button does. ;) Indicator=0 Gui,Add,GroupBox,w250 Section,Time Interval Gui,Add,Edit,xs+20 ys+...
- 13 Feb 2020, 20:26
- Forum: Gaming
- Topic: Rapid click script
- Replies: 22
- Views: 92714
Re: Rapid click script
I have visited How Many Times Can You Click in 25 Seconds? to test the following script: #MaxThreadsPerHotkey, 2 SetDefaultMouseSpeed, 0 SetBatchLines, -1 ListLines, Off F12:: bFlag := !bFlag While bFlag Click Return The script scored 792 clicks in 25 seconds. FYI: The dev of that websites says in ...
- 13 Feb 2020, 19:56
- Forum: Gaming
- Topic: 2020 Rust AK Script
- Replies: 20
- Views: 12134
Re: 2020 Rust AK Script
Unless you are running a VM I am calling bullshit on being undetectable unless you can provide some sort of evidence. Most game detection softwares run a dll in ring 0, good luck avoiding that with pure AHK code.
- 06 Feb 2020, 17:46
- Forum: Gaming
- Topic: Diablo Smash v1
- Replies: 3
- Views: 2880
Diablo Smash v1
So I was bored and decided to play some Diablo 3 which prompted digging up this little tool for the game. Is really helpful with keeping the hand and wrist strain down in that insanely clicky game. Really this could be pretty generally applied to any game that requires regular button mashing. Contro...
- 05 Feb 2020, 12:48
- Forum: Gaming
- Topic: Project Reality Cheat Detection Proof Of Concept
- Replies: 5
- Views: 2732
Re: Project Reality Cheat Detection Proof Of Concept
What is the use case here? Most people using hacks know they are using them and this doesn't give the ability to detect hacks injected in someone else's client.
- 05 Feb 2020, 12:41
- Forum: Tutorials
- Topic: How to Make AHK Work in Most Games - The Basics
- Replies: 20
- Views: 74031
Re: How to Make AHK Work in Most Games - The Basics
Updated:
-Formatting
-Updated intermediate tricks
-Added new game suggestions
-Formatting
-Updated intermediate tricks
-Added new game suggestions
- 04 Jun 2019, 09:17
- Forum: Scripts and Functions
- Topic: Wake on LAN (WoL) function - (Wake computers in your LAN)
- Replies: 16
- Views: 6267
Re: Wake on LAN (WoL) function - (Wake computers in your LAN)
Wake on Lan definitely has permissions issues. On my network I had to create a proxy for the WoL so that it would run from server side for admin privileges. It needed admin rights and I did not want to give all my users who might potentially use it admin rights. Client creates a txt with the target ...
- 05 Mar 2019, 09:31
- Forum: Gaming
- Topic: Can a AHK script solve puzzles like CandyCrush Saga? Topic is solved
- Replies: 10
- Views: 2903
Re: Can a AHK script solve puzzles like CandyCrush Saga? Topic is solved
I can get screenshots of each tile, but how do I get a script to piece together a 6x6 board and recognise what tile is in each position? That is going to be a little bit of the hard part, I can point you to the tools (basically Loop , ImageSearch and Array ) but I can't really say what the best way...
- 04 Mar 2019, 12:45
- Forum: Gaming
- Topic: Problem with script ( tibia auto heal )
- Replies: 3
- Views: 4211
Re: Problem with script ( tibia auto heal )
This is probably the issue. This line means, 'Only run this script when the active window title is Dragon Ball Legend'. It needs to be changed to reflect the window title of the tibia window. Use the 'Windows Spy' Tool to find this info.
- 04 Mar 2019, 12:39
- Forum: Gaming
- Topic: Can a AHK script solve puzzles like CandyCrush Saga? Topic is solved
- Replies: 10
- Views: 2903
Re: Can a AHK script solve puzzles like CandyCrush Saga? Topic is solved
Fist place to start is by taking a shot of each individual image so you can recognize each square on the board and what tile each space represents. The board is a 6x6 square so you have 36 tiles to recognize. After the recognition part I don't really have any more advice since deciding the best move...
- 15 Jan 2019, 09:17
- Forum: Gaming
- Topic: Can a AHK script solve puzzles like CandyCrush Saga? Topic is solved
- Replies: 10
- Views: 2903
Re: Can a AHK script solve puzzles like CandyCrush Saga? Topic is solved
I took a look at the game and from what I gathered in a few minutes you would have to start with board recognition. Basically determine the board space and how many tiles you are dealing with. Second step would be to determine color patterns. After that the logic of determining the best move starts ...
- 14 Jan 2019, 17:53
- Forum: Gaming
- Topic: Can a AHK script solve puzzles like CandyCrush Saga? Topic is solved
- Replies: 10
- Views: 2903
Re: Can a AHK script solve puzzles like CandyCrush Saga? Topic is solved
AHK is 'turing complete', so the short answer is yes, it can do anything that any other language can do. A better question is, are you smart enough to figure it out? Thanks Ruevil2. That's very good to know. I'm definitely not smart enough to figure it out, but I reckon there'd be plenty around who...
- 14 Jan 2019, 10:39
- Forum: Gaming
- Topic: Can a AHK script solve puzzles like CandyCrush Saga? Topic is solved
- Replies: 10
- Views: 2903
Re: Can a AHK script solve puzzles like CandyCrush Saga? Topic is solved
AHK is 'turing complete', so the short answer is yes, it can do anything that any other language can do. A better question is, are you smart enough to figure it out?
- 14 Nov 2018, 13:47
- Forum: Ask For Help
- Topic: Scraping Facebook Marketplace
- Replies: 2
- Views: 3027
Scraping Facebook Marketplace
Attempted Code: ComObjError(0) WebRequest := ComObjCreate("WinHttp.WinHttpRequest.5.1") URL := "https://www.facebook.com/marketplace/105999576097040" WebRequest.Open("GET", URL, true) WebRequest.Send() WebRequest.WaitForResponse() FileAppend, % WebRequest.ResponseText, %A_ScriptDir%\FaceBookData.txt...
- 01 Nov 2018, 07:36
- Forum: Gaming
- Topic: Control click NEVER works...
- Replies: 17
- Views: 8609
Re: Control click NEVER works...
edit: research! https://stackoverflow.com/questions/8638456/thread-input-queue >input can be redirected to a different thread's message queue using the AttachThreadInput I think you are on to something there, do you think that WoW only reads from a particular stack? I read through it and it seemed ...
- 31 Oct 2018, 09:07
- Forum: Gaming
- Topic: Control click NEVER works...
- Replies: 17
- Views: 8609
Re: Control click NEVER works...
Check this post.. It seems that this guy managed to get some ControlClick commands to work with a WoW client. It might be that this client is just different enough to cause problems but I haven't played WoW in a long time so I can't be sure. He mentions that he has it working for a few hours. It loo...
- 31 Oct 2018, 08:57
- Forum: Gaming
- Topic: (Solved) Script works on Desktop but not in a game Topic is solved
- Replies: 2
- Views: 1276
Re: Script works on Desktop but not in a game Topic is solved
Check through the things in this tutorial. They will probably help get you going.
https://autohotkey.com/boards/viewtopic.php?f=7&t=11084
https://autohotkey.com/boards/viewtopic.php?f=7&t=11084
- 26 Oct 2018, 13:47
- Forum: Ask For Help
- Topic: Make script expire? Topic is solved
- Replies: 10
- Views: 1904
Re: Make script expire? Topic is solved
I think we're getting closer. I am now fiddling around with this script, and still have no luck. Just trying to get the .exe to exit after a specific date. #SingleInstance, Force ExpireDate := "20181025" CurrentDate := (A_Now) If (CurrentDate >= ExpireDate) ExitApp I am still looking for any other ...
- 25 Oct 2018, 10:07
- Forum: Gaming
- Topic: Control click NEVER works...
- Replies: 17
- Views: 8609
Re: Control click NEVER works...
Thank you. I just assumed that you meant there was some issue with AHK rather than an issue with the game itself.