#AutoHotKey
Explore tagged Tumblr posts
cat48953notabot · 7 months ago
Text
BOOP YOUR FRIENDS TO HELL AND BACK
Do YOU want to boop your friends so hard they look at their inbox and go, "oh shit, I've been fuckin' booped!" Well then I have the tool for you!
boop.ahk <- link (does NOT auto-download)
What is AutoHotKey? Is it a virus??
AutoHotKey is like an autoclicker but better. Think of it like Notepad++ but for autoclickers. It can hold code that is great for booping, such as:
Finding the boop button
Clicking the boop button
How do I use this??
1. Download AutoHotKey. It's very lightweight (1 KB).
2. Download boop.ahk .
3. Go to Tumblr
4. Press shift+P to enter dark mode
5. Using the Snipping tool (Mac, Windows), take a screenshot of the "boop" link
Tumblr media
6. Save it as "boop.png"
7. Open boop.ahk by right clicking it and pressing "Edit Script"
Tumblr media
8. Follow the instructions inside!
8 notes · View notes
brightgreendandelions · 10 months ago
Text
so should i install x11 or wayland?
and what kind of hotkey daemon do you guys use? i don't think just hardcoding all my hotkeys into the i3 config is a good idea, because it kinda venderlocks me to i3.
i want to port my autohotkey script
Tumblr media
its mostly this kind of stuff tho
8 notes · View notes
spacetime1969 · 7 months ago
Text
I have written a booping script
Tumblr media
the script if you want to use it lol
go := false
pos1x := 0
pos2x := 0
pos1y := 0
pos2y := 0
; ---Settings for running---
boopCounts := 500
boops := 0
; --------------------------
loop {
if go && boops < boopCounts{
MouseClick, left, pos1x, pos1y
sleep 500
MouseClick, left, pos2x, pos2y
sleep 500
}
}
return
F1::
global pos2x
global pos2y
MouseGetPos, pos2x, pos2y
return
F2::
global pos1x
global pos1y
MouseGetPos, pos1x, pos1y
return
F7:: ExitApp
; Toggle on and off
F6::
global go
if go {
go := false
} else {
go := true
}
return
3 notes · View notes
bioniczombie · 2 years ago
Text
Use AutoHotKey to Delete Caches, and then Start your Game
This isn’t a true tutorial as I won’t be explaining how to use AutoHotKey (or Stream Deck), but it’s not too hard, and a ton of documentation exists!
You can also use a Stream Deck (I got mine on sale on Black Friday a few years ago) + AutoHotKey to clear your caches, and then start TS3 (or other sim games). But making a shortcut to your AutoHotKey code on your desktop works just fine! Stream Deck is just a nice to have.
Below are some examples of what code I use. You can not just copy + paste these for AutoHotKey! These are where my files are found (plus I removed my PC name). These are meant as an example.
For TS3:
FileDelete, C:\Users\MYPCNAME\OneDrive\Documents\Electronic Arts\The Sims 3\CASPartCache.package FileDelete, C:\Users\MYPCNAME\OneDrive\Documents\Electronic Arts\The Sims 3\compositorCache.package FileDelete, C:\Users\MYPCNAME\OneDrive\Documents\Electronic Arts\The Sims 3\scriptCache.package FileDelete, C:\Users\MYPCNAME\OneDrive\Documents\Electronic Arts\The Sims 3\simCompositorCache.package Sleep 1000 run, G:\Program Files\Electronic Arts\The Sims 3\Game\Bin\TS3.exe return
---
I put it to wait 1 second (Sleep 1000) after deleting the caches as I found it sometimes would start before the caches were all deleted.
---
For TS2:
FileDelete, C:\Users\MYPCNAME\OneDrive\Documents\EA Games\The Sims™ 2 Ultimate Collection\cigen.package FileDelete, C:\Users\MYPCNAME\OneDrive\Documents\EA Games\The Sims™ 2 Ultimate Collection\Groups.cache Sleep 1000 run, G:\Program Files\Origin Games\The Sims 2 Ultimate Collection\Fun with Pets\SP9\TSBin\Sims2RPC.exe return
---
For TS4:
FileDelete, C:\Users\MYPCNAME\OneDrive\Documents\Electronic Arts\The Sims 4\localthumbcache.package Sleep 1000 run, G:\Program Files\Origin Games\The Sims 4\Game\Bin\TS4_x64.exe return
42 notes · View notes
probablyseyyer · 1 year ago
Text
a few days ago i spent some time showing someone on omegle some of the code i wrote and uh
Tumblr media
it seems to invoke certain emotions
4 notes · View notes
56perc · 4 months ago
Text
Capslock 키의 활용도 높이기 (AutoHotkey)
여러분은 CapsLock키 많이 쓰시나요? 유용하게 잘 쓰시��� 분들도 있겠지만, 저 같은 경우에는 거의 사용하지 않습니다. 심지어 어떤 분들은 이 커다란 키가 뭐하는 키인지 모르는 분들도 계실 것 같고요. CapsLock키에 대해 한 가지 아쉬운 점은, 그 쓰임새가 신통치 않은 것에 비해서는 너무 좋은 자리에 위치하고 있다는 점입니다. 이 낭비되는 키를 어떻게 더 효율적으로 활용할 수 있는 방법이 없을까요? CapsLock키를 다른 키로 변경하기 먼저 해야 할일은 키보드에서 CapsLock 키를 누르더라도 해당 키가 아닌 다른 키로 인식하도록 하는 것입니다. AHK에서도 CapsLock 키를 조합키의 일부로 사용할 수 있지만, 기본적으로는 윈도 레벨에서 이 키를 흔히 쓰지 않는(?) 키로 인식하도록…
Tumblr media
View On WordPress
0 notes
zwoelffarben · 2 years ago
Text
It's not actually a comma but a similar looking unicode character. I can't confirm what character they used from just the screenshot, but when I want a comma in the tags I personall use U+201A [ ‚ ], the Single Low-9 Quotation Mark.
I've actually got a dedicated key to press for typing it on my auxilary keyboard thanks to lua macros and autohotkey (I also have a dedicated key for the hammer and sickle ☭ and the singular die emoji 🎲_🎲, and like 120 other keys). If you're interested in setting up such a keyboard, here's a tutorial I put in someone else's notes.
I CAN'T BELIEVE IT, ONCE AGAIN THE GAME OF THE YEAR IS JUST HAVING A CATCH IN THE YARD WITH YOUR OLD MAN
Tumblr media
ANOTHER SUCCESSFUL GAME AWARDS (2022)
18K notes · View notes
evil-hat · 1 year ago
Text
does anyone on here know autohotkey and is willing to help someone out with syntax?
I'm working with regex and I know how to get what I want on the regex side of things, but not on the autohotkey syntax.
1 note · View note
the-automators · 1 year ago
Text
AutoHotkey Newsletter September 7th
Imagine you’re making your cup of morning coffee ☕. If you’re like my wife you like it with 2 sugars and 3 creams. However here is how you go about making it: You pour 2 ounces of coffee in your coffee cup You add 1 sugar You add 1 cream You pour 2 more ounces of coffee You add the 2nd sugar You add 2ndcream You pour 2 more ounces of coffee You add 3rd cream You pour 2 more ounces of…
Tumblr media
View On WordPress
0 notes
saucedlx · 1 year ago
Text
someone who is good at autohotkey please help me
i cant multi-letter inputs to work at all. not even just multi-character, specifically multi-letter
Tumblr media
with this, typing t will always result in test. doing so while holding shift will result in Test
Tumblr media
if i change it to this, now typing 't will result in test
so far so good right?
Tumblr media
with this, i can't get ts to put out test at all. i don't know what's so different about checking for multiple letters compared to checking one letter and an adjacent bit of punctuation. help
0 notes
Text
(FAKE) ANY GAME STARTER AND RPC
Okay, so I used Numenor's Any Game Starter to run multiple Sims 2 games with separate mods and such for years, but I also wanted to use Lazy Duchess' RPC launcher for it's many conveniences. Since both use their own launchers, you couldn't't use them together...
UNTIL I MADE A WORKAROUND
AND IT WORKS (mostly)!
What I've done is made AutoHotkey scripts, one for each separate 'installation' of the game. I have a launcher icon for each script on my desktop.
When I run a game's script it:
Deletes everything in the running directory that RPC uses
Copies everything from the game directory backup I have saved on a separate drive (with the downloads and all the save data for each 'game') and pastes it into RPC's running directory (this takes a while but I can just leave it going while I do other things, which I'm used to since I have a lot of mods and CC so my game takes a while to launch anyway)
Runs a separate script I use to change Ctrl+Shift+C to something that doesn't interfere with the mouse/keyboard sharing software I use for unrelated reasons
Waits in the background until I close the game
Copies everything currently in the RPC's directory to the relevant backup folder (overwriting any duplicates) (this also means my game is backed up every time I play which is nice since I am terrible at remembering to back things up)
Closes the secondary hotkey script (except I haven't got this part working yet, I have something that I thought should close it, but it doesn't work)
Then closes itself
So I have one script that opens the game with all my mods and saves that I use when playing with Lazy Duchess' Story Progression mod. One that opens the game with all the mods and saves I use for my medieval save. One that opens the game with the mods and saves I use for the one with the sims who have super long lives.
It's limited only by the amount of space I have on my secondary drive where I back up the game directory to.
I still need to get the part where it exits the secondary script that does my hotkeys for the console working, and I'd like if I could get it, so I didn't have to copy/move/backup the entire game directory because it takes a while, but I'm not sure what all I need to make sure I have all the relevant stuff for the saves in that particular game.
0 notes
singular-nail · 2 years ago
Text
downloaded autohotkey and made a (modified someone else's) program to turn holding the mouse button down into continuous clicking (so that my disabled ass can buy 1000 wood in stardew valley.)
Now i'm wondering if I can use it to make some kind of a macro to block pornbots...
1 note · View note
zwoelffarben · 2 years ago
Text
Inspired by tom scott and following this tutorial to get started bodging myself together a bonus keyboard using autohotkey and luamacros to have access to all the special little letters, and all I need to do to reconfigure it is add, remove, or move around unicode values in some text files. Look at all my funny characters:
ä æ ö ü ß é ñ å ¬ Þ 🎲 ¢ √ ‰ ≤ ≥ ‚ δ θ π σ μ – ‽ ° ♠ ♩ Δ Θ Π Σ Ω — ™ ℉ ♡ ♪ å → ± ∫ ∈ ∪ ¹ ² ³ ⁴ ⁵ ⁶ ⁷ ⁸ ⁹ ⁰ ⁽ ⁾ ⁺ ⁻ ☠ ☢ ☣ ☤ ☭ ⸺ ¡ ℃ ♣ ♫ ⇔ ∓ ∉ ∩ ₁ ₂ ₃ ₄ ₅ ₆ ₇ ₈ ₉ ₀ █ ☯ ⚛ ✯ ✓ ― ¿ K ♢ ♬
and I still have ninety unassigned keys for my three set up single layer modifiers and the ability to add more if i start stacking modifiers.
I have no real need for these characters, but damn theyre funny and or nice to have around, and I love them. I really can't recommend setting up an auxilary keyboard so you can get access to as many secret bonus characters as your heart desires.
i love having special little letters... ä ö ü ß bitch
6K notes · View notes
56perc · 2 years ago
Text
스페이스 키를 두 번 연타하여 엔터키로 만들기
스페이스 키를 두 번 연타하여 엔터키로 만들기
작가와 같이 일반인들과 비교도 할 수 없을만큼 많은 글을 타이핑하는 분들은 흔히 오른쪽 새끼 손가락의 통증을 호소하는 분들이 많습니다. 아무래도 한글의 경우, 오른쪽 쉬프트 키의 사용이 잦은데다 엔터키도 많이 누르게 되니 오른손 새끼 손가락을 그만큼 많이 혹사하게 되는 것이죠. 그래서 스페이스 바를 두 번 연타하면 엔터로 작동하면 좋겠다는 생각을 하시는 분들이 종종 있는 것 같습니다. 그래서 오늘은 오토핫키를 사용해서 스페이스 키를 두 번 연타하여 엔터키로 만드는 방법에 대해서 알아보도록 하겠습니다. 단축키로 이것을 구현하는 방법은 간단합니다. 스페이스 바가 눌려졌을 때, 이전에 눌려진 같은 키와의 시간 간격이 매우 짧다면 앞에 입력된 공백을 지우고 엔터키가 입력되도록 하는 것입니다. ; 스페이스 바를…
View On WordPress
0 notes
kaiserouo · 7 months ago
Text
Tumblr media Tumblr media Tumblr media
performing mass boop laundering scheme before bed for the badge
7 notes · View notes
zwoelffarben · 1 year ago
Note
I got a second keyboard and used a combination lua macros and autohotkey to make it so that I can type a bunch of non-qwerty keys using that second keyboard: one of the characters that was the onus for me getting that keyboard was I really wanted to be able to just type – instead of having to rigamarol a copy past.
And now in addition to having immediate access to – and —, I can just type ä, æ, ö, ü, ß, é, ñ, þ, ‚ (for 'commas' in tumblr tags), ‽, –, —,℉, ¡, ¿, ¹²³⁴⁵⁶⁷⁸⁹⁰ (for citations /footnotes), and a bunch of other characters which have... varying degrees of usefulness, all set up in such a way that if ever I want to change the set up it's as easy as look up the unicode index for the character, and put it into a text doc on which ever line represents the key I want it to correspond to.
My current keyboard looks like this (one physical 8x6 keyboard with three modifiers):
Tumblr media
I wholeheartedly reccommend that anyone who semi-regularly needs one or more characters not in their standard keyboard's layout bother with setting up a custom auxilary keyboard.
A pet peeve of mine, as many others, is when the dialogues format is a fucking horrible mess. But my first language is not english, so I can get over the comma being out the quotation marks instead of in, for example. But also, as many americans, I also do not like the „“. However, I can get over it too because that's just a cultural difference, being the German way of writing it. (Though I think other languages also do that, but don't remember the list.)
Now. Cultural difference is one thing. Using whatever the fuck you want because (general) you can not even phantom the idea of searching the correct punctuation mark is another thing.
My language used em dashes. And sometimes people just use everything but em dashes. I have seen people using the hyphen, the minus sign, and even the underscore. The damn underscore. I want to cry when I see the underscore in what is supposed to be dialogues.
--
722 notes · View notes