Search found 372 matches

by YoucefHam
01 Oct 2022, 11:36
Forum: Gaming Help (v1)
Topic: Need to disable ALT+F4's closing application functionality
Replies: 22
Views: 3537

Re: Need to disable ALT+F4's closing application functionality

Hi all, I'd like to disable ALT+F4's ability to close World of Warcraft but I still want ALT+F4 to be usable as a keybind in-game. I've been looking through a lot of posts and I don't think I've come across a solution to my issue. That being said I don't have a script to start off with since I've t...
by YoucefHam
11 Jan 2022, 21:46
Forum: Gaming Help (v1)
Topic: Would WinMove work on a Borderless game like league of legends?
Replies: 6
Views: 817

Re: Would WinMove work on a Borderless game like league of legends?

Hey thanks for the reply! I tried out the script on my game window and also on other windows. It works for every window but not on my game window! It's acting the same as my other scripts I've tried. i saw somewhere that .exe can be used to replace the WinTitle any idea if that can be done? try thi...
by YoucefHam
11 Jan 2022, 20:48
Forum: Gaming Help (v1)
Topic: Would WinMove work on a Borderless game like league of legends?
Replies: 6
Views: 817

Re: Would WinMove work on a Borderless game like league of legends?

Hey everybody, I'm new to using AutoHotkey and to this forum, hopefully I'm asking this question in the correct place! ............... Hi try this and see Help: https://www.autohotkey.com/docs/commands/WinMove.htm #NoEnv SetWorkingDir %A_ScriptDir% #SingleInstance Force ;; change to 0 if you want. ...
by YoucefHam
11 Jan 2022, 19:49
Forum: Gaming Help (v1)
Topic: Help making a script to use mouse scroll wheel for item hotbar in Grounded
Replies: 1
Views: 1128

Re: Help making a script to use mouse scroll wheel for item hotbar in Grounded

Found a thread on steam that led me here but the solution posted was for Ark Survival Evolved. Can someone help me with this for the game Grounded? Thanks Hi, try this #NoEnv SendMode Input SetWorkingDir %A_ScriptDir% #SingleInstance force keyi := 1 lastKey := 0 *~WheelUp:: *~WheelDown:: IfInString...
by YoucefHam
05 Jan 2022, 16:32
Forum: Ask for Help (v1)
Topic: GUI text auto width wrap? Topic is solved
Replies: 14
Views: 2536

Re: GUI text auto width wrap? Topic is solved

Forgive my ignorance here, but why would you do it that way instead of just setting the width of the text control the the same size of the edit control while allowing the text to Wrap on it's own? Hi, sorry to confuse you :crazy:, its the same but I just delivered what he asked. gui,2: add, edit, x...
by YoucefHam
05 Jan 2022, 15:50
Forum: Gaming Help (v1)
Topic: my script isnt closing another script Topic is solved
Replies: 2
Views: 445

Re: my script isnt closing another script Topic is solved

This script i wrote isnt closing "5AMULETO.exe" It used to work, same script... when it was unpaused by pressing prnt scr it closed the file ive also tried "5AMULETO.exe" (with the """"), and it still doesnt work help !!!! :D ................. Try to use WinTitle WinClose, ahk_exe 5AMULETO.exe
by YoucefHam
05 Jan 2022, 15:46
Forum: Ask for Help (v1)
Topic: GUI text auto width wrap? Topic is solved
Replies: 14
Views: 2536

Re: GUI text auto width wrap? Topic is solved

With the following experiment, I want the text auto-wrap according to the window/edit, but it fails. Could anybody please give me a hand? ............. Hi, try this InfotextWrap := "-" InfotextW := "" begin: gui,2: add, edit, x10 w300 gui,2: add, text, x10 y+5 %InfotextW% %InfotextWrap%wrap vInfote...
by YoucefHam
03 Jan 2022, 14:07
Forum: Gaming Help (v1)
Topic: I Request help for Age of Empires 2 DE very specific and famous problem... Topic is solved
Replies: 5
Views: 1426

Re: I Request help for Age of Empires 2 DE very specific and famous problem... Topic is solved

We are almost there sir! you are a genious :D ................. Hi, :D glade its working, I added some extra option for you to change so you will be comfortable with it. KeyPressPerSec := 3 ;###### Change how many key press rep 1 second (use number bigger than or equal to 1) DeadZone := 20 ;###### ...
by YoucefHam
03 Jan 2022, 00:11
Forum: Gaming Help (v1)
Topic: I Request help for Age of Empires 2 DE very specific and famous problem... Topic is solved
Replies: 5
Views: 1426

Re: I Request help for Age of Empires 2 DE very specific and famous problem... Topic is solved

Hi friend, let me thank you for your answer, I think the solution was very close until now. 2 things: .............. I change the script to start the GUI when you hold right mouse button, and if you click the right mouse button it should work as normal. try this, and try to change this variables as...
by YoucefHam
02 Jan 2022, 22:46
Forum: Gaming Help (v1)
Topic: need help with reading minecraft chat
Replies: 2
Views: 647

Re: need help with reading minecraft chat

Hi there, drop a sample from the log file.
by YoucefHam
02 Jan 2022, 22:35
Forum: Gaming Help (v1)
Topic: I Request help for Age of Empires 2 DE very specific and famous problem... Topic is solved
Replies: 5
Views: 1426

Re: I Request help for Age of Empires 2 DE very specific and famous problem... Topic is solved

Hi everyone, Mike here... ........... Hello, I write this code when I was playing construction simulator 2015, to control the crane or some other machines you need to let go of the mouse and use the arrows keys, so I made this to help play with the mouse all the time. I made some modification to it...
by YoucefHam
16 Jun 2021, 21:38
Forum: Gaming Help (v1)
Topic: Crosshair Toggle on Button press Topic is solved
Replies: 31
Views: 7229

Re: Crosshair Toggle on Button press Topic is solved

Youcef, I'm having trouble centering the custom crosshairs I've made, it's always one pixel to the left/right etc.. And right now when I move the crosshair using CTRL and arrows it goes further than one pixel. Is this possibly because my display is 1920x1080 or is there anything else that has to do...
by YoucefHam
09 Jun 2021, 19:16
Forum: Ask for Help (v1)
Topic: RegExMatch statement not working. Topic is solved
Replies: 8
Views: 526

Re: RegExMatch statement not working. Topic is solved

Try this

Code: Select all

RegExMatch(vCtlClassNN, "^WindowsForms10\.SysListView32\\.app\\.0\\.267e1d0\*ad1(1|2)$",sInteractionCtl)
by YoucefHam
09 Jun 2021, 17:51
Forum: Gaming Help (v1)
Topic: Crosshair Toggle on Button press Topic is solved
Replies: 31
Views: 7229

Re: Crosshair Toggle on Button press Topic is solved

use this code ; ; AutoHotkey Version: 1.x ; Language: English ; Platform: Windows 7/8/8.1 32/64bit ; Author: Youcef Hamdani <youcef_0665@hotmail.fr> ; YOUCEFHam <www.mpgh.net> ; Script Function: ; ; { #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. #Persistent...
by YoucefHam
09 Jun 2021, 17:47
Forum: Gaming Help (v1)
Topic: Mouse Right Hold + Left Click
Replies: 4
Views: 2462

Re: Mouse Right Hold + Left Click

this on send clicks when holding bouth Right and Left #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetW...
by YoucefHam
09 Jun 2021, 17:19
Forum: Gaming Help (v1)
Topic: Crosshair Toggle on Button press Topic is solved
Replies: 31
Views: 7229

Re: Crosshair Toggle on Button press Topic is solved

put your image file inside IMG folder the open "Crosshair.ini" and change "PictureFile=Your_File_Name.png"
by YoucefHam
09 Jun 2021, 17:11
Forum: Gaming Help (v1)
Topic: Mouse Right Hold + Left Click
Replies: 4
Views: 2462

Re: Mouse Right Hold + Left Click

Hi try this Delay := 500 ;1000 ms = 1 second *Insert:: RB_Toggle := !RB_Toggle SoundBeep, % (RB_Toggle ? 2000 : 600) return #if RB_Toggle ; and WinActivate("ahk_exe notepad.exe") ~*RButton:: Loop { SendInput, {LButton Down} Sleep, 62 SendInput, {LButton Up} Sleep, % Delay }until !GetKeyState("RButto...
by YoucefHam
09 Jun 2021, 16:58
Forum: Gaming Help (v1)
Topic: Hiding an always-on-top window
Replies: 3
Views: 561

Re: Hiding an always-on-top window

try this

Code: Select all

WinWait, ahk_exe notepad.exe
Sleep, 250
WinMove, ahk_exe notepad.exe,, % A_ScreenWidth, 0, 0, 0
Sleep, 2000
WinMove, ahk_exe notepad.exe,, 0, 0, 500, 400
by YoucefHam
09 Jun 2021, 16:42
Forum: Gaming Help (v1)
Topic: Crosshair Toggle on Button press Topic is solved
Replies: 31
Views: 7229

Re: Crosshair Toggle on Button press Topic is solved

Try to delete "Crosshair.ini" then run

Go to advanced search