Post: [RELEASE] Realistic Aimbot [1.14]
07-17-2014, 03:34 AM #1
(adsbygoogle = window.adsbygoogle || []).push({});
Realistic Aimbot
Created By Axys & Mayhemmodding




Hey ngu, We are releasing this now to you guys so that you can have your fun with it as we had ours. This probably won't be big because now you have RTE, but for the people that are in my situation ( axys ) that just use Backup or USB Infections this is more for you. There's a bit of coding so we will do our best to try and explain to you how to set this up in your menu.


Ok, the Realistic Aimbot uses the new loop way find by colormodz that you can see here. Two make it easier we are going to put the code in three sections. First section will be the code that gets executed (vstr) when you press the option in your menu. The second section will be part of the Toggle scoreboard remover code but only takes place when you are Aiming. The third section is what you need to press for make the aimbot starting loop. Without the third section being the way that we have it below, the aimbot with not work correctly.


How To Use :


Put the sections 1 and 2 somewhere in the menu.
Into your menu functions, Put vstr RAA.
Make a new cfg files called Aimbot.cfg
Put sections 3 into Aimbot.cfg.
Hold DPAD RIGHT While aiming for make it work.
Like this > You must login or register to view this content.


Controles :

DPAD_DOWN : Put it off.
DPAD_LEFT : Activate killstreaks
DPAD_RIGHT : Looping
BUTTON R2 : Aiming & enable looping


Sections 1
    set RAA "vstr Close;\"^5Hold ^0RIGHT ^5Everytime To Enable it\".;\"^5Press ^0DOWN ^5To Turn ^1OFF\".;bind APAD_UP vstr RealisticAA;bind APAD_LEFT vstr RealisticAA;bind APAD_RIGHT vstr RealisticAA;bind APAD_DOWN vstr RealisticAA;bind DPAD_DOWN vstr RAAOFF;vstr RAAON;bind DPAD_LEFT +actionslot 4;bind DPAD_RIGHT vstr RealisticAA;"
set RAAON "set aim_target_closest_first 1;set aim_autoaim_lerp 100;set aim_autoaim_region_height 480;set aim_autoaim_region_width 640;set aim_aimAssistRangeScale 2;set aim_autoAimRangeScale 2;set aim_slowdown_debug 1;set aim_slowdown_region_height 0;set aim_slowdown_region_width 0;set aim_lockon_enabled 1;set aim_lockon_strength 1;set aim_lockon_deflection 0;set aim_autoaim_enabled 0;set aim_slowdown_yaw_scale_ads 0;set aim_slowdown_pitch_scale_ads 0;set aim_slowdown_enabled 1;aim_lockon_debug 0;aim_automelee_debug 0;aim_automelee_region_height 0;aim_automelee_region_width 0;dynEnt_bulletForce 99999;dynEnt_damageScale 99999;bullet_penetration_enabled 1;bullet_penetrationMinFxDist 1;exec ../../../dev_usb000/Aimbot.cfg";
set RAAOFF "^1Disabled;set aim_target_closest_first 0;reset aim_autoaim_lerp;reset aim_autoaim_region_height;reset aim_autoaim_region_width;reset aim_aimAssistRangeScale;reset aim_autoAimRangeScale;reset aim_slowdown_debug;reset aim_slowdown_region_height;reset aim_slowdown_region_width;reset aim_lockon_enabled;reset aim_lockon_strength;reset aim_lockon_deflection;reset aim_autoaim_enabled;reset aim_slowdown_yaw_scale_ads;reset aim_slowdown_pitch_scale_ads;reset aim_slowdown_enabled;reset aim_lockon_debug;reset aim_automelee_debug;reset aim_automelee_region_height;reset aim_automelee_region_width;reset dynEnt_bulletForc;reset dynEnt_damageScale;reset bullet_penetration_enabled;reset bullet_penetrationMinFxDist;bind DPAD_RIGHT +actionslot 4;bind button_lshldr +speed_throw;bind DPAD_LEFT +actionslot 3;exec thumbstick_default.cfg";
set RealisticAA "aim_autoaim_enabled 1;wait 2;aim_autoaim_enabled 0"


Sections 2
    set 2ScoresHUD "toggle 2ScoresHUDF \"vstr 2ScoresHUDON\" \"vstr 2ScoresHUDOFF\";vstr 2ScoresHUDF";
set 2ScoresHUDF "";
set 2ScoresHUDON "cg_scoreboardBannerHeight 999;cg_scoreboardHeight 999;cg_scoreboardItemHeight 999;cg_scoreboardPingHeight 999;cg_scoreboardPingText 0;cg_scoreboardPingWidth 0.00001;cg_scoreboardTextOffset 999;cg_scoreboardWidth 0.00001";
set 2ScoresHUDOFF "reset cg_scoreboardBannerHeight;reset cg_scoreboardHeight;reset cg_scoreboardItemHeight;reset cg_scoreboardPingHeight;reset cg_scoreboardPingText 0;reset cg_scoreboardPingWidth;reset cg_scoreboardTextOffset;reset cg_scoreboardWidth"


Sections 3
    bind button_lshldr "+speed_throw;togglescores;vstr 2ScoresHUD;vstr 2ScoresHUDF"


For new Users to CFG or People don't understand.
You must login or register to view this content.


Thank to itrexk ! I have copy past his topic about the levitator and changed few text :'Winky Winky
(adsbygoogle = window.adsbygoogle || []).push({});

The following 8 users say thank you to AxysGOD for this useful post:

Claww1337-, hibye3, Mango_Knife, Mx444, RTE, Swaqq

The following 5 users groaned at AxysGOD for this awful post:

EternalHabit, FusionIsDaName, John, Obris, ViolentFelon
07-17-2014, 06:02 AM #2
thank u!
07-17-2014, 06:13 AM #3
Originally posted by alexdude99 View Post
the download link doesent work


It's work fine.
Try another navigator like chrome
07-17-2014, 06:55 AM #4
Originally posted by FROSTis1337 View Post
Realistic Aimbot
Created By Axys & Mayhemmodding




Hey ngu, We are releasing this now to you guys so that you can have your fun with it as we had ours. This probably won't be big because now you have RTE, but for the people that are in my situation ( axys ) that just use Backup or USB Infections this is more for you. There's a bit of coding so we will do our best to try and explain to you how to set this up in your menu.


Ok, the Realistic Aimbot uses the new loop way find by colormodz that you can see here. Two make it easier we are going to put the code in three sections. First section will be the code that gets executed (vstr) when you press the option in your menu. The second section will be part of the Toggle scoreboard remover code but only takes place when you are Aiming. The third section is what you need to press for make the aimbot starting loop. Without the third section being the way that we have it below, the aimbot with not work correctly.


How To Use :


Put the sections 1 and 2 somewhere in the menu.
Into your menu functions, Put vstr RAA.
Make a new cfg files called Aimbot.cfg
Put sections 3 into Aimbot.cfg.
Hold DPAD RIGHT While aiming for make it work.
Like this > You must login or register to view this content.


Controles :

DPAD_DOWN : Put it off.
DPAD_LEFT : Activate killstreaks
DPAD_RIGHT : Looping
BUTTON R2 : Aiming & enable looping


Sections 1
    set RAA "vstr Close;\"^5Hold ^0RIGHT ^5Everytime To Enable it\".;\"^5Press ^0DOWN ^5To Turn ^1OFF\".;bind APAD_UP vstr RealisticAA;bind APAD_LEFT vstr RealisticAA;bind APAD_RIGHT vstr RealisticAA;bind APAD_DOWN vstr RealisticAA;bind DPAD_DOWN vstr RAAOFF;vstr RAAON;bind DPAD_LEFT +actionslot 4;bind DPAD_RIGHT vstr RealisticAA;"
set RAAON "set aim_target_closest_first 1;set aim_autoaim_lerp 100;set aim_autoaim_region_height 480;set aim_autoaim_region_width 640;set aim_aimAssistRangeScale 2;set aim_autoAimRangeScale 2;set aim_slowdown_debug 1;set aim_slowdown_region_height 0;set aim_slowdown_region_width 0;set aim_lockon_enabled 1;set aim_lockon_strength 1;set aim_lockon_deflection 0;set aim_autoaim_enabled 0;set aim_slowdown_yaw_scale_ads 0;set aim_slowdown_pitch_scale_ads 0;set aim_slowdown_enabled 1;aim_lockon_debug 0;aim_automelee_debug 0;aim_automelee_region_height 0;aim_automelee_region_width 0;dynEnt_bulletForce 99999;dynEnt_damageScale 99999;bullet_penetration_enabled 1;bullet_penetrationMinFxDist 1;exec ../../../dev_usb000/Aimbot.cfg";
set RAAOFF "^1Disabled;set aim_target_closest_first 0;reset aim_autoaim_lerp;reset aim_autoaim_region_height;reset aim_autoaim_region_width;reset aim_aimAssistRangeScale;reset aim_autoAimRangeScale;reset aim_slowdown_debug;reset aim_slowdown_region_height;reset aim_slowdown_region_width;reset aim_lockon_enabled;reset aim_lockon_strength;reset aim_lockon_deflection;reset aim_autoaim_enabled;reset aim_slowdown_yaw_scale_ads;reset aim_slowdown_pitch_scale_ads;reset aim_slowdown_enabled;reset aim_lockon_debug;reset aim_automelee_debug;reset aim_automelee_region_height;reset aim_automelee_region_width;reset dynEnt_bulletForc;reset dynEnt_damageScale;reset bullet_penetration_enabled;reset bullet_penetrationMinFxDist;bind DPAD_RIGHT +actionslot 4;bind button_lshldr +speed_throw;bind DPAD_LEFT +actionslot 3;exec thumbstick_default.cfg";
set RealisticAA "aim_autoaim_enabled 1;wait 2;aim_autoaim_enabled 0"


Sections 2
    set 2ScoresHUD "toggle 2ScoresHUDF \"vstr 2ScoresHUDON\" \"vstr 2ScoresHUDOFF\";vstr 2ScoresHUDF";
set 2ScoresHUDF "";
set 2ScoresHUDON "cg_scoreboardBannerHeight 999;cg_scoreboardHeight 999;cg_scoreboardItemHeight 999;cg_scoreboardPingHeight 999;cg_scoreboardPingText 0;cg_scoreboardPingWidth 0.00001;cg_scoreboardTextOffset 999;cg_scoreboardWidth 0.00001";
set 2ScoresHUDOFF "reset cg_scoreboardBannerHeight;reset cg_scoreboardHeight;reset cg_scoreboardItemHeight;reset cg_scoreboardPingHeight;reset cg_scoreboardPingText 0;reset cg_scoreboardPingWidth;reset cg_scoreboardTextOffset;reset cg_scoreboardWidth"


Sections 3
    bind button_lshldr "+speed_throw;togglescores;vstr 2ScoresHUD;vstr 2ScoresHUDF"


For new Users to CFG or People don't understand.
You must login or register to view this content.


Thank to itrexk ! I have copy past his topic about the levitator and changed few text :'Winky Winky


It amazes me how much CFG mdoders get done. Seems like an awful amount of work to pretend you have a cfw :p Otherwise, nice job man,

The following 2 users say thank you to Black Panther for this useful post:

AxysGOD, Zambie
07-17-2014, 07:08 AM #5
Mw2 is going to be completely fucked! But nice release Axys and Mayhem Happy
07-17-2014, 08:31 AM #6
Script Kiddie
At least I can fight
Originally posted by Claww1337
Mw2 is going to be completely fucked! But nice release Axys and Mayhem Happy

Its already fucked Choco
07-17-2014, 09:36 AM #7
Mango_Knife
In my man cave
Originally posted by FROSTis1337 View Post
Realistic Aimbot
Created By Axys & Mayhemmodding




Hey ngu, We are releasing this now to you guys so that you can have your fun with it as we had ours. This probably won't be big because now you have RTE, but for the people that are in my situation ( axys ) that just use Backup or USB Infections this is more for you. There's a bit of coding so we will do our best to try and explain to you how to set this up in your menu.


Ok, the Realistic Aimbot uses the new loop way find by colormodz that you can see here. Two make it easier we are going to put the code in three sections. First section will be the code that gets executed (vstr) when you press the option in your menu. The second section will be part of the Toggle scoreboard remover code but only takes place when you are Aiming. The third section is what you need to press for make the aimbot starting loop. Without the third section being the way that we have it below, the aimbot with not work correctly.


How To Use :


Put the sections 1 and 2 somewhere in the menu.
Into your menu functions, Put vstr RAA.
Make a new cfg files called Aimbot.cfg
Put sections 3 into Aimbot.cfg.
Hold DPAD RIGHT While aiming for make it work.
Like this > You must login or register to view this content.


Controles :

DPAD_DOWN : Put it off.
DPAD_LEFT : Activate killstreaks
DPAD_RIGHT : Looping
BUTTON R2 : Aiming & enable looping


Sections 1
    set RAA "vstr Close;\"^5Hold ^0RIGHT ^5Everytime To Enable it\".;\"^5Press ^0DOWN ^5To Turn ^1OFF\".;bind APAD_UP vstr RealisticAA;bind APAD_LEFT vstr RealisticAA;bind APAD_RIGHT vstr RealisticAA;bind APAD_DOWN vstr RealisticAA;bind DPAD_DOWN vstr RAAOFF;vstr RAAON;bind DPAD_LEFT +actionslot 4;bind DPAD_RIGHT vstr RealisticAA;"
set RAAON "set aim_target_closest_first 1;set aim_autoaim_lerp 100;set aim_autoaim_region_height 480;set aim_autoaim_region_width 640;set aim_aimAssistRangeScale 2;set aim_autoAimRangeScale 2;set aim_slowdown_debug 1;set aim_slowdown_region_height 0;set aim_slowdown_region_width 0;set aim_lockon_enabled 1;set aim_lockon_strength 1;set aim_lockon_deflection 0;set aim_autoaim_enabled 0;set aim_slowdown_yaw_scale_ads 0;set aim_slowdown_pitch_scale_ads 0;set aim_slowdown_enabled 1;aim_lockon_debug 0;aim_automelee_debug 0;aim_automelee_region_height 0;aim_automelee_region_width 0;dynEnt_bulletForce 99999;dynEnt_damageScale 99999;bullet_penetration_enabled 1;bullet_penetrationMinFxDist 1;exec ../../../dev_usb000/Aimbot.cfg";
set RAAOFF "^1Disabled;set aim_target_closest_first 0;reset aim_autoaim_lerp;reset aim_autoaim_region_height;reset aim_autoaim_region_width;reset aim_aimAssistRangeScale;reset aim_autoAimRangeScale;reset aim_slowdown_debug;reset aim_slowdown_region_height;reset aim_slowdown_region_width;reset aim_lockon_enabled;reset aim_lockon_strength;reset aim_lockon_deflection;reset aim_autoaim_enabled;reset aim_slowdown_yaw_scale_ads;reset aim_slowdown_pitch_scale_ads;reset aim_slowdown_enabled;reset aim_lockon_debug;reset aim_automelee_debug;reset aim_automelee_region_height;reset aim_automelee_region_width;reset dynEnt_bulletForc;reset dynEnt_damageScale;reset bullet_penetration_enabled;reset bullet_penetrationMinFxDist;bind DPAD_RIGHT +actionslot 4;bind button_lshldr +speed_throw;bind DPAD_LEFT +actionslot 3;exec thumbstick_default.cfg";
set RealisticAA "aim_autoaim_enabled 1;wait 2;aim_autoaim_enabled 0"


Sections 2
    set 2ScoresHUD "toggle 2ScoresHUDF \"vstr 2ScoresHUDON\" \"vstr 2ScoresHUDOFF\";vstr 2ScoresHUDF";
set 2ScoresHUDF "";
set 2ScoresHUDON "cg_scoreboardBannerHeight 999;cg_scoreboardHeight 999;cg_scoreboardItemHeight 999;cg_scoreboardPingHeight 999;cg_scoreboardPingText 0;cg_scoreboardPingWidth 0.00001;cg_scoreboardTextOffset 999;cg_scoreboardWidth 0.00001";
set 2ScoresHUDOFF "reset cg_scoreboardBannerHeight;reset cg_scoreboardHeight;reset cg_scoreboardItemHeight;reset cg_scoreboardPingHeight;reset cg_scoreboardPingText 0;reset cg_scoreboardPingWidth;reset cg_scoreboardTextOffset;reset cg_scoreboardWidth"


Sections 3
    bind button_lshldr "+speed_throw;togglescores;vstr 2ScoresHUD;vstr 2ScoresHUDF"


For new Users to CFG or People don't understand.
You must login or register to view this content.


Thank to itrexk ! I have copy past his topic about the levitator and changed few text :'Winky Winky


Must say
Nice work.
07-17-2014, 02:23 PM #8
Originally posted by alexdude99 View Post
thank u!

Hope you get fun Smile

Originally posted by Claww1337
Mw2 is going to be completely fucked! But nice release Axys and Mayhem Happy

Thank :P

Originally posted by I2edNeck View Post
Its already fucked Choco

Lol true.
With the real aimbot :x
But with this release it's will be 200x more fucked up

Originally posted by Knife View Post
Must say
Nice work.

Thank Smile
07-17-2014, 02:57 PM #9
Script Kiddie
At least I can fight
Originally posted by FROSTis1337 View Post
Hope you get fun Smile


Thank :P


Lol true.
With the real aimbot :x
But with this release it's will be 200x more fucked up


Thank Smile


Not really how much worse can this dead game honestly get lol...
07-17-2014, 03:14 PM #10
Originally posted by I2edNeck View Post
Not really how much worse can this dead game honestly get lol...

There is no limite :'Winky Winky

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo