m34tcode
03-12-2012, 05:15 PM
I am writing a utility that allows you to pick colors and test them through smart, but if the form is up, it seems to keep the script paused.
The only solution i can think of is to close the form after picking your colors, test them, reopen the form, change your colors, and close it again so you can see the colors being found in Runescape.
The problem: Smart is not allowing me to detect whether real keys are down, so i cant set a hot key to reopen the form.
I tried using the 'IsRealKeyDown function from ObjectDTM but I do not have the FindAndSetTarget function. I have updated srl/simba but I don't have the function. Anyone else have this function, or a different solution?
To better explain the functionality of my script, ill re-explain with how you would use it.
1) You run the script, and the form pops up.
2) you enter a few colors into the form.
3) You close the form, and the script will search the RS screen for the colors you entered.
4) every pixel matching the colors and tolerance will be painted in RuneScape.
EDIT: just noticed I was a registered user. I remember the rules for becoming a junior mem changed, but i think i already met those conditions. Hmm
The only solution i can think of is to close the form after picking your colors, test them, reopen the form, change your colors, and close it again so you can see the colors being found in Runescape.
The problem: Smart is not allowing me to detect whether real keys are down, so i cant set a hot key to reopen the form.
I tried using the 'IsRealKeyDown function from ObjectDTM but I do not have the FindAndSetTarget function. I have updated srl/simba but I don't have the function. Anyone else have this function, or a different solution?
To better explain the functionality of my script, ill re-explain with how you would use it.
1) You run the script, and the form pops up.
2) you enter a few colors into the form.
3) You close the form, and the script will search the RS screen for the colors you entered.
4) every pixel matching the colors and tolerance will be painted in RuneScape.
EDIT: just noticed I was a registered user. I remember the rules for becoming a junior mem changed, but i think i already met those conditions. Hmm