How do we hide the work of ench.pl?

Other plugins for extending OpenKore's functionality. This forum is only for posting new plugins and commenting on existing plugins. For support, use the Support forum.

Moderator: Moderators

Message
Author
User avatar
SkylorD
Moderators
Moderators
Posts: 1167
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Re: How do we hide the work of ench.pl?

#11 Post by SkylorD »

Learn rules

User avatar
SkylorD
Moderators
Moderators
Posts: 1167
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Re: How do we hide the work of ench.pl?

#12 Post by SkylorD »

Have enabled the key ?

PEEK output :

Code: Select all

1 = key
2 = key
3 = key
How to use in Kore :

Code: Select all

$self->cryptKeys(1, 3, 2)
Learn rules

sctnightcore
Developers
Developers
Posts: 235
Joined: 09 Apr 2017, 07:23
Noob?: No
Location: Thailand

Re: How do we hide the work of ench.pl?

#13 Post by sctnightcore »

SkylorD wrote:Have enabled the key ?

PEEK output :

Code: Select all

1 = key
2 = key
3 = key
How to use in Kore :

Code: Select all

$self->cryptKeys(1, 3, 2)

I've tried
$self->cryptKeys(1, 3, 2)
$self->cryptKeys(1, 2, 3)

not working

User avatar
SkylorD
Moderators
Moderators
Posts: 1167
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Re: How do we hide the work of ench.pl?

#14 Post by SkylorD »

How surely about serverType ?

//2015-11-04aRagexe

Follow the connectivity guide.


http://openkore.com/index.php/Connectivity_Guide
Learn rules

Post Reply