how to get ws1 name ?

Talk about helbreath here.
Post Reply
chiche
noob
Posts: 24
Joined: Sun Aug 29, 2004 4:46 am

Post by chiche »

someone told me i can use WPE but i still cant get it


anyone knows how to get it?
binarydata
DBfiller
Posts: 3816
Joined: Fri Oct 31, 2003 5:30 am
Location: San Diego CA, USA
Contact:

Post by binarydata »

you can use wpe, but im pretty sure its encrypted
<img src='http://img88.exs.cx/img88/2290/7666.jpg' border='0' alt='user posted image' />
chiche
noob
Posts: 24
Joined: Sun Aug 29, 2004 4:46 am

Post by chiche »

so , i better unpack client and search it with some hex?
Jensen
Loyal fan
Posts: 300
Joined: Tue Aug 02, 2005 7:40 am
Location: Illinois, USA
Contact:

Post by Jensen »

decode the packet, its much easier. the encoding functions are

BOOL CMisc::bEncode(char cKey, char *pStr)
{
int i, iLen;

// !!
return TRUE;

iLen = strlen(pStr);
for (i = 0; i <= iLen-1; i++) {
pStr = pStr ^ (cKey);
}

return TRUE;
}


BOOL CMisc::bDecode(char cKey, char *pStr)
{
int i, iLen;

// !!
return TRUE;

iLen = strlen(pStr);
for (i = 0; i <= iLen-1; i++) {
pStr = pStr ^ (cKey);
}

return TRUE;
}

at least by default as far as i know
-><-
Namesis
Regular
Posts: 88
Joined: Fri Mar 03, 2006 12:53 pm

Post by Namesis »

chiche wrote: someone told me i can use WPE but i still cant get it


anyone knows how to get it?
.... you need 3 programs for it... (well i use 3 programs)

Names: HexWorkShop, <span style='color:blue'>WPE</span>, Decoder

How to get? ^^
<a href='http://hbnol.no-ip.info:5678/hexworkshop.zip' target='_blank'>HexWorkShop</a>
<a href='http://hbnol.no-ip.info:5678/hexworkshop.zip' target='_blank'>WPE</a>
<a href='http://hbnol.no-ip.info:5678/hexworkshop.zip' target='_blank'>Decoder</a>

Open the HB client that you want to find the WS Name
Open Psniff.exe and target program the "HBClient".exe and click START
now login only to the character screen in the client
then go back to wpe, click STOP

only look at the SIZE 59

copy that to HEX Workshop>>>>
open up hex workshop click FILE>NEW
then click EDIT>PASTE SPECIAL

then click File>Save as decode.txt(MUST save as this name) in DESKTOP!
then CLOSE hexworkshop
now double click on Decoder.exe in ur desktop
then u will see a new file called decoded.txt

make sure u follow EVERY step that i have said

by sango ^-^
Drajwer
&lt;3 bd long time
Posts: 841
Joined: Fri Dec 10, 2004 3:24 pm

Post by Drajwer »

chiche wrote: how to get ws1 name ?
hmm... is it WS1 ? :ph34r: :ph34r: :ph34r:
<img src='http://img440.imageshack.us/img440/2627/15pt.jpg' border='0' alt='user posted image' /><br><br>HBPolska characters:<br><br>Hellios 150+ Aresden Hero Mage<br>TheBill 120 Aresden plrider<br>Kill_Me 100 Full-Hero plrider<br>Rockeater 110+ Aresden Plate Mage<br><br><a href='http://www.helbreath.org' target='_blank'>http://www.helbreath.org</a> come and play (250 ppl online)
homerecker
just visiting
Posts: 2
Joined: Tue Sep 11, 2007 10:59 pm

Post by homerecker »

Namesis wrote:
chiche wrote: someone told me i can use WPE but i still cant get it


anyone knows how to get it?
.... you need 3 programs for it... (well i use 3 programs)

Names: HexWorkShop, <span style='color:blue'>WPE</span>, Decoder

How to get? ^^
<a href='http://hbnol.no-ip.info:5678/hexworkshop.zip' target='_blank'>HexWorkShop</a>
<a href='http://hbnol.no-ip.info:5678/hexworkshop.zip' target='_blank'>WPE</a>
<a href='http://hbnol.no-ip.info:5678/hexworkshop.zip' target='_blank'>Decoder</a>

Open the HB client that you want to find the WS Name
Open Psniff.exe and target program the "HBClient".exe and click START
now login only to the character screen in the client
then go back to wpe, click STOP

only look at the SIZE 59

copy that to HEX Workshop>>>>
open up hex workshop click FILE>NEW
then click EDIT>PASTE SPECIAL

then click File>Save as decode.txt(MUST save as this name) in DESKTOP!
then CLOSE hexworkshop
now double click on Decoder.exe in ur desktop
then u will see a new file called decoded.txt

make sure u follow EVERY step that i have said

by sango ^-^
do you have a website where I can download decoder??
Post Reply