Blink GodMode (Safe,If you keep on touching monster)
Code: Select all
[enable]
0099E74A:
add edi,1e
[Disable]
0099E74A:
sub edi,1e
Code: Select all
[Enable]
Alloc(BYORope,32)
Alloc(rope,32)
BYORope:
mov [rope+c],eax
mov eax,rope
push [ecx+10]
pop [eax+10]
push [ecx+18]
pop [eax+14]
ret 10
rope:
dd 1 0 1 0 0 0 1
00AD138A:
jmp BYORope
nop
nop
[Disable]
00AD138A:
PUSH EBP
MOV EBP, ESP
PUSH ECX
MOV EDX, [EBP+8]
Dealloc(BYORope,128)
Dealloc(rope)
Code: Select all
[enable]
00A3024C:
db 0F 87
[disable]
00A3024C:
db 0F 84
Code: Select all
[ENABLE]
0054051B:
db 90 90
[DISABLE]
0054051B:
db 75 36
Code: Select all
[ENABLE]
00A2E7E4:
db 90 90 90
00A2E7F4:
db 90 90 90
[DISABLE]
00A2E7E4:
db DD 45 F0
00A2E7F4:
db DD 45 E8
Code: Select all
[enable]
0055014B:
db 0F 87
[disable]
0055014B:
db 0F 84
Code: Select all
[enable]
00A324D9:
db 00 BE
[disable]
00A324D9:
db 89 BE

Code: Select all
[enable]
009A4418:
db 75 0b
[disable]
009A4418:
db 74 0b
Code: Select all
[enable]
009C9502:
db c7 06 00 00 00 00 90 90
[disable]
009C9502:
db 89 06 83 c6 04 ff 4d 28
Code: Select all
[enable]
007E8515:
db 74
[disable]
007E8515:
db 75
Code: Select all
//Instant Drop v82 msea
//update by slayer369
[enable]
00B89918:
db 00 00 00 00 00 00 00 00
[disable]
00B89918:
db 00 00 00 00 00 40 8F 40
Code: Select all
[enable]
00A36E46:
db 76 1A
[disable]
00A36E46:
db 75 1A
Code: Select all
[enable]
009C0561:
db 75 0B
[disable]
009C0561:
db 74 0B
Code: Select all
[enable]
00A2E72B:
db 75 0B
[disable]
00A2E72B:
db 74 0B
Code: Select all
[enable]
00A31005:
db 0f 83
[disable]
00A31005:
db 0f 86
Code: Select all
[enable]
00A86301:
add eax,00
00A86170:
add ebx,00
[disable]
00A86301:
add eax,03
00A86170:
add ebx,1e
Item Filter (Safe)
Code: Select all
//Item Filter v82 msea
//Updated by slayer369
//From xemectrum
[ENABLE]
Alloc(filter,124)
label(ifreject)
label(end)
label(skip)
Alloc(iftable,16024)
label(ifexit)
filter:
push ebx
push esi
xor ebx, ebx
mov esi,iftable
ifreject:
cmp eax,[esi]
je skip
cmp [esi],ebx
je end
add esi,4
jmp ifreject
skip:
mov eax,00
end:
pop esi
pop ebx
mov [edi+34], eax
mov edi, [ebp-14]
jmp ifexit
iftable:
//Usable Items
dd 1F6EE0 //Arrow for Bow
dd 1F72C8 //Arrow for Crossbow
dd 1F6EE1 //Bronze Arrow for Bow
dd 1F72C9 //Bronze Arrow for Crossbow
//Potions
dd 1E8480 //Red Potion
dd 1E8481 //Orange Potion
dd 1E8482 //White Potion
dd 1E8483 //Blue Potion
dd 1E8486 //Mana Elixer
dd 1E8487 //Red Pill
dd 1E8488 //Orange Pill
dd 1E8489 //White Pill
dd 1E848A //Blue Pill
dd 1E848B //Mana Elixer Pill
dd 1E8484 //Elixer
dd 1E8485 //Power Elixer
dd 1F47D4 //All Cure Potion
dd 1F47D0 //Antidote
dd 1F47D1 //Eye Drop
dd 1F47D3 //Holy Water
dd 1F47D2 //Tonic
dd 1E8C50 //Dexterity Potion
dd 1E8C52 //Magic Potion
dd 1E8C55 //Sniper Potion
dd 1E8C51 //Speed Potion
dd 1E8C54 //Warrior Potion
dd 1E8C53 //Wizard Potion
dd 1E8C59 //Dexterity Pill
dd 1E8C57 //Magic Pill
dd 1E8C58 //Sniper Pill
dd 1E8C5A //Speed Pill
dd 1E8C56 //Warrior Pill
dd 1EAB93 //Orange
dd 1EAB94 //Lemon
//Rocks
dd 3D2071 //The Summoning Rock
dd 3D2070 //The Magic Rock
//Mini-Game Items
dd 3D7E3C //Monster Card
dd 3D7E3D //Bloctopus Omok Piece
dd 3D7E31 //Mushroom Omok Piece
dd 3D7E3A //Octopus Omok Piece
dd 3D7E39 //Omok Table
dd 3D7E3F //Panda Teddy Omok Piece
dd 3D7E3B //Pig Omok Piece
dd 3D7E3E //Pink Teddy Omok Piece
dd 3D7E30 //Slime Omok Piece
dd 3D7E40 //Trixter Omok Piece
//Ores
dd 3D3013 //Adamantium Ore
dd 3D3010 //Bronze Ore
dd 3D3016 //Gold Ore
dd 3D3012 //Mithril Ore
dd 3D3015 //Orihalcon Ore
dd 3D3014 //Silver Ore
dd 3D3011 //Steel Ore
//Jewel Ores
dd 3D5721 //Amethyst Ore
dd 3D5722 //Aquamarine Ore
dd 3D5728 //Black Crystal Ore
dd 3D5727 //Diamond Ore
dd 3D5723 //Emerald Ore
dd 3D5720 //Garnet Ore
dd 3D5724 //Opal Ore
dd 3D5725 //Sapphire Ore
dd 3D5726 //Topaz Ore
005511ae:
jmp filter
db 90
ifexit:
[DISABLE]
dealloc(filter)
dealloc(IFTable)
005511ae:
MOV [EDI+34], EAX
MOV EDI, [EBP-14]
Code: Select all
//Meso Drop v82Msea
//updated by slayer369
//Then now u Tick/Freezed the Mesos Drop
//Click the Add address manually
//Address = Amount
//Description = Amount
//Done!!
//Key in the Amount u want to drop in the value.
[Enable]
registersymbol(Amount)
alloc(Amount, 4)
alloc(Mesars, 64)
Amount:
add [eax],al
add [eax],al
Mesars:
mov eax,[Amount]
mov [esi+000000bc], eax
jmp 00A2744E
00A27448:
jmp Mesars
nop
[Disable]
00A27448:
mov [esi+000000bc], eax
dealloc(Amount) [quote]
dealloc(Mesars) [quote]
unregistersymbol(Amount)