Adblock breaks this site

um why

Discussion in 'Scar/Simba Help' started by arenademon, Nov 13, 2007.

  1. arenademon

    arenademon Guest

    Referrals:
    0
    um why

    Code:
    program New;//by :
    (*      _____
           /     \
          /   _   \
         /   /_\   \ ____   _____  ____   ____
         |         |/    \ /  _  \/    \|/__   \
         |         |  |\__\   ___|      | __\  |
         |    |    |  |   |  |___|  /\  |/ _   |
         |____|____|__|    \_____|__||__|\___/\_\
    
               /|         |\                /|   /|
              / |  _____  | \              / |/|/ |
              \ |_|     \_| /             /__   __|
               \__|      \_/                / /                 /\
                  |  |\   \ _____  ___  ___/ /_____   ____     /  \
                  |  | }   }  _  \/   \/   \//     \ /    \   /_  _\
                  |  |/   /   ___|          |   |   |      |    \ \
                  |      /|  |___|   |\/|   |   |   |  /\  |____/ /
                  |_____/  \_____|___| /|___|\_____/|_ ||__|_____/
                                      / /
                                     /_/                                    *)
    var
    z, x, y: Integer;
    const
    Monster=7672063;{Your monster number there.....}
    Procedure Load;
    begin
    findwindowtitlepart('soldierfront',true);
    activateclient;
    wait(1000);
    end;
    Procedure Mage;
    begin
    repeat
    if(FindColorSpiral(x, y, Monster, 13, 61, 630, 332))then
    begin
    keydown(112);
    wait(20)
    keyup(112);
    clickmouse(x, y, true)
    wait(1000)
    end;
    until(false)
    end;
    begin
    Load;
    repeat
    Mage;
    until(z=100000)
    end.
    
    tried to mod script for diffrent game script runs but it doesnt do any thing in game trying to make it so it autlocks on target yes game as colour modles so 1 colour for body

    any 1 know why it wont work?
     
  2. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    um why

    Add waits inside your loops. You don't need the loop in your main loop because you already have an infinate loop in your Mage procedure.
     
< Sorry For Nooby Question | why does scar say this when i try to run sumillions rimmington miner? >


 
 
Adblock breaks this site