| 
		
 | 
	
		
		
			| Re: iRANian playing renegade [message #473479 is a reply to message #473474] | 
			Fri, 24 August 2012 20:59    | 
		 
		
			
				
				
				  | 
					
						  
						Ethenal
						 Messages: 2532 Registered: January 2007  Location: US of A
						
	Karma: 0
 
					 | 
					General (2 Stars)  | 
					 
  | 
		 
		 
	 | 
 
	
		| appshot wrote on Fri, 24 August 2012 20:29 |   yes! this is awesome! fuck radio spamming haters.  
 
anyways, its radio spamming. Sure, it is an exploit/hack that iDouche used in public servers which he rather shouldn't have, but cmon now it is radio spamming. It doesn't crash servers. On that same premise, ethenal and the rest of da peeps who are defending iran yet still believe in "cheater will always be a cheater"(i.e. azazel), i hope you see the hypocrisy.  
  |  
  
No, I don't. I actually had to try to make sense of that post, honestly. 
 
I just find it funny that iran supposedly just released R-G-H5.0. Seems like a massive downgrade in features from the previous aimbot, RGH, ESP, pt hack, wall hack, etc. to simply allowing you to Take The Point as much as you want to... of course, Jelly has already blocked radio command spamming server-side with the simple OnRadioCommand function implemented in the plugin interface so graciously offered to us by the TT team. 
 
Cry more   
		
		
 
 | -TLS-DJ-EYE-K wrote on Mon, 18 March 2013 07:29 |   Instead of showing us that u aren't more inteligent than a Toast, maybe you should start becomming good in renegade    
  |  
  
		
 |  
	| 
		
	 | 
 
 
 | 
	
		
		
			| Re: iRANian playing renegade [message #473483 is a reply to message #473479] | 
			Fri, 24 August 2012 22:36    | 
		 
		
			
				
				
				
					
						
						raven
						 Messages: 595 Registered: January 2007  Location: Toronto, Ontario
						
	Karma: 0
 
					 | 
					Colonel  | 
					 | 
		 
		 
	 | 
 
	
		| Ethenal wrote on Fri, 24 August 2012 20:59 |   the simple OnRadioCommand function implemented in the plugin interface so graciously offered to us by the TT team.
  |  
  
 
and to further this, Iran helped me create the flood protection! hahah
		
		
  -Jelly Administrator 
-Exodus Administrator
		
 |  
	| 
		
	 | 
 
 
 | 
	| 
		
 | 
	| 
		
 | 
	| 
		
 | 
	| 
		
 | 
	| 
		
 | 
	| 
		
 | 
	| 
		
 | 
	
		
		
			| Re: iRANian playing renegade [message #473497 is a reply to message #473496] | 
			Sat, 25 August 2012 04:12    | 
		 
		
			
				
				
				
					
						
						raven
						 Messages: 595 Registered: January 2007  Location: Toronto, Ontario
						
	Karma: 0
 
					 | 
					Colonel  | 
					 | 
		 
		 
	 | 
 
	
		| iRANian wrote on Sat, 25 August 2012 04:02 |   well it doesnt check if the radio command ID is actually valid!
  |  
  
 
lmao. it's quite fun   
 
 
		
		
  -Jelly Administrator 
-Exodus Administrator
		
 |  
	| 
		
	 | 
 
 
 | 
	| 
		
 | 
	| 
		
 | 
	
		
		
			| Re: iRANian playing renegade [message #473501 is a reply to message #473499] | 
			Sat, 25 August 2012 04:45    | 
		 
		
			
				
				
				
					
						  
						Sean
						 Messages: 822 Registered: February 2009 
						
	Karma: 0
 
					 | 
					Colonel  | 
					 | 
		 
		 
	 | 
 
	
		Since when was it fun to find exploits and then use the exploits to annoy the crap out of players in a public server? 
 
jelly didn't handle this very well tbh, but what do you expect when they're working with Iran. 
 
Hopefully if he finds anymore exploits, you'll open up a locked server, so players wont have to deal with this shit. It seems some of the Jelly trial moderators have more sense than the actual mods in this case. 
 
Apps, pretty amusing how you hit the nail on the head.
		
		
  Head admin at TmX (The Matrix Sniper server) 
 
irc.thematrixserver.com 
The Matrix Sniper: 188.138.84.134:4576
		[Updated on: Sat, 25 August 2012 04:45] Report message to a moderator  
 |  
	| 
		
	 | 
 
 
 | 
	| 
		
 | 
	| 
		
 | 
	| 
		
 | 
	| 
		
 | 
	| 
		
 | 
	
		
		
			| Re: iRANian playing renegade [message #473515 is a reply to message #473382] | 
			Sat, 25 August 2012 11:59    | 
		 
		
			
				
				
				
					
						  
						Adad
						 Messages: 84 Registered: April 2003 
						
	Karma: 0
 
					 | 
					Recruit  | 
					 | 
		 
		 
	 | 
 
	
		I just laughed! Shit... 
 
And reminded me the old stuff. 
// Invalid radio id?
		if (evt.m_key < 0 || evt.m_key >= 30)
		{
			evt.Skip();
			return;
		}
		// Block custom radio id
		evt.m_radioID = nc_CNCModeSettingsDef::_mInstance->Radio_Command[evt.m_key];
		// Flood control
		gzPlayer *pData = gzPlayerManager::Find(evt.m_sender);
		if (pData)
		{
			if (pData->GetRadioCtrl()->m_Count >= 5)
			{
				evt.Skip();
				return;
			}
			pData->GetRadioCtrl()->m_Count++;
		} 
		
		
		[Updated on: Sat, 25 August 2012 12:04] Report message to a moderator  
 |  
	| 
		
	 | 
 
 
 | 
	
		
		
			| Re: iRANian playing renegade [message #473518 is a reply to message #473382] | 
			Sat, 25 August 2012 12:38    | 
		 
		
			
				
				
				
					
						
						raven
						 Messages: 595 Registered: January 2007  Location: Toronto, Ontario
						
	Karma: 0
 
					 | 
					Colonel  | 
					 | 
		 
		 
	 | 
 
	
		That looks familiar! 
 
	if ((AnnouncementID < 8535) || (AnnouncementID > 8564))
	{
		Page(PlayerID,"You have tried to send an invalid radio command. It has been blocked");
		return false;
	} 
 
Fuck english!
		
		
  -Jelly Administrator 
-Exodus Administrator
		
 |  
	| 
		
	 | 
 
 
 | 
	| 
		
 | 
	| 
		
 | 
	| 
		
 | 
	
		
		
			| Re: iRANian playing renegade [message #473523 is a reply to message #473518] | 
			Sat, 25 August 2012 14:18    | 
		 
		
			
				
				
				
					
						  
						iRANian
						 Messages: 4313 Registered: April 2011 
						
	Karma: 1
 
					 | 
					General (4 Stars)  | 
					 | 
		 
		 
	 | 
 
	
		| raven wrote on Sat, 25 August 2012 12:38 |   That looks familiar! 
 
	if ((AnnouncementID < 8535) || (AnnouncementID > 8564))
	{
		Page(PlayerID,"You have tried to send an invalid radio command. It has been blocked");
		return false;
	} 
 
Fuck english!
  |  
  
motherfuckeing party pooper 
 
0x2126 = look theyre on the run 
0x2429 = we pushed em back 
0x1144 =  //Look son, I've got three interrogations to do.  You can't expect me to listen to all that screaming without some fraggin' aspirin! Get me some now!\n 
0x15A8 = laugh 
0x1293 = additional patrols lost chem units to station 
0x1443 = i cant wait 
0x437 = gdi power plant destroyed (the gdi one) 
0x438 = the nod one 
0x486 = nod airstrip destroyed (gdi) 
0x487 = nod one 
0xEC8 = please save us 
0xF03 = Destroy the Nod Tiberium Refinery to hamper their production.  C4 the Master Control Terminal.\n 
0xEFE = im gonna catch a cold hurry up 
0x10f4 = //Kane has faith in us. I'm sure we can hold them off until we get reinforced.\n 
0x14BA = pressing the jump key makes you jump 
0x14AD = nice job your a real pro 
0x15F7 = im on it time to rock and roll 
0x1376 = im ready lets go 
0x1368 = //Calling any available GDI forces - This is Dr. Ignatio Mobius, attempting to regain contact.\n 
0x1304 = die nod! 
0x11C6 = nod must be defeated 
0x11BE = we shall never surrender 
0x1333 = you've got to be kidding 
0x1247 = we server the brotherhood sir 
0x1245 = indeed i look forward to that brother 
0x124F = yes sir 
0x1252 = //Your life.  I have your life on it, brother. Remember this at all times.\n 
0x1249 = it wont be a problem sir 
0x1230 = no sir 
0x1232 = //Yeah, you should try some of that powder, can't remember the name&\n 
0x1231 = //Man, this new chem suit insulation itches something awful.\n 
0x122E = //Just remember what happened to your family old man. Now move it!\n 
0x1217 = sound the alarm 
0x12A6 = thanks a lot 
0x11A8 = understood thank you brother 
 0x11B2 = alright im bored enough of this 
 0x11B3 = you're gonna bleed gdi 
 0x11D2 = you guys are nothing but bad luck 
 0x11D8 = im on my way 
 0x11E3 = im comin im comin 
 0x11F0 = //I've still got plenty of Nod scum to blast. Care to join me?\n 
 0x11EF = you know it 
 0x11FA = //Nod throws the best parties. Don't start without me.\n 
 0x1213 = //Great! Just great... It's not like me to miss targets. Must be tired.\n 
 0x1077 = //I'll get back to it. Take a chill pill.\n 
 0x1079 = you gonna stop asking stupid questions? 
 0x102D = just shut up and stay close 
 0x1029 = you figure that out all by yourself? 
 0x1028 = looks like the area's secure sir 
 0x101F = same to you stay alive 
 0x101B = no problem just let me tidy up 
0x100C = you do that 
0xFF5 = that hand of nod is still active 
0x1468 = //How about saying no to drugs? Too late for that, huh?\n 
0x146E = kane 
0x1438 = nuclear missile silo accessed 
0x1435 = nuclear missile activfated
		
		
  Long time and well respected Renegade community member, programmer, modder and tester. 
 
Scripts 4.0 private beta tester since May 2011. 
 
My Renegade server plugins releases
		
 |  
	| 
		
	 | 
 
 
 |