Diabolic Traffic Bot script help

TheOneisBack

Junior Member
Joined
Dec 22, 2011
Messages
112
Reaction score
11
Hi all,

I'm using Diabolic Traffic Bot to send traffic to a website.

I'm using one of the pre installed scripts that came with the software because I literally have no scripting knowledge. The script is called "simple_visit". For those who are not familiar with Diabolic Traffic Bot, I will post the code below.

Code:
//DESCRIPTION: Visit a website or url
//TAB1: URL's
//TEXT1: Insert here all the url's you want to visit (one per line)
//TAB2: Referers (Optional)
//TEXT2: Insert here all the referer url's you want to use (one per line)


string url = GetRandomLine(Tab[1]);

string referer = GetRandomLine(Tab[2]);

if(referer==""){
    Navigate(url);
} else {  
    Navigate(referer);
    Browser.ExecuteScript("window.location.href = \""+url+"\";");
}

return Browser.Url;

I was wondering if someone who knows how to code could please modify the script above so that once the thread opens and the website opens, there will be a little more activity happening on the URL (example, auto scrolling). There is an auto scrolling command on the Diabolic wiki, but like I said, I don't know how to implement it because I don't have any scripting knowledge.

Basically I just want more activity happening on the URL when it loads, rather than it just opening and closing after 2 minutes.

Thanks in advance!
 
go for the script in the software called 2 random clicks
Put timer between 200 & 300 sec
Use refer like people searching uour website in google with you keywords
thank click on your website
than click on categories , product ...

Will be active visit with excellent bounce rate
 
go for the script in the software called 2 random clicks
Put timer between 200 & 300 sec
Use refer like people searching uour website in google with you keywords
thank click on your website
than click on categories , product ...

Will be active visit with excellent bounce rate

Hi thanks for the reply.

Thats not really what I'm going for. I'm trying to make it look like I'm reading articles on a specific website.

I need it to scroll.
 
Are you check this yourself and it still work?
 
Are you check this yourself and it still work?
I don't have the software yet, I am considering to buy it so I ask if someone using it that it still work or not.

does it work in yours?

Thanks
 
does anyone know what language it write?

I want to modify it

how to make the browser window that be focus after click ? suppose it open 10 thread at the same time.

how to click the ads if the ads is under .js file

Thanks
 
It's written in C# , tried to modify it but the software jammed up. Was trying to add a specific button click when the browser opens. And to answer those who are asking whether the software is still working, it's working perfectly (V8).
Cheers!
 
Is there any documentation that can be reference to build the custom script ?
 
Back
Top