Well I am creating a bot which I want to be used for a little amount of monthly money. However I don't have any idea how would I implement such thing securely to avoid MATM attack's attempts to alter the received packets or so on. Also I want to know an overall idea of how would an application securely call a website asking for some information like (is trial enabled, if no does the user has credits to use the bot and so on).
as i cracked a few bots using website methods, i'm suggesting you to make your own encryption which has timing on the send and receive and don't use .net since ppl can see your source code using reflector
as i cracked a few bots using website methods, i'm suggesting you to make your own encryption which has timing on the send and receive and don't use .net since ppl can see your source code using reflector
running it using Http Requests to ur website is the same as socket and more cheaper since you wont need to buy a vps
Well, HTTP Requests returns a plain text responses which is pretty bad as far as I know and very easy to be altered with MATM attack.
-Will using SSL make HTTP requests and responses encrypted when connecting to it from my C# client ?
I don't really have an opinion, but you should NEVER make your own encryption for these kinds of things. Or, more generally, you should probably just not listen to atef201080 at all.
I would probably go with a simple authentication server using some public, well tested, secure encryption between the client and the server.
I do believe that's how ConquerAI works. They have their bot server that processes the secrets of effective botting and require an account login to access their server. If you want your application to be more secure, it would be best to make it an online application where the primary function of the program is on a server. If you're making a bot that interacts with an online game, then why not make the bot online as well?
I do believe that's how ConquerAI works. They have their bot server that processes the secrets of effective botting and require an account login to access their server. If you want your application to be more secure, it would be best to make it an online application where the primary function of the program is on a server. If you're making a bot that interacts with an online game, then why not make the bot online as well?
This is very good idea, but then I will have to get VPS which till now I don't find good cheap one. also can I relay of SSL to secure my communication between the bot and the server (whether Web, or TCP) ? as far as I know SSL implements two way authentication like RSA or am I wrong ?
Quote:
Originally Posted by Y u k i
Do it like Ultimation..
His Dmap Editor has a licensing server wich compiles the maps and sends them back.
My point is, you cant really crack something that has not the full functionality on its own
So is there any way to do the same with webserver or I have to create my own Socket server ?
VIP Subscription System 09/21/2013 - CO2 PServer Guides & Releases - 34 Replies sm1 asked me to do that system for him so i finished it and Decided to Release it For all members in case sm1 wanted to add it too ... anyways its pretty easy to be added
This Guide Is For Beginers ..Im Sure All Expert Members dont need Explaination for these methods
Lets Start By Database
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
implementing quests in sro 01/04/2012 - SRO Private Server - 2 Replies I would like to make my own quests in sro, but i don't know whit what i should begin with. Got some big ideas with really cool feature's, that im probably willing to share them with you when they are ready. If i succeed in what i want to do, the first server that will have this new type of quests will be DuckRoad.
Thank you.
New monthly system for ISROBot 03/18/2010 - SRO Private Server - 1 Replies Hi All,
Bot369 has made a retouch reform for the way of monthly bot usage and players will get more privilege by using bot in monthly usage.
Each main monthly game account can bot together with two unfixed accounts, the bot function and expiry date are the same as the main one, also you can change these two accounts freely within the main game account’s expiry date, which means as long as one main game account converted into 30 days usage, you can bot with the other two different game...