Endless Zombie Rampage 2

Discussion in 'Archives' started by tvirusx1, May 6, 2009.

Endless Zombie Rampage 2
  1. Unread #1 - May 6, 2009 at 3:25 PM
  2. tvirusx1
    Joined:
    May 6, 2009
    Posts:
    14
    Referrals:
    0
    Sythe Gold:
    0

    tvirusx1 Newcomer

    Endless Zombie Rampage 2

    Heres an Auto Shooter for Endless Zombie Rampage 2 on "www.Vivalagames.com". At the start you shoot with a Handgun like a Machinegun ^^. Well heres the Code:

    Code:
    program EndlessZombieRampage2;
    
    var
    x,y :Integer;
    
    const
    ZombieColor1 = 11901051;
    ZombieColor2 = 9876112;
    ZombieColor3 = 7701376;
    
    
    procedure ShootZombie1;
    begin
      if FindColor(x,y,ZombieColor1,0,0,550,400) then
        MoveMouse(x,y);
        Wait(100);
        ClickMouse(x,y,True);
    end;
        
    procedure ShootZombie2;
    begin
      if FindColor(x,y,ZombieColor2,0,0,550,400) then
        MoveMouse(x,y);
        Wait(100);
        ClickMouse(x,y,True);
    end;
    
    procedure ShootZombie3;
    begin
      if FindColor(x,y,ZombieColor3,0,0,550,400) then
        MoveMouse(x,y);
        Wait(100);
        ClickMouse(x,y,True);
    end;
    
    begin
      repeat
      ShootZombie1;
      ShootZombie2;
      ShootZombie3;
      until(False);
    end.
    -=WARNING!!=-
    Don't forget that you can run the Script with "Ctrl-Alt-R" and Pause it with "Ctrl-Alt-A". And do NOT play the game in fullscreen mode because it's configured for the small one. This script has an infinite loop, all you have to do is walk and it will kill for you. It's not 100% accurate but it does the job =P.

    Aditional Info:
    You don't need any Plugins for this, all you need is scar.
    Btw i'm NOT advertising that website, just in case someone asks.
     
< Selling junk on RuneScape. | train me for vouch >

Users viewing this thread
1 guest


 
 
Adblock breaks this site