After reading and posting in a thread about UID deletion I came up with a nifty little idea. What if I had one consistent UID for my main and another entirely different consistent UID for my minions? I made a batch file that will switch out UIDs when I run it and then when I close it the original UID that was there gets put back. It'd be an easy enough way to have one UID for use with a main and another UID for use with your autoer(s). I was wondering if this would be less suspect by Jagex than if the accounts were to frequently get a new UID like they would if you were to just delete it before and after you auto.
echo off
cd C:\WINDOWS\.jagex_cache_32
del uid.dat
cd C:\WINDOWS\.file_store_32
del uid.dat
cd C:\Documents and Settings\userman\My Documents\autoer_uid
xcopy uid.dat C:\\WINDOWS\.jagex_cache_32\
cd C:\Program Files\SCAR 2.03
start scar.exe
echo =============================
echo PRESS ENTER WHEN DONE AUTOING
echo =============================
pause
cd C:\WINDOWS\.jagex_cache_32
del uid.dat
cd C:\WINDOWS\.file_store_32
del uid.dat
cd C:\Documents and Settings\userman\My Documents\main_uid
xcopy uid.dat C:\\WINDOWS\.jagex_cache_32\


Reply With Quote
....





