Results 1 to 13 of 13

Thread: [SRL][RS2]Blah's Simple Curser

  1. #1
    Join Date
    Aug 2006
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default [SRL][RS2]Blah's Simple Curser

    My first working script I've completed...

    Last updated 9-16-2006 at 4:55p.m.
    Code:
    { A simple auto curser
      !- USE ON THE ZAMORAK MAGE IN VARROCK CASTLE-!
      Setup on lines 16-21 and 26-27 }
    program New;
    {.include SRL\srl.scar}
    {.include SRL\SRL\skill\Magic.scar}
    var CurseColor,MageColor,tmx,tmy: Integer;
    const StartPlayer=0;
    
    Procedure DeclarePlayers;
    begin
         HowManyPlayers  :=1;               // Set Number of Players here.
         NumberOfPlayers(HowManyPlayers);   // Sets the Players Array Length;
         CurrentPlayer:=StartPlayer;        // CurrentPlayer = Array Index
    
         Players[0].Name :='';
         Players[0].Pass :='';
         Players[0].Nick :='';
         Players[0].Loc  :='VarrockCastle';
         Players[0].Skill:='magic';
         Players[0].Active:=True;
    end;
    
    begin
      SetUpSRL;
      CurseColor:=11491159;
      MageColor:=4212913;
      DeclarePlayers;
      repeat
        FindColorTolerance(tmx,tmy,CurseColor, MIX1, MIY1, MIX2, MIY2, 10);
        Mouse(tmx,tmy,random(4),random(4),true);
        wait(50+random(20));
        FindColorTolerance(tmx,tmy,MageColor,MSX1,MSY1,MSX2,MSY2,10);
        if(IsUpText('Cast Curse')) then
          Mouse(tmx,tmy,random(6),random(6),true);
        wait(random(100));
        FindNormalRandoms;
      until(IsChatMessage('ugh Bo') or LoggedIn=false);
      LogOut;
    end.
    Pretty bad but it's the first finished working script I've made...
    And I also had a problem when I tried to do FindNormalRandoms, it clicked on the inventory tab...

  2. #2
    Join Date
    Jun 2006
    Posts
    3,861
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default Good but...

    In the IsUpText and IsChatMessage, don't use the whole thing you want to find. It's not flawless. Use something like IsChatMessage('ave enou'); and IsUpText('ast');


  3. #3
    Join Date
    Aug 2006
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by bullzeye95 View Post
    In the IsUpText and IsChatMessage, don't use the whole thing you want to find. It's not flawless. Use something like IsChatMessage('ave enou'); and IsUpText('ast');

    But I still need body becuz it might click the wrong spell

  4. #4
    Join Date
    Jun 2006
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Not recommended for use

    I used this script to get my pure to 55 mage, 5 hours later he was perm banned and I said goodbye to 11mil. I wouldn't recommend use.

  5. #5
    Join Date
    Feb 2006
    Location
    L.A, USA
    Posts
    1,632
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by 12751 View Post
    I used this script to get my pure to 55 mage, 5 hours later he was perm banned and I said goodbye to 11mil. I wouldn't recommend use.
    Why the fuck would you auto an account that had 11 mill on it?

    Soory for the ban though, watch out next time.

  6. #6
    Join Date
    Jun 2006
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I know... I wasn't thinking at the time! Your reply made me laugh, time to get my own back on the mining guild

  7. #7
    Join Date
    Aug 2006
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by 12751 View Post
    I used this script to get my pure to 55 mage, 5 hours later he was perm banned and I said goodbye to 11mil. I wouldn't recommend use.
    Don't auto on your main or rich accounts for 5 hours straight and this has no antiban becuz some1 might come along and steal the mage and as I said it's my first script. I posted so people could tell me whats wrong. Just updated

    Sorry bout it

    Hey can some1 tell me what i should do to prevent people from stealing the mage when it performs antiban functions

  8. #8
    Join Date
    Jun 2006
    Posts
    89
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    where is the zammy mage? and to get it back if stolen, trade with the person, you gotta convince them there is a reason, quickly decline, and curse it, to get it back thats a good trick

  9. #9
    Join Date
    Aug 2006
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by bobert5696 View Post
    where is the zammy mage? and to get it back if stolen, trade with the person, you gotta convince them there is a reason, quickly decline, and curse it, to get it back thats a good trick
    Yay but it's gonna be hard having an auto do that...

    Btw i've been giving it serious thought and i came up with using scss or scarbrowser but i cant try it in scarbrowser because(btw i have the mozzila activex control):

  10. #10
    Join Date
    Jun 2006
    Posts
    89
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    scarbrowser doesnt work for me, and its no different then just using interenet exploer, scss is just a client without ads, no difference

  11. #11
    Join Date
    Aug 2006
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by bobert5696 View Post
    scarbrowser doesnt work for me, and its no different then just using interenet exploer, scss is just a client without ads, no difference
    Yeah but srl has world changing commands for scss and scarbrowser...

  12. #12
    Join Date
    Jun 2006
    Posts
    89
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ohhhh, i c what you mean, just use scss

  13. #13
    Join Date
    Jun 2006
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Howabouta Curser?
    By Sean[714] in forum RS3 Outdated / Broken Scripts
    Replies: 27
    Last Post: 02-05-2009, 12:44 AM
  2. Curser?
    By Main in forum RS3 Outdated / Broken Scripts
    Replies: 4
    Last Post: 09-20-2008, 04:54 PM
  3. Mage Curser
    By faster789 in forum RS3 Outdated / Broken Scripts
    Replies: 5
    Last Post: 08-22-2008, 08:44 PM
  4. PoW Zammy Curser
    By Faelstorm in forum RS3 Outdated / Broken Scripts
    Replies: 10
    Last Post: 08-18-2008, 08:06 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
  •