Search found 21 matches

by yawikflame
29 Oct 2020, 11:07
Forum: Gaming Help (v1)
Topic: help with code best practices
Replies: 0
Views: 257

help with code best practices

Hi there,
I would love for you to comment, remark, or better yet - rewrite anything that comes in mind after looking at this script's code i wrote for a very old(pretty dead actually) game called mythwar 2 online.
https://github.com/yawikflame/mythwar2-script
by yawikflame
24 Apr 2018, 23:54
Forum: Scripts and Functions (v1)
Topic: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No IE!
Replies: 668
Views: 454868

Re: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No Selenium!

PageInst.Evaluate("document.getElementsByTagName('html')[0].textContent;").Value thank you! that works partially. i was hoping to grab the tags as well... i'm trying to retrieve all the buttons that have a certain value, and i tried several solutions offered at stackOverFlow, but none of them worke...
by yawikflame
24 Apr 2018, 15:09
Forum: Scripts and Functions (v1)
Topic: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No IE!
Replies: 668
Views: 454868

Re: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No Selenium!

Awesome stuff GeekDude!
small question,
is there a way to retrieve the source code of the current working tab?
thank you so much for this great code!!
cheers ;)
yawik
by yawikflame
17 Apr 2018, 10:14
Forum: Scripts and Functions (v1)
Topic: chrome steps recorder
Replies: 4
Views: 2214

Re: chrome steps recorder

ferryiol wrote:what is a chrome step recorder? what does it do?
It records your actions, for example, on a Login page, using IE, then automates them using the script it creates from those actions.
So if you entered a username, password, clicked a button...all those actions will be automated by the new script.
by yawikflame
16 Apr 2018, 15:50
Forum: Scripts and Functions (v1)
Topic: chrome steps recorder
Replies: 4
Views: 2214

chrome steps recorder

chrome steps recorder -Instructions: 1. download zip 2. extract the contents 3. open internet explorer 4. run chrome steps recorder.ahk 5. ctrl + left mouse click = recorded action 6. (optional) enter text to the input box if you clicked on an input element in the website 7. ctrl + alt + left mouse ...
by yawikflame
28 Nov 2017, 17:37
Forum: Ask for Help (v1)
Topic: DropDownList(DDL for short) disappears after launch
Replies: 1
Views: 738

DropDownList(DDL for short) disappears after launch

Hi, i wrote this script and i don't know why but when ever i run it, the DDL only appears after mousing over it. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for ...
by yawikflame
25 Nov 2017, 15:59
Forum: General Discussion
Topic: A Github organisation for ahkscript
Replies: 247
Views: 186007

Re: A Github organisation for ahkscript

add me, same username
by yawikflame
26 Oct 2017, 07:57
Forum: Ask for Help (v1)
Topic: http related question Topic is solved
Replies: 1
Views: 718

http related question Topic is solved

hi there,
i was wondering how i can tell a script to click an "href" link on internet explorer using the COM Objects ahk can work with?
in the image i share, the link is shown. https://photos.app.goo.gl/oUjSgCZg7lluZkqm1

any help is greatly appreciated,

cheers ;)

yawikflame
by yawikflame
16 Sep 2017, 17:26
Forum: Gaming Scripts (v1)
Topic: My take on Snake
Replies: 36
Views: 12390

Re: My take on Snake

does this snake have anything to do with the one you helped me with?
:D :D
if so, i'm glad i got you into it ;)
by yawikflame
16 Sep 2017, 17:21
Forum: Gaming Help (v1)
Topic: myth war 2 online script
Replies: 1
Views: 1405

myth war 2 online script

i'm trying to create a simple bot for myth war 2 online that sends keystrokes (specifically Alt+Q) when inside a battle which will enter into auto-battle mode. https://photos.app.goo.gl/gi9Bhi6Qo42VlBRl1 i tried using ControlSend and Send but it didn't work for some reason... my attemps: #NoEnv ; Re...
by yawikflame
19 May 2017, 09:40
Forum: Ask for Help (v1)
Topic: help on improving existing code
Replies: 0
Views: 503

help on improving existing code

hi there,
i'd love to get some feedback on how to improve these codes:
http://p.ahkscript.org/?p=85cae723 (XO mini-game)
http://p.ahkscript.org/?p=529f8860 (comparison mini-gui)
if anyone's willing :D

any help is greatly appreciated !
cheers ;)
yawikflame
by yawikflame
07 May 2017, 05:49
Forum: Ask for Help (v1)
Topic: help writing a simple calculator
Replies: 2
Views: 1148

Re: help writing a simple calculator

found these examples Example-1 ;-------- saved at Montag, 11. Juli 2016 21:12:00 -------------- ;-------- https://autohotkey.com/boards/viewtopic.php?f=5&t=20164 --- Gui, Add, Edit, x32 y20 w400 h30 hwndedit1 Gui, Add, Button, x22 y70 w60 h50 , 1 Gui, Add, Button, x102 y70 w60 h50 , 2 Gui, Add, But...
by yawikflame
07 May 2017, 05:20
Forum: Ask for Help (v1)
Topic: help writing a simple calculator
Replies: 2
Views: 1148

help writing a simple calculator

Hi there AHK community! I could use some help writing a code for a simple calculator(similar to Microsoft Windows). my code so far: #SingleInstance, Force gui, +alwaysontop answer := "0" history := "" gui, show, x3100 y700 h500 w285, Calculator gui, font, s20 , arial gui, add, text, x0 y10 h30 w285 ...
by yawikflame
15 Apr 2017, 11:11
Forum: Ask for Help (v1)
Topic: crysis weapon wheel styled gui Topic is solved
Replies: 4
Views: 1459

Re: crysis weapon wheel styled gui Topic is solved

@Spawnova
thank you for the reply!

the code you sent seems very relevant!

i'll send a finished code for my gui hopefully in the next few days.


thanks again!
cheers,
yawik ;)
by yawikflame
15 Apr 2017, 10:19
Forum: Ask for Help (v1)
Topic: crysis weapon wheel styled gui Topic is solved
Replies: 4
Views: 1459

Re: crysis weapon wheel styled gui Topic is solved

This mechanic is mouse gestures I belive. It could indeed be realy cool and I wonder how it's done in AHK. This is what I found googling this therm: https://autohotkey.com/docs/scripts/MouseGestures.htm, an fully scripted example. Is this what you searched for? Thank you for replying to my question...
by yawikflame
15 Apr 2017, 08:51
Forum: Ask for Help (v1)
Topic: crysis weapon wheel styled gui Topic is solved
Replies: 4
Views: 1459

crysis weapon wheel styled gui Topic is solved

A little intro: i'm currently working on enhancing my code which lets me open favorite folders/websites/programs/etc.. i took rajat's ToolTip Mouse Menu and changed it a little bit to my liking. as i study further into the language of AHK, i could really use some professional guidance on how to app...
by yawikflame
24 Feb 2017, 18:11
Forum: Ask for Help (v1)
Topic: need help applying awesome code to my own Topic is solved
Replies: 3
Views: 1594

Re: need help applying awesome code to my own Topic is solved

made it! it took me a while to figure out each part of your recommendations but finally cracked it! the code: UMDelay = 20 ~MButton:: HowLong = 0 Loop { HowLong ++ Sleep, 10 GetKeyState, MButton, MButton, P IfEqual, MButton, U, Break } IfLess, HowLong, %UMDelay%, Return CoordMode, Mouse, Screen Mous...
by yawikflame
24 Feb 2017, 15:37
Forum: Ask for Help (v1)
Topic: need help applying awesome code to my own Topic is solved
Replies: 3
Views: 1594

Re: need help applying awesome code to my own Topic is solved

First of all, Thank you very much for the quick and insightful reply @Exaskryz! Second, i would greatly appreciate further explanation on the practical part of the change in my code. I've added this part of the hotkey you mentioned: ~MButton:: HowLong = 0 Loop { HowLong ++ Sleep, 10 GetKeyState, MBu...
by yawikflame
23 Feb 2017, 16:20
Forum: Ask for Help (v1)
Topic: need help applying awesome code to my own Topic is solved
Replies: 3
Views: 1594

need help applying awesome code to my own Topic is solved

Hi there :D i have seen a very cool script that allows you to open a ToolTip that opens after briefly holding down the middle mouse button and was hoping to apply the same functionality to my improvised interface that opens all kinds of things on my pc. my interface is made out of GUI commands while...
by yawikflame
14 Jan 2017, 16:26
Forum: Ask for Help (v1)
Topic: GuiControlGet Problem Topic is solved
Replies: 2
Views: 957

Re: GuiControlGet Problem Topic is solved

"just me"
Danke Sehr!
MfG
yawik :D

Go to advanced search