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.
Similar topics
Latest topics
» Add me on discord if you want to catch up!
How do I make bots? EmptyTue Feb 05, 2019 5:36 am by Gizmo92883

» Anybody else come to this forum for the memories?
How do I make bots? EmptyTue Jun 12, 2018 12:07 am by Cooldude21

» This forum died
How do I make bots? EmptyThu Mar 30, 2017 11:10 pm by _Skate_

» Introduce yourselves!
How do I make bots? EmptyFri Jan 23, 2015 7:21 pm by Gizmo92883

» Ozzy's Bot Script
How do I make bots? EmptyMon May 13, 2013 8:31 am by Pig

» Goodbye BCPB Forums.
How do I make bots? EmptyTue Sep 18, 2012 6:37 pm by 43nînjâ17

» Follow bot script (100% Credit to Cp-Cheater )
How do I make bots? EmptySun Sep 16, 2012 4:55 pm by Dentonbrooks

» Xat Main Owner Hacker
How do I make bots? EmptyFri Aug 17, 2012 2:32 am by 43nînjâ17

» xat message big
How do I make bots? EmptySat Aug 11, 2012 12:32 am by 43nînjâ17

Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
Club Penguin Events
Advertisement

How do I make bots?

3 posters

Go down

How do I make bots? Empty How do I make bots?

Post  eliotsolomon Sat Apr 23, 2011 9:28 am

I'm really sorry if this sounds stupid, but how can a person with no programming experience make a bot? Are there any good tutorials?

eliotsolomon

Posts : 5
Reputation : 0
Join date : 2011-04-22

Back to top Go down

How do I make bots? Empty Re: How do I make bots?

Post  Ozzyozborn13 Sat Apr 23, 2011 12:03 pm

eliotsolomon wrote:I'm really sorry if this sounds stupid, but how can a person with no programming experience make a bot? Are there any good tutorials?
You should download my bot script: [You must be registered and logged in to see this link.] and if you dont already have perl there is a link in my post for it.
Ozzyozborn13
Ozzyozborn13
Admin

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

https://www.youtube.com/ozzyozborn13

Back to top Go down

How do I make bots? Empty Cool Script!

Post  eliotsolomon Sat Apr 23, 2011 12:30 pm

The script is really awesome, but how would I create my own script?

eliotsolomon

Posts : 5
Reputation : 0
Join date : 2011-04-22

Back to top Go down

How do I make bots? Empty Re: How do I make bots?

Post  Ozzyozborn13 Sat Apr 23, 2011 3:07 pm

eliotsolomon wrote:The script is really awesome, but how would I create my own script?
You need programming experience.
Ozzyozborn13
Ozzyozborn13
Admin

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

https://www.youtube.com/ozzyozborn13

Back to top Go down

How do I make bots? Empty An Attempt

Post  eliotsolomon Sat Apr 23, 2011 3:25 pm

Here is a perl script that connects to club penguin:
Code:

#!/usr/bin/perl

# Program: deploy2watch.pl
# Author: Eliot Solomon
# License: DO NOT DISTRIBUTE WITHOUT PRIOR WRITTEN CONSENT FROM THE AUTHOR.
# Copyright (C) 2011 Eliot Solomon

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 => (shift || Util::get_input("Penguin Name: ", "PENGUIN")),
  password => (shift || Util::get_input("Password: ", "PASSWORD")),
  server  => (shift || Util::get_input("Desired Server: ", "Permafrost")),
};

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

our $state = 0;

while (99999999999) {
  if (!$o->consume) {
    print scalar(localtime).": [$$] *YAWN* ($state)\n";
    select(undef,undef,undef,1);
    if (!$state) {
  } elsif ($state==1) {
  $o->doJoinRoom(805);
  #do things?
  sleep 1;
      last;
    }
    $state++;
  }
}

sleep 4;
exit;

eliotsolomon

Posts : 5
Reputation : 0
Join date : 2011-04-22

Back to top Go down

How do I make bots? Empty Re: How do I make bots?

Post  Unicorn12 Thu Nov 24, 2011 8:03 pm

I've tried php but i can't get the downloading right Neutral
Unicorn12
Unicorn12

Posts : 2
Reputation : 0
Join date : 2011-11-24

Back to top Go down

How do I make bots? Empty Re: How do I make bots?

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