Search found 85 matches

by bittencourt318
30 Dec 2023, 11:11
Forum: Gaming Help (v1)
Topic: help Letters to Numbers
Replies: 1
Views: 292

help Letters to Numbers

Can anyone help me create a script to swap letters for numbers when Scroll Lock is active! e.g. when the scroll lock is linked to the letters Q, W, E, A, S, D, Z, X, C, turn the numeric keypad to play games
by bittencourt318
28 Jan 2023, 09:34
Forum: Ask for Help (v1)
Topic: ControlSend + imagesearch
Replies: 1
Views: 196

ControlSend + imagesearch

has any way ControlSend works with the screen minimized next to an imagesearch? ControlSend works alone but next to imagesearch would not have any way to solve this? EX: loop { ImageSearch, X, Y, A_ScreenWidth - 368, 0, A_ScreenWidth, A_ScreenHeight + 470, %image% if ErrorLevel = 0 { ControlSend, , ...
by bittencourt318
01 Jan 2023, 19:57
Forum: Ask for Help (v1)
Topic: pause all
Replies: 1
Views: 204

pause all

do you have any way to pause more than one script with the same key? to pause all at the same time?
i've already tried to do the traditional way but it doesn't work just pause the first
by bittencourt318
07 Oct 2022, 10:37
Forum: Ask for Help (v1)
Topic: win7 for win10
Replies: 3
Views: 325

Re: win7 for win10

erro.png
erro.png (7.6 KiB) Viewed 299 times
by bittencourt318
07 Oct 2022, 09:11
Forum: Ask for Help (v1)
Topic: win7 for win10
Replies: 3
Views: 325

win7 for win10

good morning folks! i need a help my code was working perfectly in win 7 when i went pro win10 it's giving error delay so i find pixel and stop responding #Warn #NoEnv #SingleInstance Force #MaxHotkeysPerInterval 99000000 #HotkeyInterval 99000000 #KeyHistory 0 CoordMode, Pixel, Screen CoordMode, Mou...
by bittencourt318
19 Sep 2022, 18:15
Forum: Ask for Help (v1)
Topic: start code go from on/off key
Replies: 1
Views: 223

start code go from on/off key

how could I do to rotate a looped code by pressing a hotkey and when I squeeze it again it will stop
by bittencourt318
07 Sep 2022, 11:18
Forum: Ask for Help (v1)
Topic: help in hotkey coming from the gui
Replies: 1
Views: 240

help in hotkey coming from the gui

good afternoon people someone can help me as i can for a variable to trigger a script I'll leave an example more less as i wanted but I can not make it work needed it to start as soon as I pressed the key but that key is a variation that comes from the gui hotkey #NoEnv #SingleInstance Force #MaxThr...
by bittencourt318
22 Aug 2022, 01:45
Forum: Ask for Help (v1)
Topic: save coordinate to ini file
Replies: 1
Views: 411

save coordinate to ini file

I got this code from another post could someone tell me how I could make it save the screen coordinates in a .ini file ; First press only RButton and define the area. ; Whenever the LButton is pressed additionally, the area can be moved. ; When RButton is released, the coordinates are displayed. Mbu...
by bittencourt318
19 Aug 2022, 18:17
Forum: Ask for Help (v1)
Topic: Doubt combobox
Replies: 2
Views: 324

Doubt combobox

would you have a mode of by images in place of combobox text?
by bittencourt318
10 Jul 2022, 11:01
Forum: Ask for Help (v1)
Topic: beep ... will only work if it is marked the checkbox!
Replies: 4
Views: 725

Re: help me?

boiler wrote:
10 Jul 2022, 10:56
Are you sure whatever you put in for XXXXXXXX is a valid window title and it exists when you want it to beep?
kkkk was that I forgot to por! thank you very much again!
:monkeysee: :lol: :thumbup:
by bittencourt318
10 Jul 2022, 10:51
Forum: Ask for Help (v1)
Topic: beep ... will only work if it is marked the checkbox!
Replies: 4
Views: 725

Re: help me?

Since you haven’t shown the rest of your script, I can only assume BipLoot contains the value of the checkbox. Are you asking why it only beeps when it’s checked? this script has many lines so i didn't put all i'll explain it the script is looking for a color in a certain area of the screen as soon...
by bittencourt318
10 Jul 2022, 10:37
Forum: Ask for Help (v1)
Topic: beep ... will only work if it is marked the checkbox!
Replies: 4
Views: 725

beep ... will only work if it is marked the checkbox!

people need a help need to put this beep at the end of this script but it will only work if it is marked the checkbox! tried a few ways but the script works but the beep could not someone help me? Play: loop , 3 { PixelSearch, FoundX, FoundY, 182, 684, 986, 700, 0x00B4F0, 30, Fast if (ErrorLevel = 0...
by bittencourt318
17 May 2022, 14:17
Forum: Ask for Help (v1)
Topic: gdip_imagesearch
Replies: 2
Views: 326

gdip_imagesearch

someone could help me! i have not found much on this subject, could someone tell me what it is for and where to apply it? i saw some people saying it wasn't working on win 64 and i was curious
by bittencourt318
16 Mar 2022, 14:06
Forum: Ask for Help (v1)
Topic: help in Progress
Replies: 0
Views: 241

help in Progress

could someone help me understand the Progress? as I would for him to read these codes and show on the bar I did this example to be able to understand thank you right now because it is the most like my script in a reduced version #NoEnv #SingleInstance Force #MaxHotkeysPerInterval 99000000 #HotkeyInt...
by bittencourt318
09 Mar 2022, 21:04
Forum: Ask for Help (v1)
Topic: help in a variable for various labels
Replies: 3
Views: 419

Re: help in a variable for various labels

These are just regular subroutine labels, so the exercise seems pointless. What is the end goal? Why would so many different labels be needed for the same routine? Why would the subroutines do nothing? was the way I found not to give error because the script has 32 lines if I use for example 10 lin...
by bittencourt318
09 Mar 2022, 20:33
Forum: Ask for Help (v1)
Topic: bug in script "label does not exist"
Replies: 9
Views: 927

Re: bug in script "label does not exist"

I don’t understand what you are saying in your last two posts, and I don’t know if you’re saying you are still having problems or if it’s solved. If you still have problems, you should post your whole script because we are guessing at what the issue might be. I managed to solve the problem was not ...
by bittencourt318
09 Mar 2022, 19:56
Forum: Ask for Help (v1)
Topic: help in a variable for various labels
Replies: 3
Views: 419

help in a variable for various labels

how can I do to use a variable to be able to decrease the size of the script already tried to use abc := ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33"] but i...
by bittencourt318
09 Mar 2022, 12:26
Forum: Ask for Help (v1)
Topic: bug in script "label does not exist"
Replies: 9
Views: 927

Re: bug in script "label does not exist"

It looks like you have a variable name associated with the ComboBox named Atacar4, so Gosub, %Atacar4% would make sense, but you would have to have retrieved the selection from a combo box. Assuming you did that and that you have subroutines named sempre_atacar, atacar_3, atacar_4, iguinorar, dar_u...
by bittencourt318
09 Mar 2022, 11:18
Forum: Ask for Help (v1)
Topic: bug in script "label does not exist"
Replies: 9
Views: 927

Re: bug in script "label does not exist"

It looks like you have a variable name associated with the ComboBox named Atacar4, so Gosub, %Atacar4% would make sense, but you would have to have retrieved the selection from a combo box. Assuming you did that and that you have subroutines named sempre_atacar, atacar_3, atacar_4, iguinorar, dar_u...
by bittencourt318
09 Mar 2022, 10:55
Forum: Ask for Help (v1)
Topic: bug in script "label does not exist"
Replies: 9
Views: 927

Re: bug in script "label does not exist"

RussF wrote:
09 Mar 2022, 10:54
Try:

Code: Select all

Gosub, atacara
Without the surrounding %'s.

Russ
I sent the old photo then I changed everything to this q is

Go to advanced search