[Dank] Full Macro Release

Discussion in 'TTT Discussion' started by Xproplayer, Jan 7, 2017.

  1. Xproplayer

    Xproplayer VIP Silver

    Ensure that you arent hitting your hotkey twice, spinning and clicking is from mouse clicks that arent being captured by a window (like f3) chances are you need a delay between f3 opening and your actions like i do. get a video of that one on sgmod and ill diagnose further
     
    • Like Like x 1
  2. Elvis

    Elvis TheRockStars VIP Silver

    Just tested it again on SGM and now its fucked there. Heeeeellllpppp.

    I added a delay for 400 but it did nothing xD. I am spinning before it opens the f3 menu, which is very very odd.
     
  3. Xproplayer

    Xproplayer VIP Silver

    That means your delay isnt long enough. Also make sure you are reloading the script between changes.
     
    • Like Like x 1
  4. Elvis

    Elvis TheRockStars VIP Silver

    *blows kisses* muah muah muah muah love you love you you fixed it!

    Thanks man!
     
  5. Robyn

    Robyn Floof Moderator VIP Silver

    your grenade and spam grenade macros dont work for me... @Xproplayer
     
    • Dumb Dumb x 1
  6. Xproplayer

    Xproplayer VIP Silver

    that doesnt help debug the issue. its probably due to coordinate changes
     
    • Useful Useful x 1
  7. Robyn

    Robyn Floof Moderator VIP Silver

    I am using 1080p. the mouse will move and keystrokes work but it Won't click.
     
  8. Elvis

    Elvis TheRockStars VIP Silver

    Btw this is a prop kill script which isn’t allowed.
     
    Last edited by a moderator: Apr 22, 2018
  9. Robyn

    Robyn Floof Moderator VIP Silver

    I Know now.
     
  10. Robyn

    Robyn Floof Moderator VIP Silver

    @Xproplayer
     
  11. Xproplayer

    Xproplayer VIP Silver

    increase the sleep delays your computer probably cant keep up with that much input
     
  12. Robyn

    Robyn Floof Moderator VIP Silver

    I put them at 800 ms and I have 32 gb ram. Still didnt work.
     
  13. Xproplayer

    Xproplayer VIP Silver

    It says numpadadd, make sure you have proper numlock state set.
     
  14. Robyn

    Robyn Floof Moderator VIP Silver

    I do; when I press f3 the cursor just moves back and forthcbetween the frag and where the button to confirm buying one is but that button never shows up.
     
  15. Xproplayer

    Xproplayer VIP Silver

    Get a video. This is what its supposed to look like, this is holding numpad+ for a few seconds, then shift numpad+
     
  16. Weiss

    Weiss VIP

    im dumb, but when i use either of these, none of my clicks go through. sometimes they do, but it's so random which do and do not go through.

    any advice?
     
  17. Xproplayer

    Xproplayer VIP Silver

    Odd, happy to work on this via pm. you could try replacing the clicks with a mousemove and a click... like

    Code:
    ;buy tratior
    $F12::
    IfWinActive, Garry's Mod
    {
    Send {F3}
    Sleep 400
    MouseMove 575, 218
    Click
    Sleep 50
    MouseMove 785, 288
    Click
    Sleep 10
    MouseMove 945, 560
    Click
    Sleep 25
    Send {F3}
    }
    return
     
    • Like Like x 1
  18. Niclas

    Niclas hióa

    This one doesn't work, remove the first character (;) in the code, then you're all good. Don't know why but having that character will stop autohotkey from running the script. At least it does for me.
     
    Last edited: Apr 30, 2018
  19. Xproplayer

    Xproplayer VIP Silver

    Yea ; acts as a commenter for ahk meaning it disabled the activation key. I noted that in the title, that it is disabled.
     
    • Useful Useful x 1
  20. Niclas

    Niclas hióa

    Didn't notice, all good then. :oo: