Search found 20 matches

by Acuena
20 Apr 2018, 09:42
Forum: Gaming Help (v1)
Topic: Please help with button spamming Topic is solved
Replies: 6
Views: 4298

Re: Please help with button spamming Topic is solved

Can u help me, i have this script, but when i press F1 again after run this script, it continues to run until the end of the whole cycle, I want that when I press the F1 / off key, it stops executing instantly without waiting for the completion of the execution. #ifWinActive,Diablo III #MaxThreadsP...
by Acuena
20 Apr 2018, 09:19
Forum: Gaming Help (v1)
Topic: Creat Macro for game Rules of Survival
Replies: 1
Views: 3185

Re: Creat Macro for game Rules of Survival

You might want take a look at the rules for this forum that joedf posted here: https://autohotkey.com/boards/viewtopic.php?p=180981#p180981 I think avoiding the re-coil is conflicting with: 3. Any kind of AutoHotkey script that take over a major role in controlling the players actions in order to ga...
by Acuena
16 Apr 2018, 07:42
Forum: Gaming Help (v1)
Topic: Need Help!! Simple Keybind Script for Hell Let Loose
Replies: 1
Views: 2244

Re: Simple Keybind Script for Hell Let Loose

Wrong section to post question. This section is for completed code. Here is the correct section for asking about code: https://autohotkey.com/boards/viewforum.php?f=5 Anyhow, try: numpad8::w numpad5::s numpad6::d numpad4::a Hopefully it works. You can read more about send to here: https://autohotkey...
by Acuena
16 Apr 2018, 06:36
Forum: Scripts and Functions (v1)
Topic: Join serveral Excel files to one file (Exports to csv via COM)
Replies: 0
Views: 991

Join serveral Excel files to one file (Exports to csv via COM)

Hi all! I haven recently been working on a script to merge several Excel files to one big. Havent found any free software to do this so i made my own. It uses Excel COM to re-save all Excel files in the selected folder into CSV-files. It then generates a bat file the user have to run. All code is th...
by Acuena
23 Aug 2017, 09:24
Forum: Scripts and Functions (v1)
Topic: Edit Numbers With . [AHK_L 1.1]
Replies: 7
Views: 2103

Re: Edit Numbers With . [AHK_L 1.1]

Thanks, it helped alot :)

To change the value, use the following code:

<Object to get values from>.Value(<New value>)
by Acuena
29 Jul 2016, 09:34
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1254
Views: 984605

Re: Pulover's Macro Creator v5.0.4 - The Complete Automation Tool

I feel silly.
I just found out how to do.

What I had not done is create a new macro and set the Play option for it. I tried to do it on the first one. I had no clue your macro creator added it together like it does when exporting.

Ow well, lets have some fun :)
by Acuena
29 Jul 2016, 02:44
Forum: Gaming Help (v1)
Topic: MouseClickDrag problem (Pokemon Go selling pokemons script)
Replies: 5
Views: 2309

Re: MouseClickDrag problem (Pokemon Go selling pokemons script)

CordMode lets you specify if the coords system should be from the application or the entire screen. You can read more about it here: https://autohotkey.com/docs/commands/CoordMode.htm You can try: CoordMode, Mouse, Window Put this at the first line in you code, above all other code, like this: Coord...
by Acuena
28 Jul 2016, 07:43
Forum: Ask for Help (v1)
Topic: hello iam new here need help with an esay script
Replies: 9
Views: 2300

Re: hello iam new here need help with an esay script

Hi and welcome to the forum! This code spam the letter r when you are holding down space: $Space:: ;This is the "trigger" key, the $ sign infront prevents the script from activating itself, causing masive spam While GetKeyState("Space","P") ;Checks if space is still pressed down { Send, r ;Sends the...
by Acuena
28 Jul 2016, 02:58
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1254
Views: 984605

Re: Pulover's Macro Creator v5.0.4 - The Complete Automation Tool

Hi again!

Thanks for keeping up with me.

I am still having problems with it.
I am clicking the Play hotkey control and press, let's say enter, and it changes text to "Retur", then what do I do?
No code is added into the script.
Is there a button or key I need to press?
by Acuena
27 Jul 2016, 17:39
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1254
Views: 984605

Re: Pulover's Macro Creator v5.0.4 - The Complete Automation Tool

I don't know if I managed to express what I wanted to do correctly. I wantet to know how to add a hotkey (like the ones on this page https://autohotkey.com/docs/Tutorial.htm#s2 ) that enables the user of the script press for an example alt+space (!space) to execute a comman, when the script is expor...
by Acuena
27 Jul 2016, 16:50
Forum: Scripts and Functions (v1)
Topic: Internet Explorer Element Spy (alternative to iWB2 Learner)
Replies: 67
Views: 42522

Re: Internet Explorer Element Spy (alternative to iWB2 Learner)

Hmm, might be because of that :P
Thougt it was updated on that pc, ow well.
by Acuena
27 Jul 2016, 09:40
Forum: Scripts and Functions (v1)
Topic: Internet Explorer Element Spy (alternative to iWB2 Learner)
Replies: 67
Views: 42522

Re: Internet Explorer Element Spy (alternative to iWB2 Learner)

Hi! Wanted to test the code since I have used iWB2 Learned before. But when I downloaded the code and run it, I got the following error message: --------------------------- IE_Window_Element_Spy.ahk --------------------------- Error: Call to nonexistent function. Specifically: OnExit("Cleanup") Line...
by Acuena
27 Jul 2016, 02:57
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1254
Views: 984605

Re: Pulover's Macro Creator v5.0.4 - The Complete Automation Tool

To stop execution use Return . It's in the same list. Ow, forgot about that xD I am used to use ExitApp :P Anyway, I have looked around but I can't find out how to make a hotkey. I want to make it execute some code when I press a key. Like in this code: numpadenter:: Msgbox Do some random stuff her...
by Acuena
26 Jul 2016, 13:17
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1254
Views: 984605

Re: Pulover's Macro Creator v5.0.4 - The Complete Automation Tool

I just found out that there is one thing that is a bit anoying. I have this code inside of the Macro Creator: InputBox, VarSubject, Subject, Plase add a subject If VarAmne = { MsgBox, 16, Add Subject from line, You have to enter a subject`, Restart the script, 6 ExitApp } However when this is run a...
by Acuena
26 Jul 2016, 10:16
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1254
Views: 984605

Re: Pulover's Macro Creator v5.0.4 - The Complete Automation Tool

Hi! I must say, exelent tool :) It helps out alot. But... I just found out that there is one thing that is a bit anoying. I have this code inside of the Macro Creator: InputBox, VarSubject, Subject, Plase add a subject If VarAmne = { MsgBox, 16, Add Subject from line, You have to enter a subject`, R...
by Acuena
25 Jul 2016, 09:48
Forum: Ask for Help (v1)
Topic: Noob help
Replies: 3
Views: 1074

Re: Noob help

If you want it to close after it has 4 seconds has passed, add this after the sleep: ExitApp Like this: Joy1:: ; Not tested with joystick, I don't have one. Gui, new Gui, +ToolWindow -Caption +AlwaysOnTop Gui, Color, 000000 ; Hex color code, see eg. http://www.colorpicker.com Gui, Show, X0 Y0 W%A_Sc...
by Acuena
25 Jul 2016, 07:20
Forum: Scripts and Functions (v1)
Topic: Mouse bouncer (Just made for fun)
Replies: 4
Views: 2129

Re: Mouse bouncer (Just made for fun)

Added some more. Added a new key, t t:: GetKeyState, state, LButton ; Right mouse button. if state = D { send, {lbutton up} } else { send, {lbutton down} } return It toggles the left mouse key, usefull if you want to draw some lines in a painting program. I also added this to the s key, making it ch...
by Acuena
25 Jul 2016, 06:48
Forum: Scripts and Functions (v1)
Topic: Mouse bouncer (Just made for fun)
Replies: 4
Views: 2129

Re: Mouse bouncer (Just made for fun)

Hi! I made some changes to the code, I don't know if it will work in WINE, I do not have it available here at the computer I am at now. The changes are the following: Changed "WinGetPos,,, desk_width, desk_height, Program Manager ;Get the screen size" to: desk_width := A_ScreenWidth desk_height := A...
by Acuena
22 Jul 2016, 09:28
Forum: Ask for Help (v1)
Topic: lightroom script please help , very new to this
Replies: 4
Views: 1824

Re: lightroom script please help , very new to this

Hi! This is posted in the wrong section, questions about AutoHotkey should be in the "Ask For Help" section. Anyways, if I understand you correct, you want to bind some code when you press control + shift and a. I belive this can be done in varius ways, but here is one example: ;^ = Ctrl ;+ = shift ...
by Acuena
21 Jul 2016, 10:20
Forum: Scripts and Functions (v1)
Topic: Mouse bouncer (Just made for fun)
Replies: 4
Views: 2129

Mouse bouncer (Just made for fun)

Hi! Havent been active for a while. Just made a useless script that bounses the mouse around. Not tested on multiple monitors. It's commented so it should be quite easy to se what evrything does :) Important: You stop and exit the script by pressing s Here is the code: #Persistent ;Prevent script fr...

Go to advanced search