Skip to content

Commit 4638b86

Browse files
I am inside your walls
1 parent 11ca7d9 commit 4638b86

6 files changed

Lines changed: 1176 additions & 0 deletions

File tree

FixMouse.ps1

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Add-Type @"
2+
using System;
3+
using System.Runtime.InteropServices;
4+
public class Mouse {
5+
[DllImport("user32.dll")]
6+
public static extern bool SwapMouseButton(bool fSwap);
7+
}
8+
"@
9+
[Mouse]::SwapMouseButton($false) | out-null
10+
exit

Gaslight.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@echo off
2+
if exist "%~dp0Paranoia.ps1" (powershell.exe -WindowStyle Hidden -ExecutionPolicy Bypass -File "%~dp0Paranoia.ps1") else (echo. && echo ERROR: %~dp0Paranoia.ps1 Not Found && echo. && pause)
3+
exit

Paranoia Script Guide.pdf

783 KB
Binary file not shown.

0 commit comments

Comments
 (0)