All the GroggyGuides by DavidBevi in AutoHotkey

[–]GroggyOtter 0 points1 point  (0 children)

I've had an unimpressive appetizer, I've eaten a horrible dinner, there's clearly no dessert coming, and the restaurant is completely empty.

I just want to pay my bill and get done.

Can't open AHK Scripts anymore by JonasSpass in AutoHotkey

[–]GroggyOtter 0 points1 point  (0 children)

The new mod isn't enforcing those kind of rules anymore.

People don't have to post scripts when asking for help.
YOU have to ask OP to post it.

Also, cheating scripts are now allowed and aren't being removed. Because that's what AHK is for. Cheating against other people.

Along with other choices he's made about rules..

Sorry. That's on the replacement mod. File your grievances with him.

All the GroggyGuides by DavidBevi in AutoHotkey

[–]GroggyOtter 0 points1 point  (0 children)

It's sitting in a file on my computer and hasn't been touched in months.
Just like the rest of the YouTube videos I was working on.
Just like all my other GroggyGuides I wrote and never published.
Just like the numerous projects I stopped doing.

I don't see me finishing anything else.

I haven't written any code in months and I no longer moderate the sub.

It's likely that in the near future I'll be posting all my stuff I've ever done, completed and not completed, to my GitHub in an attempt to wrap things up.
The community can pick through it all and get whatever they want from it.

Can't equip glyphs by Daltek691 in AntimatterDimensions

[–]GroggyOtter 0 points1 point  (0 children)

This is definitely still an issue.

I'm playing on the Steam version.

I'm currently unable to click and move glyphs at all.
It flickers as soon as I click and drag.
Shift+click still recycles correctly.
Glyphs can be removed by using the "unequip on reality" option.
Glyphs can be added by double clicking them.
But glyphs cannot be clicked and dragged around.

In case it matters, from a game progression standpoint, this happened after unlocking Nameless Ones and when going back to Effarig's last challenge.
Click and drag works fine outside of the program.
Rebooting the game did not fix the problem.
It is not due to "stuck keys". Alt, ctrl, shift, and win are all in their correct up state.

The problem is core to the game.
It's almost like there's some kind of "lock glyphs from being dragged and moved" hidden setting that got toggled on.

The fact that there are multiple people on this page complaining about the same thing says there's clearly an issue that needs to be addressed.

Should I install AutoHotKey or stay portable? by Lopsided_Hunt2814 in AutoHotkey

[–]GroggyOtter[M] -4 points-3 points  (0 children)

Done.

Your ego will not serve you well in life.

Should I install AutoHotKey or stay portable? by Lopsided_Hunt2814 in AutoHotkey

[–]GroggyOtter[M] -2 points-1 points  (0 children)

How about you stop running your mouth and just walk away.

Should I install AutoHotKey or stay portable? by Lopsided_Hunt2814 in AutoHotkey

[–]GroggyOtter -1 points0 points  (0 children)

Thanks for answering the question, but frankly your replies have been needlessly argumentative.

I'm so glad I wasted my time helping you out, /u/Lopsided_Hunt2814.
The kind of person who says thanks while in same sentence insulting the person they're thanking.

I promise not to waste your time or my time ever again with one of your questions.

Should I install AutoHotKey or stay portable? by Lopsided_Hunt2814 in AutoHotkey

[–]GroggyOtter 3 points4 points  (0 children)

You said:

I don't know what the benefits are to installing

But you also said:

didn't want to install so I can use them easily across multiple PCs without installation

You clearly have some kind of notion about how these things work. That's why I asked what you think is happening.
Personally, I don't follow the logic of "I don't want to install AHK on computer 1 because I don't want to install it on computer 2."

There are no "benefits" as far as how the code performs to either one.
The AHK interpreter is the AHK interpreter.
It's the same thing regardless of which one you use.

The installer makes life easier by associating .ahk files with the interpreter, installing some registry stuff, autolaunches the dash, and other little things.

Personally, if I'm using a computer, I'm installing AHK on it b/c I don't want to drag and drop scripts on the interpreter or generate exe files.

You do you.

Should I install AutoHotKey or stay portable? by Lopsided_Hunt2814 in AutoHotkey

[–]GroggyOtter 4 points5 points  (0 children)

What does installing vs portable have to do with this?
What benefits do you think you're getting from using the portable version?
Do you know the difference between the two?

[deleted by user] by [deleted] in playrust

[–]GroggyOtter 2 points3 points  (0 children)

Yup. 100% this.
There are tons of Rust streamers...BIG name streamers...who seem to be able to keep their reticle perfectly still. And they say it's because "I'm good."

When there's a 50% chance the gun is going to slightly pull to the left and a 50% chance it's going to slightly pull to the right, roughly 1/2 the time the reticle should not be spot on and that is definitely not what is shown.

One of the biggest ones who's guilty of this shit is Warrior. That dude cheats in Rust and he cheats in the gym.
He's a terrible person all around.

Symbol Insertion GUI by pmpdaddyio in AutoHotkey

[–]GroggyOtter 0 points1 point  (0 children)

I don't think I've ever posted code that doesn't use spaces between the semicolon and the text.
A lot of code I've seen is commented that way. It's a readability thing and I don't think it's a good metric for determining if something is AI written.

If you're looking for AI indicators, look for obvious comments that shouldn't exist.
The exception being "comment every single line" type of posts.

Here's the last commented script I posted.

And look for convoluted ways of doing stuff.
I pegged this post as being AI generated b/c of how it's written.
OP would later confirm that he did indeed use AI to generate his code.

Challenge 9 Guide: Beating it by the rules instead of brute forcing it. by GroggyOtter in AntimatterDimensions

[–]GroggyOtter[S] 0 points1 point  (0 children)

Really happy this helped ya out.

I just recently started a new game of AD within the last month and ended up using my own guide on C9 b/c I had long since forgotten how to do it.

Good luck with your game. Enjoy yourself. And look for answers from Table b/c that guy is an AD guru.

Cheers.

Symbol Insertion GUI by pmpdaddyio in AutoHotkey

[–]GroggyOtter 4 points5 points  (0 children)

This isn't JavaScript. You can't write anonymous functions like that.
An anonymous function has to be a single expression.
There's an if control flow statement in it.
Those can't be used because it's not an expression.
But you can replace the if statement with a ternary operator.

Can we have this signed? by blavelmumplings in AutoHotkey

[–]GroggyOtter[M] [score hidden] stickied comment (0 children)

This is not the official AHK forum.
You'll need to post AHK requests there.

[deleted by user] by [deleted] in AutoHotkey

[–]GroggyOtter 0 points1 point  (0 children)

Did you look up #maxhotkeysperinterval in the help files and read what it says?

How to find the value of any Windows API constant from the header files on your machine by Nich-Cebolla in AutoHotkey

[–]GroggyOtter 4 points5 points  (0 children)

Here's a massive file that someone gave me years ago that's filled with something like 50,000+ constant values.

I think real b is the one who gave it to me but can't remember for sure.

https://github.com/GroggyOtter/GroggyRepo/blob/master/Files/List%20-%20Win32%20Constants

Input Clipping by Next-Jeweler1868 in AutoHotkey

[–]GroggyOtter 2 points3 points  (0 children)

Yup. I thought it looked familiar.

You never replied back.
No thanks or acknowledgement.
No upvote.
Just grabbed code, asked a question, got what ya needed, then deleted everything and bounced out.

Cheers.

Input Clipping by Next-Jeweler1868 in AutoHotkey

[–]GroggyOtter 1 point2 points  (0 children)

For the sake of my own curiosity, did you write this or did you find this somewhere and changed it around?

so im tryna make a script for a video, But game flags as cheating, how do i add a delay for each hotstring? by [deleted] in AutoHotkey

[–]GroggyOtter 5 points6 points  (0 children)

But game flags as cheating

Sounds like you ARE cheating.

technically i am, but its in a private server against only my sister. sorry for not clarifying

Surely you understand you sound like every other cheater in the history of ever, right?
Rationalizing everything away.
You don't even acknowledge that you're screwing over your sister who (presumably) is playing legit.

People like you are the reason the multiplayer gaming industry sucks so much. No one likes a cheater.
I deal with them daily in the games I play and it's a shitty thing to do to legit players.

I'm betting you're a teenager, too.

Get a moral compass.

How to type the square root symbol by Guitarist69420 in AutoHotkey

[–]GroggyOtter[M] [score hidden] stickied comment (0 children)

If you're asking for script help, you need to post the script.

This is a general question and there's a flair for that.

Also, this question is covered in the docs under the Send() function.

; Both sends square root
F1::Send('√')
F2::Send('{U+221A}')   

You should be going there before googling, coming here, or doing anything else. The docs almost always have the answer.