View Single Post
Merbo
Member
Join Date: Jul 2012
Old 02-10-2013 , 14:57   Re: Need TF2 Trading Bot
Reply With Quote #8

Quote:
Originally Posted by Blackglade View Post
WOW Really, i mean i did consider using php and logging in and using that as a steam bot but i rejected against the idea thinking it might be too hard. Could you possible be willing to share on how you went about this?
The mysql server handles the base accounts. I have a credits system by which users have currency based on the items they give the bot. The table follows like this:
Code:
SteamID(32-bit (STEAM_0)) | Username | Password (In SHA256) | Credits
You register on the site (Have a look at my site) and then the bot will recognize you due to it querying the MYSQL server for your seamid, searching for your username. The website uses the same SQL queries in the shop. My system is more scrap items->bot->mysql->shop->TF2Items modifies your items. I didn't want a clone of that tf2warehouse, so I chose a different approach, customization. The entire system took me a few hours total to do, the only issue was the learning curve in sourcepawn to get the server to be pull custom attributes from mysql.

Last edited by Merbo; 02-10-2013 at 14:58.
Merbo is offline