This is a basic tutorial on how to make bots on clubpenguin i have been making them for a long time so i know what im talking about before i tell you how this is a warning:do not blame me if you get banned by doing this even thought it is very rare if you get banned thank you first download php here click on the first one (american) but i took the irish version its my countrys one anyway nest download pickler2 here now unzip it with winzip download it off the internet unzip the files to the desktop next you will have to open the pickler2 folder and make a new script apart from the server ones that are there make it with the notepad and it save it where u saved pickler2 get the script of penguin client library here this is the script:
you will have t
<?php
echo”Press enter to start the script.\n”;
$starter = fread(STDIN,2);
require “../core.php”;
require “../tasks.php”;
$Username = “Username”;
$Password = “Password”;
$Server = Server ID;
$TargetID = ID of penguin you want to follow;
if (connect($Server, $Username, $Password, true)) {
echo “Your bot has logged on. This bot will follow you, (by a certain cord if you wish) copy you, and do some commands such as dance, wave, snowball, card, sit, and stop.\n”;
}
gotoRoom(805, 0, 0);
while(true){
$rawPack = readRawPacket();
if (stripos($rawPack, “xt%sp%$myRoomID%$TargetID”)) {
$x = stribet($rawPack, “%xt%sp%$myRoomID%$TargetID%”, “%”);
$y = stribet($rawPack, “%xt%sp%$myRoomID%$TargetID%$x%”, “%”);
goto($x+0, $y+0); //Change this to make your bot follow you by a cordinate.
}
elseif (stripos($rawPack, “xt%bf%” . $myRoomID . “%”)){
$RoomID = stribet($rawPack, “%xt%bf%” . $myRoomID . “%”,”%”);
gotoRoom($RoomID);
}
if (stripos($rawPack, “xt%rp%-1%” . $TargetID)){
findBuddy($TargetID);
}
elseif (stripos($rawPack, “xt%sm%$myRoomID%$TargetID%dance%”)){
sendFrame(26);
}
elseif (stripos($rawPack, “xt%sm%$myRoomID%$TargetID%wave%”)){
sendAction(25);
}
elseif (stripos($rawPack, “xt%sm%$myRoomID%$TargetID%snowball%”)){
$x = rand(0, 900);
$y = rand(0, 900);
snowball($x, $y);
}
elseif (stripos($rawPack, “xt%sm%$myRoomID%$TargetID%send me a card%”)){
$CardID = rand(1, 50);
sendMail ($TargetID, $CardID);
}
elseif (stripos($rawPack, “xt%sm%$myRoomID%$TargetID%sit%”)){
sendFrame(17);
}
elseif (stripos($rawPack, “xt%sm%$myRoomID%$TargetID”)){
$Message = stribet($rawPack, “%xt%sm%$myRoomID%$TargetID%”, “%”);
say($Message);
}
elseif (stripos($rawPack, “xt%se%$myRoomID%$TargetID”)){
$EmoteID = stribet($rawPack, “%xt%se%$myRoomID%$TargetID%”, “%”);
sendEmote($EmoteID);
}
elseif (stripos($rawPack, “xt%sp%$myRoomID%$TargetID”)) {
$x = stribet($rawPack, “%xt%sp%$myRoomID%$TargetID%”, “%”);
$y = stribet($rawPack, “%xt%sp%$myRoomID%$TargetID%$x%”, “%”);
goto($x,$y);
}
elseif (stripos($rawPack, “xt%sb%$myRoomID%$TargetID”)){
$x = stribet($rawPack, “%xt%sb%$myRoomID%$TargetID%”, “%”);
$y = stribet($rawPack, “%xt%sb%$myRoomID%$TargetID%$x%”, “%”);
snowball($x, $y);
}
elseif (stripos($rawPack, “xt%sj%$myRoomID%$TargetID”)){
$jokeID = stribet($rawPack, “%xt%sj%$myRoomID%$TargetID%”, “%”);
sendJoke($jokeID);
}
elseif (stripos($rawPack, “xt%ss%$myRoomID%$TargetID”)){
$safeMessageID = stribet($rawPack, “xt%ss%$myRoomID%$TargetID%”, “%”);
safeMessage($safeMessageID);
}
elseif (stripos($rawPack, “xt%sa%$myRoomID%$TargetID”)){
$ActionID = stribet($rawPack, “xt%sa%$myRoomID%$TargetID%”, “%”);
sendAction($ActionID);
}
elseif (stripos($rawPack, “xt%sf%$myRoomID%$TargetID”)){
$FrameID = stribet($rawPack, “xt%sf%$myRoomID%$TargetID%”, “%”);
sendFrame($FrameID);
}
elseif (stripos($rawPack, “xt%upc%” . $myRoomID . “%” . $TargetID)) {
$ColorID = stribet($rawPack, “%xt%upc%$myRoomID%$TargetID%”, “%”);
updateColor($ColorID);
}
}
?>o edit some stuff like the username and password,server id,penguin id and room id you will find all the server ids in the server script in the pickler2 file and here is all the room ids
ROOM ID
*100 : Town
* 110 : Coffee Shop
* 111 : Book Room
* 120 : Dance Club
* 121 : dance Lounge
* 130 : Gift Shop
* 200 : Ski Village
* 210 : Sport Shop
* 220 : Ski Lodge
* 221 : Lodge Attic
* 230 : mountain
* 300 : Plaza
* 310 : Pet Shop
* 320 : Dojo
* 330 : Pizza Parlor
* 340 : Stage
* 400 : Beach
* 410 : lighthouse
* 411 : Beacon
* 800 : Dock
* 801 : Snow Forts
* 802 : Ice Rink
* 803 : Head Quarters
* 804 : Boiler room
* 805 : Ice Berg
* 806 : Cave
* 807 : mine Shack
* 808 : Mine
* 809 : Forrest
* 420 : rh ship
* 421 : ship hold
* 422 : captains quarters
* 423 : crows nest
to find your penguin id just download wpe pro or if u dont want viruses download penguin storm and unzip it with winzip to the desktop there is a penguin id feture on it next when your done all that save it to the same place as pickler2 and right click it and scroll down to open with and click CL1
if you cant find then you have to serch it in the documents address bar ok
then it should come up in a black screen like this:
if it comes up then goes off straight away then the variables are wrong if it happens comment on this post with the script and ill fix it ok?
now just go to the server that it says on the black screen eg frozen and got to the room eg dock and your bot will be there
now im warning everyone dont start swearing at me if you get banned i gave ye a warning but ye problay wont get banned
next post will be how to make dojo attck bots (ninjas) and how to make hi bots the bots that go in the shape of hi
have fun with your bots
man u07
![]()



23 responses so far ↓
cody // November 10, 2008 at 10:39 pm |
the PHP wont download. it goes down to 3.00 and then starts going back up.what should i do??
cody // November 10, 2008 at 10:41 pm |
please email me the anwser. =). i really wannt to make bots…….thanks! =)
Pinky Elocin // November 12, 2008 at 7:50 pm |
Pickler wont download it freezes :S
pinkyelocin // November 16, 2008 at 11:56 am |
I tried tht but its taking foreva to download all it says is Getting file Information:
pickle-r2.zip from pickle.googlecode.com
:S
kazanouri 22 // November 22, 2008 at 9:54 pm |
will it download a virus on yo computer?
brownie88521 // November 25, 2008 at 10:10 pm |
it will make my computer slow can u email me 1 at nasser222@aim.com
pinkkiara7 // November 27, 2008 at 4:47 pm |
hey man uo07, your sight rox. plz help me with my varubles, there wrong. heresmy script, plz fix it-?php
require “core.php”;
require “tasks.php”;
$Username = Kikibot5
$Password = thisbotrox
$TargetID = “Kikibot7″;
if (connect(117, $Username, $Password, true)) {
echo “Connected to server”;
} gotoRoom(100);
while(true) {
$rawPack = readRawPacket();
if (stripos($rawPack, “xt%sp%”. $myRoomID .”%”. $TargetID .”%”)) {
$x = stribet($rawPack, “xt%sp%$myRoomID%$TargetID%”, “%”);
$y = stribet($rawPack, “xt%sp%$myRoomID%$TargetID%$x%”, “%”);
goto($x, $y);
echo “Penguin went to: $x, $y \n”;
}
if (stripos($rawPack, “xt%sm%”. $myRoomID .”%”. $TargetID .”%”)) {
$Message = stribet($rawPack, “xt%sm%$myRoomID%$TargetID%”, “%”);
say($Message);
}
elseif (stripos($rawPack, “xt%se%$myRoomID%$TargetID”)){
$EmoteID = stribet($rawPack, “%xt%se%$myRoomID%$TargetID%”, “%”);
sendEmote($EmoteID);
echo “u r feeling : $EmoteID\n”;
}
}
?>Thanks! ps: heres my sight-www.Kikizworld2008.blogspot.com
good luck, Peace!
Bob // November 30, 2008 at 2:07 pm |
All programs that make bots have been deleted(mine doesnt work)
pinkkiara7 // December 1, 2008 at 3:07 am |
hey, MY BOT STILL WONT WORK…. what should I do?
123ry2 // December 29, 2008 at 5:44 am |
doses it leave a virus?
manu07s cheats|glitches|guides // December 29, 2008 at 10:43 am |
no
hi // January 22, 2009 at 3:56 pm |
i have absolutely no idea what you just told me to do.
hi // January 22, 2009 at 4:00 pm |
I want to make bots but that’s too complicated for me.
manu07s cheats|glitches|guides // January 22, 2009 at 8:42 pm |
thats the only way srry
bjm98765 // April 15, 2009 at 3:18 pm |
Please visit my site
http://bjmcpblog.wordpress.com/
thanks
charlie cute // April 28, 2009 at 3:21 am |
HUH?!!?!??!??!?!
Samantharb // May 17, 2009 at 2:01 pm |
heyy, This is samantharb@hotmail.co.uk
You did the bot cheat or me before
Can You Do It Again For Me?
Sammy =]
Mrs Marine // May 17, 2009 at 11:44 pm |
mines not working, tried to change. plz comment me back, heres my thing:
o
Mrs Marine // May 17, 2009 at 11:44 pm |
o
mayee // May 30, 2009 at 5:23 pm |
crap im banned
susanheart24 // June 20, 2009 at 2:29 pm |
Cool i will make another account so i wont get in trouble because my mane ones a member
manu07s cheats|glitches|guides // January 23, 2009 at 9:56 pm |
what?!
manu07s cheats|glitches|guides // January 23, 2009 at 9:56 pm |
ive been making bots before pickle-r2 came out so stop saying i copied him