GDPR Policy Accept

This plugin will auto accept the new privacy policy that Joymax added to the client. You must accept it before you can login to your account.

Do not use this plugin unless you understand and agree with the updated privacy policy that Joymax has provided.

from phBot import *

def handle_joymax(opcode, data):
    if opcode == 0xA117 and data == b'\x04\x01\x01':
        log('Accepting new privacy policy')
        inject_joymax(0x6118, b'\x02', True)
    return True

log('[%s] Loaded' % __name__)

not working…

It’s like 2 years old. Do you really still need this?

yes it is need

im created new accund and i need accept all fo them

I think you need to relog after it is accepted.

if u text the code egain i will grateful to u

@Ryan is there a new version of this GDPR plugin?

No, that’s not really something they should have changed.

I tried everything but couldnt get it to work. :slight_smile:

Fixed it, copy the code from the original post again.

1 Like

@DeRidder14 Hi, do you have the link for this updated plugin?

There’s no link, it’s been updated in the original post