Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Kal Online
You last visited: Today at 22:21

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Source Sniffer

Discussion on Source Sniffer within the Kal Online forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Oct 2009
Posts: 71
Received Thanks: 70
Source Sniffer

Source of packet sniffer (send/recv) - still working on int, added to source from SyronX ( only for testing some things no need for sniffng so u can cut it off).
Use Visual C++ 2008 to compile it.

For all who need it xD

Thx go to SyronX and BakaBug /all except hook send/recv are made by them/
Attached Files
File Type: rar Sniffer.rar (3.88 MB, 221 views)
nokia999 is offline  
Thanks
1 User
Old 01/07/2010, 21:50   #2
 
meak1's Avatar
 
elite*gold: 220
Join Date: Jun 2007
Posts: 3,768
Received Thanks: 1,126
? search function are better ;D
meak1 is offline  
Old 01/07/2010, 21:56   #3
 
elite*gold: 20
Join Date: Jul 2007
Posts: 1,979
Received Thanks: 270
wasnt this released already? ...?
katze123 is offline  
Old 01/08/2010, 10:45   #4
 
elite*gold: 0
Join Date: Oct 2009
Posts: 71
Received Thanks: 70
all i find here about sniffing was : learn to write own one :S
nokia999 is offline  
Old 01/08/2010, 11:17   #5
 
elite*gold: 0
Join Date: Dec 2009
Posts: 81
Received Thanks: 31
Quote:
Originally Posted by nokia999 View Post
all i find here about sniffing was : learn to write own one :S
that's the basic reply you seem to get indeed

btw.. I tried to compile your source but I get some errors

Code:
1>c:\...\sniffer\syron x\syron x.cpp(103) : warning C4309: 'initializing' : truncation of constant value
1>c:\...\sniffer\syron x\syron x.cpp(103) : warning C4309: 'initializing' : truncation of constant value
1>c:\...\sniffer\syron x\syron x.cpp(103) : warning C4309: 'initializing' : truncation of constant value
1>c:\...\sniffer\syron x\syron x.cpp(103) : warning C4309: 'initializing' : truncation of constant value
1>c:\...\sniffer\syron x\syron x.cpp(154) : error C2664: 'wsprintfW' : cannot convert parameter 1 from 'char [50]' to 'LPWSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>c:\...\sniffer\syron x\syron x.cpp(353) : error C2664: 'CreateFileW' : cannot convert parameter 1 from 'const char [9]' to 'LPCWSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>c:\...\sniffer\syron x\syron x.cpp(355) : error C2664: 'GetModuleHandleW' : cannot convert parameter 1 from 'const char [11]' to 'LPCWSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>c:\...\sniffer\syron x\syron x.cpp(356) : error C2664: 'GetModuleHandleW' : cannot convert parameter 1 from 'const char [11]' to 'LPCWSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>c:\...\sniffer\syron x\syron x.cpp(357) : error C2664: 'GetModuleHandleW' : cannot convert parameter 1 from 'const char [11]' to 'LPCWSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
btw, check PM Nokia
ILikeItEasy is offline  
Old 01/08/2010, 11:21   #6
 
BorSti's Avatar
 
elite*gold: 20
Join Date: Feb 2008
Posts: 993
Received Thanks: 173
Quote:
Originally Posted by ILikeItEasy View Post
that's the basic reply you seem to get indeed

btw.. I tried to compile your source but I get some errors

Code:
1>c:\...\sniffer\syron x\syron x.cpp(103) : warning C4309: 'initializing' : truncation of constant value
1>c:\...\sniffer\syron x\syron x.cpp(103) : warning C4309: 'initializing' : truncation of constant value
1>c:\...\sniffer\syron x\syron x.cpp(103) : warning C4309: 'initializing' : truncation of constant value
1>c:\...\sniffer\syron x\syron x.cpp(103) : warning C4309: 'initializing' : truncation of constant value
1>c:\...\sniffer\syron x\syron x.cpp(154) : error C2664: 'wsprintfW' : cannot convert parameter 1 from 'char [50]' to 'LPWSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>c:\...\sniffer\syron x\syron x.cpp(353) : error C2664: 'CreateFileW' : cannot convert parameter 1 from 'const char [9]' to 'LPCWSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>c:\...\sniffer\syron x\syron x.cpp(355) : error C2664: 'GetModuleHandleW' : cannot convert parameter 1 from 'const char [11]' to 'LPCWSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>c:\...\sniffer\syron x\syron x.cpp(356) : error C2664: 'GetModuleHandleW' : cannot convert parameter 1 from 'const char [11]' to 'LPCWSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>c:\...\sniffer\syron x\syron x.cpp(357) : error C2664: 'GetModuleHandleW' : cannot convert parameter 1 from 'const char [11]' to 'LPCWSTR'
1>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
btw, check PM Nokia
change project options
BorSti is offline  
Thanks
1 User
Old 01/08/2010, 11:35   #7
 
elite*gold: 0
Join Date: Dec 2009
Posts: 81
Received Thanks: 31
pffff.. I am such a noob :P

thanks Borsti
ILikeItEasy is offline  
Reply


Similar Threads Similar Threads
Sniffer
04/26/2009 - Lineage 2 - 1 Replies
been having some problems with getting sniffer to work properly on official. I been trying to use sniffer on official for pots and such as it seems a lot of people are. I been getting errors a ton though. one day it was telling me "you have failed to expell a clan from the alliance" another time it kept telling me "you are not authorized to do that" one day it disarmed my shirt and earring for no reason. Any ideas or suggestions?
L2 sniffer and IG L2w
08/23/2008 - Lineage 2 - 1 Replies
Help me I play on Interlude server that runs on Bake Ice 1.36 ... Could you help me with running L2 sniffer/IGl2w aplicaion on this server?
WoW sniffer
06/16/2008 - World of Warcraft - 6 Replies
ive heard about this program called wow sniffer, it runs in a dos window and it tells u wat the other faction is saying, if anyone got link can u plz share it. ty help would be appreciated
Sniffer
01/19/2007 - Conquer Online 2 - 6 Replies
Hi all I need a good sniffer ! Any guy have to me ? will help a community too. Tnx for help me.
any got an ip sniffer for co?
12/15/2006 - Conquer Online 2 - 6 Replies
Hey does anyone know of a program or some way to get ppl's ip off conquer like Username=ip if you do please pm P.S not for hacking purposes EDIT-sorry if their is a post for this somewhere already but search is not on as you all know im sure



All times are GMT +2. The time now is 22:21.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.