Results 1 to 13 of 13
  1. #1
    SoreBack's Avatar
    Join Date
    Jul 2008
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    4

    Combat Arms Device pointer

    0x7D0840

    Make you hacks vista compatible, done with CA its getting gay.

    add_log("pointer =%p\n",ppReturnedDeviceInterface);

    lol

    hf

  2. #2
    n1kko's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    MPGH.net/DayZ
    Posts
    2,432
    Reputation
    105
    Thanks
    459
    My Mood
    Devilish
    wow, wrong section choob. i dont see how this has anything to do w/ flame or rage.
    Quote Originally Posted by Dave84311 View Post
    I can ban you for whatever reason I want, ******.

    Banned for being a ******.




  3. #3
    Reckless's Avatar
    Join Date
    Dec 2008
    Posts
    106
    Reputation
    10
    Thanks
    28
    wat does this do??

  4. #4
    SoreBack's Avatar
    Join Date
    Jul 2008
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    4
    Quote Originally Posted by xX_n1kko_Xx View Post
    wow, wrong section choob. i dont see how this has anything to do w/ flame or rage.
    Do you code?

    If you dont shut up.

    This is the pointer that leads to IDirect9/8 whatever it runs on.

    It will help you get your vtable dumbass. Read before posting. Or atleast analyze it through ollydbg.

  5. #5
    bannedshow's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    ..
    Posts
    1,248
    Reputation
    9
    Thanks
    110
    My Mood
    Blah
    you are a retard
    for 1 hacks are down
    and also stop lying about coding
    oh and the hacks do work on vista
    you just fail

  6. #6
    apeguy's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    A box :)
    Posts
    3,384
    Reputation
    18
    Thanks
    328
    My Mood
    Tired
    Spam/Flame = Spam Section & Flame Section.

  7. #7
    rwkeith's Avatar
    Join Date
    Jul 2008
    Gender
    male
    Posts
    457
    Reputation
    11
    Thanks
    79
    My Mood
    Angelic
    Post more info and this goes in the coding section since it isn't an application.
    Goals In Life:
    [X] Become an Advanced Member
    [X]Release a tut on mpgh
    [0]Post 300 posts
    [X]Make a working hack
    [X] Learn c++

  8. The Following User Says Thank You to rwkeith For This Useful Post:

    SoreBack (01-28-2009)

  9. #8
    SoreBack's Avatar
    Join Date
    Jul 2008
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    4
    Thanks for being the only one not flaming, you could move i could care less. Some people on this site are retarded.

    Code:
    DWORD dwWait()
    {
    	
    	DWORD Base = NULL;
    
    	for (;Base == NULL;Sleep(100))           
    		Base = (DWORD)GetModuleHandle("Engine.exe//Watever the app is");  
    	
    	for(;pGameDevice == NULL; Sleep(10000))  
    	{
    		DWORD dwProtect;
    	VirtualProtect((void*)(0x7D0840), 4, PAGE_EXECUTE_READWRITE, &dwProtect);
    		memcpy(&pGameDevice, (void*)(0x7D0840), 4);
    		VirtualProtect((void*)(0x7D0840), 4, dwProtect, NULL);
    	}
    You could use it like this then end it like this

    Code:
    DWORD* pdwNewDevice = (DWORD*)pGameDevice;
             pdwNewDevice = (DWORD*)pdwNewDevice[0]; 
     
            pBeginScene = (oBeginScene)DetourFunction((PBYTE)pdwNewDevice[], (PBYTE)myBeginScene); 
            pEndScene = (oEndScene)DetourFunction((PBYTE)pdwNewDevice[], (PBYTE)myEndScene); 
            pDrawIndexedPrimitive = (oDrawIndexedPrimitive)DetourFunction((PBYTE)pdwNewDevice[], (PBYTE)myDrawIndexedPrimitive); 
            pSetStreamSource = (oSetStreamSource)DetourFunction((PBYTE)pdwNewDevice[], (PBYTE)mySetStreamSource); 
            pSetViewport=(oSetViewport)DetourFunction((PBYTE)pdwNewDevice[],(PBYTE)mySetViewport);
            return 0;
    }
    It's generally a hook. It could help some begginners out. Also, for you noobs dont expect a great hack to always be in a .dll or a app.

    inside the [] goes the array for Endscene,SSS,Dip. Just count downwards in d3d8.h. Right?

    Correct me if im wrong.

    Of course hacks work on vista, for a reason.

    A vtable hook + detours or Hooking CreateDevice. Whatever, this is just to explain/show another method. The General Base comes from Strife kudos to him.
    Last edited by SoreBack; 01-28-2009 at 10:43 AM.

  10. The Following User Says Thank You to SoreBack For This Useful Post:

    noobhaxor47 (01-31-2009)

  11. #9
    SoreBack's Avatar
    Join Date
    Jul 2008
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    4
    Bump because this is helpful too People.

  12. #10
    Remorse's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Follow the yellow brick road
    Posts
    2,286
    Reputation
    33
    Thanks
    184
    My Mood
    Psychedelic
    mmm these guys arent retarded theyre just technologically impaired
    but yes they do expect a dll exe asi or flt
    you are a retard
    for 1 hacks are down
    and also stop lying about coding
    oh and the hacks do work on vista
    you just fail
    @him chams can never possibly be down only the asi file and the other hacks are down every patch so learn coding if you want to criticize.
    and this is not spam/flame it could be useful, but not to most of these ppl who dont know what "extract" is

    and the asi files are usually vista compatible daves damn good at what he does
    Time to start cycling through old sigs.
    [IMG]https://i381.photobucke*****m/albums/oo259/darkstar9540/5infection.png[/IMG]
    __________________________________________________

    Well that is that and this is this,
    You tell me what you want and I'll tell you what you get,
    You get away from me.
    You get away from me
    .
    Modest Mouse
    Ocean Breathes Salty
    Float On
    __________________________________________________

  13. #11
    SoreBack's Avatar
    Join Date
    Jul 2008
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    4
    Hooks make .dll/api's comptaible too.

  14. #12
    Remorse's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Follow the yellow brick road
    Posts
    2,286
    Reputation
    33
    Thanks
    184
    My Mood
    Psychedelic
    dave works in asi, so so do the thousands of ppl here who dl his hacks when they come out, so no use in trying to work wth anything else in CA section...
    Time to start cycling through old sigs.
    [IMG]https://i381.photobucke*****m/albums/oo259/darkstar9540/5infection.png[/IMG]
    __________________________________________________

    Well that is that and this is this,
    You tell me what you want and I'll tell you what you get,
    You get away from me.
    You get away from me
    .
    Modest Mouse
    Ocean Breathes Salty
    Float On
    __________________________________________________

  15. #13
    SoreBack's Avatar
    Join Date
    Jul 2008
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    4
    I've noticed, can i be a mod here

    .

Similar Threads

  1. Combat Arms Player Pointers + Offsets
    By Fabolous in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 28
    Last Post: 07-14-2010, 03:54 AM
  2. [Release] Combat Arms Uber Awesome Old School Starting Device
    By SniperJJS13 in forum Combat Arms Hacks & Cheats
    Replies: 7
    Last Post: 11-30-2009, 06:18 AM
  3. nexon's combat arms
    By brownsfan91 in forum WarRock Korea Hacks
    Replies: 11
    Last Post: 12-17-2007, 11:04 AM
  4. Combat Arms
    By Synns in forum WarRock Korea Hacks
    Replies: 0
    Last Post: 11-21-2007, 09:09 PM
  5. Combat Arms
    By tednugent in forum WarRock Korea Hacks
    Replies: 7
    Last Post: 07-10-2007, 07:53 AM

Tags for this Thread