daredev1lhnv How do I cheat?
Reputation: 0
Joined: 10 Apr 2017 Posts: 1
|
Posted: Mon Apr 10, 2017 2:32 pm Post subject: Solitaire bot using Cheat Engine and C# |
|
|
Hello everyone,
I have programming experience with C#. Lately I've been curious about making some bots. I want to make a bot for solitaire card game. Basically, when player clicks new game, the game is initialized and we see some cards. I want to get all of the cards the player can see and use them in C# code. For example in the first column there is 6 of spades, and in second column there is 7 of diamonds. I will put them in some arrays in c# code and run some algorithms, then I want based on those algorithms to move 6 of spades under 7 of diamonds and send these instructions back to the game. My question is can I do that and what do I have to do?
I am not that good in cheat engine, but I will be glad to learn if you give me some tips. As far as I know, I think that I should find the pointers to all 52 cards and see which pointer points to which card. Then probably record somehow the instructions when dragging card from 1 place to another, and run them somehow from c# code. Or probably I have to learn Lua or some other language and make requests to some service I host with some params and get this info and inject it?. I really am open to any suggestions. Thanks in advance
|
|