Search found 44 matches

by thinkRand
05 Nov 2022, 16:35
Forum: Ask for Help (v1)
Topic: SetWindowsHookEx redirect input to background window
Replies: 0
Views: 331

SetWindowsHookEx redirect input to background window

Hello, fellow programmers I want help here if possible. My problem is that i am installing a global keyboard hook to receive every WM_ related with it and i want to redirect that input to an specific window. This is for a application where ContrlSend dosent work, but send commands with the app focus...
by thinkRand
07 Sep 2022, 17:04
Forum: Gaming Help (v1)
Topic: 2 Key that modify each other into a 3rd key Topic is solved
Replies: 4
Views: 487

Re: 2 Key that modify each other into a 3rd key Topic is solved

Hi, @Mommy_Lilith. Welcome.

Itried this and it may work good enought for you, but have some issues

Code: Select all

~LShift & w:: ;Issue, send w or W sometimes
~w & LShift:: ;Issue, LShift is sent repeatedly, may stuck
	Send, x
return
by thinkRand
07 Sep 2022, 15:47
Forum: General Discussion
Topic: Where to get AHK freelancers (for small projects)?
Replies: 6
Views: 3554

Re: Where to get AHK freelancers (for small projects)?

Fiverr and Upwork are sites where you can find ahk experts for hire.

I make macros for games if anyone is interested.

https://es.fiverr.com/abelgranados
by thinkRand
07 Sep 2022, 15:41
Forum: Gaming Scripts (v1)
Topic: Old School Runescape (OSRS) automate mining with AHK.
Replies: 7
Views: 14429

Re: Old School Runescape (OSRS) automate mining with AHK.

Dont forget to leave a star in GitHub :thumbup:
by thinkRand
07 Sep 2022, 15:38
Forum: Gaming Scripts (v1)
Topic: Old School Runescape (OSRS) automate mining with AHK.
Replies: 7
Views: 14429

Re: Old School Runescape (OSRS) automate mining with AHK.

Script images

Tested screen size 1366x768. The inventory may be out of position in some screen sizes, that problema will be solved in future versions.
miningClay.png
miningClay.png (238.31 KiB) Viewed 11667 times
miningIron.png
miningIron.png (254.36 KiB) Viewed 11667 times
by thinkRand
02 Sep 2022, 09:00
Forum: Ask for Help (v1)
Topic: How to send keystrokes to minimized window
Replies: 16
Views: 4422

Re: How to send keystrokes to minimized window

This should work Run, "c:\Program Files\KYE\LuxeMate525\LuxeMate525.exe",,min, pid WinWait ahk_pid %pid% ControlSend,ahk_parent, {ALT DOWN}{F4}{ALT UP}, ahk_pid %pid% #NoTrayIcon I created this but it didn't send keystrokes. Run, "c:\Program Files\KYE\LuxeMate525\LuxeMate525.exe",,min, 1548 WinWait...
by thinkRand
01 Sep 2022, 07:38
Forum: Ask for Help (v1)
Topic: How to send keystrokes to minimized window
Replies: 16
Views: 4422

Re: How to send keystrokes to minimized window

This should work

Code: Select all

Run, "c:\Program Files\KYE\LuxeMate525\LuxeMate525.exe",,min, pid 
WinWait ahk_pid %pid%
ControlSend,ahk_parent, {ALT DOWN}{F4}{ALT UP}, ahk_pid %pid%
#NoTrayIcon
by thinkRand
20 Aug 2022, 03:26
Forum: Gaming Scripts (v1)
Topic: Old School Runescape (OSRS) automate mining with AHK.
Replies: 7
Views: 14429

Re: Old School Runescape (OSRS) automate mining with AHK.

@fulldragons

> ThinkRand#7433 UID 681695022600814642
by thinkRand
16 Aug 2022, 06:53
Forum: Gaming Help (v1)
Topic: OSRS help Topic is solved
Replies: 5
Views: 3821

Re: OSRS help Topic is solved

Some help to anyone who reach here. I can help you to make an osrs script. Also you can download this open source mining script and learn from it.

viewtopic.php?f=19&t=101077
by thinkRand
15 Aug 2022, 20:08
Forum: Ask for Help (v1)
Topic: custom cursor flickers Topic is solved
Replies: 3
Views: 730

Re: custom cursor flickers Topic is solved

Alright, topic solved.
by thinkRand
15 Aug 2022, 20:07
Forum: Gaming Help (v1)
Topic: How MouseMove commands works in AutoHotKey? Topic is solved
Replies: 2
Views: 430

How MouseMove commands works in AutoHotKey? Topic is solved

I need to test diferent methods to move the mouse into a broad variety of games, and i want to test every posibility. I found a tool maked by SnowFlake, but i need a diferent functionality and i started to make my own. All is good for now and i have a couple of questions. Does the commad MouseMove u...
by thinkRand
14 Aug 2022, 06:42
Forum: Gaming Help (v1)
Topic: Newbie- Vista audio control functions only for specific game?
Replies: 1
Views: 389

Re: Newbie- Vista audio control functions only for specific game?

No window/ game window is defined at start. Press Control + left clik over the game window to hear from it #Warn, All, Off gameHwnd := 0 Loop { While(!IsAudioPlaying()) Sleep, 1000 ControlClick,, ahk_id %gameHwnd% } return ^~LButton:: sleep, 50 gameHwnd := WinExist("A") return IsAudioPlaying() { Aud...
by thinkRand
13 Aug 2022, 19:47
Forum: Ask for Help (v1)
Topic: custom cursor flickers Topic is solved
Replies: 3
Views: 730

Re: custom cursor flickers Topic is solved

CoordMode, Mouse, Screen Gui, Show, w300 h 300, Test MouseMoveDrag OnMessage(0x200,"MouseMoveDrag") OnMessage(0x20,"setCursor") Return ; ~LButton:: MouseMoveDrag() setCursor(wParam, lParam, msg, hwnd){ return 0 } MouseMoveDrag(){ static SIZEALL := DllCall("LoadCursor", "UInt", 0, "Int", IDC_SIZEALL...
by thinkRand
13 Aug 2022, 16:13
Forum: Gaming Scripts (v1)
Topic: OSRS PKing prayer switch script enjoy
Replies: 1
Views: 9223

Re: OSRS PKing prayer switch script enjoy

Also, I have a script for mining.

viewtopic.php?f=19&t=101077
by thinkRand
13 Aug 2022, 08:59
Forum: Gaming Help (v1)
Topic: Sending keystrokes to a Minecraft window (active or not)
Replies: 5
Views: 6648

Re: Sending keystrokes to a Minecraft window (active or not)

@ahnakin

Post your code to figure out the error.
by thinkRand
13 Aug 2022, 08:38
Forum: Gaming Scripts (v1)
Topic: Old School Runescape (OSRS) automate mining with AHK.
Replies: 7
Views: 14429

Re: Old School Runescape (OSRS) automate mining with AHK.

GitHub public repository


Found the latest improvements and bug fixes. Share your feedback or clone the project to make your own version.

You will find a full introduction too.

https://github.com/thinkRand/Script-for-automatic-mining-on-old-school-runescape-OSRS

Go to advanced search