Jump to content

VLogOut

Active Members
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

VLogOut's Achievements

Newbie

Newbie (1/14)

  1. Yeah, perhaps I'd like to run the code XD
  2. Look at my code for it, It solves this for the newest Windows 10 system
  3. Is there any sort of website or something that can help get me more familiar with terms in the coding/hacking world? Thank you.
  4. Version Windows 10: You need to make sure you have java installed on your pc and duckencode.jar. when you've written a payload and save it as a .txt file, make sure you save the .txt in a folder that also contains the duckencoder.jar then when you are looking at both the .txt file and duckencoder.jar, you can hold "shift" and right click till you see "Open Powershell window here". this will pop up powershell, once it's loaded up, type in cmd and press "Enter" and then you can encode that .txt file into an inject.bin. To do this: you should still have powershell up and have already typed cmd and pressed enter. type in: java -jar duckencoder.jar -i WhateverYouNamedYourScript.txt then hit Enter and you will see the inject.bin then you can move the inject.bin to your SD card. BTW after typing in "du" for the duckencoder.jar, you can just hit Tab and it will autofill in the rest of "duckencoder.jar" same with whatever your .txt is BTW here is the payload you can use:) just edit the part after STRING to whatever you want. DELAY 1000 WINDOWS r DELAY 100 STRING notepad ENTER DELAY 200 STRING Hello There.
  5. Updated version for windows 10 This is a lot longer and i'm kinda new to this but I know it works. Payload to logout of windows computer. DELAY 1000 WINDOWS x DELAY 100 STRING u DELAY 100 STRING u Payload to delete chrome history. DELAY 2000 CTRL H DELAY 200 TAB TAB TAB ENTER DELAY 100 TAB ENTER REM This will make sure you're deleting history from the beginning of time DOWNARROW DOWNARROW DOWNARROW DOWNARROW ENTER DELAY 100 REM By default it should have also checks by download history and images and files. REM You can modify this to include passwords being deleted off of the systems as well. TAB TAB TAB TAB TAB TAB TAB TAB TAB TAB ENTER CTRL w DELAY 100 CTRL w
×
×
  • Create New...