You are on page 1of 16

VIV Manual

Index

Introduction
Minimum Requirements
Installation
Loading Users From a File
Creating Users
Setting Up TOR
FAQ
VIV news
Introduction:

The viv is a multiuser and ptc autoclicker with the following features:

-capability to use proxy and TOR, so it can change ip between users


-load users from a text file, with the correct format
-register users from a file (not longer available in present and future version, see FAQ)
-working with different ptc networks
-can create accounts for different networks (only for downloaded network plugins)
-simple user interface
-constantly with new features and improvements
-it's free!

You can download latest version from


http: / /zproducts.co.uk/projects/viv /download/setup.exe
Minimum Requirements (check list):

To avoid crashes and problems you need this:

-Net framework (download version 2.0 from


http: / /www.microsoft.com/downloads/details.aspx?familyid=0856eacb-4362-4b0d-8edd-
aab15c5e04f5&displaylang=en, for version 3.5 download from http: / /www.microsoft.com/
downloads/details.aspx?FamilyId=333325FD-AE52-4E35-
B531-508D977D32A6&displaylang=en)

-Internet explorer 7.0 (download from


http: / /www.microsoft.com/windows/downloads/ie/getitnow.mspx )

-Mozilla firefox 3.0(download from http: / /www.mozilla.com/en-US/firefox/)

-Proxy (no web proxy, optional)

-Tor (download from http: / /www.torproject.org/download.html.en)

-Plugins (download from http: / /viv.cryticalerr0r.net /index.php?topic=96.0), for other


levels see main page, and select between level 1, 2 or 3 for plugins. Levels its accord your
level, if you are new in the forum level 1, respect member level 2, and superior rank level 3.

-Windows xp SP2 (download from :P)

-Add viv and TOR (if you have) to your firewall (if you have) to allow connections.

-And most important: latest VIV, Tor and plugins.


Download viv from: http://zproducts.co.uk/projects/viv/download/setup.exe
Download plugins from: http: / /viv.cryticalerr0r.net /index.php?topic=96.0
Download Tor from: http: / /www.torproject.org/download.html.en

-If you have problems please read this manual first (all and especially the FAQ), and after
that go to viv forum http: / /viv.cryticalerr0r.net /index.php and read the support if someone
have that problem and then make a question.
Installation:

1.1)If you are using Firefox

Download viv from this http: / /zproducts.co.uk/projects/viv /download/setup.exe , then


run the aplication, after that you will see some rare codes, this page you have to save it to
your disk, this is the viv aplication, you must install viv from there, and wait some minutes,
and you are now set.

1.2)If you are using Internet explorer (you must set ie as default explorer or you will open
firefox instead and see that rare code)

Download viv from this http: / /zproducts.co.uk/projects/viv /download/setup.exe , then


run the setup file, and wait installation, and then you are ready.

1.3)Also you can see the install video tutorial from this site
http: / /zproducts.co.uk/projects/viv /guide/installation/

2)After any of above installation modes, you will see in your desk a folder called “viv”, inside
you will see two subfolders called “plugins” and “lang” and a file “config.xml”.

3)Information about what's inside viv folder:

a)plugins folder: inside this you must put all plugins you want to viv work, to avoid any
problem make sure you have latest plugins, you can download from
http: / /viv.cryticalerr0r.net /index.php?topic=96.0. You must download plugins of your
preferred ptc before create or add any user.

b)lang folder: inside you will see “english.xml”, this file you must edit if you want viv in
another or your preferred language. viv now support languages other than the poor english.
So if you would like to translate viv into your own language then just make a copy of the
English.xml file in viv/lang and translate the words and put it back inside the viv/lang folder
and viv should read it and offer it for selection in the preferences window. Don't change the
order of the nodes or the nodes name. Just change the nodes title and inner Text. Below are
examples of what you should and should not change:

<node name="DON'T CHANGE" title="CHANGE THIS">


<item>CHANGE THIS</item>
< /node>

Download viv languages made by users from here http: / /viv.cryticalerr0r.net /index.php?
board=8.0.

c)config.xml file: this is the most important file of viv, contains all the info about viv
configuration and all your accounts.
Loading Users From a File

Remember, with latest version of viv you can't “create” users from a file, just “add” users
from a text file (*.txt). About register users from a file check this thread
http: / /viv.cryticalerr0r.net /index.php?topic=148.0.

Viv allows you to add users from a text file. The format of this file is very important and the
slightest mistake can cause the user not be registered and also cause other errors.
Each user must be on a single line and the following fields must be provided in a
name=value pair followed by a semicolon (;):
User
This is the name of the user to be registered e.g. user=bob
Pass
This is the password of the user to be registered e.g. pass=secret. This field can have the
special value * which means that Viv will generate a password for this user
Mail
This is the email of the user e.g. mail=bob@mail.com
Alertpay
This is the alert pay email of the user e.g. alertpay=bob@mail.com
Country
This is the country of the user, this field can only have a numeric value. The program will use
the country that maps to that index e.g. country=2 see the create user dialog in the program
for the list of countries. To have viv pick a country at random for you then use the * value
e.g. country=*
Referer
This is the username of the user that is reffering this user e.g. referer=bobscousin
Network
This is the website that the user is registering on, this field must have a numeric value.
Currently the program only supports the following sites for registration:
0 – bux.to
1 – xclix.net
So if the user is to be registered for bux.to you would have network=0 or if it was xclix.net
you have network=1
Proxy
This is the computer that the user will be registering from. If you have tor installed and
running then use the value *(network=*) and a tor exit node will be used. There is a
possibility that the tor exit node could have registered on the website before and you might
get an error like “you already have an account” if that does happen then click the resume
button and viv will try again with a different exit node.
If you do decide to use your own proxy server then give the ip and port in the format of
ip:port e.g. network=127.0.0.1:8118
For example if we wanted to create two users that have the following values:
User1:
user=bob
pass=secret
bob@mail.com
alertpay=bob@mail.com
country=*
network=0
proxy=*
User2:
user=jack
pass=*
jack@mail.com
alertpay=jack@mail.com
country=7
network=1
proxy=127.0.0.1:8118
Then our file would look like this:
user=bob;pass=secret;mail=bob@mail.com;alertpay=bob@mail.com;country=*;network=
0;proxy=*
user=jack;pass=*;mail=jack@mail.com;alertpay=jack@mail.com;country=7;network=1;pr
oxy=127.0.0.1:8118
Remember that each user is on a separate line and the fields of the users are separated by a
semicolon (;)

When viv ask you for “delimeter” put the character between user, password, and so on...like
semicolon “;”.

You can create users in this site http: / /zproducts.co.uk/projects/viv /accgen/ , the website
only make the correct file format, but you have to register manually later, after this you can
“load from a file”. Remember to copy all user you created on the website to a text file.
Creating Users (not register from a file)

You will se this fields:

-username: put your desired username

-referer (if any): put yor referer account. If you want to make fake accounts complete this. If
you want to make only one account per ptc (if) do not complete this.

-password: put a password, viv keep password saved, so you dont need to put password
everytime you run viv.

-email: put an email, if you put a fake email, remember do not use a fake email for your “real
account” so you can cash out.

-alertpay: put same email above if you want. Viv complete this with the “email” field
automatically.

-network: choose between your downloaded networks plugins.

-country: choose any. Select the real one for your mother account (if).

-proxy settings: you must choose between your proxy, TOR or no proxy.

Then hit “register” button and wait.

For problems with this feature see FAQ and TOR in this manual.
Setting Up TOR

You can download TOR from his own homepage


http: / /www.torproject.org/download.html.en

Tor is a software project that helps you defend against traffic analysis, a form of network
surveillance that threatens personal freedom and privacy, confidential business activities and
relationships, and state security. Tor protects you by bouncing your communications
around a distributed network of relays run by volunteers all around the world: it prevents
somebody watching your Internet connection from learning what sites you visit, and it
prevents the sites you visit from learning your physical location. Tor works with many of
your existing applications, including web browsers, instant messaging clients, remote login,
and other applications based on the TCP protocol.
Hundreds of thousands of people around the world use Tor for a wide variety of reasons:
journalists and bloggers, human rights workers, law enforcement officers, soldiers,
corporations, citizens of repressive regimes, and just ordinary citizens. See the Who uses
Tor?, page for examples of typical Tor users. See theoverview page for a more detailed
explanation of what Tor does, why this diversity of users is important, and how Tor works.
There are three pieces of fine print you need to know about.
1. Tor does not protect you if you do not use it correctly. Read our list of warnings and
make sure to follow the instructions for your platform carefully.
2. Even if you configure and use Tor correctly, there are still potential attacks that could
compromise Tor's ability to protect you.
3. No anonymity system is perfect these days, and Tor is no exception: you should not
rely solely on the current Tor network if you really need strong anonymity.
Information from TOR homepage.

TOR and the viv, why i must use both?


Since version 0.0.42beta a new feature is added, change ip between users when each of them
connects to x network (xclix.net, bux.to, foxcash.net, angelbux.com). Why change ip?
because it sounds very rare using 100 or more accounts with same ip, remember that one of
the more important rules of PTC is "one ip per user".

According to zpro:
Support for TOR
And User Agent switchingSadly for the TOR option a new IP address is used on every time
you visit a user. So a user gets a new IP address every time you select ‘visit links’ or ‘visit all
links’. Don’t be confused this does not mean a user gets a new IP address on every link visit.
However the program does allow you to use your own proxy (not web proxy) in this case
the user will have the same IP address on all visits.

How to make it work VIV and TOR:

first make sure you have completed all the previus steps to setting up viv , that means,
download viv, download plugins for example. Then download TOR, install TOR setup file,
you will get 2 applications, you must run both, in order to work with viv properly. The
applications names are “vidalia” and “privoxy”, run both , then run viv (only if you use viv
users with tor). Then to every user you want select preferences (second click on it) and
complete the field called proxy with this numbers: 127.0.0.1:8118 . Now if you select Tor
when register users, you only have to make sure you have running “vidalia” and “privoxy”.
Finally open “vidalia” and go to preferences, then advanced and change the option called
“autentication” to “none”, and you are ready to go.

Important!: If you get errors from viv when working with Tor, just verify the “check list” on
this manual, after you are ok with that, try again, and try again. Remember, tor connect you
to another computer, this pc could have a banned ip, could have an ip used by another user
(when creating users and you see “you already have an account), or maybe the pc has low
bandwidth. So the best you can do when you have viv and Tor working togheter its check
that you are ok with the “check list” and jus try again.
FAQ:

Q.What is Viv?
A.Viv is a dedicated multi-autoclicker for PTC websites, it also takes the hassle of you
clicking all those ads! It provides such features of adding users from many PTC's, creating
users..etc etc

Q.The newest version of Viv, how do I get it to work?


A.http: / /zproducts.co.uk/projects/viv /download/setup.exe, download it and click run! It
will then bring up alot of text and codes, go to file, save as "viv", this will bring up the
application and ask you to install! Click install and there you have it

Q.Do I need a framework?


A.Yes you will need the latest framework for Viv to work, make sure you have yours!

Q.What are the need of plugins?


A.The new version of Viv requires the user to input manually there needed plugin! They can
be downloaded from here http: / /viv.cryticalerr0r.net /index.php?topic=96.0

Q.How do I use the plugins?


A.When you download the needed plugin on your desktop (may differ) you will find 2
folders, "Plugins" and "lang", drag the .dll file you downloaded into that folder and your
done!

Q.Can I make a plugin for Viv?


A.Yes! If you have experience with C# send a Pm to zpro or plexx and tell them of your
experience, hopefully you will be able to help take part in making plugins!

Q.I get an error of "InvalidArgument=Value of 0 is not valid for SelectedIndex", what


can I do?
A.The reason for getting this error because you have no plugins in your plugin folder, hence
you receive the error when you click create user or add user! All you need to do is add a
plugin to the plugin folder and it will work!

Q.Where has the feature of creating bulk users gone?


A.Because there are many people who decieded to create a ridiculous amount of referals for
themselves, that feature was taken away! It also increased the "finding out" of viv!

Q.What is the format for file for loading users?


Username-password-network, you can use some symbols to separate user, password and so
on...like ; : - (just one). This file must be a text file (*.txt)
Q.What is TOR?
Tor is a software project that helps you defend against traffic analysis, a form of network
surveillance that threatens personal freedom and privacy, confidential business activities and
relationships, and state security. In other words, it gives you freedom to make referals
without getting caught!

Q.Where can I get TOR?


Here is the link for the download page, http: / /www.torproject.org/download.html.en

Q.How do I use TOR?


A.Download and install it! Then start it up, also start up privoxy!

Q.How do I configure TOR for Viv?


See this article http: / /zproducts.co.uk/?p=45

Q.Mine isn't working properly, what is it?


A.To make TOR work properly you will have to go into your network settings and change
them!
(Firefox = Tools,Options,Advanced,Settings,"Manual Proxy" Http:127.0.0.1 Port:8118)

Q.It still isn't working!


A.Remember to go into Vidalia Control Panel,Settings,Advanced, Authentication = None

Q.I get an error of "System.ArgumentOutOfRangeException"!


A.You will need a new config file, go here ( http: / /viv.cryticalerr0r.net /index.php?
topic=224.0) and download ZPro's one, then delete your old one!

Q.I created referals on 5ivebux and Crewbux but they arent in "My Referals"!?
A.It seems that many people are experiencing some problems with referals on these two
websites, there isn't a sloution made yet!

Q.Does the human link option work at all?


A.No, not at the moment but will be sorted soon when the plugins are updated!

Q.I have viv 5.23 download with bux.to plugin 0.3 and pay2surf plugin 0.1, then I get a
pop up!
A.This will occur when you did not delete the old files from your old Viv, go to add/remove
programs,uninstall Viv,find the plugin folder, lang folder and the .xml (maybe config), then
re-install Viv and it will work!
Q.Where is the Viv generator website gone?
A.http: / /viv.cryticalerr0r.net /index.php?topic=148.0

Q.Why are there only a few plugins?


A.Because there are only a few coders here involved with making Viv, they take time to do!
Have some patience and everything will be catered for And there is a new system for "useful"
people which will have more plugins for users!

Q.When creating a new user I get "Your IP address is database"!


A.There has been a huge increase with the amount of new members using Viv, then using
TOR, so most likely the IP you get after switching identity is already in use by another
member! The only way to get round this is switching and switching until you find a free one!

Q.What is human mode?


A.Human mode is a feature used for people who want there "user" to click the ads in the 30
second period same as the normal website! It is basically a safety feature to not getting got,
All the ads usually click under 30 seconds without this and looks suspicious

Q.Why do I only have 1 star on the forum?


A.This is the latest move to keep the forums filled with useful and helpful answers, instead of
having spammers etc in the forums! The more helpful you are the better chance you have of
getting into the level 2 section and have access to more plugins for your Viv!

Q.Can I get Viv in a different language?


A.Yes you can, just get the file and drop it into the "lang" folder, once in Viv, change the
language! http: / /viv.cryticalerr0r.net /index.php?board=8.0

Q.Can I help with the language barrier?


A.Yes you can, if you speak a language that isn't already there, translate an post it onto the
topic of new languages! (the link mentioned above)

Q.I get ERROR:possibly username or password invalid?


A.Because tor uses many different IP and ports, so sometimes two or three of them just
doesnt work for some reason, but many others do, so dont worry bout that... just leave viv
running and when it finishes with all your users, run it again

Q.When i create user using tor it doesnt want to click ads, but when i create one with
no proxy everything works?
A.Backup config, remove config then update. If that works restore your old config.

Q.Is actually the "Visit users links every # hours" working?!?!?!


A.The ads that are on PTC websites only update every 24 hours, so if you have it set to every
2 hours you might only find 1 or 2 extra ads!

Q.I have another question that's not in this FAQ! What i do now?
A.re-read the manual and the faq, if you still can't find your answer visit the forum and make
a question in “support” section.

Q.Why i don't see any links or few info on viv forum?


A.you must register first and after that always login first.

Q.Viv forum has some rules?


A.yes and here is the link, please check it before anything:
http: / /viv.cryticalerr0r.net /index.php?topic=11.0, and this please:
http: / /viv.cryticalerr0r.net /index.php?topic=213.0

Q.Can i participate on something on viv?


A.Yes, now there some things that you can help, like viv icon, viv plugins, viv languages, and
others please login on viv forum and check this: http: / /viv.cryticalerr0r.net /index.php?
board=8.0. And of course nothing its more important that help another with problems.

Q.i have sometime with viv, and i have new some ideas, what can i do?
A.Good, no problem check the request forum and put your idea here is the link
http: / /viv.cryticalerr0r.net /index.php?board=5.0.
VIV News

Please check always viv news forum to know latest info about updates, problems, and others
topics about viv. check it here http: / /viv.cryticalerr0r.net /index.php?board=2.0.

You might also like