Results 1 to 5 of 5

Thread: Sending Mouse Movement to 3D Games - HELP

  1. #1
    Join Date
    Jun 2016
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Sending Mouse Movement to 3D Games - HELP

    So I've been trying lately to make an aimbot for Overwatch using simba. I've managed a serviceable triggerbot but for the life of me can't get simba to actually move my mouse ingame. I can only shoot. I'm mainly curious as to why it won't simply move the camera when the 'cursor' is dragged by simba. Any help or pointers would be greatly appreiated!

  2. #2
    Join Date
    Sep 2014
    Location
    C:\Simba\
    Posts
    565
    Mentioned
    9 Post(s)
    Quoted
    71 Post(s)

    Default

    Try rotating by calling ScrollMouse and making it scroll 0 times. I compiled a simba once just for this reason where I made a copy of that method but removed the scrolling itself
    Feel free to ask me any questions, I will do my best to answer them!

    Previously known as YouPee.

  3. #3
    Join Date
    Jan 2012
    Posts
    1,596
    Mentioned
    78 Post(s)
    Quoted
    826 Post(s)

    Default

    overwatch probably uses raw input, which im pretty sure simba doesnt do. Maybe theres a setting to disable raw input and use actual windows mouse movement?

  4. #4
    Join Date
    Dec 2010
    Posts
    483
    Mentioned
    30 Post(s)
    Quoted
    328 Post(s)

    Default

    The typical solution in use by modern aimbots is to overwrite the crosshair location in memory to be where you want it pointed.

  5. #5
    Join Date
    Oct 2011
    Posts
    805
    Mentioned
    21 Post(s)
    Quoted
    152 Post(s)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •