Raised This Month: $32 Target: $400
 8% 

Server AimBot


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Counter-Strike        Category:   Fun Stuff       
Chuvi
Junior Member
Join Date: Feb 2012
Location: Russia,Saint-Petersburg
Old 04-15-2012 , 21:36   Server AimBot
Reply With Quote #1

First of all, sorry for my English. I know, it worst.
So..
Server AimBot (suddenly...)
Thanks to DJ_WEST for:Bitsum lesson
Ser_UFL for help in finding is_visible function
and Bos93 for:ham_execute shoot function


Well, first of all commands:
Player_console:
ADMIN_BAN required:
aim -0|1 - turns off|on plugin. If it's off no functions will work.
aim_autoshoot <#id|name|@|@CT|@T> 0|1 - turns off|on automatic shoot on selected player, when he aimed at the enemy
aim_autoaim <#id|name|@|@CT|@T> 0|1 - turns off|on automatic aim on selected player. It will not force player to shoot.
aim_aimbot <#id|name|@|@CT|@T> 0|1 - turns off|on aimbot on selected player. It will force player to aim and shoot automatically.
Aim_Debug 0|1|2|3|4...many -Debug mode switch. Highter value means highter debug level. It will save to logs/server_aimbot
Aim_Who - show who uses autoaim or autoshoot.

No admin rules required:
+aimbot - If CVAR:aim_button_mode ==1, player should use this command to make chear work.

Server console:
aim_make_config - Recreate ServerAimBot config file. On first start it will be executed automatically
aim_make_lang - Recreate ServerAimBot lang file. On first start it will be executed automatically
Did anybody surprised? Huh...

CVARs:
aim_always_on 0/1 ServerAimBot is always off|on. Default 0.
aim_button_mode 0/1 Player must_not|must hold +aimbot. Default 1.
aim_attackmode 0/1 How should player shoot. 1-HamExecute. 0-+attack;wait;-attack. Default 1;
aim_frame_delay .If aim_attackmode==1 player will shoot every frame~>60 FPS. This value shows, how many frames shold player skip before next HamExecute. Default 0.
aim_autoaim_always_on 0/1 Player will_not|will have automatic aim when connected. Default:0
aim_autoshoot_always_on 0/1 Player will_not|will have automatic shoot when connected. Default:0
aim_show_admin 0|1|2. Show admin operations with ServerAimBot to players. 0=Don't show|1=Show anonymously| 2= Show named
aim_correction - Autoaim correction by Z axis (up-down). Default 0.
aim_no_damage 0|1 - Player will_not|will be able to kill someone with automatic shoot. Default: 1
aim_endless_ammo 0|1 - The player will have endless ammo as long as he shoots with automatic shoot.
aim_AlliedModders_rules 0|1 (View Changelog 0.6.5)

Installation:lang file and config file will be generated automatically, if they don't exists.
If you want you may put ServerAimBot.txt to lang folder, and ServerAimBot.cfg to config folder manually.

Here you can see an example of using this plugin. I put my self to spectators and make me alive.

Oops:
Quote:
Use log_amx instead of log_to_file
Will be corrected next version

Changelog:
0.6.5: Critical update
Added: CVAR aim_AlliedModders_rules.
AlliedModders rules says:"Use log_amx instead of log_to_file".
So if this cvar is 1, we'll write log messages to amx log, and if 0, we'll use manually created file for logging. (amxmodx/logs/server_aimbot/Log_....log)
Default 1
aim_make_config reccomended.

Corrected: OOPS. I didn't notised that we need to check command access manually. So it's corrected.


0.6:
Added:
Now all admin operations are logged to logs/server_aim/LOG_.......log file.

0.5:
Added:
1. CVAR: aim_no_damage 0|1
2. CVAR:aim_endless_ammo 0|1

Changed:
1. Now it can kill bots and either HLTV, if admin join it to team.

0.0.2 RC: Not interesting. I'm too lazy to translate it from russian.
Attached Files
File Type: sma Get Plugin or Get Source (ServerAimBot.sma - 1674 views - 103.6 KB)
File Type: zip ServerAimBot.zip (2.9 KB, 527 views)

Last edited by Chuvi; 04-16-2012 at 07:30. Reason: Wrong mod, wrong category
Chuvi is offline
Predator01337
Junior Member
Join Date: Feb 2012
Old 04-16-2012 , 03:50   Re: Server AimBot
Reply With Quote #2

This is absolutly brilliant.

Is there a chance to make it in Source Mod?
Predator01337 is offline
Chuvi
Junior Member
Join Date: Feb 2012
Location: Russia,Saint-Petersburg
Old 04-16-2012 , 05:17   Re: Server AimBot
Reply With Quote #3

My computer is not so good to play Counter-Strike:Source on it (Acer Aspire 5530).
So i've never seen SouceMod functions.
Chuvi is offline
Chuvi
Junior Member
Join Date: Feb 2012
Location: Russia,Saint-Petersburg
Old 04-16-2012 , 07:31   Re: Server AimBot
Reply With Quote #4

An update has been added
Chuvi is offline
towny
Junior Member
Join Date: Apr 2012
Location: Australia
Old 04-16-2012 , 10:31   Re: Server AimBot
Reply With Quote #5

So is this a plugin that lets a control panel (or admin) give the server an aimbot?
__________________
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Yes I know i'm late, but i'm new to modding.
Also, Bacon
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
towny is offline
akcaliberg
Senior Member
Join Date: Nov 2011
Location: Istanbul
Old 04-16-2012 , 11:09   Re: Server AimBot
Reply With Quote #6

Turkish Translate
Code:
[tr]
ADM_AIMBOT_OFF = %s Adli Oyuncu Icin Aimbot'u Kapattin.
ADM_AIMBOT_OFF_ALL = Aimbot'u Tum Oyuncular Icin Kapattin.
ADM_AIMBOT_OFF_ALL_CT = CT Takimindaki Oyuncular Icin Aimbot'u Kapattin.
ADM_AIMBOT_OFF_ALL_T = Terorist Takimindaki Oyuncular Icin Aimbot'u Kapattin.
ADM_AIMBOT_ON = %s Adli Oyuncu Icin Aimbot'u Actin.
ADM_AIMBOT_ON_ALL = Aimbot'u Tum Oyuncular Icin Actin.
ADM_AIMBOT_ON_ALL_CT = CT Takimindaki Oyuncular Icin Aimbot'u Actin.
ADM_AIMBOT_ON_ALL_T = Terorist Takimindaki Oyuncular Icin Aimbot'u Actin.
ADM_AUTOAIM_OFF = %s Adli Oyuncu Icin AutoAim'i Kapattin.
ADM_AUTOAIM_OFF_ALL = AutoAim'i Tum Oyuncular Icin Kapattin.
ADM_AUTOAIM_OFF_ALL_CT = CT Takimindaki Oyuncular Icin AutoAim'i Kapattin.
ADM_AUTOAIM_OFF_ALL_T = Terorist Takimindaki Oyuncular Icin AutoAim'i Kapattin.
ADM_AUTOAIM_ON = %s Adli Oyuncu Icin AutoAim'i Actin.
ADM_AUTOAIM_ON_ALL = AutoAim'i Tum Oyuncular Icin Actin.
ADM_AUTOAIM_ON_ALL_CT = CT Takimindaki Oyuncular Icin AutoAim'i Actin.
ADM_AUTOAIM_ON_ALL_T = Terorist Takimindaki Oyuncular Icin AutoAim'i Actin.
ADM_AUTOSHOOT_OFF = %s Adli Oyuncu Icin AutoShoot'u Kapattin.
ADM_AUTOSHOOT_OFF_ALL = AutoShoot'u Tum Oyuncular Icin Kapattin.
ADM_AUTOSHOOT_OFF_ALL_CT = CT Takimindaki Oyuncular Icin AutoShoot'u Kapattin.
ADM_AUTOSHOOT_OFF_ALL_T = Terorist Takimindaki Oyuncular Icin AutoShoot'u Kapattin.
ADM_AUTOSHOOT_ON = %s Adli Oyuncu Icin AutoShoot'u Actin.
ADM_AUTOSHOOT_ON_ALL = AutoShoot'u Tum Oyuncular Icin Actin.
ADM_AUTOSHOOT_ON_ALL_CT =  CT Takimindaki Oyuncular Icin AutoShoot'u Actin.
ADM_AUTOSHOOT_ON_ALL_T = Terorist Takimindaki Oyuncular Icin AutoShoot'u Actin.
ADM_DEBUG_MODE_ALREADY_TURNED_OFF = Onarim Modu Zaten Kapali.
ADM_DEBUG_MODE_ALREADY_TURNED_ON = Onarim Modu Zaten Acik
ADM_DEBUG_MODE_TURNED_OFF = Onarim Modunu Kapattin.
ADM_DEBUG_MODE_TURNED_ON = Onarim Modunu Actin.
ADM_PLAYER_WITH_AUTOAIM = %s AutoAim Kullaniyor.
ADM_PLAYER_WITH_AUTOSHOOT = %s AutoShoot Kullaniyor.
ADM_SERVERAIM_TURNED_OFF = ServerAim'i Kapattin.
ADM_SERVERAIM_TURNED_ON =ServerAim'i Actin.
AIMBOT_OFF = ADMIN %s Adli Oyuncu Icin AimBot'u Kapatti.
AIMBOT_OFF_ALL = ADMIN Tum Oyuncular Icin AimBot'u Kapatti.
AIMBOT_OFF_ALL_BY = ADMIN %s Tum Oyuncular Icin AimBot'u Kapatti.
AIMBOT_OFF_ALL_CT = ADMIN CT Takiminin Tum Oyunculari Icin AimBot'u Kapatti.
AIMBOT_OFF_ALL_CT_BY = ADMIN %s CT Takiminin Tum Oyunculari Icin AimBot'u Kapatti.
AIMBOT_OFF_ALL_T = ADMIN Terorist Takiminin Tum Oyunculari Icin AimBot'u Kapatti.
AIMBOT_OFF_ALL_T_BY = ADMIN %s Terorist Takiminin Tum Oyunculari Icin AimBot'u Kapatti.
AIMBOT_OFF_BY = ADMIN %s AimBot'u %s Adli Oyuncu Icin Kapatti.
AIMBOT_ON = ADMIN AimBot'u %s Adli Oyuncu Icin Acti
AIMBOT_ON_ALL = ADMIN Tum Oyuncular Icin AimBot'u Acti.
AIMBOT_ON_ALL_BY = ADMIN %s Tum Oyuncular Icin AimBot'u Acti.
AIMBOT_ON_ALL_CT = ADMIN CT Takiminin Tum Oyunculari Icin AimBot'u Acti.
AIMBOT_ON_ALL_CT_BY = ADMIN %s CT Takiminin Tum Oyunculari Icin AimBot'u Acti.
AIMBOT_ON_ALL_T = ADMIN Terorist Takiminin Tum Oyunculari Icin AimBot'u Kapatti.
AIMBOT_ON_ALL_T_BY = ADMIN %s Terorist Takiminin Tum Oyunculari Icin AimBot'u Kapatti.
AIMBOT_ON_BY = ADMIN %s AimBot'u %s Adli Oyuncu Icin Acti.
AUTOAIM_OFF = ADMIN %s Adli Oyuncu Icin AutoAim'i Kapatti.
AUTOAIM_OFF_ALL = ADMIN Tum Oyuncular Icin AutoAim'i Kapatti.
AUTOAIM_OFF_ALL_BY = ADMIN %s Tum Oyuncular Icin AutoAim'i Kapatti.
AUTOAIM_OFF_ALL_CT = ADMIN CT Takiminin Tum Oyunculari Icin AutoAim'i Kapatti.
AUTOAIM_OFF_ALL_CT_BY = ADMIN %s CT Takiminin Tum Oyunculari Icin AutoAim'i Kapatti.
AUTOAIM_OFF_ALL_T = ADMIN Terorist Takiminin Tum Oyunculari Icin AutoAim'i Kapatti.
AUTOAIM_OFF_ALL_T_BY = ADMIN %s Terorist Takiminin Tum Oyunculari Icin AutoAim'i Kapatti.
AUTOAIM_OFF_BY = ADMIN %s AutoAim'i %s Adli Oyuncu Icin Kapatti.
AUTOAIM_ON = ADMIN AutoAim'i %s Adli Oyuncu Icin Acti
AUTOAIM_ON_ALL = ADMIN Tum Oyuncular Icin AutoAim'i Acti.
AUTOAIM_ON_ALL_BY = ADMIN %s Tum Oyuncular Icin AutoAim'i Acti.
AUTOAIM_ON_ALL_CT = ADMIN CT Takiminin Tum Oyunculari Icin AutoAim'i Acti.
AUTOAIM_ON_ALL_CT_BY = ADMIN %s CT Takiminin Tum Oyunculari Icin AutoAim'i Acti.
AUTOAIM_ON_ALL_T = ADMIN Terorist Takiminin Tum Oyunculari Icin AutoAim'i Acti.
AUTOAIM_ON_ALL_T_BY = ADMIN %s Terorist Takiminin Tum Oyunculari Icin AutoAim'i Acti.
AUTOAIM_ON_BY = ADMIN %s AutoAim'i %s Adli Oyuncu Icin Acti.
AUTOSHOOT_OFF = ADMIN %s Adli Oyuncu Icin AutoShoot'u Kapatti.
AUTOSHOOT_OFF_ALL = ADMIN Tum Oyuncular Icin AutoShoot'u Kapatti.
AUTOSHOOT_OFF_ALL_BY = ADMIN %s Tum Oyuncular Icin AutoShoot'u Kapatti.
AUTOSHOOT_OFF_ALL_CT = ADMIN CT Takiminin Tum Oyunculari Icin AutoShoot'u Kapatti.
AUTOSHOOT_OFF_ALL_CT_BY = ADMIN %s CT Takiminin Tum Oyunculari Icin AutoShoot'u Kapatti.
AUTOSHOOT_OFF_ALL_T = ADMIN Terorist Takiminin Tum Oyunculari Icin Autoshoot'u Kapatti.
AUTOSHOOT_OFF_ALL_T_BY = ADMIN %s Terorist Takiminin Tum Oyunculari Icin Autoshoot'u Kapatti.
AUTOSHOOT_OFF_BY = ADMIN %s AutoShoot'u %s Adli Oyuncu Icin Kapatti.
AUTOSHOOT_ON = ADMIN AutoShoot'u %s Adli Oyuncu Icin Acti
AUTOSHOOT_ON_ALL = ADMIN Tum Oyuncular Icin AutoShoot'u Acti.
AUTOSHOOT_ON_ALL_BY = ADMIN %s Tum Oyuncular Icin AutoShoot'u Acti.
AUTOSHOOT_ON_ALL_CT = ADMIN CT Takiminin Tum Oyunculari Icin AutoShoot'u Acti.
AUTOSHOOT_ON_ALL_CT_BY = ADMIN %s CT Takiminin Tum Oyunculari Icin AutoShoot'u Acti.
AUTOSHOOT_ON_ALL_T = ADMIN Terorist Takiminin Tum Oyunculari Icin AutoAShoot'u Acti.
AUTOSHOOT_ON_ALL_T_BY = ADMIN %s Terorist Takiminin Tum Oyunculari Icin AutoAShoot'u Acti.
AUTOSHOOT_ON_BY = ADMIN %s AutoShoot'u %s Adli Oyuncu Icin Acti.
DEBUG_MODE_TURNED_OFF = ADMIN ServerAim Onarim Modunu Kapatti.
DEBUG_MODE_TURNED_OFF_BY = ADMIN %s ServerAim Onarim Modunu Kapatti.
DEBUG_MODE_TURNED_ON = ADMIN ServerAim Onarim Modunu Acti.
DEBUG_MODE_TURNED_ON_BY = ADMIN %s ServerAim Onarim Modunu Acti.
SERVERAIM_ALREADY_TURNED_OFF = ServerAim zaten kapali.
SERVERAIM_ALREADY_TURNED_ON = ServerAim zaten acik.
SERVERAIM_TURNED_OFF = ADMIN ServerAim'i Kapatti.
SERVERAIM_TURNED_OFF_BY = ADMIN %s ServerAim'i Kapatti.
SERVERAIM_TURNED_ON = ADMIN ServerAim'i Acti.
SERVERAIM_TURNED_ON_BY = ADMIN %s ServerAim'i Acti.
akcaliberg is offline
Chuvi
Junior Member
Join Date: Feb 2012
Location: Russia,Saint-Petersburg
Old 04-16-2012 , 11:24   Re: Server AimBot
Reply With Quote #7

Quote:
Originally Posted by towny View Post
So is this a plugin that lets a control panel (or admin) give the server an aimbot?
It lets give an aimbot to selected player.
Chuvi is offline
kramesa
Veteran Member
Join Date: Feb 2011
Location: Brazil
Old 04-16-2012 , 12:25   Re: Server AimBot
Reply With Quote #8

I think cheating is not tolerated here.
__________________
kramesa is offline
akcaliberg
Senior Member
Join Date: Nov 2011
Location: Istanbul
Old 04-16-2012 , 13:09   Re: Server AimBot
Reply With Quote #9

It's not cheating exactly
akcaliberg is offline
kramesa
Veteran Member
Join Date: Feb 2011
Location: Brazil
Old 04-16-2012 , 14:56   Re: Server AimBot
Reply With Quote #10

Quote:
Originally Posted by akcaliberg View Post
It's not cheating exactly
What is this then?
__________________
kramesa is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:49.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode