Videos & Code

Other

AI / Artificial intelligence 1 Intro using AHK

IF IF IF IF Else Well that's really all AI is. A lot of people hear AI and think it is going to be crazy complex, But it doesn't have to be!

Other

common issues 1 fix's break loop outside ,button stuck down, Script closes

-breaking a loop outside a loop = start -button stuck down = Script not working every other time since button gets stuck down and not released -script closing after running = Script run then closes right away when not hotkey is present

Other

Common issues 2 - Send triggers hotkey, Reopen GUI error, Game code wont work/Get banned?

Is your send command triggering another hotkey in your script? Error when reopening a GUI for a second time? Script not letting you launch your game or not running in game? Can I get banned using scripts in gaming?

Other

Sending emails and text with ahk in the background

With this script you are able to send emails and text in the background with out the need to have your email or browser open.

Other

AI / Artificial intelligence 2 Intro using AHK to Weight options with percent chances

Here in part two of AI in AHK we look at how to weigh words to help with different words being spelled wrong then makes its best guess on what the email sender maybe really meant.

Other

Excel - Grabbing data from excel with AHK

Here we will look at three ways to gather data from an excel file. And best part is you dont even have to have excel open to grab data.

Other

How To Use a Barcode Scanner / Card Reader With AHK

Have a barcode scanner or card reader laying around or maybe need one for work? Well now you can see how to use them with AHK!

Other

Zoom API and Teams Part 1

Mute/Unmute, Mute All but Host, Find name, Toggle Blur, Screen Shot, Pause Screen Share and grab info from zoom.

Other

Radial Menu v4 How To

Quick look at how to use and customize Radial Menu version 4

Other

Drag and Drop Block Coding. Visual Coding Intro

Cool site I found that lets you do some basic coding with puzzle blocks then download the code. Seems to be a work in progress but will update if I notice any big changes to the site.

Other

Getting Coding Help On Reddit

Lets take a look on how you should be posting on reddit when looking for coding help from others.

Other

Pranks - Play Some Fun Little Jokes With AHK

Use these at your own risk of someone getting back at you! Lets take a look at a few ways to play some pranks on friends using some simple ahk code.

Other

Intro To Free Power Automate Desktop From Microsoft (Automate Chrome Windows 10)

Now that this is free lets take a look at making our first MS PAD flow by automating Chrome.

Other

AutoHotkey OCR - Optical Character Recognition, Get Text From A Picture

Using capture2text along with AHK is a great way to grab text you normally cant highlight and put it into the clipboard

Other

Alexa and Nest - Use Amazon Echo or Google Nest to Trigger Scripts Remotely

Using Trigger common will let us use any Alexa device to run a script and preform any action ahk can do on the computers. Was surprised how easy this way.

Other

Code Skipping - Stop Your Code Mid Running With Out Reload / Inject Command During Run.

This is an easy way to interrupt your code or inject a function while other code is running using a key press.

Other

AutoHotkey Password - Hide a Window Then Unhide With a Password

Lets say you dont want to lock your computer but instead only hide a window. Then you can only unhide it with a password or your choice.

Other

Make Scripts Seem More Human (Chat Bots, Gaming Scripts, AI)

Let try to make our automation scripts seem more like a human is preforming the task and not AI

Other

Motivation With AHK - Random Events

Lets use AHK to make a motivation tool that will display random events during current times of the day and as long as your active at your computer.

Other

Better Clipboard (Store More Info) and Templates

Lots of times I need to copy lots of data from one program to another and hate all the back and forth. Here I make Ctrl+C have a context and able to save 5 strings and yes I know Windows has this built in with Win+V but I like this way better with scripts

Other languages

JavaScript - First Chrome Extension - Filling forms

Here we will learn how to make our first chrome extension by filling out a form on a webpage!

Other languages

Intro Tutorial For Free Power Automate Desktop From Microsoft (Automate Chrome Windows 10)

Now that this is free lets take a look at making our first MS PAD flow by automating Chrome.

Other languages

How to Use PowerToys - Intro (Remapping, Fancy Zones, Bulk File Rename)

Check out PowerToys which is a cool program from Microsoft that you can automate a few things. My most used feature here is fancy zones.

Other languages

AutoIT Intro Part 1 - How to Install and Run First Script (Search Google in Chrome and Auto Type)

Lets take a look how to install AutoIT and start to learn how to automate or life.

Other

Coding Tips - Rubber Duck Debugging

What on earth does a rubber duck have to do with coding. Well it can help you out more then you think!

Browsers

AutoHotkey - Cycle Chrome Tabs to Find by Name

Lets see how we can cycle Chrome tabs to find the one we are looking for and finish up by returning to the OG window.

Other

AutoHotkey - Showcase 2 - Template Saver / Google Translate GUI

Quick show case with a template saver for finding and copying templates faster. Along with this we have a Google translate GUI with no need to open a browser.

Other

AutoHotkey - Show case - BitWarden Auto-Type

This is a password management program written in AHK. Store passwords on the safe bit warden website then use auto type to fill in username and passwords across lots of websites and applications.

Other

AutoHotkey - Using AHK With Disabilities

Lets take a look at some of the most common ask for how to do things with AHK when you have disabilities.

Other

AutoHotkey - Antivirus - Where did my script go? Is AHK Safe?

Lets talk about ahk and your antivirus

Gaming

AutoHotkey - Friday Night Funkin Remapping Keys (or any game like sims)

Friday Night Funkin Remapping Pretty much says it all

Gaming

AutoHotkey - Roms and Emulator - GBA Pokemon

How to use AHK to hatch eggs in Pokémon on VisualBoyAdvance

Other

AutoHotkey - Notepad++ AHK Syntax Highlighting

How to import syntax highlighting for AHK in AutoHotkey.

Other

AutoHotkey - Auto Stock Trading - Robin Hood

I automated Robin Hood to trade some Cryptocurrency

Intro

AutoHotkey - Mute Mic or Mute Volume

How to mute your mic if you don't have a mute button or want to remap it. Also volume mute that saves last volume to return to.

Other

Project Management - Click up - Keeping Team Organize

Keep all your projects organize in one place with a whole team

Other

AutoHotkey - Scriptmime - AHK Scripts One Stop Shop

Check out this great social AHK script site. Please upload for the greater good!

Other

AutoHotkey - Showcase 3

Lets take a look at 6 great scripts you can use.

Intro

AutoHotkeys Intro 15 - Loops

Lets talk about loops and a few ways to lay them out.

Intro

AutoHotkey Intro 16 - Formattime and built in Time Variables - Get Time and Date

How to get system time and date from formattime or the ahk built in variables

Other

AutoHotkey - Quick Access Popup - Great for Work or Personal Use!

Great Context menu tool with out needing to code! Great for personally using at home or in the office.

Intro

AutoHotkey - User Defined Hotkey / Changing Hotkey Outside of Code

Want to let your users pick their own code with out needing to change the hotkey code each time? Then do it this way

Other

AutoHotkey - How To Get Better Coding Help with Joe Glines and TabNation

oe Glines and I talk about how you can get better coding help on the internet from reddit to facebook.

Intro

AutoHotkey V2 - Intro to Version 2 AHK - Install and First Script

Lets talk a bit about AHK v2 and look into using it and created your first script Forgot to mention in the video when you save your script label it name.ahk

Other

AutoHotkey - Automate FarmRPG - Farming, Fishing, Exploring

Farm RPG has some real grind to the game so lets help ourselves out a bit.

Other

AutoHotkey - Showcase 4

Lets check out some scripts I found that I thought others may like

Intro

AutoHotkey - Intro 17 Soundbeep, Soundget, SoundPlay, SoundSet, Microphone Mute

Lots of stuff you can do with AHK and your system sound.

Other

AutoHotkey v2 - .ahk vs .ahk2 -How to run scripts in v1 vs v2 the easy way

rename your ext to help you better run both v1 and v2 scripts

Intro

AutoHotkey Intro 18 - Libraries

What is a library.. place to get books duh, but here we talk about it a bit different.

Other

AutoHotkey - Hide Second Screen With Black Out GUI or Stop Output to Screens

Hide your screen with a black out screen

Other

AutoHotkey - showcase 5

Hope you find these scripts useful!

Other

Breadboards and Circuits - Intro 1 - Light up a LED

Lets take a quick look with this intro on how to use a Breadboard to light up a LED

Other

Breadboards and Circuits - Intro 2 - RGB LED

How to make a RGB turn different colors with buttons

Other

16 Weird and Crazy Coding languages - Why are some of these real?

These are crazy. People sure do have a lot of time on their hands!

Intro

Autohotkey Intro 18 - Directives / Settings For Your Scripts

Here are some directives and settings that can change up your script.

Other languages

What Is Python? What Is It Good For and Not Along With Some Info/ History

Lets take a moment to hear some info on what python is and what's great about.

Other

What Is HTML? Brief History and How It's Used

Lets start learning about HTML and what we need to know about it before learning to write our websites.

Other

What Is Javascript? History and Info On What It's Good For

Lets learn about Javascript and where we are going to be using it. History is always my favorite part to learn with new languages.

Other

AutoHotkey - Soundbeep Music - Make Music in Our Script.

Lets make some music within out AHK script.

Other

AutoHotkey - Intro to Math - General Math

Lets learn some math in AHK even thought I hate math lol

Other languages

Python - Automate Keyboard and Mouse

Don't forget You can run pretty much any Python program on Windows, Mac, and Linux personal computers and from large servers through to tiny computers like the Raspberry Pi. You can even run Python programs on Android and iOS tablets.

Other languages

HTML - Intro 1 - My First Site

Learn the very first code you need for making and running your site.

Other

CompTIA A+ - Chapter 1 - Tools of The IT Trade and Port Types

Part one of the CompTIA A+ certification

Other

AutoHotkey Pulover's Macro Creator - Image Search / Pixel Search / OCR

lets look at the easy way to create a Image Search / Pixel Search / OCR script using Pulover's Macro Creator

GUIs and INI

AutoHotkey GUI 8 - Add GIF and Video To GUIs

Lets how to add Moving GIFs and videos to make our GUIs cooler!

Other languages

Python - Face Recognition and Highlight Face

Face Recognition and Highlight Face in Python

Other

Good Coding Commenting Practices For Your Scripts

Lets learn some basic commenting for your code.

GUIs and INI

AutoHotkey INI 6 - Let The User Pick File Paths and Save It

Let The User Pick File Paths and Save It

Other

AutoHotkey - Face Detection Then Sort Pictures

Today we look into using AHK with Face Detection that will run though a folder and give you a list of all the pictures with a face in it.

Other languages

Python - Hot Keys - Run Code With Keyboard Key Press

In Python we take a look on creating hotkeys inside python to run your code when you need by just using your hand on a key

Other

Macro Recorder for Windows and Mac

Other

AutoHotkey - Create Multiple Tool Tips

I show you how you can create up to 20 tool tips. What its only 20? No idea lol

Other

AutoHotkey - Too Many Hotkeys? Clean That Up with Context and GUI Menus

It can be hard to recall all your hotkeys when your scripts have tons going on. So lets take a look at a few ways to make life a bit easier

Other

Compile Python to EXE

Turn your Python script into an EXE file for easy sharing.

Other

AutoHotkey - No Shift When Coding For Faster Coding and Less Work

Other

AutoHotkey - Text to Speech and Voice Change

Learn how to have your PC read text to you and change the voice

Other

AutoHotkey V2- Convert V1 Scripts to V2 Scripts In Seconds. (Game Changer)

Convert your v1 code to v2 in just seconds using this great v2 program.

Other

Chrome OS Flex - How To Install On Any Computer (Windows/Mac/Linux)

Bring new life to your old PC with Chrome OS Flex

Other

Windows 10 Secrets, Hints and Tips

Other

AutoHotkey - Microsoft Office - PowerPoint Coms

How to use AHK and Coms to control power point.

Other

NIM - How to Install and First Script (Hello World)

How to download NIM and run our first script which is Hello World Download NIM = https://nim-lang.org/

Other

AutoHotkey - Internet Explorer Discontinued. SO? How To Web Scrape With COMs Even In Windows 11

Lets look why we don't need to care about IE Browser going away. Video Update: I should of said anonymous1184 and sometimes When I say IE core I mean winapi around wininet.dll which IE is based on. Got a bit on a roll with recording

Other

AutoHotkey - Suspend/Pause Any Program Even Games

Stop games or programs that you normally cant with AHK

Other

AutoHotkey - Microsoft Office - Outlook Coms

How to auto send emails with AHK coms and Outlook

Other

AutoHotkey - Double Tap Hotkey To Run Code and Keep Keys Normal Use With Single Tap

Double Tap Hotkey and Keep Key Normal Use

Other

AutoHotkey - DLLCall - Task Bar Color Changer

Change your task bar on the fly with AHK

Other

AutoHotkey - Script Run Time, A_TickCount, How Long Does My Code Take To Run?

Other

AutoHotkey - LibreOffice Writer Coms

Do some automaton in Libra Writer (Word knock off)

Other

AutoHotkey - Make Active Program Always High Priority

Other

Easy Screenshot Only On Active Window. No trimming needed!

Other

LibreOffice Calc Spreadsheet Coms

Other

Stream Deck With Tablet as Extra Monitor With GUI

Other

Windows Task Scheduler - Schedule Your Script To Auto Run Anytime or Day

Other

Live Face Tracking Multiple Faces in Zone

Other

NIM - If Else Elif

Other

Pitch AHK at Work

Other

Coding Boards - You Need to Be Using These!

Other

7 days to die - Auto Run/Drive/Mine, Days Till Horde / Restock , Notes, Auto Smelt Off

Other

Caesar Cipher Send Secret Messages With AHK

Other

Find last Ran Line, Hotkey, and Variable. Great For Helping To Debug