SinoAlpha Posted July 7, 2006 Posted July 7, 2006 How can we write a script protect the pwd of the wow(world of the warcraft) is a very practicality problem, how can we input the pwd without intercept by other spy-programs... Sino-Alpha
Paulie Posted July 7, 2006 Posted July 7, 2006 How can we write a script protect the pwd of the wow(world of the warcraft) is a very practicality problem, how can we input the pwd without intercept by other spy-programs...are you talking about in an autoit inputbox?
Nomad Posted July 7, 2006 Posted July 7, 2006 (edited) How can we write a script protect the pwd of the wow(world of the warcraft) is a very practicality problem, how can we input the pwd without intercept by other spy-programs...If you're talking about making the password appear as "*********" in the inputbox, check the extended styles list.If you mean what I think you mean, then use a firewall.Nomad Edited July 7, 2006 by Nomad
SinoAlpha Posted July 7, 2006 Author Posted July 7, 2006 (edited) well, i mean ... i mean ... some programs can get the password when you input it from keyboard, and then send it to somebody who want to steal you accounts ... if we use "send()" , the spy-program can also save your ID and Password, then send it to others... how can we deal with this problem Edited July 7, 2006 by SinoAlpha Sino-Alpha
/dev/null Posted July 7, 2006 Posted July 7, 2006 ... how can we deal with this problemAnswer: The only way to deal with this: don't let spyware infect your PC!OR, write a very sophisticated software, that detects spyware and removesthe hooks before it starts your WoW script.Reason: Spyware installs a system hook, so they will see whatever they need to see, e.g. pressed keys, etc. see: msdn SetWindowsHookExCheersKurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
SinoAlpha Posted July 11, 2006 Author Posted July 11, 2006 Answer: The only way to deal with this: don't let spyware infect your PC!OR, write a very sophisticated software, that detects spyware and removesthe hooks before it starts your WoW script.Reason: Spyware installs a system hook, so they will see whatever they need to see, e.g. pressed keys, etc. see: msdn SetWindowsHookExCheersKurtthx for reply, maybe i should learn more about OS Sino-Alpha
xtrm Posted October 21, 2006 Posted October 21, 2006 well im not sure about this but maybe PRoccess Guard could warn about key spying, check diamondcs web.
FuryCell Posted October 21, 2006 Posted October 21, 2006 AFIAK as I know this would not work with WOW because there is now input control that autoit can "see" but here just some general information. If you ControlSetText () to directly set the value stored in applications input control most spies won't be able log it as it was never actually "typed". HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
Kickassjoe Posted October 21, 2006 Posted October 21, 2006 OR use ClipPut() and Send Ctrl+v... I don't know if this will work for wow. What goes around comes around... Payback's a bitch.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now