Skip to content

Commit

Permalink
Update bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Astu04 authored Mar 4, 2024
1 parent 1171f07 commit 98ff409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ export ANDROID_DATA=/data;
export ANDROID_ROOT=/data;

get_mitm_pkg() { # This function is so hardcoded that I'm allergic to it
busybox ps aux | grep -E -C0 "atlas|gocheats" | grep -C0 -v grep | grep -v mapping | awk -F ' ' '/com.pokemod.atlas/{print $NF} /com.gocheats.launcher/{print $NF}' | grep -E -C0 "atlas|gocheats" | sed 's/^[0-9]*://'
busybox ps aux | grep -E -C0 "pokemod|gocheats" | grep -C0 -v grep | awk -F ' ' '/com.pokemod/{print $NF} /com.gocheats.launcher/{print $NF}' | grep -E -C0 "pokemod|gocheats" | sed -e 's/^[0-9]*://' -e 's@:.*@@g' | sort | uniq
}
MITMPKG=$(get_mitm_pkg)
POGOPKG=com.nianticlabs.pokemongo
Expand Down

0 comments on commit 98ff409

Please sign in to comment.