0 of 0

File information

Last updated

Original upload

Created by

Yalkin33

Uploaded by

Yalkin33

Virus scan

Safe to use

Tags for this mod

9 comments

  1. First time I've encountered a mod with this file extension. I have no idea where to put it. Please add where to put this in the description. Thank you.🙂
    1. Yalkin33
      Yalkin33
      • member
      • 4 kudos
      It doesn't matter where you put it. You just run it alongside Oblivion whenever you want to use it. Although you do require the AutoHotkey program, listed in requirements
    2. Sorry, I had never heard of the program before. I just tried the script, and got an error stating I needed an older version of AutoHotKey. Just thought I'd let you know.
    3. Yalkin33
      Yalkin33
      • member
      • 4 kudos
      Are you sure you used version 1.1, the one I linked? They entirely changed the language in 2.0, and I don't know how to write for that
  2. Bookiestovepipe
    Bookiestovepipe
    • member
    • 0 kudos
    Just an FYI you have a much lower chance of breaking a hammer if you wait until the sfx is finished. spamming WILL break more hammers
    1. Yalkin33
      Yalkin33
      • member
      • 4 kudos
      FYI, that's not a thing. Its just random but its also affected by armorer skill. Use this wiki, fandom is bad:
      https://en.uesp.net/wiki/Oblivion:Armorer
  3. DeathWrench
    DeathWrench
    • premium
    • 154 kudos
    Here's mine:
    !r::
    woggle := !woggle  ; Flip the toggle state
    if (woggle) {
        SetTimer, ClickLoop, 10  ; Run the loop every 10 ms (adjust as needed)
    } else {
        SetTimer, ClickLoop, Off
    }
    return
    ClickLoop:
        Click   
        Send, {r}{Enter}
    return
    alt+r to toggle
    pressing r as well as clicking makes it faster.
    1. ap0kalyps3
      ap0kalyps3
      • member
      • 2 kudos
      or you just spam enter, since this reacts faster than left-clicking
    2. DeathWrench
      DeathWrench
      • premium
      • 154 kudos
      wouldn't spamming all 3 be fastest?
      Edit: Yes.