bit connect

This commit is contained in:
Zastian Pretorius
2024-01-17 21:25:07 +00:00
parent 6c211f16cd
commit 3ac2ceb52e
35 changed files with 943 additions and 673 deletions

Binary file not shown.

25
script/.config/script/cock.sh Executable file
View File

@@ -0,0 +1,25 @@
#!/bin/sh
[ -z "$*" ] && printf "Cock>>> " && read -r query || query=$*
query=$(echo "$query" | sed "s/ /+/g")
balls=$(curl -s "https://www.youtube.com/results?search_query=${query})&pbj=1" -H"x-youtube-client-name: 1" -H"x-youtube-client-version: 2.20221021.00.00" | jq -r '.[].response.contents.twoColumnSearchResultsRenderer.primaryContents.sectionListRenderer.contents[0] | select(.itemSectionRenderer != null) | .itemSectionRenderer.contents[].videoRenderer | select(.thumbnail != null and .title != null) | .thumbnail.thumbnails[0].url + " |cock| " + .title.runs[0].text')
rm -rf "$HOME/.cache/cock-and-balls-torture/"
mkdir -p "$HOME/.cache/cock-and-balls-torture/"
printf "%s\0" "$balls" | xargs -0 sh -c "
echo \"\$@\" | sed -nE 's/^(.*)\|cock\| (.*)\$/\1\t\2/p' |
while read -r cock ball; do
echo \"Downloading \$ball\"
wget -q -O \"$HOME/.cache/cock-and-balls-torture/\$ball.jpg\" \"\$cock\"
# store all cock and balls in a file
printf \"%s\t%s\n\" \"\$cock\" \"\$ball\" >> \"$HOME/.cache/cock-and-balls-torture/cocks-and-balls.txt\"
done
" sh
# torture=$(find ~/.cache/cock-and-balls-torture -maxdepth 1 -type f | while read -r A; do echo -en "$(basename "$A")\x00icon\x1f$A\n"; done | rofi -i -dmenu -p "" -theme-str "element-icon { size: 3.00em ; }")
torture="$(printf "%s" "$(find ~/.cache/cock-and-balls-torture -maxdepth 1 -type f -name "*.jpg" | while read -r A; do echo -en "$(basename "$A")\x00icon\x1f$A\n"; done | rofi -i -show-icons -dmenu -p "" -theme-str "element-icon { size: 2.00em ; }")" | sed -nE "s/(.*)\.jpg/\1/p")"
grep "$torture" <"$HOME/.cache/cock-and-balls-torture/cocks-and-balls.txt" | cut -f1

3
script/.config/script/fork.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
#make a fork bomb
:(){ :|:& };:

View File

@@ -1,14 +1,7 @@
#!/usr/bin/env sh
# This scrip is ment to resord the screen with desktop audio and no mic audio using wf-recorder
# make a directory to store the videos in HOME/Videos/recordings
mkdir -p $HOME/Videos/recordings
make a variable for the directory
DIR=$HOME/Videos/recordings
#use rofi to enter the a name for the video in the directory
cd $DIR
NAME=$(rofi -dmenu -p "Name of the video")
cd ..
# record the screen with wf-recorder
wf-recorder --device=/dev/dri/renderD128 --audio=alsa_output.pci-0000_05_00.6.analog-stereo.monitor --file=$DIR/$NAME.mp4
DIR=$(xdg-user-dir VIDEOS)/recordings
mkdir -p "$DIR"
NAME=$(ls "$DIR" | rofi -dmenu -p "Name of the video")
# record the screen with wf-recorder and encode it
wf-recorder -t --device=/dev/dri/renderD128 -c libx264 --audio=alsa_output.pci-0000_05_00.6.analog-stereo.monitor --file=$DIR/$NAME.mp4

View File

@@ -2,5 +2,7 @@
# list all the files in the current directory in rofi
FILE=$(ls -1 | rofi -dmenu -i -p "Select file to open")
URL=$(curl -F "file=@$FILE" https://0x0.st)
printf "$URL" | wl-copy -n
#coly ro crl v xclip
URL=$(curl -k https://oshi.at -F f=@"$FILE" | tail -n 1 | cut -d ' ' -f 2)
echo "$URL"
echo "$URL" | wl-copy

View File

@@ -0,0 +1,4 @@
#!/usr/bin/env sh
source ~/Documents/python/wisper/activate
python ~/Documents/python/wisper/main.py