Search found 48 matches

by 3rne5t0
14 Nov 2023, 02:30
Forum: Scripts and Functions (v1)
Topic: CvJoyInterface - A new, class based vJoy library
Replies: 22
Views: 27392

Re: CvJoyInterface - A new, class based vJoy library

i used this. tryed everything still library not found;(
by 3rne5t0
27 Oct 2023, 02:29
Forum: Ask for Help (v2)
Topic: reWASD Help
Replies: 0
Views: 267

reWASD Help

Hello, I'm looking for a method to send mouse events to reWASD in a way that it registers them as physical mouse inputs, which can then be converted to joystick inputs. Any suggestions or guidance would be greatly appreciated. Thanks!
by 3rne5t0
21 May 2022, 06:37
Forum: Gaming Help (v1)
Topic: Mouse Around
Replies: 5
Views: 434

Re: Mouse Around

Code: Select all

~Space::
While, GetKeyState("Space","P") {
MouseGetPos, MousePOSX, MousePOSY
ImageSearch, X, Y, MousePOSX - 300, MousePOSY - 300, MousePOSX + 300, MousePOSY + 300, *20 Healthbar.bmp
If (ErrorLevel == 0) {
	xa := x+80
    ya := y+180
	MouseMove, %xa%, %ya%
}
}
Return
This seems to work
by 3rne5t0
21 May 2022, 05:27
Forum: Gaming Help (v1)
Topic: Mouse Around
Replies: 5
Views: 434

Mouse Around

Got this little Code to search around Mouse position. Atm its not working did i anything wrong? ~Space:: While, GetKeyState("Space","P") { MouseGetPos, MousePOSX, MousePOSY ImageSearch, X, Y, %MousePOSX%-=300, %MousePOSY%-=300, %MousePOSX%+=300, %MousePOSY%+=300, *20 Healthbar.bmp If (ErrorLevel == ...
by 3rne5t0
01 May 2022, 02:30
Forum: Gaming Help (v1)
Topic: Macro question
Replies: 1
Views: 258

Macro question

1:: While, GetKeyState("1","P") { ImageSearch, X, Y, 27, 23, 115, 44, *20 Merc2.bmp If (ErrorLevel == 0) { Send, {Shift Down} sleep, 120 click, left sleep, 120 Send, {Shift Up} } else if (ErrorLevel ==1) { send, 1 } sleep, 500 } Return Well the send 1 command not working because i block whit script...
by 3rne5t0
22 Apr 2022, 08:01
Forum: Gaming Help (v1)
Topic: Image Search Prio
Replies: 13
Views: 777

Re: Image Search Prio

dunno where to add that:D
by 3rne5t0
22 Apr 2022, 08:01
Forum: Gaming Help (v1)
Topic: Image Search Prio
Replies: 13
Views: 777

Re: Image Search Prio

i need *20 to add this variable at the image search to have abit of a varianz while search
by 3rne5t0
22 Apr 2022, 07:14
Forum: Gaming Help (v1)
Topic: Image Search Prio
Replies: 13
Views: 777

Re: Image Search Prio

Well it works whit the Image in the Folder bud not whit ingame
by 3rne5t0
22 Apr 2022, 06:54
Forum: Gaming Help (v1)
Topic: Image Search Prio
Replies: 13
Views: 777

Re: Image Search Prio

When i open your code it makes a peep and close itself;D ~Space:: While, GetKeyState("Space","P") { ImageSearch, X, Y, 1050, 325, 1525, 645, *20 Healthbar.bmp If (ErrorLevel == 0) { xa := x+80 ya := y+180 MouseMove, %xa%, %ya% sleep, 20 send, w sleep, 20 send, e sleep, 20 send, q } else if (ErrorLev...
by 3rne5t0
22 Apr 2022, 00:58
Forum: Gaming Help (v1)
Topic: Image Search Prio
Replies: 13
Views: 777

Re: Image Search Prio

Honestly i tryied to bind it in my script bud i have no idea how it shoud work. It looks like if im running it wrong also the exit app in the code always forces to close the app:D. Also you shoud know im not a programmer at all so im still learning and i may dont see something obvisious stuff. How w...
by 3rne5t0
21 Apr 2022, 07:26
Forum: Gaming Help (v1)
Topic: Image Search Prio
Replies: 13
Views: 777

Re: Image Search Prio

any chance you can make an example whit 2 images on my variant?:D
by 3rne5t0
21 Apr 2022, 06:06
Forum: Gaming Help (v1)
Topic: Image Search Prio
Replies: 13
Views: 777

Re: Image Search Prio

i mean if i have 5 images found it shoud always prio whats closer to the middle of the screen
by 3rne5t0
21 Apr 2022, 03:26
Forum: Gaming Help (v1)
Topic: Combo Stops Working
Replies: 4
Views: 334

Re: Combo Stops Working

thy btw
by 3rne5t0
21 Apr 2022, 02:11
Forum: Gaming Help (v1)
Topic: Image Search Prio
Replies: 13
Views: 777

Image Search Prio

ImageSearch, X, Y, 746, 148, 1802, 1205, *20 Healthbar.bmp if !ErrorLevel { xa := x+80 ya := y+180 MouseMove, %xa%, %ya% } i got this little code fired i need a possibility to always prio whats closer to the middle of the screen, also is there a possibility to search an circular area for images fro...
by 3rne5t0
18 Apr 2022, 03:50
Forum: Gaming Help (v1)
Topic: Combo Stops Working
Replies: 4
Views: 334

Re: Combo Stops Working

Cool thy it works. Other question is there also a possibility to pause it while presseing q then relaunch after release?
by 3rne5t0
18 Apr 2022, 03:36
Forum: Gaming Help (v1)
Topic: Combo Stops Working
Replies: 4
Views: 334

Combo Stops Working

#IfWinActive ahk_exe League of Legends.exe SetBatchLines, -1 ~Space:: { send, ' click, right sleep 10 send, ' } return i have this little Script going on, my problem is when i hold down spacebar and press q or 1 then let go q or 1 the script stops working still unless i release spacebar and press a...
by 3rne5t0
31 Jan 2021, 08:41
Forum: Gaming Help (v1)
Topic: Wanna Block Input
Replies: 2
Views: 191

Re: Wanna Block Input

well that was not the question :thumbdown:
by 3rne5t0
31 Jan 2021, 06:06
Forum: Gaming Help (v1)
Topic: Wanna Block Input
Replies: 2
Views: 191

Wanna Block Input

I want to Run this code while Pressing Space thats Working. Bud i want during i Press Space there is Space Not pressed, so if i have Space on Jump ingame as long as i run the script and i press jump ingame it shoud not perform a jump even its binded on that. Like register i Press Space bud not sen a...
by 3rne5t0
18 Sep 2018, 14:03
Forum: Ask for Help (v1)
Topic: Best way to do
Replies: 2
Views: 655

Re: Best way to do

i want that if i start b a is shoud down so i can also toggle bettween toggle and toggle1
by 3rne5t0
18 Sep 2018, 06:10
Forum: Ask for Help (v1)
Topic: Best way to do
Replies: 2
Views: 655

Best way to do

whats the best way 2 do this i want to change the loop if im in Space loop and press t it cuts space and trues t, also the other way around. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendM...

Go to advanced search