its a script that will thief Anything
Code:program AnythingThief; {.include squig.txt} //////////////////////////////////////////////////// // THEIF ANYTHING BY Timtag1190 // // // // // //////////////////////////////////////////////////// //Setup: // //?Need scar 2.0 or higher (i think) // //?High Details, V-Bright // //?The item you want to thief must be visable // //.no items in inventory or they will be dropped // //////////////////////////////////////////////////// //.this script will auto-thief antyhing // //.make sure the item/npc is visable // //.enter color's and thief // //////////////////////////////////////////////////// var a,x,y:integer; const victim=6577721; //the color of your victim/ is thiefing cake stall try the color of the pie's waittime=1000; //time to wait between clicking the victim procedure click; begin clickhuman(x,y,true); wait(1000) end; procedure thief; begin findrandoms if (findcolorspiraltolerance(x,y,victim,1,1,550,356,12)) then wait(waittime)click; if(findcolorspiraltolerance(x,y,victim,1,1,550,356,12)) =false then Wait(400) if(findcolorspiraltolerance(x,y,victim,1,1,550,356,12)) =true then thief findrandoms; end; procedure checkup; begin dropall findrandoms; end; begin; SetupSquig; repeat thief a:=a+1; until(a>=1) repeat checkup until(false) end.


Reply With Quote


