ggk.rar[点击下载](241 K) 下载次数:1 累计下载获得 DB 1 刀 我用外挂海会员版AE内存修改器查了一下TX今天又想搞什么飞机.
原来

很明显差不多全是读取.
TX只是把发送包的大小调高了.所以才不会怎么出现掉线.
接下来再看看后面发送包的大小

很明显.只要你有超过发送包指定大小的话那就立刻掉.所以TX今天选择了钓鱼.你越刷得疯狂你就被封越久.
你们可以不信.过了今天就知道了.
我在外国网站找到了一个反检测工具.真的很有用我先发着一部分.因为论坛现在的情况实在很恶劣.(赶时间,所以发着记事本的数据先.
BEFORE YOU DO ANY OF THE STEPS, REMEMBER TO STAND EXACTLY ON WHERE YOU WANNA VAC AT!!
1. Have god mode activated in mem view (needed), you can also have other things activated in mem view, but I'd prefer not.
2. Go to memory view, then tools, then Auto Assemble.
3. Copy and paste this into there.
alloc(FindCharacterAddress, 1024)
alloc(ListOffset, 4)
alloc(ESIList, 1024)
alloc(DupeXVac, 1024)
alloc(EDIValue, 4)
label(EndSearch)
label(CompareOffset)
label(StoreESI)
label(DoNormal)
FindCharacterAddress:
mov [esi+114],edi
push eax
push ebx
push ecx
push edx
mov eax,0
mov ebx,ListOffset
mov ecx,ESIList
mov edx,EDIValue
CompareOffset:
cmp eax,[ebx]
je StoreESI
cmp esi,[ecx+eax*4]
je EndSearch
inc eax
jmp CompareOffset
StoreESI:
mov [ecx+eax*4],esi
inc eax
mov [ebx],eax
mov [edx],edi
EndSearch:
pop edx
pop ecx
pop ebx
pop eax
jmp 6491cc
DupeXVac:
push eax
push ebx
push ecx
mov ebx,[ListOffset]
dec ebx
mov ecx,ESIList
mov eax,[ecx+ebx*4]
cmp esi,eax
je DoNormal
mov edi,[EDIValue]
DoNormal:
mov [esi+114],edi
pop eax
pop ebx
pop ecx
jmp 6491cc
4.Click inject, then copy down the first 4 numbers of each code you get (they should all be the same)
5.Go to the front page of the UCE and click add address manually and put in this code xxxx0400 (xxxx = the 4 numbers from step 4). For description, put in List Offset
6.Change the value of that address to 0
7.Go to memory view and go to address 6491c6.
8.Right click and pick Change Register At This Location. Select the EIP thing and put in xxxx0000 (xxxx=the 4 numbers from step 4)
9.Watch the list offset value you made. Slowly it'll be going up a few numbers, wait about 1-2mins till it stops going up.
10. Go back into ms, and move around for a minute.
11.Minimize and go back to the list offset, and you'll see that it went up (value goes up by 1 normally, 2 if you have a pet). If it goes up more than that, you screwed up.
12.After that, go back to memory view and go back to 6491C6.
13.Change the EIP thing from xxxx0000 to xxxx0804.