im looking for tutorials to make bots with c# if anybody could link me somewhere? :)
Advising someone to just copy and paste the code trusting that everything will work is not very beneficial. Especially if it comes to enhancements he won't be able to do anything by himself, instead he'd try to get another code that he just needs to copy and paste.Quote:
If you just want to create a bot without knowing anything then search on google.
There are a whole lot of tutorials on how to program a bot in language XY.
Unfortunately most of them are really outdated and they don't work anymore (and as a beginner you don't know how to fix them because you don't understand what's going on under the hood).
It wasn't meant that way.Quote:
Advising someone to just copy and paste the code trusting that everything will work is not very beneficial. Especially if it comes to enhancements he won't be able to do anything by himself, instead he'd try to get another code that he just needs to copy and paste.
Decompiling C# applications without protections is not hard at all, the most tools needed to archive this are available en mass on the internet.Quote:
the unpacker thats gone public cracking any autoit .exe with 1 click.. so i choseto laern c# and itll be only for the better the rest of my life.
No, if that'd true, C# and other languages were already dead.Quote:
mostly it will die because of the dumb unpacker thats released...
Make sure you get into the language by learning it (with a book or some online documents) and then start thinking about how you could implement a memory bot.Quote:
i just want some examples/ tutorials to learn about making memory(READING only) and sending virtual keystrokes... because its damn hard to find tutorials out in google... and whatever i find is copy paste >.> which tells me nothing...
No, it is not. It is meant for further details about functions and classes that are not broadly documented on the internet. If you want to know how to show a MessageBox you'll find thousands of tutorials in the web but if it comes to remarks (e.g. particular circumstances) you'd less likely find something about that.Quote:
i saw msdn library... but i dont understand it? its like for people who have 10 years experience haha ...
What is this supposed to be? If you simply dont know how to declare and define a function, you should stop researching about how to write hacks. Instead, go and learn the basics of programming.Quote:
SOMETHING {
VAR 1
VAR 2
} whatever.... idk that :D
was only example withotu any knowledge :)Quote:
Decompiling C# applications without protections is not hard at all, the most tools needed to archive this are available en mass on the internet.
No, if that'd true, C# and other languages were already dead.
yeah but other languages than autoit cant be decompiled drag and drop .. like the autoit decompiler -.- ... . now all idiots(noobs/leechers) jsut drag drop and got source haha i try use themida but its worst piece of crap
Make sure you get into the language by learning it (with a book or some online documents) and then start thinking about how you could implement a memory bot.
No, it is not. It is meant for further details about functions and classes that are not broadly documented on the internet. If you want to know how to show a MessageBox you'll find thousands of tutorials in the web but if it comes to remarks (e.g. particular circumstances) you'd less likely find something about that.
What is this supposed to be? If you simply dont know how to declare and define a function, you should stop researching about how to write hacks. Instead, go and learn the basics of programming.