Is there any C# Bot with source code ?

Nuker

Regular Member
Joined
Jan 21, 2011
Messages
353
Reaction score
31
hi,

i wonder if is there a C# bot like an account creator or autoposter with source code
i wanna learn bots programming but i need something or someone to direct me to the right direction

Thanks
 
There is Tubenoia, but it's in VB.net. Search in HackForums. There are many open source bots there.
 
i would appreciate codes for Bots like Web 2.0 creator and poster, i already used php to build some simple bots using curl
but i'm looking now to build real bots like web 2.0 bots
 
Because senuke is obfuscated. I learned programming through dotpeek and reflector.

what bots did you decompiled successefuly with reflector ?
 
Last edited:
what bots did you decompiled successefuly with reflector ?

start with this

Code:
http://www.mediafire.com/?cdht8bceogs2ksg

Code:
virustotal: https://www.virustotal.com/tr/file/cd5de06c8847477b69e1938ce4b76eff848fb83cc0d50838c345bc1d7532ea6c/analysis/
 
it is not very hard to develop a bot for a specific site but developing for many diffrent website it needs lots of time.
I suggest you to check WebBrowser control and filling the input boxes.
 
i think first you should know general functions for web automation and GUi ctrl


GoodLuck
 
i already used php and curl for some scraping task
what i'm looking for is a real bot specially for account creation and posting
 
Install liveheaders / fiddler
Can sign up account on the site you want to automate
Look at headers in liveheaders / fiddler
Replicate the headers sent.
 
it is not very hard to develop a bot for a specific site but developing for many diffrent website it needs lots of time.
I suggest you to check WebBrowser control and filling the input boxes.

Don't need a GUI for bot.

Just go read up on webrequests, go through some tutorials and figure it out. Fix bugs, improve.

Get web content
Post content

That's it really. Ok you may have some issues crop up as content served as gzip, but google is your friend
 
i don't think decompiler such as Reflector can decompile bots like senuke
use IDA pro, then convert assembly.. however this is very hard and you will be needing some experience with ASM. SeNUKE is build in Visual Basic you can basically grab out all the functions.
There are some bots out there, but they wont help you that much. your better of just searching articles as there are plenty of them.
 
Sir,

I learn bot programming @ Samples as, The bot net, VB net, And search in Google Blogs
I hope this is usefull for you!
 
Back
Top