AIO Guide to botting on a Ubuntu VPS

Discussion in 'Archives' started by Xolr, Mar 30, 2014.

Thread Status:
Not open for further replies.
AIO Guide to botting on a Ubuntu VPS
  1. Unread #1 - Mar 30, 2014 at 4:43 AM
  2. Xolr
    Joined:
    Jan 15, 2014
    Posts:
    1,711
    Referrals:
    1
    Sythe Gold:
    0
    Two Factor Authentication User SytheSteamer Sythe's 10th Anniversary St. Patrick's Day 2014 Tier 1 Prizebox

    Xolr 1AabBjVuxCNCN9ZCU6fjbSDPnqybcHuwDU
    $50 USD Donor New

    AIO Guide to botting on a Ubuntu VPS

    Cheezy intro:
    Ever wanted to bot with your computer off? Thought it was impossible? Nope. With today's technology you can do that quite easily. Actually, this is old technology, but we'll assume it's new to you ;). In this guide I will be going through, step by step, the process of setting up a VPS. A VPS is known as a Virtual Private Server. A VPS is essentially a computer away from home. We've all heard of remote desktopping to a different computer, well this is the same thing but with a "virtual" machine. These machines are virtual because they have no physical hardware. All resources are partitioned and shared from a physical machine through a process called virtualization. Imagine a physical machine split up into many different machines. For example think of a machine with 4 processor cores (quadcore), 4 gb of ram, and a 200 gb harddrive can be split into 4 machines with 1 processor core, 1 gb of ram and 50 gb of harddrive space each. You may think that a single core and 1 gb ram machine may run slow, but with today's speed of hardware it will perform quite well with most applications that aren't resource heavy: it's actually great hardware to bot with. These virtual machines are typically sold by hosting companies and you can get them at a pretty decent price, if you know where to look ;).

    Here's how to setup a bot on an Ubuntu VPS.

    Table of Contents:
    • I. Tools you will need
    • II. Setting up the server through PuTTY
    • III. Easy Server Setup
    • IV. Using VNC

    I. Tools you will need:

    1. PuTTY
      Download: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
    2. UltraVNC
      Download: http://www.uvnc.com/downloads/ultravnc.html
    3. A VPS
      Good place to find a cheap one: http://www.webhostingtalk.com/forumdisplay.php?f=104
      - Note: It's recommended to have at least 1 full core and 1GB of RAM. If you find a good deal this shouldn't cost more than 6$ a month.

    - Note: These are recommended tools. You can use whatever version of SSH protocol you'd like, or a different VNCviewer, but these are just my favorite and some of the simplest.
    - Note: I'm going to be using DMEhosting's VPS for the examples.

    1. When you go to buy a server at any site you will see something like this
    [​IMG]
    - Note: The hostname is not important. You can name it whatever you wish. You will need to remember the root password. The root password is what your will use to log into the virtual machine. If you have a password on your home computer that you use to log in then this is effectively the samet hing.

    2. Select Ubuntu 13.10 (current version at time of posting this)
    [​IMG]
    - Note: You can use Debian with this guide, but you will -not- be able to use CentOS. If you accidentally select the wrong OS then most hosting companies will have software that allows you to reinstall the entire server to a different OS with the click of a mouse. The email we will receive from DMEhosting will have a link in it to take us to a panel where we could do exactly that. Just make sure you select the right OS from the beginning and you won't have to mess with it ;).
    - Unimportant note: The closer the server is to your house the faster the connection. Pick whatever you'd like, but remember if your account starts playing in different countries then it may set off some red flags on Jagexs end.

    3. Buy the server
    [​IMG]

    4. You will receive an email that looks like this shortly after purchase
    [​IMG]
    - Note: Most hosting providers will have this same layout.

    II. Setting up the server through PuTTY

    1. Open PuTTY
    [​IMG]
    With the information from the email, place the IP into the Hostname or IP field.
    - Note: You can save the profile by typing in a profile name and clicking save. This will save you time on having to type in the IP every time.

    2. Click "Open"
    - Note: You will be prompted with a security warning on the first time, just click yes through it.

    3. Your log in username will be "root". Type root and press enter. It will always be root unless you opted to have a different root name when purchasing the server.
    [​IMG]

    4. Press enter and your password will be whatever password you set when buying the server.
    - Note: It doesn't show that you're typing a password but when you type, it's there. Just type the password and press enter.

    5. You should now be logged in, congratulations
    [​IMG]

    6. From here you have 2 options.
    - Option 1: Skip the remainder of this section and go straight to section III (3). Follow the setups with the script I wrote. (RECOMMENDED)
    - Option 2: Continue reading and install everything manually and learn a few things along the way.

    7. If you have selected to do the advanced method we need to install a few things onto your server.

    • Necessary updates
    • Destktop Environment (Xubuntu)
    • Vncserver
    • Java

    8. Type/copy and paste the following commands in order. Press "y" when if it prompts you to confirm installation on anything.

    Code:
    sudo apt-get update
    Code:
    sudo apt-get -y install xubuntu-desktop vnc4server default-jre
    [​IMG]
    - Note: This may take a few minutes depending on the servers speed and internet speed. Additionally, it may prompt you for a few things, just press enter or accept everything.

    9. This part is tricky, pay close attention. You have to edit your startup file to start XFCE automatically in VNC. If you do this improperly then you may only see a grey screen with a bold X cursor in VNC. To begin, type the following code into PuTTY
    Code:
    vim .vnc/xstartup
    [​IMG]
    - Note: You may or may not see colors depending on the version of PuTTY that you have, but this is not important. The main focus here is to make the characters in the files look like this. You will need to comment out the lines that need commented out and add one line to the end. To comment out an line you will need to put a "#" at the front of the line. This effectively will make the line useless and it will not be read or execute.
    - Note: To make it look like this, press "i". This will put you into INSERT mode. You can see "-- INSERT --" in the bottom left hand corner. Now use your arrows to put you in the right spaces where you need to make the changes. Make sure you put a # in front of all the necessary lines and add the bottom line to the file. To make the new line you will have to put the cursor (the green block) at the last character and press "enter". To exit INSERT mode press ESCAPE. Once you've pressed escape and exited insert mode, type ":wq" and press enter. Typing :wq is a command to save and exit the file.

    10. Now we need to start the VNC server, type this into PuTTY
    Code:
    vncserver
    [​IMG]
    It will ask for a password, type one in and remember it. Like most password applications it will ask twice for the password.

    11. VNC server is now started.
    - Note: To kill the VNCserver type the following code
    Code:
    vncserver -kill :1
    - Note: If the server is ever taken down or restarted you will need to connect to putty and simply type "vncserver" to start the vncserver.


    III. Easy Server Setup
    1. After you have logged into PuTTY type the following commands
    Code:
    wget http://xolr.com/vpssetup.sh
    Code:
    chmod +x vpssetup.sh
    Code:
    ./vpssetup.sh
    - Note: These files are not malicious. You can view them at any time on my server. They are simple shell scripts.

    2. This will begin the download, install and execution of everything needed in setups 7-11 of section II.

    3. It may prompt you to answer a few questions about keyboard layouts, just press enter through them. (See last picture of section II #8.)

    4. Near the end it will ask for a password for the vncserver, type one in and remember it. Like most password applications it will ask twice for the password. You will use this password to log into UltraVNC in section 4.

    5. You are now done with PuTTY, it can be closed.
    - Note: If the server is ever taken down or restarted you will need to connect to putty and simply type "vncserver" to start the vncserver.

    IV. Using VNC

    1. Attempt to connect to the VNC with UltraVNC

    [​IMG]
    - Important Note: You must append :5901 to your IP for the port. It will not work without this port added to the IP. UVNC will ask you for the VNC password you made when you started the VNC server back in PuTTY.
    - Note: It may ask you what type of panel you want for your first time. Select default
    [​IMG]

    2. If you have followed all the steps correctly then you should be successfully connect to the VNC.
    [​IMG]

    3. At the top is an "applications menu", go to it and then internet, then firefox.
    [​IMG]

    4. Go to your favorite bot site and download the client.
    - Note: Save file.
    [​IMG]

    5. Click "show in folder". The show in folder button is the circular folder button to the right in the following picture
    [​IMG]

    6. Drag and drop the bot file to the desktop
    [​IMG]

    7. Double click the bots .jar file
    [​IMG]
    - Last note: Happy botting ;).

    Btw I'm super noob when it comes to the newer versions of RS and RS bots. Don't ask any particular questions about the game or the bots themselves.
     
    ^ Agent Lilly and ItsGuffe like this.
  3. Unread #2 - Mar 30, 2014 at 4:50 AM
  4. Darbss
    Joined:
    Dec 24, 2013
    Posts:
    442
    Referrals:
    0
    Sythe Gold:
    0

    Darbss Forum Addict
    Banned

    AIO Guide to botting on a Ubuntu VPS

    Excellent guide, however im still too scared to bot on any account on EoC that im not willing to lose.
     
  5. Unread #3 - Mar 30, 2014 at 4:55 AM
  6. Xolr
    Joined:
    Jan 15, 2014
    Posts:
    1,711
    Referrals:
    1
    Sythe Gold:
    0
    Two Factor Authentication User SytheSteamer Sythe's 10th Anniversary St. Patrick's Day 2014 Tier 1 Prizebox

    Xolr 1AabBjVuxCNCN9ZCU6fjbSDPnqybcHuwDU
    $50 USD Donor New

    AIO Guide to botting on a Ubuntu VPS

    Yeah I heard it's not a good time for botting right now.

    Anyway, again, I'll spoof it up and make this guide look pretty some other time. I'm tired and it was a personal achievement for me to be able to get a VPS bot started from scratch with very little knowledge of the bots and the game.

    Success, none-the-less. :D
     
  7. Unread #4 - Mar 30, 2014 at 7:32 AM
  8. 2bot
    Joined:
    Jul 24, 2012
    Posts:
    675
    Referrals:
    0
    Sythe Gold:
    0

    2bot Apprentice
    Banned

    AIO Guide to botting on a Ubuntu VPS

    Are the ban rates still quite high? I botted 3 mill fm xp in around 3 days with no ban about a month ago.

    Oh yeah nice guide btw.
     
  9. Unread #5 - Mar 30, 2014 at 2:07 PM
  10. Jayzz
    Joined:
    Aug 9, 2012
    Posts:
    443
    Referrals:
    0
    Sythe Gold:
    0

    Jayzz Forum Addict
    Banned

    AIO Guide to botting on a Ubuntu VPS

    Nice guide, really helpful.
     
  11. Unread #6 - Mar 30, 2014 at 8:11 PM
  12. Goofier
    Joined:
    Feb 11, 2014
    Posts:
    12
    Referrals:
    0
    Sythe Gold:
    0

    Goofier Newcomer

    AIO Guide to botting on a Ubuntu VPS

    Yeah ban rates are up pretty high in 07 and rs3
     
  13. Unread #7 - Mar 31, 2014 at 9:55 AM
  14. Xolr
    Joined:
    Jan 15, 2014
    Posts:
    1,711
    Referrals:
    1
    Sythe Gold:
    0
    Two Factor Authentication User SytheSteamer Sythe's 10th Anniversary St. Patrick's Day 2014 Tier 1 Prizebox

    Xolr 1AabBjVuxCNCN9ZCU6fjbSDPnqybcHuwDU
    $50 USD Donor New

    AIO Guide to botting on a Ubuntu VPS

    Updated and cleaned up ;)

    Sticky?
     
  15. Unread #8 - Mar 31, 2014 at 10:18 AM
  16. VegasHome
    Joined:
    Dec 28, 2013
    Posts:
    89
    Referrals:
    0
    Sythe Gold:
    0

    VegasHome Member
    Banned

    AIO Guide to botting on a Ubuntu VPS

    any chance you can add me on skype miltobils and help me setup my vps?
     
  17. Unread #9 - Mar 31, 2014 at 10:25 AM
  18. Xolr
    Joined:
    Jan 15, 2014
    Posts:
    1,711
    Referrals:
    1
    Sythe Gold:
    0
    Two Factor Authentication User SytheSteamer Sythe's 10th Anniversary St. Patrick's Day 2014 Tier 1 Prizebox

    Xolr 1AabBjVuxCNCN9ZCU6fjbSDPnqybcHuwDU
    $50 USD Donor New

    AIO Guide to botting on a Ubuntu VPS

    Try to follow the steps first. I promise you I made it easy to follow.
     
  19. Unread #10 - Apr 1, 2014 at 10:23 PM
  20. Xolr
    Joined:
    Jan 15, 2014
    Posts:
    1,711
    Referrals:
    1
    Sythe Gold:
    0
    Two Factor Authentication User SytheSteamer Sythe's 10th Anniversary St. Patrick's Day 2014 Tier 1 Prizebox

    Xolr 1AabBjVuxCNCN9ZCU6fjbSDPnqybcHuwDU
    $50 USD Donor New

    AIO Guide to botting on a Ubuntu VPS

    I will soon be updating this to a basic shell script that you can wget and execute and it will do -everything- for you.
     
  21. Unread #11 - Apr 2, 2014 at 6:06 AM
  22. Xolr
    Joined:
    Jan 15, 2014
    Posts:
    1,711
    Referrals:
    1
    Sythe Gold:
    0
    Two Factor Authentication User SytheSteamer Sythe's 10th Anniversary St. Patrick's Day 2014 Tier 1 Prizebox

    Xolr 1AabBjVuxCNCN9ZCU6fjbSDPnqybcHuwDU
    $50 USD Donor New

    AIO Guide to botting on a Ubuntu VPS

    Sorry for the constant bumping...

    Anyway, updated thread... Now has a new section 3 with a script I wrote to install everything on the server that you will need, make all necessary file edits, and execute the VNC server. I may eventually update the script to install all current bots and make them executable from the desktop. The only problem is when a bot is updated it the old botfile will be useless and may cause confusion. I'm currently thinking of a way to get around this. This should clear up ANY problems with server installs.

    Edit: will be changing Java versions in a bit when I get some time. Got some good recommendations from apos.
     
  23. Unread #12 - Apr 7, 2014 at 3:38 AM
  24. Dank
    Joined:
    Apr 22, 2007
    Posts:
    10,986
    Referrals:
    2
    Sythe Gold:
    1,515
    Discord Unique ID:
    116016314924924933
    Discord Username:
    str8 d a n k
    420 yolo swag blaze it fuck the popo legalize it anyone got some chips Shitting Rainbow Lawrence (2) Doge Potamus Heidy Wait, do you not have an Archer rank? Extreme Homosex Gohan has AIDS We Are Legion
    Wubba Lubba Dub Dub Why is there BACON in the SOAP!? The Mortyest Morty Cook I'm LAAAAAAAME In Memory of Jon STEVE MushyMuncher Bojack Community Participant

    Dank Legend
    $200 USD Donor New

    AIO Guide to botting on a Ubuntu VPS

    Very nice guide! I appreciate the time and effort you put into this. It's going to help out a lot of people.
     
  25. Unread #13 - Apr 17, 2014 at 9:55 AM
  26. Xolr
    Joined:
    Jan 15, 2014
    Posts:
    1,711
    Referrals:
    1
    Sythe Gold:
    0
    Two Factor Authentication User SytheSteamer Sythe's 10th Anniversary St. Patrick's Day 2014 Tier 1 Prizebox

    Xolr 1AabBjVuxCNCN9ZCU6fjbSDPnqybcHuwDU
    $50 USD Donor New

    AIO Guide to botting on a Ubuntu VPS

    My server is down so the easy setup scripts will not work until I get it fixed. Sorry for any problems it may cause.
     
  27. Unread #14 - Apr 29, 2014 at 6:14 PM
  28. Xolr
    Joined:
    Jan 15, 2014
    Posts:
    1,711
    Referrals:
    1
    Sythe Gold:
    0
    Two Factor Authentication User SytheSteamer Sythe's 10th Anniversary St. Patrick's Day 2014 Tier 1 Prizebox

    Xolr 1AabBjVuxCNCN9ZCU6fjbSDPnqybcHuwDU
    $50 USD Donor New

    AIO Guide to botting on a Ubuntu VPS

    Server back up, scripts re-wrote and working.
     
  29. Unread #15 - May 4, 2014 at 7:27 PM
  30. Tornstol
    Joined:
    Dec 6, 2012
    Posts:
    1,301
    Referrals:
    0
    Sythe Gold:
    0

    Tornstol Guru
    Banned

    AIO Guide to botting on a Ubuntu VPS

    super detailed guide! thanks alot
     
  31. Unread #16 - May 12, 2014 at 12:51 AM
  32. hackingislol133
    Joined:
    Jun 17, 2011
    Posts:
    852
    Referrals:
    0
    Sythe Gold:
    7

    hackingislol133 Apprentice
    Banned

    AIO Guide to botting on a Ubuntu VPS

    correct me if i'm wrong but,

    most bots today run on opengl which requires hardware acceleration. i have never seen a host offer hosting on a server that is capable of graphical payloads. this guide is made obsolete by that fact alone.
     
  33. Unread #17 - May 15, 2014 at 12:23 PM
  34. Xolr
    Joined:
    Jan 15, 2014
    Posts:
    1,711
    Referrals:
    1
    Sythe Gold:
    0
    Two Factor Authentication User SytheSteamer Sythe's 10th Anniversary St. Patrick's Day 2014 Tier 1 Prizebox

    Xolr 1AabBjVuxCNCN9ZCU6fjbSDPnqybcHuwDU
    $50 USD Donor New

    AIO Guide to botting on a Ubuntu VPS

    No, the games great on virtual servers.
     
  35. Unread #18 - May 17, 2014 at 12:50 PM
  36. Smegoo
    Joined:
    Jan 23, 2013
    Posts:
    266
    Referrals:
    0
    Sythe Gold:
    0

    Smegoo Forum Addict
    Banned

    AIO Guide to botting on a Ubuntu VPS

    the script is down
     
  37. Unread #19 - May 17, 2014 at 1:03 PM
  38. Xolr
    Joined:
    Jan 15, 2014
    Posts:
    1,711
    Referrals:
    1
    Sythe Gold:
    0
    Two Factor Authentication User SytheSteamer Sythe's 10th Anniversary St. Patrick's Day 2014 Tier 1 Prizebox

    Xolr 1AabBjVuxCNCN9ZCU6fjbSDPnqybcHuwDU
    $50 USD Donor New

    AIO Guide to botting on a Ubuntu VPS

    Hmm it's still there mind telling me what it says?
     
  39. Unread #20 - May 21, 2014 at 10:04 PM
  40. hackingislol133
    Joined:
    Jun 17, 2011
    Posts:
    852
    Referrals:
    0
    Sythe Gold:
    7

    hackingislol133 Apprentice
    Banned

    AIO Guide to botting on a Ubuntu VPS

    sure you can play through software, but how would you run any bots that require opengl? no host on the planet equips their servers with hardware acceleration capable gpu's. and even if they did, virtualizing opengl hasn't been perfected enough for routine use.
     
< PROOFS ARE REQUIRED! Please Read | >

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


 
 
Adblock breaks this site