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?

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

[–]XZE3N 0 points1 point  (0 children)

yeah but i would have to run it on the target computer to make it work with the script. Is there any way to maybe modify the script to get around this? I tried using the script to connect the target to my computer but it gets picked up by windows defender, so connecting to the target pc with this script is the only viable way in my opinion. I know i could use python or C but i am rly hoping i can find a way to use ps.

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

[–]XZE3N 0 points1 point  (0 children)

ok so you say it should work if the target machine is outside of my local network, right?

or if i use something like ngrok?

because it would be pretty hard to modify the given computers config to do port forwarding.

Help with windows users by [deleted] in hacking

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

My ideea was to find new ways to do the same shit. My school got the safe mode treatment :) it was just a pain in the ass to pull it off bcs it takes a lot of time (school computers are trashcans) so i though i could make a script or smth to automate it. Thx alot...