Results 1 to 12 of 12

Thread: Crying Trader?

  1. #1
    Join Date
    Mar 2007
    Posts
    915
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Crying Trader?

    If anyone is bored and wants to make a little script. I have an account with 60 black marks and it is permanently muted but I can still play on it. So the other day, I downloaded an auto clicker and set it on the cry emote and left the guy standing in Varrock crying. So an idea came to me...

    The script would click on the cry emote once every 3 seconds.
    It would check for trades, open the trade window, and accept the trade when someone offers something.
    Some simple random solving such as talking to Old Man would be good but not required.
    No need to make this a mulitple account script.
    I just want to see how much I can stay on one account and how many blackmarks I can get on it before Jagex bans it.


    Thanks!

  2. #2
    Join Date
    Mar 2007
    Posts
    915
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It really can't be worse than the auto spammer or auto ban scripts. But whatever :/

  3. #3
    Join Date
    Jun 2007
    Location
    Mianus
    Posts
    863
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It would be easy to make it would just click the emote and then trade but the trade might be hard but its a nice idea and u should say sorry to get the mute off... not make them more angry...

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

    Default

    Well there are like 11 offenses. I tried appealing the first 2 and they were denied so I won't bother with the rest. It is not really an account I care too much about. I know several scripts have built-in traders where they open the trade window and accept when someone offers something. I would not mind something like that.

  5. #5
    Join Date
    Aug 2006
    Posts
    408
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I think a dancer that would dance and auto-type begging for free stuff would be cooler...

  6. #6
    Join Date
    Mar 2007
    Posts
    915
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Same idea. So can someone make this?

  7. #7
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Quote Originally Posted by lakerzz8 View Post
    If anyone is bored and wants to make a little script. I have an account with 60 black marks and it is permanently muted but I can still play on it. So the other day, I downloaded an auto clicker and set it on the cry emote and left the guy standing in Varrock crying. So an idea came to me...

    The script would click on the cry emote once every 3 seconds.
    It would check for trades, open the trade window, and accept the trade when someone offers something.
    Some simple random solving such as talking to Old Man would be good but not required.
    No need to make this a mulitple account script.
    I just want to see how much I can stay on one account and how many blackmarks I can get on it before Jagex bans it.


    Thanks!
    Erm....... Once you have more than 10 blackmarks, you are perm banned and can no longer log onto your account.......


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  8. #8
    Join Date
    Mar 2007
    Posts
    915
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    No, I am only muted on that account. I already posted the pic, but recently got it lowered to 54 blackmarks. But I can log on that account and message you from it if you would like.

    Sig by oldschool .html

    Earn money for free!

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

    Default

    just use HandleTrade for the trades, and a simple Mouse's and normal randoms and your script is done.

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

  10. #10
    Join Date
    Mar 2007
    Posts
    915
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well if it is so simple, would you mind making it? I don't have time to script now due to school but I am going to start during the summer.

    Sig by oldschool .html

    Earn money for free!

  11. #11
    Join Date
    May 2007
    Location
    Netherlands, Amersfoort
    Posts
    2,701
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    need stuff like this?:

    SCAR Code:
    Program Crybaby;

    {.include srl/srl.scar}

    // this is a MasterKill work (c)

    var
      crys, k, x, y: integer;
     
    ////////////////////////////////////////////////////////////////////////////////
    // SETUP

    Procedure ScriptSetup;
    begin

       Players[0].Nick         := '';  //player nickname! needed for anti randoms!
       
    end;

    // SETUP
    ////////////////////////////////////////////////////////////////////////////////
     
    procedure FindATradeByRick;
    var
      TradeTimeTicking: integer;
    begin
    repeat
      begin
        if (not (FindColorTolerance (x, y, 8388736, 23, 437, 294, 459, 5))) then
        begin
          exit;
        end;
        if (FindColorTolerance (x, y, 8388736, 23, 437, 294, 459, 5)) then
        begin
          MoveMouseSmooth(x, y);
          Wait(1000);
          if IsUpTextMulti('ccept', 'rade', 'Accept') then
          Mouse(x, y, 0, 0, True);
          begin
            TradeTimeTicking := 0
            Wait(2000);
          end;
        end;
      end;
      if (not (FindColorTolerance (x, y, 3358280, 31, 34, 82, 50, 5))) then
      begin
        WriteLn('Trading:   ~ Error');
        WriteLn('');
        NOTrades := NOTrades + 1
        exit;
      end;
      if (FindColorTolerance (x, y, 3358280, 31, 34, 82, 50, 5)) then
      begin
        WriteLn('Trading!   ~ now wait for an accept.   max wait 25s');
        ReportVars[3] := ReportVars[3] + 1;
        repeat
          if (FindColorTolerance (x, y, 16777215, 180, 296, 341, 317, 5)) then
          begin
            WriteLn('           ~ other player accepted! now we`ll accept to!');
            Mouse(260, 192, 5, 5, True);
            Wait(2000);
            if (FindColorTolerance (x, y, 4214871, 30, 65, 64, 73, 5)) then
            begin
              WriteLn('           ~ we made it to the seccond window!');
              WriteLn('           ~ now wait for an second accept.   max wait 20s');
              Wait(1500);
              TradeTimeTicking := 0
              repeat
                if (FindColorTolerance (x, y, 16776960, 301, 38, 303, 42, 5)) then
                begin
                  WriteLn('           ~ accepted! all we need to do now is...:');
                  Mouse(226, 311, 2, 2, True);
                  Case random (5) of
                    0: TypeSend('ty');
                    1: TypeSend('tnx');
                    2: TypeSend('yay');
                    3: TypeSend('hehehe');
                    4: TypeSend('woot');
                  end;
                  WriteLn('           ~ perfect sloved!');
                  Wait(1000);
                  exit;
                end;
                if (not (FindColorTolerance (x, y, 4214871, 30, 65, 64, 73, 5))) then
                begin
                  WriteLn('           ~ the noob is not give`ing anything grr');
                  case random (5) of
                    0: TypeSend('grr');
                    1: TypeSend('pff');
                    2: TypeSend('=[');
                    3: TypeSend('why u trade me then... get a life');
                    4: TypeSend('gtfo');
                  end;
                  Trades := Trades + 1;
                  exit;
                end;
                if (FindColorTolerance (x, y, 4214871, 30, 65, 64, 73, 5)) then
                begin
                  Wait(1000);
                  TradeTimeTicking := TradeTimeTicking + 1
                end;
                if ( TradeTimeTicking = 20 ) then
                begin
                  WriteLn('           ~ took to long... now decine');
                  Mouse(295, 312, 2, 2, True);
                  case random (5) of
                    0: TypeSend('i dont have time for you');
                    1: TypeSend('if its not free then get lost');
                    2: TypeSend('naah');
                    3: TypeSend('get a live');
                    4: TypeSend('get lost');
                  end;
                  Trades := Trades + 1;
                  exit;
                end;
              until(false);
            end;
          end;
          TradeTimeTicking := TradeTimeTicking + 1
          Wait(1000);
          if (not (FindColorTolerance (x, y, 3358280, 31, 34, 82, 50, 5))) then
          begin
            WriteLn('           ~ the noob is not give`ing anything grr');
            case random (5) of
              0: TypeSend('leave me alone then...');
              1: TypeSend('pfff');
              2: TypeSend('=[');
              3: TypeSend('why u trade me then... get a life');
              4: TypeSend('gtfo');
            end;
            Trades := Trades + 1;
            exit;
          end;
          if ( TradeTimeTicking = 25 ) then
          begin
            WriteLn('           ~ took to long... now decine');
            Mouse(259, 266, 5, 5, True);
            case random (5) of
              0: TypeSend('i dont have time for you');
              1: TypeSend('if its not free then get lost');
              2: TypeSend('naah');
              3: TypeSend('get a live');
              4: TypeSend('get lost');
            end;
            Trades := Trades + 1;
            exit;
          end;
        until (false);
      end;
    until (false);
    end;

    begin
      SetUpSRL;
      ClearDeBug;
      HowManyPlayers  := 1;
      NumberOfPlayers( HowManyPlayers );
      CurrentPlayer   := 0;
      ScriptSetup;
      WriteLn('you got 10 seconds before start. make sure your logged in.');
      Wait(10000);
      repeat
        FindATradeByRick;
        DoEmote(17);
        Wait(3000);
        K := k + 1;
        if(k > 9) then
        begin
          FindInventoryRandoms;
          FindNonInventoryRandoms;
          K := 0;
        end;
      until(Not LoggedIn)
    end.

  12. #12
    Join Date
    Mar 2007
    Posts
    915
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Looks beautiful! Thanks! I'll try it and see how it works.

    Sig by oldschool .html

    Earn money for free!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Auto trader subscript
    By bubba lou in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 07-16-2008, 01:22 AM
  2. rune collecter/trader
    By sniper360 in forum RS3 Outdated / Broken Scripts
    Replies: 4
    Last Post: 06-28-2007, 08:11 PM
  3. World 16 trader(25 Ess & 2k)
    By Geo in forum RS3 Outdated / Broken Scripts
    Replies: 5
    Last Post: 05-22-2007, 10:51 PM
  4. World 16 Air Altar POWER Trader
    By chuck chuckie in forum RS3 Outdated / Broken Scripts
    Replies: 5
    Last Post: 02-25-2007, 12:51 AM
  5. One person Auto-Trader
    By uberpwn3r in forum RS3 Outdated / Broken Scripts
    Replies: 3
    Last Post: 02-22-2007, 08:53 PM

Posting Permissions

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