Jump to content

trash1

Members
  • Posts

    36
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About trash1

Profile Information

  • Gender
    Not Telling

trash1's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. Does anyone know if there is a fix for decrease background performance on Interlude that doesn't get caught by SmartGuard? Thanks in advance.
  2. Does payed version of Adrenaline work on L2Dawn? What kind of protection do they have?
  3. +1, trusted seller. It was smooth, quick, and painless
  4. I need lots of stuff, PM me with your offer. I can go first via Paypal if you are a trusted seller. Scammers shouldn't even bother.
  5. I've traded with this guy. Smooth and no problems. Will trade again!
  6. Nice and smooth trade, thanks!
  7. Depends on the char you are selling. Send me a PM with your Skype ID and we can talk
  8. WTB hierpphant/prophet on Dex 7x. Paying with Paypal as a gift. Offer in PM, also leave your Skype if possible
  9. PM with offer
  10. I have lowered the price to 3.5 EUR if you'll buy at least 300kk. Come on guys, I need some positive feedback :)
  11. Since I don't have any rep here, I offer 100kk for 4 EUR. Payment via Paypal(friends or family), we can trade in smaller amounts, but you'll have to go first. Skype name: socbassguy Current stock: sold out :(
  12. works on pts?
  13. enchanting use standard random() function. Standard random fuction creates a random number by using realtime clock, and it IS NOT really random. Knowing computer realtime clock you can calculate what comes out from the random function. Yeah, that would work, but this theory has some flaws: - you'd have to know exact realtime clock of the server machine - you'd have to click on enchant in a exact milisecond - yes, you can code a script to do that, BUT you can't forget of latency(ping) - there is a small chance that your packet will be delivered exactly on time - your weapon can be broken Disassembly l2server.exe is not a problem, many people did it to find out there is not really useful way to influence enchanting. You can make 100% enchanting success, but in laboratory environment only. I had my +19 sword of valhalla on a 2x low rate server, and I had my ritual when I enchanted it, but it looked more like "shamanism", and I don't think it really influenced my success chance. P.S. if you did not understand what I'm talking about, don't bother posting answers stating that i am a "n00b", as I am not interested in them - I just shared my opinion. Thank you.
  14. As far as I know, function Random() use computer's real time clock to create a random number. Patterns in this function are often repeated and if you have enough tries, you may be able to predict the randomization pattern. BUT there is a CryptGenRandom, which DON'T use real time clock to create a random number. The question is, which function is used in l2server.exe. That's a task for someone who would like to mess up wth assemblies. If there's a call for ADVAPI32.DLL, ADVAPI64.DLL or ADVPACK.DLL, then it's CryptGenRandom, and you CAN'T predict the random number generator behavior.
  15. what do you need to explain?
×
×
  • Create New...