Reply
  • JayS 🦄
    Mar 30, 2022

    I need to make a script to do Ctrl+D Enter to delete 10,000 items out of my quickbooks

  • Mar 30, 2022
    ·
    1 reply

    www.google.com @op

  • JayS 🦄
    OP
    Mar 30, 2022
    ·
    1 reply
    bejewelry

    www.google.com @op

    I don’t have time I have a business to run

  • JayS 🦄
    OP
    Mar 30, 2022

    I will pay someone to make the script pls help

  • Mar 30, 2022

    More likely to get an answer on Reddit or Google than ktt

  • Mar 30, 2022
    ·
    2 replies

    this will continuously press ctrl+D then ENTER when you toggle it on (by pressing ctrl+U) to get it to stop press ctrl+U again.
    If you need a specific number of times then you'll have to make a counter and check against 10,000 where I have "!Toggle"

    you can play with the sleep timers to get them faster or slower, right now it waits half a second at the end of every loop which is probably too slow.

    ^u::
    Toggle := !Toggle
    Loop
    {
    Send ^d
    Sleep 100
    Send {Enter}
    If (!Toggle)
    Break
    Sleep 500
    }

  • JayS 🦄
    OP
    Mar 30, 2022
    ·
    1 reply
    Level 5 Goblin

    this will continuously press ctrl+D then ENTER when you toggle it on (by pressing ctrl+U) to get it to stop press ctrl+U again.
    If you need a specific number of times then you'll have to make a counter and check against 10,000 where I have "!Toggle"

    you can play with the sleep timers to get them faster or slower, right now it waits half a second at the end of every loop which is probably too slow.

    ^u::
    Toggle := !Toggle
    Loop
    {
    Send ^d
    Sleep 100
    Send {Enter}
    If (!Toggle)
    Break
    Sleep 500
    }

    Show do I get it to move faster. Right now I ran one that does it on numpad 1

  • JayS 🦄
    OP
    Mar 30, 2022

    Thank you

  • JayS

    Show do I get it to move faster. Right now I ran one that does it on numpad 1

    reduce Sleep 100 to a lower number
    reduce Sleep 500 to a lower number

  • Mar 30, 2022

    stfu

  • Mar 30, 2022
    ·
    1 reply
    Level 5 Goblin

    this will continuously press ctrl+D then ENTER when you toggle it on (by pressing ctrl+U) to get it to stop press ctrl+U again.
    If you need a specific number of times then you'll have to make a counter and check against 10,000 where I have "!Toggle"

    you can play with the sleep timers to get them faster or slower, right now it waits half a second at the end of every loop which is probably too slow.

    ^u::
    Toggle := !Toggle
    Loop
    {
    Send ^d
    Sleep 100
    Send {Enter}
    If (!Toggle)
    Break
    Sleep 500
    }

    What language is this?

  • Mar 30, 2022
    ·
    1 reply
    Pusha P

    What language is this?

    It's exclusive to AutoHotKey, I don't think it has a name

  • JayS 🦄
    OP
    Mar 30, 2022
    ·
    1 reply
    Level 5 Goblin

    It's exclusive to AutoHotKey, I don't think it has a name

    Script is working well thank you man

  • Mar 30, 2022
    ·
    1 reply
    JayS

    Script is working well thank you man

    It's time to handle the payment.

  • JayS 🦄
    OP
    Mar 30, 2022
    ·
    2 replies
    Danny

    It's time to handle the payment.

    PM me your PayPal

  • Mar 30, 2022
    JayS

    PM me your PayPal

    @Level_5_Goblin

  • JayS

    PM me your PayPal

    You're all good don't worry about it​

  • Mar 31, 2022
    JayS

    I don’t have time I have a business to run

    don’t lie nerd

  • Mar 31, 2022