Search found 8 matches

by djjunko
13 Nov 2023, 01:31
Forum: General Discussion
Topic: Should I just jump to v2 or stay onto v1?
Replies: 2
Views: 736

Should I just jump to v2 or stay onto v1?

I've been trying to learn a lot of languages, I'm watching autohotey tutorials and most of them are in v1, there's udemy courses on v1, I got the v1 syntax instructions added to my bookmarks for when I was confident enough in the one language I was learning to go back to it when I was ready. I know ...
by djjunko
03 Feb 2023, 01:47
Forum: Ask for Help (v1)
Topic: Parameter #2 Invalid?
Replies: 3
Views: 747

Parameter #2 Invalid?

My code. Gui, Add, Html, x10 y10 w200 h200 vMyHtmlControl, <html> <head> <style> body { background-color: black; } h1 { color: yellow; margin-left: 20px; } </style> </head> <body> <h1>Coanim</h1> </body> </html> Gui, Show error message Error: Parameter #2 Invalid. Specifically Html Line#001:Gui, Add...
by djjunko
08 Nov 2022, 03:33
Forum: Ask for Help (v1)
Topic: Combine autohotkey with this GUI
Replies: 1
Views: 175

Combine autohotkey with this GUI

Just trying to be able to add things to these <a href tags, to connect them with autohotkey. is there a way I can do this? thank you ( <body> <h1 class="logo"> AUTO </h1> <h5 class="promo-text"> Thank you for using coanim :) follow us on discord! </h5> <div id="options"> <table style="float: left"> ...
by djjunko
27 Oct 2022, 21:29
Forum: Ask for Help (v1)
Topic: Adding Html GUI to simple AHK script?
Replies: 1
Views: 334

Adding Html GUI to simple AHK script?

So lets say I used this script ::GO:: loop, 1000000 { SendInput Sup *SendInput {enter} Sleep 50 } return R:: reload return [Mod edit: [code][/code] tags added.] How would I add a basic html gui to this?? with css obviously? I've seen videos, and github links and I'm just not understanding where the ...
by djjunko
23 Oct 2022, 23:37
Forum: Ask for Help (v1)
Topic: Adding HTML AND CSS to Autohotkey GUI
Replies: 1
Views: 240

Adding HTML AND CSS to Autohotkey GUI

I'm new to autohotkey but good at HTML AND CSS and I've seen videos and seen some post on here but it just seems all over the place. Can anyone make a simple button reload script with a html gui just to see how you'd go about it?? Thanks
by djjunko
16 Oct 2022, 00:04
Forum: Ask for Help (v1)
Topic: How would I go about this?
Replies: 1
Views: 141

How would I go about this?

How would I display a word, following another word so lets say I type

dog

once I type dog, how can I display something else like cat

I know I could easily do

1::
Send Cat
return

but is there a way I can type in words, to then implement other words? thank you
by djjunko
26 Jul 2022, 13:55
Forum: Gaming Help (v1)
Topic: Pixel Grabbing Script
Replies: 1
Views: 311

Pixel Grabbing Script

Hi! I want to make a pixel grabbing script! I'm just curious if this is possible with autohotkey So I'm trying to test something this is for a 2D flash game. Character A (me) is in the middle of the map I want to grab Character B's pixel every time they come to a certain part of the screen (the cent...
by djjunko
18 Jul 2022, 12:59
Forum: Gaming Help (v1)
Topic: Need a consistent loop script
Replies: 1
Views: 335

Need a consistent loop script

Hey guys, I'm very new to autohotkey but i've dabbed with a few times Just wanna try a certain project and wanna understand, just need some help So WASD typical movement (this is a 2d flash mmo i'm playing btw) I wanna loop a which means I'm moving to the left and d which means i'm moving to the rig...

Go to advanced search