Post: [Release] REAL 1.14 AimBot.
02-17-2013, 08:21 PM #1
oNiiTrOx
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({}); 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)
    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)
    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)
    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)
    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)
    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
    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"


This here is simply an ''off'' function to completely disable the ''aimbot''
    set AimBotOFF "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;bind button_rshldr +attack"


NOOB-FRIENDLY AIMBOT METHOD BELOW

If you don't know how to add strings and menu functions to your patch, set it as automatic DVars. Or, in english: just copy the code for whatever aimbot you would like below, and paste it, at the very bottom of your prefered button layout (buttons_default.cfg/buttons_tactical.cfg) on your patch_mp.ff file, or at the very bottom of your USB .cfg
(You can only use one at a time with this method, meaning, if you choose to switch the aimbot type, you must first backspace the previously added aimbot, before pasting the new one)

Noob Friendly code for single fire (Snipers, fal, burst fire, etc.)
    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
set SingleFire "aim_autoaim_enabled 1;aim_lockon_enabled 1;wait 1;+attack;-attack;wait 1;aim_autoaim_enabled 0"



Noob Friendly 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.
    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
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"



Noob Friendly NoScope Aimbot (Host Only, unless host otherwise, has super steady aim, DO NOT FORGET TO EDIT IN YOUR PSN TO GET IT TO WORK PROPERLY [Scroll to bottom, put your PSN where "YOURNAMEHERE" is])
    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
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"



PSN: WholeGrainOats

Last edited by oNiiTrOx ; 08-25-2013 at 12:43 PM. Reason: Added ''Turn OFF'' tut for n00bs

The following 61 users say thank you to oNiiTrOx for this useful post:

-Google-, *xActionMods*, ℳaTiCz, 3dkat1, Amanda, AnthonyJLozano, Asian, TheDeadLift, Chip ♞, CoDyMoDz1000XD, CrEaTiiOnUNREAL, CreZiiino, CrimsonEcho, Devastation, Eazoh, EcLiPz_MoDD3Rz, Egzec, EliteHackzPS3, emcrew2, FutureOps, GE90, II Dave II, IIxJ4TxII, ImGsus, ImPiffHD, iTrexk, IVisionsI, ResistTheJamsha, joni_djESP, khalar9, Kitty=^.^=, KpnClanHD, MadManModz, Mango_Knife, Maty360414, mezxh, MRHackzFTW, Neon[FTH], NGU-xNiicKzHD, Nubz, Obris, Hayden, OpieZModZx, Pewp, robertthebruce, Script Kiddie, seanhellen, BySec, silentcobra22, SUBARUDEMON, Super Gamer, ThreeSixtyyy, Uk_ViiPeR, Wild., xGLoTTeRCriimEx, xInfuzeModz, zajtonglis, Ziad1997, zUnboundPatcher
03-04-2013, 01:37 AM #47
MRHackzFTW
Maggbot timeout!
Originally posted by KRACKERSTYLE View Post
just put it like this for example mine is set up like this
thanks it made it sooo much better but there are 2 strings with codes do i combined them or what?

---------- Post added 03-04-2013 at 01:37 AM ---------- Previous post was 03-03-2013 at 11:16 PM ----------

it keeps freezing my ps3 when i end the game?
03-04-2013, 11:38 AM #48
Script Kiddie
At least I can fight
Originally posted by MRHackzFTW View Post
thanks it made it sooo much better but there are 2 strings with codes do i combined them or what?

---------- Post added 03-04-2013 at 01:37 AM ---------- Previous post was 03-03-2013 at 11:16 PM ----------

it keeps freezing my ps3 when i end the game?

Yes 1 is the aim assist and 1 is the 2ed part that makes it work just paste those both in you patch and vstr the first string of which one your gunna use so say you want 5 round burst copy the codes paste them then vstr autoaimbot. Freezing ? Idk about that havnt heard any one having that problem before...
03-04-2013, 09:55 PM #49
MRHackzFTW
Maggbot timeout!
thanks a tun everything works but ihave a question how do i get the aim assist he had in the video like what slot is it thx
03-07-2013, 06:22 PM #50
im kinda stuck, i have my aim assist set as dpad left (so i dont have to go in menu to turn it on) how could i make it so i can toggle it ? etc.. dpad left on then dpad left again for off.. here is my code could someone please help me out

bind dpad_LEFT "vstr SingleAimBot"

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"
set SingleFire "aim_autoaim_enabled 1;aim_lockon_enabled 1;wait 1;+attack;-attack;wait 1;aim_autoaim_enabled 0"
03-08-2013, 12:48 PM #51
annern
Hurah!
An amazing find bro. Could you/someone add this to a menu, or add a turn off option in the dvar code? Smile
03-08-2013, 03:27 PM #52
U WOT M8
You talkin to me?
Originally posted by annern55 View Post
An amazing find bro. Could you/someone add this to a menu, or add a turn off option in the dvar code? Smile


its not that hard bro
03-09-2013, 04:13 PM #53
need cfg menu with this without having buttons to open it up cause i got lightmods patch on at the same time
03-09-2013, 04:16 PM #54
Originally posted by oNiiTrOx View Post
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)
    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)
    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)
    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)
    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)
    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
    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


PSN: WholeGrainOats




Thats not aimbot :| thats just really strong aim assist :dumb:
03-15-2013, 06:15 PM #55
annern
Hurah!
Originally posted by Vany View Post
its not that hard bro


Tell me about it.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo