Guest User

Untitled

a guest
Dec 15th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. a = command_send_by_phone()
  2. if a == 'kill program.exe':
  3. os.system("taskkill /f /im program.exe")
  4. write_to_phone("program.exe killed")
  5. else:
  6. write_to_phone("Unknown command")
Add Comment
Please, Sign In to add comment