Page 2 of 5 FirstFirst 1234 ... LastLast
Results 16 to 30 of 65
  1. #16
    xXGhostXx1230's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    631
    Reputation
    10
    Thanks
    210
    My Mood
    Lurking
    Quote Originally Posted by Astronaut Kitty View Post


    Check that your numpad isn't working.
    My NumPad is working

  2. #17
    Darku123's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    409
    Reputation
    10
    Thanks
    114
    My Mood
    Aggressive
    Quote Originally Posted by Astronaut Kitty View Post




    Script is for 1920x1080 and that only.
    no shit sherlock

    @klon1x can you do it for all resolutions?

  3. #18
    klon1x's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Russia
    Posts
    11
    Reputation
    10
    Thanks
    101
    You just need to change these coordinates

    Loop:
    While T
    {
    PixelSearch, Px, Py, 923, 473, 959, 555, 0x242fee, 3, Fast
    if ErrorLevel
    sleep 1
    else
    MouseClick, left
    sleep 50

    PixelSearch, Px, Py, 975, 462, 1008, 560, 0x242fee, 3, Fast
    if ErrorLevel
    sleep 1
    else
    MouseClick, right
    sleep 50
    }
    return

  4. #19
    zsozeatya's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Location
    Freddy's dream world
    Posts
    480
    Reputation
    10
    Thanks
    1,486
    My Mood
    Angelic
    Thank You!

  5. #20
    Darku123's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    409
    Reputation
    10
    Thanks
    114
    My Mood
    Aggressive
    Quote Originally Posted by klon1x View Post
    You just need to change these coordinates

    Loop:
    While T
    {
    PixelSearch, Px, Py, 923, 473, 959, 555, 0x242fee, 3, Fast
    if ErrorLevel
    sleep 1
    else
    MouseClick, left
    sleep 50

    PixelSearch, Px, Py, 975, 462, 1008, 560, 0x242fee, 3, Fast
    if ErrorLevel
    sleep 1
    else
    MouseClick, right
    sleep 50
    }
    return
    and how i search those for my resolution? im newbie in this , sorry

  6. #21
    solidriver's Avatar
    Join Date
    Jul 2016
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    6
    works for me thanks

  7. #22
    HoboPie's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    13
    Any way to get it to work for different gamma settings?

  8. #23
    Spotted7778's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    az
    Posts
    4
    Reputation
    10
    Thanks
    0
    This simply doesn't work. Do you use fullscreen, windowed borderless or just windowed? It doesn't work, I followed the instructions carefully and it still doesn't work
    Last edited by Spotted7778; 06-04-2017 at 09:55 PM.

  9. #24
    Darku123's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    409
    Reputation
    10
    Thanks
    114
    My Mood
    Aggressive
    Quote Originally Posted by klon1x View Post
    You just need to change these coordinates

    Loop:
    While T
    {
    PixelSearch, Px, Py, 923, 473, 959, 555, 0x242fee, 3, Fast
    if ErrorLevel
    sleep 1
    else
    MouseClick, left
    sleep 50

    PixelSearch, Px, Py, 975, 462, 1008, 560, 0x242fee, 3, Fast
    if ErrorLevel
    sleep 1
    else
    MouseClick, right
    sleep 50
    }
    return
    i used autoit to find coordinates, dsnt work either in 1280x720


    Loop:
    While T
    {
    PixelSearch, Px, Py, 647, 315, 706, 390, 0x66696E, 3, Fast
    if ErrorLevel
    sleep 1
    else
    MouseClick, left
    sleep 50

    PixelSearch, Px, Py, 638, 455, 562, 381, 0x66696E, 3, Fast
    if ErrorLevel
    sleep 1
    else
    MouseClick, right
    sleep 50
    }
    return

  10. #25
    xXGhostXx1230's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    631
    Reputation
    10
    Thanks
    210
    My Mood
    Lurking
    Quote Originally Posted by Darku123 View Post
    i used autoit to find coordinates, dsnt work either in 1280x720


    Loop:
    While T
    {
    PixelSearch, Px, Py, 647, 315, 706, 390, 0x66696E, 3, Fast
    if ErrorLevel
    sleep 1
    else
    MouseClick, left
    sleep 50

    PixelSearch, Px, Py, 638, 455, 562, 381, 0x66696E, 3, Fast
    if ErrorLevel
    sleep 1
    else
    MouseClick, right
    sleep 50
    }
    return
    How to find the coordinates with Autoit ?
    Step-By-Step please

  11. #26
    Darku123's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    409
    Reputation
    10
    Thanks
    114
    My Mood
    Aggressive
    Quote Originally Posted by xXGhostXx1230 View Post
    How to find the coordinates with Autoit ?
    Step-By-Step please
    open autoit , go to Mouse , then in the finder tool click and hold and move it, you will see values , position , cursor id, color

  12. #27
    gargarensi's Avatar
    Join Date
    Nov 2008
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    Is possible to make this a logitech lua script and bind on a mouse key?

  13. #28
    mpgwhoop's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    0
    Does not work for me though I don't know why. An E spammer does not work for me either although some people claim them to work.

    I play in fullscreen mode, do you need to play windowed?

    I tried to write my own auto repair using pixelsearch and imagesearch and it didn't work. How do you get the coordinates in a practical way? There is no cursor onscreen to tell you where the mouse pointer is when you are doing the repairs. I think I even have the correct coordinates, and it still won't work.

    Could you make one based on imagesearch for 1920x1080?

    For the people that it worked, are you playing the game in windowed mode?

  14. #29
    HeavyMoon's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    How does this hack work?

    What does he do?

  15. #30
    An0m4ly_15's Avatar
    Join Date
    Jul 2016
    Gender
    male
    Location
    ¯\_(ツ)_/¯
    Posts
    1,374
    Reputation
    47
    Thanks
    9,397
    My Mood
    Relaxed
    Quote Originally Posted by HeavyMoon View Post
    How does this hack work?

    What does he do?
    This hack clicks right and left mouseclick for you so you dant have to click it by yourself while repairing.

    And its "What does it do" not he.
    Last edited by An0m4ly_15; 06-07-2017 at 09:40 AM.

Page 2 of 5 FirstFirst 1234 ... LastLast

Similar Threads

  1. [Help] Friday the 13th The Game CP Hack
    By zsozeatya in forum Steam Games Hacks & Cheats
    Replies: 99
    Last Post: 12-07-2017, 03:43 AM
  2. [Request] Friday the 13th: The Game [ Break free bot ]
    By xXGhostXx1230 in forum Steam Games Hacks & Cheats
    Replies: 50
    Last Post: 11-29-2017, 12:45 PM
  3. [Source Code] Friday the 13th: The Game. Auto press E (AHK)
    By klon1x in forum Steam Games Hacks & Cheats
    Replies: 4
    Last Post: 06-22-2017, 09:03 AM
  4. Friday the 13th: The Game - Permanent Sprint Boost Bug!
    By bobsmith12 in forum Steam Games Hacks & Cheats
    Replies: 8
    Last Post: 06-12-2017, 02:36 PM
  5. [Help] Friday the 13th: The Game { Steam achievement manager }
    By xXGhostXx1230 in forum Steam Games Hacks & Cheats
    Replies: 2
    Last Post: 06-04-2017, 09:20 AM