Author Topic: Zurro Ball : Auto Player  (Read 3502 times)

Offline l33t_h4x0r

  • Newbie
  • *
  • Posts: 31
  • Rep: 0
    • View Profile
Zurro Ball : Auto Player
« on: September 01, 2007, 10:07:34 am »
Code: [Select]
program Zurroball;

//1) Start Zurroball in Low-Resolution and Low-Quality

//2) If you use windows xp or windows 2k you can set the priority of the browser to low from the task manager.
//If you dont know what i am talking about. or you use windows 98. SKIP THIS STEP AND SET COUNTER TO SOMETHING LIKE 9999999999.
//When you set the priority to low... The game is supposed to freeze so SCAR click 50-200 at a single time...

//Default Hotkeys... To START use  Ctrl + Alt + R
// To STOP use  Ctrl + Alt + s


const
counter=35;               //Enter a number. It will click that many times on the ball.

var x,y,clicks :integer;

procedure do_it;
begin
if FindColorTolerance(x,y,16763904,26,133,362,274,50) then
begin
clickmouse(x,y,true)
clicks:= (clicks+1)
writeln(inttostr(clicks))
end else
wait(50)
end;

begin
clicks:=0;
repeat
do_it;
until(clicks >= counter)
end.

was created in 5 mins... Report and bugs.

Freddy1990.com

Zurro Ball : Auto Player
« on: September 01, 2007, 10:07:34 am »

Offline graphicgavin

  • Newbie
  • *
  • Posts: 36
  • Rep: 0
    • View Profile
    • Email
Re: Zurro Ball : Auto Player
« Reply #1 on: September 04, 2007, 02:47:07 pm »
thats not a game 0.o

Freddy1990.com

Re: Zurro Ball : Auto Player
« Reply #1 on: September 04, 2007, 02:47:07 pm »

Offline 9xrich boyx9

  • Full Member
  • ***
  • Posts: 163
  • Rep: 0
    • AOL Instant Messenger - HowWeDo911
    • View Profile
    • Email
Re: Zurro Ball : Auto Player
« Reply #2 on: September 05, 2007, 11:34:41 am »
cough cough neo pets is a game..... unless ur talking about wich the script is made for ...
add me on myspace but dont mention i play runescape: myspace.com/9xrichboyx9




Offline ti.teg.tnod.I

  • The Best
  • Administrator
  • *****
  • Posts: 3233
  • Rep: 10
  • ^-^
    • View Profile
    • Rainbows In A Fire
Re: Zurro Ball : Auto Player
« Reply #3 on: September 05, 2007, 01:21:28 pm »
cough cough neo pets is a game..... unless ur talking about wich the script is made for ...

Huh? I know a few people play Neopets on this forum. I don't know how good this script is but I can tell you, you need indenting.

Offline graphicgavin

  • Newbie
  • *
  • Posts: 36
  • Rep: 0
    • View Profile
    • Email
Re: Zurro Ball : Auto Player
« Reply #4 on: September 06, 2007, 09:12:31 pm »
Um i know neopets is a game, zurro ball isnt a game on neopets..
Posted on: September 06, 2007, 11:09:05 PM
nevermind sorry i spaced it

Freddy1990.com

Re: Zurro Ball : Auto Player
« Reply #4 on: September 06, 2007, 09:12:31 pm »

Offline ti.teg.tnod.I

  • The Best
  • Administrator
  • *****
  • Posts: 3233
  • Rep: 10
  • ^-^
    • View Profile
    • Rainbows In A Fire
Re: Zurro Ball : Auto Player
« Reply #5 on: September 07, 2007, 05:01:08 am »
Um i know neopets is a game, zurro ball isnt a game on neopets..
Posted on: September 06, 2007, 11:09:05 PM
nevermind sorry i spaced it

It isn't? Weird, please don't double post :P.

Offline graphicgavin

  • Newbie
  • *
  • Posts: 36
  • Rep: 0
    • View Profile
    • Email
Re: Zurro Ball : Auto Player
« Reply #6 on: September 07, 2007, 01:59:55 pm »
ha sorry, this wont work for me though

Freddy1990.com

Re: Zurro Ball : Auto Player
« Reply #6 on: September 07, 2007, 01:59:55 pm »

Offline l33t_h4x0r

  • Newbie
  • *
  • Posts: 31
  • Rep: 0
    • View Profile
Re: Zurro Ball : Auto Player
« Reply #7 on: September 18, 2007, 09:44:12 pm »
try this one then
LOW RESOLUTION
and dont forget to select the game window.

Code: [Select]
Program xyz;
var x,y :integer;

procedure do_it;
begin
if FindColorTolerance(x,y,16763904,26,133,362,274,50) then
begin
clickmouse(x,y,true)
end else
wait(50)
end;

begin
repeat
do_it;
until(1=0)
end.

Offline script_owned4

  • Newbie
  • *
  • Posts: 23
  • Rep: 0
    • View Profile
    • Email
Re: Zurro Ball : Auto Player
« Reply #8 on: October 08, 2007, 03:33:14 pm »
Um i know neopets is a game, zurro ball isnt a game on neopets..
Posted on: September 06, 2007, 11:09:05 PM
nevermind sorry i spaced it
Actually, it is.

<About Script>
This script won't work, color change kills scripts.Make people pick color or make the script auto-color.

<P.S.>

I am new to these forums, I am from MITB.

Offline l33t_h4x0r

  • Newbie
  • *
  • Posts: 31
  • Rep: 0
    • View Profile
Re: Zurro Ball : Auto Player
« Reply #9 on: October 08, 2007, 10:46:28 pm »
I dunno if they changed the color again...
But i think i forgot to mention that the colur is only for the "Eye Ball"

BTW i havent played neopets since my last post here because of my exams...
I dont even have time to check it right now....
See ya.

Offline graphicgavin

  • Newbie
  • *
  • Posts: 36
  • Rep: 0
    • View Profile
    • Email
Re: Zurro Ball : Auto Player
« Reply #10 on: December 09, 2007, 09:17:58 am »
it only clicks it twice.

Offline bart961

  • Leecher
  • Posts: 8
  • Rep: 0
    • View Profile
    • Email
Re: Zurro Ball : Auto Player
« Reply #11 on: August 27, 2008, 08:37:58 pm »
thanks i will conqueror neopia now!

Offline Krisando

  • Jr. Member
  • **
  • Posts: 51
  • Rep: 0
    • View Profile
Re: Zurro Ball : Auto Player
« Reply #12 on: May 28, 2009, 03:32:01 pm »
You realise "Fifty Thousand Dollars"
is $50,000 lol.. A week ago someone made the same mistake in my country, they we're getting a load for a house for $17,000 and they gave them $17,000,000 by mistake and they have fled. xD

Freddy1990.com

Re: Zurro Ball : Auto Player
« Reply #12 on: May 28, 2009, 03:32:01 pm »