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
#include <Windows.h> | |
bool runInSafeScreen(const char *, const char *); | |
BOOL IsUserAdmin(VOID); | |
int main() { | |
// We need to check if the user has administrator privileges. | |
if (!IsUserAdmin()) { | |
// If they don't, tell them they need administrator privileges. | |
printf("Please run this program as an administrator\n"); |
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
/* | |
FileProtector Crypter Patch | |
Created by _DeNy | |
3/20/2013 | |
*/ | |
#include <windows.h> | |
#include <stdio.h> | |
#include <time.h> | |
#include <iostream> |
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
/* | |
HeroHacks Loader Patch | |
Patches the HeroHacks loader using detours on the winsock functions | |
send and recv in order to fake the correct response, allowing for | |
full use of the hack. | |
Written by _DeNy. | |
Time: 5 hours (Mostly due to lazyness and working on this off-and-on) | |
Date: 3/16/2013 |
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
-- This is old, probably doesn't work anymore | |
if args=="es" then | |
for x=1,50 do | |
cmd('"changelevel ""ma_say;rcon_password lolololz"') | |
wait(10) | |
cmd('"changelevel 1""ma_say;rcon_password lolololz"') | |
wait(10) | |
cmd('"changelevel ""ma_psay;rcon_password lolololz"') | |
wait(10) |
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
# FizzBuzz written using Rockstar language provided by codewithrockstar.com | |
# This could obviously be simpler, but I wanted to make this as close to actual song lyrics as possible | |
# AI generated song: https://suno.com/song/eaa91cc5-1e94-4ebe-b9d8-bb55cbd64fa1 | |
Life takes love and blood. | |
Let My Family be love over blood. | |
Turn down my family. | |
Let my child be blood times my family. | |
Let my soul be love minus my child. | |
Send back my soul. |
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
import { patch } from './monkeyPatch'; | |
(() => { | |
patch(EventTarget, 'dispatchEvent', function() { | |
const args = Array.from(arguments); | |
const customEvent = new CustomEvent('GLOBAL_LOGGER', { | |
details: args[0], | |
}); |
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
/* | |
Print the numbers 1 to 100. | |
For multiples of 4, print "Fizz". | |
For multiples of 5 print "Buzz". | |
For multiples of 8, print "Foo". | |
For multiples of 10, print "Bar" | |
For multiples of 4 and 5, print "FizzBuzz". | |
For multiples of 4 and 8, print "FizzFoo" | |
For multiples of 4 and 10, print "FizzBar" | |
For multiples of 5 and 8, print "BuzzFoo" |
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
BEGIN MESSAGE. | |
U56xb50RwNhOyjB XwqULL8KYDiK4jt 6Nj2TSh79466m0T 39lRyfxKMEBk9fv | |
gjYagDJMnlahfJy KVu5luEcCKETCKq 6Xr2MZHgg7CkxZb Xo8d5RrBJbk7pgE | |
Y9w5WD71dSV1NFd 9KQiDytPeUhBBsO RinzJ9rtz45UyYD uZ166sASJJdnClU | |
faOx17ETf1wdtMR usuZRuTT7EUORNz 06uwO7tiSkCT. | |
END MESSAGE. |
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
--[[ VoltageHack v2 Garry's Mod multi-hack ]]-- | |
--[[ Coded by Tyler with help from others ]]-- | |
--[[ Do NOT leak this hack code to anyone! ]]-- | |
--[[ Please ignore the awful messy code ]]-- | |
--[[ Some of this code is borrowed for now ]]-- | |
/* Start of Hack */ | |
--Requires-- |
NewerOlder