Results 1 to 4 of 4
  1. #1
    Uddaz's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    3
    My Mood
    Amused

    500K Damage Script

    Pretty much as the one i released with 50m, except this one attacks the whole map (FMA) and it does less damage, but kills more overall.

    Part 1

    [enable]
    00999CAF: // Allow the skill to fetch mobs for the target array
    db 90 90

    [disable]
    00999CAF: // 75 ? 83 7C 24 ? 01 75 ? 8B 8F
    db 75 2B


    Part 2

    define(TSingleton__CUserPool,0199B28C) // 8B ? ? ? ? ? ? E8 ? ? ? ? ? ? ? ? 0F 84 ? ? ? ? 39
    define(TSingleton__CMobPool,0199B290) // 8B 0D ? ? ? ? ? E8 ? ? ? ? 8B ? 85 ? 74 ? 8B ? ? 8B

    define(mob_limit,#1)
    define(people_limit,#1)

    define(skill_id, #95001001)

    [enable]
    alloc(skill_inject_check_hook,128)
    label(skill_inject_check_skip)
    label(skill_inject_check_return)

    01246D7C: // Check if the skill-injection should be done
    jmp skill_inject_check_hook
    nop
    skill_inject_check_return:

    skill_inject_check_hook:
    mov ebx,[TSingleton__CUserPool]
    mov ebx,[ebx+18]
    mov eax,people_limit
    cmp ebx,eax
    jge skill_inject_check_skip
    mov eax,[TSingleton__CMobPool]
    mov eax,[eax+10]
    sub eax,ebx
    mov ebx,mob_limit
    cmp eax,ebx
    jle skill_inject_check_skip
    mov [esi++0000A49C],skill_id
    jmp 01246E96 // Destination of 'je' below hook
    skill_inject_check_skip:
    jmp 01247051 // Original opcode

    01246F58: // Skip default-case
    db 90 90 90 90 90 90

    01246F65: // Choose injection-function (melee)
    jmp far 01246F9B
    dw 9090

    [disable]
    01246D7C: // 0F 84 ? ? ? ? 2B 9E ? ? ? ? 0F 88
    db 0F 84 CF 02 00 00

    01246F58: // 'ja'-instruction at the switch-case (end)
    db 0F 87 E9 00 00 00

    01246F65: // switch-case at the end
    jmp dword ptr [eax*4+0124705C]

    dealloc(skill_inject_check_hook)


    *I also didnt make this one, only share

  2. #2
    ozqx's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    1
    does it work on other server/Private server?

  3. #3
    pontex11's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    121
    Reputation
    10
    Thanks
    6
    My Mood
    Cheerful
    have you tried it?

  4. #4
    Tweak_'s Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    How do i insert this script into CheatEngine?

Similar Threads

  1. [Release] 50 Mil Damage script
    By Uddaz in forum MapleStory Europe Hacks
    Replies: 3
    Last Post: 10-11-2015, 05:33 PM
  2. [Release] Angel Processor Script :: Damage Hack Auto Equip Scripts :: Version 143
    By Trecision in forum MapleStory Hacks, Cheats & Trainers
    Replies: 8
    Last Post: 12-21-2014, 04:43 PM
  3. [Release] Angel Processor Script :: Damage Hack Auto Equip Scripts
    By Trecision in forum MapleStory Hacks, Cheats & Trainers
    Replies: 6
    Last Post: 12-11-2013, 05:58 PM
  4. working damage script?
    By splattor in forum Payday 2 Hacks & Cheats
    Replies: 0
    Last Post: 08-22-2013, 03:42 PM
  5. Scripts No Scope and More damage !
    By matheusmichels in forum Call of Duty Modern Warfare Discussions
    Replies: 1
    Last Post: 03-26-2012, 05:43 PM