PDA

View Full Version : i never find my UIDS



RudeBoiAlex
09-29-2007, 09:35 AM
well i deleted them a couple of weeks ago now ive been doing some lutilogging but cant find them i look at

c:/WINDOWS/.jagex_cache_32

theres nothink there then i into rs folder ad theres aload of stuff tehere should i delete that?

BobboHobbo
09-29-2007, 10:58 AM
Use this, i found somewhere before. It deletes all possible places where the UID can be.

program New;
begin
ReWriteFile('C:\\Windows\.jagex_cache_32\random.da t',true);
ReWriteFile('C:\\Windows\.file_store_32\random.dat ', true);
ReWriteFile('C:\\Windows\.file_store_32\uid.dat',t rue);
ReWriteFile('C:\\Windows\uid.dat',true);
ReWriteFile('C:\\Windows\random.dat',true);
ReWriteFile('C:\\uid.dat',true);
ReWriteFile('C:\\random.dat',true);
ReWriteFile('C:\\Current Login Name Here\uid.dat',true);
ReWriteFile('C:\\Current Login Name Here\random.dat',true);
ReWriteFile('C:\\Program Files\Mozilla Firefox\uid.dat',true);
ReWriteFile('C:\\Program Files\Mozilla Firefox\random.dat',true);
ReWriteFile('C:\\RSCache\uid.dat',true);
ReWriteFile('C:\\RSCache\random.dat',true);

end.

RudeBoiAlex
09-29-2007, 11:18 AM
ty :)

yanix
09-30-2007, 01:36 PM
i get this

File access error...

Lalaji
09-30-2007, 02:28 PM
Uid has been change to Random...

You can just search for it and you'd get it

nething
09-30-2007, 09:41 PM
Use this, i found somewhere before. It deletes all possible places where the UID can be.

program New;
begin
ReWriteFile('C:\\Windows\.jagex_cache_32\random.da t',true);
ReWriteFile('C:\\Windows\.file_store_32\random.dat ', true);
ReWriteFile('C:\\Windows\.file_store_32\uid.dat',t rue);
ReWriteFile('C:\\Windows\uid.dat',true);
ReWriteFile('C:\\Windows\random.dat',true);
ReWriteFile('C:\\uid.dat',true);
ReWriteFile('C:\\random.dat',true);
ReWriteFile('C:\\Current Login Name Here\uid.dat',true);
ReWriteFile('C:\\Current Login Name Here\random.dat',true);
ReWriteFile('C:\\Program Files\Mozilla Firefox\uid.dat',true);
ReWriteFile('C:\\Program Files\Mozilla Firefox\random.dat',true);
ReWriteFile('C:\\RSCache\uid.dat',true);
ReWriteFile('C:\\RSCache\random.dat',true);

end.



There is more places... I found out that if you make the random.dat read only after deleting the stuff inside it with notepad it will make a new one over and over in bunches of places. Here is a screenshot of a search I did.
http://i212.photobucket.com/albums/cc309/bikeboy00/random.jpg

Tim0suprem0
09-30-2007, 10:51 PM
Yeah you can just search for 'random' and it will come up. Jagex has a few tricky spots if you make them read only, otherwise for me at least they stay in the same couple spots.

RudeBoiAlex
10-02-2007, 10:06 PM
and should i delete everythikn saying random?

Johura
10-03-2007, 01:23 PM
random.dat, yes.

drkstlkr
10-04-2007, 08:35 PM
I made a couple of DOS batch files that delete the RANDOM.DAT file if you wanna try them out here:

http://www.villavu.com/forum/showthread.php?t=18526?p=232119#post232119