Yeah im working on a script that im posting for the public,
So far i got this.
The Error: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 Fis; begin repeat if (FindColorSpiral(x,y,15198954,500,700,700,500)) then wait(100+random(50)); if IsUpText('Fish') then Mouse(x,y,2,2,true); until(InvFull); end; // Droping part procedure Drop; begin DropTo(2,28); end; begin repeat Fis; Drop; until(false); end.
I think its theCode:[Runtime Error] : Exception: Access violation at address 0065478C in module 'scar.exe'. Read of address 00000000 in line 196 in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\Text.scar
I tried usingCode:if IsUpText('Fish') then
But it just gave me the same error.Code:if IsUpTextMulti('Fish','Net','ish') then
+rep to anyone that can help.


Reply With Quote

