Jump to content

Rpg-club Alternative Bot ( Lineage 2 ClockMan's Remote Control 3.0 Light )


TILEMACHOS

Recommended Posts

You asking about those version 3.0 Light ?

There can be added option for using spoil or autoattack with summon. But i want keep my eye on 4.0 version. What will support all those things too.

 

I think that 2 options are the most needed! If u can do it, update it as fast as u can!

Link to comment
Share on other sites

That project have future because it is more safe then other bots as i think  :D. I also have question if any option like buffs will be added couse it will help alot :). For example after 19, 20 minut buff.

Link to comment
Share on other sites

That project have future because it is more safe then other bots as i think  :D. I also have question if any option like buffs will be added couse it will help alot :). For example after 19, 20 minut buff.

 

As far i know dev version of 4.0 already have buffs support.

Link to comment
Share on other sites

Change the way drops pickup works (like pick all the drops then move to next mob or smth) cause with current version char running to mob and going back to pickup a drop is easy to spot and mark. Also adding some random delay to mob targeting would be fine since current version does that almost instantly and can look suspicious to other players. Not sure if anything can be done to chars stucking on trees/rocks but that's the issue as well.

 

An admin manually checking chars will always find a bot tho, so still if you don't wanna get banned you should watch what your char is doing and react properly to situation (ie. admin porting you behing some obstacle).

 

If it comes to ban, you were probably banned due to those shares here rather than for being detected in-game. I told you that releasing it under same name as account on rpg might end up like that. They were probably checking how's the progress with l2walker going, saw your soft working and boom.

Link to comment
Share on other sites

The new version will have GUI??

If yes to make it undetectable add function so we can completely change the caption name of the app. and not only rename the dll files...

This will be very usefull because most servers antibots are wacthing for app names,threads etc. and they are not pointing to disolve hooks and code injections!!

Adding a future like this will bypass most of protections...

Kasha Security module is just an Enigma Packer protected System...it seems to be one of the best packers to protect Lineage client...but there is a big exploit.... : If you Completely rename the application...then it will pass easily inside the protected process ;)

 

I already did it on L2DEX and L2Elixir server after i customized the L2walker :)

 

Most L2 client Developers are NOOBS and they don't know how to make a good protection...

RPG-CLUB server did something good but still not something unbreakable...

 

I am praying to God for an L2Walker IG Source Code Leaking :P

Link to comment
Share on other sites

When we can expect new version :)?

 

I'm not sure, but i thing it will be about a week, if i will get few free hours i will add few things to old version. But don't thing about it like about l2walker, it have only "support" you...

Link to comment
Share on other sites

Necessary :

 

DOES ANYBODY HAVE THE PREVIOUS FILES OF RPG????

I deleted them and i need the previous System.dll !!!!

I think i found a solution to make the server work with L2Walker...

Plz Send Me a link to Download it!!!

Link to comment
Share on other sites

system.dll 1 day before update

http://www.multiupload.com/1WVTT4AL4K

if u want i can send u all files from system folder.

 

i dont play here but have fun :D

(i have this files for test my program)

Link to comment
Share on other sites

Necessary :

 

DOES ANYBODY HAVE THE PREVIOUS FILES OF RPG?

I deleted them and i need the previous System.dll !!!!

I think i found a solution to make the server work with L2Walker...

Plz Send Me a link to Download it!!!

 

That amazing news m8. I hope you can make it.

Link to comment
Share on other sites

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

    • Thank you for your reply. I have removed it from the L2Server.exe file, but the L2Server still crashes. It doesn't crash if I don't start l2npc, otherwise it will crash within a few days at the latest.
    • Welcome to my store :  https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 50.99 $ 2016 Discord Account : 10$ 2017 Discord Account :3.99 $ 2018 Discord Account : 3.50$ 2019 Discord Account : 2.70 $ 2020 Discord Account :1.50$ 2021 Discord Account :0.99$ 2022 Discord Account :0.70$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11 Telegram : https://t.me/ultrastore1 Welcome to my store :  https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 50.99 $ 2016 Discord Account : 10$ 2017 Discord Account :3.99 $ 2018 Discord Account : 3.50$ 2019 Discord Account : 2.70 $ 2020 Discord Account :1.50$ 2021 Discord Account :0.99$ 2022 Discord Account :0.70$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11
    • L2 ArenaWar: Low Rate PvP Server with Free Buffs & Autofarm [PVP]⚔️ [Free]🆓 Classic Interlude with  3x XP rates! Free starter pack(no grade) to kickstart your adventure! Autofarm for convenient grinding! Free buffs to keep you fighting fit! (2 job buffs) No experience loss on death! (Except with Karma) Clear Karma system to keep things fair! ⚖️ Active community of 800-1k players! Join our Discord to learn more! >> Discord <<     Server website: https://l2arenawar.com/en/    
    • This is dedication! 2 years working on a problem. Congratulations!
    • You indeed have to save player position over Enterworld to properly clean it up later (if you don't, even trying to delete packet content would eventually keep it up), that's what we do with debug packet (which is a reusable Map of ExServerPrimitive packets) on aCis.   It doesn't solve the FPS stuttering - more you draw/delete lines, more your client becomes laggy. It's like if client wasn't deleting drawn points/lines properly, but instead simply hide them and redrawn content above.   If you got a solution, I would happy to integrate it.   You should check aCis#Player _debug packet integration, it allows very big amount of lines/points to be drawn, it is also reusable.   https://gitlab.com/Tryskell/acis_public/-/blob/master/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/Player.java?ref_type=heads https://gitlab.com/Tryskell/acis_public/-/blob/master/aCis_gameserver/java/net/sf/l2j/gameserver/network/clientpackets/EnterWorld.java?ref_type=heads  
  • Topics

×
×
  • Create New...