• We just launched and are currently in beta. Join us as we build and grow the community.

BEST Malwarebytes Key Generator | Online PHP

xeliteretard

Malware Intelligence Researcher
X Rep
0
0
0
Rep
0
X Vouches
0
0
0
Vouches
0
Posts
92
Likes
100
Bits
2 MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1 300 XP
You will get around 1 working premium key per 7k lines or so, which is pretty good.
Go to http://phptester.net/ and enter this code:
Code:
Code:
<?php
// EXAMPLE USAGE
for ($i = 0; $i < 10000; $i++) {
$array = generate();
echo $array[0];
echo ":";
echo $array[1];
echo "
";
}
// FUNCTION
function generate()
{
$digilist = "0123456789ABCDEFGHJKLMNPQRTUVWXY";
//now we generate a new random ID number using the substrings of the digitList string above
$id = NULL;
$id .= substr($digilist, rand(1, 9), 1); //random number
$id .= substr($digilist, rand(10, 31), 1); //then a letter
$id .= substr($digilist, rand(10, 31), 1); //another letter
$id .= substr($digilist, rand(1, 9), 1); //a number
$id .= substr($digilist, rand(1, 9), 1); //and finally another number - simple :D
//ok so now we need to generate an MD5 hash of our ID
$hash = md5($id);
//cycle through the hash 16 (length of key) times (in steps of 2 because each hex bytes is 2 digits long)
$i = 0;
$key = NULL;
for ($i; $i < 32; $i+=2)
{
//here we convert the next hex value to an integer and perform a bitwise AND operation against '31'
//31 is the highest substring value in our digit list.
$nextdigit = hexdec(substr($hash, $i, 2)) & 31;
//if 'i' is divisable by 8 (every 4 cycles) then we want to add "-"
if ((($i % 8) == 0) && ($i > 0))
{
$key .= "-".substr($digilist, $nextdigit, 1);
}
else
{
$key .= substr($digilist, $nextdigit, 1);
}
}
$array = array($id, $key);
//return
return $array;
}
After you copy and paste the code, click the button at the top of the page to generate your unchecked keys.
You can check the keys with Malwarebytes checker by Burnwood or xRisky.
Please leave a like for more content like this!
Also, I'm selling Malwarebytes keys here: https://shoppy.gg/product/CUAEANH
 

452,292

323,526

323,535

Top