Neopets SCAR Scripts (not tested all)
| Neopets Bots/Hacks Download Discuss, Neopets SCAR Scripts (not tested all) at Neopets forum; --------------
l ZurroBalls l
--------------
Copy This---¬
{.Script Info:
# ScriptName = Zurroballs
# Author = Sdcit
# Description = ... |
| Notices | Welcome to the Gamerz Needs forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |  | | 
07-05-2006, 02:05 AM
|  | °ŠķךN° | | | Last Online: 10-27-2008 09:08 PM Join Date: Jun 2006 Location: .:: Philippines ::. Age: 15
Posts: 1,785
Thanks: 96
Thanked 449 Times in 209 Posts
Nominated 0 Times in 0 Posts TOTW/F/M Award(s): 0
Latest Blog:
Rep Power: 10 Points: 991.30 Bank: 92,178.69 Total Points: 93,169.99 | | Neopets SCAR Scripts (not tested all)
--------------
l ZurroBalls l
--------------
Copy This---¬
{.Script Info:
# ScriptName = Zurroballs
# Author = Sdcit
# Description = Color change compatible, first ever strike back at colorchange
# Version = 1.1
# Date = N/A
# Comments = The first ever neopets color change compatible script
/Script Info}
program zurro101;
var
x, y, BC, BC2:integer;
const
balltype=1; //1 for zurroball 2 for snot ball...so on to 5
tricks=1;// 1 to do tricks, 2 to TRY to not
procedure ballselect;
var baller:integer;
begin
baller:=balltype
Case baller of
1:clickmouse(310, 190, true)
2:clickmouse(326, 272, true)
3:clickmouse(334, 303, true)
4:clickmouse(330, 338, true)
5:clickmouse(337, 372, true)
end;
end;
procedure clickball;
begin
repeat
if(findcolor(x, y, BC, 5, 118, 443, 292))then
clickmouse(x + 1, y + 13, true)
until(getcolor(172, 148) = BC2)
end;
procedure clickball2;
begin
repeat
if(findcolorspiral2(x, y, BC, 5, 118, 443, 292))then
clickmouse(x,y,true)
until(getcolor(172, 148) = BC2)
end;
begin
activateclient;
ballselect;
wait(2000)
BC2 := getcolor(172, 148)
repeat
BC := getcolor(245, 73)
if(tricks=1)then
clickball;
if(tricks=2)then
clickball2;
until false
end.
THANK ME IF YOU USE IT ^^
__________________ Click my pets above to feed them | | The Following User Says Thank You to RSHacker13 For This Useful Post: | | 
07-05-2006, 03:42 AM
|  | Registered Users + | | | Last Online: Yesterday 08:08 PM Join Date: Feb 2006 Location: below you
Posts: 1,046
Thanks: 236
Thanked 95 Times in 56 Posts
Nominated 0 Times in 0 Posts TOTW/F/M Award(s): 0
Latest Blog:
Rep Power: 9 Points: 5,109.69 Bank: 26,682.10 Total Points: 31,791.79 | | |
er what is it for?
| | The Following User Says Thank You to touche_ For This Useful Post: | | 
07-05-2006, 06:29 AM
|  | °ŠķךN° | | | Last Online: 10-27-2008 09:08 PM Join Date: Jun 2006 Location: .:: Philippines ::. Age: 15
Posts: 1,785
Thanks: 96
Thanked 449 Times in 209 Posts
Nominated 0 Times in 0 Posts TOTW/F/M Award(s): 0
Latest Blog:
Rep Power: 10 Points: 991.30 Bank: 92,178.69 Total Points: 93,169.99 | | |
It's A Macro/Bot Script For SCAR
You Can Use It For The Game In Neopets The Zurroballs
__________________ Click my pets above to feed them | 
07-11-2006, 07:19 AM
|  | °ŠķךN° | | | Last Online: 10-27-2008 09:08 PM Join Date: Jun 2006 Location: .:: Philippines ::. Age: 15
Posts: 1,785
Thanks: 96
Thanked 449 Times in 209 Posts
Nominated 0 Times in 0 Posts TOTW/F/M Award(s): 0
Latest Blog:
Rep Power: 10 Points: 991.30 Bank: 92,178.69 Total Points: 93,169.99 | | |
I'm On Searching For More Of The Neopets Scar Scripts...........
.................................................. ...................................
__________________ Click my pets above to feed them | 
08-09-2006, 03:57 PM
| | Guest | | |
Posts: n/a
Latest Blog: Points: 0 Bank: 0 Total Points: 0 | | |
The problem with scar is that you can often get stuck on a game.
| 
08-11-2006, 04:59 PM
|  | °ŠķךN° | | | Last Online: 10-27-2008 09:08 PM Join Date: Jun 2006 Location: .:: Philippines ::. Age: 15
Posts: 1,785
Thanks: 96
Thanked 449 Times in 209 Posts
Nominated 0 Times in 0 Posts TOTW/F/M Award(s): 0
Latest Blog:
Rep Power: 10 Points: 991.30 Bank: 92,178.69 Total Points: 93,169.99 | | |
Huh....
I Used It And Don't Have Any Problems....
__________________ Click my pets above to feed them | 
08-18-2006, 06:20 PM
|  | °ŠķךN° | | | Last Online: 10-27-2008 09:08 PM Join Date: Jun 2006 Location: .:: Philippines ::. Age: 15
Posts: 1,785
Thanks: 96
Thanked 449 Times in 209 Posts
Nominated 0 Times in 0 Posts TOTW/F/M Award(s): 0
Latest Blog:
Rep Power: 10 Points: 991.30 Bank: 92,178.69 Total Points: 93,169.99 | | | Neopets SCAR Script Part 1 Destruct-o-Match
program dom2;
//////////////////////////////////////////////////
// Destruct-o-Match II //
// Snu Woods //
// v1.1 //
//////////////////////////////////////////////////
// 1.Load Destruct-o-Match II(normal)//
// 2.Target the window //
// 3.Click on the green arrow or //
// press ctrl+r //
// //
// Special Dedication to iruleatants //
// This is my first script =) //
//////////////////////////////////////////////////
//Do not touch if you're a leecher that hasn't
//even bothered reading a SCAR tutorial
procedure start;
begin
clickmouse(180,581,true);
wait(200)
clickmouse(444,528,true);
wait(200)
clickmouse(315,298,true);
end;
procedure a;
begin
clickmouse(46,488,true);
clickmouse(108,488,true);
clickmouse(168,488,true);
clickmouse(228,488,true);
clickmouse(288,488,true);
clickmouse(346,488,true);
clickmouse(408,488,true);
clickmouse(468,488,true);
clickmouse(528,488,true);
clickmouse(588,488,true);
end;
procedure b;
begin
clickmouse(46,448,true);
clickmouse(108,448,true);
clickmouse(168,448,true);
clickmouse(228,448,true);
clickmouse(288,448,true);
clickmouse(346,488,true);
clickmouse(408,488,true);
clickmouse(468,488,true);
clickmouse(528,488,true);
clickmouse(588,488,true);
end;
procedure c;
begin
clickmouse(46,408,true);
clickmouse(108,408,true);
clickmouse(168,408,true);
clickmouse(228,408,true);
clickmouse(288,408,true);
clickmouse(346,408,true);
clickmouse(408,408,true);
clickmouse(468,408,true);
clickmouse(528,408,true);
clickmouse(588,408,true);
end;
procedure d;
begin
clickmouse(46,368,true);
clickmouse(108,368,true);
clickmouse(168,368,true);
clickmouse(228,368,true);
clickmouse(288,368,true);
clickmouse(346,368,true);
clickmouse(408,368,true);
clickmouse(468,368,true);
clickmouse(528,368,true);
clickmouse(588,368,true);
end;
begin
activateclient;
wait(100)
start;
wait(750)
repeat
a;
wait(10)
b;
wait(10)
c;
wait(10)
d;
until(getcolor(181,345)=0)
end.
__________________ Click my pets above to feed them | 
08-26-2006, 10:33 AM
|  | SwordsMaster | | | Last Online: Yesterday 08:24 PM Join Date: Aug 2006 Location: No where, yet everywhere
Posts: 1,094
Thanks: 98
Thanked 85 Times in 63 Posts
Nominated 0 Times in 0 Posts TOTW/F/M Award(s): 0
Latest Blog: Bah
Rep Power: 8 Points: 7,341.44 Bank: 22,581.00 Total Points: 29,922.44 | | |
0.0 nice! Very nice!
| 
09-07-2006, 03:02 AM
|  | °ŠķךN° | | | Last Online: 10-27-2008 09:08 PM Join Date: Jun 2006 Location: .:: Philippines ::. Age: 15
Posts: 1,785
Thanks: 96
Thanked 449 Times in 209 Posts
Nominated 0 Times in 0 Posts TOTW/F/M Award(s): 0
Latest Blog:
Rep Power: 10 Points: 991.30 Bank: 92,178.69 Total Points: 93,169.99 | | |
------------------------------ HEHEHE Thanks
------------------------------
__________________ Click my pets above to feed them | 
09-10-2006, 11:04 AM
| | Chick | | | Last Online: 09-10-2006 11:38 AM Join Date: Sep 2006 Age: 15
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts TOTW/F/M Award(s): 0
Latest Blog:
Rep Power: 0 Points: 312.00 Bank: 0.00 Total Points: 312.00 | | |
nice i made one years ago when i was like 11 and it got me to massive highscores but i lost it lol
|  | | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | | | |