um why

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

um why
  1. Unread #1 - Nov 13, 2007 at 2:23 PM
  2. arenademon
    Referrals:
    0

    arenademon Guest

    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?
     
  3. Unread #2 - Nov 13, 2007 at 2:57 PM
  4. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    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? >

Users viewing this thread
1 guest


 
 
Adblock breaks this site