As many of you are aware as of 12th of January 2021 Flash has been discontinued and many of you maybe facing the following issue.
The client does have a local version of flash, however it is version 6... very old and probably buggy.
I have attached a version of flash which you can put into the client folder, it is from late 2019.
The client by default loads the system installed flash.ocx, this has been updated to expire on the 12th of january 2021.
Many of you have tried to remove the windows update. However, i have a better solution that microsoft can't remove. Here i have included flash.ocx which you can replace in your conquer directly. Now with a little help from a the following class you can add to your Loader / Hook. You can force the client to load the local flash.ocx from the client folder. This will fix your issue.
CFlashFix.cpp
#include "pch.h"
#include "CFlashFix.h"
#include <tchar.h>
CFlashFix::HookLoadLibrary CFlashFix::pLoadLibrary;
void CFlashFix::Hook()
{
auto m = GetModuleHandleA("kernelbase.dll");
auto proc = GetProcAddress(m, "LoadLibraryExW");
pLoadLibrary = reinterpret_cast<CFlashFix::HookLoadLibrary>(proc);
DetourTransactionBegin();
DetourUpdateThread(GetCurrentThread());
DetourAttach(&reinterpret_cast<PVOID&>(pLoadLibrary), LoadLibraryDetour);
DetourTransactionCommit();
}
//Thanks to { Angelius } for the cleaner method.
HMODULE _stdcall CFlashFix::LoadLibraryDetour(LPCWSTR lpLibFileName, HANDLE hFile, DWORD dwFlags)
{
if (StrStrW(lpLibFileName, L"Flash.ocx"))
lpLibFileName = L"./Flash.ocx";
return pLoadLibrary(lpLibFileName, hFile, dwFlags);
}
I am aware this code may not be optimized and or messy. I gave it like 5 seconds of love. It is more just of a quick release to get you guys back up and running.
If done correctly, your client should now work again.
[Release] Flash fix for old clients. Today - CO2 Guides & Templates - 5 Replies As many of you are aware as of 12th of January 2021 Flash has been discontinued and many of you maybe facing the following issue.
The client does have a local version of flash, however it is version 6... very old and probably buggy.
I have attached a version of flash which you can put into the client folder, it is from late 2019.
https://i.imgur.com/5pGFCf0.png
The client by default loads the system installed flash.ocx, this has been updated to expire on the 12th of january 2021.
[Release] Fix the MouseLag on old Clients without hooking. 01/24/2018 - CO2 PServer Guides & Releases - 19 Replies Here is a simple tool that Enables it when it detects Conquer and Disables the tail again once it closed.
Code:
using System.Diagnostics;
using System.Runtime.InteropServices;
using System.Timers;
using System.Windows.Forms;
using Timer = System.Timers.Timer;
*FLASH FLASH FLASH* 66er mk auf s9 04/17/2009 - Metin2 Trading - 7 Replies hey wie die ueberschrift schon sagt ich vk einen lvl 66er mk auf s9
was ich suche ? sachen auf s9 oder sura ab lvl 50
screens bekommt ihr ueber icq oder msn