[Help] speed script...

10/02/2009 10:30 Jamexx#1
heya guys i got all of drakos scripts they all work :] BUT!!! speed hack will dc me, im using nebulars bypass. I believe this is due to the speed been set to fast. i tried to follow his instructions on how to slow it down... i failed :] any one got a script for 4.8.1 that is slower than drakos but still faster than normal :]

cheers -James
10/02/2009 11:16 ~Twister~#2
Quote:
Originally Posted by Jamexx View Post
heya guys i got all of drakos scripts they all work :] BUT!!! speed hack will dc me, im using nebulars bypass. I believe this is due to the speed been set to fast. i tried to follow his instructions on how to slow it down... i failed :] any one got a script for 4.8.1 that is slower than drakos but still faster than normal :]

cheers -James
here you go
Code:
[ENABLE]
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)

007E63FA:
jmp newmem
returnhere:

newmem:
mov [eax+08],40BEDD2E // change float point to desire speed
mov [eax+0c],44C48C75 // change float point to desire speed

originalcode:
fld dword ptr [eax+08]
pop edi
pop esi

exit:
jmp returnhere

a2E4C0:
dd 44600000

[DISABLE]
dealloc(newmem)
007E63FA: // D9 40 08 5F 5E C3 8B 0D 0C 8E BF 00 8B 01 56 57 FF 50 08 8B 0D 0C 8B BF
fld dword ptr [eax+08]
pop edi
pop esi

a2E4C0: // 64 79 00 00 54 5F 50 6F 72 74 00 00 52 5F 57 65 61 70 6F 6E 00 00 00 00
dd 44700000
10/02/2009 19:56 -8gX#3
And if that one still doesnt work, check out my updated thread in the release section. It is dracos speed script with a working address. I think that was your problem before. You forgot to update it :)
08/26/2010 11:11 Jamexx#4
Late reply but yes that was the reason!!! out dated script ahahaha.
08/26/2010 12:27 Vaidas B#5
#reported for bumping old threads, its not important if its urs
08/26/2010 13:52 ~Kakkarot~#6
Problem solved

#closed