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

Source Code goofy.solutions hvh (freeED) ALPHA

Newbie HvHer
User ID
98276
Messages
1
Reactions
0
Level
0
brather we need to check this guys coding skills because he is slow as shit AND UPLOAD PUBLIC GITHUB WATTAFEk
 

Password for .zip file is hvh.net

  • supremacy_csgo-master.zip
    1.7 MB · Views: 326
outlines.win
Moderator
User ID
2180
Messages
337
Reactions
494
Level
32
Newbie HvHer
User ID
40378
Messages
2
Reactions
0
Level
0
persona god src
 
Newbie HvHer
User ID
4216
Messages
8
Reactions
1
Level
0
is ts good #miraclehooksucks
 

052

Rookie HvHer
User ID
17168
Messages
44
Reactions
13
Level
6
its not bad at all but thats not what he wanted to do but it works ig
 
Newbie HvHer
User ID
91649
Messages
18
Reactions
0
Level
5
give cfg
 
Last edited:
Newbie HvHer
User ID
10792
Messages
6
Reactions
1
Level
1
how can i fix hwid error?
 
Newbie HvHer
User ID
90973
Messages
2
Reactions
1
Level
1
can you be help me out and explain or reply with a pic of how or what you removed to fix it?
entry.cpp
entry.cpp:
#include "includes.h"

int __stdcall DllMain(HMODULE self, ulong_t reason, void* reserved) {
    if (reason == DLL_PROCESS_ATTACH) {
        HANDLE thread = CreateThread(nullptr, 0, Client::init, nullptr, 0, nullptr);
        if (!thread)
            return 0;

        return 1;
    }
    return 0;
}
 

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.