Results 1 to 13 of 13

Thread: My First Script (Auto-Fighter)

  1. #1
    Join Date
    Nov 2008
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default My First Script (Auto-Fighter)

    Hi Guys this is my first script and it still needs some adjustments, (still needs: mouse speed slowed down a little, be able to solve randoms, auto-bans, and whatever you guys reply telling me what else it needs) but it runs fairly well.

    Altho it is an autofighter, right now it is setup to kill cows near crafting guild. If you want it to fight something else just change the monstercolor.

    It would be very much apprieciated for comments about how well the script worked for you. h):

  2. #2
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    Fix the MoveMouseSmooth's. They should be MMouse. MoveMouseSmooth can be detected which equals in a ban. ClickMouse needs to be Mouse. ClickMouse also results in a ban. It's a simple first script. Keep it up

    ~Camo
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  3. #3
    Join Date
    Oct 2007
    Location
    California
    Posts
    153
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  4. #4
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    Quote Originally Posted by gimillii1592 View Post
    cool..ill try and tell you how it worked
    Unless you want to get banned I wouldn't.

    ~Camo
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  5. #5
    Join Date
    Aug 2008
    Location
    Finland
    Posts
    2,851
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Read tutorials, and learn to use procedures. As 1st script, try to make a simple wood cutter and log burner instead! Fighter is quite too hard. Good luck with your scripts

    (Don't use that script anymore, it'll get you perm banned)

  6. #6
    Join Date
    Oct 2007
    Location
    California
    Posts
    153
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Camo Kyle View Post
    Unless you want to get banned I wouldn't.

    ~Camo
    Ha ha thanks...didnt know he used the movemousesmooth...he probably uses Coordinates too!
    LOL

  7. #7
    Join Date
    Jan 2008
    Location
    NC, USA.
    Posts
    4,429
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by gimillii1592 View Post
    Ha ha thanks...didnt know he used the movemousesmooth...he probably uses Coordinates too!
    LOL
    You go ahead and make a script then... Impress us all...
    Quote Originally Posted by irc
    [00:55:29] < Guest3097> I lol at how BenLand100 has become noidea
    [01:07:40] <@BenLand100> i'm not noidea i'm
    [01:07:44] -!- BenLand100 is now known as BenLand42-
    [01:07:46] <@BenLand42-> shit
    [01:07:49] -!- BenLand42- is now known as BenLand420
    [01:07:50] <@BenLand420> YEA

  8. #8
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    Quote Originally Posted by noidea View Post
    You go ahead and make a script then... Impress us all...
    He is a cocky little guy isnt he?


    as for the script, I looked at it read through some of it, it is very simple, you can solve your randoms problem by just adding FindNormalRandoms; for now. Perhaps try for a somewhat simpler goal until you are more advanced?

  9. #9
    Join Date
    Nov 2008
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thank you guys for the information i will change the things to become auto bann but as for the change my goal, i would but i have my heart set on an auto fighter therfore i wont stop til i get it right

  10. #10
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    Quote Originally Posted by BigE View Post
    but as for the change my goal, i would but i have my heart set on an auto fighter therfore i wont stop til i get it right
    Thats a good attitude to have, I wish you luck!

  11. #11
    Join Date
    Oct 2006
    Location
    ithurtsithurtsithurtsithurts
    Posts
    2,930
    Mentioned
    7 Post(s)
    Quoted
    135 Post(s)

    Default

    Quote Originally Posted by BigE View Post
    thank you guys for the information i will change the things to become auto bann but as for the change my goal, i would but i have my heart set on an auto fighter therfore i wont stop til i get it right
    You don't have to stop working on it, but I would recommend making some simpler scripts first. I find it's easier to learn a new concept by making a script revolving around that concept, rather than trying to work said concept together with other ones. Once you get something down, then you can apply it to your autofighter. That way you're still working on your autofighter, just not directly.

  12. #12
    Join Date
    Oct 2006
    Location
    United States
    Posts
    672
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by BigE View Post
    thank you guys for the information i will change the things to become auto bann but as for the change my goal, i would but i have my heart set on an auto fighter therfore i wont stop til i get it right
    haha good attitude, and my first script was a autofighter too , just work on procedures like said before, then think of other neat procedures no one else has, piece it all together and voila! you have a dandy script.

  13. #13
    Join Date
    Aug 2008
    Location
    Planet Earth.
    Posts
    53
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Code:
    program autofight;
    {.include SRL\SRL.scar}
    The above includes the functions/procedures in the SRL include.

    Code:
    MoveMouseSmooth(x, y);
    ClickMouse(x, y, false);
    That moves the mouse and clicks, but change it to:

    Code:
    Mouse(x, y, 5, 5, false);
    The "5, 5" is randomness, it will click x + random(5), y + random(5) etc.

    But very good for a first script

    Suggestions: Maybe look into bitmaps/dtm?

    Best of luck, Enchanted.
    Learning: Italian!
    Code:
    <Jason2G's> I just sprayed WD-40 on my dog's nuts. He was sleeping. And now he can't get back to sleep ^_^

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. auto fighter
    By thunderflea in forum RS3 Outdated / Broken Scripts
    Replies: 4
    Last Post: 08-28-2008, 10:53 PM
  2. Need auto fighter
    By carodeu in forum RS3 Outdated / Broken Scripts
    Replies: 6
    Last Post: 08-14-2008, 09:37 PM
  3. Help For My First Auto Fighter
    By DaviDemon in forum First Scripts
    Replies: 9
    Last Post: 07-23-2007, 01:54 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
  •