Jump to content

Recommended Posts

Posted

Hello Guys im asking help for boting in RPG-CLUB x5 New server.

 

Admins there claim to have "The Best Bot Protection ever made"(lol)

 

So im asking here for anyone that can help me.

 

Server Home page --> http://www.rpg-club.com/en/?p=files

 

They uber pro antibot  --> http://www.rapidshare.ru/1422772

 

Any kind of help or advise will be apresiated.

 

Thx in advance :P

Posted

yeh... that would be a good add to this forum ;)

I was before with L2Net working, but they installed lasterday a new antibot system, and so it doesnt work anymore :s

Posted

Actually, they never said they have best antibot. Their antibot, as they said, is in 'open tests' right now and they have a very basic IG protection (probably the OOG one is very good). So it shouldn't be a problem to bypass it, come on, move faster : )

Posted

Actually, they never said they have best antibot. Their antibot, as they said, is in 'open tests' right now and they have a very basic IG protection (probably the OOG one is very good). So it shouldn't be a problem to bypass it, come on, move faster : )

Try 1 off ways in this forum. Some1 said that 1 off them works now.

Posted

from hide

1. сначало надо зайти с ихнем l2.exe потом до выбора персонажа( считывает ключ в ини файл), потом ставим любой чистый l2.exe от финала и заходим в игру.

 

2. Внимание из за неточной расшифровки 2 ключа верефиципуется не с 1 раза 1 - 10 заходов в игру как повезет.

(если не верефицировался небудет выделять цели)

 

3. Внимание расщитано под логин из 5 букв больше если у вас непытайтесь зайти!

 

Код:

var

p1,s1,p2,hz,s2,o1,o2,key,s:integer;

k,p,s11,s22,i:string;

ini: TMemIniFile;

 

begin

 

if _gAbsNumPkt=3 then begin

ScanPck5(_gBuff,36, 'dd', o1, o2, null, null, null);

ScanPck5(_gBuff,20, 'ddd', p1, hz, p2, null, null);

if o2 > 0 then begin

key:=p1*32+o1;

ini:=TMemIniFile.Create(_gCustomDir+'key.ini');

ini.Clear;

ini.WriteInteger('ID', 'key', key) ;

ini.UpdateFile;

ini.Free;

end;

if o2 = 0 then begin

ini:=TMemIniFile.create(_gCustomDir+'key.ini');

Ini.ReadInteger('ID', 'key', s);

p:=copy(_gBuff,1,35);

s22:=copy(_gBuff,40,4);

s1:=key-(p1 * 32);

s2:= (p2 div 32) + 3;// вот это параметр меняется то он +1 то + 3 то + 5 то + 7 может и - 7 такчто зайдем с раза 10) как повезет...

_goutBuff:=p+IntToBin(s1)+IntToBin(s2);

end;

end;

end.

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • Of course someone can access your account. All it needs is just a session. Sounds to me like you were info stealed.   https://chatgpt.com/share/68a50e59-0708-8012-b63c-98fe3fa87f88
    • LLMs can just return text, and maybe tool calls (read write etc) no ? Wouldn't you need a parser or something that translates the returned text to instructions, e.x move player here, cast skill there?   Sounds like a pain in the ass + a lot API costs.
    • Hi everyone, This is not an advertisement for my server. My Facebook group with 1,300 real players was hacked. I was the only owner of the group, and I don’t understand how someone could change admin rights and remove me from it. All my accounts have two-factor authentication (2FA), so there’s no way anyone could have accessed my account to give admin rights to another profile. I contacted Facebook for help and even paid $20 for faster support from Meta. They basically ignored me and said they couldn’t help or make any decisions regarding this situation. I found some information about the person who took over the group – it seems to be an admin of L2CALIGULA (FLOYD) – and it looks like my group isn’t the only one affected.   https://www.facebook.com/MdsFael/posts/pfbid02LYPDAaxmjECuKY6g1xhMsnmixUH3x1asAVt2RtVKjV8yvegQ9erVHeWAdrJyjonal   As it stands, the group still exists on Facebook and all the information is visible, but I have no control over it anymore.   l2mid group: https://www.facebook.com/groups/l2official   Can anyone explain how this is even possible and how I can prevent it in the future? Regards!    
    • I suggest logging real player data such as positions, movement, quests, skills used in real time, and general actions and save them in whatever format you like. You need to organize and verify the data. If your data are not enough you can create synthetic data based on your existins real data. later you have 2 options  You can fine tune a smaller model (for example, from hugging face). This requires time, money(compute power), and plenty of trial and error, but the benefit is that you can run it locally without relying on external services. Use existing LLMs and  instead of training you can store your data in a vector database and let the LLM query it( im not sure if RAG is the right term here). This approach is faster to set up but depends on the model  and the output you want to achieve(you will need some research there). Regardless of which approach you take  you should expose only safe actions through a service or API. This can be done with MCP(model context protocol) or a custom api ensuring the model (local or external) can only trigger controlled api calls such as movePlayer, castSkill, etc etc, which are already implemented in most sources, but you will need to implement them for your models output and behavior.    Doable? Yes by commiting  a tone of hours and i dont think java code is the problem here. Is it worth it? If you’re doing it to learn then go for it. But if your goal is to create “real fake player” experience on your server or to sell it later  its not worth it. Spend your time elsewhere   yes they can
    • in process upgrade Wolf and to Rose. price updated 🙂   p464 Elf - $10,000 p507 Wolf - $25,000 p520 Rose - $40,000 (complete in 2 weeks)   Rental agreement - p464 Elf - $5,000 + 50% of all server revenue p507 Wolf - $10,000 + 50% of all server revenue p520 Rose - $15,000 + 65% of all server revenue
  • Topics

×
×
  • 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