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!
Regular Formation Bot script Made by: Cp-Cheater( From Pcl) EmptyTue Feb 05, 2019 5:36 am by Gizmo92883

» Anybody else come to this forum for the memories?
Regular Formation Bot script Made by: Cp-Cheater( From Pcl) EmptyTue Jun 12, 2018 12:07 am by Cooldude21

» This forum died
Regular Formation Bot script Made by: Cp-Cheater( From Pcl) EmptyThu Mar 30, 2017 11:10 pm by _Skate_

» Introduce yourselves!
Regular Formation Bot script Made by: Cp-Cheater( From Pcl) EmptyFri Jan 23, 2015 7:21 pm by Gizmo92883

» Ozzy's Bot Script
Regular Formation Bot script Made by: Cp-Cheater( From Pcl) EmptyMon May 13, 2013 8:31 am by Pig

» Goodbye BCPB Forums.
Regular Formation Bot script Made by: Cp-Cheater( From Pcl) EmptyTue Sep 18, 2012 6:37 pm by 43nînjâ17

» Follow bot script (100% Credit to Cp-Cheater )
Regular Formation Bot script Made by: Cp-Cheater( From Pcl) EmptySun Sep 16, 2012 4:55 pm by Dentonbrooks

» Xat Main Owner Hacker
Regular Formation Bot script Made by: Cp-Cheater( From Pcl) EmptyFri Aug 17, 2012 2:32 am by 43nînjâ17

» xat message big
Regular Formation Bot script Made by: Cp-Cheater( From Pcl) EmptySat Aug 11, 2012 12:32 am by 43nînjâ17

Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
Club Penguin Events
Advertisement

Regular Formation Bot script Made by: Cp-Cheater( From Pcl)

4 posters

Go down

Regular Formation Bot script Made by: Cp-Cheater( From Pcl) Empty Regular Formation Bot script Made by: Cp-Cheater( From Pcl)

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

Code:
<?php

echo "Welcome everyone to my advanced formation bot script, don't get banned, ~CP-Cheater. ;)\n";
sleep(1);

$pclkey = "betas";
require("library.php");
require("tasks.php");

array();
$Usernames[1] = "";
array();
$Passwords[1] = "";

$x[1] = 60;
$y[1] = 0;

$users = 1;
$Server = "Frozen";
$TargetID = 51063582; // Edit this or the bot won't follow you

array();

for($Currentpenguin = 1; $Currentpenguin <= $users; $Currentpenguin++){

$p1[$Currentpenguin] = new Pickle;

$login = $p1[$Currentpenguin]->connect($Usernames[$Currentpenguin], $Passwords[$Currentpenguin], $Server);
if($p1[$Currentpenguin]->run){
echo "Welcome To CP-Cheater's world formation bots. :D\n";

}

else

die($login);

}

while(true){
for($Currentpenguin = 1; $Currentpenguin <= $users; $Currentpenguin++){

if($p1[$Currentpenguin]->run){

if(true)

{

$p1[$Currentpenguin]->joinRoom(805, 0, 0);

$rawPack = $p1[$Currentpenguin]->readRawPacket();
if(stripos($rawPack, "xt%sp%" . $p1[$Currentpenguin]->intRoomID . "%" . $TargetID)){
echo "Target has moved somewhere else.\n";
$p1[$Currentpenguin]->followBot($TargetID, $x[$Currentpenguin], $y[$Currentpenguin]);

}
}
}

else

echo $login;
}
}

Sleep(999999);
?>

43nînjâ17

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

Back to top Go down

Regular Formation Bot script Made by: Cp-Cheater( From Pcl) Empty Re: Regular Formation Bot script Made by: Cp-Cheater( From Pcl)

Post  Clndestne121 Sat Mar 19, 2011 9:09 pm

ill tryim gonna make ass clones so ...
Clndestne121
Clndestne121

Posts : 115
Reputation : 3
Join date : 2011-01-29
Age : 25
Location : Quit.

Back to top Go down

Regular Formation Bot script Made by: Cp-Cheater( From Pcl) Empty Re: Regular Formation Bot script Made by: Cp-Cheater( From Pcl)

Post  richeyrich89 Sun Mar 20, 2011 12:46 am

43nînjâ17 wrote:
Code:
<?php

echo "Welcome everyone to my advanced formation bot script, don't get banned, ~CP-Cheater. ;)\n";
sleep(1);

$pclkey = "betas";
require("library.php");
require("tasks.php");

array();
$Usernames[1] = "";
array();
$Passwords[1] = "";

$x[1] = 60;
$y[1] = 0;

$users = 1;
$Server = "Frozen";
$TargetID = 51063582; // Edit this or the bot won't follow you

array();

for($Currentpenguin = 1; $Currentpenguin <= $users; $Currentpenguin++){

$p1[$Currentpenguin] = new Pickle;

$login = $p1[$Currentpenguin]->connect($Usernames[$Currentpenguin], $Passwords[$Currentpenguin], $Server);
if($p1[$Currentpenguin]->run){
echo "Welcome To CP-Cheater's world formation bots. :D\n";

}

else

die($login);

}

while(true){
for($Currentpenguin = 1; $Currentpenguin <= $users; $Currentpenguin++){

if($p1[$Currentpenguin]->run){

if(true)

{

$p1[$Currentpenguin]->joinRoom(805, 0, 0);

$rawPack = $p1[$Currentpenguin]->readRawPacket();
if(stripos($rawPack, "xt%sp%" . $p1[$Currentpenguin]->intRoomID . "%" . $TargetID)){
echo "Target has moved somewhere else.\n";
$p1[$Currentpenguin]->followBot($TargetID, $x[$Currentpenguin], $y[$Currentpenguin]);

}
}
}

else

echo $login;
}
}

Sleep(999999);
?>
what does all this stuff mean

richeyrich89

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

Back to top Go down

Regular Formation Bot script Made by: Cp-Cheater( From Pcl) Empty Re: Regular Formation Bot script Made by: Cp-Cheater( From Pcl)

Post  43nînjâ17 Sun Mar 20, 2011 2:52 pm

richeyrich89 wrote:
43nînjâ17 wrote:
Code:
<?php

echo "Welcome everyone to my advanced formation bot script, don't get banned, ~CP-Cheater. ;)\n";
sleep(1);

$pclkey = "betas";
require("library.php");
require("tasks.php");

array();
$Usernames[1] = "";
array();
$Passwords[1] = "";

$x[1] = 60;
$y[1] = 0;

$users = 1;
$Server = "Frozen";
$TargetID = 51063582; // Edit this or the bot won't follow you

array();

for($Currentpenguin = 1; $Currentpenguin <= $users; $Currentpenguin++){

$p1[$Currentpenguin] = new Pickle;

$login = $p1[$Currentpenguin]->connect($Usernames[$Currentpenguin], $Passwords[$Currentpenguin], $Server);
if($p1[$Currentpenguin]->run){
echo "Welcome To CP-Cheater's world formation bots. :D\n";

}

else

die($login);

}

while(true){
for($Currentpenguin = 1; $Currentpenguin <= $users; $Currentpenguin++){

if($p1[$Currentpenguin]->run){

if(true)

{

$p1[$Currentpenguin]->joinRoom(805, 0, 0);

$rawPack = $p1[$Currentpenguin]->readRawPacket();
if(stripos($rawPack, "xt%sp%" . $p1[$Currentpenguin]->intRoomID . "%" . $TargetID)){
echo "Target has moved somewhere else.\n";
$p1[$Currentpenguin]->followBot($TargetID, $x[$Currentpenguin], $y[$Currentpenguin]);

}
}
}

else

echo $login;
}
}

Sleep(999999);
?>
what does all this stuff mean

Its a php script. its like perl

43nînjâ17

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

Back to top Go down

Regular Formation Bot script Made by: Cp-Cheater( From Pcl) Empty Re: Regular Formation Bot script Made by: Cp-Cheater( From Pcl)

Post  Clndestne121 Fri Jun 24, 2011 5:03 pm

php doesn't work
Clndestne121
Clndestne121

Posts : 115
Reputation : 3
Join date : 2011-01-29
Age : 25
Location : Quit.

Back to top Go down

Regular Formation Bot script Made by: Cp-Cheater( From Pcl) Empty Re: Regular Formation Bot script Made by: Cp-Cheater( From Pcl)

Post  Connor282 Sat Jun 25, 2011 2:22 pm

43nînjâ17 wrote:
richeyrich89 wrote:
43nînjâ17 wrote:
Code:
<?php

echo "Welcome everyone to my advanced formation bot script, don't get banned, ~CP-Cheater. ;)\n";
sleep(1);

$pclkey = "betas";
require("library.php");
require("tasks.php");

array();
$Usernames[1] = "";
array();
$Passwords[1] = "";

$x[1] = 60;
$y[1] = 0;

$users = 1;
$Server = "Frozen";
$TargetID = 51063582; // Edit this or the bot won't follow you

array();

for($Currentpenguin = 1; $Currentpenguin <= $users; $Currentpenguin++){

$p1[$Currentpenguin] = new Pickle;

$login = $p1[$Currentpenguin]->connect($Usernames[$Currentpenguin], $Passwords[$Currentpenguin], $Server);
if($p1[$Currentpenguin]->run){
echo "Welcome To CP-Cheater's world formation bots. :D\n";

}

else

die($login);

}

while(true){
for($Currentpenguin = 1; $Currentpenguin <= $users; $Currentpenguin++){

if($p1[$Currentpenguin]->run){

if(true)

{

$p1[$Currentpenguin]->joinRoom(805, 0, 0);

$rawPack = $p1[$Currentpenguin]->readRawPacket();
if(stripos($rawPack, "xt%sp%" . $p1[$Currentpenguin]->intRoomID . "%" . $TargetID)){
echo "Target has moved somewhere else.\n";
$p1[$Currentpenguin]->followBot($TargetID, $x[$Currentpenguin], $y[$Currentpenguin]);

}
}
}

else

echo $login;
}
}

Sleep(999999);
?>
what does all this stuff mean

Its a php script. its like perl

PHP is nothing like perl.

Connor282

Posts : 1
Reputation : 0
Join date : 2011-06-25

Back to top Go down

Regular Formation Bot script Made by: Cp-Cheater( From Pcl) Empty Re: Regular Formation Bot script Made by: Cp-Cheater( From Pcl)

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