Page 2 of 3

Re: Welcome to our boring test server!

Posted: Aug 06, 2009 6:20 pm
by Shinta
no spy ware plz

Re: Welcome to our boring test server!

Posted: Aug 06, 2009 6:43 pm
by Relic
Kashmir wrote:Every key, ie letters, backspace, etc.

Hahaha, and it even logs an entry when I minimize the client.
anyone else seeing anything like this?

Re: Welcome to our boring test server!

Posted: Aug 06, 2009 6:45 pm
by Kashmir
Oh yeah, and another keyboard thing...

Whenever I hit the right Alt+3(any number besides 2), it will make a blank character and whenever I hit another char after, it will appear as a blank until I erase the whole line.

Re: Welcome to our boring test server!

Posted: Aug 06, 2009 7:10 pm
by Shinta
naw my software dont detect nada

Re: Welcome to our boring test server!

Posted: Aug 06, 2009 7:24 pm
by Fleury
Kashmir wrote:Every key, ie letters, backspace, etc.

Hahaha, and it even logs an entry when I minimize the client.
It's definently making keyhooks for the directional keys, and it doesn't surprise me that anti-virus software alerts this as a keylogger; Rich and Ab should simply not be using keyhooks.

Image

Here's a comprehensive list of the hooked keys...

Code: Select all

    RegisterHotKey(gVars.GetVars()[0x1c], 0, 1, 0x73);
    RegisterHotKey(gVars.GetVars()[0x1c], 1, 1, 0x77);
    RegisterHotKey(gVars.GetVars()[0x1c], 2, 4, 0x26);
    RegisterHotKey(gVars.GetVars()[0x1c], 3, 4, 40);
    RegisterHotKey(gVars.GetVars()[0x1c], 4, 2, 0x4f);
    RegisterHotKey(gVars.GetVars()[0x1c], 5, 0, 0x26);
    RegisterHotKey(gVars.GetVars()[0x1c], 6, 0, 0x27);
    RegisterHotKey(gVars.GetVars()[0x1c], 7, 0, 0x25);
    RegisterHotKey(gVars.GetVars()[0x1c], 8, 0, 40);
This is the list of keys that get unhooked (yes, four seem to be missing)

Code: Select all

    UnregisterHotKey(gVars.GetVars()[0x1c], 0);
    UnregisterHotKey(gVars.GetVars()[0x1c], 1);
    UnregisterHotKey(gVars.GetVars()[0x1c], 2);
    UnregisterHotKey(gVars.GetVars()[0x1c], 3);
    UnregisterHotKey(gVars.GetVars()[0x1c], 4);
And this is likely why Kaspersky is reporting every key...

Image

Re: Welcome to our boring test server!

Posted: Aug 06, 2009 7:36 pm
by Relic
Fleury wrote:
Kashmir wrote:Every key, ie letters, backspace, etc.

Hahaha, and it even logs an entry when I minimize the client.
It looks like the only keyhooks they make are for the directional keys. It doesn't surprise me that anti-virus software alerts this as a keylogger; Rich and Ab should simply not be using keyhooks.
Yea i was reading about it, it was a quick solution for something else, but this problem aside there are other reasons not to do it. Just another thing on the pile to fix.

Re: Welcome to our boring test server!

Posted: Aug 06, 2009 11:08 pm
by Daniel Bauman
opps posted on wrong thread before but yeah i cant open dristin on both my computers ;/



same error, debug application error?? im not very smart with computers but all i can say is i have windows xp and i have 256 ram or 516, and some intergraded gfx card.. dont bother trying to explain to me complicated stuff as ill just end up making you mad. but if thers a quick fix id like to log on ^^

churr

Re: Welcome to our boring test server!

Posted: Aug 06, 2009 11:16 pm
by Relic
Daniel Bauman wrote:opps posted on wrong thread before but yeah i cant open dristin on both my computers ;/



same error, debug application error?? im not very smart with computers but all i can say is i have windows xp and i have 256 ram or 516, and some intergraded gfx card.. dont bother trying to explain to me complicated stuff as ill just end up making you mad. but if thers a quick fix id like to log on ^^

churr

Look in your add/remove programs and see if you have .NET Framework 1.1. If not, go to windows update and get that. If that doesnt work pm me on the site and i'll give you my msn.

Re: Welcome to our boring test server!

Posted: Aug 07, 2009 12:03 am
by Scientist
Looks awesome guys!

Just a few little problems I had; dunno if they've been mentioned yet.

Scroll chat text up/down - up/down buttons on chat window < didn't work
Close a private channel - X button on chat window < didn't work
Neither did the 'login' button, but you can just hit enter so it's no biggie.

My char clipped walking through all the doors, he was half in the doorway and half stuck in the wall.
Also, while Dristin is open, I can't use the up, down, left, right keys on firefox, but when I shut the client they start working.

And as long as the client stays open, my computer makes a high pitched whirring/whine. Is that the client or just my retarded piece of crap computer?

Re: Welcome to our boring test server!

Posted: Aug 07, 2009 12:12 am
by Relic
Scientist wrote:Looks awesome guys!

Just a few little problems I had; dunno if they've been mentioned yet.

Scroll chat text up/down - up/down buttons on chat window < didn't work
Close a private channel - X button on chat window < didn't work
Neither did the 'login' button, but you can just hit enter so it's no biggie.

My char clipped walking through all the doors, he was half in the doorway and half stuck in the wall.
Also, while Dristin is open, I can't use the up, down, left, right keys on firefox, but when I shut the client they start working.

And as long as the client stays open, my computer makes a high pitched whirring/whine. Is that the client or just my retarded piece of crap computer?
The mouse issues your having, weve seen a few times. Usually closing and reopening the client fixes it. The direction keys are something we are also aware of.

The high pitch whine, ive heard before on my pc but it doesnt do it anymore. It also used to do it with tibia. I'm not completly sure what the cause is.