Add Human failure to the bot - Printable Version +- The Bytecode Club - Reverse Engineering Forum (https://the.bytecode.club) +-- Forum: Lobby (https://the.bytecode.club/forumdisplay.php?fid=1) +--- Forum: Game Cheating, Botting & Reverse Engineering (https://the.bytecode.club/forumdisplay.php?fid=97) +--- Thread: Add Human failure to the bot (/showthread.php?tid=982) |
Add Human failure to the bot - FameForAim - 02-22-2015 Hi everyone, until i saw alot of people who are scared about get banned because of botting i suggest to add a new function. This Function should implement different ways of attack for the same strategy. For example if the user activated the 4 side attack strategy the bot should one time place barbs at different times. Or in another attack the bot should start from the top instead of the bottom. So it should change his attack strategy all the time so that it isnt that clear that it is a bot who attacks. I will give this feature a try on my own if i find time, but if you think it is a good future feel free to create it on your own. Greetings FameForAim RE: Add Human failure to the bot - Snarg - 02-22-2015 One of the best things about this bot being open source and written in AutoIt is anyone is free to make any changes they want. Do a bit of research and you will see how easy it is to implement what it is you are looking for. RE: Add Human failure to the bot - brunongmacho - 02-22-2015 simply dont use the bot if you are afraid to get banned.. problem solved.. as a bot user you should know the consequences of those actions right? RE: Add Human failure to the bot - FameForAim - 02-22-2015 yes it just should be a suggestion to others who are scared i have several experiences with autoit so it should not be that hard RE: Add Human failure to the bot - brunongmacho - 02-22-2015 ok then.. here's an idea/logic for that.. using case: and using random to pick what case of attack to use.. i think this would be a good random attacks for that.. RE: Add Human failure to the bot - Snarg - 02-23-2015 (02-22-2015, 10:50 PM)brunongmacho Wrote: ok then.. here's an idea/logic for that.. using case: and using random to pick what case of attack to use.. i think this would be a good random attacks for that.. :) Kind of like this, right? Code: Func Attack_Select () RE: Add Human failure to the bot - brunongmacho - 02-23-2015 (02-23-2015, 01:12 AM)Snarg Wrote:(02-22-2015, 10:50 PM)brunongmacho Wrote: ok then.. here's an idea/logic for that.. using case: and using random to pick what case of attack to use.. i think this would be a good random attacks for that.. yep it would be like that.. and it would have like bottom to top, top to bottom, left to right, right to left. |