Results 1 to 2 of 2

Thread: Chopper help

  1. #1
    Join Date
    Oct 2007
    Location
    http://ushort.us/oqmd65
    Posts
    2,605
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default Chopper help

    I get this problem when i start my script. [Runtime Error] : Exception: Invalid encrypted string in line 223 in script
    my script goes like this

    help?

    SCAR Code:
    procedure raxe;
    begin
      if(FindDTM(steela, x, y, MIX1, MIY1, MIX2, MIY2)) then
      begin
        powers := 3
      end;
      if(FindDTM(bronzeb, x, y, MIX1, MIY1, MIX2, MIY2)) then
      begin
        powers := 1
      end;
      if powers < 3 then
      begin
        if powers < 2 then
        begin
          axeu := ('bronze')
        end;
        if powers = 2 then
        begin
          axeu := ('Iron')
        end;
      end
      if powers = 3 then
      begin
        axeu := ('Steel')
      end;
    end;
    I do visit every 2-6 months

  2. #2
    Join Date
    Oct 2007
    Location
    http://ushort.us/oqmd65
    Posts
    2,605
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    never mind, the problem was with the dtms
    I do visit every 2-6 months

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Pro Chopper
    By Cazax in forum RS3 Outdated / Broken Scripts
    Replies: 28
    Last Post: 01-26-2009, 09:36 PM
  2. Yew Chopper
    By shaman in forum First Scripts
    Replies: 17
    Last Post: 10-13-2008, 07:26 AM
  3. Yew Chopper
    By shaman in forum First Scripts
    Replies: 2
    Last Post: 07-29-2008, 02:49 PM
  4. My First Power Chopper
    By destroyface in forum First Scripts
    Replies: 4
    Last Post: 09-12-2007, 11:35 AM
  5. Yew chopper
    By JuKKa in forum OSR Help
    Replies: 2
    Last Post: 11-13-2006, 12:36 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
  •