Cracking SV DIY

08/19/2007 14:43 jodaro24#901
is/are there any new code/s yet that works for patch 4354 SV 1.19? lets wait for anantasia. maybe he's working on it right now... be patient guys... peace out!!!
08/19/2007 15:18 gorgone#902
we must wait the anastasia works ^^

i ll hope he give soon ;)
08/19/2007 16:43 bigasstrojan#903
i havent read through every post here but gotta admit this topic is OLD and 91 pages is stupid lol pls close this xD
08/19/2007 18:07 ahmedamin889#904
Why it doesnt reConnect......................???????
08/19/2007 18:48 genzo_zooma#905
i have a proplem. my sv is closing after 1 min :D
08/20/2007 03:13 amilanezi#906
SV 1.17 still working for me...
]
but it dc after 1-2 hours.

waiting for new codes...
08/20/2007 05:42 renegate#907
problem downloading script vessel idk why .. but i cant download it please can someone repair link :( :confused:
08/20/2007 06:03 jodaro24#908
Quote:
Originally Posted by amilanezi View Post
SV 1.17 still working for me...
]
but it dc after 1-2 hours.

waiting for new codes...
can u post your code that you are using now for 1.17? pls... i badly need it though... thanks...
08/20/2007 06:58 Azim#909
I can't believe they made it work for 2 days then changed it again.
08/20/2007 11:08 ahmedamin889#910
It's working well but it doesn't use mana or DC on Low HP and doesn't DC on low Dura....
08/20/2007 15:10 mortu1#911
i get eror in line 24 "(push * * 0) this instruction can not be compiled" any1 can help me a bit there?
08/20/2007 15:54 braustube#912
@ jodaro24 and renegate: here are the code and sv1.17 + video guide: [Only registered and activated users can see links. Click Here To Register...]

but look all time to ur dura some functions dont work sometimes dc with no reason but better than nothing :P for me np i dont leave my pc long time..
08/20/2007 20:18 yhcnum#913
Quote:
Originally Posted by mortu1 View Post
i get eror in line 24 "(push * * 0) this instruction can not be compiled" any1 can help me a bit there?
I had the same problem.

Use this code for the first code instead to make it work.

Code:
[ENABLE]
alloc(newmem,2048) //2kb should be enough

label(exit)
label(returnhere)

4240EC:
jmp newmem
returnhere:

newmem:
cmp [10046004],ff
je exit
mov [10046000],00
pushad
pushfd
push 00000000
push 10000000
push 10003500
push 02
call SetWindowsHookExA
mov [10046004],ff
popfd
popad
exit:
mov ecx,[ebp-0c]
pop edi
pop esi
jmp returnhere

UnhookWindowsHookEx:
ret 0004

[DISABLE]
4240EC:
mov ecx,[ebp-0c]
pop edi
pop esi

10046000:
nop

UnhookWindowsHookEx:
ret 0004
08/20/2007 20:35 thechaoshydra#914
Quote:
Originally Posted by yhcnum View Post
I had the same problem.

Use this code for the first code instead to make it work.

Code:
[ENABLE]
alloc(newmem,2048) //2kb should be enough

label(exit)
label(returnhere)

4240EC:
jmp newmem
returnhere:

newmem:
cmp [10046004],ff
je exit
mov [10046000],00
pushad
pushfd
push 00000000
push 10000000
push 10003500
push 02
call SetWindowsHookExA
mov [10046004],ff
popfd
popad
exit:
mov ecx,[ebp-0c]
pop edi
pop esi
jmp returnhere

UnhookWindowsHookEx:
ret 0004

[DISABLE]
4240EC:
mov ecx,[ebp-0c]
pop edi
pop esi

10046000:
nop

UnhookWindowsHookEx:
ret 0004


How many time Sv work with this code? 20min and slowdown? 1 hour or?
08/20/2007 22:20 mortu1#915
well i managed to make it work but for some reasons it doens`t use xp skill and it doesn`t use pots .....