Need simple zoom ce script for testing

07/02/2012 02:06 servini432#1
Like it says I have been messing around and have found a way to get through xigncodes security. I know very little about CE scripts and the one I found do not work(I'm sure I'm doing something wrong). I need a simple zoom script that works so I can test to see for sure if I have found a way. I'm not asking for the hardcore ones just zoom. If it works then I know to study to make them. Your help would be appreciated.
07/02/2012 12:37 Lil122j#2
[ENABLE]
aobscan(_aZoom,F3 0F 10 47 04 EB)
label(_aZoomLabel)
registersymbol(_aZoomLabel)
alloc(newmem,1024)
label(_returnhere)

newmem:
mov [edi+04],427f0000 // change value to maximum zoom
movss xmm0,[edi+04]
jmp _returnhere

_aZoom:
_aZoomLabel:
jmp newmem
_returnhere:

[DISABLE]
_aZoomLabel:
movss xmm0,[edi+04]
dealloc(newmem)
unregistersymbol(_aZoomLabel)

Copied and pasted right outta my cheat table. I know for sure it works. (And Im pretty sure this one didn't even need updated from the one in the public scripts thread)
07/02/2012 17:25 servini432#3
Quote:
Originally Posted by Lil122j View Post
[ENABLE]
aobscan(_aZoom,F3 0F 10 47 04 EB)
label(_aZoomLabel)
registersymbol(_aZoomLabel)
alloc(newmem,1024)
label(_returnhere)

newmem:
mov [edi+04],427f0000 // change value to maximum zoom
movss xmm0,[edi+04]
jmp _returnhere

_aZoom:
_aZoomLabel:
jmp newmem
_returnhere:

[DISABLE]
_aZoomLabel:
movss xmm0,[edi+04]
dealloc(newmem)
unregistersymbol(_aZoomLabel)

Copied and pasted right outta my cheat table. I know for sure it works. (And Im pretty sure this one didn't even need updated from the one in the public scripts thread)
Yeah I thank you, but last night I was able to get like 7-8 of them working. Still having trouble with some(non aggro,wall,tele) simply because I don't know how to update to new offsets. I searched forums for hours last night and that's how I got the ones I did working, but the others lead to a dead end. Really excited though because I stumbled on to a way to bypass that can't be patched :) well it may be able to but it's a way no one has found yet to my knowledge. If you have non aggro or could lead me in right direction to getting the right offsets I would be grateful.
07/02/2012 18:02 Hanfsalat#4
Quote:
Originally Posted by servini432 View Post
Yeah I thank you, but last night I was able to get like 7-8 of them working. Still having trouble with some(non aggro,wall,tele) simply because I don't know how to update to new offsets. I searched forums for hours last night and that's how I got the ones I did working, but the others lead to a dead end. Really excited though because I stumbled on to a way to bypass that can't be patched :) well it may be able to but it's a way no one has found yet to my knowledge. If you have non aggro or could lead me in right direction to getting the right offsets I would be grateful.
Im looking for non Aggro too. I have everything else up to date. The Wallhack Script I used was really old but it still works.

Here is the working Wallhack Script if you wanna use it.
07/02/2012 18:14 Brutalon#5
You dont need to update the offsets if you use AutoUpdate Scribts you can see that at "aobscan xBytes" at the Beginning of a Script. Im out of the Game but this should be usefull: [Only registered and activated users can see links. Click Here To Register...]

And btw in the Exploits Area a Topic is pinned which explains how to search for new Offsets.
07/02/2012 18:28 woodyken#6
ty for the wall =D, trying to update non agroo now , will post if it it will :D ( can tell me mob speed plz ? also searching for that one :D
07/02/2012 19:18 Hanfsalat#7
Quote:
Originally Posted by Dr.Invisible View Post
You dont need to update the offsets if you use AutoUpdate Scribts you can see that at "aobscan xBytes" at the Beginning of a Script. Im out of the Game but this should be usefull: [Only registered and activated users can see links. Click Here To Register...]

And btw in the Exploits Area a Topic is pinned which explains how to search for new Offsets.
The non Aggro in the Auto Update Script doesn't work. The second Array of Byte doesn't work anymore. The Method with the Assembly scan for non Aggro isn't working too.

Quote:
Originally Posted by woodyken View Post
ty for the wall =D, trying to update non agroo now , will post if it it will :D ( can tell me mob speed plz ? also searching for that one :D
This Mobspeed script works for me.
07/02/2012 19:49 servini432#8
Quote:
Originally Posted by Hanfsalat View Post
Im looking for non Aggro too. I have everything else up to date. The Wallhack Script I used was really old but it still works.

Here is the working Wallhack Script if you wanna use it.
thanks for script but I had got it working, here is a working non aggro I found
[ENABLE]
aobscan(_aNoAggro,0F B7 86 64 01 00 00 8B) //OLD005B4D13 NEW005BADDF
aobscan(_aMobRange,89 4C 24 48 8B 4F 0C 8B 11 FF 52 0C 8B 10)
label(_aNoAggroLabel)
label(_aMobRangeLabel)
registersymbol(_aNoAggroLabel)
registersymbol(_aMobRangeLabel)
alloc(newmem, 2048)
alloc(MonsterRange, 2048)
label(returnhere)
label(originalcode)
label(ReturnMonsterRange)
label(exit)

_aNoAggro:
_aNoAggroLabel:
jmp newmem
db 55
db 55
returnhere:

_aMobRange:
_aMobRangeLabel:
jmp MonsterRange
db 55
db 55
ReturnMonsterRange:

MonsterRange:
mov [esp+48],ecx
mov [esp+30],00000000
mov [esp+4c],00000000
//mov [esi+00000240],0000000 //other attack range to 0
//mov [esi+0000023c],0000000 //other attack range to 0
//mov [esi+00000238],0000000 //other attack range to 0
MOV ECX,DWORD PTR DS:[EDI+C]
jmp ReturnMonsterRange

newmem:

originalcode:
movzx eax,word ptr [esi+00000160]

//mov eax,01
//mov word ptr [esi+00000156],ax
//mov [esi+00000070], 41200000 // speed mob
//40c00000 = 6 lv 1 (to replace the above blue color)
//40400000 = 12 lv 2 (to replace the above blue color)
//41c00000 = 24 lv 3 (to replace the above blue color)
mov byte ptr [esi+00000180],00 // malee attack range = 0
mov byte ptr [esi+00000250],00 // magic attack range = 0
mov [esi+0000024c],0000000 //other attack range = 0
mov [esi+00000248],0000000 //other attack range = 0
mov [esi+00000244],0000000 //other attack range = 0
mov eax,06
mov word ptr [esi+00000160],ax



exit:
jmp returnhere


[DISABLE]
dealloc(newmem)
dealloc(MonsterRange)
_aNoAggroLabel:
movzx eax,word ptr [esi+00000160]
unregistersymbol(_aNoAggroLabel)
_aMobRangeLabel:
mov [esp+48],edx
MOV ECX,DWORD PTR DS:[EDI+C]
unregistersymbol(_aMobRangeLabel)
I did not make it so no credit for me but I found it in public section. Forgot the guys name who made it.
07/04/2012 20:56 iliali12#9
non agro not working
07/04/2012 21:29 Lil122j#10
Works for me.
07/08/2012 02:56 Ubludak#11
Far Eye not working
Non Aggro working (some times ranged mobs kick your ass)
Vac works +\- can be more effective idk may be is cos there is 20 boters in same map as me
zoom works
mob speed fantastical
character speed works but some times is send me back to start point
wallhack works
ultraspawn+freeze boss works i dont know what you talking about working not working.
test it guys b4 you spam not working
07/08/2012 05:18 Denispl#12
I don't know whats up with ur hacks, but mine works very well, no problem at all ;).
07/08/2012 09:51 Lil122j#13
Same here. Working fine.
07/08/2012 14:49 kimberlie#14
I need vac hack scripts i tried all but didnt work for me do you have a working 1 yet? :/