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!
Panic Script EmptyTue Feb 05, 2019 5:36 am by Gizmo92883

» Anybody else come to this forum for the memories?
Panic Script EmptyTue Jun 12, 2018 12:07 am by Cooldude21

» This forum died
Panic Script EmptyThu Mar 30, 2017 11:10 pm by _Skate_

» Introduce yourselves!
Panic Script EmptyFri Jan 23, 2015 7:21 pm by Gizmo92883

» Ozzy's Bot Script
Panic Script EmptyMon May 13, 2013 8:31 am by Pig

» Goodbye BCPB Forums.
Panic Script EmptyTue Sep 18, 2012 6:37 pm by 43nînjâ17

» Follow bot script (100% Credit to Cp-Cheater )
Panic Script EmptySun Sep 16, 2012 4:55 pm by Dentonbrooks

» Xat Main Owner Hacker
Panic Script EmptyFri Aug 17, 2012 2:32 am by 43nînjâ17

» xat message big
Panic Script EmptySat Aug 11, 2012 12:32 am by 43nînjâ17

Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
Club Penguin Events
Advertisement

Panic Script

+2
Duckdude007
Ozzyozborn13
6 posters

Go down

Panic Script Empty Panic Script

Post  Ozzyozborn13 Fri Dec 03, 2010 10:13 pm

This is my new and improved panic script so it should run smoother. You can change what you want your bot to say, Just replace the OH NOES with what you want the bot to say. The only reason why i have it only say OH NOES is because its easy then having it alternate all the time because i have alot of panics and it works just as good, It's just a lot easier. This script logs your bot on automatically so before you save it as a .pl file replace Username with your bot's username and Password with your bot's password and Server with your desired server.

Code:
#!/usr/bin/perl

# Program: Panic Bot.pl
# Author: Ozzyozborn13 [You must be registered and logged in to see this link.]
# License: DO NOT DISTRIBUTE WITHOUT PRIOR WRITTEN CONSENT FROM THE AUTHOR.
# Copyright (C) 2011 [You must be registered and logged in to see this link.]

use strict;
use warnings;
use IO::Socket;

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

import_once ClubPenguin => ();
import_once Util => (); # get_input

package CopyBot;

use strict;
use warnings;
our @ISA = qw(ClubPenguin);

my $o = new CopyBot {
  username => "Username",
  password => "Password",
  server => "Server",
  timeout  => 0,
};

print "Connecting...\n";
die "No good!\n" unless $o->joinWorld;
print "Connected to [$o->{server}]!\n";

our $state = 0;

while (1) {
  if (!$o->consume) {
    print scalar(localtime).": [$$] *YAWN* ($state)\n";
    select(undef,undef,undef,1);
    if (!$state) {
   } elsif ($state==1) {
   $o->doJoinRoom(100);
   sleep 2;
   $o->doSendPosition(500,390);
   $o->doSendMessage("OH NOES!");
   sleep 2;
   $o->doSendPosition(310,315);
   $o->doSendMessage("OH NOES!");
   sleep 2;
   $o->doSendPosition(185,385);
   $o->doSendMessage("OH NOES!");
   sleep 2;
   $o->doSendPosition(425,250);
   $o->doSendMessage("OH NOES!");
   sleep 2;
   $o->doSendPosition(300,245);
   $o->doSendMessage("OH NOES!"); 
   sleep 2;
   $o->doSendPosition(505,325);
   $o->doSendMessage("OH NOES!");
   sleep 2;
   $o->doSendPosition(385,430);
   $o->doSendMessage("OH NOES!");
   sleep 2;
   $o->doSendPosition(250,265);
   $o->doSendMessage("OH NOES!");
   sleep 2;
   $o->doSendPosition(480,250);
   $o->doSendMessage("OH NOES!");
   sleep 2;
   $o->doSendPosition(377,630);
   $o->doSendMessage("OH NOES!");
      last;
    }
    $state++;
  }
}

sleep 4;
exit;


Last edited by Ozzyozborn13 on Tue Feb 15, 2011 11:50 am; edited 8 times in total
Ozzyozborn13
Ozzyozborn13
Admin

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

https://www.youtube.com/ozzyozborn13

Back to top Go down

Panic Script Empty Re: Panic Script

Post  Duckdude007 Wed Jan 12, 2011 2:18 pm

YOU. DO. NOT. KNOW. HOW. MUCH. I. LOVE. YOU.

I have been looking for a Panic Bot script for EVER.

THANK-YOU SO much.

Duckdude007

Posts : 4
Reputation : 0
Join date : 2011-01-12

Back to top Go down

Panic Script Empty Re: Panic Script

Post  Ozzyozborn13 Wed Jan 12, 2011 2:24 pm

Duckdude007 wrote:YOU. DO. NOT. KNOW. HOW. MUCH. I. LOVE. YOU.

I have been looking for a Panic Bot script for EVER.

THANK-YOU SO much.
No problem.
Ozzyozborn13
Ozzyozborn13
Admin

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

https://www.youtube.com/ozzyozborn13

Back to top Go down

Panic Script Empty Re: Panic Script

Post  Duckdude007 Wed Jan 12, 2011 3:03 pm

Do you have a formation bot script (PERL) that I can use to make "FUCK" with?

XD

Duckdude007

Posts : 4
Reputation : 0
Join date : 2011-01-12

Back to top Go down

Panic Script Empty Re: Panic Script

Post  Ozzyozborn13 Wed Jan 12, 2011 3:55 pm

Duckdude007 wrote:Do you have a formation bot script (PERL) that I can use to make "FUCK" with?

XD
Nah, i don't like to make bad formations like that.
Ozzyozborn13
Ozzyozborn13
Admin

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

https://www.youtube.com/ozzyozborn13

Back to top Go down

Panic Script Empty Re: Panic Script

Post  Duckdude007 Wed Jan 12, 2011 5:21 pm

XD Alright. Thanks anyway.

What about a script for making my own formation? (with perl)

Duckdude007

Posts : 4
Reputation : 0
Join date : 2011-01-12

Back to top Go down

Panic Script Empty can you make formation scripts?

Post  richeyrich89 Tue Mar 15, 2011 10:28 pm

can you make formation scripts i dont want the script to say bad words just certain shapes and stuff

richeyrich89

Posts : 19
Reputation : 0
Join date : 2011-03-13
Age : 24

Back to top Go down

Panic Script Empty Re: Panic Script

Post  Ozzyozborn13 Wed Mar 16, 2011 3:44 pm

richeyrich89 wrote:can you make formation scripts i dont want the script to say bad words just certain shapes and stuff
Seriously dude? we post a variety of scripts on this forum, not only formation scripts, if you want a formation script just look around.
Ozzyozborn13
Ozzyozborn13
Admin

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

https://www.youtube.com/ozzyozborn13

Back to top Go down

Panic Script Empty Re: Panic Script

Post  richeyrich89 Fri Mar 18, 2011 10:41 pm

Ozzyozborn13 wrote:
richeyrich89 wrote:can you make formation scripts i dont want the script to say bad words just certain shapes and stuff
Seriously dude? we post a variety of scripts on this forum, not only formation scripts, if you want a formation script just look around.
yeah for php not hor perl also i want to spell lol


richeyrich89

Posts : 19
Reputation : 0
Join date : 2011-03-13
Age : 24

Back to top Go down

Panic Script Empty Re: Panic Script

Post  Ozzyozborn13 Sat Mar 19, 2011 12:37 pm

richeyrich89 wrote:
Ozzyozborn13 wrote:
richeyrich89 wrote:can you make formation scripts i dont want the script to say bad words just certain shapes and stuff
Seriously dude? we post a variety of scripts on this forum, not only formation scripts, if you want a formation script just look around.
yeah for php not hor perl also i want to spell lol

If you bothered to look in the php section you would see that there are some formation scripts there.
Ozzyozborn13
Ozzyozborn13
Admin

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

https://www.youtube.com/ozzyozborn13

Back to top Go down

Panic Script Empty Link

Post  43nînjâ17 Sat Mar 19, 2011 3:23 pm

richeyrich89 wrote:
Ozzyozborn13 wrote:
richeyrich89 wrote:can you make formation scripts i dont want the script to say bad words just certain shapes and stuff
Seriously dude? we post a variety of scripts on this forum, not only formation scripts, if you want a formation script just look around.
yeah for php not hor perl also i want to spell lol



[You must be registered and logged in to see this link.]

43nînjâ17

Posts : 89
Reputation : 6
Join date : 2010-08-29
Location : Behind you

Back to top Go down

Panic Script Empty Re: Panic Script

Post  BotManNunaNuNa Fri Apr 08, 2011 3:42 am

Hey dude can you make a circle bot? like have all the bots go in a circle and make them follow you? and copy you?

BotManNunaNuNa

Posts : 4
Reputation : 0
Join date : 2011-04-05

Back to top Go down

Panic Script Empty Re: Panic Script

Post  Ozzyozborn13 Fri Apr 08, 2011 4:09 pm

BotManNunaNuNa wrote:Hey dude can you make a circle bot? like have all the bots go in a circle and make them follow you? and copy you?
If you bothered to explore the formations section you would see that theres a circle formation.
Ozzyozborn13
Ozzyozborn13
Admin

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

https://www.youtube.com/ozzyozborn13

Back to top Go down

Panic Script Empty Re: Panic Script

Post  sudhi578 Fri Jan 20, 2012 1:04 pm

Duckdude007 wrote:XD Alright. Thanks anyway.

What about a script for making my own formation? (with perl)

Hey retard don't be a faggot and ask like that change the offsets ak47
sudhi578
sudhi578

Posts : 9
Reputation : 0
Join date : 2011-08-20
Age : 27
Location : Find me if u can ....

Back to top Go down

Panic Script Empty Re: Panic Script

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

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