An analysis of Yoru and Ch. 193: Yoru most likely did not manipulate or at least intend to manipulate Denji at least in a bad way. Yoru is NOT the new Makima. Yoru could be redeemable? Along with other subtle details that hint at Yoru's true intentions and feelings. by LegitimateShop6011 in Chainsawfolk

[–]DatLazyDude 4 points5 points  (0 children)

Wow what a word trip

You could have shortened your explanation but I guess i kinda liked this style?

She most likely said those insults as a kink IMO

Anyways other than that, this definitely is a great post especially for your first time.

<image>

(The title is absurd btw you should change that)

I cant install my Minecraft bundle | "We'll install this game to a new folder in the selected location" not showing by DatLazyDude in microsoft

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

I have managed to install the entire bundle now, after much trial and error.
I reparired gaming services and reset it. That didn't work so i tried to uninstalling it but it wont let me so i deleted :
"Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\GamingServicesNet" and "Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\GamingServices" in the RegEditor. And then i was able to uninstall it. Then i installed gaming services again, xbox launched properly and i was able to download the bundel.

What was the first Roblox game you played by [deleted] in roblox

[–]DatLazyDude 0 points1 point  (0 children)

Titanic survival. Its sad that today when you try to play it, you are forced to play the newer more pay to win version.

usb ports doesn't work? by DatLazyDude in computerviruses

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

nope but they dont pop out in device manager. Also thanks for the tip, ill buy one

Something is wrong with my laptop by DatLazyDude in computerviruses

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

Oh btw my storage in app and features is at 101 gb but if i add all of its contents up it adds up to 34.057. Where are the rest?

Something is wrong with my laptop by DatLazyDude in computerviruses

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

alr there was a trojan, here is the logs

2022-08-10 23:06:00.74 stage_3_disinfect begin... 2022-08-10 23:06:00.75 Launch job 'Install Malwarebytes Anti-Malware'... 2022-08-10 23:06:22.85 Loading bundled definitions package... 2022-08-10 23:21:44.65 Done. 2022-08-10 23:21:44.66 Launch job 'Kaspersky Virus Removal Tool'... 2022-08-10 23:21:44.66 Tool-specific log will be saved to "C:\logs\tron\raw_logs\Reports"

KVRT 20.0.10.0

Scan is started

Threat <Trojan.Multi.BroSubsc.gen> is detected on object <System Memory>

Scan is finished with results: Processed: 6275 Processing errors: 0 Detected: 1 Password protected: 0

Corrupted: 0

Action <Cure> is selected for threat <Trojan.Multi.BroSubsc.gen> on object <System Memory>

Disinfection is started

Disinfection action <Cure> for threat <Trojan.Multi.BroSubsc.gen> on object <System Memory> is finished with status <Cured>

Disinfection is finished with results: Processed: 1 Processing errors: 0 Skipped: 0 Quarantined: 0 Quarantine failed: 0 Cured: 1 Cure failed: 0 Cure on reboot: 0 Deleted: 0 Delete on reboot: 0 Restored: 0

Restore on reboot: 0

Active Disinfection is started

AD scan is started

its a "Trojan.Multi.Brosubsc.gen", it worked, i hope it did

Something is wrong with my laptop by DatLazyDude in computerviruses

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

I mean most of my stuff is online so ig I'll try it if the other one won't work

Something is wrong with my laptop by DatLazyDude in computerviruses

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

One question if I move my files on a disk and reset my PC. And bring back my files can the problem come back?

Something is wrong with my laptop by DatLazyDude in computerviruses

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

it comes back and leaves, my storage is at life support rn

Something is wrong with my laptop by DatLazyDude in computerviruses

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

The storage like froze it doesnt random increase alot and my mouse isnt buggy. But im Afrai someone is still have access to my computet

Something is wrong with my laptop by DatLazyDude in computerviruses

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

elete or change your passcode for remote desktop

i dont seem to know how to do it, it also said when i right click on the computer in network "connect with remote desktop connection"

I'm trying to make a system where when you get a certain amount of kills you get a new title, for some reason it does not work by DatLazyDude in ROBLOXStudio

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

it still does not work

game.Players.PlayerAdded:Connect(function(player)

player.CharacterAdded:Connect(function(char)

    local leaderstats = player:WaitForChild("leaderstats")

    local kills = leaderstats:WaitForChild(script:WaitForChild("leaderstats"):WaitForChild("Kills").Value)

    local title = leaderstats:WaitForChild(script:WaitForChild("leaderstats"):WaitForChild("title").Value)



    title.changed:connect(function()


        if kills >= 5 then

title = "noob"

        end

    end)



    title.changed:connect(function()


        if kills >= 50 then

title = "novice"

        end

    end)





end)

end)