2
Beachsamurai 2 points ago +2 / -0

Its true but she should be showing that Parler isnt doing that too him only twitter. At this moment its the best way to show how twitter is messing things up, its taken other people 3 days to see this...

1
Beachsamurai 1 point ago +1 / -0

Wtf man thats a cool picture. How do you shit over it like that??

Anyway to answer your question....commies from ccp and islamist terrorist and antifa who is their puppet who is using BLM.

by Rhayne
3
Beachsamurai 3 points ago +3 / -0

ah its not my script its u/nshongrui who made it. Change the "" to ' ' and it works

by Rhayne
2
Beachsamurai 2 points ago +2 / -0

thanks

6
Beachsamurai 6 points ago +6 / -0

Here is the one for the webUI one wrote an easier script for checking WI. You can do it from Chrome without downloading anything.

https://pastebin.com/7QT7RXLD

by Rhayne
2
Beachsamurai 2 points ago +2 / -0

@ u/Rhayne: Getting error syntax with my code, dunno debug is saying "" trying to find that one bracket ( I am being useless here but its kinda late and a bit impatient )

"Uncaught SyntaxError: missing ) after argument list"

async function checkForDeadPeople(firstName, lastName, birthDate) { const response = await fetch( "https://myvote.wi.gov/DesktopModules/GabMyVoteModules/api/voter/search", { method: "POST", headers: { "Content-Type": "application/json", }, body: JSON.stringify({ firstName, lastName, birthDate, }), } ); const data = await response.json(); if (data['Data']['voters']['$values'].length > 0) { console.log('FOUND', firstName, lastName, birthDate) } else { console.log('not found') } } await checkForDeadPeople("Arthur", "Kriesel", "12/25/1935"); await checkForDeadPeople('Gertrude', 'Koser', '03/17/1991'); await checkForDeadPeople('Leonard', 'Crushinski', '08/23/1926'); await checkForDeadPeople("Ervin”, "Krueger”, “09/13/1900”); await checkForDeadPeople(“Angeline”, “Kozlowski, “09/28/1899”); await checkForDeadPeople(“Ardis”, “Kramer”, “09/22/1926”); await checkForDeadPeople(“Marie”, “Krueger”, “02/15/1905”); await checkForDeadPeople(“Harold”, “Krager”, “07/26/1903”); await checkForDeadPeople(“Dorothy”, “Krause”, “09/20/1926”); await checkForDeadPeople(“Mildred”, “Kratochwill”, “02/01/1919”); await checkForDeadPeople(“Robert”, “Kurszevski”, “02/19/1916”); await checkForDeadPeople(“Laura”, “Kroener,” “10/22/1905”); await checkForDeadPeople(“O”, “Krueger”, “06/26/1902”); await checkForDeadPeople(“Julia”, “Kruk”, “05/04/1912”); await checkForDeadPeople(“Carl”, “Kottke”, “01/23/1920”); await checkForDeadPeople(“Otto”, “Krueger”, “07/04/1925”); await checkForDeadPeople(“George”, “Krech”, “05/14/1915”); await checkForDeadPeople(“Lawrence”, “Krueger”, “01/16/1910”); await checkForDeadPeople(“Evajane”, “Kramer”, “06/11/1920”); await checkForDeadPeople(“Regina”, “Krueger”, “10/06/1912”); await checkForDeadPeople(“Elizabeth”, “Krosschell”, “12/10/1922”); await checkForDeadPeople(“Rudolph”, “Kreuziger”, “07/28/1912”); await checkForDeadPeople(“Walter”, “Krueger”, “06/13/1939”); await checkForDeadPeople(“Mervin”, “Kreuziger”, “04/22/1924”); await checkForDeadPeople(“Ione”, “Krueger”, “05/15/1919”); await checkForDeadPeople(“Anna”, “Kowalke”, “05/22/1932”); await checkForDeadPeople(“Dorothy”, “Krause”, “12/23/1929”); await checkForDeadPeople(“Margaret”, “Krager”, “04/30/1907”); await checkForDeadPeople(“Ronald”, “Kreuziger”, “03/04/1956”); await checkForDeadPeople(“Henry”, “Krueger”, “12/30/1915”); await checkForDeadPeople(“Herman”, “Krueger”, “01/24/1906”); await checkForDeadPeople(“Laverne”, “Kruger”, “03/01/1920”); await checkForDeadPeople(“Melvin”, “Skogstad”, “09/26/1910”); await checkForDeadPeople(“Daisy”, “Krueger”, “06/05/1909”); await checkForDeadPeople(“Fred”, “Krueger”, “04/28/1913”); await checkForDeadPeople(“Verona”, “Kottke”, “12/27/1911”); await checkForDeadPeople(“Jerome”, “Krenz”, “06/08/1912”); await checkForDeadPeople(“Armin”, “Kraemer”, “07/29/1923”); await checkForDeadPeople(“Charles”, “Kovacik”, “06/13/1915”); await checkForDeadPeople(“Adeline”, “Krause”, “08/11/1902”); await checkForDeadPeople(“Anton”, “Kozlowski”, “11/24/1911”); await checkForDeadPeople(“Spencer”, “Skogstad”, “10/19/1913”); await checkForDeadPeople(“Hazel”, “Krause”, “07/20/1914”); await checkForDeadPeople(“Arthur”, “Krause”, “09/20/1921”); await checkForDeadPeople(“Adeline”, “Krause”, “05/11/1924”); await checkForDeadPeople(“Delbert”, “Krause”, “08/06/1939”); await checkForDeadPeople(“Loren”, “Crull”, “04/28/1931”); await checkForDeadPeople(“Albert”, “Kramer”, “07/22/1916”); await checkForDeadPeople(“Irene”, “Krueger”, “12/05/1913”); await checkForDeadPeople(“Norman”, “Skresvig”, “05/08/1911”); await checkForDeadPeople(“Donald”, “Swiekatowski”, “07/09/1935”); await checkForDeadPeople(“Alvin”, “Kozlowski”, “09/13/1937”); await checkForDeadPeople(“Augusta”, “Kolashinski”, “11/24/1944”); await checkForDeadPeople(“Robert”, “Krause”, “08/19/1932”); await checkForDeadPeople(“Rosemary”, “Kraszewski”, “09/23/1914”); await checkForDeadPeople(“Gerard”, “Kotula”, “10/31/1910”); await checkForDeadPeople(“Harold”, “Kosharek”, “12/14/1922”); await checkForDeadPeople(“Marie”, “Krueger”, “07/03/1911”); await checkForDeadPeople(“Wilbert”, “Krueger”, “03/03/1920”); await checkForDeadPeople(“Vera”, “Kraus”, “07/17/1912”); await checkForDeadPeople(“Edna”, “Kovalaski”, “11/03/1927”); await checkForDeadPeople(“Lucille”, “Krueger”, “01/25/1957”); await checkForDeadPeople(“Clara”, “Krueger”, “02/19/1930”); await checkForDeadPeople(“Merlin”, “Kremer”, “11/11/1924”); await checkForDeadPeople(“G”, “Kremer”, “07/03/1935”); await checkForDeadPeople(“Mansuetus”, “Koszarek”, “11/13/1910”); await checkForDeadPeople(“Frank”, “Kolashinski”, “01/30/1922”); await checkForDeadPeople(“Doris”, “Kreuziger”, “07/06/1926”); await checkForDeadPeople(“Hazel”, “Cress”, “07/29/1909”); await checkForDeadPeople(“Elmer”, “Krohlow”, “03/01/1911”); await checkForDeadPeople(“Charles”, “Krake”, “06/06/1936”); await checkForDeadPeople(“Raymond”, “Krautkramer”, “02/18/1910”); await checkForDeadPeople(“John”, “Kozicki”, “01/15/1896”); await checkForDeadPeople(“Lawrence”, “Cossack”, “09/22/1919”); await checkForDeadPeople(“Lillian”, “Skogstad”, “04/28/1910”); await checkForDeadPeople(“William”, “Krenz”, “11/27/1904”); await checkForDeadPeople(“Eugene”, “Kruizenge”, “11/24/1920”); await checkForDeadPeople(“Jessie”, “Krajewski”, “05/18/1919”); await checkForDeadPeople(“Dorothy”, “Kottke”, “07/02/1919”); await checkForDeadPeople(“Magdalena”, “Kottke”, “10/22/1911”); await checkForDeadPeople(“Frank”, “Kreuziger”, “09/18/1915”); await checkForDeadPeople(“Lillian”, “Krautkramer”, “11/19/1906”); await checkForDeadPeople(“Clifford”, “Kottke”, “06/07/1916”); await checkForDeadPeople(“Evelyn”, “Kraszewski”, “01/15/1918”); await checkForDeadPeople(“Gilbert”, “Kroll”, “11/13/1910”); await checkForDeadPeople(“Earl”, “Krueger”, “07/03/1935”); await checkForDeadPeople(“Paul”, “Krause”, “11/11/1924”); await checkForDeadPeople(“Joyce”, “Kramer”, “02/19/1930”); await checkForDeadPeople(“Frank”, “Kranz”, “01/25/1957”); await checkForDeadPeople(“Edward”, “Koszuth”, “11/03/1927”); await checkForDeadPeople(“Lona”, “Kriegl”, “07/17/1912”); await checkForDeadPeople(“Leah”, “Krause”, “03/03/1920”); await checkForDeadPeople(“Ella”, “Krueger”, “12/03/1911”); await checkForDeadPeople(“Ruth”, “Kroll”, “12/14/1922”); await checkForDeadPeople(“Margaret”, “Koppelman”, “10/31/1910”); await checkForDeadPeople(“Otto”, “Krueger”, “09/23/1914”); await checkForDeadPeople(“Betty”, “Crushinski”, “19/08/1932”); await checkForDeadPeople(“Douglas”, “Kawlewski”, “11/12/1944”); await checkForDeadPeople(“Donald”, “Mccright”, “09/13/1937”);

by Rhayne
3
Beachsamurai 3 points ago +3 / -0

Doing for winsconsin

by Rhayne
6
Beachsamurai 6 points ago +6 / -0

https://pastebin.com/7QT7RXLD

This is for not downloading anything..

Sorry about earlier.

by Rhayne
2
Beachsamurai 2 points ago +2 / -0

Those files are big 400MB each...

by Rhayne
1
Beachsamurai 1 point ago +1 / -0

I said its good. I checked it

by Rhayne
1
Beachsamurai 1 point ago +1 / -0

Yea looks good

by Rhayne
1
Beachsamurai 1 point ago +1 / -0

Yea im checking it

by Rhayne
-1
Beachsamurai -1 points ago +2 / -3

Lol...you dont run scripts that you get from the internet. Everyone knows that...thats common sense.

And the fact that you keep saying I dont know anything and not posting any proof or output of said script has me convinced you are a lefty. Im gonna have a mod chk your account.

by Rhayne
-5
Beachsamurai -5 points ago +1 / -6

I based my accusation on your post history and you telling us all to run some script. Its unsafe. You run it and you post results.

Anyway if youre not youre not. Im not gonna run the script.

by Rhayne
-4
Beachsamurai -4 points ago +1 / -5

Running a script or a program from an unidentified source is unsafe. You cant sit there and twll people otherwise. You run it and post results. Thats being responsible and safe.

I think youre from the left. Your way of typing...its same like those redditors..i might be wrong but your post history says im right...

by Rhayne
-5
Beachsamurai -5 points ago +2 / -7

Dont know what python is? Hahhaha. Im high energy enough to know bash and php too...as well as threat hunting too..

He did it. You run it if you know him and post results. Not running anything on my end.

view more: ‹ Prev Next ›