Page 10 of 165 FirstFirst ... 891011122060110 ... LastLast
Results 226 to 250 of 4114

Thread: Wizzup's [SRL] Essence Miner.

  1. #226
    Join Date
    Sep 2006
    Location
    West U.S.
    Posts
    2,172
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by Dunceiam View Post
    Swift switch gave me a keylogger...I wouldn't recommend using it...
    lol another reason why i dont use swift switch!!

    They are sisters...
    Runescape Classic

  2. #227
    Join Date
    Feb 2007
    Posts
    125
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Dunceiam View Post
    Swift switch gave me a keylogger...I wouldn't recommend using it...
    did u download it from the original site?

    i scanned mine and didnt find anything.... its just you buddy

  3. #228
    Join Date
    Feb 2007
    Location
    Melbourne, Australia
    Posts
    891
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Well...I believe I did, although it was 5-6 months ago so I don't remember. But that's why I became involved in RS-Cheating..

    But yeah, after I found 5 mil. missing from my account, I ran a virus scan and sure enough, "Hellz Little Devil" (Name of keylogger) was there...Since swift-switch was the only thing I downloaded that week, I'm pretty sure it was it that gave me the keylogger.

    -Dunceiam

  4. #229
    Join Date
    Nov 2006
    Posts
    84
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hmm, where did you guys diownload the SwiftSwitch exe file from? I got mines from zybez and I dont think I have a keylogger.

  5. #230
    Join Date
    Sep 2006
    Location
    West U.S.
    Posts
    2,172
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by stylen View Post
    This script logs off a player when it encounters a problem. For example a random event.
    If you got teleported then there is no point in logging back in and trying to mine.

    This script also starts from either the bank or the mine.
    When you set your constants they most probably are set to Bank. So to be able to mine you will need to start from the bank.

    If your player1 is logged of because it was stuck in the mine, when the script logs back on it will think that the player is in the bank, but its not so the script wont work and you will most probably end up in a random location.

    Also your character might become spasticated and be a lunatic on the roads.
    This will alarm people and you will be reported. I personally, and many other members here will report you.

    I hope that answers your question as to why it doesn't loop through the player cycle.


    well... i tried setting it to "mine" in the player arrays, starting off in the mines and that didnt do any good.
    i was still getting logged out every now and then maybe because there isnt enough activity with the mouse i.e. "clicking" and the game is logging me off because of it

    i liked wizzup?'s idea of clicking random tabs and i believe it'll solve one the problems, but there are still other problems such as the script wondering off and missing the click on the big ess rock.

    if those problems are fixed, it would be one heck of a free script!

    btw... i think its a problem with the script since it says "NextPlayer" when it's done with the entire list of players
    ... i just sits there....
    then i wake up in the morning to find that all my players are in the mines with their inventory half filled with rune ess...
    none of them had any major (unsolvable) randoms btw
    they were all the ones that you could talk to

    They are sisters...
    Runescape Classic

  6. #231
    Join Date
    Feb 2007
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i keep getting this [Runtime Error] : Out Of Range in line 41 in script

    trying to use one player and keep getting this message can anyone help me please?

  7. #232
    Join Date
    Nov 2006
    Posts
    84
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Can anyone help me with my problem? When it is mining it takes to long and logs off, this destroys precious time by waiting for it to log in to another chacter and have same thing happen. Is there anyway to prevent it from logging off?

  8. #233
    Join Date
    Feb 2007
    Posts
    125
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Itzkirby View Post
    Hmm, where did you guys diownload the SwiftSwitch exe file from? I got mines from zybez and I dont think I have a keylogger.
    yea zybez is good thier safe...or you can just go to www.swiftswitch.org

  9. #234
    Join Date
    Feb 2007
    Location
    Melbourne, Australia
    Posts
    891
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by god_im_emo View Post
    i keep getting this [Runtime Error] : Out Of Range in line 41 in script

    trying to use one player and keep getting this message can anyone help me please?
    You need to delete the other players forms...
    Example---

    Players[0].Name :='';
    Players[0].Pass :='';
    Players[0].Nick :='';
    Players[0].Loc :='Bank';
    Players[0].Active:=True;
    Players[0].Boolean1 := True; // Is The Pick Equipped?
    Players[0].Boolean2 := False; // False for brightness Check Once.
    Players[0].String1 := ''; // Bank PIN, If any.

    Players[1].Name :='';
    Players[1].Pass :='';
    Players[1].Nick :='';
    Players[1].Loc :='Bank';
    Players[1].Active:=True;
    Players[1].Boolean1 := True; // Is The Pick Equipped?
    Players[1].Boolean2 := False; // False for brightness Check Once.
    Players[1].String1 := ''; // Bank PIN, If any.

    Players[2].Name :='';
    Players[2].Pass :='';
    Players[2].Nick :='';
    Players[2].Loc :='Bank';
    Players[2].Active:=True;
    Players[2].Boolean1 := True; // Is The Pick Equipped?
    Players[2].Boolean2 := False; // False for brightness Check Once.
    Players[2].String1 := ''; // Bank PIN, If any.

    Players[3].Name :='';
    Players[3].Pass :='';
    Players[3].Nick :='';
    Players[3].Loc :='Bank';
    Players[3].Active:=True;
    Players[3].Boolean1 := True; // Is The Pick Equipped?
    Players[3].Boolean2 := False; // False for brightness Check Once.
    Players[0].String1 := ''; // Bank PIN, If any.

    Players[4].Name :='';
    Players[4].Pass :='';
    Players[4].Nick :='';
    Players[4].Loc :='Bank';
    Players[4].Active:=True;
    Players[4].Boolean1 := True; // Is The Pick Equipped?
    Players[4].Boolean2 := False; // False for brightness Check Once.
    Players[4].String1 := ''; // Bank PIN, If any.

    Players[5].Name :='';
    Players[5].Pass :='';
    Players[5].Nick :='';
    Players[5].Loc :='Bank';
    Players[5].Active:=True;
    Players[5].Boolean1 := True; // Is The Pick Equipped?
    Players[5].Boolean2 := False; // False for brightness Check Once.
    Players[5].String1 := ''; // Bank PIN, If any.


    Delete everything in red...

    Although I recommend using more then one players, it's better overall.

    -Dunceiam

  10. #235
    Join Date
    Feb 2007
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks alot for the help works great

  11. #236
    Join Date
    Feb 2007
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    pretty good script man just finished my chars from tut island gonna give a try

  12. #237
    Join Date
    Oct 2006
    Location
    MI USA
    Posts
    3,166
    Mentioned
    6 Post(s)
    Quoted
    11 Post(s)

    Default

    Quote Originally Posted by gangsta View Post
    pretty good script man just finished my chars from tut island gonna give a try
    You might wanna let them run on this script for a bit first and get their combat up........ http://www.villavu.com/forum/showthr...?t=2318?t=2808 ...there are "muggers" there that love to "own" lvl 3 characters...not to mention a "few" other reasons to train your character's combat levels up...... http://www.villavu.com/forum/showthread.php?t=1342
    Hope this helps you, RAM


  13. #238
    Join Date
    Sep 2006
    Location
    West U.S.
    Posts
    2,172
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by RAM_RUNE View Post
    You might wanna let them run on this script for a bit first and get their combat up........ http://www.villavu.com/forum/showthr...?t=2318?t=2808 ...there are "muggers" there that love to "own" lvl 3 characters...not to mention a "few" other reasons to train your character's combat levels up...... http://www.villavu.com/forum/showthread.php?t=1342
    Hope this helps you, RAM
    lol are you talking about the powerminer? lol
    this is the essence miner
    there are no muggers

    They are sisters...
    Runescape Classic

  14. #239
    Join Date
    Dec 2006
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    For some reason, it needs to log out then log back in once more for it to start working. Also, when it has finished however many loads until it switches characters, it finishes the last load then it has to wait for it to auto log out before it logs back onto the next account. Besides that, it works really well. Haven't noticed any serious bugs.

  15. #240
    Join Date
    Jan 2007
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hmm, It dosent continuesly mine, it mines around 2 essence then goes to portal..

  16. #241
    Join Date
    Feb 2007
    Location
    Melbourne, Australia
    Posts
    891
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by legendaryhero90 View Post
    lol are you talking about the powerminer? lol
    this is the essence miner
    there are no muggers
    There's a mugger normally at the door to the rune shop. Half the time he's there for me..
    And in a lot of people's sigs they have, "If I see you autoing with a lvl 3, crap name, I WILL report you" You're going to get banned very quickly if you auto with a lvl 3. Just use the goblin Scheduler for 1 night on all your characters and you'll be fine.

    -Dunceiam

  17. #242
    Join Date
    Feb 2007
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    whats the entire script???

  18. #243
    Join Date
    Feb 2007
    Location
    Melbourne, Australia
    Posts
    891
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by bobthebuilder View Post
    whats the entire script???
    I think your question is, "Where is the entire script?"? If it is, then Page 1 of this thread, underneath the downloads button. There are currently 2 attached files, click on whatever one you want.

    -Dunceiam

  19. #244
    Join Date
    Dec 2006
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I have a problem..i THINK i set my "1" player i want up..but when it logs me in..it doesnt click the play rs button or whatever, when i click that button the script does absolutly nothing..please help =\

  20. #245
    Join Date
    Feb 2007
    Location
    Melbourne, Australia
    Posts
    891
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Phat Smither View Post
    I have a problem..i THINK i set my "1" player i want up..but when it logs me in..it doesnt click the play rs button or whatever, when i click that button the script does absolutly nothing..please help =\
    I had the same problem with my '94 computer. But it's because your computer's too slow. See if you can run other scripts, if not, then as I said. Your computer is just too slow..

    -Dunceiam

  21. #246
    Join Date
    Dec 2006
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    k, i will see what i can do..but i can run rs lag free lol, i own on my range pure..=\

  22. #247
    Join Date
    Dec 2006
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    well i tried to run a auto fighter..i lagged a lil bit..and it just spun the screen around lol....

  23. #248
    Join Date
    Feb 2007
    Location
    Melbourne, Australia
    Posts
    891
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Okay, first of all, try not to double post. Just edit your first post...

    So there's nothing we can help with since it's your computer...

    -Dunceiam

  24. #249
    Join Date
    Dec 2006
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    well, its a brand new laptop -.-

  25. #250
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i run it on my laptop and it just mines 1 thn goes back but b4 it done around 2 trips then got lost

Page 10 of 165 FirstFirst ... 891011122060110 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Wizzup's essence miner..
    By Demon Inu11 in forum OSR Help
    Replies: 10
    Last Post: 07-29-2007, 12:51 AM
  2. Need help with Wizzup's [SRL] Essence Miner
    By tehhalobot in forum OSR Help
    Replies: 4
    Last Post: 06-03-2007, 10:37 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •