Just go through this ....
 

News:

29 December 2022 - PtokaX 0.5.3.0 (20th anniversary edition) released...
11 April 2017 - PtokaX 0.5.2.2 released...
8 April 2015 Anti child and anti pedo pr0n scripts are not allowed anymore on this board!
28 September 2015 - PtokaX 0.5.2.1 for Windows 10 IoT released...
3 September 2015 - PtokaX 0.5.2.1 released...
16 August 2015 - PtokaX 0.5.2.0 released...
1 August 2015 - Crowdfunding for ADC protocol support in PtokaX ended. Clearly nobody want ADC support...
30 June 2015 - PtokaX 0.5.1.0 released...
30 April 2015 Crowdfunding for ADC protocol support in PtokaX
26 April 2015 New support hub!
20 February 2015 - PtokaX 0.5.0.3 released...
13 April 2014 - PtokaX 0.5.0.2 released...
23 March 2014 - PtokaX testing version 0.5.0.1 build 454 is available.
04 March 2014 - PtokaX.org sites were temporary down because of DDOS attacks and issues with hosting service provider.

Main Menu

Just go through this ....

Started by Herodes, 18 May, 2004, 12:34:00

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Herodes

So, I find my self staring at the Joins/Parts craving for the pinger. (...you know these problems with multiple pingers on the reg address)
and I haven't slept a minute all night ...
In this "living dead" state .. suddenly ,  the OpChat comes up with this :
Quote<-=Wingman?=-[OP]> c'mon man, ... are you gonna check on us ??
naaah,....  I'm too bored Wingy ....
<-=Wingman?=-[OP]> lets get it over with man it will take just a sec..
hey look, maybe we can do this a bit later ....not in a particular mood today, especially for you guys...
<-=Wingman?=-[OP]>  I said NOW !!
... ok .... ok    gimme 5' and I'll be there....
... next thing you know I am on the floor LMAO !!! :D:D:D:D:D:D

Corayzon

as you can see its a bored bunch of lowlifes doing shit for no reason...

here is some pointer for stoping these outbreaks...just simple shit...picked up on a while back now...


sBot = ""

function DataArrival(user, data)
	if strfind(data, "$To:") then
		local _,_, fromUser = strfind(data, "%$To:%s%S+%sFrom:%s(%S+)%s$.*$")
		if fromUser ~= user.sName then
			user:SendData(sBot, "Get The Fuck Out Hackers!")
			user:Ban()
			user:Disconnect()
			return 1
		end
	end

	if strsub(data, 1, 1) == "<" then
		local _,_, sUsername = strfind(data, "<(%S+)>")
		if sUsername ~= user.sName then
			user:SendData(sBot, "Get The Fuck Out Hackers!")
			user:Ban()
			user:Disconnect()
			return 1
		end
	end
	if strsub(data, 1, 7) == "$MyINFO" then
		local _,_, sUsername = strfind(data,"^%$MyINFO %$ALL (%S+)")
		if user.sName ==  "" or sUsername == nil then
			user:SendData(sBot, "Get The Fuck Out Hackers!")
			user:Ban()
			user:Disconnect()
			return 1
		end
		if sUsername ~= user.sName then
			user:SendData(sBot, "Get The Fuck Out Hackers!")
			user:Ban()
			user:Disconnect()
			return 1
		end
	end
end

just add this and it should give ya a hand ;)

Herodes

LOL . . .   :D:D:D


Corayzon,  you made my day ...
I find my self laughing on the floor for the second time, in a few hours,... for "not apparent" reason ... :D:D:D:D

The dialogue in my post was an invention of the guy behind the nick "-=Wingman?=-[OP]" a.k.a. "Wingy" . .

Your intentions thought are seriously appreciated, and the code is very straightforward ...:)
Although I had droped my jaw on the floor just by realizing that there was Code there instead of a "LOL Reply .." .. (no offense)

Thanks for the helping hand and for the tip that this kind of stuff REALLY happens ... :D-:D

(I had it posted in the Off-Topic, for a reason ;) )

Corayzon

#3
lol!

neways

i wrote a quake2 admin a while back now and while writing up client hacking and bot detection i really learnt alot about how to trick and figure out an app servers protocol context...if u get what i mean...

and once you see how someone tricks the server with the protocol context to can understand how to stop it =]

but in games its alot dif...bots are writin for helping ppl understand the cleint to server dataflow, and their for the writers send a string to the server, so in turn we can detect the bots pressence...but when it comes to hacks...its really bout making sure ur protocol is sercure =]...and checking all ur incoming strings are from who they say they are (but in most game protocols this is allways tring to be prevented!)

Herodes

-         Quake III       -

...gimme, gimme, gimme,gimme,...

yep u are completely right ... one is "how they say things" and the other, "how things are taken"  .. :)

although variations on the subject are impossible to even estimate, let alone to solving them....
and if we are going into semantics,...  Hell can break loose ...
This thread paid off nicely :) I got a great laugh and learned a few things ..
Let's code

Corayzon

heheh...

i was just tripin and didnt read where the post was in before posting back...so i guess this was my stupididly...but if its worth it im happy =]

SMF spam blocked by CleanTalk