Thread: Basic DLL

Page 3 of 3 FirstFirst 123
Results 31 to 35 of 35
  1. #31
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,591
    Reputation
    5180
    Thanks
    14,179
    My Mood
    Inspired
    This is a really nice, well explained tutorial.

    It should help a lot of people. Good work
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  2. #32
    game31force's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    115
    Reputation
    25
    Thanks
    257
    My Mood
    Stressed
    how to find clientoffset?

  3. #33
    Frought's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    In the dark island
    Posts
    3,403
    Reputation
    156
    Thanks
    5,980
    My Mood
    Cool
    @Jabberwo0ck this is for making CE Pointer in DLL right?


    Also why did you change it from Code:
    unsigned long address = 0x1B8B054 + ClientOffset;
    int content = *(int*)address;

    to

    Code:
    unsigned long address = 0x1B8B054 + ClientOffset;
    *(int*)address = 12345;
    Last edited by Frought; 10-10-2012 at 07:22 AM.

  4. #34
    Jabberwock's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    1,735
    Reputation
    191
    Thanks
    15,692
    My Mood
    Relaxed
    The first one shows how to read the pointer. The second one is how to set it.
    Even familiar landscapes will
    reveal a different kind of beauty
    if you change your viewpoint.
    Where these new encounters
    and new bonds will lead you...
    Such dazzling golden days.
    I, too, look forward to
    what I might behold.

  5. #35
    enfim's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    can some one revives super wepon DLL plz.... soz for my bad ingles

Page 3 of 3 FirstFirst 123

Similar Threads

  1. PhreaK Hack. just a basic dll
    By 137 in forum Call of Duty Modern Warfare 3 Private Server Hacks
    Replies: 23
    Last Post: 02-22-2012, 09:37 PM
  2. [Release] Sourced basic.dll
    By vinvin148 in forum Gunz Hacks
    Replies: 48
    Last Post: 10-20-2011, 05:38 PM
  3. [Tutorial] Basic memoty edit DLL
    By lauwy in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 7
    Last Post: 07-06-2011, 09:44 PM
  4. [Help]Call .dll From Visual Basic
    By GameTrainerMaker in forum Visual Basic Programming
    Replies: 7
    Last Post: 09-06-2010, 11:46 PM
  5. [Release] Crossfire.dll Basic hack
    By carioka in forum CrossFire Hacks & Cheats
    Replies: 1
    Last Post: 11-21-2009, 07:50 PM