Working Bots [RuneTek 5 Compatible] [FREE Auth Codes!]

Discussion in 'RuneScape 3 Cheating' started by nellaskills, Sep 9, 2009.

Thread Status:
Not open for further replies.
Working Bots [RuneTek 5 Compatible] [FREE Auth Codes!]
  1. Unread #41 - Sep 16, 2009 at 12:44 AM
  2. Maggi
    Joined:
    Sep 15, 2009
    Posts:
    147
    Referrals:
    1
    Sythe Gold:
    0

    Maggi Active Member
    Banned

    Working Bots [RuneTek 5 Compatible] [FREE Auth Codes!]

    Guys - Please note these are FREE bots on their sites and FREE bots Can be caught and arnt as safe as the paid ones.
     
  3. Unread #42 - Sep 16, 2009 at 9:13 AM
  4. Alex103
    Joined:
    Aug 20, 2008
    Posts:
    455
    Referrals:
    0
    Sythe Gold:
    0

    Alex103 Forum Addict

    Working Bots [RuneTek 5 Compatible] [FREE Auth Codes!]

    Doesn't run through wine. I need a autowcer for linux :(
     
  5. Unread #43 - Sep 16, 2009 at 9:27 AM
  6. i str 0wnz u
    Joined:
    Jan 19, 2006
    Posts:
    173
    Referrals:
    0
    Sythe Gold:
    2

    i str 0wnz u Active Member

    Working Bots [RuneTek 5 Compatible] [FREE Auth Codes!]

    Going to try rs2bots, hope it doesn't steal my password :p
     
  7. Unread #44 - Sep 17, 2009 at 4:38 AM
  8. Ih8english101
    Joined:
    Sep 2, 2009
    Posts:
    72
    Referrals:
    0
    Sythe Gold:
    0

    Ih8english101 Member

    Working Bots [RuneTek 5 Compatible] [FREE Auth Codes!]

    yupz.
     
  9. Unread #45 - Sep 17, 2009 at 4:40 AM
  10. Ih8english101
    Joined:
    Sep 2, 2009
    Posts:
    72
    Referrals:
    0
    Sythe Gold:
    0

    Ih8english101 Member

    Working Bots [RuneTek 5 Compatible] [FREE Auth Codes!]

    hasnt took myn. but then again i put my little noob accounts on it. :laugh:
     
  11. Unread #46 - Sep 17, 2009 at 1:06 PM
  12. res0r9lm
    Joined:
    Sep 17, 2009
    Posts:
    6
    Referrals:
    0
    Sythe Gold:
    0

    res0r9lm Newcomer

    Working Bots [RuneTek 5 Compatible] [FREE Auth Codes!]

    you can run client with linux download client from http://impsoft.info/download.php
     
  13. Unread #47 - Sep 17, 2009 at 2:12 PM
  14. cristofolini
    Joined:
    Mar 20, 2009
    Posts:
    1,071
    Referrals:
    0
    Sythe Gold:
    0

    cristofolini Guru

    Working Bots [RuneTek 5 Compatible] [FREE Auth Codes!]

    The new bots like rsafk and rs2b are safe and pretty official, we wouldnt pay that much for bots if those sites was scammers
     
  15. Unread #48 - Sep 17, 2009 at 2:37 PM
  16. Alex103
    Joined:
    Aug 20, 2008
    Posts:
    455
    Referrals:
    0
    Sythe Gold:
    0

    Alex103 Forum Addict

    Working Bots [RuneTek 5 Compatible] [FREE Auth Codes!]

  17. Unread #49 - Sep 17, 2009 at 3:48 PM
  18. Xiaa
    Joined:
    Mar 20, 2009
    Posts:
    231
    Referrals:
    0
    Sythe Gold:
    0

    Xiaa Active Member
    Banned

    Working Bots [RuneTek 5 Compatible] [FREE Auth Codes!]

    I use my acc's that are rich and im fine
     
  19. Unread #50 - Sep 17, 2009 at 5:13 PM
  20. res0r9lm
    Joined:
    Sep 17, 2009
    Posts:
    6
    Referrals:
    0
    Sythe Gold:
    0

    res0r9lm Newcomer

    Working Bots [RuneTek 5 Compatible] [FREE Auth Codes!]

    ok you must very new to linux then. you have to make the file executable then run it.

    to make a file executable in the terminal cd to folder then use the command chmod +x $FILENAME

    you have to make run-linux.sh executable

    once .sh is executable you should be able to run by double clicking
     
  21. Unread #51 - Sep 18, 2009 at 9:45 AM
  22. Alex103
    Joined:
    Aug 20, 2008
    Posts:
    455
    Referrals:
    0
    Sythe Gold:
    0

    Alex103 Forum Addict

    Working Bots [RuneTek 5 Compatible] [FREE Auth Codes!]

    Doesn't work.
     
  23. Unread #52 - Sep 18, 2009 at 10:46 AM
  24. Ichzockeab
    Joined:
    Jun 30, 2007
    Posts:
    165
    Referrals:
    0
    Sythe Gold:
    0

    Ichzockeab Active Member
    Banned

    Working Bots [RuneTek 5 Compatible] [FREE Auth Codes!]

    hey i used autowillow now for a while, its nice, but now if i set breaks (normaly there is the time in the middle on the right) its not displayed...

    On the left top normaly stands:
    Time
    Willows Chopped
    Starting Level
    Current

    but now it don't work. The bot works but not the display everything is set to 0
     
  25. Unread #53 - Sep 18, 2009 at 11:15 AM
  26. res0r9lm
    Joined:
    Sep 17, 2009
    Posts:
    6
    Referrals:
    0
    Sythe Gold:
    0

    res0r9lm Newcomer

    Working Bots [RuneTek 5 Compatible] [FREE Auth Codes!]

    hey I wrote a script to install under linux even downloads and unzips also checks for java. just open text editor and copy and paste.
    Code:
    #!/bin/bash
    
    if command -v java &>/dev/null; then
    wget impsoft.info/download.php -O botclient.zip
    unzip botclient.zip -d ~/rs2bot
    rm botclient.zip
    cd ~/rs2bot
    chmod +x install-mac-linux.sh
    ./install-mac-linux.sh
    chmod +x run-linux.sh
    ./run-linux.sh &
    disown -h
    exit 0
    else 
    echo "Error: Java could not be found!"
    fi
    exit 0
    save to desktop as rs2bot-installer.sh then
    Code:
    cd ~/Desktop
    sh ./rs2bot-installer.sh
    when done you will be able to find the bot in home dir under rs2bot folder
     
  27. Unread #54 - Sep 19, 2009 at 2:48 PM
  28. Rumblerege
    Joined:
    Nov 25, 2007
    Posts:
    50
    Referrals:
    0
    Sythe Gold:
    0

    Rumblerege Member

    Working Bots [RuneTek 5 Compatible] [FREE Auth Codes!]

    Thanks for the list.

    I haven't been botting for a while and i wasn't sure where to look.

    Been using the Ess miner on my tank and it seems to be working quite well.
     
  29. Unread #55 - Sep 19, 2009 at 6:39 PM
  30. nissan nut
    Joined:
    Jun 9, 2008
    Posts:
    458
    Referrals:
    4
    Sythe Gold:
    29

    nissan nut Forum Addict

    Working Bots [RuneTek 5 Compatible] [FREE Auth Codes!]

  31. Unread #56 - Sep 20, 2009 at 7:46 AM
  32. Alex103
    Joined:
    Aug 20, 2008
    Posts:
    455
    Referrals:
    0
    Sythe Gold:
    0

    Alex103 Forum Addict

    Working Bots [RuneTek 5 Compatible] [FREE Auth Codes!]

    THANK YOU!
     
  33. Unread #57 - Sep 20, 2009 at 6:09 PM
  34. uhh ohh oreo
    Joined:
    Jul 11, 2009
    Posts:
    865
    Referrals:
    1
    Sythe Gold:
    0

    uhh ohh oreo Apprentice
    Banned

    Working Bots [RuneTek 5 Compatible] [FREE Auth Codes!]

    oo nicey
     
  35. Unread #58 - Sep 23, 2009 at 4:14 AM
  36. gonomon1
    Joined:
    Sep 20, 2009
    Posts:
    147
    Referrals:
    1
    Sythe Gold:
    0

    gonomon1 Active Member

    Working Bots [RuneTek 5 Compatible] [FREE Auth Codes!]

    nice ty
     
  37. Unread #59 - Sep 29, 2009 at 11:48 PM
  38. pyryoer
    Joined:
    Feb 8, 2009
    Posts:
    377
    Referrals:
    1
    Sythe Gold:
    1

    pyryoer Forum Addict

    Working Bots [RuneTek 5 Compatible] [FREE Auth Codes!]

    Sorry about bringing up an old thread, the OgreMurder script wont work for me. Here's the output:

    java.lang.NoSuchMethodError:impsoft.scripting.ibot.builtin.Camera.setCameraUp()V

    Help?
     
  39. Unread #60 - Sep 29, 2009 at 11:49 PM
  40. Rawr
    Joined:
    Jul 18, 2008
    Posts:
    2,442
    Referrals:
    9
    Sythe Gold:
    8
    Pokémon Trainer

    Rawr Addict.
    Retired Sectional Moderator $100 USD Donor

    Working Bots [RuneTek 5 Compatible] [FREE Auth Codes!]

    Post on their forums and the scripter will fix it.
     
< How many accounts to bot at once? | How do you bot multiple accounts at once? >

Users viewing this thread
1 guest
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site