Neverwinter gateway - Profession Automation

Automatically selects professions for empty slots

< 腳本Neverwinter gateway - Profession Automation的回應

評論:正評 - 腳本一切正常

§
發表於:2015-04-12
編輯:2015-04-12

Nevermind

There is no way to delete a thread. lol Thanks!

Rotten_mind作者
§
發表於:2015-04-13

...lolcat walks on street... no way delete, ;D.

BTW, is there way run script per TAB and run script with multiple account... that is old idea never tried it...

§
發表於:2015-04-13

I just use multiple instances of Chrome.

Rotten_mind作者
§
發表於:2015-04-13
I just use multiple instances of Chrome.

Did Linux VMware... it still eat some resources but runs better than Windows... still need make Chromium and TAmpermonkey + script install...

#!/bin/bash
# NWBot directory maker, run

echo "Generate NWbot00 - 09"
#evil-broken-command || true
if  [ -d "$HOME/NWbot" ] ; then
echo "failed, dir exist, starting NW00 - 09"
else
mkdir $HOME/NWbot
mkdir $HOME/NWbot/NWbot0{0..9}
echo "Created dir"
fi
i=0 
for i in {0..9}; do
chromium-browser %U --purge-memory-button --memory-model=low --disable-gpu-watchdog --disable-gpu --user-data-dir=$HOME/NWbot/NWbot0"$i" & 
pid=$! 
#echo "My PID is $pid"

echo "starting NWbot0$i PID $pid"

sleep 5
done
§
發表於:2015-04-14

#evil-broken-command || true

I LOL'd

發表回覆

登入以回覆