Thread: T6ZMNoFog.dll

Page 4 of 4 FirstFirst ... 234
Results 46 to 54 of 54
  1. #46
    whitehead20's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    39
    Reputation
    10
    Thanks
    2
    My Mood
    Cheerful
    yes that's the same for me too... but it gives me a msvcr100.dll missing error
    Quote Originally Posted by TheMaskedOne View Post
    I do automatic inject close after injector


    ---------- Post added at 08:58 PM ---------- Previous post was at 08:42 PM ----------

    Masked... Good News.... I Finally Got It Working..... I Literally Downloaded msvcr110d.dll(not msvcr100.dll) and putted it in Windows/system32..now my tranzit is fog free... Thanks Themaskedone
    Quote Originally Posted by TheMaskedOne View Post
    I do automatic inject close after injector

  2. #47
    BCxSocial(B)'s Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    3
    My Mood
    Sad
    Can i hv the source ?

  3. #48
    TheMaskedOne's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Home
    Posts
    803
    Reputation
    10
    Thanks
    719
    My Mood
    Yeehaw
    Quote Originally Posted by whitehead20 View Post
    yes that's the same for me too... but it gives me a msvcr100.dll missing error

    ---------- Post added at 08:58 PM ---------- Previous post was at 08:42 PM ----------

    Masked... Good News.... I Finally Got It Working..... I Literally Downloaded msvcr110d.dll(not msvcr100.dll) and putted it in Windows/system32..now my tranzit is fog free... Thanks Themaskedone
    Nice glad it finely works




    Achievements:

     
    Posts Count: ( Done Not done )

    - 666
    - 750
    - 900
    - 1000

     
    Thanks Recieved: ( Done Not done )

    - 400
    - 550
    - 700
    - 850
    - 1000

     
    Cgallagher21

  4. #49
    gmack101's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    108
    Reputation
    10
    Thanks
    39
    My Mood
    Fine
    shut up and take my money

  5. #50
    TheMaskedOne's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Home
    Posts
    803
    Reputation
    10
    Thanks
    719
    My Mood
    Yeehaw
    Quote Originally Posted by gmack101 View Post
    shut up and take my money
    Alright gimme your money (A)




    Achievements:

     
    Posts Count: ( Done Not done )

    - 666
    - 750
    - 900
    - 1000

     
    Thanks Recieved: ( Done Not done )

    - 400
    - 550
    - 700
    - 850
    - 1000

     
    Cgallagher21

  6. #51
    gmack101's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    108
    Reputation
    10
    Thanks
    39
    My Mood
    Fine
    Quote Originally Posted by TheMaskedOne View Post
    Alright gimme your money (A)
    lol i was kidding

  7. #52
    TheMaskedOne's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Home
    Posts
    803
    Reputation
    10
    Thanks
    719
    My Mood
    Yeehaw
    Quote Originally Posted by gmack101 View Post
    lol i was kidding
    But I wasn't




    Achievements:

     
    Posts Count: ( Done Not done )

    - 666
    - 750
    - 900
    - 1000

     
    Thanks Recieved: ( Done Not done )

    - 400
    - 550
    - 700
    - 850
    - 1000

     
    Cgallagher21

  8. #53
    khoi01234's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    It's working , thanks

  9. #54
    Kenshin13's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Cloud 9
    Posts
    3,470
    Reputation
    564
    Thanks
    6,168
    My Mood
    Psychedelic
    Due to being really bored, I decompiled your program, offering the source for anyone who wants it:
    Code:
      v9 = &unk_10015658;
      v8 = 7403897;
      v2 = (int)GetCurrentProcess();
      v3 = sub_10011127(&v8 == &v8, v2);
      v4 = WriteProcessMemory((HANDLE)v3, (LPVOID)v8, v9, v10, v11);
      sub_10011127(&v12 == &v12, v4);
      v11 = 0;
      v10 = 6;
      v9 = &unk_1001565C;
      v8 = 7754746;
      v5 = (int)GetCurrentProcess();
      v6 = sub_10011127(&v8 == &v8, v5);
      v7 = WriteProcessMemory((HANDLE)v6, (LPVOID)v8, v9, v10, v11);
      sub_10011127(&v12 == &v12, v7);
      return sub_10011127(1, 0);
    Just wanna point out, you didn't need to use WriteProcessMemory as it's a DLL and you can directly edit the memory.
    So instead of:
    Code:
    byte x = 0x6A;
    WriteProcessMemory((HANDLE)GetCurrentProcess(), (LPVOID)0x70F979, &x, 2, 0);
    byte x[] = { 0xB8, 0x44, 0xEC, 0x3B, 0x03, 0x90 };
    WriteProcessMemory((HANDLE)GetCurrentProcess(), (LPVOID)0x7653FA, &x, 6, 0);
    You could've done:
    Code:
    *( BYTE* )0x70F979 = 0x6A;
    byte x[] = { 0xB8, 0x44, 0xEC, 0x3B, 0x03, 0x90 };
    for( int i=0; i<6; i++) *( BYTE* )( 0x7653FA + i ) = x[ i ];
    Shorter + Faster code

Page 4 of 4 FirstFirst ... 234

Similar Threads

  1. Morphine.dll + Injec-Tor + Tutorial
    By Papaya in forum Gunz Hacks
    Replies: 21
    Last Post: 10-20-2010, 05:07 PM
  2. .dll injector
    By EleMentX in forum Gunz General
    Replies: 31
    Last Post: 07-08-2010, 10:44 AM
  3. dll for those who cant even google :P
    By jam in forum Gunz Hacks
    Replies: 5
    Last Post: 06-07-2007, 03:32 AM
  4. [HELP]Warrock and DLLs
    By Aecurity in forum WarRock - International Hacks
    Replies: 0
    Last Post: 04-12-2007, 06:38 PM
  5. DLL injection Failled
    By aynal in forum WarRock - International Hacks
    Replies: 1
    Last Post: 01-15-2006, 09:41 PM