Adblock breaks this site

Hello all, Particles(Flash Game)

Discussion in 'Outdated RS Scripts' started by Tubutas, Dec 3, 2007.

  1. Tubutas

    Tubutas Guest

    Referrals:
    0
    Hello all, Particles(Flash Game)

    Hi, in case you don't know me(which you probably don't because I just joined), my name is Tubutas, :D. I originally had joined kaitneiks 2 years ago, right before it closed, by then i had learned how to use scar pretty decently. Recently I've joined kongregate(flash game site with badges--http://kongregate.com), and i was stuck on this one tough game particles. I booted up scar and made a proggie for it :).
    -Phew-

    Now that you have my life story, heres the code
    Code:
    //http://www.kongregate.com/games/Ragdollsoft/particles
    program New;
    var
    x,y:integer;
    procedure aviod;
    begin;
    repeat
    if findcolor(x,y,2434498,0,404,59,449)then
       clickmouse(449,449,true);
    if findcolor(x,y,2434498,0,404,59,449)=false then
       clickmouse(0,449,true);
    until(findcolor(x,y,2434498,0,0,124,111)=false)
    clickmouse(0,0,true)
    end;
    
    //MAIN
    
    begin
    clickmouse(0,0,true)
    repeat
    if findcolor(x,y,2434498,0,0,124,111) then
       aviod;
    until(false)
    end.
     
  2. kill3r272

    kill3r272 Guest

    Referrals:
    0
    Hello all, Particles(Flash Game)

    heres the fixed version

    Code:
    //http://www.kongregate.com/games/Ragdollsoft/particles
    var
    x,y:integer;
    procedure aviod;
    begin;
     if findcolor(x,y,2434498,0,404,59,449)then
      clickmouse(x,y,true);
       if findcolor(x,y,2434498,0,404,59,449)=false then
      clickmouse(x,y,true);
    end;
    
    begin
    repeat
      aviod;
     until(false)
    end.
    
     
  3. ~PURESKILLA~

    ~PURESKILLA~ Guest

    Referrals:
    0
    Hello all, Particles(Flash Game)

    Nice Nice I Like 2nd Posttt! Leechers Ftw Lol Jk
     
< Bank bone burger(burrier) | Sp0rk-eh's Mage Arena Enchanter (M.A.E.) >


 
 
Adblock breaks this site