From 51c3767407d1e6713c77e55d47447644e33d881d Mon Sep 17 00:00:00 2001 From: I-Am-Jakoby Date: Sun, 26 Nov 2023 12:42:18 -0600 Subject: [PATCH] Update Subscribe.ps1 --- Payloads/Flip-Subscribe/Subscribe.ps1 | 29 --------------------------- 1 file changed, 29 deletions(-) diff --git a/Payloads/Flip-Subscribe/Subscribe.ps1 b/Payloads/Flip-Subscribe/Subscribe.ps1 index a5c6c2f..8488f17 100644 --- a/Payloads/Flip-Subscribe/Subscribe.ps1 +++ b/Payloads/Flip-Subscribe/Subscribe.ps1 @@ -1,32 +1,3 @@ -############################################################################################################################################################ -# | ___ _ _ _ # ,d88b.d88b # -# Title : Subscribe | |_ _| __ _ _ __ ___ | | __ _ | | __ ___ | |__ _ _ # 88888888888 # -# Author : I am Jakoby | | | / _` | | '_ ` _ \ _ | | / _` | | |/ / / _ \ | '_ \ | | | |# `Y8888888Y' # -# Version : 1.0 | | | | (_| | | | | | | | | |_| | | (_| | | < | (_) | | |_) | | |_| |# `Y888Y' # -# Category : General | |___| \__,_| |_| |_| |_| \___/ \__,_| |_|\_\ \___/ |_.__/ \__, |# `Y' # -# Target : Windows 10,11 | |___/ # /\/|_ __/\\ # -# Mode : HID | |\__/,| (`\ # / -\ /- ~\ # -# | My crime is that of curiosity |_ _ |.--.) )# \ = Y =T_ = / # -# | and yea curiosity killed the cat ( T ) / # Luther )==*(` `) ~ \ Hobo # -# | but satisfaction brought him back (((^_(((/(((_/ # / \ / \ # -#__________________________________|_________________________________________________________________________# | | ) ~ ( # -# tiktok.com/@i_am_jakoby # / \ / ~ \ # -# github.com/I-Am-Jakoby # \ / \~ ~/ # -# twitter.com/I_Am_Jakoby # /\_/\_/\__ _/_/\_/\__~__/_/\_/\_/\_/\_/\_# -# instagram.com/i_am_jakoby # | | | | ) ) | | | (( | | | | | |# -# youtube.com/c/IamJakoby # | | | |( ( | | | \\ | | | | | |# -############################################################################################################################################################ - -<# -.DESCRIPTION - This program is designed to get your target to subscribe to your YouTube channel. -#> -############################################################################################################################################# - -# Enter your YouTube channel URL here, ONLY if you are rehosting this script yourself - -# $channel = "https://www.youtube.com/iamjakoby" - Add-Type -AssemblyName System.Windows.Forms $o=New-Object -ComObject WScript.Shell $url = -join($channel,"?sub_confirmation=1")