Results 1 to 10 of 10

Thread: Anyone know what's wrong with this script

  1. #1
    Join Date
    Feb 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Unhappy Anyone know what's wrong with this script

    i tried everything but i cant get it to work. its has anti-leech. i change some stuff but i cant get it running.

    here is the script:
    http://pastebin.com/0kaSvRL2

    when i run it it gives me this:

    [Hint] C:\WINDOWS\Simba\Includes\SRL/SRL/core/animation.simba(257:3): Variable 'X' never used at line 256
    [Hint] C:\WINDOWS\Simba\Includes\SRL/SRL/core/animation.simba(257:3): Variable 'Y' never used at line 256
    Compiled successfully in 750 ms.
    [~~~~~~RangeGuilder by Riyyi - Version 1.23~~~~~]
    Time Running : 0 Seconds
    XP Gained : 0
    XP Per Hour : 0
    Courses Done : 0
    Tickets Gained : 0
    [~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~]
    Successfully executed.

    tried to fix it for over 2hrs but nothing yet.
    any ideas how to fix this. thx i really appreciate it.

  2. #2
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    U never setup smart. And we aren't supposed to help you get around anti-leech btw.
    I am Ggzz..
    Hackintosher

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

    Default

    Also, did you post that on pastebin? If so please avoid doing that. As any one can find the scripts.
    Oh Hai Dar

  4. #4
    Join Date
    Feb 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Brandon View Post
    U never setup smart. And we aren't supposed to help you get around anti-leech btw.
    yeh i know i was stuck on this for like 2hrs finding wht wrong with this. or else i would not ask cuz of this anti-leech

  5. #5
    Join Date
    Feb 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    whats wrong with this??

    begin
    Smart_Server := 65;
    Smart_Members := True;
    Smart_Signed := True;

    SetupSRL;
    DeclarePlayers;
    GeneralCheck;

    repeat
    SetupScript;
    GetIntoPos;
    ClickNorth(1);
    MakeCompass(35 + Random(5));

    repeat
    GeneralCheck;
    Progress;
    until(TimeFromMark(ClientTokenLogout) < CTLRandom)

    Logout;
    Wait(RandomRange(600000,650000))
    until(true)

    MainLoop;
    end.

  6. #6
    Join Date
    Feb 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by whzup View Post
    whats wrong with this??

    begin
    Smart_Server := 65;
    Smart_Members := True;
    Smart_Signed := True;

    SetupSRL;
    DeclarePlayers;
    GeneralCheck;

    repeat
    SetupScript;
    GetIntoPos;
    ClickNorth(1);
    MakeCompass(35 + Random(5));

    repeat
    GeneralCheck;
    Progress;
    until(TimeFromMark(ClientTokenLogout) < CTLRandom)

    Logout;
    Wait(RandomRange(600000,650000))
    until(true)

    MainLoop;
    end.

    [Do i have to change the repeat??]. srry this language a whole new experience

  7. #7
    Join Date
    Mar 2012
    Location
    Grambling, LA
    Posts
    70
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by whzup View Post
    [Do i have to change the repeat??]. srry this language a whole new experience
    Please read this tutorial in the tutorial section.
    Title: "Script down your first rs tree!".
    By: Griff

    You will find out what exactly you are missing.
    http://villavu.com/forum/showthread.php?t=44942

  8. #8
    Join Date
    Feb 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    idk i rad it but i get the same error. i change the SMART set-up still get the error and played around with tit but i get the same thing

  9. #9
    Join Date
    Feb 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Bump

  10. #10
    Join Date
    Mar 2012
    Location
    Grambling, LA
    Posts
    70
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I will give you a hint, but not the solution.

    Where/How do you see these lines usually, look other Simba scripts in to figure it out.
    Simba Code:
    XPGained := XPTotal - StartXP;
      WriteLn('[~~~~~~RangeGuilder by Riyyi - Version ' + Version + '~~~~~]')
      WriteLn(' Time Running      : ' + TimeRunning)
      WriteLn(' XP Gained         : ' + ToStr(XPGained))
      WriteLn(' XP Per Hour       : ' + FloatToStr((3600000 / GetTimeRunning) * XPGained))
      WriteLn(' Courses Done      : ' + ToStr(CoursesDone))
      WriteLn(' Tickets Gained    : ' + ToStr(CurrentTickets - StartTickets))
      WriteLn('[~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~]')

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
  •