Register for free, and make this box disappear!

Welcome to the BF Forums! Register Now, It's Free!


Welcome to the BF Forums; your source for the latest video game news, strategies, discussions, and resources. Join over 66,000 like-minded gamers to chat about your interests in our community.

You are currently viewing the forums as a guest user, which limits your access to certain content, contests, downloads, and more. By joining our free community, you will be able to respond in discussions/articles, contact members privately (PM), participate in regular-scheduled contests, see less advertisements, and have access to many other features. Registration is quick, easy, and completely free.



Have your questions answered. Share your thoughts about a topic. Take 2 minutes, Register Now!
BattleForums.com Forums > Diablo > Diablo General > Diablo Hacking

We're Half-Way There!! - BF Lotto: $50 Ebay or Amazon Gift Card - A Single Click is All It Takes...

Reply
 
Thread Tools Display Modes
Old 06-22-2003, 03:27 AM   #1 (permalink)
BattleForums Junior Member
 
Join Date: Jun 2003
Posts: 157
shadowfrench packet sniffer.........how do i open the freakin thing

ok i downloaded the shadowfrench packet sender/sniffer and its a .rar file.......what do i do with it to make it work?

im not asking how to use packets, im good on that, i just cant get the stupid thing to start up because i......dunno what to do.....
__________________
guitarmonky55 is offline   Reply With Quote
Beitrag Sponsored Links

__________________
Ads suck! Take 2 minutes to register for your free account, and GET RID OF THESE ADS!
Old 06-22-2003, 04:03 AM   #2 (permalink)
BattleForums Junior Member
 
SkTiGeRJS's Avatar
 
Join Date: Jan 2003
Location: PoOp LaNd
Age: 21
Posts: 165
1. Download WinRar, and install it.
2. Extract the contents of the Packet Sniffer, using the WinRar program.
3. Use the Packet Sniffer.
:fwink
__________________
SkTiGeRJS is offline   Reply With Quote
Old 06-22-2003, 04:09 AM   #3 (permalink)
BattleForums Senior Member
 
AvalonX's Avatar
 
Join Date: Jun 2003
Location: ░▒▓▓
Posts: 2,468
ok, first u need: W3Sniffer , WinPcap_2_3 and PacketX.dll

then you must make sure PacketX.dll is in the same directory as W3Sniffer. then it's simple; run WinPcap_2_3 and install it. Then W3Sniffer will work.

to make it ever eaiser download this package which has all the files you need here, mirror here & here!

don't forget to say thankyou
AvalonX
__________________
The Matrix is Real. If only you could see the code.
AvalonX is offline   Reply With Quote
Old 06-22-2003, 04:12 AM   #4 (permalink)
BattleForums Junior Member
 
SkTiGeRJS's Avatar
 
Join Date: Jan 2003
Location: PoOp LaNd
Age: 21
Posts: 165
wat does a packet sender/sniffer do?
__________________
SkTiGeRJS is offline   Reply With Quote
Old 06-22-2003, 04:19 AM   #5 (permalink)
BattleForums Senior Member
 
AvalonX's Avatar
 
Join Date: Jun 2003
Location: ░▒▓▓
Posts: 2,468
The packet sender is used to send "Packets" of information in Hexadecimal Form to the War3 server. It does anything you want it do, meaning whatever information you want to send to the server, it will send. You can send stuff like simple Messaging packets, to more advanced info like Move peon here....etc. So, If you want to use the Packet Sender, you have to understand Hexadecimal and use a Base converter. Because this topic was braught up, I figure ill go into all of the different Number systems to help everyone out a little (I also have tonz of extra time).

DECIMAL
First off, the most commonly used system is the Decimal system, which is what you learn in 1st through 5th grade. This is refferd to as Base 10. Why? Because if you notice how many toes, fingers, etc you have, thats right, MOST of us have 10, or atleast started with that many (God willing).

OCTAL
Next comes Octal, or base 8. Octal is alot like Decimal, with a few exceptions. Because Octal has a Base 8, 9 is not needed, and since in Decimal 10 has no special symbol, 8 doesnt eaither. Here is how you would count in Octal compared to Decimal...

Decimal
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Octal
0 1 2 3 4 5 6 7 10 11 12 13 14 15 16 17 20

BINARY
Binary is a base 2 system. This is used in a wide range of things, Electronics mostly, but has alot of influence with computers. Being only a Base 2 system, 0 and 1 are the only characters used, meaning there are going to be LONG numbers. The first thing you need to know is 0=Low, and 1=High. Here is an example of Binary compared with Decimal and Octal.

Binary: Decimal: Octal:
0000 0 0
0001 1 1
0010 2 2
0011 3 3
0100 4 4
0101 5 5
0110 6 6
0111 7 7
1000 8 10
1001 9 11
1010 10 12
1011 11 13
1100 12 14
1101 13 15
1110 14 16
1111 15 17

Converting Decimal in Binary is very simple once you get it. You read from Right to Left, and each 1 or 0 has a value. For more help here is another chart to explain....

lets take the Binary number 110101:

1 1 0 1 0 1 Binary High(1)/Low(0)
32 16 8 4 2 1 Binary Values

This shows that 32 is High, 16 is High, 8 is Low, 4 is High, 2 is Low, and 1 is High, so to figure out what 110101 in Binary means add up the values that are High..

32 + 16 + 4 + 1 = 53 110101 = 53

To figure out Values, just multiply the previous number by itself as you can see in the above chart.

HEXADECIMAL
Hexadecimal or "Hex" is a base 16 system. It only uses the number 0-9, and the letters A-F. Heres another chart (I know, its the last one) excluding Octal this time.

Hex Decimal Binary
0 0 0000
1 1 0001
2 2 0010
3 3 0011
4 4 0100
5 5 0101
6 6 0110
7 7 0111
8 8 1000
9 9 1001
A 10 1010
B 11 1011
C 12 1100
D 13 1101
E 14 1110
F 15 1111

Now, because of the inclusion of the letters, hex can be very hard to read. Here's a small table to show how hex is laid out:
_ _ _ _ _
| | | | |_ Number of ones
| | | |_Number of sixteens
| | |_Number of two hundred fifty-sixes
| |_ Number of four thousand ninety-sixes
|_Number of sixty-five thousand five hundred thirty-sixes

So 2 4 A 3 would be converted like this....

2*4096 4*256 A*16 3*1 (Remember, A=10, so 16*10 = 160)

8192 + 1024 + 160 +3 = 9379

Now, converting from hex to binary is even easier. Every four digits equals one hex digit. So, split the number up, do the little bit of math,and there ya go.

You can use any Base converter, or Hex Editor to do these conversions for you, Even you Windows Calculator can do these under the Scientific mode, but this was just a simple guide to help you all understand the number systems a little better.

kind of big talk eh
__________________
The Matrix is Real. If only you could see the code.
AvalonX is offline   Reply With Quote
Old 06-22-2003, 05:48 AM   #6 (permalink)
BattleForums Junior Member
 
Join Date: Jun 2003
Posts: 157
easier way to do this(i tried it works):
get that little prog that measures ur micro skills by calculating actions per minute. it gives a complete listout of everything done during the game, what the action was who performed it and more importantly the packet that ties to it. i just found one that said player 4 built a peon(player 4 turned out to be my ally) and i send that packet and sure enough my ally was building a peon that he didnt expect =P

thats the dirty way for imbesils like me to do it.
__________________
guitarmonky55 is offline   Reply With Quote
Old 06-22-2003, 05:59 AM   #7 (permalink)
BattleForums Senior Member
 
AvalonX's Avatar
 
Join Date: Jun 2003
Location: ░▒▓▓
Posts: 2,468
very cool, your a good man
__________________
The Matrix is Real. If only you could see the code.
AvalonX is offline   Reply With Quote
Old 06-22-2003, 06:08 AM   #8 (permalink)
BattleForums Senior Member
 
AvalonX's Avatar
 
Join Date: Jun 2003
Location: ░▒▓▓
Posts: 2,468
ppl who want the micro editor can dl it here: http://mapage.noos.fr/bwchart/
__________________
The Matrix is Real. If only you could see the code.
AvalonX is offline   Reply With Quote
Old 06-23-2003, 03:40 AM   #9 (permalink)
BattleForums Junior Member
 
Join Date: Jun 2003
Posts: 157
now if i can get the dumb packet sniffer to stop freezing on me

__________________
guitarmonky55 is offline   Reply With Quote
Old 06-23-2003, 06:22 AM   #10 (permalink)
BattleForums Senior Member
 
AvalonX's Avatar
 
Join Date: Jun 2003
Location: ░▒▓▓
Posts: 2,468
that must be a problem with your system. if you have installed it how i have said, there shouldn't be any problem.
__________________
The Matrix is Real. If only you could see the code.
AvalonX is offline   Reply With Quote
Old 06-26-2003, 01:56 AM   #11 (permalink)
BattleForums Newbie
 
Join Date: Jun 2003
Posts: 2
can anyone help me out here with this error i get when i try to run a map hack. a required .DLL file, MSVBM60.DLL, was not found..... wtf is that i tried everything to fix it!!! can anyone help?
Fazzman is offline   Reply With Quote
Old 06-26-2003, 02:28 AM   #12 (permalink)
BattleForums Senior Member
 
Zaku's Avatar
 
Join Date: Feb 2003
Location: Grosse Pointe, MI
Age: 21
Posts: 3,408
Quote:
Originally posted by Fazzman
can anyone help me out here with this error i get when i try to run a map hack. a required .DLL file, MSVBM60.DLL, was not found..... wtf is that i tried everything to fix it!!! can anyone help?
Here http://www.dll-files.com/dllindex/dl...shtml?msvbvm60
__________________



Xbox Live: Zaku05
Zaku
<Immortality>
Skullcrusher


Zaku is offline   Reply With Quote
Old 06-26-2003, 05:23 AM   #13 (permalink)
BattleForums Newbie
 
Join Date: Jun 2003
Posts: 2
thanks zaku

Last edited by Fazzman; 06-26-2003 at 05:27 AM.
Fazzman is offline   Reply With Quote
 
Reply

Get rid of all these ads! Take 30 seconds to register.

« D2jsp Character load errors | TH(old old one) and Dupe3 »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


All times are GMT +1. The time now is 02:03 AM.



Powered by vBulletin® Version 3.7.2 | Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0