Hey everyone,
I'm working on an Auto Stun script, and was wondering how I can press F7 and, if possible, numlock 5.. (I specifically need F7, not Gametab(7))
If you could help with either of these, please do so in a post.
Thanks in advance![]()
Hey everyone,
I'm working on an Auto Stun script, and was wondering how I can press F7 and, if possible, numlock 5.. (I specifically need F7, not Gametab(7))
If you could help with either of these, please do so in a post.
Thanks in advance![]()
I don't think that's possible to push down F7 and not open up the 7th tab, considering they key is mapped to that tab.
You can find a list of key codes here, that you can then use with KeyDown, KeyUp, and the like.
:-)
all i know is u can do:
thats if u press the F7 key ur self so you could use it like:SCAR Code:IsFKeyDown(7);
SCAR Code:repeat
if (FindColorTolerance(x, y, yellowdot, 1, 1, 571, 358, 5)) Then
begin
Mouse(x,y,2,2,true);
wait(1000+random(500));
end else
begin
GameTab(7);
wait(500);
end;
until (IsFKeyDown(7));
and that would end the repeat loop
i dont think i hav awnsered ur qustion but it must be a function like tht
PLM'S Rimmington Yew Cutter And Banker,Worked: 4hour 54min
There are currently 1 users browsing this thread. (0 members and 1 guests)