Thread: updating a dll

Results 1 to 6 of 6
  1. #1
    dugindog's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    210
    Reputation
    7
    Thanks
    20
    My Mood
    Twisted

    updating a dll

    is there a way to update a dll i have all the files and everything so what do i do????
    please help me cn u tell me how?
    are mods suposed to know how??

  2. #2
    KawaiiSlut's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    419
    Reputation
    16
    Thanks
    87
    Dude PM me or add me on msn skateboarder2100@hotmail.com i can show you how

  3. #3
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Lol you update by examble you Change the ltclient addie to the updated one...
    Simple As Simple

  4. #4
    zmansquared's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Kickin it at Microsoft
    Posts
    2,086
    Reputation
    36
    Thanks
    221
    My Mood
    Cheerful
    or addies or d3device
    Need Help With Coding or Something??? MSN me
    zmansquared@hotmail.com


    I am the one and only Microsoft Fag!!!

    Quote:
    Originally Posted by Arhk
    All games should be hacked, if we don't do it someone else will. Hackers force the progress, of better programming methods.
    ~


    Take this Pic everyone!



    next-

  5. #5
    Gordon`'s Avatar
    Join Date
    Dec 2007
    Gender
    male
    Posts
    283
    Reputation
    24
    Thanks
    325
    yea thats easiely possible, but u have to know where its stored. with a hex editor you would never find it. ollydbg or ida pro are good tools to find the address to change. better way (for coders) is to read the pointers from a config file, like
    Code:
    [Addresses]
    LTClient = 0x12345678
    D3DDevice = 0xDEADBEEF
    can be done with GetPrivateProfileInt

    the path to dll you get with GetModuleFileName, you cut the .dll and append .ini or .cfg, what ever. be sure you use the right hModule or you will get the path to Engine.exe. the first parameter of DllMain gives you the hModule u need
    Last edited by Gordon`; 07-14-2010 at 09:34 PM.


  6. #6
    dugindog's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    210
    Reputation
    7
    Thanks
    20
    My Mood
    Twisted
    is that the new one????

Similar Threads

  1. [Release] Updated - New DLL Injector
    By AFG4Lifee in forum WarRock - International Hacks
    Replies: 14
    Last Post: 03-13-2011, 11:19 AM
  2. [Detected] im00: Self Updating Code / DLL
    By Themonsterman in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 13
    Last Post: 11-08-2010, 12:05 AM
  3. [New] Updated CShell.dll + Engine.exe [8/27]
    By Braco22 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 18
    Last Post: 08-27-2010, 08:14 AM
  4. Replies: 8
    Last Post: 05-25-2009, 11:12 AM
  5. [RELEASE]New! Dll Auto Installer v1.1[UPDATED!][RELEASE]
    By breakell20 in forum WarRock - International Hacks
    Replies: 7
    Last Post: 05-11-2008, 09:07 PM