PDA

View Full Version : SCAR script (dont move this form)


dreygoth
02-04-2008, 05:47 PM
hi im makeing a scar script and may i say nice tuts. i wont to make a auto miner and bank droper anyways. i will send all scripters the post and ask how the script could be better what can be detected and stuff so if you wil help me script post your user here thanks

also add link to tuts about

not being detected

all the way to move you runescapr caricter

randome events

auto reponse (when someone says hi you would say something back like "hi no time to talk bissy sorry"

thanks more to be added

dreygoth
02-05-2008, 07:54 PM
program New;

prociger walk from varock to minering pit


FindDTM(DTM, x,y, x1, y1, x2, y2) // Finds A DTM in the Specified params. records Position at the vars you specify.

FindDtmIn(var FX, FY: Integer; DTM, X1, Y1, X2, Y2: Integer) // Basically Same thing as above.

//To Click A DTM just say something like

If(FindDTMIn(x,y,(DTM Name Here),X1, Y1, X2, Y2)) then
begin
Mouse(x,y,0,0,true);
end;










DTM := DTMFromString('78DA63CC6662600861400195E579609A11C A6' +
'7AC00AA3123A0A60FA8C606B71A305E0254638B5B0D509601 0085' +
'AA08A4');


DTM := DTMFromString('78DA632C6462600861400195E579609A11C A6' +
'75C0654134640CD4EA09A3C54356169A67035200C008AB106 A3');


DTM := DTMFromString('78DA632C64626008664001D169A6609A11C A6' +
'76C01AAC945551386AEA607A8A619554D65791E5C0D18CF07 AAE9' +
'42551398600B57C304A26702C9A9B8ED62066200BE010A5A' );
DTM := DTMFromString('78DA632C66626008674001A9A54E609A11C A6' +
'7AC03AA494555939CEF85AAA619A8A603554D5B4B0D5C0D18 D703' +
'D54C4555938964171388EE0092B3719BC30CA2DB806AE6E25 6C30' +
'2C400D5E40E1F');
DTM := DTMFromString('78DA632C656260086740016D2D35609A11C A6' +
'7AC05AAC921A0A60DA8A60CB71A306E04AAE94655935FE400 57C3' +
'04A20B81E41C5435D9F9C67035CC400C0065230BA5');
DTM := DTMFromString('78DA632C64626008674001193986609A11C A6' +
'7CC03AA894653936180A206009551039F');



prociger mine;

wait (3000)=secs


prociger walk back;

begin




end.