Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 50
  1. #31
    swatfx's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    659
    Reputation
    20
    Thanks
    108
    My Mood
    Mellow
    Quote Originally Posted by HL-SDK View Post
    A playerinfo linked list, oh my. This game must not have been designed by the brightest of fellows.
    lol nexon is very good at not being bright

    like why don't they scan for memory edits?
    no one knows/

  2. #32
    seeplusplus's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Massachusetts
    Posts
    329
    Reputation
    8
    Thanks
    85
    To correct you, the EPP starts with 0x377...
    Goals:
    Green = Done
    Blue = Getting Somewhere
    Red = Not Done
    • Mouse Grid
    • PTC Method
    • Trigger Bot

    I'm trying to think of more stuff!

  3. #33
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    Quote Originally Posted by seeplusplus View Post
    To correct you, the EPP starts with 0x1337...
    Fixed it up buddy.
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  4. #34
    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
    oooor you stop thinking there is a enemyptr and use the Client_info class instead...

    old adress: 3715D980
    (going to replace with a new one)

  5. The Following User Says Thank You to Mr.Magicman For This Useful Post:

    GodHack2 (10-24-2010)

  6. #35
    GodHack2's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    644
    Reputation
    38
    Thanks
    762
    My Mood
    Amused
    Quote Originally Posted by Mr.Magicman View Post
    oooor you stop thinking there is a enemyptr and use the Client_info class instead...

    old adress: 3715D980
    (going to replace with a new one)
    old adress ? how old is it ?





    beat this bitches ^^^^^^^

    Current Stats : Bored :/


    Respect list :
    Crash !
    Gordon'
    Markoj

  7. #36
    wassup40's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    I dont know help me
    Posts
    2,238
    Reputation
    28
    Thanks
    790
    My Mood
    Lurking
    Quote Originally Posted by GodHack2 View Post
    old adress ? how old is it ?
    1year 1 month 1 week 1 day 1 min 1 sec 1 mil sec.
    that's how old.

  8. #37
    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
    Its last patch old...

    here is the new one:

    3715D9A0 8B41 04 MOV EAX,DWORD PTR DS:[ECX+4]

    (0x3715D9A0)


  9. The Following User Says Thank You to Mr.Magicman For This Useful Post:

    GodHack2 (10-24-2010)

  10. #38
    GodHack2's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    644
    Reputation
    38
    Thanks
    762
    My Mood
    Amused
    Quote Originally Posted by Mr.Magicman View Post
    Its last patch old...

    here is the new one:

    3715D9A0 8B41 04 MOV EAX,DWORD PTR DS:[ECX+4]

    (0x3715D9A0)

    funny i got the same address when i tried to update it after you posted the old one





    beat this bitches ^^^^^^^

    Current Stats : Bored :/


    Respect list :
    Crash !
    Gordon'
    Markoj

  11. #39
    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
    Quote Originally Posted by GodHack2 View Post
    funny i got the same address when i tried to update it after you posted the old one
    Fatboy needs alot of +rep in this... tho i was sooo close geting that one before he posted the old one

  12. #40
    GodHack2's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    644
    Reputation
    38
    Thanks
    762
    My Mood
    Amused
    Quote Originally Posted by Mr.Magicman View Post


    Fatboy needs alot of +rep in this... tho i was sooo close geting that one before he posted the old one
    so now we have the class and the address
    what are we waiting for ? lets go go go
    get your w2s to work :P





    beat this bitches ^^^^^^^

    Current Stats : Bored :/


    Respect list :
    Crash !
    Gordon'
    Markoj

  13. #41
    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
    Just make one... or rip one from another game... it works fine tho i preferred a W2S made for the game Hunter by someone on UC forum
    Last edited by Mr.Magicman; 10-24-2010 at 05:55 AM.

  14. The Following User Says Thank You to Mr.Magicman For This Useful Post:

    GodHack2 (10-24-2010)

  15. #42
    SNal2F's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    175
    Reputation
    30
    Thanks
    99
    Quote Originally Posted by GodHack2 View Post
    so now we have the class and the address
    what are we waiting for ? lets go go go
    get your w2s to work :P
    this could be optimized by only getting the viewport once unless screen resolution change or you alt tab


    Code:
    D3DXVECTOR3 W2S(LPDIRECT3DDEVICE9 pDevice,_Object * p)
    {
    
    		 pDevice->GetViewport(&vp);
       	     pDevice->GetTransform(D3DTS_VIEW, &view);
    		 pDevice->GetTransform(D3DTS_PROJECTION, &projection);  
    
           D3DXMatrixMultiply(&ViewProjecti********, &view, &projection);
    	   
    	   D3DXVec4Transform(&temp,&D3DXVECTOR4(p->Origin.x,
    		                                    p->Origin.y,
    											p->Origin.z,1),
    											&ViewProjecti********);
      
    	   
    	   
    	   float tempInvW2 = 1.0f/temp.w;
      
    	   out.x = (1.0f + (temp.x*tempInvW2))  * vp.Width  /2;
    	   out.y = (1.0f - (temp.y*tempInvW2))  * vp.Height /2;
           out.z = temp.z;
           
    	   return out;
    
    	   }
    If you want the camera coords

    Code:
       pDevice->GetTransform(D3DTS_VIEW, &view);
    	 ::D3DXMatrixInverse(&iView,0,&view);//so you know this is kinda slow alot of math/loops in this function
             //iView._41,iView._42,iView._43
    Last edited by SNal2F; 10-24-2010 at 06:46 AM.

  16. The Following User Says Thank You to SNal2F For This Useful Post:

    GodHack2 (10-24-2010)

  17. #43
    GodHack2's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    644
    Reputation
    38
    Thanks
    762
    My Mood
    Amused
    Quote Originally Posted by SNal2F View Post
    this could be optimized by only getting the viewport once unless screen resolution change or you alt tab


    Code:
    D3DXVECTOR3 W2S(LPDIRECT3DDEVICE9 pDevice,_Object * p)
    {
    
    		 pDevice->GetViewport(&vp);
       	     pDevice->GetTransform(D3DTS_VIEW, &view);
    		 pDevice->GetTransform(D3DTS_PROJECTION, &projection);  
    
           D3DXMatrixMultiply(&ViewProjecti********, &view, &projection);
    	   
    	   D3DXVec4Transform(&temp,&D3DXVECTOR4(p->Origin.x,
    		                                    p->Origin.y,
    											p->Origin.z,1),
    											&ViewProjecti********);
      
    	   
    	   
    	   float tempInvW2 = 1.0f/temp.w;
      
    	   out.x = (1.0f + (temp.x*tempInvW2))  * vp.Width  /2;
    	   out.y = (1.0f - (temp.y*tempInvW2))  * vp.Height /2;
           out.z = temp.z;
           
    	   return out;
    
    	   }
    If you want the camera coords

    Code:
       pDevice->GetTransform(D3DTS_VIEW, &view);
    	 ::D3DXMatrixInverse(&iView,0,&view);//so you know this is kinda slow alot of math/loops in this function
             //iView._41,iView._42,iView._43
    FUCKING AWESOME +REP!





    beat this bitches ^^^^^^^

    Current Stats : Bored :/


    Respect list :
    Crash !
    Gordon'
    Markoj

  18. #44
    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
    What is Engine drawing? I've always wonderd

  19. #45
    SNal2F's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    175
    Reputation
    30
    Thanks
    99
    Quote Originally Posted by Mr.Magicman View Post
    What is Engine drawing? I've always wonderd

    finding how the game draws and using it. I havent found it in CA(i may have but crashes)I rarely work on this game only when im super bored.I havent even updated yet. For CF and CA i hook engine drawing for my hooks but atm im using my own text for ca for cf i use engine everything reallly "Client Hook" post in the thread on uc where you can hook at.

    start3d,end3d,flipscreen ,clearscreen etc..
    Last edited by SNal2F; 10-24-2010 at 09:04 AM.

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [Release] Enemy Player Pointer Adress
    By o-o in forum Combat Arms EU Hack Coding/Source Code
    Replies: 4
    Last Post: 11-24-2010, 05:19 AM
  2. The Enemy Player Pointer Address
    By NOOB in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 39
    Last Post: 10-23-2010, 08:07 PM
  3. CA Player pointer
    By Xlilzoosk8rX in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 33
    Last Post: 05-23-2010, 11:40 PM
  4. [Cube2] player pointers
    By Retoxified in forum C++/C Programming
    Replies: 9
    Last Post: 04-15-2010, 03:41 PM
  5. Base player pointer?!?!?
    By falzarex in forum C++/C Programming
    Replies: 2
    Last Post: 12-14-2009, 09:18 AM