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!
Bruteforce 100% Credit to Hookbot EmptyTue Feb 05, 2019 5:36 am by Gizmo92883

» Anybody else come to this forum for the memories?
Bruteforce 100% Credit to Hookbot EmptyTue Jun 12, 2018 12:07 am by Cooldude21

» This forum died
Bruteforce 100% Credit to Hookbot EmptyThu Mar 30, 2017 11:10 pm by _Skate_

» Introduce yourselves!
Bruteforce 100% Credit to Hookbot EmptyFri Jan 23, 2015 7:21 pm by Gizmo92883

» Ozzy's Bot Script
Bruteforce 100% Credit to Hookbot EmptyMon May 13, 2013 8:31 am by Pig

» Goodbye BCPB Forums.
Bruteforce 100% Credit to Hookbot EmptyTue Sep 18, 2012 6:37 pm by 43nînjâ17

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

» Xat Main Owner Hacker
Bruteforce 100% Credit to Hookbot EmptyFri Aug 17, 2012 2:32 am by 43nînjâ17

» xat message big
Bruteforce 100% Credit to Hookbot EmptySat Aug 11, 2012 12:32 am by 43nînjâ17

Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
Club Penguin Events
Advertisement

Bruteforce 100% Credit to Hookbot

+8
richeyrich89
Robot2
_Skate_
Mintoes
Duckdude007
oznm
Cooldude1234
43nînjâ17
12 posters

Go down

Bruteforce 100% Credit to Hookbot Empty Bruteforce 100% Credit to Hookbot

Post  43nînjâ17 Mon Aug 30, 2010 7:23 pm

Code:

#!/usr/bin/perl

# Program: bruteforce.pl
# Author: HookBot <hookbot@gmail.com>
# Copyright (C) 2008
# WARNING: Use at your own risk!

use strict;
use warnings;

my @a = map { chr($_) } (32..126);
# narrow the alphabet if desired
#@a = ('a'..'z');

# Up to how many characters to try
for my $len (1..5) {
  my @comb = (0) x $len;
  while (1) {
    my $try = join "", map { $a[$_] } @comb;
    print "[$try]\n";
    my $i = $#comb;
    while ($i>=0 and ++($comb[$i]) == @a) {
      $comb[$i--] = 0;
    }
    last if $i < 0;
  }
}

43nînjâ17

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

Back to top Go down

Bruteforce 100% Credit to Hookbot Empty Bruteforce

Post  Cooldude1234 Mon Nov 29, 2010 6:36 pm

what is a bruteforce?
Cooldude1234
Cooldude1234

Posts : 14
Reputation : 1
Join date : 2010-09-26

Back to top Go down

Bruteforce 100% Credit to Hookbot Empty Re: Bruteforce 100% Credit to Hookbot

Post  oznm Sat Jan 08, 2011 8:01 pm

I don't get what this is...
It just keeps listing things Neutral
oznm
oznm

Posts : 17
Reputation : 1
Join date : 2010-12-22

Back to top Go down

Bruteforce 100% Credit to Hookbot Empty Re: Bruteforce 100% Credit to Hookbot

Post  Duckdude007 Wed Jan 12, 2011 7:33 pm

It a password cracker to crack penguins passwords with nub passes like 54321, 12345, etc.

Duckdude007

Posts : 4
Reputation : 0
Join date : 2011-01-12

Back to top Go down

Bruteforce 100% Credit to Hookbot Empty Re: Bruteforce 100% Credit to Hookbot

Post  oznm Wed Jan 12, 2011 7:35 pm

oooooooooooooooh
ok, thanks! Very Happy
oznm
oznm

Posts : 17
Reputation : 1
Join date : 2010-12-22

Back to top Go down

Bruteforce 100% Credit to Hookbot Empty Re: Bruteforce 100% Credit to Hookbot

Post  oznm Wed Jan 12, 2011 7:46 pm

it sorta lags my computer
oznm
oznm

Posts : 17
Reputation : 1
Join date : 2010-12-22

Back to top Go down

Bruteforce 100% Credit to Hookbot Empty mINTOES SAY WHOO HOO AND THANKS!

Post  Mintoes Sat Feb 05, 2011 7:41 pm

WOOOOOOOOOOOOH THANKS DUDE YOU ROCK! Very Happy Cool

Mintoes

Posts : 11
Reputation : 0
Join date : 2011-01-30
Age : 22
Location : Earth

http://mintoescp.wordpress.com

Back to top Go down

Bruteforce 100% Credit to Hookbot Empty Re: Bruteforce 100% Credit to Hookbot

Post  _Skate_ Thu Mar 03, 2011 1:10 am

How does this work? Do you need to be logged on clubpenguin?
And if you don't which penguins passwords is it going to be getting?

_Skate_

Posts : 4
Reputation : 0
Join date : 2011-03-03

Back to top Go down

Bruteforce 100% Credit to Hookbot Empty i need help :)

Post  Robot2 Fri Mar 11, 2011 10:28 pm

how do we use it??
please reply im so lost :S
Robot2
Robot2

Posts : 26
Reputation : 0
Join date : 2011-02-19
Location : Earth

Back to top Go down

Bruteforce 100% Credit to Hookbot Empty Re: Bruteforce 100% Credit to Hookbot

Post  Guest Fri Mar 11, 2011 11:44 pm

Does it operate on macs?

Guest
Guest


Back to top Go down

Bruteforce 100% Credit to Hookbot Empty Re: Bruteforce 100% Credit to Hookbot

Post  43nînjâ17 Sat Mar 12, 2011 12:24 pm

Dentonbrooks wrote:Does it operate on macs?

Everey perl script does

43nînjâ17

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

Back to top Go down

Bruteforce 100% Credit to Hookbot Empty help!?

Post  Robot2 Thu Mar 24, 2011 4:34 am

All this does is listing things how do we use it because it just keeps listing things and it never stops :/
Robot2
Robot2

Posts : 26
Reputation : 0
Join date : 2011-02-19
Location : Earth

Back to top Go down

Bruteforce 100% Credit to Hookbot Empty doesent work

Post  richeyrich89 Sun Mar 27, 2011 1:35 am

it wont work when i used it it popped up and half a second it dissapeared plz fix i want to crck passwords thx

richeyrich89

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

Back to top Go down

Bruteforce 100% Credit to Hookbot Empty Well this cant hack passwords

Post  Gizmo92883 Fri Jul 08, 2011 12:54 pm

how can this hack passwords first penguin passwords cant even have these letters in it %#!%& and how do you even type in the user name ive tried triggering with this before but its just the same as ozzys matrix script and just lists things.
Gizmo92883
Gizmo92883

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

Back to top Go down

Bruteforce 100% Credit to Hookbot Empty Re: Bruteforce 100% Credit to Hookbot

Post  Ozzyozborn13 Fri Jul 08, 2011 4:38 pm

Gizmo92883 wrote:how can this hack passwords first penguin passwords cant even have these letters in it %#!%& and how do you even type in the user name ive tried triggering with this before but its just the same as ozzys matrix script and just lists things.
Yeah the matrix isn't meant to do anything it just looks cool.
Ozzyozborn13
Ozzyozborn13
Admin

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

https://www.youtube.com/ozzyozborn13

Back to top Go down

Bruteforce 100% Credit to Hookbot Empty Exactly XD

Post  Gizmo92883 Fri Jul 08, 2011 4:57 pm

Exactly XD
Gizmo92883
Gizmo92883

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

Back to top Go down

Bruteforce 100% Credit to Hookbot Empty Re: Bruteforce 100% Credit to Hookbot

Post  Clndestne121 Fri Jul 08, 2011 6:54 pm

thank god i can hack my cousin
Clndestne121
Clndestne121

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

Back to top Go down

Bruteforce 100% Credit to Hookbot Empty Re: Bruteforce 100% Credit to Hookbot

Post  Bolt Hugs Fri Jul 08, 2011 11:37 pm

It seems kind of useless?

Bolt Hugs

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

Back to top Go down

Bruteforce 100% Credit to Hookbot Empty Re: Bruteforce 100% Credit to Hookbot

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