Thread: [Help] BFBC2 esp
View Single Post

Old 03-18-2010, 10:38 AM   #14
zoomgod
Affiliate VIP

zoomgod's Avatar

Join Date: Aug 2007
Posts: 2,500
Reputation: 74490
Rep Power: 849
zoomgod has a huge epeen!zoomgod has a huge epeen!zoomgod has a huge epeen!zoomgod has a huge epeen!zoomgod has a huge epeen!zoomgod has a huge epeen!zoomgod has a huge epeen!zoomgod has a huge epeen!zoomgod has a huge epeen!zoomgod has a huge epeen!zoomgod has a huge epeen!
Recognitions:
Members who have contributed financial support towards UnKnoWnCheaTs. Donation (2)
The UC Member of the Month award is a prestigious award given to a single community member on a monthly basis. Based on a vote by UnKnoWnCheaTs staff, the award is given to the forum member that has shown exemplary achievement and potential in the UnKnoWnCheaTs community, and has shown great commitment to upholding the principles upon which UnKnoWnCheaTs stands for. A member who has been awarded the Member of the Month award has been distinguished as an asset to the UnKnoWnCheaTs community. Member of the Month
Points: 47,167, Level: 32
Points: 47,167, Level: 32 Points: 47,167, Level: 32 Points: 47,167, Level: 32
Activity: 27.7%
Activity: 27.7% Activity: 27.7% Activity: 27.7%
Last Achievements
Thumbs up

Quote:
Originally Posted by s0beit View Post
no, im using the steam version, but ill try the sig thanks.

I've been trying to make use of the engine WTS function, but it is confusing :S

edit: btw the spoiler plugin has a common bug i discovered on my forums, because it uses a static variable to control the flow of the spoilers, only one spoiler is visible per page.

can't see your spoiler
I was working on using the engine w2s as well, the args not created local prior to call are located in the below. Maybe you have this already...

Code:
class CRenderClassC
{
public:
    char zUnknown1[144];
    D3DXMATRIX Matrix1;        //w2s_arg;
    D3DXMATRIX Matrix2;        //w2s_arg 
};

class CRenderData
{
public:
    char zUnknown1[160832];
    CRenderData* ObjectRoot;
    CRenderClassC* RenderClassC;
    char zUnknown3[72];
    D3DXMATRIX RenderMatrix;   //not sure if this is used.
    char zUnknown4[32];
    D3DXVECTOR3 Position;
};

class CGameBase
{
public:
    virtual void function0(); //
    char z_cUnknown0[40]; //0x0004  
    CEntityManager* EntityManager; //0x002C  
    char zUnknown2[540]; //0x0034  
    CRenderData* RenderingData;
};

Maybe that will help some, but yes it is confusing the way they shuffle the entries around.
__________________
I'm like a virus, you can delete me but I am never really gone.
Links die, searching does not. (Fravia : searchlores.org)
Solving problems requires effort not a college degree.
zoomgod is offline

Reply With Quote