Jump to content

Recommended Posts

Posted

Named : BadSystem™

 

 

Shared with  :

 

BadSystem™ (Owner)

mihalic (Sharing with him )

 

i want track IP!

 

it is `100% Shared ::)

 

http://www.maxcheaters.com/forum/index.php?action=otherkarma;u=72354

 

( i was friend with him , now not . See his abuses )

Posted

BadSystem:

 

Members possibly in the same range: MarioC, Ðarkherø™, JustPr0, l2death

 

Mihalic:

 

Members possibly in the same range: Gurment, L2Dialogos, papaditsa, malakesapokapou, |Itachi, NexiM, CRISS, ChronoJoy, kyzi, geoten, کє©яєŤ™, OverMe, Ventic, Apithanos, KonoRV, orpheous, koytrakis1994, Lazl0Star, `NexiM™, Kяaσh, Frank, Gregor, RespectaBle, oldhiphop, FerikOs™, babylon, +af.MasterDisaster, klasena, Seamless, Ghost Of Sparta, ZZ Top, `OverClocked™, Nabzor, dark extreme, bachos93, ProJecT, `zэlaи, Nox*Shine, vaggos500, Cloυd, tonyboyking, Jimaras22, Thelasthero, Spidey*, HippO™, l2m@niak, MaxPowerGR, GodOfHell, Loren, Alexpap, tourtou, FelonBIG, DJKILLER, Kouma, RedmanFTW, Nosti21, Finito, NxNos, FiX, GgFistiki, Aizen333, stratoss, SilentAsSasiN^, UltrasGate13™, br0ken, crazynoodle, ĐãکøЙє™, PinaePpLe, JiZ, l2ftw, Futzi, Scarface™, LordPanic, Pibby, john100, AntiStyle, PASTAL, Sniffer*, supermac, GoRe*, Hotman, 3mpsun

Posted

BadSystem:

 

Members possibly in the same range: MarioC, Ðarkherø™, JustPr0, l2death

 

Mihalic:

 

Members possibly in the same range: Gurment, L2Dialogos, papaditsa, malakesapokapou, |Itachi, NexiM, CRISS, ChronoJoy, kyzi, geoten, کє©яєŤ™, OverMe, Ventic, Apithanos, KonoRV, orpheous, koytrakis1994, Lazl0Star, `NexiM™, Kяaσh, Frank, Gregor, RespectaBle, oldhiphop, FerikOs™, babylon, +af.MasterDisaster, klasena, Seamless, Ghost Of Sparta, ZZ Top, `OverClocked™, Nabzor, dark extreme, bachos93, ProJecT, `zэlaи, Nox*Shine, vaggos500, Cloυd, tonyboyking, Jimaras22, Thelasthero, Spidey*, HippO™, l2m@niak, MaxPowerGR, GodOfHell, Loren, Alexpap, tourtou, FelonBIG, DJKILLER, Kouma, RedmanFTW, Nosti21, Finito, NxNos, FiX, GgFistiki, Aizen333, stratoss, SilentAsSasiN^, UltrasGate13™, br0ken, crazynoodle, ĐãکøЙє™, PinaePpLe, JiZ, l2ftw, Futzi, Scarface™, LordPanic, Pibby, john100, AntiStyle, PASTAL, Sniffer*, supermac, GoRe*, Hotman, 3mpsun

omagad , a bit of proofs , i never log with that account , finito too

 

why you colored them?

Posted

BadSystem:

 

Members possibly in the same range: MarioC, Ðarkherø™, JustPr0, l2death

 

Mihalic:

 

Members possibly in the same range: Gurment, L2Dialogos, papaditsa, malakesapokapou, |Itachi, NexiM, CRISS, ChronoJoy, kyzi, geoten, کє©яєŤ™, OverMe, Ventic, Apithanos, KonoRV, orpheous, koytrakis1994, Lazl0Star, `NexiM™, Kяaσh, Frank, Gregor, RespectaBle, oldhiphop, FerikOs™, babylon, +af.MasterDisaster, klasena, Seamless, Ghost Of Sparta, ZZ Top, `OverClocked™, Nabzor, dark extreme, bachos93, ProJecT, `zэlaи, Nox*Shine, vaggos500, Cloυd, tonyboyking, Jimaras22, Thelasthero, Spidey*, HippO™, l2m@niak, MaxPowerGR, GodOfHell, Loren, Alexpap, tourtou, FelonBIG, DJKILLER, Kouma, RedmanFTW, Nosti21, Finito, NxNos, FiX, GgFistiki, Aizen333, stratoss, SilentAsSasiN^, UltrasGate13™, br0ken, crazynoodle, ĐãکøЙє™, PinaePpLe, JiZ, l2ftw, Futzi, Scarface™, LordPanic, Pibby, john100, AntiStyle, PASTAL, Sniffer*, supermac, GoRe*, Hotman, 3mpsun

i have never logged with that account

maybe,it's just TRY to login with my account that failed...

(i see even nosfekain inside them lol)

Posted

omagad , a bit of proofs , i never log with that account , finito too

 

why you colored them?

to understand what were you asking about (?)

 

i want track IP!

Posted

Υοu all have IQ < 30. EVER HEARD OF PROXIES? You may not be the only ones using them, lol.

my mind didn't go at this.At first time

 

btw,bbanhammer isn't on list

a proxy that maxtor hasn't banned

Guest
This topic is now closed to further replies.


  • Posts

    • Hey guys, I came up with this idea while needing to write down multiple locations. When you use the /loc command, a text file is created (only the first time) and stores all the locations you debug.   Output:   --- a/aCis_gameserver/java/net/sf/l2j/gameserver/handler/usercommandhandlers/Loc.java +++ b/aCis_gameserver/java/net/sf/l2j/gameserver/handler/usercommandhandlers/Loc.java @@ -1,5 +1,10 @@ package net.sf.l2j.gameserver.handler.usercommandhandlers; +import java.io.BufferedWriter; +import java.io.File; +import java.io.FileWriter; +import java.io.IOException; + import net.sf.l2j.gameserver.data.xml.MapRegionData; import net.sf.l2j.gameserver.handler.IUserCommandHandler; import net.sf.l2j.gameserver.model.actor.Player; @@ -13,6 +18,7 @@ 0 }; + @SuppressWarnings("resource") @Override public void useUserCommand(int id, Player player) { @@ -100,6 +106,26 @@ } player.sendPacket(SystemMessage.getSystemMessage(msg).addNumber(player.getX()).addNumber(player.getY()).addNumber(player.getZ())); + + if (player.isGM()) + { + try + { + String fileLoc = "./data/locations.txt"; + final File file = new File(fileLoc); + file.createNewFile(); + + FileWriter fw = new FileWriter(fileLoc, true); + BufferedWriter bw = new BufferedWriter(fw); + bw.write(player.getX() + ", " + player.getY() + ", " + player.getZ()); + bw.newLine(); + bw.close(); + } + catch (IOException e) + { + e.printStackTrace(); + } + } } @Override  
    • Not any training model, i should fix that, just a very well done bot engine. As we use it on a local Internet Cafe spot and people join to test server, they don't seem to understand they are bots. Their behaviour is really well done. Many actions that other bots can't do are possible and the are complicated patterns that can be done due to structure of the engine such as Pick items of dead party pk member and later on trade them back to owner. So i'll fix later the title to Bot Engine rather than A.I. 
    • its old ver ))   this is new https://gamerip.ru/index.php?/topic/3308-lineage2-chronicle3-rise-of-darkness-new-version-172-030225/
  • Topics

×
×
  • Create New...