Перейти к содержимому
View in the app

A better way to browse. Learn more.

Zloplay community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Is it possible to change Readonly / Cheatprotected Values?

Featured Replies

Опубликовано:

Hello guys. I just wanted to check if its possible to change "party_gametype" but it said "its readonly".

So I came up with the Idea to "unlock" this. This means that i could change every value (not checking for cheat protected / read only).

Would that count as a "Hack" or "Cheat" (just unlocking these Values)? And can i get banned using the libnp.dll for loading my "Hack"?

I just wanted to get a basic knowledge about what i am allowed to do and what not. If this would be allowed, I would share my changed Files

so that everybody has got the ability to change protected values.

Thanks in advance, Nullpointer.

Опубликовано:
  • Автор

I tried it. libnp.dll isn't protected, so i spoofed it (export same functions and just jump to original functions // load original dll before, ofcourse). Near that i loaded my "injection", which modifies a few parts to skip the Checks for readonly, write protected and cheat protection. I couldn't find any usage for this so i share it for ya, if it nobody cares (does it? if so: remove this code from my post @mods/admins).

 

 

#define adrReadonlyDvarCheck 0x006475AA
#define adrWriteDvarCheck 0x0064760E
#define adrCheatDvarCheck 0x00647672

Tools::WriteMemory((void*)adrReadonlyDvarCheck,	(BYTE*)"\xEB\x62\x90\x90\x90\x90\x90\x90",	8);
Tools::WriteMemory((void*)adrWriteDvarCheck,	(BYTE*)"\xEB\x62\x90\x90\x90\x90\x90\x90",	8);
Tools::WriteMemory((void*)adrCheatDvarCheck,	(BYTE*)"\xEB\x6C\x90",						3);

 

Опубликовано:
._.

 

lol :lol:

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Гость
Ответить в тему...

Сейчас на странице 0

  • Нет пользователей, просматривающих эту страницу

Важная информация

Используя этот сайт, вы соглашаетесь Условия использования.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.