Thread: Logger !!!! :?

Results 1 to 8 of 8
  1. #1
    sobasoba13's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    So Far Away
    Posts
    1,145
    Reputation
    23
    Thanks
    1,607
    My Mood
    Relaxed

    Logger !!!! :?

    This Is My Logger Code
    What's wrong in it

    Code:
    #include <fstream>
    #include <windows.h>
    #include <iostream>
    using namespace std;
    std::hex;
    
    int i;
    
    		DWORD CShell          =  (DWORD)GetModuleHandleW(L"CShell.dll");
    		DWORD pWeaponMgr      = *(DWORD*)(CShell + 0x24FEC);
    		std::ofstream file;
    		file.open("Logger.txt");
    		for(int i = 0; i < 600; i++)
    		{ 
    			DWORD wapens = *(DWORD*)(weapon +(4*i));
    			char * weaponname = (char*)(wapens + 0x0008);
    			file << "Item number: " << i << " ID: " << hex << i << " Name: " << (LPCTSTR)weaponname << ".\n";		
    		}
    		file.close();
    Please help
    Crossfire Projects
    Made 21 Feature (Memory Hack)
    Respect List
    @ComboDance
    @mamo007
    @GaaD
    @Olwayy
    @Biesi
    @iSmexy
    @derh.acker
    @Brimir
    @steveroseik
    @Hero
    @Temperrr
    @Rullez
    PressIF I Helped

  2. #2
    derh.acker's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    localhost
    Posts
    826
    Reputation
    14
    Thanks
    616
    My Mood
    Angelic
    Is this your full source code?

  3. #3
    [ - _ - ]'s Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    9
    Reputation
    22
    Thanks
    731
    Code:
    *(DWORD*)(weapon +(4*i));
    Shouldn't it be pWeaponMgr instead of weapon?

  4. #4
    sobasoba13's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    So Far Away
    Posts
    1,145
    Reputation
    23
    Thanks
    1,607
    My Mood
    Relaxed
    Quote Originally Posted by derh.acker View Post
    Is this your full source code?
    Yes
    if you can help me please tell me T_T

    ---------- Post added at 05:17 PM ---------- Previous post was at 05:17 PM ----------

    Quote Originally Posted by [ - _ - ] View Post
    Code:
    *(DWORD*)(weapon +(4*i));
    Shouldn't it be pWeaponMgr instead of weapon?
    Not Necessary
    Crossfire Projects
    Made 21 Feature (Memory Hack)
    Respect List
    @ComboDance
    @mamo007
    @GaaD
    @Olwayy
    @Biesi
    @iSmexy
    @derh.acker
    @Brimir
    @steveroseik
    @Hero
    @Temperrr
    @Rullez
    PressIF I Helped

  5. #5
    Scynix's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    173
    Reputation
    37
    Thanks
    611
    My Mood
    Happy
    Sure, you made the code and even cant fix a small error
    Dont talk shit, please :|

  6. #6
    Biesi's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    4,993
    Reputation
    374
    Thanks
    8,808
    My Mood
    Twisted
    You aren't appending the lines to the file

  7. #7
    sobasoba13's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    So Far Away
    Posts
    1,145
    Reputation
    23
    Thanks
    1,607
    My Mood
    Relaxed
    Quote Originally Posted by Scynix View Post
    Sure, you made the code and even cant fix a small error
    Dont talk shit, please :|
    The Thread Is HELP can u help me

    ---------- Post added at 11:40 AM ---------- Previous post was at 11:39 AM ----------

    Quote Originally Posted by -BiESi View Post
    You aren't appending the lines to the file
    Help Me Please
    I know you like helping people
    ty
    Crossfire Projects
    Made 21 Feature (Memory Hack)
    Respect List
    @ComboDance
    @mamo007
    @GaaD
    @Olwayy
    @Biesi
    @iSmexy
    @derh.acker
    @Brimir
    @steveroseik
    @Hero
    @Temperrr
    @Rullez
    PressIF I Helped

  8. #8
    Biesi's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    4,993
    Reputation
    374
    Thanks
    8,808
    My Mood
    Twisted
    Quote Originally Posted by sobasoba13 View Post
    Help Me Please
    Nvm I just read it wrong :/

Similar Threads

  1. WCC PUBLIC LOGGER
    By Yunses in forum WarRock - International Hacks
    Replies: 9
    Last Post: 02-28-2009, 04:25 AM
  2. anyone got a address logger?
    By bldymarien in forum Combat Arms Hacks & Cheats
    Replies: 3
    Last Post: 08-30-2008, 08:44 PM
  3. What is a key logger?
    By Haxing4Life in forum Combat Arms Hacks & Cheats
    Replies: 47
    Last Post: 08-26-2008, 08:12 PM
  4. pbcl socket logger, run it for me and upload your logs
    By radnomguywfq3 in forum WarRock - International Hacks
    Replies: 9
    Last Post: 05-28-2008, 04:27 PM
  5. Key Loggers *Newbie Question*
    By Mike Mika VI in forum General
    Replies: 13
    Last Post: 11-18-2007, 02:39 PM