Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

dovezp/ce.plugin.nameless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 

Repository files navigation

Nameless - The Cheat Engine Renamer Plugin

Welcome to the Nameless Cheat Engine Renamer Plugin repository! If you're a gaming enthusiast or a software developer working in the realm of cheats and hacks, you're about to discover a powerful tool that helps you stay ahead of nonintrusive anti-cheat mechanisms with ease.

Repository Status Update

As you may have noticed, there have been no updates or developments since November 2020. This period of inactivity has led me to reflect on the project's trajectory. The absence of updates indicates a shift in priorities and resources to other projects.

While the Nameless Plugin remains valuable and relevant for Cheat Engine users, I am are fully aware of the positive impact it has had on your efforts in reverse engineering. After careful consideration, I have made the decision to archive the Nameless Plugin repository.

I encourage you to continue utilizing the Nameless Plugin in your work. Additionally, I'm open to exploring possibilities that may allow for its continued utility and development in the future.

Key Features

  • Subvert Detection: This plugin empowers you to bypass nonintrusive anti-cheat window title detection methods, giving you a stealthy advantage.

  • Simple and Effective: Designed with simplicity in mind, the Nameless Plugin seamlessly integrates into Cheat Engine, allowing you to focus on what matters most: outsmarting anti-cheats.

  • Stay Ahead: By outmaneuvering nonintrusive anti-cheat systems, you can continue to explore game mechanics and uncover hidden features without detection.

Feature Demo

See the Nameless Plugin in action:

Nameless in Action

Building the Code

You can get started with the Nameless Plugin by visiting the Cheat Engine SDK 5.0.0 version branch.

Building Environment

  • Visual Studio 2015 with Windows SDK 7.0, 7.1, & 8.1 for System Support of Windows XP - 10
  • Visual Studio 2017-2022 with Windows SDK 10 & 11 for System Support of Windows 10 - 11

Installation

Plugin Reminder

  • The x86 nameless build is compatible with cheatengine-i386.exe
  • The x64 nameless build is compatible with cheatengine-x86_64.exe and cheatengine-x86_64-SSE4-AVX2.exe
  • Both x86 and x64 nameless builds reference the same nameless.ini file

Plugin Setup

  1. Extract the most recent release build into the root directory for Cheat Engine
    • The root directory where cheatengine-i386.exe / cheatengine-x86_64.exe is located
  2. If needed, configure the nameless.ini settings file
  3. Start Cheat Engine
  4. Go to Edit -> Settings -> Plugins -> Add new
  5. Add the nameless dll associated with the Cheat Engine executable (x64 or x86)
  6. Click the checkbox next to the nameless dll plugin name to enable
  7. Click Okay to continue
  8. You should notice that the plugin is running so start hacking!

Configuration File Settings

The configuration file contains various settings that control the behavior of the application.

  • random_generation (Boolean Value)
    • Set this to True if you want the application to generate a random string. If set to False, the application will rely on the window_name setting.
  • refresh_rate_ms (Integer Value)
    • This setting determines the time interval, in milliseconds, until the next refresh of the window's title.
  • window_name (String Value)
    • You can specify a custom name for the application's window title here.
    • Leaving this field blank will result in the generation of a random string for the window title.

Default Configuration File Settings

Here is an example of the default configuration in nameless.ini:

[settings]
random_generation = true
refresh_rate_ms = 500
window_name =

Feel free to modify these settings in the configuration file according to your requirements.

License

This project operates under the BSD 3-Clause License (Revised) ensuring a flexible and open environment for contributors and users.

Feedback

Your insights, whether positive or critical, are highly valued. Continuous improvement is my goal, and your feedback plays a pivotal role in shaping the future of the Nameless Plugin.

Feel free to share your thoughts and observations by opening a new issue in the repository's issue section. By addressing potential errors, inconsistencies, and suggestions, we can collectively work towards a stronger and more effective tool.

Thank you for contributing to the evolution of the Nameless Cheat Engine Renamer Plugin.

repository hits downloads contributors watchers stars forks

dovezp