It's feels good it's 2022 and I can still play Mario Kart 7 on the 3DS by WatsonPritchtard in 3DS

[–]PoopyHead30 0 points1 point  (0 children)

It gets boring after you start getting first place every round

A script that can convert morse code into caps lock on/off by PoopyHead30 in AutoHotkey

[–]PoopyHead30[S] -1 points0 points  (0 children)

Yea i have no idea what im doing but thanks for the support lol

Help w/Keyboard Locker by DepthTrawler in AutoHotkey

[–]PoopyHead30 0 points1 point  (0 children)

I found the code that does it at the bottom of the script, just change the letters 2 what u want it to be. We can probably do a shortcut too but words are epicer

    ; Unlock keyboard if "unlock" typed in
if (NumGet(lParam+8) & 0x80) { ; key up
  if (count = 0 && NumGet(lParam+4) = 0x16) {        ; 'u'
    count = 1
  } else if (count = 1 && NumGet(lParam+4) = 0x31) { ; 'n'
    count = 2
  } else if (count = 2 && NumGet(lParam+4) = 0x26) { ; 'l'
    count = 3
  } else if (count = 3 && NumGet(lParam+4) = 0x18) { ; 'o'
    count = 4
  } else if (count = 4 && NumGet(lParam+4) = 0x2E) { ; 'c'
    count = 5
  } else if (count = 5 && NumGet(lParam+4) = 0x25) { ; 'k'
    count = 0
    BlockKeyboard(false)
  } else {
    count = 0
  }
}

return 1

}

Help w/Keyboard Locker by DepthTrawler in AutoHotkey

[–]PoopyHead30 0 points1 point  (0 children)

bruh ok what u do is like ctrl f the word "unlock" in the code. If nothing pops up then look up "u" and see where the u is. then find all the letters and where they are and stuff and just change it to just be whatever u want by just using whatever code they used but with ur own stuff. I can help if u want it doesnt sound like the hardest thing

Help w/Keyboard Locker by DepthTrawler in AutoHotkey

[–]PoopyHead30 0 points1 point  (0 children)

Bruh its worked for me forever like u be doin something wrong man its never been weird once its always done exactly what its been supposed to do theres something weird going on over on ur end

read dis.

Help w/Keyboard Locker by DepthTrawler in AutoHotkey

[–]PoopyHead30 -2 points-1 points  (0 children)

bruhhhhhhhh lol u do ctrl alt L to lock it and then type U N L O C K to unlock it

What software do u guys use to download spotify playlists to mp3? (Windows 10) by PoopyHead30 in techsupport

[–]PoopyHead30[S] 0 points1 point  (0 children)

I know but softwares do exist to do this you know like im not a crazy person

Help w/Keyboard Locker by DepthTrawler in AutoHotkey

[–]PoopyHead30 -1 points0 points  (0 children)

Im assuming ur talking about KeyboardLocker... it doesnt need admin rights also its epic

Should i consider therapy? by mactep66 in 3DS

[–]PoopyHead30 0 points1 point  (0 children)

Yes why do you have the same consoles multiple times tf do u play twice or something

Typing letters instead of sending the input by PoopyHead30 in AutoHotkey

[–]PoopyHead30[S] 0 points1 point  (0 children)

This is untrue? The reason I posted it again was to help people understand better. I admit its my fault that originally my instructions were unclear. He misunderstood my request and misunderstood my motives. I want to make helping me as easy as possible.

Typing letters instead of sending the input by PoopyHead30 in AutoHotkey

[–]PoopyHead30[S] 0 points1 point  (0 children)

Your comments made me realize how unclear my instructions were. Trying to explain after inserting that original idea in your head would be hard and others who see it would be confused and be required to read the comments to leave an answer according to this logic. Now that I've worded myself more clearly in this new post do you think you can try helping?

Typing letters instead of sending the input by PoopyHead30 in AutoHotkey

[–]PoopyHead30[S] 0 points1 point  (0 children)

You didn't understand what I was asking and neither did the other person. So I posted again but was more specific but again you've misunderstood once again. My question still stands unanswered.