Osiris
Osiris copied to clipboard
add standalone rcs (cribbed from @steel4me) updated to latest osiris
why cant rcs be used with silent aim? i am new to this so sorry if i asked smthng stupid @r3muxd
@SwagsRGB it's not a stupid question i'll add a comment to clarify you can't control recoil manually if you're using silent aim because it's silent, so silent aim has its own RCS system
work well
where is the rcs option? I cloned your repository entirely instead of merging the pull
where is the rcs option? I cloned your repository entirely instead of merging the pull
Aimbot
works like a charm mate. nice job. But, sometimes it gets bugged if rcs and triggerbot is enabled together. however its quite rare ive just experienced it 2 times. All in all great job man.
fixed in latest ver
On Thu, Aug 27, 2020 at 12:35 PM SwagsRGB [email protected] wrote:
works like a charm mate. nice job. But, sometimes it gets bugged if rcs and triggerbot is enabled together. however its quite rare ive just experienced it 2 times. All in all great job man.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/danielkrupinski/Osiris/pull/2135#issuecomment-682059295, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK7NTZWSGXJG4OZZ44XRUI3SC2DOBANCNFSM4QMPWH7A .
yees
hey i just wanna know is there no way RCS can be used with silent aim? I mean i use silent aim in my config but when i decide to spray i cant control the recoil. I know if rcs is coupled with silent aim rcs wont follow the aim assist right? i mean can you commit sometime later a rcs for silent aim too? ps not native speaker sorry
hey i just wanna know is there no way RCS can be used with silent aim? I mean i use silent aim in my config but when i decide to spray i cant control the recoil. I know if rcs is coupled with silent aim rcs wont follow the aim assist right? i mean can you commit sometime later a rcs for silent aim too? ps not native speaker sorry
Ain't possible. When ur using silent aim you sending sendPacket, thats impossible to make RCS for silent.
ah yes finally I don't have to adapt the code everytime I update Osiris
[ISSUE] The rcs kicks in after firing 7-8 bullets, not from the starting. even though i have set ignore shots to 0 or 1
The game crashes when using the RCS with an automatic weapon, doesn't affect pistols tho
TEMPORARY FIX : Don't use Random RCS, it seems to be the cause of the crashing, I'm trying to fix it as of now.
Crashing when shooting and using random rcs. Debugged and this is the error: https://media.discordapp.net/attachments/742586673552031785/770262793021816852/unknown.png?width=1204&height=677
Is this still working?
Is this still working?
Only without Random RCS
how to merge?
It's working rn without the random RCS, but it feels choppy when using it with the aimbot on; because the aimbot has its own RCS and it's set to the maximum value so to resolve this problem, would you suggest disable recoil compensation while the standalone RCS is on ? something like this maybe?
if (config->aimbot[weaponIndex].standaloneRCS)
{
auto angle = calculateRelativeAngle(localPlayerEyePosition, bonePosition, cmd->viewangles);
}
else
{
auto angle = calculateRelativeAngle(localPlayerEyePosition, bonePosition, cmd->viewangles+aimPunch);
}
@r3muxd
It's working rn without the random RCS, but it feels choppy when using it with the aimbot on; because the aimbot has its own RCS and it's set to the maximum value so to resolve this problem, would you suggest disable recoil compensation while the standalone RCS is on ? something like this maybe?
if (config->aimbot[weaponIndex].standaloneRCS) { auto angle = calculateRelativeAngle(localPlayerEyePosition, bonePosition, cmd->viewangles); } else { auto angle = calculateRelativeAngle(localPlayerEyePosition, bonePosition, cmd->viewangles+aimPunch); }@r3muxd
Is this still working?
Only without Random RCS
Crashing when shooting and using random rcs. Debugged and this is the error: https://media.discordapp.net/attachments/742586673552031785/770262793021816852/unknown.png?width=1204&height=677
the random float generator is faulty i suppose, using this generator random rcs works as well:
float floatGenerator(float bottom, float top) noexcept
{
std::random_device rd{};
std::mt19937 generator(rd());
std::uniform_real_distribution<float> dis(bottom, top);
return dis(generator);
}
update latest version?
im getting a few errors, is it me or the code is outdated i've used it on my older build only now im getting errors
'getRandom: redefinition; diffrent linkage 'getrandom': undeclared identifier '='unable to resolve function overload 'getrandom undeclared identifier '=' unable to resolve function overload
I mentioned above that I added a few lines of code and after I tried to build the solution, I got error c2737, at first I thought I fucked something up, but know I tried to build your normal rcs solution but I get the same error.
Sometimes before actually spraying the view jumps up right from where I was aiming, is this a known bug ?
seriously, this is so good why daniel didnt merge this, Its been 2 years lol
Can you please update this as it doesn't work currently and messes up aimbot
Fix the dam aimbot wtf
On Mon, Nov 14, 2022 at 6:09 AM Fanat1c @.***> wrote:
Can you please update this as it doesn't work currently and messes up aimbot
— Reply to this email directly, view it on GitHub https://github.com/danielkrupinski/Osiris/pull/2135#issuecomment-1313509700, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASKM6YRUPIZ7URH76FIQ4C3WIIMXRANCNFSM4QMPWH7A . You are receiving this because you commented.Message ID: @.***>