Results 1 to 2 of 2

Thread: need scar help

  1. #1
    Join Date
    Feb 2006
    Posts
    411
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default need scar help

    C:\impsoft\appletList.imp =
    imp85020203\java.lang.Runtime@453807%imp85019609\j ava.lang.Runtime@453807%

    Code:
    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\';
    Genodemon is at movie he deliever buggy code

    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
    www.rscheata.net
    Home of iBot on neXus: a multi-client, minimizable, Hyrid, Color, Reflection, scriptable, multi-threaded Java Bot.

  2. #2
    Join Date
    Feb 2006
    Posts
    111
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i got home no1 needs this anymore

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 15
    Last Post: 09-22-2008, 12:32 PM
  2. SCAR Divi 3.01 DONT associate .scar files!!!
    By chimpy in forum News and General
    Replies: 1
    Last Post: 04-21-2007, 08:49 PM
  3. Replies: 28
    Last Post: 06-22-2006, 04:27 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •