Page 17 of 45 FirstFirst ... 7151617181927 ... LastLast
Results 401 to 425 of 1103

Thread: HyperSecret's SecretAutoFighter!!

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

    Default

    Quote Originally Posted by 6RoHmU9 View Post
    Oh yeah!!! Got it working! Great script! Thanks!

    Now I only want to know how to get my stats to SRL or something?
    go to the main forums page here...and on the left hand side click srl stats and register...

    Quote Originally Posted by matviy View Post
    Thanks for this. It didnt work very well for me tho. Keeps stopping
    when, where, and how does it keep stopping?

    Quote Originally Posted by 12345678 View Post
    for me theres a problem with logging back in, its like not clicking on the usernam / password to type in. And also when i fill out my srl use / pass to keep it logged, it alwyas says Invalid Script ID
    please help
    search 'loss of focus' on here

    Quote Originally Posted by Catchy View Post
    i like this script but it has bugs but everyones said my bugs lol
    well anything specific so when i go to redesign this script it will work better?

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


  2. #402
    Join Date
    Sep 2007
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it says line 61 out of reach

  3. #403
    Join Date
    Sep 2007
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It wont work for me. It just keeps clicking attack style, preferences, invetory and skills and it asks peoples def/attack/str levels once every second. I'm running scar 3.12, so idk if that might be the problem

  4. #404
    Join Date
    Sep 2007
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default does it work

    does it work of 9/23/08 with all the updates to the game

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

    Default

    Quote Originally Posted by Zerroth View Post
    It wont work for me. It just keeps clicking attack style, preferences, invetory and skills and it asks peoples def/attack/str levels once every second. I'm running scar 3.12, so idk if that might be the problem
    hmm repick the colors of the monster your fighting...

    Quote Originally Posted by rooster View Post
    does it work of 9/23/08 with all the updates to the game
    yes

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


  6. #406
    Join Date
    Apr 2007
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Runtime Error] : Out Of Range in line 61 in script....
    No matter what i do this keeps on happening to me.
    I have my username and everything filled in but it doesn't recognise it.

    procedure DeclarePlayers;
    begin
    HowManyPlayers := 0;
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer := 0;

    SRLID := MySRLID;
    SRLPassword := MySRLPassword;

    Players[0].Name :='billy 1225'; //Character name
    Players[0].Pass :='+-+-+'; //Character PAss
    Players[0].Nick :='ill'; //Nickname 3 Letter of char name
    Players[0].Active:=True; //True if you want this player to be ran in the script, false if not
    Players[0].Skill := 'strength'; //the skill you want to train, strength, attack, defense, pure, or even to train skills evenly
    Players[0].Strings[0] := 'Salmon'//name of food player is eating/ONLY WORKS FOR F2P FISH!!!
    Players[0].Integers[0] := 0;
    Players[0].Integers[1] := 0;

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

    Default

    ^^ howmanyplayers = 0? then you are running no players, make it be atleast 1 player or however many you are running

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


  8. #408
    Join Date
    Sep 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I get this error when compiling unkown identifier "smartsendkeys" on my scar what shouldi do ? imrunning scar divi 3.12 with srl 4.0

  9. #409
    Join Date
    Jul 2007
    Location
    Lapland
    Posts
    132
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Error...

    HyperSecret's AutoFighter!
    [Runtime Error] : Out Of Range in line 70 in script

    procedure DeclarePlayers;
    begin
    HowManyPlayers := 1;
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer := 0;

    SRLID := MySRLID;
    SRLPassword := MySRLPassword;

    Players[0].Name :='******'; //Character name
    Players[0].Pass :='*********'; //Character PAss
    Players[0].Nick :='***'; //Nickname 3 Letter of char name
    Players[0].Active:=True; //True if you want this player to be ran in the script, false if not
    Players[0].Skill := 'even'; //the skill you want to train, strength, attack, defense, pure, or even to train skills evenly
    Players[0].Strings[0] := 'Lobster'//name of food player is eating/ONLY WORKS FOR F2P FISH!!!
    Players[0].Integers[0] := 0;
    Players[0].Integers[1] := 0;

    70. Players[1].Name :=''; //Character name
    Players[1].Pass :=''; //Character PAss
    Players[1].Nick :=''; //Nickname 3 Letter of char name
    Players[1].Active:=False; //True if you want this player to be ran in the script, false if not
    Players[1].Skill := 'strength'; //the skill you want to train, strength, attack, defense, pure, or even to train skills evenly
    Players[1].Strings[0] := 'Lobster'//name of food player is eating/ONLY
    WORKS FOR F2P FISH!!!
    Players[1].Integers[0] := 0;
    Players[1].Integers[1] := 0;

    I clearly indicated in line 70, that i don't want to use other character? I think i missed something here?

  10. #410
    Join Date
    Feb 2007
    Location
    England
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Niiice, this is a great script

  11. #411
    Join Date
    Sep 2007
    Posts
    36
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    could'nt work out why it was logging me out stright away then relised i had it set as ToKill = 0; lol

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

    Default

    Quote Originally Posted by master98 View Post
    I get this error when compiling unkown identifier "smartsendkeys" on my scar what shouldi do ? imrunning scar divi 3.12 with srl 4.0
    you dont have rev #4 with the repiratory download...search

    Quote Originally Posted by Nikize View Post
    HyperSecret's AutoFighter!
    [Runtime Error] : Out Of Range in line 70 in script

    procedure DeclarePlayers;
    begin
    HowManyPlayers := 1;
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer := 0;

    SRLID := MySRLID;
    SRLPassword := MySRLPassword;

    Players[0].Name :='******'; //Character name
    Players[0].Pass :='*********'; //Character PAss
    Players[0].Nick :='***'; //Nickname 3 Letter of char name
    Players[0].Active:=True; //True if you want this player to be ran in the script, false if not
    Players[0].Skill := 'even'; //the skill you want to train, strength, attack, defense, pure, or even to train skills evenly
    Players[0].Strings[0] := 'Lobster'//name of food player is eating/ONLY WORKS FOR F2P FISH!!!
    Players[0].Integers[0] := 0;
    Players[0].Integers[1] := 0;

    70. Players[1].Name :=''; //Character name
    Players[1].Pass :=''; //Character PAss
    Players[1].Nick :=''; //Nickname 3 Letter of char name
    Players[1].Active:=False; //True if you want this player to be ran in the script, false if not
    Players[1].Skill := 'strength'; //the skill you want to train, strength, attack, defense, pure, or even to train skills evenly
    Players[1].Strings[0] := 'Lobster'//name of food player is eating/ONLY
    WORKS FOR F2P FISH!!!
    Players[1].Integers[0] := 0;
    Players[1].Integers[1] := 0;

    I clearly indicated in line 70, that i don't want to use other character? I think i missed something here?
    howmanyplayers wants to know how many player arrays there are in the declare players...not how many are active, if you using just 1 player delete the other 4 player arrays...

    Quote Originally Posted by bujbju View Post
    could'nt work out why it was logging me out stright away then relised i had it set as ToKill = 0; lol
    lol

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


  13. #413
    Join Date
    Jul 2007
    Location
    Lapland
    Posts
    132
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks you Hypersecret! Your script works perfectly, even though lags like 5 seconds when started, but still it works perfectly and smoothly after that!

    Very good script, i reccomend it to everyone,

    -Nikize

  14. #414
    Join Date
    Sep 2007
    Location
    under your bed
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    works great!!! thanks maan

  15. #415
    Join Date
    Jul 2007
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    oh cheers for the tip about the anti randoms... they didnt work coz my name has loads of spaces in, so i made a new one and it works fine now, i will leav it on tonight, hopfully my mum or dad wont turn off the comp, and ill giv you a prog report tmoro if i get 1...

  16. #416
    Join Date
    Sep 2007
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ahhh how come i still cant get the progress report to work. i have a srl acc the user is 2582 and pass is ****** i put it on liek th is :
    const MySRLID = '2582';// Stats ID.
    const MySRLPassword = '******';//<-Your SRL Password here if you want to have yout stats logged

    and nothing happens it doesnt log or anything
    but when i put a randpm user / pass it says its the wrong id or pass
    please help

  17. #417
    Join Date
    Sep 2007
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i dont mean 2 be a noob or anything but could someone post up working colours for the level 3 "giant rat"?

    cheers

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

    Default

    Quote Originally Posted by Nikize View Post
    Thanks you Hypersecret! Your script works perfectly, even though lags like 5 seconds when started, but still it works perfectly and smoothly after that!

    Very good script, i reccomend it to everyone,

    -Nikize
    thx

    Quote Originally Posted by cris2 View Post
    oh cheers for the tip about the anti randoms... they didnt work coz my name has loads of spaces in, so i made a new one and it works fine now, i will leav it on tonight, hopfully my mum or dad wont turn off the comp, and ill giv you a prog report tmoro if i get 1...
    you wont get a proggy just a random report...

    Quote Originally Posted by 12345678 View Post
    ahhh how come i still cant get the progress report to work. i have a srl acc the user is 2582 and pass is ****** i put it on liek th is :
    const MySRLID = '2582';// Stats ID.
    const MySRLPassword = '******';//<-Your SRL Password here if you want to have yout stats logged

    and nothing happens it doesnt log or anything
    but when i put a randpm user / pass it says its the wrong id or pass
    please help
    you cant just put in a random name cuz then you will get wrong id and pass...doesnt log in or anything? something on your end then...dont know

    Quote Originally Posted by Ix Johnny Ix View Post
    i dont mean 2 be a noob or anything but could someone post up working colours for the level 3 "giant rat"?

    cheers
    just use the color picker in scar...its the little eye dropper...

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


  19. #419
    Join Date
    Sep 2007
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks for the quick reply, but yeah i tried that and changed it many times and all it does is move the cursor towards the rat but doesn't click???

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

    Default

    Quote Originally Posted by Ix Johnny Ix View Post
    thanks for the quick reply, but yeah i tried that and changed it many times and all it does is move the cursor towards the rat but doesn't click???
    then its not the colors, its how you put the monstername it is case sensative so if your fighting giant rats then put 'Giant rats'

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


  21. #421
    Join Date
    Sep 2007
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Love the script. Cant get everything to work but glad atleast it is somewhat working. Looked thru 5 pages and didnt see my problem.

    My guy logs in. Goes to attack option screen.....goes to inventory....logs out....logs back in....changes all chat options turns them off.....changes my player to run....logs out....logs back in goes to inventory and sits there and does nothing.

    Here is a error it gives me if this helps. Invalid Script ID
    NextPlayer trying to train up my noob player on some chickens

    thanks for making this and it looks good.

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

    Default

    repick the colors see if that works...

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


  23. #423
    Join Date
    Sep 2007
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by HyperSecret View Post
    repick the colors see if that works...
    Ok I tryed that but being a noob like I am I cant figure out how to move the dropper over to another screen. I click on it and move to scarscape then click on the goblin or chicken but does nothing doesnt set the color code per bottom of scar. Looked under scar help but no help.

    Also I know of another error I done. I didnt get fish. Gotta get fish to eat. I grabbed cooked meat

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

    Default

    first off put scar to the side so you can see your rs screen, then hit the dropper so you can see what you want to click, alittle crosshair will come up and click the color with that...

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


  25. #425
    Join Date
    Sep 2007
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by HyperSecret View Post
    first off put scar to the side so you can see your rs screen, then hit the dropper so you can see what you want to click, alittle crosshair will come up and click the color with that...

    Ah got ya. Got it to work now. Finally got it to fight !!! But it fought 1-2 cows and ran and logged out said low hp when it had 9/11 and have it set to run at 5 and eat at 7. I tryed changing it to run on 1 but again didnt help. Gonna tweak some on it and see what I can come up with. So far great thing you created !!

Page 17 of 45 FirstFirst ... 7151617181927 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. HyperSecret's - SecretFighter - Modified by Nerexis!
    By Nerexis in forum First Scripts
    Replies: 18
    Last Post: 08-01-2009, 01:41 AM
  2. need help with hypersecret's autofighter
    By Josex12 in forum OSR Help
    Replies: 3
    Last Post: 01-23-2008, 11:25 AM
  3. Replies: 7
    Last Post: 09-18-2007, 02:25 AM
  4. HyperSecret's First Script!! (WoodCutter/PowerCutter)
    By HyperSecret in forum First Scripts
    Replies: 22
    Last Post: 09-16-2007, 03:14 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
  •