what is the script to tell it to click on a certain word(s)? i need to know!![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
what is the script to tell it to click on a certain word(s)? i need to know!![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
what exactly do you mean?? like UpText or what?
I mean like how do i tell it to click on "Play runescape (Existing user)" K?
oh ok thats better. so are you trying to make an account creator? if so then i made one and you can look at it if you want, just say so. well i used bitmaps. or you could use dtms. i dnno, is there any other way guys?
well i am not using for runescape but i just need to use words k? i hate bitmaps...
then use DTMs......or stop hating BitMaps. do you even know how to use BitMaps? is that why you hate them lol
i know how to use but they are REALLY ANNOYING... but i guess i could use... idk i still wanna know my initial question!
well if you know how to use bitmaps or dtms really good then they arent really that annoying. only problems with bmps are if you have a crap computer, they will cause you to lag. and just look in the SRL manual for a procedure that does this
hey guys how do i make it click on a bmp?
here can you just give me a script that i would put in da bitmap and i could just use? thinkin of r.e.p.++
hey i remember making a script to click bmp's once...
SCAR Code:program BitmapTester;
var
testbmp,x,y,xmax,ymax:integer;
Procedure loadbmps;
begin
testbmp:= BitmapFromString(38, 42, 'z78DAEDD8B10D00200800C1959882' +
'FD4732B1B2B41109B95F00AF81C4CCC9C52E19191919191919191' +
'9191919191919191FCC3AAB79438D312E6264EC6F9CB1737EE926' +
'ED34F7919191919191919191919191B1C32FC48C16B32B01CB');
end;
Procedure getres;
begin
xmax:=GetSelf.ClientWidth;
ymax:=GetSelf.ClientHeight;
end;
begin
loadbmps; //load the bitmaps
getres; //get the client's resolution
FindBitmapToleranceIn(testbmp,x,y,0,0,xmax,ymax,5); //find the bitmap
clickmouse(x,y,true); //click the bitmap
cleardebug; //clear the debug
writeln(inttostr(x)+':'+inttostr(y)); //display the coords that the
end. //end //bitmap was found at
Interested in C# and Electrical Engineering? This might interest you.
There are currently 1 users browsing this thread. (0 members and 1 guests)