Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.96 KB | None | 0 0
  1. Instructions:
  2.  
  3. #1 Download:
  4. Download virtual box: https://www.virtualbox.org/wiki/Downloads (Click "Windows hosts")
  5. Download windows tiny7 iso: https://drive.google.com/open?id=0BwWAF5fYn8pRbjdOZ2Nna1pMZlk
  6. Download teamviewer: https://www.teamviewer.com/en/ (This is optional, if you will have any trouble I can't easily fix, I will connect to you through teamviewer)
  7.  
  8. #2 Install:
  9. Install virtualbox
  10. Install teamviewer
  11.  
  12. #3 Create a virtual machine
  13. 3.1: In virtual box click new
  14. 3.2: Choose a name, like "bot"
  15. 3.3: Type: "Microsoft Windows"
  16. 3.4: Version: Windows 7 (32-bit)
  17. 3.5: Memory size: 4GB (will change later)
  18. 3.6: Click create
  19. 3.7: Click create again
  20.  
  21. #4 Install windows on it
  22. Start the virtual machine you created
  23. It will ask you to select start-up disk, find the windows tiny7 iso you downloaded before
  24. Finish the windows setup as normal
  25.  
  26. #5 Install guest additions
  27. In the virtual machine, under the menu bar at the top go under "Devices"
  28. Select "Insert guest additions CD image"
  29. Go to my computer and run the CD
  30. Install it, when it asks you to choose components select Direct3D
  31. A popup will ask you if you would like to install basic Direct3D support, click NO
  32. There will be 2 more popups, select install on both
  33. Reboot
  34. In menu bar under "View" deselect "Auto resize guest display"
  35.  
  36. #6 Shared folder
  37. On your PC create a folder where you want it and name it "shared"
  38. In the shared folder create a text file, inf.txt
  39. In the menu bar select Devices -> shared folders -> shared folder settings
  40. In the right click the button with the green plus
  41. For folder path navigate to your folder that you created "shared"
  42. Select "Auto-mount"
  43. Select "Make Permanent"
  44. Restart the virtual machine
  45.  
  46. #7 Install league
  47. Download and install league on the virtual machine (NOTE: if you have windows tiny7 internet explorer wont work, in that case, download the installer on your pc and transfer it to the virtual machine through the shared folder you have created in step #6)
  48. Also, do NOT copy the League of Legends folder from your PC, do a fresh install, because the bot needs the default settings, it wont work otherwise
  49. Run league and update it
  50. Pin league client as the first item on your taskbar
  51.  
  52. #8 bot
  53. Contact me and I will send you the bot
  54. Go to "My Documents", create a folder "bot"
  55. Put the bot file in there
  56. Right click the bot and select "send to" and then "desktop (shortcut)"
  57. Go to "C:\Users\%USER%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
  58. Make sure to replace %USER% with the username you have set for windows
  59. Drag the shortcut from the desktop you've just created in here
  60.  
  61. #9 Settings
  62. Then right click the desktop and go to display settings
  63. Change the resolution to 1024x768
  64. Click start and type "performance", one of the options will be "adjust the appearnce and performance of Windows", click it
  65. Select "Adjust for best performance" and click OK
  66. Follow the steps here under "Using Registry Editor" to disable right click on the desktop (so the bot doesn't accidentally open things): http://www.thewindowsclub.com/enable-disable-right-click-context-menus-windows-explorer
  67. Then shut down the virtual machine and go into the settings
  68. Go under display and enable "3D acceleration" and give it 128 video memory
  69. Then go under the system tab and change memory to 1024MB. In here there is another tab, click on Processor, select 1 processor and set the execution cap to 40%.
  70. You can try changing this settings, if you give it less cpu and ram, it will mean you can run more bots. If you give it too little, the bots wont work. You should aim for 4-6 fps in game.
  71.  
  72. #10 manage the bot
  73. Do not use this base virtual machine that you have created, instead create clones from it
  74. Right click the virtual machine and chose clone
  75. Chose a name, I usually just put the id of the account im going to use (see #11)
  76. Click next, SELECT LINKED CLONE, click next
  77. Make sure to use linked clones, they take much less space and are created a lot faster
  78.  
  79. #11 Manage accounts
  80. How to control the bots with the inf.txt file:
  81.  
  82. To give a bot your account info type it in the inf.txt like so:
  83. 1 username password
  84. Then you give the bot that ID ("1" in this case) when you start it and it will play that account.
  85. If you want the bot to switch between 3 accounts put it like this:
  86. 1 username password username password username password m
  87. Don't forget the "m" at the end. First account will play from 0 to 8, second to 16 and 3rd to 24.
  88. If you want to pause the bots that are playing with IDs 1 2 and 3, you add those IDs to the end of the pause line, with spaces between them like this:
  89. pause 1 2 3
  90. If you want to shutdown them after their game, you use the shutdown line like this:
  91. shutdown 1 2 3
  92. Don't forget to remove those IDs when you want to start it back up again. If you have paused bots, go to them and press F5 on each and they will continue.
  93. If you want the accounts to stop playing at certain IP amount, you can tell it by adding IP_ and the amount of IP to stop at, so for example:
  94. 1 username password username password username password m IP_20000
  95. And it will stop playing at 20k IP for those accounts. If you want to specify it for all accounts, you can add a line at the start of the file like this:
  96. all IP_20000
  97. This line has to be before all of the accounts information and if you want to have 20kIP for most and 30k IP for some you can do it like this:
  98. all IP_20000
  99. 1 user1 pass1
  100. 2 user2 pass2
  101. 3 user3 pass3 IP_30000
  102. And bots 1 and 2 will stop at 20k, bot 3 will stop at 30k.
  103. When account reach that amount of IP, they will look for fresh accounts in fresh.txt file. In that file you just put accounts in, every line is just username password with a single space between, like this:
  104. user pass
  105. user pass
  106. user pass
  107. The bot will take the first account and remove it from this file, and replace the current account that has reached it's IP in the inf.txt. The finished account will be placed in finished.txt. If there are no accounts in fresh.txt, the bots will simply pause.
  108. Ip tracking is now in the IP.txt file.
  109.  
  110. You can also tell the bot which champion to try to pick first by adding a line "champion nunu" for example anywhere in the inf.txt. You can also tell it a custom skill order by adding a line "abilities rwqe" for example.
  111. If you want to test your bot first, you can add a line "custom 1 2 3" and those bots will play custom games instead.
  112.  
  113. Here are 2 examples of the complete file:
  114. #1:
  115. pause
  116. shutdown
  117. all
  118.  
  119. 1 user1 pass1
  120. 2 user2 pass2
  121. 3 user3 pass3
  122.  
  123. #2:
  124. pause 1 4
  125. shutdown 2 6 9
  126. custom 4
  127. all IP_20000
  128. champion heimer
  129. abilities ewrq
  130.  
  131. 1 user1 pass1
  132. 2 user2 pass2 user3 pass3 user4 pass4 m IP_30000
  133. 3 user5 pass5
  134. 4 user6 pass6
  135. 2 user7 pass7 user8 pass8 user9 pass9 m IP_41957
  136.  
  137. #12 Hotkeys
  138. These hotkeys only work if the bot is not in game
  139. F1 - closes the bot
  140. F2 - restarts league and the bot
  141. F5 - restarts the bot (use this if you've paused and wanna start it again)
  142. F7 - delete the account id for bot and set a new one
  143. F8 - pause/unpause
  144. F9 - shutdown virtual machine
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement