C++ Rapid fire

Забаненный
Статус
Оффлайн
Регистрация
28 Мар 2023
Сообщения
123
Реакции[?]
14
Поинты[?]
9K
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Rapid Fire code:
Credits: lsamplel
Rapid fire:
if (F::RAGE::rage->rage_data.rapid_fire) {
if (rage->sub_tick_data.command == impl::command_msg::rapid_fire) {
// override angles just to prevent
Input->m_view_angles = Vector_t(rage->sub_tick_data.best_point.x, rage->sub_tick_data.best_point.y, range->sub_tick_data.best_point.z);
Input->m_view_angles.clamp();
InputHistoryEntry->m_pViewCmd->m_andValue = range->sub_tick_data.best_point;
InputHistoryEntry->m_pViewCmd->m_angValue.Clamp();
// override tickcount
Input History Entry->m_n Player TickCount = 0;
Input->m_player_tick_count = 0;
// perform shooting
SDK::Cmd->m_buttons.m_n Value |= IN_ATTACK;
}
else
SDK::Cmd->m_buttons.m_n Value &= ~IN_ATTACK;
}
 
august
Пользователь
Статус
Оффлайн
Регистрация
25 Мар 2021
Сообщения
204
Реакции[?]
82
Поинты[?]
42K
Rapid Fire code:
Credits: lsamplel
Rapid fire:
if (F::RAGE::rage->rage_data.rapid_fire) {
if (rage->sub_tick_data.command == impl::command_msg::rapid_fire) {
// override angles just to prevent
Input->m_view_angles = Vector_t(rage->sub_tick_data.best_point.x, rage->sub_tick_data.best_point.y, range->sub_tick_data.best_point.z);
Input->m_view_angles.clamp();
InputHistoryEntry->m_pViewCmd->m_andValue = range->sub_tick_data.best_point;
InputHistoryEntry->m_pViewCmd->m_angValue.Clamp();
// override tickcount
Input History Entry->m_n Player TickCount = 0;
Input->m_player_tick_count = 0;
// perform shooting
SDK::Cmd->m_buttons.m_n Value |= IN_ATTACK;
}
else
SDK::Cmd->m_buttons.m_n Value &= ~IN_ATTACK;
}
-backtrack and -nospread
 
Начинающий
Статус
Оффлайн
Регистрация
29 Дек 2021
Сообщения
84
Реакции[?]
16
Поинты[?]
10K
Why are u even posting this? It has been posted before how to make rapidfire, and this method is not even proper. And who even uses normal buttons to set in attack, are u trying to get detected as fast as possible?
 
1337
Пользователь
Статус
Оффлайн
Регистрация
13 Ноя 2022
Сообщения
91
Реакции[?]
50
Поинты[?]
45K
Why are u even posting this? It has been posted before how to make rapidfire, and this method is not even proper. And who even uses normal buttons to set in attack, are u trying to get detected as fast as possible?
you didn't understand, it is a speedrun of farming reactions!
 
Начинающий
Статус
Оффлайн
Регистрация
9 Сен 2020
Сообщения
324
Реакции[?]
18
Поинты[?]
2K
Rapid Fire code:
Credits: lsamplel
Rapid fire:
if (F::RAGE::rage->rage_data.rapid_fire) {
if (rage->sub_tick_data.command == impl::command_msg::rapid_fire) {
// override angles just to prevent
Input->m_view_angles = Vector_t(rage->sub_tick_data.best_point.x, rage->sub_tick_data.best_point.y, range->sub_tick_data.best_point.z);
Input->m_view_angles.clamp();
InputHistoryEntry->m_pViewCmd->m_andValue = range->sub_tick_data.best_point;
InputHistoryEntry->m_pViewCmd->m_angValue.Clamp();
// override tickcount
Input History Entry->m_n Player TickCount = 0;
Input->m_player_tick_count = 0;
// perform shooting
SDK::Cmd->m_buttons.m_n Value |= IN_ATTACK;
}
else
SDK::Cmd->m_buttons.m_n Value &= ~IN_ATTACK;
}
Wrong?
 
Начинающий
Статус
Оффлайн
Регистрация
3 Дек 2022
Сообщения
41
Реакции[?]
4
Поинты[?]
4K
Rapid Fire code:
Credits: lsamplel
Rapid fire:
if (F::RAGE::rage->rage_data.rapid_fire) {
if (rage->sub_tick_data.command == impl::command_msg::rapid_fire) {
// override angles just to prevent
Input->m_view_angles = Vector_t(rage->sub_tick_data.best_point.x, rage->sub_tick_data.best_point.y, range->sub_tick_data.best_point.z);
Input->m_view_angles.clamp();
InputHistoryEntry->m_pViewCmd->m_andValue = range->sub_tick_data.best_point;
InputHistoryEntry->m_pViewCmd->m_angValue.Clamp();
// override tickcount
Input History Entry->m_n Player TickCount = 0;
Input->m_player_tick_count = 0;
// perform shooting
SDK::Cmd->m_buttons.m_n Value |= IN_ATTACK;
}
else
SDK::Cmd->m_buttons.m_n Value &= ~IN_ATTACK;
}
U didnt even share the hook... and this method was already public like stated above, litterly in the same post u had gotten this code from so i dont see the point in resharing it
Why are u even posting this? It has been posted before how to make rapidfire, and this method is not even proper. And who even uses normal buttons to set in attack, are u trying to get detected as fast as possible?
And for this IDC about detection really i mostly play community server so i could care less, and is mostly just a self project rn anyways
 
Забаненный
Статус
Оффлайн
Регистрация
28 Мар 2023
Сообщения
123
Реакции[?]
14
Поинты[?]
9K
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Забаненный
Статус
Оффлайн
Регистрация
28 Мар 2023
Сообщения
123
Реакции[?]
14
Поинты[?]
9K
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Забаненный
Статус
Оффлайн
Регистрация
28 Мар 2023
Сообщения
123
Реакции[?]
14
Поинты[?]
9K
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Начинающий
Статус
Оффлайн
Регистрация
15 Окт 2023
Сообщения
88
Реакции[?]
11
Поинты[?]
4K
Забаненный
Статус
Оффлайн
Регистрация
28 Мар 2023
Сообщения
123
Реакции[?]
14
Поинты[?]
9K
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
sapphire dev
Пользователь
Статус
Оффлайн
Регистрация
15 Мар 2018
Сообщения
190
Реакции[?]
124
Поинты[?]
36K
Кажется вам быстро забанит аккаунты за такой рапид(
 
Пользователь
Статус
Оффлайн
Регистрация
4 Окт 2014
Сообщения
202
Реакции[?]
83
Поинты[?]
28K
так в рапиде заряды вообще то а не просто хуйня из под коня, такой будет работать через раз вообще а то и в потолок стрелять
 
Сверху Снизу