Where can I get PCL/PCL R-4?[LINKS FIXED]

Re: Where can I get PCL/PCL R-4?

Postby Stanley » Sun Jul 26, 2009 7:25 am

Genie wrote:
Stanley wrote:
Ok, Once you've edited the script you want to run.

Right click it, Move the mouse to Open With, Select Select Program.

Then Browse to C:\Program Files\PHP then Select "PHP" and press OK.

Your then done.


Is PHP then supposed to open and close very quickly then?


No, That means there was an error.

Did you edit the user,pass and server?
Old PCL Veteran.
Stanley
Support Team
Support Team
 
Posts: 94
Joined: Sun Jul 26, 2009 4:08 am
Cash on hand: 950.00
Bank: 28,107.50

Re: Where can I get PCL/PCL R-4?

Postby Genie » Sun Jul 26, 2009 7:26 am

Stanley wrote:
Genie wrote:
Stanley wrote:
Ok, Once you've edited the script you want to run.

Right click it, Move the mouse to Open With, Select Select Program.

Then Browse to C:\Program Files\PHP then Select "PHP" and press OK.

Your then done.


Is PHP then supposed to open and close very quickly then?


No, That means there was an error.

Did you edit the user,pass and server?


Yes, here's the script:

Code: Select all

    php
    $pclkey = betas;Replace this with the PCLKey you were given.
For just now, you can leave it how it is, but once the beta is over,
you will need to put in your own one
     Import of base class
    require_once (library.php);
    require_once(tasks.php);

    define (NUM_THREAD, 4); Set this to the number of penguins

    $servertogo = Frozen;Set this to the server you want them to go to.
    $room = 800;Set this to the ID of the room you want them to go to.

    $user[1] = Pinkie18;
    $user[2] = Bella 12345;
    $user[3] = Jasonjr;
    $user[4] = Tennisgal7;


    $pass[1] = pinkie;
    $pass[2] = 12345;
    $pass[3] = jason;
    $pass[4] = tennis;

    $numberphrases = 5;
    $phrases = array();
    $phrases[0] = SEARCH CP MEMORIES;
    $phrases[1] = AND TELL YOUR FRIENDS;
    $phrases[2] = GO FOR OLD PARTIES NEWSPAPERS;
    $phrases[3] = CATALOGS;
    $phrases[4] = AND MORE!;
    $phrases[5] = Thanks!;
   
     $penguins = array();
     for($x = 1; $x = NUM_THREAD; $x++){
          $penguins[$x] = new Pickle();
          $penguins[$x]-connect($user[$x], $pass[$x], $servertogo);
          if($penguins[$x]-extRoomID != $room){
               $penguins[$x]-joinRoom($room, rand(100,700), rand(100,700));
           }
      }
     while(true){
     for($x = 1; $x = NUM_THREAD; $x++){
          $penguins[$x]-sendPosition(rand(100,700), rand(100,700));
          $phrase = rand(1, $numberphrases);
          $penguins[$x]-sendMessage($phrases[$phrase]);
      }
      }

   
Genie
Trusted User
 
Posts: 28
Joined: Sun Jul 26, 2009 6:40 am
Cash on hand: 300.00

Re: Where can I get PCL/PCL R-4?

Postby Stanley » Sun Jul 26, 2009 7:28 am

Fixed.

Code: Select all
    <?php
    $pclkey = betas;

    require_once (library.php);
    require_once(tasks.php);

    define (NUM_THREAD, 4); Set this to the number of penguins

    $servertogo = Frozen;Set this to the server you want them to go to.
    $room = 800;Set this to the ID of the room you want them to go to.

    $user[1] = Pinkie18;
    $user[2] = Bella 12345;
    $user[3] = Jasonjr;
    $user[4] = Tennisgal7;


    $pass[1] = pinkie;
    $pass[2] = 12345;
    $pass[3] = jason;
    $pass[4] = tennis;

    $numberphrases = 5;
    $phrases = array();
    $phrases[0] = SEARCH CP MEMORIES;
    $phrases[1] = AND TELL YOUR FRIENDS;
    $phrases[2] = GO FOR OLD PARTIES NEWSPAPERS;
    $phrases[3] = CATALOGS;
    $phrases[4] = AND MORE!;
    $phrases[5] = Thanks!;
   
     $penguins = array();
     for($x = 1; $x = NUM_THREAD; $x++){
          $penguins[$x] = new Pickle();
          $penguins[$x]-connect($user[$x], $pass[$x], $servertogo);
          if($penguins[$x]-extRoomID != $room){
               $penguins[$x]-joinRoom($room, rand(100,700), rand(100,700));
           }
      }
     while(true){
     for($x = 1; $x = NUM_THREAD; $x++){
          $penguins[$x]-sendPosition(rand(100,700), rand(100,700));
          $phrase = rand(1, $numberphrases);
          $penguins[$x]-sendMessage($phrases[$phrase]);
      }
      }
?>
Old PCL Veteran.
Stanley
Support Team
Support Team
 
Posts: 94
Joined: Sun Jul 26, 2009 4:08 am
Cash on hand: 950.00
Bank: 28,107.50

Re: Where can I get PCL/PCL R-4?

Postby Genie » Sun Jul 26, 2009 7:33 am

It open & closes still, says there's an error on line 7
Genie
Trusted User
 
Posts: 28
Joined: Sun Jul 26, 2009 6:40 am
Cash on hand: 300.00

Re: Where can I get PCL/PCL R-4?

Postby ps34eva123 » Sun Jul 26, 2009 7:33 am

use this script. i edited huhu's script. you dont need to edit it in notepad:

Code: Select all
<?php

$pclkey = "betas"; // Leave this

require("library.php"); // Set to desired

require("tasks.php"); // Set to desired

$Usernames = array();
echo "Enter a username:      ";
$Usernames[1] = trim(fgets(STDIN)); // Enter Username
$Passwords = array();
echo "Enter a Password:      ";
$Passwords[1] = trim(fgets(STDIN)); // Enter Password
$users = 1; //Set this to the number of penguins.
echo "Enter a Server Id:      ";
$Server = trim(fgets(STDIN)); // Enter Desired Server (ID OR Name)
$loopcounter = 1; // Leave This

array();

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

         $p[$Currentpenguin] = new Pickle;

         $login = $p[$Currentpenguin]->connect($Usernames[$Currentpenguin], $Passwords[$Currentpenguin], $Server);

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

     echo " Welcome, " . $Usernames[$Currentpenguin] . " To Hu_'s PCL-R4 MoneyMaker (The first one ever released, so far :D)\n\n";
while($loopcounter <= 200)
{

   echo "Starting 5000 coin cycle #" . $loopcounter . " || Total coins earned: " . $loopcounter * 5000 . "\n";

   $loopcounter++;

   $p[$Currentpenguin]->joinGame(912);

   $p[$Currentpenguin]->getCoins(5000);

   $p[$Currentpenguin]->joinRoom(800);     

}



echo "\n\nThis is the end, 1 million coins is the limit :D\n";
$p[$Currentpenguin]->disconnect();

}

       else

       echo $login;

}



Sleep(999999);

?>

ps34eva123
Trusted User
 
Posts: 122
Joined: Sun Jul 26, 2009 4:30 am
Cash on hand: 300.00
Programming Skills: PHP(mid-beginner)

Re: Where can I get PCL/PCL R-4?

Postby ps34eva123 » Sun Jul 26, 2009 7:34 am

if that error still occurs, make sure you have the necessary files in the directory of the php script
ps34eva123
Trusted User
 
Posts: 122
Joined: Sun Jul 26, 2009 4:30 am
Cash on hand: 300.00
Programming Skills: PHP(mid-beginner)

Re: Where can I get PCL/PCL R-4?

Postby Genie » Sun Jul 26, 2009 7:35 am

ps34eva123 wrote:if that error still occurs, make sure you have the necessary files in the directory of the php script


umm im not using a money maker script. :s

and they are all in the same folder
Genie
Trusted User
 
Posts: 28
Joined: Sun Jul 26, 2009 6:40 am
Cash on hand: 300.00

Re: Where can I get PCL/PCL R-4?

Postby Stanley » Sun Jul 26, 2009 7:37 am

Genie wrote:It open & closes still, says there's an error on line 7


Try:
Code: Select all
        <?php
        $pclkey = betas;

        require_once (library.php);
        require_once(tasks.php);

        define (NUM_THREAD, 4);

        $servertogo = "Frozen";
        $room = 800;

        $user[1] = Pinkie18;
        $user[2] = Bella 12345;
        $user[3] = Jasonjr;
        $user[4] = Tennisgal7;


        $pass[1] = pinkie;
        $pass[2] = 12345;
        $pass[3] = jason;
        $pass[4] = tennis;

        $numberphrases = 5;
        $phrases = array();
        $phrases[0] = SEARCH CP MEMORIES;
        $phrases[1] = AND TELL YOUR FRIENDS;
        $phrases[2] = GO FOR OLD PARTIES NEWSPAPERS;
        $phrases[3] = CATALOGS;
        $phrases[4] = AND MORE!;
        $phrases[5] = Thanks!;
       
         $penguins = array();
         for($x = 1; $x = NUM_THREAD; $x++){
              $penguins[$x] = new Pickle();
              $penguins[$x]-connect($user[$x], $pass[$x], $servertogo);
              if($penguins[$x]-extRoomID != $room){
                   $penguins[$x]-joinRoom($room, rand(100,700), rand(100,700));
               }
          }
         while(true){
         for($x = 1; $x = NUM_THREAD; $x++){
              $penguins[$x]-sendPosition(rand(100,700), rand(100,700));
              $phrase = rand(1, $numberphrases);
              $penguins[$x]-sendMessage($phrases[$phrase]);
          }
          }
    ?>


It Should work now.
Old PCL Veteran.
Stanley
Support Team
Support Team
 
Posts: 94
Joined: Sun Jul 26, 2009 4:08 am
Cash on hand: 950.00
Bank: 28,107.50

Re: Where can I get PCL/PCL R-4?

Postby ps34eva123 » Sun Jul 26, 2009 7:38 am

what script are you using :?
ps34eva123
Trusted User
 
Posts: 122
Joined: Sun Jul 26, 2009 4:30 am
Cash on hand: 300.00
Programming Skills: PHP(mid-beginner)

Re: Where can I get PCL/PCL R-4?

Postby South Pole » Sun Jul 26, 2009 7:40 am

My web safe version works now. I was able to fix it somehow.
Glad to see PCL is back, I will be hanging around for a little while.
User avatar
South Pole
Trusted User
 
Posts: 64
Joined: Sun Jul 26, 2009 4:03 am
Cash on hand: 2,205.71
Bank: 41,624.83

PreviousNext

Return to PCL Tutorials

Who is online

Users browsing this forum: No registered users and 1 guest