Search found 41 matches

by Trigun
15 Oct 2022, 14:41
Forum: Ask for Help (v1)
Topic: Problem with a hotkey code
Replies: 7
Views: 501

Re: Problem with a hotkey code

actually i think he should delete the 1:: reassign too, there is no point in remap a key for do what it already do :-D (and add the tilde ofc on the others)
~1 & j::left
~1 & k::down
~1 & l::right
~1 & i::up
by Trigun
15 Oct 2022, 12:54
Forum: Ask for Help (v1)
Topic: 3 rows instead of just 2
Replies: 19
Views: 1053

Re: 3 rows instead of just 2

loek6000 wrote:
15 Oct 2022, 11:35
i see i am not the only one not having english as main language :lol:
Trigun wrote:
15 Oct 2022, 11:00
or another easy way is with paint show what u want as expected output :-D
no u are wrong :-D
i have problem in my main language too :-D
by Trigun
15 Oct 2022, 11:03
Forum: Ask for Help (v1)
Topic: programmable keys on keyboard
Replies: 2
Views: 303

Re: programmable keys on keyboard

i think it will work :-D have to test when i'm at home :-D

i was thinking that the special keys wasn't sent to the computer and managed all on the hw of the keyboard
by Trigun
15 Oct 2022, 11:00
Forum: Ask for Help (v1)
Topic: 3 rows instead of just 2
Replies: 19
Views: 1053

Re: 3 rows instead of just 2

or another easy way is with paint show what u want as expected output :-D
by Trigun
15 Oct 2022, 08:37
Forum: Ask for Help (v1)
Topic: programmable keys on keyboard
Replies: 2
Views: 303

programmable keys on keyboard

hello, recently i trashed my logitech g15 after 10+ years, 5 months ago i got a combo razer tartarus + a keyboard without numpad, now i just returned the tartarus bc razer software sucks... and now i'm without my programmable keys, and the numpad so i can't type alt + 126 for the tilde :-( or other ...
by Trigun
10 Sep 2020, 00:45
Forum: Ask for Help (v1)
Topic: swipe action
Replies: 0
Views: 231

swipe action

how i can do a swipe action?
(click drag and release during drag without stop the mouse)
with MouseClickDrag i can't let the list to continue scroll
by Trigun
08 Sep 2020, 14:18
Forum: Ask for Help (v1)
Topic: RHCP readmemory stop working Topic is solved
Replies: 0
Views: 411

RHCP readmemory stop working Topic is solved

hello i was using a function for read a value from memory temp2 := "00 00 80 3E D3 D1 51 3F 8B 8A 0A 3F B6 B5 35 3F 00 00 80 3F D7 D6 D6 3E" pattern := varprocess.hexStringToPattern(temp2) pattern2 := varprocess.hexStringToPattern("00 00 00 00") result := 0x0 while ((result := varprocess.processPatt...
by Trigun
29 Aug 2020, 05:48
Forum: AutoHotkey_H
Topic: I wrote a LuaJIT FFI binding for AutoHotkey_H
Replies: 5
Views: 6590

Re: I wrote a LuaJIT FFI binding for AutoHotkey_H

i never used lua... so i don't understand the basic.... i can use lua and do the same stuff cheat engine scripts do?
i need a value from a getUser function and use that value on ahk, can i do that? (i need the EAX after the execution of the mono function)
by Trigun
27 Aug 2020, 04:01
Forum: Ask for Help (v1)
Topic: interrupt a loop
Replies: 3
Views: 403

Re: interrupt a loop

reload exitapp and shutdown will not allow me to restart the loop (both timers are started from a gui click)
by Trigun
26 Aug 2020, 06:37
Forum: Ask for Help (v1)
Topic: interrupt a loop
Replies: 3
Views: 403

interrupt a loop

hello i have a long loop cycle something like 20-30 sec then wait then repeat how i can break the loop and stop it from outside? i tried to do something like that SetTimer, startTimer, -10 ;~ SetTimer, UpdateTimer, 5000 where on the updatetimer i check for a condition and launch SetTimer,startTimer,...
by Trigun
23 Aug 2020, 07:25
Forum: Ask for Help
Topic: right click compile
Replies: 5
Views: 3684

Re: right click compile

i compiled and put all the vars precompiled in the ahk :-D psw too :-)
btw my problem was the wrong line on the regedit, was %1 instead of %l if i remember well....
by Trigun
23 Aug 2020, 00:47
Forum: Gaming Help (v1)
Topic: lock ahk to a program?
Replies: 0
Views: 687

lock ahk to a program?

i saw a bot done from some cinese guy for a game that was locking the mouse input for the game and u could still use the mouse during the bot activity. i didn't try the bot just read the readme stuff (windows delete for windows so didn't trust to open when i don't need). don't think the bot was with...
by Trigun
13 Aug 2020, 16:42
Forum: Ask for Help
Topic: right click compile
Replies: 5
Views: 3684

Re: right click compile

so i have to make a new script that launch the compiler and i should launch that 1 instead of the compiler?
by Trigun
13 Aug 2020, 08:12
Forum: Ask for Help
Topic: right click compile
Replies: 5
Views: 3684

right click compile

hello, i think i builded and set up ahk with ahk_h, right now in the compile folder i have ahk2exe.ahk, if i use ahk2exe for selfcompile i get the exe but i can't find a way for run it from command line in the regedit i tried a few combo with "path" "/in" "%1" or something like that but i always get...
by Trigun
09 May 2020, 16:00
Forum: Ask for Help (v1)
Topic: ahk and memory read/write like cheat engine? Topic is solved
Replies: 4
Views: 2215

Re: ahk and memory read/write like cheat engine? Topic is solved

emm about the scan function... didn't noticed was already made :-D saw only the "common function" and was thinking the less common was some subfunction needed for the other functions :-D and since i didn't saw in the exemple code the use of the search i just skipped the comment of every function :-)...
by Trigun
09 May 2020, 13:33
Forum: Ask for Help (v1)
Topic: ahk and memory read/write like cheat engine? Topic is solved
Replies: 4
Views: 2215

Re: ahk and memory read/write like cheat engine? Topic is solved

thanks for the link, didn't finded that library but only functions for read and write tempVar := 0x00000000 ;~ SetFormat, integer, hex memory.readRaw(0x21E2B010, tempVar,10240000) ;the start value is finded with cheatengine for tests results := searchValue(tempVar,temp2,10240000) ;temp2 is an array ...
by Trigun
01 May 2020, 10:40
Forum: Ask for Help (v1)
Topic: ahk and memory read/write like cheat engine? Topic is solved
Replies: 4
Views: 2215

ahk and memory read/write like cheat engine? Topic is solved

hello, i found old posts (2015) with functions for read and write on the memory but they use always a memory position for read the value some1 already made a function for search a value in the memory like cheat engine ? i don't think is hard to do something like checkValue(mem, value) { valuebyte = ...
by Trigun
04 Jan 2020, 09:20
Forum: Scripts and Functions (v1)
Topic: Vis2 - Image to Text OCR()
Replies: 329
Views: 161603

Re: Vis2 - Image to Text OCR()

hello i'm trying to read numbers like this https://i.ibb.co/0hyLLjn/image.png but i get almost all wrongs result, the comma is always translated in something else (sometimes 1 sometimes 4) for ex that images is "281000" instead of 23000 or 23,000 i think is bc it try to get the black part instead th...
by Trigun
11 Jan 2019, 11:51
Forum: Gaming Help (v1)
Topic: fast getpixelcolor ?
Replies: 3
Views: 2790

Re: fast getpixelcolor ?

much better ^^ i tried with x:=760 y:=100 j:=0 start := A_TickCount while j<65 { snap := new CGdipSnapshot(750 ,890, 430, 1) snap.TakeSnaphot() val1 :=snap.PixelScreen[x,890].rgb val2 :=snap.PixelScreen[x+5,890].rgb val3 :=snap.PixelScreen[x-5,890].rgb if (val1 = red or val2 = red or val3 = red) { C...
by Trigun
09 Jan 2019, 19:41
Forum: Gaming Help (v1)
Topic: fast getpixelcolor ?
Replies: 3
Views: 2790

Re: fast getpixelcolor ?

i search for the start and end of the white area since the bar can start from right or left the +30 pixel is for the delay/lag the bar start from 1 edge till the other side without reverse the direction and all the travel last less than a second i tried to start a timer after the x3 and got 200-600m...

Go to advanced search