TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Csharp Ninja
NA
97
179k
Who Can Convert iMacros Code To C# ?
Feb 22 2012 1:30 PM
Hi. I wrote a bot with iMacros. Who can convert this code to C# code (webBrowser control or you can use HttpWebRequest)...
Help me please.
Thanks.
imacros Code:
VERSION BUILD=7401110 RECORDER=FX
TAB T=1
URL GOTO=http://www.facebook.com/
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:https://www.facebook.com/login.php?login_attempt=1 ATTR=ID:email
[email protected]
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:https://www.facebook.com/login.php?login_attempt=1 ATTR=ID:pass CONTENT=password_here
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:login_form ATTR=ID:uohcvz_5
TAG POS=1 TYPE=STRONG ATTR=TXT:Update<SP>Status
TAG POS=1 TYPE=TEXTAREA FORM=ACTION:/ajax/updatestatus.php ATTR=NAME:xhpc_message_text CONTENT=This<SP>is<SP>a<SP>bot<SP>message...
TAG POS=1 TYPE=LABEL ATTR=FOR:uohrgh_14&&CLASS:submitBtn<SP>uiButton<SP>uiButtonConfirm
TAG POS=1 TYPE=BUTTON ATTR=NAME:like
TAG POS=1 TYPE=DIV ATTR=CLASS:menuPulldown
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:logout_form ATTR=VALUE:Log<SP>Out
URL GOTO=http://www.facebook.com/
then loop............
Reply
Answers (
2
)
XML format not filling data table correct
having a hard time with loops