This repository has been archived by the owner on Nov 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- The secret product key will be verified as well but in way less time - Moved and updated README - Updated copyright year inside LICENSE
- Loading branch information
1 parent
b0ac5b6
commit fa4ffed
Showing
8 changed files
with
42 additions
and
31 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,23 @@ | ||
### A fake Windows Activation pop-up programmed to waste scammers' time. | ||
# Fake Windows Activation Client | ||
|
||
![](https://puu.sh/BxBQP.png) | ||
A fake Windows Activation pop-up programmed to waste scammers' time. | ||
|
||
![Preview](images/slui.png) | ||
|
||
## Running the program | ||
You can copy **slui.exe** whenever you want, ideally where scammers don't usually go (like Documents and sometimes system32). | ||
|
||
You can copy **slui.exe** whenever you want, ideally where scammers don't usually go. | ||
|
||
Every time the program opens or reappears the following processes will be killed: *iexplore*, *msinfo32*, *mmc*, *dxdiag*, *msconfig*, *taskmgr*, *cmd*, *notepad*, *syskey*. | ||
|
||
Any product key, except ```5T0PW-4ST1N-GURT1-M35C4-MM1NG``` will take about 8 minutes to verify and the process will always fail, showing a network error. The program will close itself afterwards. | ||
Any product key, except ```5T0PW-4ST1N-GURT1-M35C4-MM1NG``` will take about 8 minutes to verify and the process will always fail, showing a network error. The program will close itself afterwards. You can reopen it either manually or with a script. | ||
|
||
In Windows 7, the Task Manager will be closed as soon as it is opened. In Windows 8 and greater you want to use a PowerShell script to keep the program alive because Task Manager cannot be suppressed. | ||
In Windows 7, the Task Manager will be closed as soon as it is opened. In Windows 8 and greater you may want to use a PowerShell script to keep this program alive because Task Manager cannot be suppressed any longer, therefore the scammer will most likely kill the program. | ||
|
||
## Todo | ||
|
||
- [ ] Suppress Task Manager when the program is hidden | ||
- [ ] \(maybe) Reset forms position before hiding them instead of preventing them from being moved | ||
- [ ] Verify the secret code as well, but take less time | ||
- [x] Verify the secret code as well, but take less time | ||
- [ ] Add a dash every five characters | ||
- [ ] Fix bottom panel weird positioning when using Windows classic theme |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Module Var | ||
Public Property productKey As String | ||
End Module |
This file contains 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
This file contains 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