anti_bota.sma is an AMX Mod X script for Counter-Strike 1.6 that uses a MySQL database to block players who attempt to change or spoof their SteamID, and also prevents bots from joining the server.
- Uses a MySQL database to store and validate SteamIDs.
- Blocks bots and players with fake or changing SteamIDs.
- Unlike other scripts, it does not falsely kick players who share the same IP address.
- Counter-Strike 1.6 server
- AMX Mod X
- MySQL database
-
Compile the plugin:
- Place
anti_bota.smainaddons/amxmodx/scripting/ - Compile using AMX Mod X compiler
- Move the compiled
anti_bota.amxxtoaddons/amxmodx/plugins/
- Place
-
Enable the plugin:
- Add this line to
addons/amxmodx/configs/plugins.ini:anti_bota.amxx
- Add this line to
-
Enable the MySQL module:
- Open
addons/amxmodx/configs/modules.ini - Make sure the following line is uncommented:
mysql
- Open
-
Set MySQL configuration using CVARs:
- Add the following lines to
amxx.cfg:anti_bota_host "127.0.0.1" anti_bota_user "root" anti_bota_pass "1234" anti_bota_dbname "anti_fakeplayers_ct_spawn"
- Add the following lines to
-
Need a local MySQL server for testing?
- You can use XAMPP, a free and easy-to-install package that includes MySQL and PHPMyAdmin.
It’s great for local testing and quick setup.
- You can use XAMPP, a free and easy-to-install package that includes MySQL and PHPMyAdmin.
anti_bota.sma هو سكربت لـ AMX Mod X للعبة Counter-Strike 1.6، يستخدم قاعدة بيانات MySQL لمنع اللاعبين الذين يحاولون تغيير أو تزوير SteamID من الدخول، كما يمنع البوتات من دخول السيرفر.
- يستخدم قاعدة بيانات MySQL للتحقق من SteamID.
- يمنع دخول البوتات واللاعبين الذين يحاولون تغيير SteamID.
- لا يطرد اللاعبين ظلماً الذين يشاركون نفس الـ IP، بخلاف السكربتات الأخرى.
- سيرفر Counter-Strike 1.6
- AMX Mod X
- قاعدة بيانات MySQL
-
ترجمة السكربت:
- ضع الملف
anti_bota.smaداخلaddons/amxmodx/scripting/ - استخدم مترجم AMX Mod X للحصول على
anti_bota.amxx - انسخ الملف المترجم إلى
addons/amxmodx/plugins/
- ضع الملف
-
تفعيل السكربت:
- أضف السطر التالي إلى ملف
addons/amxmodx/configs/plugins.ini:anti_bota.amxx
- أضف السطر التالي إلى ملف
-
تفعيل MySQL:
- افتح الملف
addons/amxmodx/configs/modules.ini - أزل التعليق عن السطر:
mysql
- افتح الملف
-
إعداد قاعدة البيانات باستخدام CVARs:
- أضف الأسطر التالية إلى
amxx.cfg:anti_bota_host "127.0.0.1" anti_bota_user "root" anti_bota_pass "1234" anti_bota_dbname "anti_fakeplayers_ct_spawn"
- أضف الأسطر التالية إلى
-
هل تحتاج إلى قاعدة بيانات MySQL محلية لتجربة السكربت؟
يمكنك تحميل برنامج XAMPP، وهو حزمة مجانية وسهلة الاستخدام تحتوي على:
- MySQL لإنشاء قواعد البيانات.
- phpMyAdmin لإدارة الجداول بسهولة من المتصفح.
- لا يتطلب إعداد معقد، فقط تثبيت وتشغيل.
مناسب جدًا لتجربة السكربت على جهازك الشخصي قبل رفعه إلى السيرفر الحقيقي.