Jump to content

Boter+

Members
  • Posts

    80
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Boter+

  1. I have just finished installing C5 and the supreme updates. I'll inform here the advances I made with IG an OOG. NOTE: This is the first time I try to make a bot for a C5 server.
  2. My C5 client has just been downloaded. I'm going to do some tests.
  3. The best thing is to look how the protection works, and build a L2 yourself. Then you can use L2W IG and multiple L2.
  4. Its from postpacific. I found it there. The link was the same, and it had no virus. Its perfectly clean.
  5. All the people say that the protection of this server is very high. I will take it the job. I'm sure that I can pass the protection. Downloading C5... :P
  6. its a keyloger, a virus, or a trojan. There is no app to enchant your stats in L2.
  7. That would be a good idea, but for that you will need to access the server DB. Or to hack the conection between server and DB. And that is very very hard. If you can enter there, you will be able to change anything not only the enchant level of your weapon.
  8. For thouse who don't know how the enchant process is. It is like this: You call to a friend and tell him to thow a dice. If the result is 1-2-3-4 Success 5-6 Fail. Could you do something to change the result, or to predict the result? The answer is simple, NO you can't. So please stop saying this "if you can tell to the game that your weapon is +1 and will be +2, there's no random.. it's certain enchant...".
  9. I read the first post. I did not found anything new cos I already knew that. Mew asked: "How is the l2 probability calculated?" I don't know the answer, but it could be posible to disASM a l2server to see how the enchant process is done. Am I right? And one more thing I want to say. The random is not really random, you can predict what a rand fucntion will thow, if you know the previous results/time. But when you OE anything, do you know what was the last item that OE? How many time has passed? What was the result? So, i agree that the OE in not trully random, but for the client side, it is.
  10. I know what you mean. Use WP. You can decode the packets with some functions like gsys.BFdec(key), the only problem is that you won't be able to log the decoded packets. You can log them with something like Log(_gOutBuff). PD: Maybe the sintax or the funcions are not OK, I am writing without looking at the WP xD
  11. You should be more careful with what you posted here... In the logs .dat is ALL the data that your L2 sends and recives.... look your PM.
  12. Injection? A SQL injection or what? It will be fixed soon if its that.
  13. So if it does not make damage, what utility does it have?
  14. http://www.delphibasics.co.uk/ And the functions of the WPC FS, are in the doc folder, page 2. Anyone can learn delphi and make scripts. You should try. WP was the reason I learnt delphi. To be able to make scripts for WP, and I'm still learning. You will make the script faster doing it yourself than asking here.
  15. Waht is derf's tactic? Can someone post a link?
  16. The protection of that server is very easy. Just some Xor-ed bytes.
  17. This is the correct config: token_patch=5F3B352E5D39342D33313D3D2D257854215E5B24 But It will trow "LoginFail.20". There is an extra protection is the GS server. Its easy to fix, but I have no time to make that script.
  18. Yes, that is a good packet too. ^^ I take note.
  19. Its some kind of blowfish. it has clearly 8bytes blocks repetition in the NPCinfo packet (is the best packet to do some checking).
  20. I tested myself and It worked. Ionly want to know if it is working for someone else :P
  21. After installing the server and doing some testing, I must say the admins have made a very good job. Problems I found: -The GG is working in that server, so the walker needs to pass the GG auth first. And I don't know how to do that. -The GS packets IDs have been changed or the GS has been coded. If the IDs has been changed it will be very hard to make a script for that. But if the GS has been coded it will be easyer. Anyway the admins have worked hard to protect that server. If anyone plays there they may want to make a script to make L2w work. But I don't play there and I don't have time to make it. I don't play there, so I will not do such a job. But maybe you have luck and somebody playing there want to do it.
  22. No because you just send a "UseItem" packet with the Enchant ID. And then a "Request Enchant" packet with the ItemID. The server sends the result with a "EnchantResult" packet. The client does not take part in the process.
  23. Paste the script in the PCC script tester, and save it with any name. Doesn't matter. Then, add a new server in the PCC with the config of l2hobby. And add the saved script to the l2hobby scripts.
×
×
  • Create New...