Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » General Discussions » General Discussion » PT Hack Needs Fixing Server Side Preferred
PT Hack Needs Fixing Server Side Preferred [message #107843] Sat, 14 August 2004 02:56 Go to next message
zunnie is currently offline  zunnie
Messages: 2959
Registered: September 2003
Location: Netherlands
Karma: 0
General (2 Stars)

Quote:

[14-08|12:26] <IAMCURRENTLYWATCHINGDVD> FMzunnie, are the PTs fixed after the current game is over?
[14-08|12:33] * IAMCURRENTLYWATCHINGDVD is now known as Silent_Kane
[14-08|12:48] <FMzunnie> no
[14-08|12:48] <FMzunnie> must restart server :/
[14-08|12:48] <Silent_Kane> I don't see how that would be possible
[14-08|12:48] <FMzunnie> i think.. not 100% sure
[14-08|12:48] <FMzunnie> unless: the guy was still in game when the map was gameovered
[14-08|12:49] <FMzunnie> after restart he probably wasnt
[14-08|12:49] <FMzunnie> until he joined again
[14-08|12:49] <Silent_Kane> The only way I knoew to turn the PTs off is hitting them with some special ammo type, which kills them
[14-08|12:50] <FMzunnie> thats what he must be using then..
[14-08|12:50] <FMzunnie> its fuckin annoying
[14-08|12:50] <FMzunnie> and i think its also possible on RG servers actually
[14-08|12:51] <FMzunnie> the first 10 seconds they can cheat
[14-08|12:51] <FMzunnie> be4 renguard kicks them
[14-08|12:51] <FMzunnie> RG should just kick them on-join if they dont have it
[14-08|12:52] <Silent_Kane> You could attach scripts to the PTs that makes them unkillable
[14-08|12:53] <FMzunnie> Maybe put that in the CP1 then? If possible that is..
[14-08|12:53] <FMzunnie> i dont think every server owners is able to do that.


This 'hack' is VERY annoying. It just disables the PT's for everyone in-game if some n00b joined the game who has it.
This needs server side fixing. I think putting this into the CP1 is a good idea. Not every server owner knows how to fix this.
And even with RenGuard on the server they can still exploit this because RG kicks them after about 10 seconds. Plenty of time for these hardcore morons to fuckup the whole game.

[zunnie]


https://multiplayerforums.com/uploads/monthly_2018_03/TCW2_Signature.png.6236a0dbc6e1e53472a18fe8cd15e47b.png
PT Hack Needs Fixing Server Side Preferred [message #107846] Sat, 14 August 2004 03:37 Go to previous messageGo to next message
WNxCABAL is currently offline  WNxCABAL
Messages: 1391
Registered: July 2004
Karma: 0
General (1 Star)
Yes, they have already done this on a00TFWsrv & a00WNxsrv on Euro, it is very annoying.
PT Hack Needs Fixing Server Side Preferred [message #107848] Sat, 14 August 2004 03:39 Go to previous messageGo to next message
zunnie is currently offline  zunnie
Messages: 2959
Registered: September 2003
Location: Netherlands
Karma: 0
General (2 Stars)

I think i have made a fix for it now, thanks to silent kane for telling me what to do.
Only i dont have this n00b-hack so i cant test it. We'll have to wait and see.
If the PT-crashes stop now suddenly i guess it worked then.

[zunnie]


https://multiplayerforums.com/uploads/monthly_2018_03/TCW2_Signature.png.6236a0dbc6e1e53472a18fe8cd15e47b.png
PT Hack Needs Fixing Server Side Preferred [message #107849] Sat, 14 August 2004 04:10 Go to previous messageGo to next message
by_ruddles is currently offline  by_ruddles
Messages: 101
Registered: September 2003
Location: UK
Karma: 0
Recruit
FACT servers have been hit by this too. Tis a real pain in the arse.

My BRenBot Control Pannel: BRCP .
PT Hack Needs Fixing Server Side Preferred [message #107854] Sat, 14 August 2004 05:32 Go to previous messageGo to next message
WNxPunk is currently offline  WNxPunk
Messages: 34
Registered: February 2004
Karma: 0
Recruit
Please get this fixed.

Punk signing off.
http://securi.nemek.co.uk/wn/punk_sig.jpg
PT Hack Needs Fixing Server Side Preferred [message #107856] Sat, 14 August 2004 06:01 Go to previous messageGo to next message
jonwil is currently offline  jonwil
Messages: 3557
Registered: February 2003
Karma: 0
General (3 Stars)

if someone is able to come up with a fix or details that will lead towards a fix, I can take a look at doing something about this for CP1...

Jonathan Wilson aka Jonwil
Creator and Lead Coder of the Custom scripts.dll
Renegade Engine Guru
Creator and Lead Coder of TT.DLL
Official member of Tiberian Technologies
PT Hack Needs Fixing Server Side Preferred [message #107863] Sat, 14 August 2004 06:37 Go to previous messageGo to next message
spoonyrat is currently offline  spoonyrat
Messages: 406
Registered: December 2003
Location: England
Karma: 0
Commander
NoN00bs has had this problem as well.
PT Hack Needs Fixing Server Side Preferred [message #107885] Sat, 14 August 2004 08:57 Go to previous messageGo to next message
xptek is currently offline  xptek
Messages: 1410
Registered: August 2004
Location: USSA
Karma: 0
General (1 Star)
The problem lies with the pct_zone_gdi and pct_zone_nod presents. Both use the Blamo skin so people can simply change their guns to Blamokiller and kill them. A quick fix would be to create a script that just makes them invulnerable. Wouldn't be too hard to do at all. It would be server side as well.
PT Hack Needs Fixing Server Side Preferred [message #107901] Sat, 14 August 2004 09:51 Go to previous messageGo to next message
vloktboky is currently offline  vloktboky
Messages: 290
Registered: February 2003
Location: Kentucky, USA
Karma: 0
Recruit

class M00_PCT_Pokable_DAK : public ScriptImpClass {
   void Damaged(GameObject *obj, GameObject *damager, float damage);
   void Killed(GameObject *obj, GameObject *shooter);
   void Poked(GameObject *obj,GameObject * poker);
};

void M00_PCT_Pokable_DAK::Damaged(GameObject *obj, GameObject *damager, float damage) {
	Commands->Set_Health(obj,Commands->Get_Max_Health(obj));
	Commands->Set_Shield_Strength(obj,Commands->Get_Max_Shield_Strength(obj));
}

void M00_PCT_Pokable_DAK::Killed(GameObject *obj, GameObject *shooter) {
	//Just in case..
	Commands->Create_Object(Commands->Get_Preset_Name(obj),Commands->Get_Position(obj));
}

void M00_PCT_Pokable_DAK::Poked(GameObject *obj, GameObject *poker) {
   if (strstr(Commands->Get_Preset_Name(obj),"gdi")) Commands->Display_GDI_Player_Terminal();
   else if (strstr(Commands->Get_Preset_Name(obj),"nod")) Commands->Display_NOD_Player_Terminal();
}

ScriptRegistrant<M00_PCT_Pokable_DAK> M00_PCT_Pokable_DAK_Registrant("M00_PCT_Pokable_DAK","");


Jon, if you still needed me to make those scripts for 1.9, let me know.
PT Hack Needs Fixing Server Side Preferred [message #107906] Sat, 14 August 2004 10:36 Go to previous messageGo to next message
xptek is currently offline  xptek
Messages: 1410
Registered: August 2004
Location: USSA
Karma: 0
General (1 Star)
Nice work. Will this be included with the new version of SSAOW?

cause = time
PT Hack Needs Fixing Server Side Preferred [message #107909] Sat, 14 August 2004 10:48 Go to previous messageGo to next message
vloktboky is currently offline  vloktboky
Messages: 290
Registered: February 2003
Location: Kentucky, USA
Karma: 0
Recruit

I'm giving it to Jon. He can put it in whatever he wants.
PT Hack Needs Fixing Server Side Preferred [message #107936] Sat, 14 August 2004 13:04 Go to previous messageGo to next message
MilkyLep is currently offline  MilkyLep
Messages: 218
Registered: May 2004
Karma: 0
Recruit
yea that thing is a cheat..if someone who has it shoots the pt it "breaks"

they can also shoot c-130 so it will drop vechs off course...and some other stuff..i know where it was created...altough im not telling b/c the less amount of people who know the better
(and no i dont use..the retard who made it posted it on a forum)


http://img.photobucket.com/albums/v465/MilkyLep/GreenAb2.png
PT Hack Needs Fixing Server Side Preferred [message #108067] Sun, 15 August 2004 01:23 Go to previous messageGo to next message
jonwil is currently offline  jonwil
Messages: 3557
Registered: February 2003
Karma: 0
General (3 Stars)

ok, I will add a fix for this to scripts.dll for 1.9.
Basicly, it will hook M00_Pct_Pokable to make it invulnerable.


Jonathan Wilson aka Jonwil
Creator and Lead Coder of the Custom scripts.dll
Renegade Engine Guru
Creator and Lead Coder of TT.DLL
Official member of Tiberian Technologies
PT Hack Needs Fixing Server Side Preferred [message #108075] Sun, 15 August 2004 02:54 Go to previous messageGo to next message
zunnie is currently offline  zunnie
Messages: 2959
Registered: September 2003
Location: Netherlands
Karma: 0
General (2 Stars)

:luvya:

[zunnie]


https://multiplayerforums.com/uploads/monthly_2018_03/TCW2_Signature.png.6236a0dbc6e1e53472a18fe8cd15e47b.png
PT Hack Needs Fixing Server Side Preferred [message #108089] Sun, 15 August 2004 05:29 Go to previous messageGo to next message
Majiin Vegeta is currently offline  Majiin Vegeta
Messages: 2186
Registered: February 2003
Location: London
Karma: 0
General (2 Stars)
i remember back in the day cheats where made for you to win.. beat everyone else.. not to mess up the game for you and your team.. how retarded
PT Hack Needs Fixing Server Side Preferred [message #108108] Sun, 15 August 2004 08:18 Go to previous messageGo to next message
Dan
Messages: 395
Registered: August 2003
Location: UK
Karma: 0
Commander
I remember back in the days when cheaters werent around
PT Hack Needs Fixing Server Side Preferred [message #108110] Sun, 15 August 2004 08:25 Go to previous messageGo to next message
MilkyLep is currently offline  MilkyLep
Messages: 218
Registered: May 2004
Karma: 0
Recruit
TwA-Dan

I remember back in the days when cheaters werent around


Wow you are OLD!


http://img.photobucket.com/albums/v465/MilkyLep/GreenAb2.png
PT Hack Needs Fixing Server Side Preferred [message #108111] Sun, 15 August 2004 08:28 Go to previous messageGo to next message
Dan
Messages: 395
Registered: August 2003
Location: UK
Karma: 0
Commander
... I'm 16...

I've been playing Renegade since it had been released in the UK for a couple of weeks so I can remember when people didnt have any cheats,
PT Hack Needs Fixing Server Side Preferred [message #108122] Sun, 15 August 2004 09:39 Go to previous messageGo to next message
Renx is currently offline  Renx
Messages: 2321
Registered: April 2003
Location: Canada
Karma: 0
General (2 Stars)
Category Moderator
yea, those were the days, when people would say "Wow you're pretty good," not "Get out u fuckin cheater!!1"

~Canucck

http://www.sloganizer.net/en/style7,Espion.png

Blazer

...RG made me ugly
PT Hack Needs Fixing Server Side Preferred [message #108138] Sun, 15 August 2004 10:53 Go to previous messageGo to next message
Dan
Messages: 395
Registered: August 2003
Location: UK
Karma: 0
Commander
*sigh* Memories...

Of course there was no mistaking cheats when final renegade came out >Neutral
PT Hack Needs Fixing Server Side Preferred [message #108155] Sun, 15 August 2004 12:46 Go to previous messageGo to next message
zunnie is currently offline  zunnie
Messages: 2959
Registered: September 2003
Location: Netherlands
Karma: 0
General (2 Stars)

:cries:

Was so funny to take out an entire base on a 60 player server with 1 apc and 2 Clanmembers Very Happy

[zunnie]


https://multiplayerforums.com/uploads/monthly_2018_03/TCW2_Signature.png.6236a0dbc6e1e53472a18fe8cd15e47b.png
PT Hack Needs Fixing Server Side Preferred [message #108558] Tue, 17 August 2004 16:03 Go to previous messageGo to next message
Pendullum is currently offline  Pendullum
Messages: 255
Registered: September 2003
Karma: 0
Recruit
It is indeed annoying, Ive seen this in action via a video thats now going around. The person who made this has only one purpose...to ruin other peoples fun and gaming pleasure.

Aircraftkiller

(flaming is what homosexuals do)
PT Hack Needs Fixing Server Side Preferred [message #108563] Tue, 17 August 2004 16:20 Go to previous messageGo to next message
Aircraftkiller is currently offline  Aircraftkiller
Messages: 8213
Registered: February 2003
Karma: 0
General (5 Stars)
Sort of like Reborn, except destroying purchase terminals is actually fun...
PT Hack Needs Fixing Server Side Preferred [message #108576] Tue, 17 August 2004 17:39 Go to previous messageGo to next message
vloktboky is currently offline  vloktboky
Messages: 290
Registered: February 2003
Location: Kentucky, USA
Karma: 0
Recruit

SSAOW 1.3 has code added to it to prevent the PTs from being destroyed. The same logic was carried over to the cargo plane.
PT Hack Needs Fixing Server Side Preferred [message #108577] Tue, 17 August 2004 17:45 Go to previous messageGo to previous message
MilkyLep is currently offline  MilkyLep
Messages: 218
Registered: May 2004
Karma: 0
Recruit
once i get around to it ill post some more of the problems it creates..once i get some extra time..unless you know everything it does....

http://img.photobucket.com/albums/v465/MilkyLep/GreenAb2.png
Previous Topic: Video Capturing Software..
Next Topic: OT: What has google tool bar done for you :D
Goto Forum:
  


Current Time: Thu Aug 01 14:22:14 MST 2024

Total time taken to generate the page: 0.01596 seconds