Search found 51 matches

by Hajin
17 Aug 2023, 09:46
Forum: Gaming Scripts (v1)
Topic: Loop Hero - Auto equip equipment
Replies: 0
Views: 1055

Loop Hero - Auto equip equipment

Script to equip equipment with buttons, much more practical than forcing the mouse hand in case of equipping equipment, It is only necessary to place the mouse cursor on the equipment and use the correct button. I decided to distribute this script because I couldn't find a mod that does this and man...
by Hajin
25 May 2022, 13:29
Forum: Gaming Scripts (v1)
Topic: Pocket Crystal League - Keyboard shortcuts on battle
Replies: 0
Views: 1433

Pocket Crystal League - Keyboard shortcuts on battle

This is a good fan game based on pokemon and card battle: https://moodytail.itch.io/pocket-crystal-league#download Security: The script is made for a singleplayer game with no multiplayer aspects, If you use this script only for single player mode apparently there is no rule that prohibits its use. ...
by Hajin
19 Feb 2022, 14:51
Forum: Gaming Scripts (v1)
Topic: Torchlight 2 Attack, move and pick up items almost automatically
Replies: 4
Views: 7279

Re: Torchlight 2 Attack, move and pick up items almost automatically

@Hajin Hey, how do I use this script? Do I need to download it and change the extension name, or is there a way to add it to AutoHotKey? Thx erikurruti You must have AutoHotKey installed on your device, the script works in .ahk format (I uploaded some of these in this topic) after you have the file...
by Hajin
19 Dec 2021, 06:32
Forum: Gaming Scripts (v1)
Topic: Titan Quest Anniversary Edition - Auto Move, Attack and Pickup + Auto Buy Potions
Replies: 3
Views: 10530

Re: Titan Quest Anniversary Edition - Auto Move, Attack and Pickup + Auto Buy Potions

I have been trying to modify this to my use but... I have been messing around a bit more and for some reason... If one day i go back to using the script maybe i'll solve all the problems of your two messages, making the script more accessible Also, why not make the activation a toggle instead of tw...
by Hajin
18 Nov 2020, 08:58
Forum: Gaming Scripts (v1)
Topic: Titan Quest Anniversary Edition - Auto Move, Attack and Pickup + Auto Buy Potions
Replies: 3
Views: 10530

Titan Quest Anniversary Edition - Auto Move, Attack and Pickup + Auto Buy Potions

--------------------------------------------------------------------------------------------------------------------------------------------------------------- Demo Video: https://youtu.be/NFM4ONlhigE ---------------------------------------------------------------------------------------------------...
by Hajin
05 Nov 2020, 18:52
Forum: Ask for Help (v1)
Topic: Mouse wheel changing variable. Topic is solved
Replies: 3
Views: 505

Re: Mouse wheel changing variable. Topic is solved

Gosub, WheelDown SetTimer, Check, 100 Check: ToolTip, %status% Return WheelUp:: status = ON SoundBeep, 1500, 20 Return WheelDown:: status = OFF SoundBeep, 1000, 20 Return The timer is not actually needed here, because in this script, the only determinants of a status change are the wheel actions; t...
by Hajin
05 Nov 2020, 17:18
Forum: Ask for Help (v1)
Topic: Mouse wheel changing variable. Topic is solved
Replies: 3
Views: 505

Mouse wheel changing variable. Topic is solved

I saw the program's help file a little but I didn't find an answer, I can't change the variable with the mouse wheel. Below, attempts that did not work: SetTimer, Button_Pressed, 1 return Button_Pressed: GetKeyState, state, WheelUp if state = D { var_a = 1 } GetKeyState, state, WheelDown if state = ...
by Hajin
05 Nov 2020, 17:12
Forum: Gaming Scripts (v1)
Topic: Titan Quest - Immortal Throne
Replies: 3
Views: 10681

Re: Titan Quest - Immortal Throne

How am I supposed to stop the execution? I just can't and it keeps running. And why, for example, common torchlight button smash doesn't work here? These scripts are very old and I don't even remember how they work anymore, coincidentally or not, I'm playing the new titan quest now and I'm making a...
by Hajin
29 Mar 2020, 09:03
Forum: Gaming Scripts (v1)
Topic: Aim Assist V4.0 BETA
Replies: 5
Views: 73541

Re: Aim Assist V4.0 BETA

video unavailable
by Hajin
28 Mar 2020, 10:56
Forum: Gaming Scripts (v1)
Topic: DeltaMacros - Macro Recoder based on LLmouse/Mousedelta
Replies: 22
Views: 10637

Re: DeltaMacros - Macro Recoder based on LLmouse/Mousedelta

:bravo: @lugia19, thank you! While you were coding that, apparently, I was coding this, which is inferior as it has no toggle. It just sets the mouse position to the initial position. #SingleInstance,Force Gui, Add, ListBox, w300 h200 hwndhOutput Gui, Add, Text, xm w300 center, Hit F9 to toggle on ...
by Hajin
28 Mar 2020, 10:48
Forum: Gaming Scripts (v1)
Topic: DeltaMacros - Macro Recoder based on LLmouse/Mousedelta
Replies: 22
Views: 10637

Re: DeltaMacros - Macro Recoder based on LLmouse/Mousedelta

@lugia19 thanks you are very friendly.
by Hajin
28 Mar 2020, 06:54
Forum: Gaming Scripts (v1)
Topic: DeltaMacros - Macro Recoder based on LLmouse/Mousedelta
Replies: 22
Views: 10637

Re: DeltaMacros - Macro Recoder based on LLmouse/Mousedelta

lugia19 Apparently you updated the script and now it is working here... The execution of the generated script is so accurate in the movement of the mouse :dance: EDITED: I would prefer the script to record the initial position of the cursor to put the cursor in such position at the beginning, but I...
by Hajin
26 Mar 2020, 16:08
Forum: Gaming Scripts (v1)
Topic: DeltaMacros - Macro Recoder based on LLmouse/Mousedelta
Replies: 22
Views: 10637

Re: DeltaMacros - Macro Recoder based on LLmouse/Mousedelta

bb.png
bb.png (53.16 KiB) Viewed 7787 times
Maybe it's something on my computer, I give up.
by Hajin
26 Mar 2020, 15:20
Forum: Gaming Scripts (v1)
Topic: DeltaMacros - Macro Recoder based on LLmouse/Mousedelta
Replies: 22
Views: 10637

Re: DeltaMacros - Macro Recoder based on LLmouse/Mousedelta

I like macro recorders, it is a quick way to make a keybot even knowing how to make one manually, I was interested in this one because of the apparent speed of use but the generated script does not work and presents this error: aa.png The first error of this type was solved by updating the autohotke...
by Hajin
14 Mar 2020, 09:06
Forum: Gaming Scripts (v1)
Topic: Torchlight 2 Auto Potion
Replies: 1
Views: 4296

Re: Torchlight 2 Auto Potion

There is a mod called "auto consume" that uses potion automatically,
but in this mod you cannot choose one of the numeric keys of the game action interface.
by Hajin
14 Mar 2020, 08:27
Forum: Gaming Scripts (v1)
Topic: Torchlight 2 Auto Potion
Replies: 1
Views: 4296

Torchlight 2 Auto Potion

Script made for the game configured with the health and magic original orbs in the center(UI Scale: 90%)(Display Option in: windowed fullscreen), sorry. More instructions inside the script. Updated to v.9 Security: If you use this script only for single player mode apparently there is no rule that p...
by Hajin
14 Mar 2020, 07:05
Forum: Scripts e Funções
Topic: [JOGO] Tibia
Replies: 4
Views: 15687

Re: [JOGO] Tibia

Obrigado pela explicação, com isso tomei coragem pra pesquisar esse "PixelSearch" no arquivo de ajuda e fiz meu "auto potion" em outro jogo (Torchlight 2). Ficou mais ou menos assim: SetTimer, Button_Pressed, 200 return Button_Pressed: if WinActive("Torchlight II") { ;Auto Potion PixelGetColor, Outp...
by Hajin
08 Mar 2020, 14:51
Forum: Gaming Scripts (v1)
Topic: Torchlight 2 Attack, move and pick up items almost automatically
Replies: 4
Views: 7279

Re: Torchlight 2 Attack, move and pick up items almost automatically

I improved the script thanks to this guy: https://www.autohotkey.com/boards/viewtopic.php?f=19&t=72315 We now have a script for the mouse buttons: #IfWinActive, Torchlight II SetTimer, Smash, 75 ;keys chosen here e::t1 := !t1 ;Auto LClicks t::t2 := !t2 ;Hold LClick y::t3 := !t3 ;Hold RClick Smash: ...
by Hajin
08 Mar 2020, 12:31
Forum: Gaming Scripts (v1)
Topic: Diablo Smash v1
Replies: 4
Views: 7760

Re: Diablo Smash v1

Thanks, with this script i think i found a way to use my "buffs" automatically in the torchlight 2 game (i was too lazy to look for a way in the help file).
I made a similar script on this topic:
viewtopic.php?f=19&t=73317
by Hajin
08 Mar 2020, 11:41
Forum: Gaming Scripts (v1)
Topic: Torchlight 2 Attack, move and pick up items almost automatically
Replies: 4
Views: 7279

Torchlight 2 Attack, move and pick up items almost automatically

This topic is almost a copy of my other topic in another forum: https://gamefaqs.gamespot.com/boards/604445-torchlight-ii/78453551 Security: If you use this script only for single player mode apparently there is no rule that prohibits its use. I made an script for me to move the character and attack...

Go to advanced search