Results 1 to 16 of 16

Thread: BumFighter SRL 1.0.0

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

    Default BumFighter SRL 1.0.0

    This script works perfectly, even now that SRL is needing to be fixed. I've been working on this most the night, have been testing it and have found absolutely no problems at all.

    Features
    - Randomly Right/Left clicks when attacking.
    - Anti-Randoms & Anti-Ban
    - Easy setup, with 3 colors for monster searching, and enter monster name!



    I need testers, please test and comment. Thank you.

  2. #2
    Join Date
    Jul 2007
    Posts
    1,431
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice, i didnt tested, but it looked really nice, to consider it's v1, btw you should use fakawi findfastrandoms... if they working...
    [CENTER][SIZE="4"]Inactive[/SIZE]I forgot my password[/CENTER]

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

    Default

    Cool, I can't test, but I can give you some pointers.

    To fully utilize the power of SRL, you should learn how to implement multiplayer. This way, there will be much less bannage.

    Secondly, a couple of procedures can be shortened. For all your Mouse declarations, there is no need to have a random wait after it. Mouse already puts a random wait after the procedure's finished, so it is a bit redudant. For MouseMovements, instead of how you have it now, you can use a case, like so:

    SCAR Code:
    Procedure MouseMovements;
    Begin
      Case Random(10) of
      1:begin
        MMouse(92,130,80,100)
        Wait(200+random(200))
       end;
      2:begin
        MMouse(86,351,75,165)
        Wait(200+random(200))
       end;
      3:begin
        MMouse(321,378,175,175)
        Wait(200+random(200))
       end;
      4:begin
        MMouse(501,210,80,100)
        Wait(200+random(200))
       end;
      5:begin
        MMouse(654,374,10,100)
        Wait(200+random(200))
       end;
    End;

    Therefore, a lot shorter. Also, I noticed ClickATab and RandomActionProc can be shortened a bit like this too.

    Thirdly, Random(x) returns a random value, BUT it returns it from 0 to 1 less than the number you put in. For example, Random(5) will give you a number from 0-4, and NOT 5! Therefore, in AttackMon, RightoLeft will always give a 0or a 1, so we will never left-click on a monster.

    Fourth of all, there is already a SetRun procedure in SRL. No need for enablerun.

    Sorry if this sounds harsh, but it is meant as constructive critiscism! You will learn from your mistakes So just take advice, and I know you can become a great scripter!

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

    Default

    lol thanks. I haven't scripted sence RSC times lol. I quit scripting, but thanks for reviewing my script and keeping me updated lol. I do need to figure SRL out alot more.

  5. #5
    Join Date
    Aug 2007
    Posts
    282
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i remember you.. i used to script back then too.. didnt you have bumfighter that wasnt srl?

    looks good, i would test but its late.. and i dont wanna move all my players

  6. #6
    Join Date
    Jun 2007
    Location
    In my computer room
    Posts
    148
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Looks good. An excellent work. your'e A great scripter in the making!

  7. #7
    Join Date
    Mar 2007
    Location
    Iowa DUDE!
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Wow! Excellent script! I was testing for about an hour. didnt mess up or nothing. I stopped it because i was just testing. Great script. wow.
    (Could of worked alot longer I stopped it though)

    All yuo need to add is a auto eater and this will be almost perfect. lol. great job. Keep up the good work!

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

    Default

    Autoheal, hmm. I'll try to get that going tonight if I have time.

  9. #9
    Join Date
    Mar 2007
    Location
    Iowa DUDE!
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    that'd be awesome

    EDIT: Or if you could have him click on other things beside the inventory. Just to make it less detectable.

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

    Default

    K I'll add alot, I'll start working on it in about 3 hours, probably have it released in 4-5
    Get BumFighter SRL 1.0.0: Click Here!

  11. #11
    Join Date
    Mar 2007
    Location
    Iowa DUDE!
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok cool. I'm using it on my pure right now. I hope you have the newest version up soon . Good luck.

  12. #12
    Join Date
    Jun 2007
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    can someone tell me how to use this plz plz i can use ur help sooo bad ty i will b on later to see if u will help me tyvm.

  13. #13
    Join Date
    Mar 2007
    Location
    Iowa DUDE!
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    So whens that update comming?

  14. #14
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Maybe after SRL is updated?
    Interested in C# and Electrical Engineering? This might interest you.

  15. #15
    Join Date
    Mar 2007
    Location
    Netherlands
    Posts
    206
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Woow Dude, It works PERFECT! only the anti random is down but for the other sh*t Its just perfect ty started a new pure and this is helping me

  16. #16
    Join Date
    Jun 2007
    Location
    La Mirada, CA
    Posts
    2,484
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    should get some multiplayer in there

    "Failure is the opportunity to begin again more intelligently" (Henry Ford)


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
  •