Jump to content
UBot Underground

Messed Up Text Sent


Recommended Posts

Hi,

 

Ubot bot messes up and misspells text that is supposed to send to the target form.

 

For example:

"Akismet is quite possibly the best way in the world to protect your blog from spam"

 

Becomes:

"AAkiskismemet sis quuuuitte popossiibsibly thhee bebesst awy ni thhthe worlorld..."

 

By experience I saw this when the bot is running for a long time but this time happens as soon as the bot starts to work.

 

Have this happened to you too? What's the solution?

 

Thanks

Link to post
Share on other sites

If you post your code here then we can see if there is a bug but assuming you use a variable to send or write the text, i recommend to NULL the variable before you send it and after the job is done.

Link to post
Share on other sites

It's a simple code, just gets typed text in a textbox, puts in a variable and use it to post the text to the site.

 

And nulling the variable, I use it inside a loop, do you recommend to null it on each loop count?

 

What's better to null? using $nothing to set variable to or using like " " ?

Link to post
Share on other sites

just use $nothing to empty the variable before you fill it with the right content to type or immediately after the action is done.

Buddy, there's something I don't understand.

 

The variable (#title) fills with user input before loop starts.

Then inside the loop the var is used to fill a textbox.

 

If I null it after it's used, for the next loop count there will be nothing in var(#title is empty). how do I over come this?

$nothing even clears the user input field (textbox).

 

What I thought is to set this var to another var before loop:

set(#titleBeforeLoop,#title,"Global")

and inside loop:

set(#title,#titleBeforeLoop,"Global") 

Then clear #title after it's used (inside loop).

 

Is this the right way?

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...