Jump to content

sltbnjr

Members
  • Posts

    709
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by sltbnjr

  1. Yes, on client side. Did you even read the thread?
  2. anybody botting on retail at this time is wasting his time and money there is a ~3 weeks period before and after a chronicle update where they ban a shitload of people
  3. It's not a matter of blowfish keys it was pointed out several times the encryption method is hooked and replaced by a custom encryption. Looking at the packets by proxy won't help to guess the encryption algorithm used
  4. Working Chronicles walker « on: February 10, 2008, 04:16:02 PM » I made this thread nearly 4 months ago now Of course it won't work, but people keep bumping it to say "UR GUIDE WONT WORK HLEP" just delete the thread
  5. This was posted a billion years ago by turksauron and it was proven the server he made his tool for wasn't even using bakeice god I swear people have to learn to read, this is retarded.
  6. The first oog version to have the option is 10.7.4 .
  7. You did a direct copy of L2P without any credits way to go
  8. http://l2p.l2wh.com/buffs.html
  9. Correct your post, this never ever worked on any server worth playing this is only L2J
  10. The user + password block is RSA encrypted he was right
  11. god you just have to merge them you're never gonna learn anything if you just keep asking people to do everything for you var XorString : string; Message : string; gserver : boolean; i : integer; Procedure OnCreate; begin //gSys.tLA2BFToken:= 'a%S[{&*-94}^#%xx-P]a'+#0; XorString := HStr('00 00 00 12 18 85 a0 00'); end; function Crypt(buffer : string): string; begin for i := 4 to length(buffer) do begin buffer[i] := Chr(ord(buffer[i]) xor ord(XorString[((i-4) and 7)+1])); end; Result := Buffer; end; begin if(not _gfromserv) and (_gAbsNumPkt=3) then begin gserver := true; end; if (not _gFromServ) and (copy(_gBuff,3,1)=#$38) then begin ScanPck5(_gBuff,4,'s',Message,null,null,null,null); if Message = 'Cat'+#0 then begin GSys.EnSendS(crypt(HStr('0C 00 45 EF 03 00 00 00 00 00 00 00'))); gBlockPacket; end; end; if gserver and (length(_gBuff)>3) then begin _gOutBuff:=Crypt(_gBuff); end; end.
  12. This was fixed on any server that isn't worthless like 2 years ago stop making new threads people.
  13. L2 tcp connections aren't time critical or at least not that much.
  14. do it with the standard walker options ......?
  15. XorString contains the xor values loop 'i-4' because the encryption starts at fourth byte 'and 7' because the loop is 8 bytes long... the effect of the 'and' here is to mask the higher bits. This will result in 0-1-2-3-4-5-6-7-0-1..... '+1' because delphi indices start at 1 instead of 0
  16. yes but you're going to have to play around with various versions of l2info.dat
  17. That's not even an exploit, that's just knowing how to play the game god, the exploit section sure is lacking at the moment
  18. Shit guys let's start repost every exploit that ever happened sorry to break it to you hackzor, but you're spamming here.
  19. Welcome to open beta, people
  20. enchanting by macro is completely useless say you ever get lucky enough to +16 something, the macro will just keep enchanting until everything you have has poofed
  21. it fails for you because you have 3 posts shit I wish they would just ban every single spammer on maxbastards the member count would drop by three quarter but the worthless members would be gone
  22. Very poor setup. This is for indoor party play, you don't need to use both far and short so use only short. set short range to 900, don't tick Weapon, it doesn't change. Skill 1 - keep default values and put Surrender to water Skill 5 - Sleeping cloud - 2 or 3 mobs Use spell - hydro blast and untick 'When target hp<80% Use direct attack'
  23. use 10.7.4 make sure you change the token offset accordingly no reason it doesn't work
×
×
  • 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