AnonEMister

Newbie
Jun 25, 2018
32
62
Plot twist : bro going to turn aiko into a cuck just like MC:p
Both MC and aiko will be sitting and rubbing it off while BBC ravage everyone close to them:WeSmart:
That's the sequel "Locked Down 2: BBC Boogaloo".
Bro: "I'm tired of these wenches. Aiko. You got any family in your house?"
Aiko: "my mom, 3 sisters, cousin, aunt"
*MC crying in a corner*
Bro: "Get yo bitch ass up, we moving to another household."
 

kingman01

Newbie
Jan 29, 2023
54
48
That's the sequel "Locked Down 2: BBC Boogaloo".
Bro: "I'm tired of these wenches. Aiko. You got any family in your house?"
Aiko: "my mom, 3 sisters, cousin, aunt"
*MC crying in a corner*
Bro: "Get yo bitch ass up, we moving to another household."
doesn't Bro already have Aiko's mom and sis? Hana and sakura
 

x0run

Member
Mar 27, 2019
154
100
Damn, he's releasing them fairly quickly. Hopefully he actually does things with Aiko this chapter.
 

monksims

Active Member
Mar 17, 2019
522
553
Thanks for making your "script".

Code:
for f in `find .`; do mv -v "$f" "`echo $f | tr '[A-Z]' '[a-z]'`"; done
Instead of renaming ALL files, I'd suggest this instead:
Bash:
for f in `find . -not -name 'Locked Down.html' -name '*[A-Z]*'`; do mv -v -- "$f" "`echo $f | tr '[A-Z]' '[a-z]'`"; done
It leaves the html file as is (mixed case) and only renames files and directories that need to be renamed to all lowercase.

And then the "script" should make a backup of the html before sed commands:
Bash:
cp "Locked Down.html" "Locked Down.html.bak"
So the whole script:
Bash:
for f in `find . -not -name 'Locked Down.html' -name '*[A-Z]*'`; do mv -v -- "$f" "`echo $f | tr '[A-Z]' '[a-z]'`"; done
cp "Locked Down.html" "Locked Down.html.bak"
sed -i -E 's/(src=")([^&]*)(")/\1\L\2\3/g' Locked\ Down.html
sed -i -E 's/(URL\(")([^"]*)("\))/\1\L\2\3/g' Locked\ Down.html
 

youraccount69

Engaged Member
Donor
Dec 30, 2020
2,287
860
LockedDown-0.19
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 
3.90 star(s) 18 Votes