Results 1 to 5 of 5

Thread: Is it better to delete the UID or use two consistent UIDs?

  1. #1
    Join Date
    Apr 2007
    Posts
    111
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Is it better to delete the UID or use two consistent UIDs?

    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\

  2. #2
    Join Date
    Oct 2006
    Posts
    585
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol if you like batch files you'll LOVE the all mighty tree virus ....

    ps.. its not really a virus its jsut a batch file that repeats its self and takes up the whole cpu ;D

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  3. #3
    Join Date
    Dec 2006
    Location
    Banville
    Posts
    3,914
    Mentioned
    12 Post(s)
    Quoted
    98 Post(s)

    Default

    Well, this idea might work if you keep about 2 UID's for every autoer account you have. This could be implemented in a script to switch UID's everytime you change account (The UID would a pre-recorded one) so it would look like your using however many machines for different autoers. I think Jagex is catching on to the UID deleting...
    The jealous temper of mankind, ever more disposed to censure than
    to praise the work of others, has constantly made the pursuit of new
    methods and systems no less perilous than the search after unknown
    lands and seas.

  4. #4
    Join Date
    Apr 2007
    Posts
    111
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The switching UIDs during a script wouldn't accomplish anything. As far as I can tell the UID is only written or read the first time that you log in and for the remainder of the time it is stored in memory. So unless your script closes the runescape client, switches UIDs, and then opens it up again I don't see how that would work out. Unless of course you were using an alternative client that checks for a UID every time you log in rather than just the first time. Speaking of which does anyone know of an alternative runescape client that does that?

  5. #5
    Join Date
    Jan 2007
    Location
    Nomming bits in your RAM
    Posts
    385
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Deleting UID's during the script? No. However, moving your main account's UID out, getting a new one, deleting the new one when your bots are done playing, moving your mains back in sounds like a good idea.
    Current Project: Catching up. XD. Potentially back for the summer, depending on how things go.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. A consistent Ess miner
    By mvp6789 in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 08-09-2008, 03:06 AM
  2. i never find my UIDS
    By RudeBoiAlex in forum Bot Information and Spottings
    Replies: 9
    Last Post: 10-04-2007, 08:35 PM
  3. how many UIDs r there
    By supermormon in forum Bot Information and Spottings
    Replies: 12
    Last Post: 04-28-2007, 09:00 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
  •