Have someone a dmg and range tool?

01/20/2016 16:48 cannoo9090#1
Ty

Or can someone teach me how to change it with resource tool?
01/20/2016 16:50 -Arize.#2
[Only registered and activated users can see links. Click Here To Register...]
Should be there i think
01/20/2016 16:54 cannoo9090#3
Quote:
Originally Posted by -Arize. View Post
[Only registered and activated users can see links. Click Here To Register...]
Should be there i think
nope i cant find it
01/22/2016 14:59 Hiinatax96#4
Not in the List, Tap doesn't update it. But in the whole Thread are Releases. There definitly are some LUA's for you. I know cause I uploaded some myself
01/26/2016 16:15 PŠPplą’ər#5
I could give you a CT for dmg,add my skype
veiron97
01/26/2016 17:10 Desacrit-#6
Quote:
Originally Posted by cannoo9090 View Post
Ty

Or can someone teach me how to change it with resource tool?
Dont need resource tool xD
[Only registered and activated users can see links. Click Here To Register...]
01/26/2016 18:55 PŠPplą’ər#7
Quote:
Originally Posted by Desacrit- View Post
Dont need resource tool xD
[Only registered and activated users can see links. Click Here To Register...]
I trought that thread don't exist anymore :))
01/29/2016 20:36 anonymous-29742#8
Code:
[ENABLE]
Alloc(codecave,1024)
Alloc(range,4)
registersymbol(range)

aobscan(Address,D9 45 C4 8B 4D F4 64 89 0D ?? ?? ?? ?? 59 8B E5 5D C3 CC CC CC CC CC CC CC CC CC 55 8B EC 83 EC 08 89 4D FC 8B 45 FC 83 78 08 00)
label(_Address)
registersymbol(_Address)

codecave:
mov eax,[range]
fld [range]
fld [ebp-3C]
faddp
fstp  [ebp-3C]
fld  [ebp-3C]
mov ecx,[ebp-0C]
jmp _Address+6

range:
dd (float)500.0

Address:
_Address:
jmp codecave
ret


[DISABLE]
unregistersymbol(range)
dealloc(range)

_Address:
fld dword ptr [ebp-3C]
mov ecx,[ebp-0C]