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

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

» This forum died
Teleport Bot "Gizmo92883" EmptyThu Mar 30, 2017 11:10 pm by _Skate_

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

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

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

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

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

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

Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
Club Penguin Events
Advertisement

Teleport Bot "Gizmo92883"

4 posters

Go down

Teleport Bot "Gizmo92883" Empty Re: Teleport Bot "Gizmo92883"

Post  Clndestne121 Fri Sep 16, 2011 6:35 pm

All You Did Was Get a Php Formation Script and Edited it :/
Clndestne121
Clndestne121

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

Back to top Go down

Teleport Bot "Gizmo92883" Empty No i didnt

Post  Gizmo92883 Fri Sep 16, 2011 9:15 pm

No, i didnt all i did was script it it's easy and not even hard to remember. Same thing with perl the while code basicly does it all but your wroung i scripted this.
Gizmo92883
Gizmo92883

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

Back to top Go down

Teleport Bot "Gizmo92883" Empty Re: Teleport Bot "Gizmo92883"

Post  Clndestne121 Fri Sep 16, 2011 9:59 pm

its So Diffrent Than Perl :/
Clndestne121
Clndestne121

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

Back to top Go down

Teleport Bot "Gizmo92883" Empty Some function's arnt

Post  Gizmo92883 Fri Sep 16, 2011 10:05 pm

Look, i know its very diffrent but if you notice most of the commands in my teleport bot are exactly the same as my php version.
Gizmo92883
Gizmo92883

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

Back to top Go down

Teleport Bot "Gizmo92883" Empty Re: Teleport Bot "Gizmo92883"

Post  Bolt Hugs Sat Sep 17, 2011 8:45 am

Nice work Gizmo. It's basic, but still awesome.

Bolt Hugs

Posts : 117
Reputation : 3
Join date : 2011-06-25

Back to top Go down

Teleport Bot "Gizmo92883" Empty Re: Teleport Bot "Gizmo92883"

Post  43nînjâ17 Sat Sep 17, 2011 11:28 am

Gizmo92883 wrote:Hey guys today i put together a php teleport bot kinda based of my perl teleport bot. I made this because perl doesnt work and i liked the teleport bot alot so here it is.

Code:
<?php
$pclkey = 'betas';
require_once("Pickle.php");
require_once("tasks.php");
require_once("library.php");

/////////////////////////////////////
//                                //
//    Gizmo92883's Teleport Bot    //
//                                //
/////////////////////////////////////
echo "Welcome to Gizmo92883's Teleport Bot!\n\n";

echo "Username: ";
$Username = trim(fgets(STDIN));
echo "Password: ";
$Password = trim(fgets(STDIN));
echo "Server: ";
$Server = trim(fgets(STDIN));
echo "Room ID: ";
$RoomXD = trim(fgets(STDIN));

echo "\nConnecting...\n";
$p = new Pickle;
$p->connect($Username, $Password, $Server);
echo "You are now logged in!";
$p->joinRoom(805);
sleep (1);

while(true){
$p->joinRoom($RoomXD, 300, 300);
sleep (1);
$p->joinRoom(805, 0, 0); // Dont Edit this line
sleep (1);
$p->joinRoom($RoomXD, 400, 400);
sleep (1);
$p->joinRoom(805, 0 ,0); // Dont Edit this line
sleep (1);
$p->joinRoom($RoomXD, 500, 300);
sleep (1);
$p->joinRoom(805, 0 ,0); // Dont Edit this line
sleep (1);
$p->joinRoom($RoomXD, 719, 266);
sleep (1);
$p->joinRoom(805, 0, 0); // Dont Edit this line
sleep (1);
$p->joinRoom($RoomXD, 100, 270);
sleep (1);
$p->joinRoom(805, 0 ,0); // Dont Edit this line
sleep (1);
$p->joinRoom($RoomXD, 293, 200);
sleep (1);
$p->joinRoom(805, 0 ,0); // Dont Edit this line
sleep (1);
}
?>

Enjoy it!

Gizmo I thought you said that you didnt know how to do php ?????

43nînjâ17

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

Back to top Go down

Teleport Bot "Gizmo92883" Empty Re: Teleport Bot "Gizmo92883"

Post  Clndestne121 Sat Sep 17, 2011 12:34 pm

Ninja I thought You Quit../Louie78 i changed my name.
Clndestne121
Clndestne121

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

Back to top Go down

Teleport Bot "Gizmo92883" Empty Re: Teleport Bot "Gizmo92883"

Post  43nînjâ17 Sat Sep 17, 2011 10:18 pm

Clndestne121 wrote:Ninja I thought You Quit../Louie78 i changed my name.

I just vist once every 2 months

43nînjâ17

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

Back to top Go down

Teleport Bot "Gizmo92883" Empty Re: Teleport Bot "Gizmo92883"

Post  Clndestne121 Sat Sep 17, 2011 11:14 pm

Still Doing Bots?
Clndestne121
Clndestne121

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

Back to top Go down

Teleport Bot "Gizmo92883" Empty Re: Teleport Bot "Gizmo92883"

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