Moneybot.cc sources selfleak

bruh just check Source.cpp x)
Пожалуйста, авторизуйтесь для просмотра ссылки.

also
Пожалуйста, авторизуйтесь для просмотра ссылки.

#include <thread>
#include <iostream>

#include "hooks.hpp"
#include "console.hpp"
#include "input_system.hpp"
#include "mem.hpp"
#include "wipe.hpp"

HMODULE g_dll;
header_t g_header;

__declspec( safebuffers ) void main_thread( HINSTANCE uh )
{
memcpy( &g_header, g_dll, sizeof( g_header ) );

Sleep(1000);

g_csgo.initialize( );
}

__declspec( safebuffers ) int __stdcall DllMain( HINSTANCE inst, DWORD reason, LPVOID reserved ) {
HANDLE thread;

if( reason == DLL_PROCESS_ATTACH ) {
g_con->create( );
}

g_factory.init((uintptr_t)(reserved));

g_dll = inst;

DisableThreadLibraryCalls(inst);

thread = CreateThread(nullptr, 0,
(LPTHREAD_START_ROUTINE)(main_thread),
inst, 0, nullptr);

if (!thread)
return 0;

CloseHandle(thread);

return 1;

if( reason == DLL_PROCESS_DETACH ) {
g_csgo.m_panic = true;
}

return 0;
}
 
Последнее редактирование:
you mean build at release x86, then debug, and then check callbacks? or wut
This will "remove" protections.
1624009503327.png
 
Recently there have been allegations of a moneybot source leak. These are older sources from early 2018/2019 (csgo / tf2 / gmod / old loader), which were coded as a learning project by Nave and his friends back when he was the owner of moneybot.

Since people want to "flex" and act special because they have access to a old source, we have decided to release these sources to the public in order to prevent others being scammed should these people try to paste or sell a source / hack made from the leak.

None of these sources are from the current ownership / development team of moneybot and nothing from these leaked sources will be included in the upcoming recode of moneybot.cash. While we didn't address this sooner because we simply didn't care much, we realize that eventually as it spread people would start asking questions and act out of hand, so enjoy the sources here.

[URL unfurl = "true"]
Пожалуйста, авторизуйтесь для просмотра ссылки.
[/ URL]

Credits [USER = 214279] @navewindre [/ USER] @wzn [USER = 348577] @llama [/ USER] [USER = 211396] @friendly [/ USER] [USER = 26119] @Dom [/ USER] [USER = 1362] @eternity [/ USER]
my question is why there isn't any hitchance options in the menu?
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
в этой версии есть хит скелетоны?
 
Назад
Сверху Снизу