Search found 49 matches

by ThewarII
23 Oct 2021, 00:28
Forum: Ask for Help (v1)
Topic: Zoom Function for FPS (Scripts Provided)
Replies: 19
Views: 6945

Re: Zoom Function for FPS (Scripts Provided)

These are the two scripts I have found by googling online and have attempted to make small edits to both already * Script in Progress: #Persistent #NoEnv Menu,Tray,NoStandard OnExit handle_exit State=0 ; the specific (absolute) x, y to be magnified, start_x:= 680, start_y:= 384 ; the display of the...
by ThewarII
08 Jun 2021, 07:27
Forum: Scripts and Functions (v1)
Topic: My basic script use for MPC-HC64.exe (Media Player Classic 64 bit)
Replies: 3
Views: 1380

Re: My basic script use for MPC-HC64.exe (Media Player Classic 64 bit)

jasc2v8 wrote:
13 Apr 2021, 11:14
Cool, thanks for sharing.
It appears MPC-HC is end of life, but "should" work for some years to come on Windows.
https://mpc-hc.org/
Welcome.
rommmcek wrote:
14 Apr 2021, 10:52
Further messages and parameters for MPC-HC64.
Yea i know.
by ThewarII
13 Apr 2021, 11:10
Forum: Gaming Help (v1)
Topic: Reading text from chatlog file and make actions
Replies: 6
Views: 637

Re: Reading text from chatlog file and make actions

Tell me your server is playing.
I will make script fishing for you when i can.
by ThewarII
13 Apr 2021, 11:03
Forum: Scripts and Functions (v1)
Topic: My basic script use for MPC-HC64.exe (Media Player Classic 64 bit)
Replies: 3
Views: 1380

My basic script use for MPC-HC64.exe (Media Player Classic 64 bit)

First Step: - Open mpc-hc64.exe - Go to View >> Options image.png In Options >> Select "Keys" in Player You will see lists ID keys in below image.png You can use that ID in code of Autohotkey in below for control MPC-HC without it active. And this is basic script you can do image.png #SingleInstance...
by ThewarII
13 Mar 2021, 13:46
Forum: Gaming Help (v1)
Topic: How to Send text using the Sendmessage or Postmessage command ?
Replies: 0
Views: 461

How to Send text using the Sendmessage or Postmessage command ?

How to Send text using the Sendmessage or Postmessage command ? I only know this code SendMessage, 0xC, 0, "New Notepad Title", Edit1, ahk_class Notepad But I think 0xC should be something else For example when i use code "Send" then that script in below: (send 1 by 1 text) Send,N ... Send,e ... Sen...
by ThewarII
08 Feb 2021, 01:00
Forum: Gaming Help (v1)
Topic: Hold M to spam M with randomization
Replies: 3
Views: 262

Re: Hold M to spam M with randomization

I don't think need "if wait" 😁
by ThewarII
08 Feb 2021, 00:55
Forum: Gaming Help (v1)
Topic: Sending keys to inactive window
Replies: 8
Views: 10075

Re: Sending keys to inactive window

I think you need change wintitle of Minecraft. You have 2 Minecraft so make first Minecraft with name example "MinecraftA" & the second Minecraft with name example "MinecraftB" & use ControlSend like this: ControlSend,, {enter}, MinecraftA ControlSend,, {enter}, MinecraftB so first controlsend will ...
by ThewarII
07 Feb 2021, 13:12
Forum: Gaming Help (v1)
Topic: Reading text from chatlog file and make actions
Replies: 6
Views: 637

Re: Reading text from chatlog file and make actions

Can you share IP address of server Gta San Andreas multiplayer?
I can join and share scripts for you.
by ThewarII
05 Feb 2021, 23:22
Forum: Ask for Help (v1)
Topic: AHK Startup Under Windows 10
Replies: 25
Views: 63508

Re: AHK Startup Under Windows 10

You also can use Task Scheduler of Windows 10 for "AHK Startup Under Windows 10"
by ThewarII
06 Oct 2020, 11:42
Forum: Ask for Help (v1)
Topic: Window Media Player show Volume
Replies: 2
Views: 138

Re: Window Media Player show Volume

Can you do better than i do ?
I need show volume of WMP. i use window 10 pro.
by ThewarII
05 Oct 2020, 03:57
Forum: Ask for Help (v1)
Topic: Window Media Player show Volume
Replies: 2
Views: 138

Window Media Player show Volume

Thanks brother for this code PostMessage, 0x111, 18816, 0, , Windows Media Player ; to decrease vol PostMessage, 0x111, 18815, 0, , Windows Media Player ; to encrease vol I am not pro about write code but i made this for you can get volume of window media player :v It worked in My PC but not well. I...
by ThewarII
03 Jan 2020, 06:14
Forum: Ask for Help (v1)
Topic: AHK Startup Under Windows 10
Replies: 25
Views: 63508

Re: AHK Startup Under Windows 10

After spending WAY too much time on this, I found a better way. Just add the following registry key. (This is Windows 10 Professional 64-bit) HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Run New -> String Value Name = AutoHotkey Value = "C:\Program Files\AutoHotkey\AutoH...
by ThewarII
18 May 2019, 05:40
Forum: Ask for Help (v1)
Topic: How to improve color reading speed of PixelGetColor & PixelSearch at a pixel position on the screen ?
Replies: 0
Views: 494

How to improve color reading speed of PixelGetColor & PixelSearch at a pixel position on the screen ?

As my my question in subject: "How to improve color reading speed of PixelGetColor & PixelSearch at a pixel position on the screen ?" I have a code very short like Loop, { PixelGetColor,ColorA,123,321 If (ColorA = 0x123456) { Send, do something very short, example: send, 8 } PixelSearch,ColorX,Color...
by ThewarII
26 Apr 2019, 22:34
Forum: Ask for Help (v1)
Topic: What is different about AHK 2.0-a & 1.1 ?
Replies: 1
Views: 4118

What is different about AHK 2.0-a & 1.1 ?

What is different about
AutoHotkey 2.0-a*
vs
AutoHotkey 1.1 ?
by ThewarII
09 Jan 2019, 05:52
Forum: Ask for Help (v1)
Topic: I need help no soundbeep in code soundbeep
Replies: 7
Views: 1348

Re: I need help no soundbeep in code soundbeep

O.M.G O.M.G O.M.G
I found my error
I turned off Tasks Schedule in services
and i restart my PC (win 10 pro)
and when my PC turn on, the soundbeep gone.
That mean Task schedule need run automatic and Task Schedule run something need for soundbeep work.
by ThewarII
09 Jan 2019, 04:14
Forum: Ask for Help (v1)
Topic: I need help no soundbeep in code soundbeep
Replies: 7
Views: 1348

Re: I need help no soundbeep in code soundbeep

it isn't work on me. You can change hotkey for test.
by ThewarII
09 Jan 2019, 03:58
Forum: Ask for Help (v1)
Topic: I need help no soundbeep in code soundbeep
Replies: 7
Views: 1348

Re: I need help no soundbeep in code soundbeep

i tested with SoundPlay
SoundPlay, E:\...\Chot La Noi Dau - Thuy Tien A.mp3

and it worked good.

but soundbeep isn't work.
i use Autohotkey version 1.1.30.01
by ThewarII
09 Jan 2019, 03:54
Forum: Ask for Help (v1)
Topic: I need help no soundbeep in code soundbeep
Replies: 7
Views: 1348

Re: I need help no soundbeep in code soundbeep

Example
XButton1::
SoundBeep, 750, 5000
Return

or

XButton1::
SoundBeep,
Return

with no soundbeep
by ThewarII
09 Jan 2019, 03:50
Forum: Ask for Help (v1)
Topic: I need help no soundbeep in code soundbeep
Replies: 7
Views: 1348

I need help no soundbeep in code soundbeep

I don't know what i did, now i got no soundbeep in code soundbeep.
The music still have sound good.
Code soundplay i still not test.

How can i fix it ?
by ThewarII
08 Jan 2019, 12:52
Forum: Ask for Help (v1)
Topic: I got error color in SciTE4AutoHotkey
Replies: 3
Views: 846

Re: I got error color in SciTE4AutoHotkey

Please help me.

Go to advanced search