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!
Moderator Function! (NOT MINE) (Hu_'s) From Pcl EmptyTue Feb 05, 2019 5:36 am by Gizmo92883

» Anybody else come to this forum for the memories?
Moderator Function! (NOT MINE) (Hu_'s) From Pcl EmptyTue Jun 12, 2018 12:07 am by Cooldude21

» This forum died
Moderator Function! (NOT MINE) (Hu_'s) From Pcl EmptyThu Mar 30, 2017 11:10 pm by _Skate_

» Introduce yourselves!
Moderator Function! (NOT MINE) (Hu_'s) From Pcl EmptyFri Jan 23, 2015 7:21 pm by Gizmo92883

» Ozzy's Bot Script
Moderator Function! (NOT MINE) (Hu_'s) From Pcl EmptyMon May 13, 2013 8:31 am by Pig

» Goodbye BCPB Forums.
Moderator Function! (NOT MINE) (Hu_'s) From Pcl EmptyTue Sep 18, 2012 6:37 pm by 43nînjâ17

» Follow bot script (100% Credit to Cp-Cheater )
Moderator Function! (NOT MINE) (Hu_'s) From Pcl EmptySun Sep 16, 2012 4:55 pm by Dentonbrooks

» Xat Main Owner Hacker
Moderator Function! (NOT MINE) (Hu_'s) From Pcl EmptyFri Aug 17, 2012 2:32 am by 43nînjâ17

» xat message big
Moderator Function! (NOT MINE) (Hu_'s) From Pcl EmptySat Aug 11, 2012 12:32 am by 43nînjâ17

Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
Club Penguin Events
Advertisement

Moderator Function! (NOT MINE) (Hu_'s) From Pcl

3 posters

Go down

Moderator Function! (NOT MINE) (Hu_'s) From Pcl Empty Moderator Function! (NOT MINE) (Hu_'s) From Pcl

Post  43nînjâ17 Tue Mar 01, 2011 12:06 am

It Sees if theres mods in the room.


Code:
  function safetySignal($Arg){

if ($Arg == "Simple"){
        echo "\n\n--- Starting The Simple SafetySignal 2.0 Function By Hu_ ---\n";
        sleep(3);
        $rawPack = $this->readRawPacket();
        if(stripos($rawPack, "xt%ma%")) {
        echo ("\n\nALERT: Moderator detected; Bot disconnecting\n\n");
        $this->disconnect();
                sleep(9001);
    }
        if(stripos($rawPack, "xt%k%")) {
        echo ("\n\nALERT: Kick detected on server; Bot disconnecting\n\n");
        $this->disconnect();
                sleep(9001);
    }
        if(stripos($rawPack, "xt%m%")) {
        echo ("\n\nALERT: Mute detected on server; Bot disconnecting\n\n");
        $this->disconnect();
                sleep(9001);
    }
        if(stripos($rawPack, "xt%b%")) {
        echo ("\n\nALERT: Ban detected on server; Bot disconnecting\n\n");
        $this->disconnect();
                sleep(9001);
    }
        else {
        echo "--- GOGOGO NO MODS OR PUNISHMENTS! ---\n---Waiting 5 seconds :D---\n\n";
        sleep(5);
        }
}

elseif ($Arg == "Advanced"){
echo "\n\n--- Starting The Advanced SafetySignal 2.0 Function By Hu_ ---\n";
        sleep(3);
$rawPack = $this->readRawPacket ();

        if (stripos($rawPack, "xt%")) {

                $explode = explode("%", $rawPack);

                $set = $explode[2];
                switch($set){
                        case ma:
                        echo ("\n\nALERT: Moderator detected; Bot disconnecting\n\n");
                        $this->disconnect();
                        sleep(9001);

                        case k:
                        echo ("\n\nALERT: Kick detected on server; Bot disconnecting\n\n");
                        $this->disconnect();
                        sleep(9001);

                        case m:
                        echo ("\n\nALERT: Mute detected on server; Bot disconnecting\n\n");
                        $this->disconnect();
                        sleep(9001);

                        case b:
                        echo ("\n\nALERT: Ban detected on server; Bot disconnecting\n\n");
                        $this->disconnect();
                        sleep(9001);

                        default:
                        echo "--- GOGOGO NO MODS OR PUNISHMENTS! ---\n---Waiting 5 seconds :D---\n\n";
                        sleep(5);
                        }
                        }
}

else{
for($k = 1; $k <= 5; $k++){
echo "\n\nSafety Signal: LAWL ERROR: Entered Wrong Arguments, remember it's either Advanced or Simple. :D\n";

}
echo"\n";
sleep(9001);
}

        }


Last edited by 43nînjâ17 on Tue Mar 01, 2011 6:41 pm; edited 1 time in total

43nînjâ17

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

Back to top Go down

Moderator Function! (NOT MINE) (Hu_'s) From Pcl Empty Re: Moderator Function! (NOT MINE) (Hu_'s) From Pcl

Post  Ozzyozborn13 Tue Mar 01, 2011 12:17 am

You don't need to type in capitals when you are saying it is not yours, you can just say that and give credit in the post.
Ozzyozborn13
Ozzyozborn13
Admin

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

https://www.youtube.com/ozzyozborn13

Back to top Go down

Moderator Function! (NOT MINE) (Hu_'s) From Pcl Empty Re: Moderator Function! (NOT MINE) (Hu_'s) From Pcl

Post  Bolt Hugs Fri Sep 09, 2011 8:37 pm

Does this script still work? o:

Bolt Hugs

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

Back to top Go down

Moderator Function! (NOT MINE) (Hu_'s) From Pcl Empty Re: Moderator Function! (NOT MINE) (Hu_'s) 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