Expert HvHer
This is basically the first thing I code in c++ (I'm a java developer)
I didn't code it in default supremacy but in a different supremacy based cheat, almost same thing u get the idea
In some supremacy pastes like eax and taphack there's a feature called "full stop in air" or "instant stop in air" this shit is awesome, I hit some crazy high velocity jumpscouts with it, gives dopamine like call of duty 360 noscopes
However machine is better than human, I failed alot manually pressing the bind when reaching the apex/vertex of the jump (when scout is fully accurate)
Here's something that automates it (the supremacy paste i based this off already had in air autostop, but its garbage like basically all cheats, i didn't touch nor even read its code)
And the "isAtJumpApex()" setting i asked chatgpt to do it before on lua because i didn't figure out the math (previously i just did if velocity.z = 0 but that rarely was true)
this code i ported from the lua script chatgpt and i made 1 month ago into c++
Currently only issue is that it doesn't commit to stopping, idk how to explain
I'll fix it and update this post
ALL CODE BELOW
fixed code not showing lol
I didn't code it in default supremacy but in a different supremacy based cheat, almost same thing u get the idea
In some supremacy pastes like eax and taphack there's a feature called "full stop in air" or "instant stop in air" this shit is awesome, I hit some crazy high velocity jumpscouts with it, gives dopamine like call of duty 360 noscopes
However machine is better than human, I failed alot manually pressing the bind when reaching the apex/vertex of the jump (when scout is fully accurate)
Here's something that automates it (the supremacy paste i based this off already had in air autostop, but its garbage like basically all cheats, i didn't touch nor even read its code)
And the "isAtJumpApex()" setting i asked chatgpt to do it before on lua because i didn't figure out the math (previously i just did if velocity.z = 0 but that rarely was true)
this code i ported from the lua script chatgpt and i made 1 month ago into c++
Currently only issue is that it doesn't commit to stopping, idk how to explain
I'll fix it and update this post
ALL CODE BELOW
To view the content, you need to Sign In .
To view the content, you need to Sign In .
To view the content, you need to Sign In .
Last edited by a moderator: