Advertisement
Guest User

Untitled

a guest
Oct 4th, 2016
2,335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.52 KB | None | 0 0
  1. The CSGO.Network V2 bot was made by Gregory Steam (Gergo4961) and is the property of CSGO.Network.
  2.  
  3.  
  4. CSGO JACKPOT INSTALLATION GUIDE
  5. - Update 28/03/16 - DELTA Version
  6. - Remember to upload the new database!
  7. ------------------------------------------------------------------------------------------------------------
  8.  
  9. For this tutorial we are using a VPS from Digital Ocean - UBUNTU
  10.  
  11. You need the following items installed on your VPS
  12.  
  13. - PHPMyadmin
  14. - MySQL
  15. - Node version 0.12
  16. - Apache2
  17.  
  18. For a detailed guide about this section can be found at csgo.network/support
  19. If you use our VPS package you will recieve a droplet where all of this comes pre-installed.
  20.  
  21. -------------------------------------------------------------------------------------------------------------
  22.  
  23. VPS CONFIGURATION :
  24.  
  25. 1. Open PuTTY
  26. 2. Put your VPS IP address
  27. 3. Run , and click yes
  28. 4. Fill in root as username and put the password you recieved in your mail from digital ocean
  29. 5. Put your Password again
  30. 6. Choose a new password and confirm it
  31. 8. run these commands if you're using our VPS :
  32. apt-get update
  33. apt-get upgrade
  34. 9. your done , close this for now.
  35. -------------------------------------------------------------------------------------------------------------
  36.  
  37. WEBSITE CONFIGURATION :
  38.  
  39. 1. Open your website ip address in your browser and head over to yourwebsiteip/phpmyadmin go to 3. if you use your own server not set up by us ( phpmyadmin part ) if we did your phpmyadmin then go to 2.
  40. 2. Please contact us on this point as we need to give you the mysql settings, if you host your VPS at us.
  41.  
  42. 3. Head over to a FTP program, we highly recommend WinSCP
  43. 4. Connect to it with your details : IP , root , password , port22
  44. 5. Go on folder up, then go to var > www > html
  45. 6. Export the following files :
  46. - Defico.png
  47. - Link.php
  48. - Core.php
  49. - Endround.php
  50. - Steamauth > settings.php
  51.  
  52. 7. edit all these files :
  53. -------------------------------------------------------------------------------------------------------------
  54. Defico.png : Replace with your own favicon
  55. -------------------------------------------------------------------------------------------------------------
  56. Link.php : Edit all your information. For the MySQL settings , use the login info for PHPMYADMIN
  57. The username and database is the same if we made your PHPMYADMIN database.
  58.  
  59. so you get :
  60. MysQl host = "Localhost"
  61. username = root
  62. password = ...
  63. database = root
  64. -------------------------------------------------------------------------------------------------------------
  65. Core.php :
  66. - Title : This will be shown in the top left corner and in the browser tab aswell.
  67. Add both bot's Steam ID's and Trade URLs ( these are bot steamid64's which can be obtained at steamid.io )
  68. - Optional : Add social media links
  69. -------------------------------------------------------------------------------------------------------------
  70. Endround.php :
  71. - Set the secret code to something random so the site can't be abused this way. Remember the code, the bot should use the same one
  72. - Set your admin steam id 64 and trade link aswell
  73. -------------------------------------------------------------------------------------------------------------
  74. Steamauth > settings.php :
  75. - Fill in your API key from bot1 or bot2 ( doesn't matter )
  76. - Fill in the domain at domainname and loginpage
  77. -------------------------------------------------------------------------------------------------------------
  78.  
  79. BOT CONFIGURATION
  80.  
  81. Edit all the following items in bot > bot.js & bot2.js ( optional )
  82.  
  83. Line 38: Api Key - Must be the API Key associated with the current bot. Get it here: https://steamcommunity.com/dev/apikey
  84. Line 45: Snipetimer - You can change the seconds before it gets declined.
  85. Line 36: Costpath - Dont change this.
  86. Line 32: Sitepath - The full path to index.php of your site without http://
  87. Line 34: Sitename - The name of your site, this will be shown in the bot's message to the winners
  88. Line 39: SteamID ( 64 ) of the admin, can send commands to the bot, ask for the rake, etc
  89. Line 40: BotSteamID ( 64 ) - The bot's steam ID, it is required to check for mobile confirmations
  90. Line 41: IdentitySecret - The identity_secret of the bot, it is required for mobile confirmations
  91. Line 42: SharedSecret = shared_secret of the bot's 2fa file, it's needed to generate the login code
  92. Line 43: pooling_interval - No need to change it
  93. Line 44: rsecret - Change it to the same code you put to p2endround.php and endround.php
  94. Line 49: p2 - set it to true if this bot is for pot 2, set it to false if it's for pot 1. One bot should have this as true and the other as false.
  95.  
  96. Line 55 : Put your bot details like this :
  97.  
  98. "accountName" : "hereyoutype",
  99. "password" : "hereyoutype",
  100.  
  101. Line 70 : Fill in your MySQL Settings again
  102. ------------------------------------------------------------------------------------------------------------
  103.  
  104. Time to configurate the 2 codes you have to fill in so your bot is compitable with Steam ESCROW.
  105. We are looking for the Identity_Secret and Shared_Secret
  106.  
  107. MAKE SURE BEFORE YOU DO THIS MOBILE AUTHENTICATOR IS TURNED OFF ON YOUR BOT AND THAT THERE IS NO PHONE NUMBER ADDED.
  108.  
  109. Method 1 : SDA ( Steam Desktop Authenticator )
  110.  
  111. 1. Open Steam Desktop Authenticator.exe located in Steam.Desktop.Authenticator.v1.0.0
  112. 2. Click you want to sign up for a new account
  113. 3. Go through all the steps
  114. 4. Go to the folder Steam.Desktop.Authenticator.v1.0.0 , and go to the map called maFiles and open yourbotssteami64 file with notepad++
  115. 5. Search for the Shared_Secret and the identity_secret , copy these codes.
  116. 6. Go to sell.js and paste them on line 6 and 7
  117. -------------------------------------------------------------------------------------------------------------
  118. MAKE SURE BEFORE YOU DO THIS METHOD MOBILE AUTHENTICATOR IS TUNRED OFF AND THAT YOU HAVE !!!!! ADDED YOUR PHONE NUMBER.
  119.  
  120. Method 2:
  121. Download Winauth at Winauth.com
  122.  
  123. 1. Click add
  124. 2. Choose Steam
  125. 3. username & password
  126. 4. Follow all the steps
  127. 5. When its all configured , right mouse click on the section, doesnt matter where.
  128. 6. Choose show steam data and recovery code
  129. 7. allow copy
  130. 8. get the secret and identity code
  131.  
  132. NEVER USE PROTECTION WITH THIS METHOD !
  133.  
  134. -------------------------------------------------------------------------------------------------------------
  135. MAKE SURE BEFORE YOU DO THIS MOBILE AUTHENTICATOR IS TURNED OFF ON YOUR BOT AND THAT THERE IS NO PHONE NUMBER ADDED.
  136.  
  137. Method 3: 2fa
  138.  
  139. 1. Download NODE.JS at https://nodejs.org/en/
  140. 2. open Command prompt > run > command prompt
  141. 3. type in npm in command prompt
  142. 4. then type this single commands :
  143. npm install steamcommunity
  144. npm install fs
  145. npm install readline
  146. --------------------------------------------------------------
  147. Steam section :
  148. 1. Go to your bots steam account
  149. 2. Go to account details
  150. 3. add phone number
  151. 4. Put your phone number and copy the code you got and paste it on your desktop in a notepad file DONT PUT IT ON STEAM YET
  152. ---------------------------------------------------------------
  153. go to the 2fa folder located in the bot folder and copy the folder path
  154. in my example : C:\Users\MICHAEL\Desktop\2fa
  155.  
  156. type in command prompt cd C:\Users\MICHAEL\Desktop\2fa ( your path ofcourse )
  157. type in command prompt node 2fa.js
  158. It will ask for username : put your bots login
  159. password : bots password
  160. then you will get a mail on your bots email account. get the code and fill it in.
  161. Then it will ask for an activation code , get the code from your notepad and put it at the activation code.
  162. press enter a few times.
  163. mark the whole cmd
  164. and copy it and paste it in a notepad.
  165. Get the identity_secret and shared_secret
  166.  
  167.  
  168. After this you can run your bot by typing your path to the bot folder, cd /
  169. or at our vps : cd /var/www/bot
  170.  
  171. then type node bot1.js or node bot2.js
  172. -------------------------------------------------------------------------------------------------------------
  173. Commands for the bot :
  174. /code : gives code to access the bot.
  175. /sendrake : Send rake to you.
  176. /end : End the pot.
  177. /cc : The bot will immediately check if there are any trades waiting for mobile confirmations. Mostly for debug.
  178. /poll :The bot will immediately check if there are any incoming trade offers. Mostly for debug purposes.
  179. /sendoffers : sends offers.
  180. -------------------------------------------------------------------------------------------------------------
  181. Your bot will automatically add a CSGO.Network authenticator Steam account. This is for security reasons to check your website license.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement