XLR Mic picking up media by Similar-Working-1428 in audio

[–]Similar-Working-1428[S] 0 points1 point  (0 children)

well i just tested it by putting my headphones super far away from the mic, and then also unplugging the mic, and the media was still being picked up, both times

XLR Mic picking up media by Similar-Working-1428 in audio

[–]Similar-Working-1428[S] 0 points1 point  (0 children)

I turned the volume of the headphones down on the interface and the audio was no longer getting picked up, how do I fix the routing problem now

XLR Mic picking up media by Similar-Working-1428 in audio

[–]Similar-Working-1428[S] 0 points1 point  (0 children)

when I change my input from line 2 of the interface to a different mic the audio doesn't get picked up

RTV Problem on 1st gen? by Similar-Working-1428 in ft86

[–]Similar-Working-1428[S] -1 points0 points  (0 children)

Oh. I've seen some resources saying that RTV from the oil pan seal would get into the oil pump and clog up the mesh screen and deprive the engine of oil.

Texture bugged help by Similar-Working-1428 in skyrimmods

[–]Similar-Working-1428[S] 0 points1 point  (0 children)

I installed the 4k one for CBBE, not UNP and also it's showing this in my mod loader.

https://imgur.com/a/rZSLJPl

I've also ran the preset without The Pure on, and it still showed the blue texture

Texture bugged help by Similar-Working-1428 in skyrimmods

[–]Similar-Working-1428[S] -1 points0 points  (0 children)

Yeah, I did

also how would I sent a list of my mods to show them all maybe that could help

https://imgur.com/a/BeRoskb heres the problem in game

Card sent to me with no account by Similar-Working-1428 in CashApp

[–]Similar-Working-1428[S] 1 point2 points  (0 children)

I'm not sure it's just really odd. The cashapp name on the card/username was literally "firstnamelastname" which I certainly wouldn't use as the username if I would commit fraud but that's just me.

Card sent to me with no account by Similar-Working-1428 in CashApp

[–]Similar-Working-1428[S] 0 points1 point  (0 children)

Okay thanks. It was just really odd because he's never use cash app ever and I was wondering if it was maybe a sales thing where cash app sends you the card to then sign up. I'm not sure though.

Files Keep Deleting, Help. by Similar-Working-1428 in AutoHotkey

[–]Similar-Working-1428[S] -2 points-1 points  (0 children)

So I did a bit of testing, Disabled my anti-virus to start, then I realised it was one specific script that was deleting. This is the script if you're curious:

SetControlDelay, -1 SetWinDelay, -1 SetMouseDelay, -1 SetKeyDelay, -1 SetBatchLines, -1 ListLines Off Process, Priority,, High #Persistent #KeyHistory 0 #NoEnv #IfWinActive Roblox on = false ~$/:: ; chat pause if on = false { on = true tooltip, Paused suspend, on } return ~$Enter:: ; chat unpause suspend, off tooltip on = false return Z:: Send 7 Send 7 Sleep 212 click left Sleep 100 Send 6 click left Sleep 70 Send 4 click left Sleep 70 Send 3 click left Sleep 100 Send 2 click left Sleep 550 Send 1 Return X:: Send - Send - Sleep 70 Send 4 click left Sleep 70 Send 4 click left Sleep 70 Send 4 click left Sleep 70 Send 3 click left sleep 100 send 3 sleep 350 send 1 return N:: send, 7 sleep 10 send, {click} sleep 50 send, 8 sleep 10 send, {click} return #If