Results 1 to 1 of 1
  1. #1
    gawron25
    gawron25 is offline
    New member
    Join Date
    2012 Mar
    Posts
    7
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    6
    Thanked in
    2 Posts
    Rep Power
    0

    Global Dekaron Skillhack(EndCombo) and PetHack(without Al key)

    SkillHack

    Code:
    [ENABLE]
    00506C04:
    label(_askillLabel)
    registersymbol(_askillLabel)
    alloc(newmem, 4096)
    label(returnhere)
    label(exit)
    
    
    _askillLabel:
    jmp newmem
    db 90
    returnhere:
    
    newmem:
    
    
    push ebp
    mov ecx,esi
    mov [edi+61],0a1
    
    
    
    exit:
    jmp returnhere
    
    [DISABLE]
    dealloc(newmem)
    _askillLabel:
    push ebp
    mov ecx,esi
    mov [edi+61],al
    unregistersymbol(_askillLabel)

    PetHack 1/2

    Code:
    [enable]
    004BF3A9:
    mov ebp,[eax+01]
    004BF42C:
    mov [esp+24],00000006
    004BF472:
    mov ebp,[eax+01]
    004BF4F5:
    mov [esp+24],00000006
    004BF541:
    mov ebp,[eax+01]
    004BF5C2:
    mov [esp+20],00000006
    
    [disable]
    004BF42C:
    mov [esp+24],00000004 //type of attack
    004BF4F5:
    mov [esp+24],00000006 //type of attack
    004BF5C2:
    mov [esp+20],00000005 //type of attack
    004BF3A9:
    mov ebp,[eax+20]
    004BF472:
    mov ebp,[eax+28]
    004BF541:
    mov ebp,[eax+30]
    
    //00000007 = special attack like meteors.
    PetHack 2/2

    Code:
    [ENABLE]
    005C333B:
    label(_anewLabel)
    registersymbol(_anewLabel)
    alloc(blah2,1220)
    label(return2)
    
    
    _anewLabel:
    
    JMP blah2
    db 90
    return2:
    
    blah2:
    MOV DWORD PTR DS:[ebx+00000114],3C0CCDCC //0.01
    fmul dword ptr [ebx+00000114]
    JMP return2
    
    
    [DISABLE]
    _anewLabel:
    dealloc(blah2)
    
    fmul dword ptr [ebx+00000114]

  2. The Following User Says Thank You to gawron25 For This Useful Post:


Similar Threads

  1. [Release] Dekaron Bypass
    By gawron25 in forum 2Moons / Dekaron
    Replies: 16
    Last Post: 2012-11-03, 07:46 PM
  2. CE hacks for dekaron
    By Demise in forum 2Moons / Dekaron
    Replies: 4
    Last Post: 2012-03-15, 03:09 AM
  3. Dekaron Global
    By ashH in forum 2Moons / Dekaron
    Replies: 3
    Last Post: 2012-02-25, 02:06 AM
  4. Dekaron Global Unpacked / debug detection bypass
    By Enigma in forum 2Moons / Dekaron
    Replies: 3
    Last Post: 2011-10-01, 03:32 PM
  5. [REQUEST]dekaron global
    By desayer in forum Research Requests
    Replies: 0
    Last Post: 2010-10-31, 01:42 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •