Hi,
I’m reporting @nuturazvan for attempting to scam me out of 70€.
Last week, he contacted me on Discord saying he was looking for a control panel. I initially offered NimeraCP, but after I told him the price, he said he couldn’t afford it.
I then told him I could develop a custom control panel within his budget. After discussing the details, we agreed on the following:
Control / Donate Panel includes:
Donate page
Account registration page
Login page
Password reset page
Stripe integration
Agreed price: 70€
Deal date: December 3, 2025
I finished developing the panel on December 6, 2025, but I have not delivered it yet. The code is complete and currently sitting in a private GitHub repository, waiting for payment.
As of December 14, 2025, I still haven’t received any payment. I’ve asked him multiple times when I can expect it, and he keeps making excuses, saying a friend owes him money and that he’s waiting to get paid first.
If you don’t have the money, you shouldn’t be ordering work. I take responsibility for starting the work without upfront payment, but that doesn’t excuse repeatedly delaying payment.
Posting this as a warning to others.
Question
RainforestSpirit
Hello guys.
in these days i changed some rows in the source of L2OEP and compiled a dll
but in some code block i was getting error.
[...] extern "C" { s64 vga_base; s64 vmm_base; }; bool _ET_SUPPORT_CRACKED_ = false; void Initialize() { // Checking the Size of the Classes to make sure everything is Correct... if ( sizeof(CCreature) != 0x14E8 ) { MessageBox(NULL, "Bad CCreature Size...", "L2Extend Error :", 0); ExitProcess(1); } // Global Variables GlobalVars::Initialize(); WriteInstruction(0x643580, (s32)CGameEvents::AfterLoadData, 0, ASM_CALL); // Ugly!!! vga_base = (s64)LoadLibrary("%windir%\\system32\\vga.vxd"); vmm_base = (s64)LoadLibrary("%windir%\\system32\\vmm.vxd"); if(vga_base == NULL && vmm_base == NULL) { LoadLibrary("md0.mdl"); vga_base = (s64)LoadLibrary("md1.mdl"); vmm_base = (s64)LoadLibrary("md2.mdl"); _ET_SUPPORT_CRACKED_ = true; } if(vga_base == NULL || vmm_base == NULL) { MessageBox(NULL, "ETs extender not loaded!", "pdh.dll", 0); ExitProcess(0); } // CItem extension CGameFixes::Initialize(); // Sending settings to cached CRemoteSettings::Initialize(); [...]Hope someone more experienced than i can tell me how fix it.
Thank you all
4 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now