Jump to content

marwan

Banned
  • Posts

    774
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by marwan

  1. His name starts with B and ends with o xD
  2. dat http://maxcheaters.com/forum/index.php?topic=282936.msg0;boardseen#new :(
  3. fk this logic really
  4. so if i coded anything already shared from scratch i can share it too ?
  5. so basically a for loop to loop through all the files in plugins folder and then Runtime.getRuntime().exec("class") ?
  6. ok so lets get this back alive since school is comig ;D 6763
  7. Addding ip's to List not bad You should also add command like "exit" or something so it removes ip from the List . But not that important
  8. So only 1 connection to server ? added video
  9. Damn, forgot to add port when you connect . im fking idiot so the jar was sending to other port this is why the server didn't respond. Updated the jar download : http://www.4shared.com/file/jMwT12D0/Telnet.html code : http://pastebin.com/gcH4J8Xz Also added a boolean check if connected to be more secured really sorry i dont know how i forgot to add the port
  10. Just a boolean in server-side code.
  11. I was afraid of packet loss/order but most of people going to use it through localhost and if machine I think machine have connection speed enough to send and recieve data without any problems. updated thanks
  12. choose DatagramSockets because Sockets had a limitation in connection(only 1 client can connect) because of streams
  13. I checked IKVM - Mono really good.
  14. only l2jserver but you change it easily
  15. It would be hell easier using VB , java kinda sucks in gui for me
  16. it is just a simple code, shouldn't named it telnet tho
  17. hey guys, coded this today . Basically it i just a program like .exe but .jar it connects to the server and you can execute command through it pics : Let me explain how to use it : When you connect there is IP , if you are using home server you will set it to 127.0.0.1. If your server is online you will use the machine IP address. int port = 1234; You will need to portforward this or whatever the port is there, (PS : open it only UDP). int password = marwan; This is the password in which the program will use to gain access Links : code : http://pastebin.com/Qq3V4zyn jar link : http://www.4shared.com/file/I3Exz2xT/Telnet.html Credits to me. Tested and working, any question just post here . PS : You can decompile the jar if you want the source code
  18. A good l2j > l2off on many things - xdem 2013 This quote will make history
  19. Just copied the voice handler code , too lazy to code a new one ;D
  20. Okay , code updated
  21. getInstance() ??
  22. Hey guys , long time since i shared. Event starts every x time , when the event start you get a bow and one arrow (all your arrows will be removed and will be back when event ends), respawn will in the event arena. When you kill someone you get one arrow , when you respawn you get one arrow , events ends in x time ,who gets the most kills is the winner. All things are configurable through the variables in the code. Code : http://pastebin.com/ZeP01sQJ Don't forget to add on gameserver.java : OneInTheChamber.getInstance(); Coded by me
  23. You could have used onAction(). If character isOnRadius(hidden.x,hidden.y) , instead of ThreadPoolManager
×
×
  • 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