Results 1 to 7 of 7

Thread: Mem

  1. #1
    Join Date
    Mar 2007
    Posts
    3,116
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default Mem

    A varrock east miner. Just try it and post if it work and if it doesn't where did it fail.

  2. #2
    Join Date
    Jul 2007
    Posts
    1,055
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    first post.

    You got a really nice player form and all but there is not enough actual script. Try and add some anti bans, anti randoms, auto responders. It has tons of potential tho. =D

  3. #3
    Join Date
    Mar 2007
    Posts
    3,116
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Its got anti bans, anti randoms. No auto responder though.

  4. #4
    Join Date
    Jul 2007
    Posts
    1,055
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    oh duh I see the anti ban. Its prety nice, but I recomend adding some more random mouse moving (masterkill's pc script has great anti ban with random mouse movement).
    Also you have this in your script
    procedure Mine1;
    var
    MineTime: integer;
    begin
    if (not (LoggedIn)) then
    Exit;
    repeat
    HitRock;
    MarkTime(MineTime)
    Item := Item + 1
    DoAntiGasStuff
    FindNormalRandoms
    repeat
    NoBan;
    until ExistsItem(Item) or (TimeFromMark(MineTime) > 5000)
    until (invfull)
    Item := 1
    end;
    DoAntiGasStuff, FindNormalRandoms, and I think MarkTime(Mime Time) should have a ";" at the end of them

  5. #5
    Join Date
    Mar 2007
    Posts
    3,116
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Wait for standards or for it to work. Because it works.

  6. #6
    Join Date
    Mar 2007
    Posts
    478
    Mentioned
    4 Post(s)
    Quoted
    4 Post(s)

    Default

    Nice script. As he said above this script has lots of potential. I like the player form, always adds a nice touch, makes scripts stand out, and just are really cool. Keep up the good work.
    Back from the dead.....

  7. #7
    Join Date
    Mar 2007
    Posts
    674
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    you need something like :
    SCAR Code:
    If (Not (LoggedIn)) Then Loginplayer;

    in your main loop.

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
  •