Cracking SV

06/17/2007 08:36 YvanEhtNioj#1081
@Mido73

nonono
1.Open sv 1.15
2.open cheat engine and load sv 1.15
3.go to memory view and press ctrl + a
4.Copy the code

[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat

alloc(newmem,2048) //2kb should be enough

label(exit)
label(returnhere)

4230AA:
jmp newmem
returnhere:

newmem: //this is allocated memory, you have read,write,execute access
//place your code here
cmp [10044004],ff
je exit
mov [10044000],00
pushad
pushfd
push 00000000
push 10000000
push 10003FD0
push 02
call SetWindowsHookExA
mov [10044004],ff
popfd
popad
exit:
mov ecx,[ebp-0c]
pop edi
pop esi
jmp returnhere

UnhookWindowsHookEx:
ret 0004

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
4230AA:
mov ecx,[ebp-0c]
pop edi
pop esi

10044000:
nop

UnhookWindowsHookEx:
ret 0004

5.now press write code and it will ask you a question press yes..
then go to file on top of the same window and click assign to current cheat table..
6.now close the window and click on auto assemble cheat under the tools window and now there should be a check box in cheat engine...close memory view and click the frozen check box
7.enter 5 number/letter into username and pass and it should freeze(dont worry if it says

Welcom to use SV Platform!
Logging......
Sorry, Username or Password Error!
Login time:2007-6-17 11:51:44

it will still work just press F11 in game hope this clears things up for u
06/17/2007 09:00 1azn#1082
does this only work with the newest patch? i tried the above and it will not work
06/17/2007 09:37 Mido73#1083
Quote:
Originally posted by YvanEhtNioj@Jun 17 2007, 08:36
@Mido73

nonono
1.Open sv 1.15
2.open cheat engine and load sv 1.15
3.go to memory view and press ctrl + a
4.Copy the code
---> the script by anantasia <----
5.now press write code and it will ask you a question press yes..
then go to file on top of the same window and click assign to current cheat table..
6.now close the window and click on auto assemble cheat under the tools window and now there should be a check box in cheat engine...close memory view and click the frozen check box
7.enter 5 number/letter into username and pass and it should freeze(dont worry if it says

Welcom to use SV Platform!
Logging......
Sorry, Username or Password Error!
Login time:2007-6-17 11:51:44

it will still work just press F11 in game hope this clears things up for u
it work ty so much
//------> Welcom to use SV Platform!
Logging......
Sorry, Username or Password Error!
Login time:2007-6-17 11:51:44 <--------//
this was my little problem i thought it's not freaze when it show me this message but like u said it's really freaze thank u anantasia for the script .
stupid me if i just went to try b4 post . thank u all for helping.
Finaly it work. :)

<hr>Append on Jun 17 2007, 09:45<hr> +k for you anantasia
and the slow down u talking bout i think we can deal with till the new Sv and the new anantasia scrpit.
06/17/2007 14:40 darkirax#1084
hi men, i cracked Sv and it run for me, but my pc run very slowly and i cnat open any folders when i open sv anyone know how can i repair it?
06/17/2007 15:15 prog4mer#1085
yo it works finally. so easy with that script.
06/17/2007 15:51 yzak#1086
It does works so thanks for a wonderfull job. One thing i notice thou after minutes of botting the char seems to pause after its kill I dont know if anybody notice it. All i can say its better than not working at all.

Addition to above:

After an hour of botting the program just exit itself. So i dont know if its SV doing it or the code we change.
06/17/2007 18:36 Polar#1087
Sorry, I was wrong. The SV starting kiling slowly for me after some time about 20 min i think...

Anyone know why?
06/17/2007 19:16 hemp#1088
for those who still can not crack go here [Only registered and activated users can see links. Click Here To Register...]

i have simplified the instructions as much as possiable
06/17/2007 19:28 YvanEhtNioj#1089
u just wrote the same thing in there just added the code to put in -_-
06/17/2007 21:28 crazykilla40#1090
Guys.. i still have the same problem... >.>
its says "Error in line 24(SetWindowsHookExA): this instruction cant be compiled.
i have cheat engine and sv 1.15 loaded already.
i press ctrl a , and i wrote this exact same script of anas:

[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat

alloc(newmem,2048) //2kb should be enough

label(exit)
label(returnhere)

4230AA:
jmp newmem
returnhere:

newmem: //this is allocated memory, you have read,write,execute access
//place your code here
cmp [10044004],ff
je exit
mov [10044000],00
pushad
pushfd
push 00000000
push 10000000
push 10003FD0
push 02
call SetWindowsHookExA
mov [10044004],ff
popfd
popad
exit:
mov ecx,[ebp-0c]
pop edi
pop esi
jmp returnhere

UnhookWindowsHookEx:
ret 0004

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
4230AA:
mov ecx,[ebp-0c]
pop edi
pop esi

10044000:
nop

UnhookWindowsHookEx:
ret 0004


I cannot go pass this part. When i pasted the code and press "write code"
i get the error.

Please help. Thanks in advanced
06/18/2007 00:40 vDrag0n#1091
Thx for the new Code to get it work, its working fine after Injecting the code however i cant create a Trainer; is anyone able to create a trainer for it and post a Tutorial on how to do it?
06/18/2007 05:10 elrewsh#1092
Thanks so much dude , it works fine ;)
06/18/2007 08:03 YvanEhtNioj#1093
Quote:
Originally posted by crazykilla40@Jun 17 2007, 21:28
Guys.. i still have the same problem... >.>
its says "Error in line 24(SetWindowsHookExA): this instruction cant be compiled.
i have cheat engine and sv 1.15 loaded already.
i press ctrl a , and i wrote this exact same script of anas:

[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat

alloc(newmem,2048) //2kb should be enough

label(exit)
label(returnhere)

4230AA:
jmp newmem
returnhere:

newmem: //this is allocated memory, you have read,write,execute access
//place your code here
cmp [10044004],ff
je exit
mov [10044000],00
pushad
pushfd
push 00000000
push 10000000
push 10003FD0
push 02
call SetWindowsHookExA
mov [10044004],ff
popfd
popad
exit:
mov ecx,[ebp-0c]
pop edi
pop esi
jmp returnhere

UnhookWindowsHookEx:
ret 0004

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
4230AA:
mov ecx,[ebp-0c]
pop edi
pop esi

10044000:
nop

UnhookWindowsHookEx:
ret 0004


I cannot go pass this part. When i pasted the code and press "write code"
i get the error.

Please help. Thanks in advanced
Hm... it should work because u are doing everything properyly..dont have a clue why it would give you an error..sorry :(

*(when i figure out why ill tell you if someone else helps u first)*
06/18/2007 09:42 darkirax#1094
hi people when i have botting 1 hour the bot exit conquer...
06/18/2007 10:41 slayer_joeee#1095
does sv 1.5 works on the new patch only 4351?