NeoRaffle 2.0
  • Welcome
  • GENERAL INFORMATION
    • Getting Started
    • Important Files
    • Discord
    • FAQ
    • Entering a Raffle
  • General Guides
    • Anti Captcha
    • 2Captcha
    • Phone Verification
    • Catchall
    • Discord Webhook
  • RAFFLE-SITE INFORMATION
    • Sites
      • 43 Einhalb
      • Adidas Confirmed App
      • Afew
      • Airtable AIO
      • Atmos
      • Basket4Ballers
      • Bouncewear
      • BSTN
      • Courir
      • END
      • Footlocker Reservations
      • Footpatrol
      • FootShop
      • Footsites US/CA
      • JD Sports
      • Jimmy Jazz
      • Junkyard
      • Kickz
      • Kith App
      • Launches AIO
      • Naked
      • Oqium
      • Overkill
      • Packershoes
      • ProDirect
      • Patta
      • Size & Footpatrol Launches
      • SlamJam
      • SnipesUSA
      • Sevenstore
      • SNS
      • Starcow
      • Streetmachine
      • SoleStory
      • Solebox
      • Stress95
      • SVD
      • Titolo
      • TrophyRoomStore
      • Wellgosh
  • TOOLS INFORMATION
    • Outlook Tools
    • Email Approver
    • Email Sender
    • Free Food
    • Custom Google Forms
    • Geocoding
Powered by GitBook
On this page
  1. TOOLS INFORMATION

Custom Google Forms

With this tool you are able to enter every Google forms Raffle you want.

PreviousFree FoodNextGeocoding

Last updated 3 years ago

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

INSTAGRAM

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

EMAIL

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.

Success check

{
    "Success Check": ""
}

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.