Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Tiberian Technologies / Blackhand Studios » Tiberian Technologies Forum » Raw Data  () 1 Vote
Raw Data [message #427586] Wed, 05 May 2010 09:22 Go to next message
halo2pac is currently offline  halo2pac
Messages: 659
Registered: December 2006
Location: Near Cleveland, Ohio
Karma: 0
Colonel
I was wondering if it is possible to have a hook for the raw data (either TCP or UDP) that the server receives implemented in the scripts source code?

http://img339.imageshack.us/img339/1991/nefobbygenyunoreleasere.jpg
Rene-Buddy | Renegade X
Join the fight against Obsessive-Compulsive Posting Disorder. Cancel is ur friend.
*Renegade X Dev Team Member*
Re: Raw Data [message #427587 is a reply to message #427586] Wed, 05 May 2010 09:27 Go to previous messageGo to next message
Jerad2142 is currently offline  Jerad2142
Messages: 3805
Registered: July 2006
Location: USA
Karma: 6
General (3 Stars)
Direct connect password for spoofers once in game?

Re: Raw Data [message #427606 is a reply to message #427586] Wed, 05 May 2010 14:10 Go to previous messageGo to next message
halo2pac is currently offline  halo2pac
Messages: 659
Registered: December 2006
Location: Near Cleveland, Ohio
Karma: 0
Colonel
Idk about that since I am confused as to what your saying.. but I know it can be versatile. I was thinking of a few things.. but I forgot my main point. and it was a good one Sad

special login for direct connectors.
tool integration (making custom tools to talk from client side to server.)


and a few others.


http://img339.imageshack.us/img339/1991/nefobbygenyunoreleasere.jpg
Rene-Buddy | Renegade X
Join the fight against Obsessive-Compulsive Posting Disorder. Cancel is ur friend.
*Renegade X Dev Team Member*
Re: Raw Data [message #427609 is a reply to message #427586] Wed, 05 May 2010 14:38 Go to previous messageGo to next message
StealthEye is currently offline  StealthEye
Messages: 2518
Registered: May 2006
Location: The Netherlands
Karma: 0
General (2 Stars)

That's unlikely to happen, because of various reasons. For example, it would be quite hard to implement dc logins etc even if the UDP data can be hooked. You would need a higher level hook or you would need to process the raw data yourself (redundant and quite hard to do Wink ). Making it easily accessible would be an invitation to cheaters, however.

I am not sure whether tool integration would be a good idea regardless; the traffic is probably quite different, which probably negatively influences the bandwidth throttling Renegade applies. This may lead to too much or too little data being sent, which causes lag.


BlackIntel admin/founder/coder
Please visit http://www.blackintel.org/
Re: Raw Data [message #427616 is a reply to message #427586] Wed, 05 May 2010 23:48 Go to previous messageGo to next message
Goztow is currently offline  Goztow
Messages: 9724
Registered: March 2005
Location: Belgium
Karma: 13
General (5 Stars)
Goztoe
There already exists a password field for direct connectors, beit a password to enter the server. Surely it should be fairly easy to have the server use this field as pass for the nickname when the server is set to be public?

You'd still need to have a central database to compare it to, of course.


You can find me in The KOSs2 (TK2) discord while I'm playing. Feel free to come and say hi! TK2 discord
Re: Raw Data [message #428154 is a reply to message #427586] Thu, 13 May 2010 01:24 Go to previous messageGo to next message
0x90
Messages: 142
Registered: September 2006
Location: Germany
Karma: 0
Recruit
halo2pac wrote on Wed, 05 May 2010 18:22

I was wondering if it is possible to have a hook for the raw data (either TCP or UDP) that the server receives implemented in the scripts source code?


(since im posting these days anyways): i actually did a "raw traffic hook" just a month ago for reborn (as in the nick, not the mod Razz). its a ssgm-plugin, source included.

i can give it to you if you're interested of course, but i also doubt that that the udp hook will be much useful. i mainly did it because reborn wanted a tcp (xwis) hook for his DC blocker. he doesnt seem finding the time to finish it unfortunately. but then again, he just became a dad! congrats btw Smile

0x90
Re: Raw Data [message #428161 is a reply to message #428154] Thu, 13 May 2010 02:58 Go to previous messageGo to next message
reborn is currently offline  reborn
Messages: 3231
Registered: September 2004
Location: uk - london
Karma: 0
General (3 Stars)
0x90 wrote on Thu, 13 May 2010 04:24

halo2pac wrote on Wed, 05 May 2010 18:22

I was wondering if it is possible to have a hook for the raw data (either TCP or UDP) that the server receives implemented in the scripts source code?


(since im posting these days anyways): i actually did a "raw traffic hook" just a month ago for reborn (as in the nick, not the mod Razz). its a ssgm-plugin, source included.

i can give it to you if you're interested of course, but i also doubt that that the udp hook will be much useful. i mainly did it because reborn wanted a tcp (xwis) hook for his DC blocker. he doesnt seem finding the time to finish it unfortunately. but then again, he just became a dad! congrats btw Smile

0x90



Thank you . Smile


I did plan on going back and upgrading the released direct connect blocker to use your xwis hook. For the moment though, I am pretty busy being a Daddy, and the current version does at least work (albeit using a second connection to XWIS).

For anyone judging me for consorting with 0x90, he is actually a pretty nice guy, as long as you can dis-associate yourself from his "other" programming hobby.
I did not ask for it, but he voluntarily saw a better way of making something I had released, and sent me a very nice foundation for doing it better (and that also had the potential for other beneficial possibilities too). Albeit, he spotted this better way of doing it because he reversed my closed source binary. :-/

I do not think I will ever understand 0x90, to me he is a paradox. To speak to him is pretty pleasant. He is educated and is generally speaking a pretty nice guy to have a conversation with. He is helpful and if you're not a total idiot, he seems ready to offer help (he quickly gained a firm grasp of my level of understanding, and sent me commented code that I could follow, based on what he saw I would be able to understand, and what I would need a pointer with).

But his other activities make me feel sad. It's like he is a grand ship destined for an important voyage, but the compass is broken.



Re: Raw Data [message #428616 is a reply to message #428161] Mon, 17 May 2010 17:55 Go to previous messageGo to next message
Dover is currently offline  Dover
Messages: 2547
Registered: March 2006
Location: Monterey, California
Karma: 0
General (2 Stars)
reborn wrote on Thu, 13 May 2010 02:58

Thank you . Smile


I did plan on going back and upgrading the released direct connect blocker to use your xwis hook. For the moment though, I am pretty busy being a Daddy, and the current version does at least work (albeit using a second connection to XWIS).


This post should have ended here.


DarkDemin wrote on Thu, 03 August 2006 19:19

Remember kids the internet is serious business.
Re: Raw Data [message #428622 is a reply to message #428616] Mon, 17 May 2010 23:33 Go to previous messageGo to next message
EvilWhiteDragon is currently offline  EvilWhiteDragon
Messages: 3751
Registered: October 2005
Location: The Netherlands
Karma: 0
General (3 Stars)

Dover wrote on Tue, 18 May 2010 02:55

reborn wrote on Thu, 13 May 2010 02:58

Thank you . Smile


I did plan on going back and upgrading the released direct connect blocker to use your xwis hook. For the moment though, I am pretty busy being a Daddy, and the current version does at least work (albeit using a second connection to XWIS).


This post should have ended here.

I see little harm in it. It's no secret 0x90 can reverse engineer most mods. Now he's at least being helpful, which is more than what? 75% of Renforums?


http://www.blackintel.org/usr/evilwhitedragon/pointfix.gif
BlackIntel admin/founder/PR dude (not a coder)
Please visit http://www.blackintel.org/

V, V for Vendetta

People should not be afraid of their governments.
Governments should be afraid of their people.

[Updated on: Mon, 17 May 2010 23:34]

Report message to a moderator

Re: Raw Data [message #428624 is a reply to message #428622] Mon, 17 May 2010 23:36 Go to previous messageGo to next message
Kimb is currently offline  Kimb
Messages: 607
Registered: August 2009
Location: There is no greater power...
Karma: 0
Colonel

EvilWhiteDragon wrote on Tue, 18 May 2010 01:33

Dover wrote on Tue, 18 May 2010 02:55

reborn wrote on Thu, 13 May 2010 02:58

Thank you . Smile


I did plan on going back and upgrading the released direct connect blocker to use your xwis hook. For the moment though, I am pretty busy being a Daddy, and the current version does at least work (albeit using a second connection to XWIS).


This post should have ended here.

I see little harm in it. It's no secret 0x90 can reverse engineer most mods. Now he's at least being helpful, which is more than what? 75% of Renforums?

Are you saying that 0x90 is more helpfull then 75% of renforums? whats wrong with you?


What we think, or what we know, or what we believe is, in the end, of little consequence. The only consequence is what we do.
CarrierII wrote on Fri 21 May 2010 06:58

This doesn't meet the minimum standards of spam.
Re: Raw Data [message #428629 is a reply to message #428624] Mon, 17 May 2010 23:46 Go to previous messageGo to next message
Prulez is currently offline  Prulez
Messages: 439
Registered: August 2005
Location: The Netherlands
Karma: 0
Commander
Kimb wrote on Tue, 18 May 2010 08:36

EvilWhiteDragon wrote on Tue, 18 May 2010 01:33

Dover wrote on Tue, 18 May 2010 02:55

reborn wrote on Thu, 13 May 2010 02:58

Thank you . Smile


I did plan on going back and upgrading the released direct connect blocker to use your xwis hook. For the moment though, I am pretty busy being a Daddy, and the current version does at least work (albeit using a second connection to XWIS).


This post should have ended here.

I see little harm in it. It's no secret 0x90 can reverse engineer most mods. Now he's at least being helpful, which is more than what? 75% of Renforums?

Are you saying that 0x90 is more helpfull then 75% of renforums? whats wrong with you?

If I look at Dover's great post in this thread as an example (Just like his other posts in threads), then I'm more or less inclined to agree with EWD.

Also, FYI, EWD said that Now he's being helpful, in the example Reborn gave. Surely, the cheat he made was not quite that helpful to the game, quite the contrary.


http://i32.tinypic.com/2j1rey8.png

nikki6ixx wrote on Fri, 08 May 2009 19:47

Every so often, I get this positive feeling that humanity can somehow, possibly attain pure awesomeness, and enlightenment, and that there is light at the end of the road for us all. However, I only need to go to the latest HUD thread at RenForums to remind me of how dumb I was for thinking such stupid things.
Re: Raw Data [message #428635 is a reply to message #427586] Tue, 18 May 2010 01:23 Go to previous messageGo to next message
Dover is currently offline  Dover
Messages: 2547
Registered: March 2006
Location: Monterey, California
Karma: 0
General (2 Stars)
I was specifically referring to how half of Reborn's post was taken up by trying to justify receiving help as if there is anything to justify, and the dramatic psychoanalysis comparing 0x90 to a sinking ship or some bullshit. We get it, 0x90 makes cheats, and he also does other things. It's kind of pathetic to see an insta-shitstorm in response to any post the guy makes.

I'm glad he's helping with things. Nothing against that.

Prulez wrote on Mon, 17 May 2010 23:46

If I look at Dover's great post in this thread as an example (Just like his other posts in threads), then I'm more or less inclined to agree with EWD.


Har har.


DarkDemin wrote on Thu, 03 August 2006 19:19

Remember kids the internet is serious business.

[Updated on: Tue, 18 May 2010 01:25]

Report message to a moderator

Re: Raw Data [message #428636 is a reply to message #427586] Tue, 18 May 2010 01:30 Go to previous messageGo to next message
reborn is currently offline  reborn
Messages: 3231
Registered: September 2004
Location: uk - london
Karma: 0
General (3 Stars)
Given the amazing ability for the forum to turn on someone in an instant, I felt I had to cover my ass.


Re: Raw Data [message #428637 is a reply to message #428636] Tue, 18 May 2010 01:34 Go to previous messageGo to next message
Dover is currently offline  Dover
Messages: 2547
Registered: March 2006
Location: Monterey, California
Karma: 0
General (2 Stars)
reborn wrote on Tue, 18 May 2010 01:30

Given the amazing ability for the forum to turn on someone in an instant, I felt I had to cover my ass.


Has the popular opinion of anyone in the forums ever mattered this side of 2006? Even 0x90 isn't banned. What did you think would happen to you?


DarkDemin wrote on Thu, 03 August 2006 19:19

Remember kids the internet is serious business.

[Updated on: Tue, 18 May 2010 01:34]

Report message to a moderator

Re: Raw Data [message #428639 is a reply to message #427586] Tue, 18 May 2010 01:47 Go to previous messageGo to next message
reborn is currently offline  reborn
Messages: 3231
Registered: September 2004
Location: uk - london
Karma: 0
General (3 Stars)
Whether he was banned or not was not my primary concern, I just didn't want people thinking that I was some sort of shady character.

Anyway, why are you giving me a hard time?
Surely even if you felt that what I wrote was over the top or un-neccessary then you could of just kept it to yourself?

My post actually came about because I recently released a binary that stops players from joining the server if they are not doing so via XWIS (so serial banning is actually possible), this is a good thing. Yet despite this, you still felt it was neccessary to give me an online jib over something so trivial?



Re: Raw Data [message #428640 is a reply to message #428639] Tue, 18 May 2010 03:27 Go to previous messageGo to next message
Dover is currently offline  Dover
Messages: 2547
Registered: March 2006
Location: Monterey, California
Karma: 0
General (2 Stars)
reborn wrote on Tue, 18 May 2010 01:47

Whether he was banned or not was not my primary concern, I just didn't want people thinking that I was some sort of shady character.


If people would think you're some kind of shady character simply for being associated by proxy with a nice guy who's helping you with coding, then I don't see why you would care what they think.

reborn wrote on Tue, 18 May 2010 01:47

Anyway, why are you giving me a hard time?
Surely even if you felt that what I wrote was over the top or un-neccessary then you could of just kept it to yourself?


I don't mean to make a big deal out of it. I made a small remark about "This post should have ended here" (Which hardly qualifies as giving you a hard time) and was satisfied leaving it at that, but I was apperantly misunderstood by EWD and Prulez.

reborn wrote on Tue, 18 May 2010 01:47

My post actually came about because I recently released a binary that stops players from joining the server if they are not doing so via XWIS (so serial banning is actually possible), this is a good thing. Yet despite this, you still felt it was neccessary to give me an online jib over something so trivial?


If that were truly the case, your post would have been 1/3 the length and been bereft of ship metaphors.


DarkDemin wrote on Thu, 03 August 2006 19:19

Remember kids the internet is serious business.
Re: Raw Data [message #436219 is a reply to message #427586] Tue, 07 September 2010 09:42 Go to previous messageGo to next message
halo2pac is currently offline  halo2pac
Messages: 659
Registered: December 2006
Location: Near Cleveland, Ohio
Karma: 0
Colonel
I would actually be thrilled to make a new login system for renegade. Renegade is a paid game, basically we paid for our nicks and direct connectors are just squatters stealing bandwidth they don't deserve (that and Nicknames). On the other hand with APB this is where Direct Connectors belong and that type of connection is needed... but nicks should be reserve-able.

0x90, advanced hacker he may be... is needed actually. He keeps the game in balance sort of to speak. With out him people would not be pushed to keep updating renegade as much.

That and its funn to tell 0x90 to:

jmp 6f 66 66 20 61 20 63 6c 69 66 66


http://img339.imageshack.us/img339/1991/nefobbygenyunoreleasere.jpg
Rene-Buddy | Renegade X
Join the fight against Obsessive-Compulsive Posting Disorder. Cancel is ur friend.
*Renegade X Dev Team Member*

[Updated on: Tue, 07 September 2010 09:45]

Report message to a moderator

Re: Raw Data [message #436224 is a reply to message #436219] Tue, 07 September 2010 10:49 Go to previous messageGo to next message
HaTe is currently offline  HaTe
Messages: 923
Registered: August 2007
Karma: 0
Colonel
Quote:

With out him people would not be pushed to keep updating renegade as much.

Er...they wouldn't HAVE to make an anti-cheat engine if the cheat didn't exist in the first place. Therefore it's just that much extra time wasted into the updates. He didn't and isn't helping Renegade at all, and those were never his intentions.


http://i162.photobucket.com/albums/t263/psuHaTe32_2007/HaTe3.jpg
‘All that is necessary for the triumph of evil is that good men do nothing’ - Edmund Burke
Re: Raw Data [message #436225 is a reply to message #436224] Tue, 07 September 2010 10:54 Go to previous messageGo to next message
Goztow is currently offline  Goztow
Messages: 9724
Registered: March 2005
Location: Belgium
Karma: 13
General (5 Stars)
Goztoe
HaTe wrote on Tue, 07 September 2010 19:49

Quote:

With out him people would not be pushed to keep updating renegade as much.

Er...they wouldn't HAVE to make an anti-cheat engine if the cheat didn't exist in the first place. Therefore it's just that much extra time wasted into the updates. He didn't and isn't helping Renegade at all, and those were never his intentions.

Renegade? Updated? WHEN DID THAT HAPPEN???


You can find me in The KOSs2 (TK2) discord while I'm playing. Feel free to come and say hi! TK2 discord
Re: Raw Data [message #436227 is a reply to message #427586] Tue, 07 September 2010 10:59 Go to previous messageGo to next message
halo2pac is currently offline  halo2pac
Messages: 659
Registered: December 2006
Location: Near Cleveland, Ohio
Karma: 0
Colonel
the update happened with scripts right?

If not then I stand corrected.

He should give up and actually code for good. Bet TT could use his skills.


http://img339.imageshack.us/img339/1991/nefobbygenyunoreleasere.jpg
Rene-Buddy | Renegade X
Join the fight against Obsessive-Compulsive Posting Disorder. Cancel is ur friend.
*Renegade X Dev Team Member*
Re: Raw Data [message #436229 is a reply to message #436227] Tue, 07 September 2010 11:21 Go to previous messageGo to next message
HaTe is currently offline  HaTe
Messages: 923
Registered: August 2007
Karma: 0
Colonel
halo2pac wrote on Tue, 07 September 2010 12:59

the update happened with scripts right?

If not then I stand corrected.

He should give up and actually code for good. Bet TT could use his skills.

Lol.

3.4.4 scripts Goztow.....it's basically an update so sh...4.0 will be an update anyway, and who knows...if it weren't for the anti-cheat work - maybe it would be done by now. But who knows..


http://i162.photobucket.com/albums/t263/psuHaTe32_2007/HaTe3.jpg
‘All that is necessary for the triumph of evil is that good men do nothing’ - Edmund Burke
Re: Raw Data [message #436237 is a reply to message #436227] Tue, 07 September 2010 17:28 Go to previous messageGo to next message
Gen_Blacky is currently offline  Gen_Blacky
Messages: 3250
Registered: September 2006
Karma: 1
General (3 Stars)
halo2pac wrote on Tue, 07 September 2010 12:59

the update happened with scripts right?

If not then I stand corrected.

He should give up and actually code for good. Bet TT could use his skills.


0x90 wanted to be part of the renguard team I believe but was denied.


http://s18.postimage.org/jc6qbn4k9/bricks3.png

[Updated on: Tue, 07 September 2010 17:30]

Report message to a moderator

Re: Raw Data [message #436243 is a reply to message #427586] Tue, 07 September 2010 23:15 Go to previous messageGo to next message
Goztow is currently offline  Goztow
Messages: 9724
Registered: March 2005
Location: Belgium
Karma: 13
General (5 Stars)
Goztoe
Scripts never had the intention of being anti cheat. The fact the first (old) *cheat name removed*didn't work with scripts 344 was a mere side effect of the use of DX9.

Only BIATCH was created to counter cheating and worked great, except that it "caused" much less obvious cheats to become public.

0x90 never wanted to do anti cheat.


You can find me in The KOSs2 (TK2) discord while I'm playing. Feel free to come and say hi! TK2 discord
Re: Raw Data [message #436257 is a reply to message #436243] Wed, 08 September 2010 07:45 Go to previous messageGo to next message
HaTe is currently offline  HaTe
Messages: 923
Registered: August 2007
Karma: 0
Colonel
Goztow wrote on Wed, 08 September 2010 01:15

Scripts never had the intention of being anti cheat. The fact the first (old) *cheat name removed*didn't work with scripts 344 was a mere side effect of the use of DX9.

Only BIATCH was created to counter cheating and worked great, except that it "caused" much less obvious cheats to become public.

0x90 never wanted to do anti cheat.

Then explain RR
You also only asked when Renegade was updated...not when an anti-cheat engine was created, Goztow..


http://i162.photobucket.com/albums/t263/psuHaTe32_2007/HaTe3.jpg
‘All that is necessary for the triumph of evil is that good men do nothing’ - Edmund Burke

[Updated on: Wed, 08 September 2010 07:46]

Report message to a moderator

Re: Raw Data [message #436293 is a reply to message #436243] Thu, 09 September 2010 04:06 Go to previous messageGo to previous message
EvilWhiteDragon is currently offline  EvilWhiteDragon
Messages: 3751
Registered: October 2005
Location: The Netherlands
Karma: 0
General (3 Stars)

Goztow wrote on Wed, 08 September 2010 08:15

Scripts never had the intention of being anti cheat. The fact the first (old) *cheat name removed*didn't work with scripts 344 was a mere side effect of the use of DX9.

Only BIATCH was created to counter cheating and worked great, except that it "caused" much less obvious cheats to become public.

0x90 never wanted to do anti cheat.

False.


http://www.blackintel.org/usr/evilwhitedragon/pointfix.gif
BlackIntel admin/founder/PR dude (not a coder)
Please visit http://www.blackintel.org/

V, V for Vendetta

People should not be afraid of their governments.
Governments should be afraid of their people.
Previous Topic: Auto-updater
Next Topic: January 1 - 2010
Goto Forum:
  


Current Time: Fri May 03 13:08:58 MST 2024

Total time taken to generate the page: 0.01242 seconds