One of my first few WORKING script.
Code:Version: Beta ---------------------- Setup: *Start near fishing spot *Make sure net is in 1st Slot. ------------------------------- Theres alot of bugs No antirandoms added yet =( ----------------------------- Adding: Antirandoms Faster autoing And much more.Code:{ o-o o--o o o o o | \ | | |\ | | | | O o-o o o o-o o-o o-o O--o o-o o o oo-o o-o | \ | o-o -o- -o- o-o o-o | / | | | | | | | | | | | \ / \ / |-' | | \| |-' | | |-' | o-o o o--O o o o-o o o o-o o o o-o o o o o-o o o o-o o | || Made by: Sean o--o || Help From : BucklyInDaHouse + The Scar Noob. } program DrynorPowerNetter; {.include SRL/SRL.scar} {.include SRL/SRL/skill/Fishing.scar} // Finds the fishing area procedure Fish; begin repeat SetUpSRL; if (FindColorSpiral(x,y,15198954,500,700,700,500)) then MMouse(x,y,2,2); wait(100+random(50)); if IsUpTextMulti('Fish','ish','Net') then wait(2000+random(400)); Mouse(x,y,2,2,true); until(InvFull); end; // Droping part procedure Drop; begin DropTo(2,28); end; begin repeat Fish; Drop; until(false); end.


Reply With Quote










Marzey

HORIBLE CANT EVEN USE AT ALL
