Results 1 to 2 of 2
  1. #1
    Gelleode's Avatar
    Join Date
    Nov 2019
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Devilish

    AimLock (Can't seem to find camera)

    As my first "real" cheating project i decided to hack 7 days to die but used quite a lot of other people open source projects to be honest. However i was not able to find a way to move player camera to make it look at the target I want to. By using dnSpy I found that entityLocalPlayer has cameraTransform however "entityPlayerLocal.cameraTransform.LookAt(target.t ransform)" or "target.transform.position" didn't help me and didn't move camera anywhere.
    So as of now I only have this workingsolution but I would like to change it to something else that works normal and doesn't send your mouse flying somewhere else with wrong settings or without manually slowing it down a bit in code And ACTUALLY locks on your target.

    Code:
    [DllImport("user32.dll")]
    private static extern void mouse_event(int dwFlags, int dx, int dy, int cButtons, int dwExtraInfo);
    mouse_event(0x0001, (int)distX, (int)distY, 0, 0);
    Last edited by Gelleode; 07-05-2023 at 07:16 PM.

  2. #2
    Sqeegie's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    Mountains.
    Posts
    94
    Reputation
    10
    Thanks
    817
    My Mood
    Busy
    Try the entityLocalPlayer.playerCamera.transform instead.

Similar Threads

  1. I can't seem to find molly
    By Mr.Seyeko in forum General
    Replies: 32
    Last Post: 06-02-2013, 06:58 PM
  2. [SOLVED]How can i play with find game when banned
    By 112sander112 in forum Call of Duty Modern Warfare 2 Help
    Replies: 1
    Last Post: 11-01-2010, 10:24 AM
  3. [SOLVED] can yall help me find the newest vac chaos
    By death678 in forum Call of Duty Modern Warfare 2 Help
    Replies: 6
    Last Post: 09-12-2010, 08:36 PM
  4. Can't seem to download adobe photoshop CS4 exteneded/?
    By icantlolanymore in forum Suggestions, Requests & General Help
    Replies: 16
    Last Post: 09-05-2009, 09:33 AM
  5. Where can "i" or "we" Find a better Injector
    By darkjoker in forum Combat Arms Hacks & Cheats
    Replies: 1
    Last Post: 06-01-2009, 12:51 AM