Update ducky2python.js.download
This commit is contained in:
parent
f981a8b270
commit
a1310a22ee
|
@ -24,7 +24,7 @@ function convert(){
|
||||||
var pythonScript = "";
|
var pythonScript = "";
|
||||||
|
|
||||||
// Write module imports to output file:
|
// Write module imports to output file:
|
||||||
pythonScript += "# Converted using ducky2python by CedArctic (https://github.com/CedArctic/ducky2python) \n";
|
pythonScript += "# Converted using ducky2python by Sadqi (http://python.asadqi.com/) \n";
|
||||||
pythonScript +="import pyautogui\n";
|
pythonScript +="import pyautogui\n";
|
||||||
pythonScript += "import time\n";
|
pythonScript += "import time\n";
|
||||||
|
|
||||||
|
@ -114,4 +114,4 @@ function convert(){
|
||||||
}
|
}
|
||||||
// Write Output
|
// Write Output
|
||||||
document.getElementById('outputBox').value = pythonScript;
|
document.getElementById('outputBox').value = pythonScript;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue