GM Alert 3 Update?

11/02/2009 00:05 EmEx#1
Hi all,

how to update GM alert 3 i mean this

Quote:
[ENABLE]
alloc(DetectGM,512)
label(ReturnName)
label(PassCheck)
label(Tele)
registersymbol(DetectGM)

DetectGM:
cmp [eax+70],5D4D475B
jnz PassCheck
mov byte ptr [00603D4B],B9 //Update
mov dword ptr [00603D4C],Tele //Update
mov dword ptr [00603D50],9090E1FF //Update
mov dword ptr [0045C1CD],891C508B //Update
mov word ptr [0045C1D1],2051 //Update
mov dword ptr [0053D16A],5486B70F //Update
mov dword ptr [0053D16E],8B000001 //Update
PassCheck:
mov [esi+0c],00000000
jmp ReturnName

Tele:
mov [eax],10E //Co-ordinate x
mov [eax+4],10E //Co-ordinate y
mov dword ptr [esp+20],10E //Co-ordinate x
jmp 00603D54 //Update

00553F63: //This is the address, you need to update it
jmp DetectGM
nop
nop
ReturnName:

[DISABLE]
dealloc(DetectGM)
unregistersymbol(DetectGM)
00553F63: //This is the address, you need to update it
mov [esi+0c],00000000
00603D4B: //Update
mov ecx,[eax]
mov edx,[eax+04]
mov dword ptr [esp+20],ecx
I have no problem to update the adress where say's "This is the address, you need to update it" but what's with the other "//Update"? What must i edit to get ist work in the new 5.1.5 version

MfG EmEx
11/02/2009 00:09 ~Vegeta~#2
U need to edit this: 00553F63 u have it twice in this script and u need to change both.

Serach for a tut how to find new offsets for scripts and u will have everything.
11/02/2009 00:12 EmEx#3
jea u can see i change it but when i aktivate it client crash, why?

MfG EmEx

Edit:

I test it now again and now no crash i think now its work xD thanks.
11/02/2009 00:15 ~Vegeta~#4
Do you use Xigncode bypass?
Cause there are alot of them that are trying to hack without it.
11/02/2009 02:24 bottomy#5
you need to edit every offset, so everywhere i put //Update is where there is a offset you need to update. Whoever wrote this is the address you need to update it, i think it was that guy who just put everyones scripts together in one thread. he was just a leecher, he even failed to update both the (what he called) gm alert 2 and gm alert 3 properly, on my thread i wrote what needs updating. [Only registered and activated users can see links. Click Here To Register...]

and if you are still confused read some of the posts in that thread cause people have asked and i said what are the offsets, and if you still don't know go learn asm i guess.