How to make a KeyLogger in Java

preview_player
Показать описание
Want the whole project's code?
----------------------------------------------------------------------------------------------

Here is my advanced key-logger/spyware tutorial series

Add JNA to build path.
Download jar from my website:

(Most recent version 8/26/2017)
Official Download Cite:
----------------------------------------------------------------------------------------------
Contact Me:
----------------------------------------------------------------------------------------------
Want custom Software?
Рекомендации по теме
Комментарии
Автор

>coding on white screen
great video anyway!

Erbelion
Автор

Thanks. I found out my wife is cheating on me.

gabe
Автор

This is absolutely genius and is exactly what I'm looking for. I want to make a transparent overlay program for video games that acts as a manual aim bot. It'll have an unfilled transparent rectangle at the center of your screen that you use to measure an enemy player by making it the same size as him (using your scroll button) so you can calculate how far away he is, in order to then calculate the arch you need to give when you shoot. But the problem with my idea was the fact I couldn't get mouse access to my overlay program and to the game at the exact same time. But this video right here is EXACTLY what I want because my program can just get the scroll key data from a native level.

jaybartgis
Автор

Thank you thank you thank you thank you. I usually don't sub to people but I will know to watch your videos when you release them.

jaybartgis
Автор

How did you put the jar file in the libs folder? Cause I don't have any options to copy it from anywhere

Bluecool
Автор

How do I disable the mouse tracker? Or how do I disable all that junk info that appears on console about mouse motion?

randalljosue
Автор

If your program also logs everything like mouse position copy and past this in your main method and import the requested stuff
// Clear previous logging configurations.





// Get the logger for "org.jnativehook" and set the level to off.

Logger logger =

logger.setLevel(Level.OFF);

zehrenics
Автор

Says that this getInstance is wrong
Main());

spy_net
Автор

Everything works but can I ask why it only logs in uppercase?

stephanienguyen
Автор

@mryamz can we convert it to executable file which when deployed on others system records input and those records can be stored in our virtual data base or get emailed

vishalbhat
Автор

can we run it in the background and log the strokes in a file? so other people do not see any software running

TheTusharAttar
Автор

how can I save inputted keys in a text file? I got the getInstance() error and removed it the program runs fine but whenever I input keys it fades and get flooded by the mouse movement update.

jadebreis
Автор

Whenever I run this project, the jar file executes the demo inside Eclipse's console. Can anyone help me?

MyChannel-norr
Автор

Error : getInstance() can find Symbol even not find in

pradipsodha
Автор

How do I disable the programm?😊 I mean on my own pc without deleting?

topfunnymemer
Автор

@myramz bro ik I'm late but why isnt the keytyped function working?

MithileshDSCS
Автор

Hey, I followed along, as I'm working on adding to it, it just cuts to a Build Successful status and ends the application whenever I run it. Even if I create a separate project identical to yours and run it it does the same thing. one thing that might have an effect is the global key listener may still be in place after the global hook is made false, and its just skipping over the line and ending the application. it fixed itself overnight when i ran the project this morning, but after un-commenting the code I added the night previous and running it, it stopped working again. I have no clue whats causing it lol. i've tried closing the project, closing the IDE, etc. I've messed around with the remove key listener options but it didn't do anything to help lol. any ideas?

jkresz
Автор

i Export the Programm and start it. Then i typed some words on the Keyboard but the text file was clear. Can you help me pls?

niko
Автор

how can i store language typing Arabic, English,chines and so on

ahmedemam
Автор

When i try to export it, say to that it can't find the main in your class. How can i to fix it

lestermake