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!
How to make a Perl bot script log on automatically EmptyTue Feb 05, 2019 5:36 am by Gizmo92883

» Anybody else come to this forum for the memories?
How to make a Perl bot script log on automatically EmptyTue Jun 12, 2018 12:07 am by Cooldude21

» This forum died
How to make a Perl bot script log on automatically EmptyThu Mar 30, 2017 11:10 pm by _Skate_

» Introduce yourselves!
How to make a Perl bot script log on automatically EmptyFri Jan 23, 2015 7:21 pm by Gizmo92883

» Ozzy's Bot Script
How to make a Perl bot script log on automatically EmptyMon May 13, 2013 8:31 am by Pig

» Goodbye BCPB Forums.
How to make a Perl bot script log on automatically EmptyTue Sep 18, 2012 6:37 pm by 43nînjâ17

» Follow bot script (100% Credit to Cp-Cheater )
How to make a Perl bot script log on automatically EmptySun Sep 16, 2012 4:55 pm by Dentonbrooks

» Xat Main Owner Hacker
How to make a Perl bot script log on automatically EmptyFri Aug 17, 2012 2:32 am by 43nînjâ17

» xat message big
How to make a Perl bot script log on automatically EmptySat Aug 11, 2012 12:32 am by 43nînjâ17

Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
Club Penguin Events
Advertisement

How to make a Perl bot script log on automatically

3 posters

Go down

How to make a Perl bot script log on automatically Empty How to make a Perl bot script log on automatically

Post  Ozzyozborn13 Fri Jan 21, 2011 11:38 pm

Okay well in this tutorial i going to show you how to edit a Perl bot script so it logs on automatically when you open it like Php, I will be using my script as an example.

Step 1: Find the login section, it should look something like this:
Code:
  username => (shift || Util::get_input("Ozzy Bot Name: ", "PENGUIN")),
  password => (shift || Util::get_input("Password: ", "PASSWORD")),
  server  => (shift || Util::get_input("Desired Server: ", "Server")),
};

Change it to this:
Code:
my $o = new CopyBot {
  username => "PENGUIN",
  password => "PASSWORD",
  server  => "SERVER",
};

Step 2: Find the target section, it should look something like this:
Code:
our $target = (shift || Util::get_input("Leader: ", "LEADER"));
our $target_follow = $target ? 0 : 1;

Change it to this:
Code:
our $target = "LEADER";
our $target_follow = $target ? 0 : 1;

Step 3: Find the offset section, it should look something like this:
Code:
my $xoffset = (shift || Util::get_input("X offset: ", "OFFSET"));
my $yoffset = (shift || Util::get_input("Y offset: ", "OFFSET"));

Change it to this:
Code:
my $xoffset = "OFFSET";
my $yoffset = "OFFSET";

You are now done! make sure you replaced whatever was inside the quotes with your bots info and stuff.
Ozzyozborn13
Ozzyozborn13
Admin

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

https://www.youtube.com/ozzyozborn13

Back to top Go down

How to make a Perl bot script log on automatically Empty Worked

Post  Awsomedude56 Sun Feb 27, 2011 11:30 pm

It worked!!!!!!!! Very Happy Very Happy Very Happy Very Happy Very Happy Very Happy Very Happy Very Happy Very Happy Very Happy Very Happy Very Happy Very Happy Very Happy Very Happy Very Happy Very Happy Very Happy Very Happy Very Happy Very Happy Very Happy Very Happy Surprised Surprised Surprised Surprised Surprised Surprised Surprised Surprised Surprised Surprised Surprised Surprised Surprised Surprised Surprised



pirat
Awsomedude56
Awsomedude56

Posts : 60
Reputation : -3
Join date : 2011-02-10
Age : 23
Location : somewhere.......

http://clubpenguinglitchezlikecrazy.WebStarts.com

Back to top Go down

How to make a Perl bot script log on automatically Empty Re: How to make a Perl bot script log on automatically

Post  Guest Wed Mar 09, 2011 8:29 pm

Doesn't work

Guest
Guest


Back to top Go down

How to make a Perl bot script log on automatically Empty ---

Post  43nînjâ17 Wed Mar 09, 2011 9:17 pm

Dentonbrooks wrote:Doesn't work

If u need any help just teamviewer me.

43nînjâ17

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

Back to top Go down

How to make a Perl bot script log on automatically Empty Re: How to make a Perl bot script log on automatically

Post  Guest Wed Mar 09, 2011 11:04 pm

Ok Ninja! But, what if your not online?

Guest
Guest


Back to top Go down

How to make a Perl bot script log on automatically Empty ---

Post  43nînjâ17 Wed Mar 09, 2011 11:14 pm

Dentonbrooks wrote:Ok Ninja! But, what if your not online?


Only if im online

43nînjâ17

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

Back to top Go down

How to make a Perl bot script log on automatically Empty Re: How to make a Perl bot script log on automatically

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top


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