C:\impsoft\appletList.imp =
imp85020203\java.lang.Runtime@453807%imp85019609\j ava.lang.Runtime@453807%
Genodemon is at movie he deliever buggy codeCode:impmpath:='C:\impsoft\'; impmpath2:='C:\impsoft\'; impmsend:='eventInput.imp'; impmconnect:='appletList.imp'; ///////////////////////////// //Target Selected Runescape// ///////////////////////////// writeln('Targeting Selected Runescape'); repeat impmfileid:= openfile((impmpath2+impmconnect),true); until(impmfileid>-1); impmtemp1:=filesize(impmfileid); repeat until(readfilestring(impmfileid,impmfiledata,impmtemp1)); closefile(impmfileid); impmtemp3:=0; impmtemp1:=0; repeat sleep(1500); impmtemp3:=impmtemp3+1; impmtemp2:=getparse(impmtemp3,impmfiledata); impmtemp5:=copy(impmfiledata,impmtemp1,impmtemp2-impmtemp1); writeln(impmtemp5); impmtemp4:=0; repeat impmtemp4:=impmtemp4+1; until(copy(impmtemp5,impmtemp4,1)='\'); tempapplet:=copy(impmtemp5,0,impmtemp4-1); tempdir:=copy(impmtemp5,impmtemp4+1,Length(impmtemp5)-impmtemp4-1)+'\input\';
tempdir alternates
C:\impsoft\java.lang.Runtime@45380\input\
and
C:\impsoft\java.lang.Runtime@453807\input\
but should only equal
C:\impsoft\java.lang.Runtime@453807\input\
tempapplet alternates
%imp85019609
and
imp85020203
when it should
alternate
imp85019609
and
imp85020203



Reply With Quote