ADAL13 Posted February 1, 2008 Posted February 1, 2008 Well, i get this when i was googling, i don't know exactly what it does, i understand it more or less. But, this inject the token on walker? const EnterWorldPacket = HStr('6B000300000000000000000000000000000000C9BCF2A7665A0B9836A5BD89ED7FE4D76B49E29FEF76EBCEA3FAF4BF0C64A3B4A4CEDCC6083E6EEA45CAD3FE881387B8062C96F09B1E8EBCC69B98C86316CFD0290000000000000000000000000000000000000000000000'); var buf: string; BEGIN if length(_gBuff) < 3 then gBlockPacket; if (not _gFromServ) and StrCmp(_gBuff[3],#$81) then gBlockPacket; // GMlist // EnterWorld (ia iieiia ?aoaiea) if (not _gFromServ) and StrCmp(_gBuff[3],#$03) then _gOutBuff := EnterWorldPacket; if (not _gFromServ) and StrCmp(copy(_gBuff,1,3),HStr('3900 08')) then // RequestAuthLogin _gOutBuff := #$35 + copy(_gBuff,2,length(_gBuff)-5); if _gFromServ and StrCmp(_gBuff[3],#$15) then gSys.EnSEndS(HStr('0500D00800')); // RequestManorLst END. Quote
ADAL13 Posted February 1, 2008 Author Posted February 1, 2008 its for hlapex Are u a fuc*ing stup*id? I said that is for WPC of SAURON. I know more or less what it does but not exacly for that i create this thread Stop spam! Quote
Koyfo Posted February 2, 2008 Posted February 2, 2008 Probably it changes packets, and sends them back (shortened?)... Quote
ADAL13 Posted February 3, 2008 Author Posted February 3, 2008 Well i undestand all, exepct the 3 first lines Quote
gushtera Posted February 5, 2008 Posted February 5, 2008 i think it sends packet to the server telling him u using game so u coud log in or somthing like that :D i use it to bot on my server :P Quote
ADAL13 Posted February 5, 2008 Author Posted February 5, 2008 server? and pliz don't tell me lineageworld! Quote
Koyfo Posted February 5, 2008 Posted February 5, 2008 Well i undestand all, exepct the 3 first lines It registers a constant variable with name "EnterWorldPacket" and assigns it it's value Quote
gushtera Posted February 5, 2008 Posted February 5, 2008 server? and pliz don't tell me lineageworld! lineage2world :D i also use that program dono what he do :D http://img85.imageshack.us/img85/2220/34258933gj8.jpg Quote
ADAL13 Posted February 6, 2008 Author Posted February 6, 2008 but that script is like the walker fix in c4 no? to not have the enter chartimeout error no? Quote
Sarmat Posted March 12, 2008 Posted March 12, 2008 Some kind of server-deffence cheat or simply server-client protocol fixes. Block packet "gm-list" (for example l2w send it when entering world? so can be easy detected by administrators); modify 2 packets (request login and get manor list). All modifications are applied to packets, that are send from client to server. Nothing difficult, but you have to know packets values and structure. BTW. WC PPC scripts can be applied with any kind of client (bot or original client). No differences. Quote
darkvier Posted March 12, 2008 Posted March 12, 2008 and this script is for interlude walkers not??? Quote
Sarmat Posted March 14, 2008 Posted March 14, 2008 I'm don't know packets on interlude. But, if you interested, you can compare packets in script with packets implemented in l2j-interlude server. L2j is opensouce, so you can simply find all packets in code. Quote
ADAL13 Posted March 14, 2008 Author Posted March 14, 2008 Yeah, now i understand that this script is only for l2java servers, I think is imposible bot on l2off interlude servers/kamael :S Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.