Destiny 2 best aim assist script

GPC1 script programming for Titan One. Code examples, questions, requests.

Destiny 2 best aim assist script

Postby Dragunis » Tue Nov 26, 2019 12:09 pm

Hi, it’s there any script for aim assist to use in Destiny 2?
Thanks in advance.
User avatar
Dragunis
Private First Class
Private First Class
 
Posts: 3
Joined: Thu Nov 21, 2019 1:29 pm

Re: Destiny 2 best aim assist script

Postby Mad » Tue Nov 26, 2019 6:27 pm

Code: Select all
int AP = 22; //Decrease if shake
int AM = -22; //Decrease if shake
int Delay = 20;
int Release = 23; //1+ higher than AP & AM
 
main {
  if(get_val(6)) combo_run(AS);
}
 
combo AS {
  set_val(10,a_f(10,AP));
  wait(Delay)
  set_val(9,a_f(9,AP));
  wait(Delay)
  set_val(10,a_f(10,AM));
  wait(Delay)
  set_val(9,a_f(9,AM));
  wait(Delay)
}
 
function a_f(p,m) {
  if(abs(get_val(p)) < Release)
  return m;
}
ConsoleTuner Support Team || ConsoleTuner Discord || InputSense Discord
Mad
Major General
Major General
 
Posts: 4536
Joined: Wed May 22, 2019 5:39 am

Re: Destiny 2 best aim assist script

Postby Dragunis » Tue Nov 26, 2019 7:55 pm

It’s necessary any configuration? In this case, for PS4.
Thanks
User avatar
Dragunis
Private First Class
Private First Class
 
Posts: 3
Joined: Thu Nov 21, 2019 1:29 pm

Re: Destiny 2 best aim assist script

Postby antithesis » Wed Nov 27, 2019 9:42 pm

Destiny 2's aim assist is already overwhelmingly strong. Coupled with bullet magnetism and it's the closest thing to an aimbot on console.

An AA abuse script is not going to be highly beneficial in D2. The tradeoff of slightly enhanced AA is more difficult aim and nausea-inducing screen sway.

Give it a go, but keep both pros and cons in mind :)
Official Australian retailer for Titan One, Titan Two and XIM APEX at Mod Squad
User avatar
antithesis
Colonel
Colonel
 
Posts: 1912
Joined: Sat May 28, 2016 10:45 pm

Re: Destiny 2 best aim assist script

Postby Dragunis » Thu Nov 28, 2019 1:15 am

Ok. Thanks for the information.
User avatar
Dragunis
Private First Class
Private First Class
 
Posts: 3
Joined: Thu Nov 21, 2019 1:29 pm


Return to GPC1 Script Programming

Who is online

Users browsing this forum: No registered users and 99 guests