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

    50 Mil Damage script

    Basically skill injection with a skill all classes can use that does 50 million damage.
    There are two parts, enable part 1 first and then enable part 2, disable part 2 first then part 1 (so you dont dc)
    Just put script in cheat engine.

    Part 1


    [enable]
    0099375D: // Block the mob knockback
    db 90 E9

    01229AC0: // Block the character sliding/stucking feature
    db EB

    [disable]
    0099375D: // 80 BD ? ? 00 00 00 0F 85 ? ? 00 00 8B CD
    db 0F 85

    01229AC0: // 74 ? 83 BE ? ? 00 00 00 74 ? 81 BE
    db 74




    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,#0)
    define(people_limit,#1)

    define(skill_id, #80001593)

    [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 didn't create this just share with this forum

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

    Bunbunbunz (08-25-2015)

  3. #2
    Bunbunbunz's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Location
    hop hop hop
    Posts
    592
    Reputation
    64
    Thanks
    369
    My Mood
    Blah
    Thanks for release!

  4. #3
    Uddaz's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    3
    My Mood
    Amused
    Np ////2short

  5. #4
    owogorga123456's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    2
    My Mood
    Blah
    How do you use it?

Similar Threads

  1. [Release] set damage caller (not a script)
    By sunkist0 in forum ArmA 3 Hacks & Cheats
    Replies: 2
    Last Post: 06-08-2015, 06:44 AM
  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