Skip to content

Commit

Permalink
Update w8x64
Browse files Browse the repository at this point in the history
  • Loading branch information
akuhnet authored Sep 18, 2021
1 parent 7f9af3f commit 2b06829
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions w8x64
Original file line number Diff line number Diff line change
@@ -1,20 +1,33 @@
echo "===================================="
echo "Download windows files"
wget -O w8x64.img https://bit.ly/akuhnetw8x64
echo "===================================="
curl -L -o w8x64.img https://bit.ly/akuhnetw8x64
echo "===================================="
echo "Download ngrok"
echo "===================================="
wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip > /dev/null 2>&1
unzip ngrok-stable-linux-amd64.zip > /dev/null 2>&1
read -p "Ctrl + V Authtoken: " CRP
./ngrok authtoken $CRP
nohup ./ngrok tcp 3388 &>/dev/null &
echo "===================================="
echo Downloading File From akuh.net
apt-get install qemu
echo "===================================="
apt-get install qemu /dev/null 2>&1
echo "===================================="
echo "Wait"
echo "===================================="
echo "===================================="
echo "Starting Windows"
echo RDP Address:
curl --silent --show-error http://127.0.0.1:4040/api/tunnels | sed -nE 's/.*public_url":"tcp:..([^"]*).*/\1/p'
echo "===================================="
echo "===================================="
echo "Ctrl+C To Copy"
echo "Wait 1-2 minute to finish bot"
echo "Dont Close This Tab"
echo "Please support akuh.net thank you"
qemu-system-x86_64 -hda w7x64.img -m 8G -smp cores=4 -net user,hostfwd=tcp::3388-:3389 -net nic -object rng-random,id=rng0,filename=/dev/urandom -device virtio-rng-pci,rng=rng0 -vga vmware -nographic
echo "===================================="
echo "===================================="
qemu-system-x86_64 -hda w7x64.img -m 8G -smp cores=4 -net user,hostfwd=tcp::3388-:3389 -net nic -object rng-random,id=rng0,filename=/dev/urandom -device virtio-rng-pci,rng=rng0 -vga vmware -nographic /dev/null 2>&1
sleep 43200

0 comments on commit 2b06829

Please sign in to comment.