Jump to content

[FuLL/Guide]This program you found password intro Yahoo Messenger.IS work 100%


Recommended Posts

Posted

[move]For new Users and old users[/move]

How cant foundout a passworld from:msn,hi5, yahoo messeger.tutorail and more by CN he take me 4 hours to create this guide

For this i want +1 karma

st1kf2.png

width=640 height=480http://img201.imageshack.us/img201/2803/st2il2.png[/img]

width=640 height=480http://img201.imageshack.us/img201/4537/st3pa0.png[/img]

width=640 height=480http://img522.imageshack.us/img522/6112/st4tl8.png[/img]

width=640 height=480http://img522.imageshack.us/img522/5803/st5qd6.png[/img]

width=640 height=480http://img165.imageshack.us/img165/7665/st6ty1.png[/img]

width=640 height=480http://img165.imageshack.us/img165/937/st7xp8.png[/img]

width=640 height=480http://img525.imageshack.us/img525/3227/st8ju6.png[/img]

width=640 height=480http://img508.imageshack.us/img508/2203/st9af5.png[/img]

width=640 height=480http://img356.imageshack.us/img356/4985/st10rr4.png[/img]

width=640 height=480http://img360.imageshack.us/img360/9818/st11ou9.png[/img]

width=640 height=480http://img512.imageshack.us/img512/7486/st12ap0.png[/img]

width=640 height=480http://img213.imageshack.us/img213/6015/st13uu8.png[/img]

width=640 height=480http://img210.imageshack.us/img210/331/st14wb6.png[/img]

width=640 height=480http://img89.imageshack.us/img89/3789/st15ot1.png[/img]

width=640 height=480http://img101.imageshack.us/img101/7504/st16fe1.png[/img]

width=640 height=480http://img517.imageshack.us/img517/6854/st17bd0.png[/img]

width=640 height=480http://img255.imageshack.us/img255/7214/st18cq8.png[/img]

width=640 height=480http://img254.imageshack.us/img254/416/st19pt1.png[/img]

width=640 height=480http://img149.imageshack.us/img149/8070/st20ry6.png[/img]

width=640 height=480http://img141.imageshack.us/img141/7965/st21ao7.png[/img]

width=640 height=480http://img522.imageshack.us/img522/2626/st22qw9.png[/img]

width=640 height=480http://img522.imageshack.us/img522/6066/st23mx9.png[/img]

omg i rezolve a problem with connection :O internet but now im finish

Posted
For this i want +1 karma

1: Man To take one karma you know how much you want to help???

2: double post worning...

3: Remove Hide...

Posted

1: Man To take one karma you know how much you want to help???

2: double post worning...

3: Remove Hide...

 

WTF dude there was no need to QUOTE this whole thing!

 

now body want this??

 

Well i personally i don't know about the others i don't understand that is this about :P

Posted

WTF dude there was no need to QUOTE this whole thing!

 

Well i personally i don't know about the others i don't understand that is this about :P

ok to kanw modify :P

Posted

What you can't understand?If a friend of yours comes at your home,use this to steal his password ^^

Posted

so much work for some passwords? use simple home keylogger ...

friend comes at your home logins to msn and u got his pass, or not even at msn gmail , l2 ^^ ect...

Posted

so much work for some passwords? use simple home keylogger ...

friend comes at your home logins to msn and u got his pass, or not even at msn gmail , l2 ^^ ect...

That's what i'm talking about!Cunning mind ;D

Posted

1: Man To take one karma you know how much you want to help???

2: double post worning...

3: Remove Hide...

1: i give information and is not much?

2:What you mind about double post worning?-?

3:done!!!

Posted

anyway wtf to still your friend passwords:P so if you are his friend you dont need to still his password...

ofcourse you can be fvck1ng thief who have no friends and still password from ppl that he pretends to be their friend

 

imo its retarded, also 4 hours to make screencaps of "click next" i mean wtf?

 

also now you are the cat |

                                  |

                                  V

 

1225550875419qw8.jpg

 

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