Results 1 to 10 of 10

Thread: Is uptext broken?

  1. #1
    Join Date
    Feb 2009
    Posts
    2,155
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default Is uptext broken?

    i try to run this

    SCAR Code:
    if findcolor(x, y, 5661782 , MSx1, Msy1, Msx2, Msy2) then
        begin
          mmouse(x, y, 5, 5);
          if isuptext('ock') then
            mouse(x, y, 0, 0, true);
          inv := invcount
          marktime(a);
          repeat
            disguise(inttostr(TimeFromMark(a)) + 'Addy');
            wait(10);
            findnormalrandoms;
          until (inv < invcount) or (a = 45000);
        end else
        if findcolor(x, y, 2699593 , MSx1, Msy1, Msx2, Msy2) then
        begin
          mmouse(x, y, 5, 5);
          if isuptext('ock') then
            mouse(x, y, 0,0, true);
          inv := invcount
          marktime(a);
          repeat
            disguise(inttostr(TimeFromMark(a)) + 'Iron');
            wait(10);
            findnormalrandoms;
            if random(100) <= 10 then
              antiban;
          until (inv < invcount) or (a = 10000);
        end else
        findnormalrandoms;
            if random(100) <= 10 then
            antiban;
      until(invfull);
      if not findcolor(x,y, 1647162, MIX1, MIY1, MIX2, MIY2) then
        alert('Banking time');
      inc(g);
    end;

    and all it does is hover over an addy rock and not click it

  2. #2
    Join Date
    Aug 2009
    Location
    Inside the Matrix...yes it has me, and it has you too.
    Posts
    1,896
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yes, uptext was broken, but if you update your SRL to SRL #38 it will be fixed. open scar, go to file, and press 'Download SRL'

    try it again
    NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN

  3. #3
    Join Date
    Feb 2009
    Posts
    2,155
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default

    i have dev rev though

  4. #4
    Join Date
    Feb 2009
    Posts
    2,155
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default

    Is dev rev broken?

  5. #5
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    im not sure, just use normal rev for now though
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

  6. #6
    Join Date
    Sep 2007
    Location
    British Columbia, Canada
    Posts
    4,047
    Mentioned
    1 Post(s)
    Quoted
    2 Post(s)

    Default

    Isuptextmulticustom works.
    Before rev 38, the "yellow" colors (npc) didn't work for me.
    Oh Hai Dar

  7. #7
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    also, did you change the CTS to any thing other than 1 before you try to find the uptext? that might have done it too
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

  8. #8
    Join Date
    Jul 2008
    Location
    Canada
    Posts
    1,612
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Make sure you have the latest fonts and latest Scar which can be found using TortoiseSVN, with http://freddy1990.com/svn/scarprerelease

    Put it in a new folder, then replace the Fonts, and the .exe file in your normal SCAR folder. Or turn it into your new Scar folder

    Good luck~

  9. #9
    Join Date
    Feb 2009
    Posts
    2,155
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default

    its updatin them as we speak i just restarted scar and its updating the fonts so ill edit with if it worked or not

  10. #10
    Join Date
    Jul 2008
    Location
    Canada
    Posts
    1,612
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by J_Pizzle View Post
    its updatin them as we speak i just restarted scar and its updating the fonts so ill edit with if it worked or not
    Alright I am going to run a test script.

    Edit: Yes, its broken....
    Last edited by Smarter Child; 09-13-2009 at 06:25 AM.

Thread Information

Users Browsing this Thread

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

Posting Permissions

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