elitepvpers

elitepvpers (https://www.elitepvpers.com/forum/)
-   SRO Private Server (https://www.elitepvpers.com/forum/sro-private-server/)
-   -   People getting hacked!!! (https://www.elitepvpers.com/forum/sro-private-server/631644-people-getting-hacked.html)

T-Member 07/05/2010 15:56

Quote:

Originally Posted by Mikawa (Post 5871269)
[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

speedtouch1980 07/06/2010 01:05

Quote:

Originally Posted by lolkop (Post 5870390)
i know noex said that the authcheck of the sro-db server only gets the charname from that bot, but it seems like only ppl using the old crack for 0.8 are getting hacked.

the 0.8 crack does not remove the connection to the authserver. so maybe there's more than just the charname, that gets send tro the sro-db servers...

in that case their bot was designed as a keylogger right from the begining.

to make realy sure they are NOT able to hack you, you should NOT use cracks released before the 0.9a one by noex.

maybe he should rewrite the old 0.8 crack to remove the authserver connection to the sro-db server.

[Only registered and activated users can see links. Click Here To Register...] is what gets send if you're using the old 0.8 crack.

as you can see the connection to i59F47E8B.versanet.de is still active and the authserver recives some informations about ur account.

if u're using the newer crack for 0.9a that connection will not exist.
you could also use [Only registered and activated users can see links. Click Here To Register...], which removes that check from all bots released by sro-db.

it should be working fine for version 0.8, 0.9 and 0.9a, which are also availble @ that link =). for newer versions some stuff needs to be added, which i'm not able to do.

do NOT ask me if i could crack botversions released after the 0.9a one. i'm not able to do that. all i did was analyzing noexs cracks to be able to build a patcher which does the job for all versions.

Your theory is the best so far...but my theory is simple and clear.
They cannot do shit if you don't write in the autologin boxes your id and pw.Thats the mistakes that all the haked players did,they can't harm your personal info otherwise.

so DO NOT USE THE AUTOLOGIN BOXES,DO NOT FILL THEM WITH YOUR ID AND PW

INFO:In case you use 0.9 version its probably safe...but I would still wouldn't use that option.

Khungx 07/06/2010 02:02

Those who believe a program that requires u to login id/pw is safe are stupid.

I once use cracked bot for dekaronsea & everyone said it's safe, but about 4 months later many of them including me got hacked. We found out it was from the cracked bot & stopped using it since that. Too late to cry for it.

lolkop 07/06/2010 02:14

Quote:

Originally Posted by speedtouch1980 (Post 5883003)
Your theory is the best so far...but my theory is simple and clear.
They cannot do shit if you don't write in the autologin boxes your id and pw.Thats the mistakes that all the haked players did,they can't harm your personal info otherwise.

so DO NOT USE THE AUTOLOGIN BOXES,DO NOT FILL THEM WITH YOUR ID AND PW

INFO:In case you use 0.9 version its probably safe...but I would still wouldn't use that option.

well since the bot is able to log all packets (also the logon packets, which contain id and pw) not filling those boxes is totally useless :P

noone needs a keylogger to get ur id or pw :D the most easy way to get it is via memoryread or packet logs

DarkestxHour 07/06/2010 12:14

Quote:

Originally Posted by lolkop (Post 5883304)
well since the bot is able to log all packets (also the logon packets, which contain id and pw) not filling those boxes is totally useless :P

noone needs a keylogger to get ur id or pw :D the most easy way to get it is via memoryread or packet logs

yea keylogger logs the keys so when u type your id/pw to log in then it gets your login data

u can read it from in-buffer in memory and voila :)

darkdamp 07/06/2010 12:51

/care
i already sold my char so i won't get hacked^^
i advice you all to trade it for another char on another server
cuz this server will be a fail
euro skills? lag like shit on sw2

lolkop 07/06/2010 12:54

Quote:

Originally Posted by DarkestxHour (Post 5885756)
yea keylogger logs the keys so when u type your id/pw to log in then it gets your login data

u can read it from in-buffer in memory and voila :)

dude i just said that no keylogger is needed and u're explaining the way a keylogger works? -.-

sweeed 07/06/2010 13:03

sry for offtopic but,
lolkop, cud ya help me? cant patch the zszc media with auto select patcher(and ofc i copied to its dir) >_<

lolkop 07/06/2010 13:57

maybe they've changed the actions window style in the pk2 so the patcher won't work anymore.

if you upload the actionwnddata.txt from their pk2 i could update the patcher.

sweeed 07/06/2010 14:09

1 Attachment(s)
nvm
there u go

DarkestxHour 07/06/2010 14:16

Quote:

Originally Posted by lolkop (Post 5886237)
dude i just said that no keylogger is needed and u're explaining the way a keylogger works? -.-

i guess i misread it srry XD

well that's an alternative way right? :)

lolkop 07/06/2010 14:44

Quote:

Originally Posted by sweeed (Post 5887313)
nvm
there u go

Quote:

Code:

1004        1        자동뛰기        UIIT_CTL_AUTORUN_TT        icon\action\icon_cha_autorun.ddj        1        4
1005        1        자동선택        UIIT_CTL_AUTOSELECT_TT        icon\action\icon_cha_autotarget.ddj        1        5
1006        1        교환        UIIT_CTL_EXCHANGE_TT        icon\action\icon_cha_exchange.ddj        1        5


autoselect is allready included in that file. thats why my patcher isn't working.
the problem is that it gets overwritten by exchange. the last number in the line is the position in the window. as you can see both icons are @ position nr. 5.

to make autoselect visible simply set the position to 4 and deactivate the autorun =)
so the 2 lines should look like this:
Code:

//1004        1        자동뛰기        UIIT_CTL_AUTORUN_TT        icon\action\icon_cha_autorun.ddj        1        4
1005        1        자동선택        UIIT_CTL_AUTOSELECT_TT        icon\action\icon_cha_autotarget.ddj        1        4

and use the pk2 editor to add the file back to the pk2

speedtouch1980 07/06/2010 15:20

So unless you use that loader from lolkop ure exposed to hacks....better get it fast.

lolkop 07/06/2010 16:32

Quote:

Originally Posted by speedtouch1980 (Post 5888265)
So unless you use that loader from lolkop ure exposed to hacks....better get it fast.

or use 0.9a bot with noexs latest crack. my loader is just a rebuild modded version of that one.

sweeed 07/06/2010 16:33

Quote:

Originally Posted by lolkop (Post 5889179)
or use 0.9a bot with noexs latest crack. my loader is just a rebuild modded version of that one.

cud ya send me that edited txt? i dont get who to do >_<

StramsNOTCHA 07/06/2010 16:43

you can also format the hard drives....>_>

speedtouch1980 07/06/2010 17:04

Quote:

Originally Posted by lolkop (Post 5889179)
or use 0.9a bot with noexs latest crack. my loader is just a rebuild modded version of that one.

Is that bot working anymore ? 0.9a ?

Asslicker 07/06/2010 19:46

ohh seriously guys tell me one thing.... why nobody has got hacked on zszc? can u explain me that... they are using the bot too...

speedtouch1980 07/06/2010 19:48

Quote:

Originally Posted by Asslicker (Post 5891838)
ohh seriously guys tell me one thing.... why nobody has got hacked on zszc? can u explain me that... they are using the bot too...

cuz you guys don't have so much suns and expensive stuff like us.

speedtouch1980 07/06/2010 20:07

Quote:

Originally Posted by _Jefrey_ (Post 5891901)
Cuz the hackers doesnt play on a fail server.

Don't be mean,this could start a flamewar again and we don't need that...

Dropdead* 07/06/2010 20:46

Ever thought of corrupted gm's?

Asslicker 07/06/2010 23:03

Quote:

Originally Posted by speedtouch1980 (Post 5891867)
cuz you guys don't have so much suns and expensive stuff like us.

i dont play there... im on sw2 i just say the facts


Quote:

Originally Posted by Dropdead* (Post 5892679)
Ever thought of corrupted gm's?

u are 100000% right man +100

Dropdead* 07/07/2010 00:18

Quote:

Originally Posted by Asslicker (Post 5894558)
i dont play there... im on sw2 i just say the facts




u are 100000% right man +100

Oh not you again :facepalm:

Alexxx07 07/07/2010 00:57

Quote:

Originally Posted by DarkestxHour (Post 5823840)
yesterday my guildmate got hacked and uni member too -.-
i remember seeing a similar thread here before acusing db-bot

i also think it's db-bot or maybe even the crack everything is possible :/

anyone else got hacked?

db-bot without any doubt lol why u ppl still guessing its almost a fact that they pwned alot of ppl with their shitty bot

iSnoOze 07/07/2010 06:47

Lol ive used sro-db bot the day it came out and not hacked :D WIN

xzodi06 07/08/2010 23:59

Woot, I just became another victim of this damn scam wave..

PW CHANGE FTW! :D. got 12h after that hacked.


(And no, I didn't download anything related to online games recently. 1-2 months ago last time.)

DarkestxHour 07/09/2010 02:13

yup me too if u ask me it's just a matter of time for all of us -.-'

but the thing is i "changed" my pass on srokey.com and by "" i mean it didn't change at all

then the next morning hacked :D

xzodi06 07/09/2010 09:26

Quote:

Originally Posted by DarkestxHour (Post 5918839)
yup me too if u ask me it's just a matter of time for all of us -.-'

but the thing is i "changed" my pass on srokey.com and by "" i mean it didn't change at all

then the next morning hacked :D

exactly same, changed pw, but the pw didnt change, next night I was hacked.

zikor1337 07/09/2010 09:57

Are you changing your passwords in SROkey ? o.O

statix 07/09/2010 11:29

lol u guys r idiots, gm's ingame in sw2 stated that both sro8 and srokey password changes are bugged and they said that a few days ago, whenever u change ur pw ur id and pw will be taken, im not sure if its fixed now but now you know!

atramentous7 07/09/2010 11:33

No wonder..

DarkestxHour 07/09/2010 11:41

Quote:

Originally Posted by statix (Post 5921075)
lol u guys r idiots, gm's ingame in sw2 stated that both sro8 and srokey password changes are bugged and they said that a few days ago, whenever u change ur pw u will get hacked, im not sure if its fixed now but now you know!

retard -.-'

do u even know what "getting hacked" means?

statix 07/09/2010 11:51

Quote:

Originally Posted by DarkestxHour (Post 5921187)
retard -.-'

do u even know what "getting hacked" means?

well i wouldnt say hacked, ur id and pw are taken

DarkestxHour 07/09/2010 11:58

Quote:

Originally Posted by statix (Post 5921275)
well i wouldnt say hacked, ur id and pw are taken

no it means someone(in this case srokey prolly) logged in to my char and took all the sos-es and gold and everything else of value -.-'

statix 07/09/2010 12:19

yeah most likely srokey, i dont change my pw on srokey anyway so its alright

DarkestxHour 07/09/2010 12:24

Quote:

Originally Posted by statix (Post 5921586)
yeah most likely srokey, i dont change my pw on srokey anyway so its alright

and the funniest thing is that he globals encouraging us to change our pw's on srokey as often as we can -.-

statix 07/09/2010 12:29

yeah, first it was every day, then it turned to once a week lol

victorsalido 07/09/2010 13:18

I already post days ago the source code of the web site of srokey change password, you can see that on srokey forums. The change pw from srokey is DELETED days ago. Sro8.com change pw on swsro2 had A BUG, but we think is fixed now.

Nova1337 07/09/2010 13:45

you think :D

Eouzz 07/09/2010 13:54

This morning my Norton Antivirus Program found infostealer.gampass (virus/keylogger) in the crack.
Now the bot doesnt work anymore and i cant recrack the bot - dont think its too safe either


All times are GMT +2. The time now is 20:22.

Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.