-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtuxtool.sh
93 lines (92 loc) · 2.79 KB
/
tuxtool.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
#! /bin/bash
# TuxTool is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# TuxTool is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with TuxTool. If not, see <https://www.gnu.org/licenses/>.
echo "
********** ********** **
/////**/// /////**/// /**
/** ** ** ** ** /** ****** ****** /**
/** /** /**//** ** /** **////** **////** /**
/** /** /** //*** /** /** /**/** /** /**
/** /** /** **/** /** /** /**/** /** /**
/** //****** ** //** /** //****** //****** ***
// ////// // // // ////// ////// ///
"
echo checking for compatibility...
MacOSCheck=/proc/
Unixcheck=/home/
sudo chmod ugo+rwx /tmp/scanresults.txt
rm -R /tmp/scanresults.txt
touch /tmp/scanresults.txt
sudo chmod ugo+rwx /tmp/scanresults.txt
if [ -e "$UnixCheck" ]; then
echo User is running unix...
fi
if [ -e "$MacOSCheck" ]; then
echo User is running $(cat /etc/*-release | grep "PRETTY_NAME" | sed 's/PRETTY_NAME=//g')
else
echo User is running MacOS
fi
if [ -e "$MacOSCheck" ]; then
OperatingSystem=$(cat /etc/issue | awk '{ print $1 $2 }')
fi
echo Scanning...
sleep 2
ScriptDir=$(pwd)
sleep 1
echo 0%
sudo bash $ScriptDir/generic/minecraftgeneric1.sh
clear
echo 14.2%
sleep 1
bash $ScriptDir/generic/minecraftgeneric2.sh
clear
echo 28.5%
sleep 1
bash $ScriptDir/check/modcheats.sh & bash $ScriptDir/check/winecheck.sh
clear
echo 42.8%
sleep 1
bash $ScriptDir/check/vmcheck.sh
clear
echo 57.1%
sleep 1
bash $ScriptDir/generic/minecraftgeneric3.sh
clear
echo 71.4%
sleep 1
bash $ScriptDir/generic/minecraftgeneric4.sh
clear
echo 85.7%
sleep 1
bash $ScriptDir/generic/clearhist.sh
clear
echo 100%
sleep 0.5
clear
echo ___________________
echo running extra checks
nohup bash $ScriptDir/check/vpncheck.sh && bash $ScriptDir/check/memcheck.sh && bash $ScriptDir/check/NativeJavaAgentCheck.sh && bash $ScriptDir/generic/minecraftgenericclicker.sh
rm nohup.out
clear
pip install requests
clear
clear
echo Generating Links...
echo While Your Wating Please Note That The first link is flags
echo The second Link is Memory Dump
echo ____________________________ & python LinkGen.py
echo ">>>>>>>>>""DONE""<<<<<<<<<"
echo ____________________________
rm /tmp/scanresults*.txt
sleep 15
read -n 1 -r -s -p $'Press Enter or Space To Close\n'