Exrobite's 500k EPIC giveaway (for charity!!!!!!) (NOW UP TO 1 MILLION!!!)

Hello gangalang

The results are as follows:

@kerzify - $200k
@Sarah Mushroom - $100k
@Matthew - $100k
@Tarone Idrin (mohammed) - $100k
@Mini - $100k
@teby - $100k
@maeen - $100k
@pinkis1221 - $100k

1759086214322.png

Please respond with the bank number you want me to send it to (it does not have to be yours). I also rounded up the 880k to 900k because why the hell not.

We raised a total of about £35!!! That's very poggers.

Here is the code I used if any nerds want to tell me it isn't random enough:

Code:
import random as r

contestants = ["kerzify", "Lushi", "Sarah Mushroom", "Akeno Via", "Matthew", "Omega", "Potato Animation", "mcbib", "Ryan Mushroom", "Mj", "MangoFracht",
               "Thorgal", "DrToast", "Qiang", "Mini", "Luffe", "Bob Hansen", "loby", "Vixx", "Anthony King", "Mocho", "Ejdam", "Teby", "Pugga", "Exana", "Galle", "walnah", "Maeen",
               "Crunchie", "Medium", "Dick Harris", "AceAbo", "AlfonsoCicco", "A1L (fat)", "cruak", "HuntedKiller", "Juan Bonita", "Teemo", "kronen", "Recession", "Brenny", "Doner Kebap", "Pinkis1221", "Panda",
               "amitbs991", "Jesus 2012", "Someuser", "Dom"]

r.seed()

prizeMoney = 890000
increments = 100000

winners = []

rangeList = len(contestants) - 1

print(contestants[rangeList])

for i in range(int(prizeMoney/increments) + 1):

    winNum = r.randint(0, rangeList)
    winners.append(contestants[winNum])

winnerTotals = []

for i in contestants:
    totalWon = winners.count(i)
    if totalWon > 0:
        winnerTotals.append(("@" + i, totalWon * increments))

print(winnerTotals)
 
Last edited:
Hello gangalang

The results are as follows:

@kerzify - $200k
@Sarah Mushroom - $100k
@Matthew - $100k
@Tarone Idrin (mohammed) - $100k
@Mini - $100k
@teby - $100k
@maeen - $100k
@pinkis1221 - $100k

View attachment 27932

Please respond with the bank number you want me to send it to (it does not have to be yours). I also rounded up the 880k to 900k because why the hell not.

Here is the code I used if any nerds want to tell me it isn't random enough:

Code:
import random as r

contestants = ["kerzify", "Lushi", "Sarah Mushroom", "Akeno Via", "Matthew", "Omega", "Potato Animation", "mcbib", "Ryan Mushroom", "Mj", "MangoFracht",
               "Thorgal", "DrToast", "Qiang", "Mini", "Luffe", "Bob Hansen", "loby", "Vixx", "Anthony King", "Mocho", "Ejdam", "Teby", "Pugga", "Exana", "Galle", "walnah", "Maeen",
               "Crunchie", "Medium", "Dick Harris", "AceAbo", "AlfonsoCicco", "A1L (fat)", "cruak", "HuntedKiller", "Juan Bonita", "Teemo", "kronen", "Recession", "Brenny", "Doner Kebap", "Pinkis1221", "Panda",
               "amitbs991", "Jesus 2012", "Someuser", "Dom"]

r.seed()

prizeMoney = 890000
increments = 100000

winners = []

rangeList = len(contestants) - 1

print(contestants[rangeList])

for i in range(int(prizeMoney/increments) + 1):

    winNum = r.randint(0, rangeList)
    winners.append(contestants[winNum])

winnerTotals = []

for i in contestants:
    totalWon = winners.count(i)
    if totalWon > 0:
        winnerTotals.append(("@" + i, totalWon * increments))

print(winnerTotals)
My bank number is 2882557 thank you very much gang god bless idk what to say good luck (i am grateful idk how else to express it)
 
Hello gangalang

The results are as follows:

@kerzify - $200k
@Sarah Mushroom - $100k
@Matthew - $100k
@Tarone Idrin (mohammed) - $100k
@Mini - $100k
@teby - $100k
@maeen - $100k
@pinkis1221 - $100k

View attachment 27932

Please respond with the bank number you want me to send it to (it does not have to be yours). I also rounded up the 880k to 900k because why the hell not.

We raised a total of about £35!!! That's very poggers.

Here is the code I used if any nerds want to tell me it isn't random enough:

Code:
import random as r

contestants = ["kerzify", "Lushi", "Sarah Mushroom", "Akeno Via", "Matthew", "Omega", "Potato Animation", "mcbib", "Ryan Mushroom", "Mj", "MangoFracht",
               "Thorgal", "DrToast", "Qiang", "Mini", "Luffe", "Bob Hansen", "loby", "Vixx", "Anthony King", "Mocho", "Ejdam", "Teby", "Pugga", "Exana", "Galle", "walnah", "Maeen",
               "Crunchie", "Medium", "Dick Harris", "AceAbo", "AlfonsoCicco", "A1L (fat)", "cruak", "HuntedKiller", "Juan Bonita", "Teemo", "kronen", "Recession", "Brenny", "Doner Kebap", "Pinkis1221", "Panda",
               "amitbs991", "Jesus 2012", "Someuser", "Dom"]

r.seed()

prizeMoney = 890000
increments = 100000

winners = []

rangeList = len(contestants) - 1

print(contestants[rangeList])

for i in range(int(prizeMoney/increments) + 1):

    winNum = r.randint(0, rangeList)
    winners.append(contestants[winNum])

winnerTotals = []

for i in contestants:
    totalWon = winners.count(i)
    if totalWon > 0:
        winnerTotals.append(("@" + i, totalWon * increments))

print(winnerTotals)
Wherr is me this is rigged
 
Hello gangalang

The results are as follows:

@kerzify - $200k
@Sarah Mushroom - $100k
@Matthew - $100k
@Tarone Idrin (mohammed) - $100k
@Mini - $100k
@teby - $100k
@maeen - $100k
@pinkis1221 - $100k

View attachment 27932

Please respond with the bank number you want me to send it to (it does not have to be yours). I also rounded up the 880k to 900k because why the hell not.

We raised a total of about £35!!! That's very poggers.

Here is the code I used if any nerds want to tell me it isn't random enough:

Code:
import random as r

contestants = ["kerzify", "Lushi", "Sarah Mushroom", "Akeno Via", "Matthew", "Omega", "Potato Animation", "mcbib", "Ryan Mushroom", "Mj", "MangoFracht",
               "Thorgal", "DrToast", "Qiang", "Mini", "Luffe", "Bob Hansen", "loby", "Vixx", "Anthony King", "Mocho", "Ejdam", "Teby", "Pugga", "Exana", "Galle", "walnah", "Maeen",
               "Crunchie", "Medium", "Dick Harris", "AceAbo", "AlfonsoCicco", "A1L (fat)", "cruak", "HuntedKiller", "Juan Bonita", "Teemo", "kronen", "Recession", "Brenny", "Doner Kebap", "Pinkis1221", "Panda",
               "amitbs991", "Jesus 2012", "Someuser", "Dom"]

r.seed()

prizeMoney = 890000
increments = 100000

winners = []

rangeList = len(contestants) - 1

print(contestants[rangeList])

for i in range(int(prizeMoney/increments) + 1):

    winNum = r.randint(0, rangeList)
    winners.append(contestants[winNum])

winnerTotals = []

for i in contestants:
    totalWon = winners.count(i)
    if totalWon > 0:
        winnerTotals.append(("@" + i, totalWon * increments))

print(winnerTotals)
hell yeah thank you

8593336
 
Back
Top