Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Metin2
You last visited: Today at 03:16

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Gameforge security

Discussion on Gameforge security within the Metin2 forum part of the Popular Games category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Oct 2024
Posts: 8
Received Thanks: 1
Gameforge security

Hello,
I have a question regarding the official Gameforge servers. Do their servers detect methods like PostMessage or SendInput, specifically for clicking without physically moving the mouse? Is there any input method that is undetectable or not blocked by their systems?
qirik is offline  
Old 06/06/2025, 04:22   #2


 
elite*gold: 1810
Join Date: Jan 2012
Posts: 2,208
Received Thanks: 1,630
Try out a kernel mode driver such as . Pretty much undetectable.

C++ example:
Code:
#include <iostream>
#include <windows.h>
#include "interception.h"

#pragma comment(lib, "interception.lib")

int main() {
    InterceptionContext context = interception_create_context();
    if (!context) {
        std::cerr << "Interception context could not be created.\n";
        return 1;
    }

    InterceptionDevice device = 0;
    InterceptionDevice found = 0;

    for (device = 1; device <= INTERCEPTION_MAX_KEYBOARD; ++device) {
        if (interception_is_keyboard(device)) {
            found = device;
            break;
        }
    }

    if (!found) {
        std::cerr << "No keyboard found for Interception.\n";
        interception_destroy_context(context);
        return 1;
    }

    InterceptionKeyStroke stroke;

    Sleep(2000);

    // Key down
    stroke.code = 0x11; // W
    stroke.state = INTERCEPTION_KEY_DOWN;
    interception_send(context, found, (InterceptionStroke*)&stroke, 1);

    Sleep(1000);

    // Key up
    stroke.state = INTERCEPTION_KEY_UP;
    interception_send(context, found, (InterceptionStroke*)&stroke, 1);

    interception_destroy_context(context);
    return 0;
}
MaxChri is offline  
Thanks
2 Users
Old 06/10/2025, 01:04   #3
 
elite*gold: 0
Join Date: Oct 2024
Posts: 8
Received Thanks: 1
[QUOTE=MaxChri;40296510]Try out a kernel mode driver...

I'm having a problem with the Interception driver. I can't install it into the system — even though the installation completes successfully in CMD, it doesn't actually work and the driver is missing from the C:/Windows/System32/drivers folder.

I've disabled the Windows Firewall and set Secure Boot mode to "Custom", but it still doesn't work.
I can see you know what you're doing — do you have any advice for me?
Thanks for sharing the code in your previous message.

Actualization
Nevermind i solve a problem.
qirik is offline  
Thanks
1 User
Old 10/19/2025, 22:55   #4
 
elite*gold: 0
Join Date: Jan 2018
Posts: 1
Received Thanks: 0
Lwo
iusufferdy is offline  
Reply


Similar Threads Similar Threads
Selling fifa 18 PC accounts Full Access (Email+Security Answer+FUT Security Answer)
03/26/2018 - Fifa Trading - 0 Replies
Hello, i sell Fifa 18 pc accounts for $8. Accounts are full access, i give ea security answer and FUT security answer with the account details. I give you the account first after that you can pay me money. You can also check my reviews on my discord server. Contact :- Discord - sergi#5599
[Selling] WTS Game Private server [ Vps - Security Proxy - Security ddos] Files
06/10/2016 - Web Host / Server Trading - 2 Replies
Want To Sell My Vps Ram 8 Giga have time with security have time have all files you need you only setup



All times are GMT +1. The time now is 03:16.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.