Cracking SV

06/20/2007 07:48 Coatl 2.0#1111
why dont you people crack the updated version of sv?
06/20/2007 08:36 nickel#1112
Quote:
Originally posted by RootCore+Jun 20 2007, 03:37--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (RootCore @ Jun 20 2007, 03:37)</td></tr><tr><td id='QUOTE'>
Quote:
Originally posted by -anantasia@Jun 19 2007, 17:42
<!--QuoteBegin--Tw3ak
Quote:
@Jun 19 2007, 01:44
It is very simple to fix the slowdown..There is timers that are set upon activation of SV it starts and runs aprox 30,000 miliseconds ( 30 mins ) simply find the offsets for the timers and change value to 0xFFFFFFFF

Yah,It's not actually 30 mins. but amount 10+ minutes

3000 decimal ---> BB8 Hexcimal

BTW, I don't have tool to unpack it.
unpacked dll for v1.15:
[Only registered and activated users can see links. Click Here To Register...] [/b][/quote]
care to share how you unpacked it? :)
06/20/2007 10:15 phize#1113
did it manually with ollydbg and import reconstructor. :)
06/20/2007 10:29 masterjoc#1114
no need to crack the sv1.15?
06/20/2007 11:14 vDrag0n#1115
Quote:
Originally posted by RootCore@Jun 20 2007, 10:15
did it manually with ollydbg and import reconstructor. :)
Thx >=) i found the adress anantasia said (3000 Decimal -> BB8 Hexcimal) now my question is what do i replace it with?

tried to replace it with 0xFFFFFFFF now my ScriptVessel says "Server off-line or no response" when i try to login

Edit: just noticed its cause of the unpacked dll, it doesnt work with the "none modified" unpacked dll too

Edit2: after trying to pack it again with UPX it comes out with a 150 kb filesize and doesnt work at all :cry:
06/20/2007 12:15 masterjoc#1116
damn, after downloading the unpacked dll...
it says...server no respond..
and my char often dc...
and when i log in, it says server interrupted
and sometimes, it will stay in "server is logging in"
i think some1 log it in...
im not flaming...
what is the syntom of keylogger?
is it possible that i am a victim?

to make it sure, can some1 scan the unpacked dll file? posted above?....countrymakeinus.rar
06/20/2007 12:44 vDrag0n#1117
Quote:
Originally posted by masterjoc@Jun 20 2007, 12:15
damn, after downloading the unpacked dll...
it says...server no respond..
and my char often dc...
and when i log in, it says server interrupted
and sometimes, it will stay in "server is logging in"
i think some1 log it in...
im not flaming...
what is the syntom of keylogger?
is it possible that i am a victim?

to make it sure, can some1 scan the unpacked dll file? posted above?....countrymakeinus.rar
File: countrymakeinUS.rar
Status:
OK(Note: this file has been scanned before. Therefore, this file's scan results will not be stored in the database)
MD5: e3d9bf8be7a1a04429c08621ca8757bb
Packers detected:
-
Bit9 reports: File not found

Scan taken on 20 Jun 2007 10:20:55 (GMT)
A-Squared
Found nothing
AntiVir
Found nothing
ArcaVir
Found nothing
Avast
Found nothing
AVG Antivirus
Found nothing
BitDefender
Found nothing
ClamAV
Found nothing
Dr.Web
Found nothing
F-Prot Antivirus
Found nothing
F-Secure Anti-Virus
Found nothing
Fortinet
Found nothing
Kaspersky Anti-Virus
Found nothing
NOD32
Found nothing
Norman Virus Control
Found nothing
Panda Antivirus
Found nothing
Rising Antivirus
Found nothing
VirusBuster
Found nothing
VBA32
Found nothing
06/20/2007 15:39 masterjoc#1118
thnx man...i felt safe now
06/20/2007 16:09 anantasia#1119
Using unpack for disassembler by IDA. Anyway that unpack still not work. Need modify.

For about by pass timer check here is detail


[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
// Change reconnect time to 16 minutes
CountrymakeinUS.dll+595D:
cmp eax,00000F00

// Remove checking on 3000 (12.5 minutes)
CountrymakeinUS.dll+14560:
jmp CountrymakeinUS.dll+147AC

// Remove checking on 2500 (10.5 minutes)
countrymakeinus.dll+148D7:
jmp countrymakeinus.dll+14A9C

// Remove checking on 2400 (10 minutes)
countrymakeinus.dll+14AAF:
jmp countrymakeinus.dll+14ED1

But still have client close.
06/20/2007 19:21 vDrag0n#1120
Quote:
Originally posted by anantasia@Jun 20 2007, 16:09
Using unpack for disassembler by IDA. Anyway that unpack still not work. Need modify.

For about by pass timer check here is detail


[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
// Change reconnect time to 16 minutes
CountrymakeinUS.dll+595D:
cmp eax,00000F00

// Remove checking on 3000 (12.5 minutes)
CountrymakeinUS.dll+14560:
jmp CountrymakeinUS.dll+147AC

// Remove checking on 2500 (10.5 minutes)
countrymakeinus.dll+148D7:
jmp countrymakeinus.dll+14A9C

// Remove checking on 2400 (10 minutes)
countrymakeinus.dll+14AAF:
jmp countrymakeinus.dll+14ED1

But still have client close.
do we have to inject the code the same way the Cracking with Cheat Engine was done?

Edit: i tried to inject the Code with CheatEngine and it gave me the Error "you dont have Disable Specified" or something like that, could you tell us how to do it? thx in advance
06/20/2007 19:30 anantasia#1121
Inject to conquer.exe process with SV 1.15 then insert "[DISABLE]" in above script.
06/20/2007 21:19 vDrag0n#1122
Quote:
Originally posted by anantasia@Jun 20 2007, 19:30
Inject to conquer.exe process with SV 1.15 then insert "[DISABLE]" in above script.
thx your the best :cool: :cool: + K for your hard work.

got any solution on how to make a trainer yet? every trainer i do doesnt seem to work.

edit: another thing that bothers me is to keep injecting everything everytime i reboot comp/close Conquer. isn't there a way to apply that "Injections" so they actually stay there?
06/20/2007 23:02 Polar#1123
Quote:
Originally posted by anantasia@Jun 20 2007, 19:30
Inject to conquer.exe process with SV 1.15 then insert "[DISABLE]" in above script.
Could you tell me step by step where should I inject it? Cause i dont know how to do it =(
06/20/2007 23:04 vDrag0n#1124
Quote:
Originally posted by Polar+Jun 20 2007, 23:02--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (Polar @ Jun 20 2007, 23:02)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin--anantasia@Jun 20 2007, 19:30
Inject to conquer.exe process with SV 1.15 then insert "[DISABLE]" in above script.
Could you tell me step by step where should I inject it? Cause i dont know how to do it =( [/b][/quote]
the same way you Cracked SV but this time you have to do the Code on the Conquer.exe which is supposed to run SV.
06/20/2007 23:10 Polar#1125
Quote:
Originally posted by vDrag0n+Jun 20 2007, 23:04--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (vDrag0n @ Jun 20 2007, 23:04)</td></tr><tr><td id='QUOTE'>
Quote:
Originally posted by -Polar@Jun 20 2007, 23:02
<!--QuoteBegin--anantasia
Quote:
@Jun 20 2007, 19:30
Inject to conquer.exe process with SV 1.15 then insert "[DISABLE]" in above script.

Could you tell me step by step where should I inject it? Cause i dont know how to do it =(
the same way you Cracked SV but this time you have to do the Code on the Conquer.exe which is supposed to run SV. [/b][/quote]
Dont work for me :( I was trying to do it with conq.exe and i have an error msg =(