Oct 4, 2005, 05:07 PM | |
JJ2 Spambots
There's this stupid bot that might have been joining your server recently that sends 5-line announcements, and might lag a server if it has enough players on it.
For example: -----NEWS ANNOUNCEMENT--- Mike, you n00b, Wark did not spam your server! BUMGARDNER POWER! - 1-800-RYLHELP Got some jj2 news? Email lastexyle@gmail.com! -----(GlobalAnnounce v1.1)----- To opt out add NN to the start of your server name There are two ways of getting rid of this announcement system: -by adding NN to the start of your server name -by adding 70.84.143.196 to the banlist If you too have experienced this, let me know. And to whoever is doing this, please stop it.
__________________
I'm sick and tired of this community. So goodbye. PS: Unreal > JJ2. Last edited by UNKNOWNFILE; Oct 8, 2005 at 04:40 PM. |
Oct 4, 2005, 10:47 PM | |
NN does not go with 'Rabbits are White'. ;P I prefer adding the IP to the banlist.
|
Oct 4, 2005, 11:06 PM | |
Banning the IP sounds like a nicer solution.
__________________
<div style="float: right; width: 100px; height: 70px; margin: 5px 15px;"><img src="http://madskills.org/monolith/idleserver.gif" style="width: 98px; height: 65px;"><img src="http://madskills.org/monolith/theserver.gif" style="width: 98px; height: 65px; position: relative; top: -65px;"></div><div style="margin: 0 3em; font-size: 80%; font-style: italic;">Love is patient, love is kind. It does not envy, it does not boast, it is not proud. It is not rude, it is not self-seeking, it is not easily angered, it keeps no record of wrongs. Love does not delight in evil but rejoices with the truth. It always protects, always trusts, always hopes, always perseveres.</div><div style="text-align: right; text-size: 80%;">1 Corinthians 13:4-7</div> |
Oct 5, 2005, 01:12 AM | |
If no-one asked for it, it's by definition spam. It should not be an opt-out but an opt-in system.
__________________
Interesting Jazz-related links: Thread: Gameplay Theories - Thread: Make Up Your Own Gametype |
Oct 5, 2005, 01:22 AM | |
I have recently designed a new WPE filter that will block those undesired announcements and I'll have to talk to Nimrod about updating his previous net filter. On a sub related subject: I have not yet tested this theory, but I believe that adding the IP to the jj2 banlist will not stop the announcements because of the bad way JJ2 handles packets. Some other programs (not telling the names) use this exploit as well to bypass IP bans.
__________________
<a href="http://nmap.org/"><img border="0" alt="Nmap Security Scanner" src="http://images.insecure.org/nmap/images/prop/nmap_bnr_matrix_pfos.gif"/></a> |
Oct 5, 2005, 02:02 AM | |
The program being used is a program Ahat is creating for me.
Although I do not agree with his current use, the idea of it was to use it on Contrabandent when its online (which it hasnt been for days?) just a little one or two lines saying "Warning, your using a list server no longer on the network, please update at etc" Ill try and speak with him and ask him to stop it. |
Oct 6, 2005, 08:44 AM | |
This 'announcement device' is no doubt the most stupid tool for JJ2 ever. I hate it and I dont care what it is supposed to be used for, just stop it. Thanks.
__________________
|
Oct 6, 2005, 01:44 PM | |
Uhh oh.
![]() We must counter this by giving everyone the program, so the "few" that have it will no longer have reason to abuse it. ;D |
Oct 6, 2005, 02:27 PM | |
That really helped for other cheating tools did it not :P
__________________
Interesting Jazz-related links: Thread: Gameplay Theories - Thread: Make Up Your Own Gametype |
Oct 6, 2005, 04:38 PM | ||
Quote:
Beware of ahat's chat hacker, which can bypass private games and manipulate the chat engines. EDIT: If you wish to block the online version of the chat hacker, add 71.210.6.252 to the banlist.
__________________
I'm sick and tired of this community. So goodbye. PS: Unreal > JJ2. |
Oct 6, 2005, 05:44 PM | |
Adding it to the banlist doesn't quite work. Peerguardian should work, however (although I haven't tested it). This will also block ahat from joining your server, but as far as I'm concerned that's an added bonus.
This program is completely idiotic in the way it is being used. While I can see potential good uses for it, right now it's just a piece of annoying crap. I fully endorse putting a stop to it by any means possible. Edit: Seems this guy has a dynamic IP. Perhaps just blocking the entire IP range for newfoundland (I believe that's where he lives) will suffice. |
Oct 6, 2005, 05:59 PM | ||
Quote:
I made a jj2 badip list for peerguardian which is an update to the original one on nimmy's website. Write to file as follows: Code:
Chathacker:71.210.6.1-71.210.6.255 Jj2Bouncer:70.84.1.1-70.84.255.255 ahat:142.162.1.1-142.162.255.255 The second one should block the current jj2 proxy in use. The third one will block direct connections. Please run this and tell me if it works.
__________________
I'm sick and tired of this community. So goodbye. PS: Unreal > JJ2. |
Oct 6, 2005, 07:03 PM | ||
Quote:
|
Oct 7, 2005, 01:21 AM | ||
Quote:
![]() FQuist: I don't see how this could be considered a cheatingtool, it doesn't give you an advantage in game. (Unless you are playing 1on2 and you wanna spam so much their teamchat is drowned, i.e...) |
Oct 7, 2005, 02:00 AM | |
Lol Gry. ;D Excellent tactic.
![]() |
Oct 7, 2005, 04:49 AM | |
Yeah, spamming the warez url to people who already have jj2 is very useful.
Grytolle: I was referring to how spreading cheat tools did not make them be used less, I did not say this was a cheating tool. Everybody seems to be pointing to Ahat in regards to the spam, but is everyone sure it is him? He's the programs creator I think, but is he the one spamming? Nimrod says he's not.
__________________
Interesting Jazz-related links: Thread: Gameplay Theories - Thread: Make Up Your Own Gametype |
Oct 7, 2005, 05:05 AM | ||||
Quote:
![]() Quote:
Quote:
|
Oct 7, 2005, 07:46 AM | |
Here's a piece of pseudo-code for blocking this.
Code:
init block; listen jj2ports on CONNECT { getname(); // gets name, IP and version getip(); getver(); if name == null { kill player You are using no name. Please reconfigure your JJ2 client. } // kills the player, returning a message to a service if it is running. do connect ip; // this block checks to see if that person is using a proxy define sniff; blah blah blah do sniff IP; if sniff == good { kill player You are using a proxy service. } return 0; } What it will do (once coded propertly) will get the name, IP and version of that user. If a proxy is detected or a null name is sent, it will kill that person.
__________________
I'm sick and tired of this community. So goodbye. PS: Unreal > JJ2. |
Oct 7, 2005, 06:10 PM | ||
Quote:
Personally I'm all for this "spam" though, spreading JJ2 will certainly help the game. |
Oct 8, 2005, 12:40 AM | |
This stupid bot doesnt spread JJ2. The JJ2 warez link is sent to people who already have JJ2. No spreading at all. Thats why it must stop. It hasnt a relevant function. Thanks for stopping it. Now stop it.
__________________
|
Oct 8, 2005, 08:01 AM | |
Well, it spreads JJ2 TSF to 1.23 players. ;P
|
Oct 8, 2005, 12:07 PM | |
ED2k link, magnet link or ares hashlink? lol:P And I spoke Ahat today, he said he didnt do it. So shame to all of you.
__________________
|
Oct 8, 2005, 12:16 PM | ||
Quote:
[Warez edit. Do not spread warez in any way on this forum. You get a subwarning. - FQuist] Last edited by FQuist; Oct 8, 2005 at 02:05 PM. |
Oct 8, 2005, 02:26 PM | ||
Quote:
![]()
__________________
<a href="http://nmap.org/"><img border="0" alt="Nmap Security Scanner" src="http://images.insecure.org/nmap/images/prop/nmap_bnr_matrix_pfos.gif"/></a> |
Oct 8, 2005, 04:38 PM | |
I have identified the person behind the random spamming attacks.
The culprit is known as Wark, aka Hatsumi, current IP range unknown, last seen bypassing server protection on my server. If you do see the spambot, or Hatsumi on your servers, and are running ApprehendJJ2 or a packet capture program such as Ethereal (which is what I use for packet capturing on JJ2 servers), please report the IP to me ASAP.
__________________
I'm sick and tired of this community. So goodbye. PS: Unreal > JJ2. |
Oct 9, 2005, 12:12 AM | |
Ah, I've seen Hatsumi. >O
|
Oct 9, 2005, 12:21 AM | |
he was in my server for at least 60 minutes. God(-) and Oh my (-) god that I didnt write down his IP!
__________________
|
Oct 9, 2005, 08:08 AM | |
The idiot strikes again.
As you can see, this "announcement system" does nothing good other than to flame certain users and advertise warez. Since the idiot who made it is refusing to stop, I HIGHLY reccomend people to BLOCK connections from the announcement system. If you don't have something to block connections, download and run this. (RAR decompressor required) Zip version coming soon. :-P NOW FOR GOING COMPLETELY OFF TOPIC: [12:13] * Monobot [accessing list server...] (jazz.nimrod-online.com) [12:13] * Monobot *** Current JJ2 Online Games (5) *** [12:13] * Monobot > Battle Game -- battle -- 8/32 players -- uptime: 3hrs 18mins 35secs [12:14] * Monobot > Umba -- treasure -- 4/14 players -- uptime: 18mins 6secs [12:14] * Monobot > Yaxish Server -- treasure -- 4/18 players -- uptime: 6mins 23secs [12:14] * Monobot > Blacky hosts stuff -- capture -- 3/12 players -- uptime: 4mins 8secs [12:14] * Monobot > Karazickle Races -- capture -- 1/32 players -- uptime: 0secs [12:14] * Monobot *** End of list *** JJ2 is back. ![]()
__________________
I'm sick and tired of this community. So goodbye. PS: Unreal > JJ2. |
Oct 9, 2005, 09:22 AM | |
Once apon a time, no.
__________________
I'm sick and tired of this community. So goodbye. PS: Unreal > JJ2. |
![]() |
«
Previous Thread
|
Next Thread
»
Thread Tools | |
|
|
All times are GMT -8. The time now is 02:36 PM.
Jazz2Online © 1999-INFINITY (Site Credits). Jazz Jackrabbit, Jazz Jackrabbit 2, Jazz Jackrabbit Advance and all related trademarks and media are ™ and © Epic Games. Lori Jackrabbit is © Dean Dodrill. J2O development powered by Loops of Fury and Chemical Beats. Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Original site design by Ovi Demetrian. DrJones is the puppet master. Eat your lima beans, Johnny.