Results 1 to 9 of 9

Thread: I need: SetRun(Run:Boolean);

  1. #1
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default I need: SetRun(Run:Boolean);

    Simba Code:
    SetRun(Run:Boolean);
    Anyone make one/have one?
    Thanks <3

  2. #2
    Join Date
    Jul 2012
    Posts
    437
    Mentioned
    10 Post(s)
    Quoted
    165 Post(s)

    Default

    07 or EOC

  3. #3
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Quote Originally Posted by tealc View Post
    07 or EOC
    07 of course! We're in the OldSchool section.

  4. #4
    Join Date
    Jul 2012
    Posts
    437
    Mentioned
    10 Post(s)
    Quoted
    165 Post(s)

    Default

    Quote Originally Posted by YoHoJo View Post
    07 of course! We're in the OldSchool section.
    Should have checked that was looking at latest posts.

    here's the one ive been using it checks if run is on after it clicks the run button

    Simba Code:
    function setrun2:boolean;
    var
    c1:integer;
    begin
     mousebox(664,472,686,493,1);
     wait(randomrange(200,400));
     mousebox(625,416,655,443,1);
      wait(200);
         if(1711220=getcolor(630,420)) then
         result:=true;

    end;

  5. #5
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

  6. #6
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post
    Why not just use the official include yohojo? 95% of the functions work including setrun
    Using DannyRS' I thought it was as much up to date as official.
    Also I expect official to be buggy for a while and have a lack of quality control (just a guess).
    I could just rip it from official though if official has one, thanks!

  7. #7
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by YoHoJo View Post
    Using DannyRS' I thought it was as much up to date as official.
    Also I expect official to be buggy for a while and have a lack of quality control (just a guess).
    I could just rip it from official though if official has one, thanks!
    You should try out the official, the scripts I've made with it never had any problems . Just don't do openbank and stuff like that

  8. #8
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post
    You should try out the official, the scripts I've made with it never had any problems . Just don't do openbank and stuff like that
    Got Skype?
    A.Lakhotia pl0x add mi

  9. #9
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by YoHoJo View Post
    Got Skype?
    A.Lakhotia pl0x add mi
    Yeah, but I can't get on until tonight , if you catch Justin on before then he can help you set it up

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
  •