Custom Google Forms
With this tool you are able to enter every Google forms Raffle you want.
Last updated
With this tool you are able to enter every Google forms Raffle you want.
Last updated
The first thing is to fill the form once, as if you were entering manually. But do not confirm.
The you want to rightclick the form and select Inspect.
Then got to Network and confirm your Form.
You want to find a request with the name formResponse. Click it.
Then you scroll down till you see something like this.
Now only copy the parameter that start with entry and the ones where your answers are behind. And copy them into the form.csv. The Pagenum parameter is the number on wich single page these fields were (e.g. 1,2,3...). You only need to put a Pagenumber if the form you want to enter has more than one page. For every page of the Form you need to replicate these steps but put another Pagenumber.
Input will give information about what fields should get what input.
Keywords
Description
RAND^^
Will pick a random choice from your given options. (e.g. rand^33;34;35;36^)
DAY
Random number from 1 to 28
MONTH
Random number from 1 to 12
YEAR
Random number from 1970 to 2000
Will pick from the instagram.txt.
CAPTCHA
Google ReCaptcha solver. Most likely with g-recaptcha-response as ID.
XFANATICAL
XFanatical captcha solver,
These keywords will pick directly from your tasks.csv, such as all other raffles.
Keywords
FIRSTNAME
LASTNAME
HOUSENUMBER
ADDRESS1
ADDRESS2
CITY
ZIP
STATE
COUNTRY
PHONE
ADDRESS1+HOUSNUMBER
FIRSTNAME+LASTNAME
LASTNAME+FIRSTNAME
Here you can see an example. If you leave Input empty it won't use anything. If you just write something it will put exactly this in the form. The rand function is made for sizes or other things you want to make more random.
If you wan't to check if the entry was successful you can put a Successcheck into the config.json.
Just complete the Form you want to enter and on the last page (after you entered) search for somthing that indicates that the entry was successful. Otherwise the bot won't tell you if the entry you made was successful.
In this example you would choose "Successfully entered!" as Successcheck.