Results 1 to 1 of 1
  1. #1
    Wulung's Avatar
    Join Date
    May 2016
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0

    My Source Code No Cool Down not Work

    Help my No Cool Down Not Work

    I Have Scan New Offset but No Cool Down still now work

    Here my Source Code

    #define OFS_NoCoolDown 0xB54211 // New Offset Last Scan 4/1/2018 String : DownDelayWeight

    void WritePatch(void *adr, void *ptr, int size)
    {
    DWORD OldProtection;
    VirtualProtect(adr,size,PAGE_EXECUTE_READWRITE, &OldProtection);
    memcpy(adr,ptr,size);
    VirtualProtect(adr,size,OldProtection, &OldProtection);
    }

    if ( NoCoolDown == 1)
    {
    DWORD ProcessGame = (DWORD)GetModuleHandleA("DragonNest.exe");
    DWORD NoCoolDownOffset = ProcessGame + OFS_NoCoolDown;
    WritePatch((void *)(NoCoolDownOffset),(void*)(PBYTE)"\x00\x00", 2);
    }

    No Effect ingame, please help whats wrong with my source code?

    Game : Dragon Nest SEA
    Last edited by Wulung; 04-01-2018 at 06:36 AM.

Similar Threads

  1. [Help Request] Source Code For Hotkey - Would This Work?
    By lilghost8631 in forum Combat Arms Coding Help & Discussion
    Replies: 19
    Last Post: 12-24-2013, 10:23 PM
  2. [Help] Source code not working.
    By AskAndHelp in forum WarRock Hack Source Code
    Replies: 2
    Last Post: 04-02-2011, 06:23 AM
  3. [Help] No Recoil Source Code Not Working
    By zooSz in forum WarRock Hack Source Code
    Replies: 25
    Last Post: 03-31-2011, 08:14 PM
  4. [Help] (Source Code included)Hack not working
    By johnnydicamillo in forum WarRock Hack Source Code
    Replies: 9
    Last Post: 12-30-2010, 07:43 AM
  5. [Help] hack not working [source code included]
    By kibbles18 in forum WarRock Hack Source Code
    Replies: 7
    Last Post: 11-24-2010, 10:27 AM