Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hack-client AntiBot detect plugin NPC #17

Closed
PeyaPeyaPeyang opened this issue Jul 6, 2020 · 10 comments · Fixed by #20
Closed

Hack-client AntiBot detect plugin NPC #17

PeyaPeyaPeyang opened this issue Jul 6, 2020 · 10 comments · Fixed by #20
Assignees
Labels
bug Something isn't working discussion Attached to the issue that collaborators and the owner are discussing enhancement New feature or request
Milestone

Comments

@PeyaPeyaPeyang
Copy link
Member

PeyaPeyaPeyang commented Jul 6, 2020

AntiBot

AntiBotは、HackClientなどについてる、チート検知用NPCなどを殴らないようにするやつです。(雑
->AntiBot is a feature implemented in Hack-clients that prevents cheat detection NPCs from being attacked by KillAura.

対処法(Approach)

VapeのKillAuraのHypixelモードなどは、高さ/速度などを見ているようです。
->Vape Client KillAura Hypixel-mode seems to be analyzing height and speed.
高さなどを調整してAntiBotを通り抜けるようにさせることができるはずです。
->Randomize these parameters, it will probably go undetected.

@Potato1682
Copy link
Member

パケットをランダマイズしたり移動速度を定期的に変更する手はどうでしょうか。人間らしくすることが重要なので均一な動作をなくせばAntiBot検出も少なくなると思います。

@Potato1682 Potato1682 added bug Something isn't working enhancement New feature or request labels Jul 7, 2020
@PeyaPeyaPeyang
Copy link
Member Author

パケットのランダマイズは、~~(技術的に)~~クライアントの謝動作や、キックされることが多くなるかもしれません。
人間らしくの部分は、手を何回か殴らせるモーションをとったりして検討してみます.

@Potato1682 Potato1682 changed the title AntiBOTに検出されてしまう問題 Hack-client AntiBot detect plugin NPC Jul 7, 2020
@Potato1682
Copy link
Member

移動の動作を細かくすることは可能でしょうか?移動の遅延やそのパラメータをいじったり出来れば尚発見されにくいと思います。

@Potato1682 Potato1682 added the discussion Attached to the issue that collaborators and the owner are discussing label Jul 7, 2020
@PeyaPeyaPeyang
Copy link
Member Author

パケットをforで回して送りつけているので、速度の細かさなどは現在configでいじって変更する事ができるようになっています。
体力などは、某有名系高解像度サーバにのっとって、"0"と設定してあります。

@Potato1682
Copy link
Member

速度を動的にプラグイン内で変更することはできますか?恐らくランダマイズをする必要があると思います。

@PeyaPeyaPeyang
Copy link
Member Author

上下の移動は、ランダマイズではなく、ウェーブで実装しております。(ご飯論法

@Potato1682
Copy link
Member

上下移動ではなく周回速度の変化が必要だと思われます。

@PeyaPeyaPeyang
Copy link
Member Author

最強ウェーブクラスを用いて、スピードを-0.5~+0.5くらいで追加してやればできるとおもいます(多分

@Potato1682
Copy link
Member

Pull Requestにより実装が確認され次第Referenceしてクローズします。

@PeyaPeyaPeyang
Copy link
Member Author

(願望

PeyaPeyaPeyang added a commit that referenced this issue Jul 10, 2020
@PeyaPeyaPeyang PeyaPeyaPeyang linked a pull request Jul 11, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working discussion Attached to the issue that collaborators and the owner are discussing enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants