Ищу скрипт Дайте JS ideal yaw для моей пасты (OTC3)

Начинающий
Статус
Оффлайн
Регистрация
4 Фев 2019
Сообщения
77
Реакции[?]
21
Поинты[?]
0
ye man trust me. dont use shitty kitty pasta.
make ur own anti aim, not that hard.

to start: learn javascript $$
then: make javascript file
then: add p checkbox for unhittable anti aim

then: for a example; use this
check if the p anti aim is on
set anti aim override 1 first
JavaScript:
var O = getRndInteger(2, 5);
var Y = getRndInteger(5, 12);
var X = -34;
var P = 50;
mess around with the values, this is just lowdelta code

then just set it like this man

JavaScript:
AntiAim.SetRealOffset(X);
AntiAim.SetFakeOffset(P);
AntiAim.SetLBYOffset(O);
AntiAim.SetLBYOffset(Y);
and if u want to do a inverter

JavaScript:
if(UI.IsHotkeyActive("Anti-Aim", "Fake angles", "Inverter")) {
        X = 34;
        O = getRndInteger(-2, -5);
        Y = getRndInteger(-5, -12);
}
invert the angles man$$

if u figure out and try enough u will make a good lowdelta anti aim off this code :flushed: goodluck lilman$
TIP: if u want to do andvanced shit, trust me, mess around with the lby offset, its the MAIN thing that u need the most for "unhittable anti aim" trust me. dont mess around with ur fake offset or smh, just leave the real offset and the fake offset to some static values, u wont need them really that much.


but if you really want to do sm like kittys pasta, just mess around with your auto direction and yaw offset based on enemy target info like pos and health and stuff, figure it out yourself, (hope im not talking shit :pensive:)
 
Пользователь
Статус
Оффлайн
Регистрация
30 Ноя 2020
Сообщения
325
Реакции[?]
61
Поинты[?]
0
ye man trust me. dont use shitty kitty pasta.
make ur own anti aim, not that hard.

to start: learn javascript $$
then: make javascript file
then: add p checkbox for unhittable anti aim

then: for a example; use this
check if the p anti aim is on
set anti aim override 1 first
JavaScript:
var O = getRndInteger(2, 5);
var Y = getRndInteger(5, 12);
var X = -34;
var P = 50;
mess around with the values, this is just lowdelta code

then just set it like this man

JavaScript:
AntiAim.SetRealOffset(X);
AntiAim.SetFakeOffset(P);
AntiAim.SetLBYOffset(O);
AntiAim.SetLBYOffset(Y);
and if u want to do a inverter

JavaScript:
if(UI.IsHotkeyActive("Anti-Aim", "Fake angles", "Inverter")) {
        X = 34;
        O = getRndInteger(-2, -5);
        Y = getRndInteger(-5, -12);
}
invert the angles man$$

if u figure out and try enough u will make a good lowdelta anti aim off this code :flushed: goodluck lilman$
TIP: if u want to do andvanced shit, trust me, mess around with the lby offset, its the MAIN thing that u need the most for "unhittable anti aim" trust me. dont mess around with ur fake offset or smh, just leave the real offset and the fake offset to some static values, u wont need them really that much.


but if you really want to do sm like kittys pasta, just mess around with your auto direction and yaw offset based on enemy target info like pos and health and stuff, figure it out yourself, (hope im not talking shit :pensive:)
it can be in the form of Javascriptm I just don't really understand how to implement it
 
Начинающий
Статус
Оффлайн
Регистрация
4 Фев 2019
Сообщения
77
Реакции[?]
21
Поинты[?]
0
it can be in the form of Javascriptm I just don't really understand how to implement it
Just take a c++ course or something, javascript is very simmilar to other popular programming langagues. And if u dont know how to implement it, just look into some other javascripts. If you know to do stuff yourself, you can even resolve kitty pasta bugs man :flushed:
 
Сверху Снизу