how to make bots tutorial

November 13, 2008 by manu07s cheats|glitches|guides

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:

<?phprequire

“core.php”;
require “tasks.php”;

$Username
= “USERNAME OF BOT GOES HERE”;
$Password = “PASSWORD OF BOT GOES HERE”;
$TargetID = “ID OF PENGUIN YOU WANT THE BOT TO FOLLOW GOES HERE”;

if
(connect(SERVER ID GOES HERE, $Username, $Password, true)) {
echo “Connected to server”;
}
gotoRoom(ROOM ID GOES HERE);
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”;}
}


?>

you will have to 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

here are all the server ids:

Server Name: Blizzard
Server ID: 100

Server Name: Ice Berg
Server ID: 101

Server Name: White Out
Server ID: 102

Server Name: Slushy
Server ID: 103

Server Name: Flurry
Server ID: 104

Server Name: Snow Angel
Server ID: 105

Server Name: Snow Day
Server ID: 106

Server Name: Frostbite
Server ID: 107

Server Name: Icicle
Server ID: 108

Server Name: Tundra
Server ID: 109

Server Name: Snow Cone
Server ID: 110

Server Name: Alpine
Server ID: 111

Server Name: Ice Breaker
Server ID: 112

Server Name: Snow Globe
Server ID: 113

Server Name: Snow Fort
Server ID: 114

Server Name: Mammoth
Server ID: 115

Server Name: Grizzly
Server ID: 116

Server Name: Winter Land
Server ID: 117

Server Name: Snow Ball
Server ID: 118

Server Name: Ice Pack
Server ID: 119

Server Name: Freezer
Server ID: 120

Server Name: Avalanche
Server ID: 121

Server Name: Powder Ball
Server ID: 122

Server Name: Summit
Server ID: 123

Server Name: Flippers
Server ID: 124

Server Name: Yeti
Server ID: 125

Server Name: Sub Zero
Server ID: 126

Server Name: Ice Cold
Server ID: 127

Server Name: Crystal
Server ID: 128

Server Name: Snow Bank
Server ID: 129

Server Name: Ice Palace
Server ID: 130

Server Name: Tuxedo
Server ID: 131

Server Name: Abominable
Server ID: 132

Server Name: Half Pipe
Server ID: 133

Server Name: Snow Board
Server ID: 134

Server Name: Alaska
Server ID: 135

Server Name: Thermal
Server ID: 136

Server Name: Toboggan
Server ID: 137

Server Name: Husky
Server ID: 138

Server Name: Snow Plow
Server ID: 139

Server Name: Ice Age
Server ID: 140

Server Name: Sabertooth
Server ID: 141

Server Name: Parka
Server ID: 142

Server Name: Hibernate
Server ID: 143

Server Name: Sleet
Server ID: 144

Server Name: Vanilla
Server ID: 145

Server Name: Christmas
Server ID: 146

Server Name: Klondike
Server ID: 147

Server Name: Icebound
Server ID: 148

Server Name: Marshmallow
Server ID: 149

Server Name: White House
Server ID: 150

Server Name: Fjord
Server ID: 151

Server Name: Big Foot
Server ID: 152

Server Name: Ice Cream
Server ID: 153

Server Name: Bubblegum
Server ID: 154

Server Name: Rocky Road
Server ID: 155

Server Name: Rainbow
Server ID: 156

Server Name: Arctic
Server ID: 157

Server Name: Shiver
Server ID: 158

Server Name: Matterhorn
Server ID: 159

Server Name: Bobsled
Server ID: 160

Server Name: Ice Box
Server ID: 161

Server Name: Bunny Hill
Server ID: 162

Server Name: Walrus
Server ID: 163

Server Name: Deep Snow
Server ID: 164

Server Name: Altitude
Server ID: 165

Server Name: North Pole
Server ID: 200

Server Name: Glacier
Server ID: 201

Server Name: Aurora
Server ID: 202

Server Name: Mukluk
Server ID: 203

Server Name: Great White
Server ID: 204

Server Name: Snow Shoe
Server ID: 205

Server Name: Yukon
Server ID: 206

Server Name: Polar Bear
Server ID: 207

Server Name: Canoe
Server ID: 208

Server Name: Chinook
Server ID: 209

Server Name: Wool Socks
Server ID: 210

Server Name: Snowbound
Server ID: 211

Server Name: Ice Rink
Server ID: 212

Server Name: Ice Pond
Server ID: 213

Server Name: Snowfall
Server ID: 214

Server Name: Caribou
Server ID: 215

Server Name: Deep Freeze
Server ID: 300

Server Name: Cold Front
Server ID: 301

Server Name: Frozen
Server ID: 302

Server Name: Snow Flake
Server ID: 303

Server Name: Frosty
Server ID: 304

Server Name: Snow Drift
Server ID: 306

Server Name: Mittens
Server ID: 307

Server Name: Ice Cave
Server ID: 308

Server Name: Boots
Server ID: 309

Server Name: Breeze
Server ID: 310

Server Name: Crunch
Server ID: 311

Server Name: Wind Chill
Server ID: 312

Server Name: Iceland
Server ID: 313

Server Name: Belly Slide
Server ID: 314

Server Name: Sherbet
Server ID: 315

Server Name: South Pole
Server ID: 400

Server Name: Big Surf
Server ID: 401

Server Name: Ice Cube
Server ID: 402

Server Name: Antarctic
Server ID: 403

Server Name: Kosciusko
Server ID: 404

Server Name: Down Under
Server ID: 405

Server Name: Beanie
Server ID: 406

Server Name: Outback
Server ID: 407

Server Name: Bonza
Server ID: 408

Server Name: Snowy River
Server ID: 409

Server Name: Big Snow
Server ID: 410

Server Name: Brumby
Server ID: 411

Server Name: Test Server
Server ID: 1000

Server Name: Test Server2
Server ID: 1001

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 CL1cl1 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:

php

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 ) :) )

Coins for Change

November 12, 2008 by Polar Ted

Starting November 12th, you will have a chance to donate the coins you earn playing games in Club Penguin.

A one million dollar donation will be shared between three causes that help kids.

Click here to see how last year’s donations are making a huge difference.

Dojo Exterior Revealed

November 12, 2008 by Polar Ted

A major change is outside the Dojo.

dojo-exterior

In the Dojo, click on the shaded regions as shown in the below picture and a poster of a ninja will be revealed. Notice the sign at the bottom right corner? Yes, ninja training is coming soon on the 17th.

ninja-dojo

Animated tutorial:

ninja-poster-dojo

Click on the letter ‘N’ in the word ‘NIGHTCLUB’ and a ninja will appear. For those of don’t know, this is located at the Town.

ninja-town

Animated turorial:

ninja-poster-dojo

Ninjas have also been spotted around Club Penguin. Those I mentioned are only some of them, be sure to check around Club Penguin for more.

Thank you for reading!