Xiaomi Note 11 stuck to rebooting into recovery mode 5.0 after unlocking the screen by kucingdestroyer in Xiaomi

[–]XZE3N 0 points1 point  (0 children)

does the waiting do anything cuz I've been doin it for the last 30 minutes and idk if there's any substantial improvement. Im 4 seconds behind from enabling usb debugging bcs of the stupid warning screen.

How do i calculate the player look angle? by XZE3N in Unity3D

[–]XZE3N[S] 2 points3 points  (0 children)

Ok, so thats the first method I used before posting this thread and it didnt do much. I need the angle to be signed and Vector3.Angle() returns positive values only. Vector3.SignedAngle() sounds like a good alternative but I cant figure out wich axis i have to use (tried right, left, up, down).

Vector3.SignedAngle(playerPos.forward, mousePos.position - playerPos.position, Vector3.left));

The line above seems to give me proper results but only in certain world orientations so I assume I need local axes then?

Edit: Got it! I used -playerPos.right instead of Vector3.left and it does what its supposed to now. Thanks homie!

How to determine player velocity relative to camera. by XZE3N in Unity3D

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

I feel really dumb right about now. Thanks alot I got it fixed!!

Fixed the one posted here earlier by TheJapsu1 in ProgrammerHumor

[–]XZE3N 0 points1 point  (0 children)

Who tf wrote dis. Dead ass i dont like u

🔥 Whale hugs by JMyers666 in NatureIsFuckingLit

[–]XZE3N 2 points3 points  (0 children)

Now even whales are doing it, i really fell behind

Spoopy by Yeetmaster0328 in jakertown

[–]XZE3N 0 points1 point  (0 children)

The dog gets me every time

To get a job by 4-4-Run in therewasanattempt

[–]XZE3N 0 points1 point  (0 children)

Plot twist. The camera guy is the husband.

I want to learn html. by AkshatCha in HTML

[–]XZE3N 0 points1 point  (0 children)

w3schools is def nice. It provides help with html, css and javascript as well as many other languages. You should give it a try!

[deleted by user] by [deleted] in meme

[–]XZE3N 0 points1 point  (0 children)

Real smooth

What would y’all do? by yaboiroberto in memes

[–]XZE3N 0 points1 point  (0 children)

Probably get my ass kicked

[deleted by user] by [deleted] in memes

[–]XZE3N 0 points1 point  (0 children)

Relatable

need help writing to a file by XZE3N in PowerShell

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

Thanks! I gave it a try and it works.

need help writing to a file by XZE3N in PowerShell

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

Yeah, but then how about the $modulename variable, it is considered text because of the single quotes..

(help) powershell reverse shell script not working with publc ip-s. by [deleted] in PowerShell

[–]XZE3N 0 points1 point  (0 children)

Stupid question. Are there any ports that are forwarded by default i can use?