Results 1 to 14 of 14

Thread: Deletes uid.dat + random.dat in most (all?) possible places

  1. #1
    Join Date
    Jul 2007
    Location
    America
    Posts
    421
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Deletes uid.dat + random.dat in most (all?) possible places

    Uid.dat and Random.dat Overwriter (not deleter)

    Overwrites uid.dat and random.dat in most possible places with a blank document.

    You must have runescape closed or you'll get a file access error.

    SCAR Code:
    program New;
    begin
      ReWriteFile('C:\\Windows\.jagex_cache_32\random.dat',true);
      ReWriteFile('C:\\Windows\.file_store_32\random.dat', true);
      ReWriteFile('C:\\Windows\.file_store_32\uid.dat',true);
      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);  //Thanks for pointing that out JuKKa
    end.

    Dunno if this will help anybody - I just made it in two seconds for personal use and decided to post it here. BTW, you have to allow it to access some of your files (just to delete the uid.dat and random.dat).

    This actually rewrites it, not deletes it (put wrong thing in title).
    I dunno, those asians are pretty difficult to out-auto, legend has it they don't need sleep or food...~tim0suprem0
    Activity is on the decline - school's got me
    Check out my tutorial[s] on Color Finding!||Procedures and Functions!

  2. #2
    Join Date
    Aug 2007
    Posts
    75
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I personally just prefer to search for both files, but nice little script!

  3. #3
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    Mpr Store or whatever is MoparScape, isnt it?

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  4. #4
    Join Date
    Jul 2007
    Location
    America
    Posts
    421
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Oh, yes, it does stand for moparscape. I tried it once a few months ago and it didn't work. I'll take that out of my script.
    I dunno, those asians are pretty difficult to out-auto, legend has it they don't need sleep or food...~tim0suprem0
    Activity is on the decline - school's got me
    Check out my tutorial[s] on Color Finding!||Procedures and Functions!

  5. #5
    Join Date
    Oct 2006
    Location
    finland, helsinki
    Posts
    2,501
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    You forgot "RSCache".. ;P

    C:\RSCache\

    Code:
    • Narcle: I recall Jukka releasing a bunch of scripts like this before... Its how he rolls I think. rofl
    • Solarwind: Dude, you are like... t3h s3x.
    • Hy71194: JuKKa you're a machine! You released 3 scripts in 10 minutes! :O
    • benjaa: woah.... Jukka is the man Guildminer pwns all
    • NaumanAkhlaQ: And JuKKa Is my Her0!

  6. #6
    Join Date
    Mar 2007
    Posts
    1,700
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    I made this my newscript.txt (default scar file), so I can delete quickly whenever I'm ready to auto. I recommend everyone else to do this aswell. =]

  7. #7
    Join Date
    Jul 2007
    Location
    America
    Posts
    421
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    EDITS:

    -Added RSCache - thanks JuKKa.
    -Switched False to True - false would make a blank copy if none existed.
    -Deleted mpr_store (that was moparscape) - thanks garrett


    Hope this helps everybody.
    I dunno, those asians are pretty difficult to out-auto, legend has it they don't need sleep or food...~tim0suprem0
    Activity is on the decline - school's got me
    Check out my tutorial[s] on Color Finding!||Procedures and Functions!

  8. #8
    Join Date
    Mar 2007
    Posts
    62
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I get this:

    Successfully compiled
    File access error
    File access error
    Successfully executed

    EDIT: Fixed it! I had to run scar in administrator because i have vista on this computer. THX!!
    Want to stop all those level 3 autoers? Want to help the SRL community to stop them? Get bot catcher here:http://www.srl-forums.com/forum/atta...0&d=1177242675

  9. #9
    Join Date
    Oct 2007
    Location
    Anime land. Woot!
    Posts
    552
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    sweet cause i don't know how to delet these one my own =ppp
    and do i have to do this every time before i auto? once a week once only??

  10. #10
    Join Date
    Jul 2007
    Location
    Norway.
    Posts
    1,938
    Mentioned
    3 Post(s)
    Quoted
    0 Post(s)

    Default

    Wow, useful. Saved!

    Thanks, gl.

    IMORTANT EDIT: What is the command for deleting a file from scar? I dont want it to just rewrite files. Thanks

  11. #11
    Join Date
    Feb 2007
    Location
    Estonia
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Deleting and rewriting are helping littel, if Jag staff are looking for You. I deleted files before trade, after trade ( from all computers that i used) and after third login - but getted banned - so it's not the best way - but littel help anyway.

  12. #12
    Join Date
    Nov 2007
    Location
    Norway
    Posts
    178
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I made a .bat file... Much easier!

    Download and run

  13. #13
    Join Date
    Jul 2007
    Location
    America
    Posts
    421
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Eh, I made this 3 months ago. I'm not sure what the command is for delete file (deletefile(), maybe? I'll go try it...).

    EDIT: DeleteFile() isn't a valid command... hmm... oh well, rewritefile does the same job. Funny how I still use this... I bet they have uid.dat's everywhere. I could just make a .bat though, would be easier.

    I'm a little uneasy about downloading bat files - I'll make one myself.

    BTW, if you get a 'File Access Error' and you have RS running, you need to close rs and run it again. Unfortunately, you can't delete uid.dat's and stuff while RS is running.

    EDIT: Cerium's .bat is safe, incase anybody was wondering. Guess I can just use this one and not have uid.dat/random.dat running around.

    cd C:\\

    @echo Let's Get Rid Of This Fucking Noob Files! =)

    @pause

    del C:\Windows\.jagex_cache_32\random.dat
    del C:\Windows\.file_store_32\random.dat
    del C:\Windows\.file_store_32\uid.dat
    del C:\Windows\uid.dat
    del C:\Windows\random.dat
    del C:\uid.dat
    del C:\random.dat
    del C:\Documents And Settings\uid.dat
    del C:\Documents And Settings\random.dat
    del C:\Program Files\Mozilla Firefox\uid.dat
    del C:\Program Files\Mozilla Firefox\random.dat
    del C:\RSCache\uid.dat
    del C:\RSCache\random.dat

    @echo =====DONE!=====

    @pause
    I dunno, those asians are pretty difficult to out-auto, legend has it they don't need sleep or food...~tim0suprem0
    Activity is on the decline - school's got me
    Check out my tutorial[s] on Color Finding!||Procedures and Functions!

  14. #14
    Join Date
    Jul 2007
    Location
    Mo-Town
    Posts
    259
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    redeyes20 please don't gravedig. Since it is already dug:

    I like my bat file I made its fancy. It's only on my mom's comp though so I can't upload it here .
    Quote Originally Posted by Napolean
    In Politics, Stupidity is Not a Handicap
    Quote Originally Posted by Unknown
    Marriage is like a bank. You put it in, Pull it out, then lose interest.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. List of places w/ no randoms
    By AgentZero in forum News and General
    Replies: 12
    Last Post: 08-25-2008, 04:53 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •