Results 1 to 12 of 12

Thread: Cut em includes!!!

  1. #1
    Join Date
    Nov 2007
    Location
    Nowhereville
    Posts
    1,155
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default Cut em includes!!!

    Alas!!!(I know it's lame but it brings you in you have to admit) I have compiled a [large(soon)] amount of functions and procedures. Here's how it's supposed to be included:

    SCAR Code:
    {.include CutIncludes/CutEmIncludes2.scar}

    This means all you have to do is download the file I'll bring up, make a folder named CutIncludes and place the folder with the file in it directly in your includes folder.

    This has:
    • procedure BankWithdraw by IP-Drowner
    • function TimeOverIt by cut em2 it
    • function Find And Use by Dumpin
    • function RandomClick by Dumpin
    • function FindSymbolCustomColorIn by fORCE_wORKS
    • function SuperTradeScreen by Rasta Magician

    Cut em2 it

    P.S. PM me if you want your function/procedure in my include.
    Formerly known as Cut em2 it

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

    Default

    Yea thats pretty good.

    Could use some anti ban :

    SCAR Code:
    procedure Search;
    Var f, e : integer;
    begin
      mouse(645, -15, 1, 1, true)
        wait(800 + Random(200))
      begin
        case Random(7) of
          1: SendText('Macro?')
            2: SendText('Mining')
            7: SendKeys ('-')
        end;
        MMouse(727, -9, 1, 1)
          e := 5 + Random(6);   //Of Almost Logout credits to Yakman :)
        for f := 0 to e do
        begin
          case Random(3) of
            0, 1: MMouse(727 + Random(10), -9 + Random(10), 0, 0);
            2: IdleTime(300 + Random(300), 500, 0.5);
          end;
          FTwait(2 + Random(1));
        end;
      end;
    end;

  3. #3
    Join Date
    Nov 2007
    Location
    Nowhereville
    Posts
    1,155
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I'll put that in here.
    Formerly known as Cut em2 it

  4. #4
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    KK no problem pm me if you need any more functions/ procedures

  5. #5
    Join Date
    Jun 2007
    Posts
    785
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    unction FindAndUse by Dumpin
    yeh yeh thanks for asking

    Np use it ;P but next time ask it plz

    EDIT: just noticed you did in my topic, didn't saw it soz.

    EDIT2:

    http://www.villavu.com/forum/showthread.php?t=20556

    http://www.villavu.com/forum/showthread.php?t=21058

    use it if you want.

    [22:20] <[-jesus-]> freddy, go uninstall yourself

  6. #6
    Join Date
    Nov 2007
    Location
    Nowhereville
    Posts
    1,155
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I will be gathering more

    @Dumpin,

    Thanks, I used one of those.

    Cut em2 it
    Formerly known as Cut em2 it

  7. #7
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    Ive got another for you.:

    Called ToBankers. Will walk to bankers.

    Only works for fally


    SCAR Code:
    procedure TryAgain;             // Cool procedure :p
    var
      Banker:integer;
      Walked:Boolean;

    begin

      Banker := DTMFromString('78DA63BCC5C4C0F0870105FCF9C3C4F01F483' +
                '302F17F2060BC0D54F30B55CDBF7F7C609A11CA67BC0354F39701' +
                '0D30A2AA01D9F58F809A9B4035BFD1ED124651030006FB1455');

      if (not(FlagPresent)) then
      begin
        MakeCompass('W')
        if FindDTM(Banker,x,y,597, 26,634, 90) then
        begin
          Mouse(X+15,Y-1,3-2,0+1,True)
          Walked:=True
          FFlag(0);
        end;
      end;

      FreeDTM(Banker)
    end;

  8. #8
    Join Date
    Nov 2007
    Location
    Nowhereville
    Posts
    1,155
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Thanks, and two things

    Edit:Figured it out
    2) Good job on getting members
    Formerly known as Cut em2 it

  9. #9
    Join Date
    Dec 2006
    Location
    Sydney, New South Wales, Australia
    Posts
    4,603
    Mentioned
    15 Post(s)
    Quoted
    42 Post(s)

    Default

    Do not forget to update my BankWithdraw procedure. It now deposits.
    You may contact me with any concerns you have.
    Are you a victim of harassment? Please notify me or any other staff member.

    | SRL Community Rules | SRL Live Help & Chat | Setting up Simba | F.A.Q's |

  10. #10
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    Thx cut em

  11. #11
    Join Date
    Jul 2007
    Location
    Right now? Chair.
    Posts
    8,488
    Mentioned
    3 Post(s)
    Quoted
    12 Post(s)

    Default

    here:
    SuperTradeScreen - RM

    you can add that, it's 100% sure to get you the right answer.

    I & I know Zion. It is in the spirit, body and mind of every one of us
    RMouse(obj: TMSIObject): boolean;

  12. #12
    Join Date
    Nov 2007
    Location
    Nowhereville
    Posts
    1,155
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I will post next revision now.
    Formerly known as Cut em2 it

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Help...includes???
    By teamdark6 in forum News and General
    Replies: 1
    Last Post: 07-09-2008, 09:51 AM
  2. Includes
    By jonny3558 in forum OSR Help
    Replies: 14
    Last Post: 10-30-2007, 01:11 AM

Posting Permissions

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