Skillhack (TimeTick and CoolTick)

10/28/2012 22:57 =Seph=#1
Remove CoolTick
Code:
[ENABLE]
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)

006b0855: //Updated by seph.
jmp newmem
nop

returnhere:

newmem:

originalcode:
xor ecx,ecx
mov [edx+64],ecx
mov ecx,[edx+64]
mov [eax+64],ecx

exit:
jmp returnhere


[DISABLE]
dealloc(newmem)

006b0855: 
mov ecx ,[edx+64]
mov [eax+64],ecx
Since I'm not an expert in hacking and setting timetick to 0 doesn't work anymore I did it like this. You'll have to do the same if you want more skills.

No timetick (Sum)
Code:
[ENABLE]
alloc(newmem,1024)
label(returnhere)
label(set0)
label(set1)
label(set2)
label(set3)
00657663: //Updated by seph.
jmp newmem
nop
nop
returnhere:

newmem:
       //darkavatar
cmp [EDX+ECX*4+00000898],000007d0
je set2
cmp [EDX+ECX*4+00000898],000005dc
je set0


       //Palpus
cmp [EDX+ECX*4+00000898],00000898
je set2
cmp [EDX+ECX*4+00000898],000003e8
je set0


       //orginal
MOV EAX,[EDX+ECX*4+00000898]
jmp returnhere

set3:
MOV [EDX+ECX*4+00000898],00000003
MOV EAX,[EDX+ECX*4+00000898]
jmp returnhere
set1:
MOV [EDX+ECX*4+00000898],00000001
MOV EAX,[EDX+ECX*4+00000898]
jmp returnhere
set2:
MOV [EDX+ECX*4+00000898],00000002
MOV EAX,[EDX+ECX*4+00000898]
jmp returnhere
set0:
MOV [EDX+ECX*4+00000898],00000000
MOV EAX,[EDX+ECX*4+00000898]
jmp returnhere

[DISABLE]
dealloc(newmem)
00657663: //This is the address, you need to update it
MOV EAX,[EDX+ECX*4+00000898]
10/29/2012 11:37 luxhyd#2
thanks , nice share !!

but i just wondering how u guys get something like this "mov [edx+64],ecx"
means nothing to me :<
10/29/2012 15:06 zanjie018#3
Seph. thanks. work dekaron uprising
10/31/2012 12:12 inferno66666#4
Not bad
Thanks
11/07/2012 04:49 deathlost#5
thanks

but how can i update for the others?
im looking the code i suposed to update just this

cmp [EDX+ECX*4+00000898],000003e8

and how i find the final 000003e8?

thanks again
11/11/2012 13:56 ProDJHome#6
Quote:
Originally Posted by zanjie018 View Post
Seph. thanks. work dekaron uprising
what server working this ..??
12/01/2012 13:49 luxhyd#7
omg , how did u find those skill address ?
12/08/2012 13:46 demoneyes007#8
hi im new here,

btw how to use this?
12/09/2012 03:02 james_lurel#9
thanks for sharing.. i hope this is working. i'll try this later.
01/01/2013 13:03 outomatic21#10
where is the injector?