Page 1 of 13 12311 ... LastLast
Results 1 to 25 of 321

Thread: [07Scape] TheAutoCurser

  1. #1
    Join Date
    May 2012
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Smile [07Scape] TheAutoCurser




    Thought it was finally time for my first post.
    I saw that there's already an auto curser, but I'll just add mine as well.

    Requirements:
    1. SRL and P07Include
    2. Level 20 magic
    3. SMART for RS 2007

    NOTE: Sometimes you will have to stop the script and login to SMART manually, and then start the script again!

    Instructions:
    Code:
    (********************************************************)
    (*           TheAutoCurser - Made by Sequence           *)
    (********************************************************)
    (*      1. Specify how many casts you want to do.       *)
    (*      2. Start the script, and enter login info       *)
    (*      3. Be sure to stand at the Monk of Zamorak      *)
    (*         in the cage at Varrock Castle                *)
    (********************************************************)

    SMART Support
    If you don't know how to set up SMART for 07Scape check this link: http://villavu.com/forum/showthread.php?t=97599


    Without SMART
    To run the script without SMART comment out line 3 and line 256

    Simba Code:
    Line 3:
    //{$DEFINE SMART}

    Line 246:
    //SetupSRL;


    Features:
    1. Anti-ban
    2. Specify how many casts you want to do
    3. Progress Report
    4. GUI to log in
    5. SMART Support
    6. Multiple NPCs and Locations




    Skeletons in Varrock sewer



    Credits:
    Sequence - Creating the script
    DannyRS - Creating the RS07 Include
    Harry and Shuttleu - AutoUpdater procedure
    Press Play - Helped me with the GUI


    ChangeLog:
    Code:
    [1.0]
    - Casts the spell "Curse" at the Monk of Zamorak in Varrock castle 
    - Contains basic AntiBan
    - Specify how many casts you want to do
    - Updates to newest version of P07Include if not already updated
    
    [1.1]
    - Added an Auto Updater
    - Decreased time between casts
    - Will now logout if monk not found
    
    [1.2]
    - Added a GUI for logging in
    - Added a Progress Report (It's not 100% accurate)
    - Fixed some minor log out issues
    
    [1.21]
    - Removed the AntiLeach
    - GUI closes when button pressed
    - More human-like mouse movement
    - SMART Support
    
    [1.22]
    - Replaced the P07_CastSpell function with my own procedure
    - Minor changes to the progress report.
    
    [1.3]
    - Added Skeletons in the Varrock Sewer
    - Updated GUI (big thanks to 'Press Play')
    
    [1.31]
    - Less miss-clicks
    - Removed logout if npc not found
    
    [1.32]
    - Less miss-clicks

    Download:
    Attached Files Attached Files
    Last edited by Sequence; 05-10-2013 at 06:48 PM.

  2. #2
    Join Date
    Feb 2013
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Thanks, do you know why my mouse moves around the screen for no reason without doing anything? I am using google chrome

  3. #3
    Join Date
    May 2012
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by npenfold View Post
    Thanks, do you know why my mouse moves around the screen for no reason without doing anything? I am using google chrome
    Running fine for me with firefox, I'll test using chrome in a minute.

    - Have you set your game at brightest?
    - Solved antileach?
    - Dragged the crosshair to your game?

  4. #4
    Join Date
    Feb 2013
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Yes, yes and yes sir

  5. #5
    Join Date
    May 2012
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Updated the script.
    - Updated tolerance.
    - Modified antileach a bit

  6. #6
    Join Date
    Feb 2013
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by Sequence View Post
    Updated the script.
    - Updated tolerance.
    - Modified antileach a bit
    I keep getting:


    Exception in Script: Unable to find file 'P07IncIude.Simba' used from 'C:\Users\Anthony\Desktop\Simba\TheAutoCurser.simb a'

    It's in the same spot as my other scripts and they all work. It's in both C:\Simba\Includes and 'C:\Users\Anthony\Desktop\Simba\Includes

  7. #7
    Join Date
    Feb 2013
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by Sequence View Post
    Updated the script.
    - Updated tolerance.
    - Modified antileach a bit
    Nevermind. Anti-leach. Couldn't distinguish between the two.

  8. #8
    Join Date
    Feb 2013
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Great script, will see how it runs over a decent amount of casts and give feedback. I'm new to the community, and to SIMBA but wrote SCAR years ago, and have messed with scripting for years...

    Your anti-leech is pretty annoying, so it must be doing its job.... bit of trial and error, not even knowing the language and you can solve it, just based on what the console tells ya.

  9. #9
    Join Date
    Feb 2013
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Works great, thanks for this. Funny how since these scripts have been released, it's impossible to find a unoccupied monk in any world ;P

  10. #10
    Join Date
    Feb 2013
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    How long is the anti ban meant to go for? Mine seems to not stop after ~5 minutes or so. It just keeps repeating the same things over and over.

    Is it all good, I might have accidentally changed something:

    Function AntiBan : Boolean;
    begin
    case random(100) of
    0: P07_HoverSkill('magic', random(5000));
    1: P07_MakeCompassDegree(RandomRange(140, 170));
    2: P07_MakeCompassDegree(RandomRange(190, 220));
    3: MMouse(random(650), random(350), 0, 0);
    4: CheckInventory;
    5: CheckFriends;
    end;
    end;

    For now I just disabled anti ban and do some legit curses every so often.

  11. #11
    Join Date
    May 2012
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by recpaintballer89 View Post
    Great script, will see how it runs over a decent amount of casts and give feedback. I'm new to the community, and to SIMBA but wrote SCAR years ago, and have messed with scripting for years...

    Your anti-leech is pretty annoying, so it must be doing its job.... bit of trial and error, not even knowing the language and you can solve it, just based on what the console tells ya.
    Thank you, I'm looking forward to the feedback.
    I made 1100 casts myself yesterday before running out of runes when I was testing it.


    @Obsessive
    At what part of the antiban did you have problems? I'll try to find more antibans to add in the next update.

    Increasing the number in random() will make it do the antiban less often.
    Simba Code:
    Function AntiBan : Boolean;
    begin
      case random(300) of
      0: P07_HoverSkill('magic', random(5000));
      1: P07_MakeCompassDegree(RandomRange(140, 170));
      2: P07_MakeCompassDegree(RandomRange(190, 220));
      3: MMouse(random(650), random(350), 0, 0);
      4: CheckInventory;
      5: CheckFriends;
      end;
    end;

  12. #12
    Join Date
    Feb 2013
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by Sequence View Post


    Thought it was finally time for my first post.
    I saw that there's already an auto curser, but I'll just add mine as well.

    Requirements:
    1. SRL and P07Include
    2. Solving a simple anti-leach
    3. Level 20 magic


    Instructions:
    Code:
    (********************************************************)
    (*           TheAutoCurser - Made by Sequence           *)
    (********************************************************)
    (*      1. Solve the anti-leach                         *)
    (*      2. Enter your username and password             *)
    (*      3. Specify how many casts you want to do.       *)
    (*      4. Walk to the Monk of Zamorak in Varrock       *)
    (********************************************************)

    Features:
    1. AntiBan
    2. Specify how many casts you want to do
    3. Simple AntiLeach


    Credits:
    Sequence - Creating the script
    DannyRS - Creating the RS07 Include
    Unknown - Creating the base of the AntiBan, I can't remember where I got it and I couldn't find it again.


    ChangeLog:
    Code:
    [1.0]
    - Casts the spell "Curse" at the Monk of Zamorak in Varrock castle 
    - Contains basic AntiBan
    - Specify how many casts you want to do
    - Updates to newest version of P07Include if not already updated

    Download:
    Okay i'll try that. Have you got the SMART client to work with Old scape? I'll pay you if you can help me set it up. :]

  13. #13
    Join Date
    May 2012
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Update:

    Code:
    [1.1]
    - Added an Auto Updater
    - Decreased time between casts
    - Will now logout if monk not found

    Please report any errors.
    Last edited by Sequence; 02-28-2013 at 03:27 PM.

  14. #14
    Join Date
    May 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    [Error] C:\Simba\Scripts\TheAutoCurser v1.1.simba(43:1): Identifier expected at line 42

    Any idea what this is? Kind of new to all of this.

  15. #15
    Join Date
    May 2012
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by Woburt View Post
    [Error] C:\Simba\Scripts\TheAutoCurser v1.1.simba(43:1): Identifier expected at line 42

    Any idea what this is? Kind of new to all of this.
    It's the AntiLeach.

  16. #16
    Join Date
    Nov 2011
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    so how does this work? cuz you have to wait for the curse to be finished?

  17. #17
    Join Date
    May 2012
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by 77tontos View Post
    so how does this work? cuz you have to wait for the curse to be finished?
    Wear some kind of armor like full iron to decrease you magic attack.

  18. #18
    Join Date
    Apr 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm getting

    [Error] C:\Users\Administrator\Desktop\Simba\Includes\SRL/SRL/core/simba.simba(462:14): Unknown identifier '' at line 461
    Compiling failed.

    I don't think this is the anti leach as it is an error from a core file, correct?

    EDIT: I believe i found the answer, I should just need to update

  19. #19
    Join Date
    Feb 2013
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Does it do randoms?

  20. #20
    Join Date
    May 2012
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by sprunt View Post
    Does it do randoms?
    No, I don't think you'll find any 07 scripts that does randoms yet.

  21. #21
    Join Date
    Feb 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Works great. Great job mate. Cheers. Although sometimes it logs out randomly, but nothing a little baby sitting can't fix.

  22. #22
    Join Date
    May 2012
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by ohshot View Post
    Works great. Great job mate. Cheers. Although sometimes it logs out randomly, but nothing a little baby sitting can't fix.
    Thanks for the feedback.

    I made it log out if it can't find the monk in case it miss-clicks and walks away or something like that. The antiban sometimes turns the screen so the monk is hidden too much, but it should be fixed in the next version

  23. #23
    Join Date
    May 2012
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Update:



    Code:
    [1.2]
    - Added a GUI for logging in
    - Added a Progress Report (It's not 100% accurate)
    - Fixed some minor log out issues
    People who has already downloaded and solved the antileach on v1.1, can simply just run v1.1 to get the updated version in the /Simba/Scripts folder.
    Last edited by Sequence; 02-28-2013 at 09:06 PM.

  24. #24
    Join Date
    Feb 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    can some one help me? I have this error.


    [Error] C:\Users\Christopher\Downloads\TheAutoCurser v1.2.simba(64:1): Identifier expected at line 63
    Compiling failed.

  25. #25
    Join Date
    Jan 2013
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Thanks! Good job) Leveled mage to alches

Page 1 of 13 12311 ... LastLast

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
  •