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!
Teleport Bot [UPDATED] EmptyTue Feb 05, 2019 5:36 am by Gizmo92883

» Anybody else come to this forum for the memories?
Teleport Bot [UPDATED] EmptyTue Jun 12, 2018 12:07 am by Cooldude21

» This forum died
Teleport Bot [UPDATED] EmptyThu Mar 30, 2017 11:10 pm by _Skate_

» Introduce yourselves!
Teleport Bot [UPDATED] EmptyFri Jan 23, 2015 7:21 pm by Gizmo92883

» Ozzy's Bot Script
Teleport Bot [UPDATED] EmptyMon May 13, 2013 8:31 am by Pig

» Goodbye BCPB Forums.
Teleport Bot [UPDATED] EmptyTue Sep 18, 2012 6:37 pm by 43nînjâ17

» Follow bot script (100% Credit to Cp-Cheater )
Teleport Bot [UPDATED] EmptySun Sep 16, 2012 4:55 pm by Dentonbrooks

» Xat Main Owner Hacker
Teleport Bot [UPDATED] EmptyFri Aug 17, 2012 2:32 am by 43nînjâ17

» xat message big
Teleport Bot [UPDATED] EmptySat Aug 11, 2012 12:32 am by 43nînjâ17

Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
Club Penguin Events
Advertisement

Teleport Bot [UPDATED]

4 posters

Go down

Teleport Bot [UPDATED] Empty Teleport Bot [UPDATED]

Post  Gizmo92883 Sun Jan 30, 2011 10:16 pm

Fixed: The problem was when you paste something into a notepad it puts a period So i fixed that by putting #exit at the end it puts a period behind the exit
Code:
#!/usr/bin/perl

# Program: Teleport Bot.pl
# Author: Cpgizmo92883cp http://www.youtube.com/Cpgizmo92883
# Copyright (C) 2011
# License: DO NOT DISTRIBUTE WITHOUT PRIOR WRITTEN CONSENT FROM THE AUTHOR.

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 Util => (); # get_input

package CopyBot;

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

my $o = new CopyBot {
  username => (shift || Util::get_input("Username: ", "")),
  password => (shift || Util::get_input("Password: ", "")),
  server => (shift || Util::get_input("Server: ", "")),
  timeout  => 0,
};

my $room = (shift || Util::get_input("Room: ", ""));
my $speed = (shift || Util::get_input("Speed 1 to 10: ", ""));

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($room);
    while (1) {
    $o->doJoinRoom(410);
    sleep $speed;
    $o->doJoinRoom($room, 49, 265);
    sleep 2;
    $o->doJoinRoom(410);
    sleep $speed;
    $o->doJoinRoom($room, 210, 273);
    sleep 2;
    $o->doJoinRoom(410);
    sleep $speed;
    $o->doJoinRoom($room, 400, 226);
    sleep 2;
    $o->doJoinRoom(410);
    sleep $speed;
    $o->doJoinRoom($room, 719, 266);
    sleep 2;
    $o->doJoinRoom(410);
    sleep $speed;
    $o->doJoinRoom($room, 566, 291);
    sleep 2;
    $o->doJoinRoom(410);
    sleep $speed;
    $o->doJoinRoom($room, 347, 419);
    sleep 2;
    $o->doJoinRoom(410);
    sleep $speed;
    }
      last;
    }
    $state++;
  }
}

exit;
#Exit


Last edited by Gizmo92883 on Wed Mar 30, 2011 6:14 pm; edited 4 times in total
Gizmo92883
Gizmo92883

Posts : 114
Reputation : 0
Join date : 2010-09-08
Age : 29
Location : Retired Member

Back to top Go down

Teleport Bot [UPDATED] Empty How does it work?

Post  Mintoes Sat Feb 05, 2011 6:13 pm

How does this thing work? scratch

Mintoes

Posts : 11
Reputation : 0
Join date : 2011-01-30
Age : 22
Location : Earth

http://mintoescp.wordpress.com

Back to top Go down

Teleport Bot [UPDATED] Empty does it work?

Post  Robot2 Thu Mar 24, 2011 4:37 am

does this still work because when i open it, it quickly closes
Robot2
Robot2

Posts : 26
Reputation : 0
Join date : 2011-02-19
Location : Earth

Back to top Go down

Teleport Bot [UPDATED] Empty Fred it really works

Post  Gizmo92883 Tue Mar 29, 2011 2:39 pm

i just havent updated penguin reverse engineer Yet
Gizmo92883
Gizmo92883

Posts : 114
Reputation : 0
Join date : 2010-09-08
Age : 29
Location : Retired Member

Back to top Go down

Teleport Bot [UPDATED] Empty Re: Teleport Bot [UPDATED]

Post  Ozzyozborn13 Tue Mar 29, 2011 3:43 pm

Gizmo92883 wrote:i just havent updated penguin reverse engineer Yet
No, i updated it for all of the scripts on the forum. you might have made a mistake when you scripted it.
Ozzyozborn13
Ozzyozborn13
Admin

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

https://www.youtube.com/ozzyozborn13

Back to top Go down

Teleport Bot [UPDATED] Empty nope its not updated il update it

Post  Gizmo92883 Wed Mar 30, 2011 5:53 pm

nope its not updated il update it
Gizmo92883
Gizmo92883

Posts : 114
Reputation : 0
Join date : 2010-09-08
Age : 29
Location : Retired Member

Back to top Go down

Teleport Bot [UPDATED] Empty Teleport bot

Post  Gizmo92883 Wed Mar 30, 2011 6:13 pm

guys i fixed the problem it was at the end of the script
when you paste something it puts a period so i did #exit and then when you paste it at the end #exit.
So its fixed enjoy it!
Gizmo92883
Gizmo92883

Posts : 114
Reputation : 0
Join date : 2010-09-08
Age : 29
Location : Retired Member

Back to top Go down

Teleport Bot [UPDATED] Empty Re: Teleport Bot [UPDATED]

Post  Ozzyozborn13 Wed Mar 30, 2011 8:57 pm

Gizmo92883 wrote:nope its not updated il update it
I meant i updated PREM.
Ozzyozborn13
Ozzyozborn13
Admin

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

https://www.youtube.com/ozzyozborn13

Back to top Go down

Teleport Bot [UPDATED] Empty prempremprem

Post  Gizmo92883 Fri Apr 01, 2011 12:50 am

oh
Gizmo92883
Gizmo92883

Posts : 114
Reputation : 0
Join date : 2010-09-08
Age : 29
Location : Retired Member

Back to top Go down

Teleport Bot [UPDATED] Empty Re: Teleport Bot [UPDATED]

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