Results 1 to 2 of 2

Thread: my first script

  1. #1
    Join Date
    Jul 2006
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default my first script

    its a script that will thief Anything


    Code:
    program AnythingThief;
    {.include squig.txt}
    
    ////////////////////////////////////////////////////
    // THEIF ANYTHING BY Timtag1190 //
    // //
    // //
    ////////////////////////////////////////////////////
    //Setup: //
    //?Need scar 2.0 or higher (i think) //
    //?High Details, V-Bright //
    //?The item you want to thief must be visable //
    //.no items in inventory or they will be dropped //
    ////////////////////////////////////////////////////
    //.this script will auto-thief antyhing //
    //.make sure the item/npc is visable //
    //.enter color's and thief //
    ////////////////////////////////////////////////////
    
    
    
    
    
    
    
    var a,x,y:integer;
    
    const
    victim=6577721; //the color of your victim/ is thiefing cake stall try the color of the pie's
    waittime=1000; //time to wait between clicking the victim
    
    
    procedure click;
    begin
    clickhuman(x,y,true);
    wait(1000)
    end;
    
    
    procedure thief;
    begin
    findrandoms
    if
    (findcolorspiraltolerance(x,y,victim,1,1,550,356,12))
    then
    wait(waittime)click;
    if(findcolorspiraltolerance(x,y,victim,1,1,550,356,12))
    =false then
    Wait(400)
    if(findcolorspiraltolerance(x,y,victim,1,1,550,356,12))
    =true then thief
    findrandoms;
    end;
    
    procedure checkup;
    begin
    dropall
    findrandoms;
    end;
    
    
    begin;
    SetupSquig;
    repeat
    thief
    a:=a+1;
    until(a>=1)
    repeat
    checkup
    until(false)
    end.

  2. #2
    Join Date
    Mar 2006
    Location
    Rural New Zealand
    Posts
    688
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    wooo nice for seed theifing
    Come Add A Few Hits To My Site
    Cakemix lives on

Thread Information

Users Browsing this Thread

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

Posting Permissions

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