You are viewing our Forum Archives. To view or take place in current topics click here.
(Release) REAL 1.14 AimBot.
Posted:
(Release) REAL 1.14 AimBot.Posted:
Status: Offline
Joined: Nov 25, 201113Year Member
Posts: 113
Reputation Power: 5
Status: Offline
Joined: Nov 25, 201113Year Member
Posts: 113
Reputation Power: 5
As the title says, I've come up with my own method of a 1.14 AimBot. There have been many different methods people have used to make imitators, but they have been pretty limited on their capabilities.
I wasn't going to release this originally, but as usual, you give a code to one person, the whole world begins to get access to it. Id like to have credit for it as i made it originally here a while back, due to fidgiting with my menu and finding out that when you turn autoaim on, while aiming in, it locks on.
Now, this is somewhat limited, but its amazing, and the best thing you can get on a cfg patch as far as aimbot goes.
The way it works (For those of you who are just glancing at it), when you aim in, it does nothing, but by default, some dvars are on to keep the aim assist part in tact in the background, that way the actual ''botting'' part, doesn't give you an overflow because its as small as i can get it. What happens is, after you aim in, once you fire the gun, it toggles aim assist ON, then quickly fires, and turns back off. With lerp set to 100, this is 100% shot accuracy. Hate on me or not, i dont want someone else taking credit for my little bit of work.
One downside to this, though, is that you can only shoot one bullet at a time with MG's and SMG's that are normally fully auto. A fix to this, for those who want to spray still, is a separate code for both semi-auto/bolt action, and one to make automatics, automatic again. Or well, semi autos become automatic with this too.
This is for regular trigger layout, if you want to change it, go to the end of the aim assist code, and change the bind to your desired trigger.
Hint: Use a modded controller with the single fire one, your life will be complete.
Here's the code for single fire (Snipers, fal, burst fire, etc. (Note, both strings are needed):
String 1 (The aim assist)
Code:
String 2 (What makes it work)
Code:
Here's the code for 5 round burst (For those who want to use machine guns, but don't have a modded controller)
Note: Don't spam this, you will get a client command overflow. Press it maximum of 3 times (Quickly) to unload multiples of 5 shots per-press.
String 1 (The Aim Assist)
Code:
String 2 (What makes it work)
Code:
The NoScope Aimbot (Host Only, unless host otherwise, has super steady aim)
String 1 (The Aim Assist)
Code:
String 2 (What makes it work) YOU WILL HAVE TO EDIT IN YOUR NAME TO THE TWO PERKS FOR IT TO WORK
Code:
If you would like it to be on always, or don't know how to add strings and menu functions to your patch, set it as automatic DVars like so (Just copy whats below, and paste it, along with the second string from any of the above aimbot methods of your liking, anywhere in your button layout rawfile on your patch_mp.ff file or anywhere in your .cfg):
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 0
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
bind button_rshldr vstr CHANGE THIS UNDERLINED TEXT TO THE SET NAME OF AIMBOT TYPE I.E. HipFireBot/RapidFire/SingleFire
PASTE THE TYPE OF AIMBOT YOU WANT HERE FROM THE SECOND STRING ON ANY OF THE ABOVE
[ Register or Signin to view external links. ]
{Repost of WholeOatGrains Post on NGU just thought it should be shared.}
I wasn't going to release this originally, but as usual, you give a code to one person, the whole world begins to get access to it. Id like to have credit for it as i made it originally here a while back, due to fidgiting with my menu and finding out that when you turn autoaim on, while aiming in, it locks on.
Now, this is somewhat limited, but its amazing, and the best thing you can get on a cfg patch as far as aimbot goes.
The way it works (For those of you who are just glancing at it), when you aim in, it does nothing, but by default, some dvars are on to keep the aim assist part in tact in the background, that way the actual ''botting'' part, doesn't give you an overflow because its as small as i can get it. What happens is, after you aim in, once you fire the gun, it toggles aim assist ON, then quickly fires, and turns back off. With lerp set to 100, this is 100% shot accuracy. Hate on me or not, i dont want someone else taking credit for my little bit of work.
One downside to this, though, is that you can only shoot one bullet at a time with MG's and SMG's that are normally fully auto. A fix to this, for those who want to spray still, is a separate code for both semi-auto/bolt action, and one to make automatics, automatic again. Or well, semi autos become automatic with this too.
This is for regular trigger layout, if you want to change it, go to the end of the aim assist code, and change the bind to your desired trigger.
Hint: Use a modded controller with the single fire one, your life will be complete.
Here's the code for single fire (Snipers, fal, burst fire, etc. (Note, both strings are needed):
String 1 (The aim assist)
Code:
set SingleAimBot "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 0;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;bind button_rshldr vstr SingleFire"
String 2 (What makes it work)
Code:
set SingleFire "aim_autoaim_enabled 1;aim_lockon_enabled 1;wait 1;+attack;-attack;wait 1;aim_autoaim_enabled 0"
Here's the code for 5 round burst (For those who want to use machine guns, but don't have a modded controller)
Note: Don't spam this, you will get a client command overflow. Press it maximum of 3 times (Quickly) to unload multiples of 5 shots per-press.
String 1 (The Aim Assist)
Code:
set AutoAimBot "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 0;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;bind button_rshldr vstr RapidFire"
String 2 (What makes it work)
Code:
set RapidFire "aim_autoaim_enabled 1;wait 2;+attack;-attack;aim_autoaim_enabled 0;wait 10;aim_autoaim_enabled 1;wait 2;+attack;-attack;aim_autoaim_enabled 0;wait 10;aim_autoaim_enabled 1;wait 2;+attack;-attack;aim_autoaim_enabled 0;wait 10;aim_autoaim_enabled 1;wait 2;+attack;-attack;aim_autoaim_enabled 0;wait 10;aim_autoaim_enabled 1;wait 2;+attack;-attack;aim_autoaim_enabled 0;wait 10"
The NoScope Aimbot (Host Only, unless host otherwise, has super steady aim)
String 1 (The Aim Assist)
Code:
set NoScopeBot "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 0;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;bind button_rshldr vstr HipfireBot"
String 2 (What makes it work) YOU WILL HAVE TO EDIT IN YOUR NAME TO THE TWO PERKS FOR IT TO WORK
Code:
set HipfireBot "setPerk YOURNAMEHERE specialty_bulletaccuracy;setPerk YOURNAMEHERE specialty_holdbreath;set perk_weapSpreadMultiplier 0.0001;aim_autoaim_enabled 1;wait 1;+speed_throw;wait 1;+attack;-attack;-speed_throw;wait 5;aim_autoaim_enabled 0;reset perk_weapSpreadMultiplier"
If you would like it to be on always, or don't know how to add strings and menu functions to your patch, set it as automatic DVars like so (Just copy whats below, and paste it, along with the second string from any of the above aimbot methods of your liking, anywhere in your button layout rawfile on your patch_mp.ff file or anywhere in your .cfg):
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 0
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
bind button_rshldr vstr CHANGE THIS UNDERLINED TEXT TO THE SET NAME OF AIMBOT TYPE I.E. HipFireBot/RapidFire/SingleFire
PASTE THE TYPE OF AIMBOT YOU WANT HERE FROM THE SECOND STRING ON ANY OF THE ABOVE
[ Register or Signin to view external links. ]
{Repost of WholeOatGrains Post on NGU just thought it should be shared.}
The following 1 user thanked TehMuhZLiM for this useful post:
Multitask (02-17-2013)
#2. Posted:
Status: Offline
Joined: Jan 01, 201312Year Member
Posts: 83
Reputation Power: 3
Status: Offline
Joined: Jan 01, 201312Year Member
Posts: 83
Reputation Power: 3
About to call you a leech there but then I saw the credits nice bro:) saw this a week ago when he uploaded it to yt:P
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Nov 25, 201113Year Member
Posts: 113
Reputation Power: 5
Status: Offline
Joined: Nov 25, 201113Year Member
Posts: 113
Reputation Power: 5
CuriModz wrote About to call you a leech there but then I saw the credits nice bro:) saw this a week ago when he uploaded it to yt:PYeah i seen it to but he closed the thread before i could share it over here. So glad he re-released.
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Jan 01, 201312Year Member
Posts: 83
Reputation Power: 3
Status: Offline
Joined: Jan 01, 201312Year Member
Posts: 83
Reputation Power: 3
do you have this working on a cfg or 1.14 patch yet? and same its a great release but ZuRoMoDz leeched it lmao
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Nov 25, 201113Year Member
Posts: 113
Reputation Power: 5
Status: Offline
Joined: Nov 25, 201113Year Member
Posts: 113
Reputation Power: 5
i have all of the versions of this aimbot on my cfg menu.
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Jan 01, 201312Year Member
Posts: 83
Reputation Power: 3
Status: Offline
Joined: Jan 01, 201312Year Member
Posts: 83
Reputation Power: 3
could you send me it on skype please bro? my skype rxpidz
- 0useful
- 0not useful
#7. Posted:
Status: Offline
Joined: Feb 08, 201311Year Member
Posts: 243
Reputation Power: 9
Status: Offline
Joined: Feb 08, 201311Year Member
Posts: 243
Reputation Power: 9
Please reply to my pm
- 0useful
- 0not useful
#8. Posted:
Status: Offline
Joined: Nov 25, 201113Year Member
Posts: 113
Reputation Power: 5
Status: Offline
Joined: Nov 25, 201113Year Member
Posts: 113
Reputation Power: 5
KelvinIRL wrote Please reply to my pm
Done Enjoy 20chars
- 0useful
- 0not useful
#9. Posted:
Status: Offline
Joined: Oct 16, 201113Year Member
Posts: 2,021
Reputation Power: 85
Status: Offline
Joined: Oct 16, 201113Year Member
Posts: 2,021
Reputation Power: 85
TehMuhZLiM wrote i have all of the versions of this aimbot on my cfg menu.
I have them all in my 1.14 patch
- 0useful
- 0not useful
#10. Posted:
Status: Offline
Joined: Nov 25, 201113Year Member
Posts: 113
Reputation Power: 5
Status: Offline
Joined: Nov 25, 201113Year Member
Posts: 113
Reputation Power: 5
As do i my friend. I even have RDC Garys Aim Assist in there ;)
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.