[GUIDE] For wanna-be hackers LIKE projecthax and their scourge.

12/13/2008 20:08 forbannet#1
This guide is made to fake hackers/crackers like Projecthax and some other random guys.

First of all

[Only registered and activated users can see links. Click Here To Register...]

In this topic, in Projecthax,

Anthony, a random noob moderator said:
________________________________________
So, DV3 sends your info to their server. By info I mean sro login. username/pass. Don't use it.

And then, WeeMan said:
Log packets and watch.

[Only registered and activated users can see links. Click Here To Register...]

OK, First of all, he said that this PACKET is their Silkroad USERNAME and PASSWORD that is being sent to me; but, it actually ins't - so, flaming is the ONLY thing they can do.

THIS PACKET is their PROCESSOR ID, HD ID, WINDOWS PC ID.
So I want to help you guys from ProjectHax, and I will post here a source code, from MINIGUI, which is a standard software, that shows your processor ID - HD ID, WINID.
Here is the source code, some EPVPERS guy can compile it if they want, but from as far I know, Projecthax won't have skills to compile it, so I will post the EXE in the end of the file.
Thanks.

/*
* MiniGUI WMI Service Demo
*
* (c) 2008 Grigory Filatov <[Only registered and activated users can see links. Click Here To Register...]>
*/

#include "minigui.ch"

Procedure Main

DEFINE WINDOW Form_1 ;
AT 0,0 ;
WIDTH 400 ;
HEIGHT 200 ;
TITLE 'WMI Service Demo' ;
MAIN ;
ON INTERACTIVECLOSE MsgYesNo ( 'Are You Sure ?', 'Exit' )

DEFINE BUTTON Button_1
ROW 10
COL 10
WIDTH 120
CAPTION 'Processor Info'
ACTION ProcessorInfo()
END BUTTON

DEFINE BUTTON Button_2
ROW 40
COL 10
WIDTH 120
CAPTION 'Disk Drive Info'
ACTION DiskDriveInfo()
END BUTTON

DEFINE BUTTON Button_3
ROW 70
COL 10
WIDTH 120
CAPTION 'Logical Disk Info'
ACTION LogicalDiskInfo()
END BUTTON

DEFINE BUTTON Button_4
ROW 100
COL 10
WIDTH 120
CAPTION 'Physical Media Info'
ACTION PhysicalMediaInfo()
END BUTTON

DEFINE BUTTON Button_5
ROW 130
COL 10
WIDTH 120
CAPTION 'Cancel'
ACTION ThisWindow.Release
END BUTTON

END WINDOW

Form_1.Button_4.Enabled := IsWinNT()

CENTER WINDOW Form_1
ACTIVATE WINDOW Form_1

Return

*--------------------------------------------------------*
#translate IFNOTCHAR( <exp1>,<exp2> ) ;
=> ;
IF( VALTYPE( <exp1> ) != "C",<exp2>,<exp1> )

#define IS_DATE(x) (VALTYPE(x) == "D")
#define IS_LOGICAL(x) (VALTYPE(x) == "L")
#define IS_NUMERIC(x) (VALTYPE(x) == "N")
#define CASE_AT(x,y,z) z[AT(x,y)+1]
#define TRIM_NUMBER(x) LTRIM(STR(x))
#define NULL ""

#define XTOC(x) CASE_AT(VALTYPE(x), "CNDLM", ;
{ NULL, ;
x, ;
IF(IS_NUMERIC(x),;
TRIM_NUMBER(x), ;
NULL), ;
IF(IS_DATE(x),DTOC(x),NULL),;
IF(IS_LOGICAL(x),;
IF(x,".T.",".F."), ;
NULL), ;
x })
*--------------------------------------------------------*

FUNCTION ProcessorInfo()

Local oWmi, oProc
Local cInfo := ""

oWmi := WmiService()

FOR EACH oProc IN oWmi:ExecQuery( "SELECT * FROM Win32_Processor" )

cInfo := ""
cInfo += "Manufacturer: " + oProc:Manufacturer + CRLF
cInfo += "Model: " + oProc:Name + CRLF
cInfo += "Description: " + oProc:Description + CRLF
cInfo += "Speed: " + TRIM_NUMBER( oProc:CurrentClockSpeed ) + " MHz" + CRLF
cInfo += "ID: " + oProc:ProcessorID

MsgInfo( cInfo, oProc:DeviceID )

NEXT

Return nil


FUNCTION DiskDriveInfo()

Local oWmi, oDrive
Local cInfo := ""

oWmi := WmiService()

FOR EACH oDrive IN oWmi:ExecQuery( "SELECT * FROM Win32_DiskDrive" )

cInfo += "Model: " + oDrive:Model + CRLF
cInfo += "Name: " + STRTRAN(oDrive:Name, "\\.\", "" ) + CRLF

if IsWinNT()

cInfo += "Signature: " + IF( IS_NUMERIC(oDrive:Signature), LTRIM( STR( Abs( oDrive:Signature ), 20, 0 ) ), "N/A" ) + CRLF

endif

cInfo += CRLF

NEXT

MsgInfo( cInfo, "Result" )

Return nil


FUNCTION LogicalDiskInfo()

Local oWmi, oDrive, cSerialNumber
Local cInfo := ""

oWmi := WmiService()

FOR EACH oDrive IN oWmi:ExecQuery( "SELECT * FROM Win32_LogicalDisk" )

cSerialNumber := XTOC( oDrive:VolumeSerialNumber )
cInfo += "Volume: " + oDrive:Name + " Serial Number: " + IFEMPTY( cSerialNumber, "N/A", cSerialNumber ) + CRLF

NEXT

MsgInfo( cInfo, "Result" )

Return nil


FUNCTION PhysicalMediaInfo()

Local oWmi, oDrive
Local cInfo := ""

oWmi := WmiService()

FOR EACH oDrive IN oWmi:ExecQuery( "SELECT * FROM Win32_PhysicalMedia" )

cInfo := "Serial: " + IfNotChar( oDrive:SerialNumber, "N/A" )

MsgInfo( cInfo, IfNotChar( STRTRAN( oDrive:Tag, "\\.\", "" ), "N/A" ) )

NEXT

Return nil


STATIC FUNCTION WMIService()

Static oWMI

Local oLocator

if oWMI == NIL

oLocator := CreateObject( "wbemScripting.SwbemLocator" )
oWMI := oLocator:ConnectServer()

endif

Return oWMI



[Only registered and activated users can see links. Click Here To Register...]


Thanks, from - Forbannet.
First of all, those guys didn't saw that even if they log diferent accounts in teh same computer, the packet stills the same;
All they want to know is just FLAME and FLAME.

You guys are a bunch of noobs;

Não chegam nem aos meus pés, imagina do clockwork, deve ser por causa disso que eles, 0x, não falaram merda de mim, e vocês sim.
MORRAM NOOBS.
12/13/2008 21:16 _KillaH_#2
i aprroved this because they Suck :p xD
and everyone must see it ^^
12/13/2008 21:25 ShyroN1337#3
Quote:
Originally Posted by _KillaH_ View Post
i aprroved this because they Suck :p xD
and everyone must see it ^^
#agreed
12/13/2008 21:56 Nova1337#4
about wtf is this all?
12/13/2008 22:02 Julian2008#5
Yeah they really s*ck !! Fake hakers lol^^
12/14/2008 12:49 InvincibleNoOB#6
ProjectHax are like us,Homo sapiens,but not quite.

Great,Drew gave us the source of edx33,so now we have the full source of your crack /sarcasm/

forbannet,you should use some encryption.

[Only registered and activated users can see links. Click Here To Register...]
The level of the encryption used is just 1,the max level that my encryption supports is 90.

The real encryption that i call - Invincible Encryption,is in chinese characters.

Invincible.
12/14/2008 13:29 thashiznit#7
So it's safe or not?
12/14/2008 16:32 SwaDDie#8
No its not...
12/14/2008 16:46 ngage#9
i got hacked after using this bot :mad:
12/15/2008 09:41 xxbrentonxx#10
Quote:
Originally Posted by InvincibleNoOB View Post
ProjectHax are like us,Homo sapiens,but not quite.

Great,Drew gave us the source of edx33,so now we have the full source of your crack /sarcasm/

forbannet,you should use some encryption.

[Only registered and activated users can see links. Click Here To Register...]
The level of the encryption used is just 1,the max level that my encryption supports is 90.

The real encryption that i call - Invincible Encryption,is in chinese characters.

Invincible.
Do you reckon these bot/pw packets are the same ones projecthax reckons were of our sro id?
12/15/2008 10:51 InvincibleNoOB#11
Quote:
Originally Posted by brent01 View Post
Do you reckon these bot/pw packets are the same ones projecthax reckons were of our sro id?
No this has nothing to do with projecthax,I gave him an example showing how to encrypt his packets.
It's my own project. :)
12/15/2008 11:25 xxbrentonxx#12
Quote:
Originally Posted by InvincibleNoOB View Post
No this has nothing to do with projecthax,I gave him an example showing how to encrypt his packets.
It's my own project. :)
What im trying to ask is, DV3 is safe right? Its packets are not our user/pass, correct?
12/15/2008 15:56 snagod#13
Yeah is safe. I am using it and i am happy. Project hax have some good and some awful things. Anyway dont tell ur character info to anyone. Not even to your friends becouse u never knw when he will stop being your friend ;)Forbannet is honest and wouldn't make any keyloggers or pw stealers!:handsdown:
12/15/2008 17:47 add3#14
Does this mean that if you use Stealthlite bot you may get hacked ?
12/15/2008 23:14 rq005#15
Hi! i dont understand the topic... can someone tell me what is it about?
Thanks in advance!