Search found 15 matches

by hugin
29 Nov 2017, 09:08
Forum: Gaming Help (v1)
Topic: Animated ClanTag Automatic CS:GO
Replies: 3
Views: 3378

Re: Animated ClanTag Automatic CS:GO

Laggin: Thank you :) That will still not open console to get the commands executed. Whst OP have sent us is a .cfg script, and not anything that work directly besides knowing what to "sendinput" (etc) to console when AHK has opened console. One thing I don't understand, is what he has, is a working ...
by hugin
27 Nov 2017, 17:33
Forum: About This Community
Topic: Rule Poll
Replies: 59
Views: 93601

Re: Rule Poll

My look at the game scripts (Only one that is infecting myself) I am pretty new to the AHK community, and found this site when I was looking for scripts that could help me use the keyboard more smoothly with 8 fingers intact. I have all ten, but both my pinky fingers are in a 90° angle due to my wo...
by hugin
27 Nov 2017, 15:53
Forum: Ask for Help (v1)
Topic: Excel - Copy previous or next visible cell and increase by 20
Replies: 6
Views: 1559

Re: Excel - Copy previous or next visible cell and increase by 20

Some time since I used VBA in Excel. But it seems to me it should be possible to use VBA and circumvent AHK? As you said, to use Excel directly. Also, that way you can set up traps for any bugs etc. Have you tried to record a macro and then edit it in VBA to your liking? I would start with that. Thi...
by hugin
27 Nov 2017, 15:16
Forum: Gaming Help (v1)
Topic: Animated ClanTag Automatic CS:GO
Replies: 3
Views: 3378

Re: Animated ClanTag Automatic CS:GO

Been a while since I did some AHK scripts for games. And I only use them in SP (Single Player) games. First of, AHK is a keyboard script (More or less) and doesn't automatically work in the game's executable the way you have set it up. First off (And with what I remember): You need to read up on the...
by hugin
27 Dec 2016, 03:10
Forum: Ask for Help (v1)
Topic: Gui, please help me
Replies: 2
Views: 1013

Re: Gui, please help me

Are you asking the forum to copy Gui 2 into Gui 1 for you, when you have what you need from both scripts at hand? If that is the case, why not try that yourself? Because you do have everything you need, right? Or am I missing something, like something you don't understand? But I am also sure you can...
by hugin
27 Dec 2016, 02:51
Forum: Ask for Help (v1)
Topic: I am new. Please help.
Replies: 2
Views: 1078

Re: I am new. Please help.

imagesearch, Wx, Wy, 0, 0, 1360, 760, B:\Users\snuffleuffagus\Desktop\pictures4appshowz\boatsandhoes.bmp sleep 2000 If ErrorLevel { imagesearch, Vx, Vy, 0, 0, 1360, 760, B:\Users\snuffleuffagus\Desktop\pictures4app\resumeselect.bmp If Error Level { MsgBox, leh sigh } else { MouseMove, (Vx+65), Vy }...
by hugin
15 Dec 2016, 20:31
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 617828

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

Started my Ahk Scripting with Notepad++, now I can't think of using anything other than SciTE4 ;)

Question, is the editor still alive when it comes to updates, bug-fixing etc?
As it is, it covers my needs to the fullest so I don't need for anything newer version per say, I'm just curious I guess :)
by hugin
15 Dec 2016, 12:04
Forum: Gaming Help (v1)
Topic: Middle Click / F3 Topic is solved
Replies: 6
Views: 58522

Re: Middle Click / F3 Topic is solved

Thanks, helped alot. Didn't know about $ this simple change fixed it: ;Middle Click Macro $F3:: Send, {F3}{MButton} return About chrome. I realised that it's only in chrome, that you can't active / deactivate the scrolling middle click feature (while moving the mouse). Because F3 enables the "searc...
by hugin
10 Dec 2016, 21:20
Forum: Gaming Help (v1)
Topic: Middle Click / F3 Topic is solved
Replies: 6
Views: 58522

Re: Middle Click / F3 Topic is solved

Try to add: $ F3:: to your Hotkey, like this: ;Middle Click Macro $F3:: Send, {F3} SetKeyDelay, 1 ; Why not just use: Sleep 50? Send, {MButton} return Code not tested, but should be the issue you have with your F3 key, because: $ This is usually only necessary if the script uses the Send command to...
by hugin
06 Dec 2016, 18:36
Forum: Gaming Help (v1)
Topic: 2 keys with one hotkey.
Replies: 6
Views: 1666

Re: 2 keys with one hotkey.

Alright, so I am pretty sure the problems stems from: $z:: Send {RButton down}{Tab down} Sleep 50 Send {c down}{x down} Sleep 10 Send {c up}{x up}{RButton up}{Tab up} return I need to find a way to make the time window smaller than Sleep 10, which I don't think is possible. Also it turns out I need...
by hugin
03 Dec 2016, 19:45
Forum: Gaming Help (v1)
Topic: Middle Click / F3 Topic is solved
Replies: 6
Views: 58522

Re: Middle Click / F3 Topic is solved

Short answer: From your answer, even a bit long, you are just asking to emulate Middle Mouse Button Right? If so: F3::MButton Thats it. Longer answer: If you want to add more code to your Middle Mouse Click: Middle Mouse Button Macro (Basic setup for Hotkeys with more than just remapping one key): ...
by hugin
19 Nov 2016, 17:14
Forum: Ask for Help (v1)
Topic: Hold 1 key down
Replies: 2
Views: 1097

Re: Hold 1 key down

Hello! It should be tons of scripts and code out there to fit the need for what you are trying to achieve :) What you have found is a basic toggle script and are to find all over the Interwebz, including the old and the new site of AHK. Many times, especially when new to a subjects like AHK, it can ...
by hugin
12 Nov 2016, 19:36
Forum: Tutorials (v1)
Topic: MS Office COM Basics
Replies: 116
Views: 196477

Re: MS Office COM Basics

Hello! Kudos to OP for making this, I have some experience with VB and VBA, and have made several useful Excel - Form based (Read: GUI) Excel Program for my work and also for my main exam in Offshore Search & Oil Drilling course. (Mud/ pipe - Weight program for the full pipeline including BOP and Xm...
by hugin
07 Nov 2016, 05:07
Forum: Forum Issues
Topic: trouble posting
Replies: 15
Views: 4786

Re: trouble posting

tank wrote:apparently i had code out of order and the error triggered without the log for me to track. try again now so i can see what rule is being hit incorrectly

Code: Select all

site:autohotkey.com <SearchString>
It's working again now, thank you!
by hugin
06 Nov 2016, 01:26
Forum: Forum Issues
Topic: trouble posting
Replies: 15
Views: 4786

Re: trouble posting

Hello, FYI, I have issues also when I use Google or DuckDuckGo with this search string: site:autohotkey.com <SearchString> Comes up with a empty page with Twitter and FB link, guess they have coded that in cases when the forum goes down. Hopefully it will come up again soon, so easy peasy to search ...

Go to advanced search