Osiris icon indicating copy to clipboard operation
Osiris copied to clipboard

add standalone rcs (cribbed from @steel4me) updated to latest osiris

Open dr3murr opened this issue 5 years ago • 24 comments
trafficstars

dr3murr avatar Aug 27 '20 03:08 dr3murr

why cant rcs be used with silent aim? i am new to this so sorry if i asked smthng stupid @r3muxd

SwagsRGB avatar Aug 27 '20 04:08 SwagsRGB

@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

dr3murr avatar Aug 27 '20 05:08 dr3murr

work well

dayz2000 avatar Aug 27 '20 10:08 dayz2000

where is the rcs option? I cloned your repository entirely instead of merging the pull

SwagsRGB avatar Aug 27 '20 15:08 SwagsRGB

where is the rcs option? I cloned your repository entirely instead of merging the pull

Aimbot

dayz2000 avatar Aug 27 '20 15:08 dayz2000

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.

SwagsRGB avatar Aug 27 '20 16:08 SwagsRGB

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 .

dr3murr avatar Aug 27 '20 20:08 dr3murr

yees

dr3murr avatar Aug 27 '20 23:08 dr3murr

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

SwagsRGB avatar Aug 28 '20 05:08 SwagsRGB

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.

JacksonDon avatar Aug 28 '20 19:08 JacksonDon

ah yes finally I don't have to adapt the code everytime I update Osiris

Asviix avatar Sep 17 '20 15:09 Asviix

[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

king1919djdj avatar Oct 01 '20 10:10 king1919djdj

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.

Asviix avatar Oct 19 '20 11:10 Asviix

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

spleatz avatar Oct 26 '20 12:10 spleatz

Is this still working?

FalloutBruhMoments avatar Nov 13 '20 17:11 FalloutBruhMoments

Is this still working?

Only without Random RCS

Asviix avatar Nov 21 '20 19:11 Asviix

how to merge?

FalloutBruhMoments avatar Dec 08 '20 11:12 FalloutBruhMoments

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

linuxer9 avatar Dec 31 '20 10:12 linuxer9

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);
}

mkot2 avatar Jan 01 '21 13:01 mkot2

update latest version?

yabedabedu786 avatar Jan 16 '21 03:01 yabedabedu786

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

kang-kung avatar May 04 '21 04:05 kang-kung

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.

zoominh0 avatar Jun 01 '21 11:06 zoominh0

Sometimes before actually spraying the view jumps up right from where I was aiming, is this a known bug ?

Asviix avatar Jun 05 '21 19:06 Asviix

seriously, this is so good why daniel didnt merge this, Its been 2 years lol

OzymoGit avatar Jan 26 '22 03:01 OzymoGit

Can you please update this as it doesn't work currently and messes up aimbot

fanat1cc avatar Nov 14 '22 11:11 fanat1cc

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: @.***>

mrfuzz12 avatar Nov 14 '22 11:11 mrfuzz12