[Source Engine] Modify Packages

get your superiourity here ! be an offline or online GOD of the game. infinite ammo, unlimited nitro, turbo boost, god mode, you name it !
Post Reply
dj6230
Newbie..
Newbie..
Posts: 2
Joined: Tue Jul 19, 2011 9:47 am

[Source Engine] Modify Packages

Post by dj6230 »

I read this thread:
http://aluigi.freeforums.org/post9696.html?hilit=source engine
He's on to something here.


I have not much knowledge about C++ or modifying packages.
As I have understood(correct me if I'm wrong), sudppipe is a tool
which replace original package with an modified one and send that instead.
http://aluigi.org/mytoolz.htm#sudppipe



I guess this is the source Aluigi talks about in the thread:
http://aluigi.altervista.org/adv/sourcefs-adv.txt


I would like to know how I can modify the messages on connect and disconenct.

PS: I use WireShark, if you explain how to work with it.
User avatar
Sethioz
Admin
Admin
Posts: 4762
Joined: Fri Jul 27, 2007 5:11 pm
Custom: Gaming YT > https://youtube.com/SethiozEntertainment
Game Hacking YT > https://youtube.com/sethioz
Game Hacks Store > https://sethioz.com/shopz
Location: unknown
Contact:

Re: [Source Engine] Modify Packages

Post by Sethioz »

first of, its PACKET not package, package is what you find around your cake. packet is what is used in computing, not package. first learn the terms before going any further.

second of, his name is Luigi, try paying attention.

source engine uses "handshake" or so called packet checking, so if you send a packet that does not fit, it will be discarded. it is needed to imitate the actual connection.
it isnt as easy as using a packet monitor tool. further more wireshark is useless if it comes to such hacking.

anyway all of these tools and papers are made by Luigi, not me. so you must ask him when he gets back.
dj6230
Newbie..
Newbie..
Posts: 2
Joined: Tue Jul 19, 2011 9:47 am

Re: [Source Engine] Modify Packages

Post by dj6230 »

Sethioz wrote:first of, its PACKET not package, package is what you find around your cake. packet is what is used in computing, not package. first learn the terms before going any further.
Learning something new allready.
Sethioz wrote:second of, his name is Luigi, try paying attention.
Hows that important?
Sethioz wrote:source engine uses "handshake" or so called packet checking, so if you send a packet that does not fit, it will be discarded. it is needed to imitate the actual connection.
it isnt as easy as using a packet monitor tool. further more wireshark is useless if it comes to such hacking. .
Ok
Sethioz wrote:anyway all of these tools and papers are made by Luigi, not me. so you must ask him when he gets back.
Luigi said he would never return to the source engine, so I think its a lost case to ask him.
User avatar
Sethioz
Admin
Admin
Posts: 4762
Joined: Fri Jul 27, 2007 5:11 pm
Custom: Gaming YT > https://youtube.com/SethiozEntertainment
Game Hacking YT > https://youtube.com/sethioz
Game Hacks Store > https://sethioz.com/shopz
Location: unknown
Contact:

Re: [Source Engine] Modify Packages

Post by Sethioz »

source engine uses "challenge response" i think that was to correct term. however i still know nearly nothing about source engine, since i never done any research on it.
Post Reply