Jump to content

[Info]Russian hackers are DDoS'ing servers and ask for money!


Recommended Posts

Posted

I saw this thread in l2jserver's forums (here) and i was kinda.. amazed..

Quote exactly from there :

Hello L2J Community,

 

It seems that there is some kind of russian extortion crew DDoS'ing servers and websites asking them for a lot of money and even more.

 

Noticeable servers and sites that have been affected are:

 

L2Inc

L2Dreams

Azuregaming

 

...And more.

 

Their type of extortionist behaviour can be seen here:

 

2i6mcn7.jpg

 

Right now, they are even DDoS'ing Delta Anime mIRC networks.

 

What do you guys think of this kind of behaviour ? Are these people even for real ? What does this mean to all the other servers, L2J or not ?  :arrow:

 

As phoenixBird said ,you should never give ANYTHING to those guys.Let them to ddos ur server ,shut it down for 2-3 days ,they may think you've given up..

Thats an important info for ALL "server owners" ,so you should never give a shit to those guys.

//discuss

Posted

I remember Lynx, in a russian IRC network.

We are going have a lot of fun :P

danime irc is down for 2 days now xD

 

Im happy of the attacks that have been made to L2InC

Posted

But why they have to be such jerks and such assh0les?

btw ,thats the first russian guy who has so great english i saw so far xD

Idk who is this Lynx ,but i bet that if i see him ,he's gonna run to his mom.

Posted

I believe that the attacks will be contieued.

The team is from Russia, you wont get in any troubles.

I had box in Russia before 6-7 months for global reasons. Nothing wont happen to you.

Now, if they are too stupid and the boxes are in USA, Europe or any other country then that team can get in real troubles.

Posted

Anyway this illegal actually so if someone want this to stop simply can contact the right department.They'll for sure find out who's he and will do the right thing,so if you face it contact them and you'll win. Peace muthafacks ;]

Posted

Welcome to IC3

 

 

 

The Internet Crime Complaint Center (IC3) is a partnership between the Federal Bureau of Investigation (FBI), the National White Collar Crime Center (NW3C),

and the Bureau of Justice Assistance

(BJA).

 

 

 

IC3's mission is to serve as a vehicle to receive, develop, and refer criminal complaints

regarding the rapidly expanding arena of cyber crime. The IC3 gives the victims

of cyber crime a convenient and easy-to-use reporting mechanism that alerts authorities

of suspected criminal or civil violations. For law enforcement and regulatory agencies

at the federal, state, local and international level, IC3 provides a central referral

mechanism for complaints involving Internet related crimes. read more.

 

 

IC3 accepts online Internet crime complaints from either the person who believes

they were defrauded or from a third party to the complainant. We can best process

your complaint if we receive accurate and complete information from you. Therefore,

we request that you provide the following information when filing a complaint:

 

 

   *  Your name

   *  Your mailing address

   *  Your telephone number

   *  The name, address, telephone number, and Web address, if available, of the individual

     or organization you believe defrauded you.

   *  Specific details on how, why, and when you believe you were defrauded.

   *  Any other relevant information you believe is necessary to support your complaint.

 

File a Complaint

 

I hope i've helped.

Posted

Welcome to IC3

 

 

 

The Internet Crime Complaint Center (IC3) is a partnership between the Federal Bureau of Investigation (FBI), the National White Collar Crime Center (NW3C),

and the Bureau of Justice Assistance

(BJA).

 

 

 

IC3's mission is to serve as a vehicle to receive, develop, and refer criminal complaints

regarding the rapidly expanding arena of cyber crime. The IC3 gives the victims

of cyber crime a convenient and easy-to-use reporting mechanism that alerts authorities

of suspected criminal or civil violations. For law enforcement and regulatory agencies

at the federal, state, local and international level, IC3 provides a central referral

mechanism for complaints involving Internet related crimes. read more.

 

 

IC3 accepts online Internet crime complaints from either the person who believes

they were defrauded or from a third party to the complainant. We can best process

your complaint if we receive accurate and complete information from you. Therefore,

we request that you provide the following information when filing a complaint:

 

 

    *  Your name

    *  Your mailing address

    *  Your telephone number

    *  The name, address, telephone number, and Web address, if available, of the individual

      or organization you believe defrauded you.

    *  Specific details on how, why, and when you believe you were defrauded.

    *  Any other relevant information you believe is necessary to support your complaint.

 

File a Complaint

 

I hope i've helped.

Those people are from RUSSIA.

What makes you believe that FBI have the balls to discuss with Russia?

Posted

Those people are from RUSSIA.

What makes you believe that FBI have the balls to discuss with Russia?

 

Because its illegal,that makes me thing,and THEY MUST not "will" they.Those attacks are illegal in all the world,well 90% of the world.So that makes me think.

Posted

Because its illegal,that makes me thing,and THEY MUST not "will" they.Those attacks are illegal in all the world,well 90% of the world.So that makes me think.

90%? You mean 70%. 30% Is russia.

They are NOT negotiate with other countries.(Russia)

The laws are different.

Posted

Specially Russia's rules disallow it,read their law than comment ;]

The internet service providers dont give a shit.

Also, do you believe that nBd have the balls to report a cyber crime/

Read the Lineage II Agreement. About hosting private server.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • what pack you use  send me on discord for it
    • package custom.events.RandomZoneEvent; import java.io.File; import java.util.ArrayList; import java.util.List; import java.util.Random; import java.util.concurrent.ScheduledFuture; import org.w3c.dom.Document; import org.w3c.dom.Node; import org.l2jmobius.commons.threads.ThreadPool; import org.l2jmobius.commons.time.SchedulingPattern; import org.l2jmobius.commons.time.TimeUtil; import org.l2jmobius.commons.util.IXmlReader; import org.l2jmobius.gameserver.managers.ZoneManager; import org.l2jmobius.gameserver.model.StatSet; import org.l2jmobius.gameserver.model.actor.Creature; import org.l2jmobius.gameserver.model.actor.Npc; import org.l2jmobius.gameserver.model.actor.Player; import org.l2jmobius.gameserver.model.quest.Event; import org.l2jmobius.gameserver.model.zone.ZoneId; import org.l2jmobius.gameserver.model.zone.ZoneType; import org.l2jmobius.gameserver.model.zone.type.RandomZone; import org.l2jmobius.gameserver.util.Broadcast; /** * Random Zone Event - Activates one random PvP zone temporarily. No modifica la clase de la zona: usa flags PvP en runtime. * @author Juan */ public class RandomZoneEvent extends Event { private static final String CONFIG_FILE = "data/scripts/custom/events/RandomZoneEvent/config.xml"; private static int EVENT_DURATION_MINUTES = 15; private static boolean _isActive = false; private ScheduledFuture<?> _eventTask = null; private final List<ZoneType> _availableZones = new ArrayList<>(); private ZoneType _activeZone = null; public RandomZoneEvent() { loadConfig(); loadZones(); registerZoneListeners(); } /** * Registra listeners a TODAS LAS ZONAS random */ private void registerZoneListeners() { for (ZoneType zone : _availableZones) { addEnterZoneId(zone.getId()); addExitZoneId(zone.getId()); LOGGER.info("[RandomZoneEvent] Registered listener for zone: " + zone.getName()); } } private void loadConfig() { new IXmlReader() { @Override public void load() { parseDatapackFile(CONFIG_FILE); } @Override public void parseDocument(Document doc, File file) { forEach(doc, "event", eventNode -> { final StatSet att = new StatSet(parseAttributes(eventNode)); final String name = att.getString("name"); for (Node node = eventNode.getFirstChild(); node != null; node = node.getNextSibling()) { if ("schedule".equals(node.getNodeName())) { final StatSet attributes = new StatSet(parseAttributes(node)); final String pattern = attributes.getString("pattern"); final SchedulingPattern schedulingPattern = new SchedulingPattern(pattern); final StatSet params = new StatSet(); params.set("Name", name); params.set("SchedulingPattern", pattern); final long delay = schedulingPattern.getDelayToNextFromNow(); getTimers().addTimer("Schedule_" + name, params, delay + 5000, null, null); LOGGER.info("[RandomZoneEvent] Event " + name + " scheduled at " + TimeUtil.getDateTimeString(System.currentTimeMillis() + delay)); } } }); } }.load(); } private void loadZones() { for (ZoneType zone : ZoneManager.getInstance().getAllZones(RandomZone.class)) { if ((zone.getName() != null) && zone.getName().toLowerCase().startsWith("random_zone")) { _availableZones.add(zone); LOGGER.info("[RandomZoneEvent] Loaded zone: " + zone.getName() + " (id=" + zone.getId() + ")"); } } LOGGER.info("[RandomZoneEvent] Total random zones loaded: " + _availableZones.size()); } @Override public void onTimerEvent(String event, StatSet params, Npc npc, Player player) { if (event.startsWith("Schedule_")) { eventStart(null); final SchedulingPattern schedulingPattern = new SchedulingPattern(params.getString("SchedulingPattern")); final long delay = schedulingPattern.getDelayToNextFromNow(); getTimers().addTimer(event, params, delay + 5000, null, null); LOGGER.info("[RandomZoneEvent] Rescheduled for " + TimeUtil.getDateTimeString(System.currentTimeMillis() + delay)); } } @Override public boolean eventStart(Player eventMaker) { if (_isActive) { if (eventMaker != null) { eventMaker.sendMessage("RandomZoneEvent already active."); } return false; } if (_availableZones.isEmpty()) { Broadcast.toAllOnlinePlayers("[RandomZoneEvent] No zones configured."); return false; } _isActive = true; Broadcast.toAllOnlinePlayers("⚔️ Random Zone Event has started!"); _eventTask = ThreadPool.schedule(this::activateRandomZone, 5_000); return true; } private void activateRandomZone() { _activeZone = _availableZones.get(new Random().nextInt(_availableZones.size())); _activeZone.setEnabled(true); Broadcast.toAllOnlinePlayers("🔥 Random Zone Event: " + _activeZone.getName() + " is now PvP for " + EVENT_DURATION_MINUTES + " minutes!"); _eventTask = ThreadPool.schedule(this::eventStop, EVENT_DURATION_MINUTES * 60 * 1000L); } @Override public boolean eventStop() { if (!_isActive) { return false; } _isActive = false; if (_eventTask != null) { _eventTask.cancel(true); _eventTask = null; } if (_activeZone != null) { _activeZone.setEnabled(false); Broadcast.toAllOnlinePlayers("🏁 Random Zone Event ended. " + _activeZone.getName() + " is back to normal."); _activeZone = null; } else { Broadcast.toAllOnlinePlayers("🏁 Random Zone Event ended."); } return true; } @Override public void onEnterZone(Creature creature, ZoneType zone) { if (!_isActive || (_activeZone == null)) { return; } if ((zone == _activeZone) && creature.isPlayable()) { creature.setInsideZone(ZoneId.PVP, true); if (creature.isPlayer()) { creature.sendMessage("Esta zona está en modo PvP temporalmente."); } } } @Override public void onExitZone(Creature creature, ZoneType zone) { if (!_isActive || (_activeZone == null)) { return; } if ((zone == _activeZone) && creature.isPlayable()) { creature.setInsideZone(ZoneId.PVP, false); if (creature.isPlayer()) { creature.sendMessage("Abandonaste la zona PvP temporal."); } } } @Override public boolean eventBypass(Player player, String bypass) { return true; } @Override public String onEvent(String event, Npc npc, Player player) { return super.onEvent(event, npc, player); } @Override public String onFirstTalk(Npc npc, Player player) { return null; } public static void main(String[] args) { new RandomZoneEvent(); } } i have this but its not working
    • ZonePvPSpawnBossRadio=0 ZonePvPSpawnBossBarakiel=0 at the Customs.ini in L2Server folder. Im prety sure this is it because i had the same problem with you in cruma 1 floor for example and i couldn't fix it but i fixed it finally by changing these 2 lines
    • Siege Reward Start PM Msg Rework Config root BossDieAnnounce and BossDieSound in the L24Team.properties and Config.java files for global raid boss death notifications and sounds. Adds a new reward_list table to the DB.sql file to track castle rewards. Improves character creation logic for thread safety and validation. Adds extensive state checks to the RequestEnchantItem method to prevent enchantments during inappropriate player states. Fixed auto-attack animation bug (there was no attack animation, only damage animation) Clean Code Other fixes I forgot to list! Java 14 Fixed issue where deleting a character would prevent it from leaving the screen or being removed, or even after a delete CD (it would only exit when re-logging in or creating a new character). Added Premium System from the other C2 project (Needs testing and improvement). Added the "Improved" Community Board (incomplete).
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock