Page 2 of 2 FirstFirst 12
Results 16 to 21 of 21
  1. #16
    Gordon`'s Avatar
    Join Date
    Dec 2007
    Gender
    male
    Posts
    283
    Reputation
    24
    Thanks
    325
    the location doesnt matter


  2. #17
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Quote Originally Posted by GodHack2 View Post
    you can't delete once injected cause the dll will be in use by the game
    so the only other choice is by deleting once the process has exited which means the loader must be running the whole time (easy to be detected by hackshield and get patched)
    tru xD
    Download to temp, then just keep it hidden in there under a random name every time.
    When PC restarts, Temp is deleted

  3. The Following User Says Thank You to ac1d_buRn For This Useful Post:

    topblast (01-15-2011)

  4. #18
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by ac1d_buRn View Post


    tru xD
    Download to temp, then just keep it hidden in there under a random name every time.
    When PC restarts, Temp is deleted
    Someone knows what I do
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  5. #19
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    Quote Originally Posted by ac1d_buRn View Post


    tru xD
    Download to temp, then just keep it hidden in there under a random name every time.
    When PC restarts, Temp is deleted
    [php]char dll_path[MAX_PATH] = "";
    char TMP[MAX_PATH] = "";
    GetTempPathA(MAX_PATH,TMP);
    sprintf(dll_path,"%s\\%X.%X",TMP,rand() % 0xFFFFFFFF,rand() % 0xFFFFFFFF);[/php]
    this?


    Quote Originally Posted by Gordon` View Post
    the location doesnt matter
    for injection that i know, but the user must find the file if he want to "crack" it
    so a random location is a bit better

    i personally make it other, but i dont say how^^(cause than all know it xD)
    Last edited by kotentopf; 01-15-2011 at 07:05 AM.
    The Internet SHOULD Be Illegal

    When you say
    "Java is a great programming language because it works on all platforms"
    it is just like
    "anal sex is great because it works on all genders"

    Are YOU a Troll?

  6. #20
    Mr.Magicman's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Sitting in my cave full of thoughts learning Asembly
    Posts
    2,102
    Reputation
    16
    Thanks
    649
    My Mood
    Cold
    Why would you protect a hack? Everything would be better if all was open-source.

  7. #21
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by Mr.Magicman View Post
    Why would you protect a hack? Everything would be better if all was open-source.
    If (Hack->OpenSource){

    MessageBoxA(NULL, Hack->GetLeechStatus, "This much Leech", NB_OK);
    }

    You will see a Message box of 5**

    What i am saying is people will take the open source and use as their own
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

Page 2 of 2 FirstFirst 12