Jump to content

Recommended Posts

Posted

buy lameguard, google it and find their original site.

 

or add Lamobob on skype. Dont trust any other shit

Posted

buy lameguard, google it and find their original site.

 

or add Lamobob on skype. Dont trust any other shit

Its not about trust or anything he asked for anti-bot system.. So if he want buy anti-bot system is ok to him..

i hope he knwo what lm gurd is 

Posted

Its not about trust or anything he asked for anti-bot system.. So if he want buy anti-bot system is ok to him..

i hope he knwo what lm gurd is 

 

your English are more broken than your brain, just use Google translate it helps

Posted

your English are more broken than your brain, just use Google translate it helps

Thanks for craw again once more but my english are fine. is just morning i did type mistakes

Posted

buy lameguard, google it and find their original site.

 

or add Lamobob on skype. Dont trust any other shit

btw χαλαρωσε τους δινω τον 10-15 line κωδικα free -.- 

Posted

btw χαλαρωσε τους δινω τον 10-15 line κωδικα free -.- 

 

stilton edw na sou pw poso gtp einai kai giati me full analisi

Posted (edited)

stilton edw na sou pw poso gtp einai kai giati me full analisi

5 γραμμες κωδικας για το enchant μονο στο warehouse   if (player.getActiveEnchantItem() != null)

{

return;

}

να μην μπορει να βαλει enchanted item sto wr εχεις καμια καλυτερη ιδεα για antiphx εκτος lmg?

γιατι θελω κ εγω

 

*Ps βασικα μια λυση θα ηταν να blockaris unknown packets μετα απο καποιο range να τρωει ban αλλα και παλι.

Edited by WolfGiaS3na
Posted

5 γραμμες κωδικας για το enchant μονο στο warehouse   if (player.getActiveEnchantItem() != null)

{

return;

}

να μην μπορει να βαλει enchanted item sto wr εχεις καμια καλυτερη ιδεα για antiphx εκτος lmg?

γιατι θελω κ εγω

 

*Ps βασικα μια λυση θα ηταν να blockaris unknown packets μετα απο καποιο range να τρωει ban αλλα και παλι.

u could also add a check on enchantitem with a x radius to disable enchanting near whinstance

smth that look like this

              for (L2Object wh : knowns)

              {

              if (wh instanceof L2WarehouseInstance)

 

with ofc a sysmsg to verify it.

 

anyways this is not what he asked for, i guess. lameguard is ur best choise as xdem said.

Posted

u could also add a check on enchantitem with a x radius to disable enchanting near whinstance

smth that look like this

              for (L2Object wh : knowns)

              {

              if (wh instanceof L2WarehouseInstance)

 

with ofc a sysmsg to verify it.

 

anyways this is not what he asked for, i guess. lameguard is ur best choise as xdem said.

i know lg is best choise but it cost 200.. anyway u cant block phx.. is fucking program

Posted

u could also add a check on enchantitem with a x radius to disable enchanting near whinstance

smth that look like this

              for (L2Object wh : knowns)

              {

              if (wh instanceof L2WarehouseInstance)

 

with ofc a sysmsg to verify it.

 

anyways this is not what he asked for, i guess. lameguard is ur best choise as xdem said.

 

thats a bad code, the actual code should look like

 

for (L2WarehouseInstance wh : activeChar.getKnownList().getKnownTypeInRadius(L2WarehouseInstance.class, L2Npc.INTERACTION_DISTANCE + 50))
{
player.sendMessage("You are not alowed to enchant near " + wh.getName() +", please move!");
player.setActiveEnchantItem(null);
return false;
}
 
like the one I use on aerogaming

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


×
×
  • 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