Jump to content
UBot Underground

Please Can Anyone Advise Me How To Complete My Bot


Recommended Posts

hi,

i am currently trying to build a bot but i cannot proceed, when I enter a function click on button it does nothing, when i check a source code it shows me  this :

 

<form action="http://url" method="POST" target="_blank">
<input type="hidden" name="secret" value="559d6110aa2a940c6cda6dbb">
<input type="submit" class="btn btn-primary btn-block" value="Click here to do the task">
 
Can anyone suggest me how to solve this? thank you very much in advance
Link to post
Share on other sites

First of all  I would like Thank you for your answers:-)

secondary  how i could change "change the

attribute to _self to fix that." is there any type of plugin  to do it just like a normal function, or do i need to write a special peace of code?

  • Like 1
Link to post
Share on other sites

load html("<a href=\"http://www.w3schools.com/\" target=\"_blank\">Visit W3Schools!</a>")
change attribute(<target="_blank">,"target","_self")
set(#html,$document text,"Global")

  • Like 1
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...