Reverted deletion.

This commit is contained in:
Anthony Di Iorio 2016-08-08 13:19:39 -04:00
parent 72e727f2ee
commit 69edb6bbea
1 changed files with 36 additions and 2 deletions

View File

@ -1,2 +1,36 @@
i accidently deleted this!?
i cant reverse?
* Author: Caleb Hutchinson
* Duckencoder: 1.0
* Target: Windows 7
* Description: Changes the users desktop background to a Rubber Duck saying “YOU GOT QUACKED!” with a Hak5 logo :D
```
GUI d
WINDOWS
STRING http://img46.imageshack.us/img46/2199/45760922.png?
ENTER
DELAY 100
REM Opens up window and goes to a image I created xD
CTRL s
STRING %userprofile%\Desktop\QUACKED
ENTER
REM saving the picture to the user Desktop, pic name QUACKED...
DELAY 100
GUI d
REM shows desktop
WINDOWS r
STRING %userprofile%\Desktop\QUACKED.png
ENTER
REM opens the png file
MENU
ENTER
ALT F4
REM sets the background, and closes.
GUI d
MENU
STRING v
STRING d
REM I know its basic but tell what you think im only 14 and this is my first "program" thanks Darren
```