Skip to content

Instantly share code, notes, and snippets.

View atakhan's full-sized avatar

Kadyr Atakhan atakhan

View GitHub Profile
@atakhan
atakhan / perfect.php
Created November 3, 2018 00:36 — forked from in4in-dev/perfect.php
PHP VK audio unmask (decode extras)
<?php
//(js -> php) code. letter by letter
global $n, $i, $id;
$n = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN0PQRSTUVWXYZO123456789+/=";
$id = 12345; //YOUR USER ID
$i = [
'v' => function($e) {
return strrev($e);