This is a mobile optimized page that loads fast, if you want to load the real page, click this text.

Source Code Cheat Enrage Traytrace Multipoints ported to Supremacy

Skilled HvHer
User ID
31204
Messages
5
Reactions
79
Level
4
Ever since supremacy multipoints are ass, you can use the enrage ones which use raytracing. Make sure to import "ray_tracer.cpp" and "ray_tracer.h" inside ur project file. All files and code are included in the rar i posted down below.

I do not give a shit nor care about your opinion on this, use them if you'd wish to do so, otherwise shut the fuck up.

Do not dm me or ask in the thread how to paste them, it takes 1 braincell to do so.
Download link:
To view the content, you need to Sign In .
 
Expert HvHer
User ID
16720
Messages
44
Reactions
158
Level
15
math::VectorVectors is missing
 
Skilled HvHer
User ID
31204
Messages
5
Reactions
79
Level
4
math::VectorVectors is missing
void math::VectorVectors(const vec3_t& forward, vec3_t& right, vec3_t& up) {
if (fabs(forward.x) < 1e-6 && fabs(forward.y) < 1e-6)
{
// pitch 90 degrees up/down from identity.
right = vec3_t(0, -1, 0);
up = vec3_t(-forward.z, 0, 0);
}
else
{
// get directions vector using cross product.
right = forward.cross(vec3_t(0, 0, 1)).normalized();
up = right.cross(forward).normalized();
}
}

void VectorVectors(const vec3_t& forward, vec3_t& right, vec3_t& up);

If anything else is needed, leave ur discord here.
 
Expert HvHer
User ID
16720
Messages
44
Reactions
158
Level
15
class "ang_t" has no member "to_vectors"
Could be my horrible pasting skills but it seems to be missing
 
Skilled HvHer
User ID
31204
Messages
5
Reactions
79
Level
4
class "ang_t" has no member "to_vectors"
Could be my horrible pasting skills but it seems to be missing
DM me your discord, will help a bit later.
 
Master HvHer
User ID
20083
Messages
52
Reactions
617
Level
26
why u make thread with part of my 1 year old source?
To see this hidden content, you must react with one of the following reactions: Like, Love, Haha, Wow, Sad, Nooo, SIMP, Jesus
 

Password for .zip file is hvh.net

  • all what u need without hide (taken from supremacy source (26.02.22).7z
    12.2 KB · Views: 127
Skilled HvHer
User ID
31204
Messages
5
Reactions
79
Level
4
why u make thread with part of my 1 year old source?
To see this hidden content, you must react with one of the following reactions: Like, Love, Haha, Wow, Sad, Nooo, SIMP, Jesus
no one gives a shit about you retard.
 
Newbie HvHer
User ID
11826
Messages
3
Reactions
0
Level
1
does any1 have the stuff for matrix3x4_t?
 

Password for .zip file is hvh.net

  • Screenshot 2023-11-12 164427.png
    9.4 KB · Views: 31

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.