Page 13 of 31 FirstFirst ... 3111213141523 ... LastLast
Results 301 to 325 of 751

Thread: AutoRangeGuilder_11

  1. #301
    Join Date
    Apr 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Only problem i've had so far with the new script is that sometimes it gets stuck on the pop up after firing at the target and you have to manually fix it

  2. #302
    Join Date
    Feb 2013
    Location
    Narnia
    Posts
    615
    Mentioned
    8 Post(s)
    Quoted
    252 Post(s)

    Default

    Quote Originally Posted by RokxD View Post
    Sorry again im really new to the scripting world and I'm trying not to leach hard I edited

    Code:
    begin
      SetupSRL;
      DTMZ;
      Addonterminate('FREEDTMZ');  
      repeat
        CrushProcess;
      until (not Loggedin);
      FREEDTMZ;
      terminatescript();
    end.
    Into

    Code:
    begin
      SetupSRL;
      AntiBan;
      Addonterminate('FREEAntiBan');
      repeat
      until (not Loggedin);
      AntiBan;
      terminatescript();
    end.
    and changed AntiBan with the various procedures, can you tell me if this is correct or am i doing something really stupid?

    Edit: Trying your fixed index version right now
    cool, let me know how it works. my simbas having priblems again. the add on terminate dtmz is because when u use dtms u have to 'free' them after declaring them so what the addonterminate is doing is freeing all the dtms when the script ends so it doesnt get caught in a loop. I hope this answers ur question

  3. #303
    Join Date
    May 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    how can i change how many Competitions he´s gonna do ?

  4. #304
    Join Date
    Feb 2013
    Location
    Narnia
    Posts
    615
    Mentioned
    8 Post(s)
    Quoted
    252 Post(s)

    Default

    Quote Originally Posted by balbino View Post
    how can i change how many Competitions he´s gonna do ?
    figure it out, leecher.

  5. #305
    Join Date
    Apr 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Really good script but does it work well with smart8 yet? it's too inconvenient to not be able to do anything else on my computer since it uses my cursor for the browser.

  6. #306
    Join Date
    May 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    ?????

  7. #307
    Join Date
    Mar 2013
    Location
    United States
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    if you actually look at the script you can figure out all the anti-leeches.... -.-

  8. #308
    Join Date
    Apr 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    figured out this one, doesn't have an anti leech but has something else to do with amount of competitions But still stuck on the essence miner one :/ Can anyone help? pm me.

  9. #309
    Join Date
    Feb 2013
    Location
    Narnia
    Posts
    615
    Mentioned
    8 Post(s)
    Quoted
    252 Post(s)

    Default

    Quote Originally Posted by easy111 View Post
    if you actually look at the script you can figure out all the anti-leeches.... -.-
    there are no antileeches. just things u can change to control the script and make it more user friendly

  10. #310
    Join Date
    Feb 2013
    Location
    Narnia
    Posts
    615
    Mentioned
    8 Post(s)
    Quoted
    252 Post(s)

    Default

    has anyone tried the code on page 12?

  11. #311
    Join Date
    Jul 2012
    Posts
    50
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default

    I can in a few mins here. You want it in browser or smart?

  12. #312
    Join Date
    Feb 2013
    Location
    Narnia
    Posts
    615
    Mentioned
    8 Post(s)
    Quoted
    252 Post(s)

    Default

    Quote Originally Posted by burner3287 View Post
    I can in a few mins here. You want it in browser or smart?
    browser. seeing if this solves the so aratic mouse and that odd index error at random so ull have to run it for a awhile. I just got simba to work again so ill be trying it soon aswell

  13. #313
    Join Date
    Jul 2012
    Posts
    50
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default

    works fine in browser, still does the thing where the mouse flips around the screen but really not a big deal seeing as how they aren't really tracking mouse movement afaik yet.

  14. #314
    Join Date
    Feb 2013
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Hi,
    Just FYI I'm not a leech, I've done my fair share of scripting. My problem is your script opens up EOC for me for some reason.
    I am able to use all the OSR include scripts, do you think its because you are using p07include?
    Nice script, I +repped and rated.

    adeghati

  15. #315
    Join Date
    Feb 2013
    Location
    Narnia
    Posts
    615
    Mentioned
    8 Post(s)
    Quoted
    252 Post(s)

    Default

    Quote Originally Posted by adeghati View Post
    Hi,
    Just FYI I'm not a leech, I've done my fair share of scripting. My problem is your script opens up EOC for me for some reason.
    I am able to use all the OSR include scripts, do you think its because you are using p07include?
    Nice script, I +repped and rated.

    adeghati
    Awesome! Thanks mate. It is not because I am using the P07Include, make sure you have everything installed correctly. I had same issue but once i redownloaded everything smart8 worked again. I think its just the params u need to redownload. Just a note i would recomend using this script in a browser anyways. Once i get some confirmation on my code on page 12 i will start using smart8 and OSR
    Last edited by Sk1nyNerd; 04-08-2013 at 02:32 AM.

  16. #316
    Join Date
    Feb 2013
    Location
    Narnia
    Posts
    615
    Mentioned
    8 Post(s)
    Quoted
    252 Post(s)

    Default

    Quote Originally Posted by burner3287 View Post
    works fine in browser, still does the thing where the mouse flips around the screen but really not a big deal seeing as how they aren't really tracking mouse movement afaik yet.
    I also have it working great in browser. it no longer mouse spazes for me, sommeeeeetimes it will just mouse between a guard and then to the judge once but thats because theyre the same colors

  17. #317
    Join Date
    Apr 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by ibot_dung11 View Post
    has anyone tried the code on page 12?
    I have, everythings fine accept it gets stuck on the pop-up every once in a while. I set it to 81,82 btw

  18. #318
    Join Date
    Feb 2013
    Location
    Narnia
    Posts
    615
    Mentioned
    8 Post(s)
    Quoted
    252 Post(s)

    Default

    Quote Originally Posted by RokxD View Post
    I have, everythings fine accept it gets stuck on the pop-up every once in a while. I set it to 81,82 btw
    it should close the pop up?

  19. #319
    Join Date
    Feb 2013
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    hey, i cant figure it out but how do i set how long before it logs in, it sits for a good like 3-4 minutes or so on before it actually does anything. using SMART8. i tried to adjust the wait at the end of the script right next to SetupSRL from 1000, to a number like 10, didnt do anything wasnt sure if there was a way to shorten the time of how long it takes for the script to work.

  20. #320
    Join Date
    Feb 2013
    Location
    Narnia
    Posts
    615
    Mentioned
    8 Post(s)
    Quoted
    252 Post(s)

    Default

    Quote Originally Posted by brendonpenwell View Post
    hey, i cant figure it out but how do i set how long before it logs in, it sits for a good like 3-4 minutes or so on before it actually does anything. using SMART8. i tried to adjust the wait at the end of the script right next to SetupSRL from 1000, to a number like 10, didnt do anything wasnt sure if there was a way to shorten the time of how long it takes for the script to work.
    upon installing smart8 you should have read that it takes awhile for it to compile and open. its not the script itself but essentially smart8. please read my first page.

  21. #321
    Join Date
    Feb 2013
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    i understand, i get it .. i knew that much.. i guess that it just takes a little bit longer for this script to completely load and compile, you do have a decent amount of code.. didnt really think about this thanks.

  22. #322
    Join Date
    Feb 2013
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    i keep having an issue with it clicking on the gaurds and then it goes and attacks them and it kills me doesnt even last an hour.

  23. #323
    Join Date
    Feb 2013
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Quote Originally Posted by ibot_dung11 View Post
    Awesome! Thanks mate. It is not because I am using the P07Include, make sure you have everything installed correctly. I had same issue but once i redownloaded everything smart8 worked again. I think its just the params u need to redownload. Just a note i would recomend using this script in a browser anyways. Once i get some confirmation on my code on page 12 i will start using smart8 and OSR
    I used this script for about 30 minutes, and it works great, except that after its done the competition, the mouse moves quickly across the screen trying to find the judge. I think a way to solve this would be to set certain parameters of where to click (coordinates on the screen) during the talking to judge function. Just a tip!
    Also, I'm not quite sure what the "index error" is, as I used the client, but its pretty flawless otherwise.
    Nice script!

  24. #324
    Join Date
    Mar 2012
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    It doesnt do anything? Just stands there.

  25. #325
    Join Date
    Jan 2012
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    23 Post(s)

    Default

    Quote Originally Posted by ibot_dung11 View Post
    can you all try this and let me know if it takes care the index error. i followed some guides so we'll see how this goes
    the script is still is having trouble finding it's DTMS. this particular time it couldn't find judge.

Page 13 of 31 FirstFirst ... 3111213141523 ... 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
  •