mirror of
https://github.com/Milxnor/Cobalt.git
synced 2026-01-13 02:22:22 +01:00
add credits to dll
This commit is contained in:
@@ -95,6 +95,13 @@ DWORD WINAPI Main(LPVOID)
|
||||
FILE* fptr;
|
||||
freopen_s(&fptr, "CONOUT$", "w+", stdout);
|
||||
|
||||
std::cout << "Initializing Cobalt (made by Milxnor#3531).\n";
|
||||
|
||||
std::cout << "Credits\n\n";
|
||||
|
||||
std::cout << "Memcury - https://github.com/kem0x/Memcury\n";
|
||||
std::cout << "Neonite++ for the signatures and curl hook - https://github.com/PeQuLeaks/NeonitePP-Fixed/tree/1.4\n\n";
|
||||
|
||||
Memcury::VEHHook::Init();
|
||||
|
||||
bool curlResult = InitializeCurlHook();
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#define URL_PROTOCOL XOR("http")
|
||||
#define URL_HOST XOR("127.0.0.1")
|
||||
#define URL_PORT XOR("3551")
|
||||
#define URL_PROTOCOL "http"
|
||||
#define URL_HOST "127.0.0.1"
|
||||
#define URL_PORT "3551"
|
||||
Reference in New Issue
Block a user