Welcome to Incels.is - Involuntary Celibate Forum

Welcome! This is a forum for involuntary celibates: people who lack a significant other. Are you lonely and wish you had someone in your life? You're not alone! Join our forum and talk to people just like you.

LifeFuel Official 2019 - £100 Christmas Giveaway! [GTFIH] [STEAM]

Status
Not open for further replies.
me stand will judge ya
 
471
 
I'll just leave this here
:feelsohgod:
 
posting now so i don't have to later today (2)
 
REEEEEE, I don't want a steam voucher. May I redeem my prize in another format?
Why are they asking me, man? This is your thread. On a serious note, I want to say that this is very nice of you to do. I won't be partaking in this, but I just wanted to say it. Good luck to the three Chads on here. May the best fakecel win.
 
Well, I made a simple MATLAB script that will constantly take an input then when i type "stop", it'll return the list of people who posted that day. (Removing duplicates) and save them in a text file.

If you'd like to know how many entries you have just ask.


Code:
function removeDuplicates(~)

persistent list_of_names;
list_of_names = {'List of Incels'};
while true
    name_input = input('Please enter a name: ','s');
    name_input = lower(name_input);
    list_of_names = [list_of_names name_input];
   
    if name_input == "stop"
        break;
    else
        continue;
    end
end

list_of_names(1) = [];
list_of_names(end) = [];
uniquenames = (unique(list_of_names));
disp(uniquenames)

fid = fopen('Incels.txt', 'w');
fprintf(fid, '%s\n', uniquenames{:});
fclose(fid);

disp('File saved')
end

All the people from Day 1 quoted:

@2340922
@Admiral_Arkantos
@AlexanderTheGreat11
@Allblueeeee
@Amacko
@Aribaa
@azakhan
@BlackPill Scholar
@Blacktarpill
@builderseed
@BummerDrummer
@carticel
@CursedCel
@Damo the incel
@Daydreamincel
@deathsh+rt
@Dionysus
@Einon
@EyesAreSoCold
@FidelCashflow
@FinnCel
@gymletethnicel
@Gyros_Pretcel
@happiless
@HidekiTojota
@HowCanSheSlap
@ihaveno1
@Incellectual
@Incline
@JohnDcel
@loserkarthusplayer
@Nameless_Sunflower
@needsolution
@Newbie17
@nihility
@omnigold
@orchis
@pp183
@RemoveNormalfags
@Rippa
@Robtical
@RollD20
@Ryo_Hazuki
@Saudade
@SelfCrucified
@SergeantIncel
@TheSecondComing
@Toadman
@Uglychincel
@WawelDragon1683
@WithoutMe
@yeshuallah

  • Hate_my_life
  • turbocuckcel_7000
  • LastGerman
  • CursedCel
  • HyperVersager_4EVER
  • EyesAreSoCold
  • RemoveNormalfags
  • BummerDrummer
  • Sparrow's Song
  • Einon
  • BITG
  • Vermilioncore
  • Quasimodocel
  • speedtypingincel
  • Total Imbecile
  • Mainländer
  • BodyFat10orRope
  • Cui
  • omnigold
  • Iwanttolive
  • Ghost
  • copetillirope
  • UrgyYevhenii
  • FaceIsLife
  • Damo the incel
  • wereqryan
  • Currymanlet
  • Michinomiya Hirohit
  • BlackPill Scholar
  • Aziz
  • FlyFace
  • Timecel
  • Wilfred
  • Olgierd
  • Ricecel X
  • King_of_morons
  • Pareg
  • RREEEEEEEEE
  • Twinkcel
  • San Salvador
  • Boeuf
  • rahultmnt
  • nihility
  • thespanishcel
  • Monk of Failure
  • ReallyRice
  • FinnCel
  • Akkadian
  • thebuddhacel
  • streetlyte
  • Dindu_Nuffin
  • TINMAN
  • Dotrinfobe
  • FrailPaleStaleMale
  • Arch Anemone
  • Ropemaxx
  • Animecel2D
  • Gyros_Pretcel
  • VirginAutistManlet
  • OverBeforeItBegan
  • Crab Rangoon
  • raywilliam639
  • happiless
  • FIVETHREEBALDCEL
  • NoCopeNoHope
  • ThoughtfulCel
  • wide_eyed_optimism_
  • Genetic Dead End
  • GiveMeRamus
  • RottingInPeace
  • LiteralGoblin
  • NigdySięNieZaczęło
  • TigerFestival
  • Tallcel
  • Carotel
  • pp183
  • Blacktarpill
  • St. Incel
  • Newbie17
  • Weed
  • pakicel99
  • Ap0calypse
  • RopeMaXXer
  • Felatio
  • BrendioEEE
  • just_world_ogre
  • LonelyButterfly
  • Marquis de Sade
  • Neggr
  • tulasdanslos
  • grondilu
  • suislayer
  • HeebJesus
  • D3X
  • Saddam
  • HueHueBr
  • ibericel
  • guaucel
  • Incel called Chad
  • Acherontia_Styx
  • jerrycan dan
  • SupremeG
  • Erny
  • horseshoe
  • ShyManlet
  • Draco
  • Barry
  • dionysus77
  • Tallhover
  • Incellectual
  • gymletethnicel
  • 78980n
  • Barnacle
  • OpticalRape
  • Eleftherios
  • Italiancel
  • zombie
  • ionlycopenow
  • DarwinsDisgrace

3 More entries are for grabs, you'd be a fool to not enter:
 
Well, I made a simple MATLAB script that will constantly take an input then when i type "stop", it'll return the list of people who posted that day. (Removing duplicates) and save them in a text file.

If you'd like to know how many entries you have just ask.


Code:
function removeDuplicates(~)

persistent list_of_names;
list_of_names = {'List of Incels'};
while true
    name_input = input('Please enter a name: ','s');
    name_input = lower(name_input);
    list_of_names = [list_of_names name_input];
   
    if name_input == "stop"
        break;
    else
        continue;
    end
end

list_of_names(1) = [];
list_of_names(end) = [];
uniquenames = (unique(list_of_names));
disp(uniquenames)

fid = fopen('Incels.txt', 'w');
fprintf(fid, '%s\n', uniquenames{:});
fclose(fid);

disp('File saved')
end

All the people from Day 1 quoted:

@2340922
@Admiral_Arkantos
@AlexanderTheGreat11
@Allblueeeee
@Amacko
@Aribaa
@azakhan
@BlackPill Scholar
@Blacktarpill
@builderseed
@BummerDrummer
@carticel
@CursedCel
@Damo the incel
@Daydreamincel
@deathsh+rt
@Dionysus
@Einon
@EyesAreSoCold
@FidelCashflow
@FinnCel
@gymletethnicel
@Gyros_Pretcel
@happiless
@HidekiTojota
@HowCanSheSlap
@ihaveno1
@Incellectual
@Incline
@JohnDcel
@loserkarthusplayer
@Nameless_Sunflower
@needsolution
@Newbie17
@nihility
@omnigold
@orchis
@pp183
@RemoveNormalfags
@Rippa
@Robtical
@RollD20
@Ryo_Hazuki
@Saudade
@SelfCrucified
@SergeantIncel
@TheSecondComing
@Toadman
@Uglychincel
@WawelDragon1683
@WithoutMe
@yeshuallah
DID I WIN IW OLN I GOT MENTIONEDI WON
 
Well, I made a simple MATLAB script that will constantly take an input then when i type "stop", it'll return the list of people who posted that day. (Removing duplicates) and save them in a text file.

If you'd like to know how many entries you have just ask.


Code:
function removeDuplicates(~)

persistent list_of_names;
list_of_names = {'List of Incels'};
while true
    name_input = input('Please enter a name: ','s');
    name_input = lower(name_input);
    list_of_names = [list_of_names name_input];
  
    if name_input == "stop"
        break;
    else
        continue;
    end
end

list_of_names(1) = [];
list_of_names(end) = [];
uniquenames = (unique(list_of_names));
disp(uniquenames)

fid = fopen('Incels.txt', 'w');
fprintf(fid, '%s\n', uniquenames{:});
fclose(fid);

disp('File saved')
end

All the people from Day 1 quoted:

@2340922
@Admiral_Arkantos
@AlexanderTheGreat11
@Allblueeeee
@Amacko
@Aribaa
@azakhan
@BlackPill Scholar
@Blacktarpill
@builderseed
@BummerDrummer
@carticel
@CursedCel
@Damo the incel
@Daydreamincel
@deathsh+rt
@Dionysus
@Einon
@EyesAreSoCold
@FidelCashflow
@FinnCel
@gymletethnicel
@Gyros_Pretcel
@happiless
@HidekiTojota
@HowCanSheSlap
@ihaveno1
@Incellectual
@Incline
@JohnDcel
@loserkarthusplayer
@Nameless_Sunflower
@needsolution
@Newbie17
@nihility
@omnigold
@orchis
@pp183
@RemoveNormalfags
@Rippa
@Robtical
@RollD20
@Ryo_Hazuki
@Saudade
@SelfCrucified
@SergeantIncel
@TheSecondComing
@Toadman
@Uglychincel
@WawelDragon1683
@WithoutMe
@yeshuallah

  • Hate_my_life
  • turbocuckcel_7000
  • LastGerman
  • CursedCel
  • HyperVersager_4EVER
  • EyesAreSoCold
  • RemoveNormalfags
  • BummerDrummer
  • Sparrow's Song
  • Einon
  • BITG
  • Vermilioncore
  • Quasimodocel
  • speedtypingincel
  • Total Imbecile
  • Mainländer
  • BodyFat10orRope
  • Cui
  • omnigold
  • Iwanttolive
  • Ghost
  • copetillirope
  • UrgyYevhenii
  • FaceIsLife
  • Damo the incel
  • wereqryan
  • Currymanlet
  • Michinomiya Hirohit
  • BlackPill Scholar
  • Aziz
  • FlyFace
  • Timecel
  • Wilfred
  • Olgierd
  • Ricecel X
  • King_of_morons
  • Pareg
  • RREEEEEEEEE
  • Twinkcel
  • San Salvador
  • Boeuf
  • rahultmnt
  • nihility
  • thespanishcel
  • Monk of Failure
  • ReallyRice
  • FinnCel
  • Akkadian
  • thebuddhacel
  • streetlyte
  • Dindu_Nuffin
  • TINMAN
  • Dotrinfobe
  • FrailPaleStaleMale
  • Arch Anemone
  • Ropemaxx
  • Animecel2D
  • Gyros_Pretcel
  • VirginAutistManlet
  • OverBeforeItBegan
  • Crab Rangoon
  • raywilliam639
  • happiless
  • FIVETHREEBALDCEL
  • NoCopeNoHope
  • ThoughtfulCel
  • wide_eyed_optimism_
  • Genetic Dead End
  • GiveMeRamus
  • RottingInPeace
  • LiteralGoblin
  • NigdySięNieZaczęło
  • TigerFestival
  • Tallcel
  • Carotel
  • pp183
  • Blacktarpill
  • St. Incel
  • Newbie17
  • Weed
  • pakicel99
  • Ap0calypse
  • RopeMaXXer
  • Felatio
  • BrendioEEE
  • just_world_ogre
  • LonelyButterfly
  • Marquis de Sade
  • Neggr
  • tulasdanslos
  • grondilu
  • suislayer
  • HeebJesus
  • D3X
  • Saddam
  • HueHueBr
  • ibericel
  • guaucel
  • Incel called Chad
  • Acherontia_Styx
  • jerrycan dan
  • SupremeG
  • Erny
  • horseshoe
  • ShyManlet
  • Draco
  • Barry
  • dionysus77
  • Tallhover
  • Incellectual
  • gymletethnicel
  • 78980n
  • Barnacle
  • OpticalRape
  • Eleftherios
  • Italiancel
  • zombie
  • ionlycopenow
  • DarwinsDisgrace

3 More entries are for grabs, you'd be a fool to not enter:
Brutally IQ mogs me
 
DID I WIN IW OLN I GOT MENTIONEDI WON
:feelswhat:

Competition doesn't close for another 2 days (you have 3 more entries)....

I was just saying if someone would like to know how many entries they have (if unsure), they should just ask or @Hate_my_life......
From the top of my head, @omnigold and @Admiral_Arkantos have appeared every single day. I'm sure there's more, but they're the members I can remember.
 
:feelswhat:

Competition doesn't close for another 2 days (you have 3 more entries)....

I was just saying if someone would like to know how many entries they have (if unsure), they should just ask or @Hate_my_life......
From the top of my head, @omnigold has appeared every single day.
no I won
 
Well, I made a simple MATLAB script that will constantly take an input then when i type "stop", it'll return the list of people who posted that day. (Removing duplicates) and save them in a text file.

If you'd like to know how many entries you have just ask.


Code:
function removeDuplicates(~)

persistent list_of_names;
list_of_names = {'List of Incels'};
while true
    name_input = input('Please enter a name: ','s');
    name_input = lower(name_input);
    list_of_names = [list_of_names name_input];
  
    if name_input == "stop"
        break;
    else
        continue;
    end
end

list_of_names(1) = [];
list_of_names(end) = [];
uniquenames = (unique(list_of_names));
disp(uniquenames)

fid = fopen('Incels.txt', 'w');
fprintf(fid, '%s\n', uniquenames{:});
fclose(fid);

disp('File saved')
end

All the people from Day 1 quoted:

@2340922
@Admiral_Arkantos
@AlexanderTheGreat11
@Allblueeeee
@Amacko
@Aribaa
@azakhan
@BlackPill Scholar
@Blacktarpill
@builderseed
@BummerDrummer
@carticel
@CursedCel
@Damo the incel
@Daydreamincel
@deathsh+rt
@Dionysus
@Einon
@EyesAreSoCold
@FidelCashflow
@FinnCel
@gymletethnicel
@Gyros_Pretcel
@happiless
@HidekiTojota
@HowCanSheSlap
@ihaveno1
@Incellectual
@Incline
@JohnDcel
@loserkarthusplayer
@Nameless_Sunflower
@needsolution
@Newbie17
@nihility
@omnigold
@orchis
@pp183
@RemoveNormalfags
@Rippa
@Robtical
@RollD20
@Ryo_Hazuki
@Saudade
@SelfCrucified
@SergeantIncel
@TheSecondComing
@Toadman
@Uglychincel
@WawelDragon1683
@WithoutMe
@yeshuallah

  • Hate_my_life
  • turbocuckcel_7000
  • LastGerman
  • CursedCel
  • HyperVersager_4EVER
  • EyesAreSoCold
  • RemoveNormalfags
  • BummerDrummer
  • Sparrow's Song
  • Einon
  • BITG
  • Vermilioncore
  • Quasimodocel
  • speedtypingincel
  • Total Imbecile
  • Mainländer
  • BodyFat10orRope
  • Cui
  • omnigold
  • Iwanttolive
  • Ghost
  • copetillirope
  • UrgyYevhenii
  • FaceIsLife
  • Damo the incel
  • wereqryan
  • Currymanlet
  • Michinomiya Hirohit
  • BlackPill Scholar
  • Aziz
  • FlyFace
  • Timecel
  • Wilfred
  • Olgierd
  • Ricecel X
  • King_of_morons
  • Pareg
  • RREEEEEEEEE
  • Twinkcel
  • San Salvador
  • Boeuf
  • rahultmnt
  • nihility
  • thespanishcel
  • Monk of Failure
  • ReallyRice
  • FinnCel
  • Akkadian
  • thebuddhacel
  • streetlyte
  • Dindu_Nuffin
  • TINMAN
  • Dotrinfobe
  • FrailPaleStaleMale
  • Arch Anemone
  • Ropemaxx
  • Animecel2D
  • Gyros_Pretcel
  • VirginAutistManlet
  • OverBeforeItBegan
  • Crab Rangoon
  • raywilliam639
  • happiless
  • FIVETHREEBALDCEL
  • NoCopeNoHope
  • ThoughtfulCel
  • wide_eyed_optimism_
  • Genetic Dead End
  • GiveMeRamus
  • RottingInPeace
  • LiteralGoblin
  • NigdySięNieZaczęło
  • TigerFestival
  • Tallcel
  • Carotel
  • pp183
  • Blacktarpill
  • St. Incel
  • Newbie17
  • Weed
  • pakicel99
  • Ap0calypse
  • RopeMaXXer
  • Felatio
  • BrendioEEE
  • just_world_ogre
  • LonelyButterfly
  • Marquis de Sade
  • Neggr
  • tulasdanslos
  • grondilu
  • suislayer
  • HeebJesus
  • D3X
  • Saddam
  • HueHueBr
  • ibericel
  • guaucel
  • Incel called Chad
  • Acherontia_Styx
  • jerrycan dan
  • SupremeG
  • Erny
  • horseshoe
  • ShyManlet
  • Draco
  • Barry
  • dionysus77
  • Tallhover
  • Incellectual
  • gymletethnicel
  • 78980n
  • Barnacle
  • OpticalRape
  • Eleftherios
  • Italiancel
  • zombie
  • ionlycopenow
  • DarwinsDisgrace

3 More entries are for grabs, you'd be a fool to not enter:
codes me. XD
 
yeah didn't read all that
 
i agree tbh very interesting
 
damn you got my hopes up with that mention
 
If I win, i'll buy something on steam and make a video about it
2148-94a237c1bf6eb5db36c8b7245ece174b.jpg
 
Just thought I'd share the application I'd be using to pick the winner.

THIS WAS JUST A TEST TRIAL RUN TO SHOW YOU GUYS HOW IT WILL WORK.

Based on the trial run shown, IF I HAD THEORETICALLY DONE THE RAFFLE BASED ON THE PAST COUPLE DAYS ENTRIES


@Emergency Manual would have won £50
@CursedCel would have won £20
@omnigold would have won £50

THESE ARE NOT THE ACTUAL WINNERS, I'M JUST SHOWING YOU GUYS PROOF THAT IT'LL BE COMPLETELY RANDOM AND HOW THE VIDEO WILL BE PUBLISHED.

MAKE SURE TO GET YOUR ENTRIES IN (@omnigold) POSTED EVERYDAY AND WON. @Emergency Manual has posted Once? Yet still won. It's all chance.


I might record my voice tbh inb4 @2340922 doxxes me :feelstrash: :feelstrash: :feelstrash:
 
Last edited:
wow pretty gay. I should win the real one then
 
Just thought I'd share the application I'd be using to pick the winner.

THIS WAS JUST A TEST TRIAL RUN TO SHOW YOU GUYS HOW IT WILL WORK.

Based on the trial run shown, IF I HAD THEORETICALLY DONE THE RAFFLE BASED ON THE PAST COUPLE DAYS ENTRIES



@Emergency Manual would have won £50
@CursedCel would have won £20
@omnigold would have won £50

THESE ARE NOT THE ACTUAL WINNERS, I'M JUST SHOWING YOU GUYS PROOF THAT IT'LL BE COMPLETELY RANDOM AND HOW THE VIDEO WILL BE PUBLISHED.

MAKE SURE TO GET YOUR ENTRIES IN (@omnigold) POSTED EVERYDAY AND WON. @Emergency Manual has posted Once? Yet still won. It's all chance.


I might record my voice tbh inb4 @2340922 doxxes me :feelstrash: :feelstrash: :feelstrash:

Congratulations on Alex and Gale on getting married, have fun in hamburg, and stay away form those oranges. slapslapslapslapslapslap
 
Well, I made a simple MATLAB script that will constantly take an input then when i type "stop", it'll return the list of people who posted that day. (Removing duplicates) and save them in a text file.

If you'd like to know how many entries you have just ask.


Code:
function removeDuplicates(~)

persistent list_of_names;
list_of_names = {'List of Incels'};
while true
    name_input = input('Please enter a name: ','s');
    name_input = lower(name_input);
    list_of_names = [list_of_names name_input];
  
    if name_input == "stop"
        break;
    else
        continue;
    end
end

list_of_names(1) = [];
list_of_names(end) = [];
uniquenames = (unique(list_of_names));
disp(uniquenames)

fid = fopen('Incels.txt', 'w');
fprintf(fid, '%s\n', uniquenames{:});
fclose(fid);

disp('File saved')
end

All the people from Day 1 quoted:

@2340922
@Admiral_Arkantos
@AlexanderTheGreat11
@Allblueeeee
@Amacko
@Aribaa
@azakhan
@BlackPill Scholar
@Blacktarpill
@builderseed
@BummerDrummer
@carticel
@CursedCel
@Damo the incel
@Daydreamincel
@deathsh+rt
@Dionysus
@Einon
@EyesAreSoCold
@FidelCashflow
@FinnCel
@gymletethnicel
@Gyros_Pretcel
@happiless
@HidekiTojota
@HowCanSheSlap
@ihaveno1
@Incellectual
@Incline
@JohnDcel
@loserkarthusplayer
@Nameless_Sunflower
@needsolution
@Newbie17
@nihility
@omnigold
@orchis
@pp183
@RemoveNormalfags
@Rippa
@Robtical
@RollD20
@Ryo_Hazuki
@Saudade
@SelfCrucified
@SergeantIncel
@TheSecondComing
@Toadman
@Uglychincel
@WawelDragon1683
@WithoutMe
@yeshuallah

  • Hate_my_life
  • turbocuckcel_7000
  • LastGerman
  • CursedCel
  • HyperVersager_4EVER
  • EyesAreSoCold
  • RemoveNormalfags
  • BummerDrummer
  • Sparrow's Song
  • Einon
  • BITG
  • Vermilioncore
  • Quasimodocel
  • speedtypingincel
  • Total Imbecile
  • Mainländer
  • BodyFat10orRope
  • Cui
  • omnigold
  • Iwanttolive
  • Ghost
  • copetillirope
  • UrgyYevhenii
  • FaceIsLife
  • Damo the incel
  • wereqryan
  • Currymanlet
  • Michinomiya Hirohit
  • BlackPill Scholar
  • Aziz
  • FlyFace
  • Timecel
  • Wilfred
  • Olgierd
  • Ricecel X
  • King_of_morons
  • Pareg
  • RREEEEEEEEE
  • Twinkcel
  • San Salvador
  • Boeuf
  • rahultmnt
  • nihility
  • thespanishcel
  • Monk of Failure
  • ReallyRice
  • FinnCel
  • Akkadian
  • thebuddhacel
  • streetlyte
  • Dindu_Nuffin
  • TINMAN
  • Dotrinfobe
  • FrailPaleStaleMale
  • Arch Anemone
  • Ropemaxx
  • Animecel2D
  • Gyros_Pretcel
  • VirginAutistManlet
  • OverBeforeItBegan
  • Crab Rangoon
  • raywilliam639
  • happiless
  • FIVETHREEBALDCEL
  • NoCopeNoHope
  • ThoughtfulCel
  • wide_eyed_optimism_
  • Genetic Dead End
  • GiveMeRamus
  • RottingInPeace
  • LiteralGoblin
  • NigdySięNieZaczęło
  • TigerFestival
  • Tallcel
  • Carotel
  • pp183
  • Blacktarpill
  • St. Incel
  • Newbie17
  • Weed
  • pakicel99
  • Ap0calypse
  • RopeMaXXer
  • Felatio
  • BrendioEEE
  • just_world_ogre
  • LonelyButterfly
  • Marquis de Sade
  • Neggr
  • tulasdanslos
  • grondilu
  • suislayer
  • HeebJesus
  • D3X
  • Saddam
  • HueHueBr
  • ibericel
  • guaucel
  • Incel called Chad
  • Acherontia_Styx
  • jerrycan dan
  • SupremeG
  • Erny
  • horseshoe
  • ShyManlet
  • Draco
  • Barry
  • dionysus77
  • Tallhover
  • Incellectual
  • gymletethnicel
  • 78980n
  • Barnacle
  • OpticalRape
  • Eleftherios
  • Italiancel
  • zombie
  • ionlycopenow
  • DarwinsDisgrace

3 More entries are for grabs, you'd be a fool to not enter:
I dont get it
 
I dont get it
Basically it asks me to input a name.

I copy and paste all the names that posted in 24 hours.

When done I type: "stop".

It goes through all names typed and removes duplicates.

Saves it to a file. I repeat.
 
Just thought I'd share the application I'd be using to pick the winner.

THIS WAS JUST A TEST TRIAL RUN TO SHOW YOU GUYS HOW IT WILL WORK.

Based on the trial run shown, IF I HAD THEORETICALLY DONE THE RAFFLE BASED ON THE PAST COUPLE DAYS ENTRIES


@Emergency Manual would have won £50
@CursedCel would have won £20
@omnigold would have won £50

THESE ARE NOT THE ACTUAL WINNERS, I'M JUST SHOWING YOU GUYS PROOF THAT IT'LL BE COMPLETELY RANDOM AND HOW THE VIDEO WILL BE PUBLISHED.

MAKE SURE TO GET YOUR ENTRIES IN (@omnigold) POSTED EVERYDAY AND WON. @Emergency Manual has posted Once? Yet still won. It's all chance.


I might record my voice tbh inb4 @2340922 doxxes me :feelstrash: :feelstrash: :feelstrash:
MY NAME 1ST I HAVE 100% CHACE OF WINNING i cant wait of it when will it happen?? :feelstrash: :feelsahh: :feelsahh: :feelsahh:
Just thought I'd share the application I'd be using to pick the winner.

THIS WAS JUST A TEST TRIAL RUN TO SHOW YOU GUYS HOW IT WILL WORK.

Based on the trial run shown, IF I HAD THEORETICALLY DONE THE RAFFLE BASED ON THE PAST COUPLE DAYS ENTRIES


@Emergency Manual would have won £50
@CursedCel would have won £20
@omnigold would have won £50

THESE ARE NOT THE ACTUAL WINNERS, I'M JUST SHOWING YOU GUYS PROOF THAT IT'LL BE COMPLETELY RANDOM AND HOW THE VIDEO WILL BE PUBLISHED.

MAKE SURE TO GET YOUR ENTRIES IN (@omnigold) POSTED EVERYDAY AND WON. @Emergency Manual has posted Once? Yet still won. It's all chance.


I might record my voice tbh inb4 @2340922 doxxes me :feelstrash: :feelstrash: :feelstrash:
and no ur voice isnt recorded :feelstrash:
 
Basically it asks me to input a name.

I copy and paste all the names that posted in 24 hours.

When done I type: "stop".

It goes through all names typed and removes duplicates.

Saves it to a file. I repeat.
Oh I understand now, but I still don’t get the rules. Do you actually have to post everyday in this thread?
 
Just thought I'd share the application I'd be using to pick the winner.

THIS WAS JUST A TEST TRIAL RUN TO SHOW YOU GUYS HOW IT WILL WORK.

Based on the trial run shown, IF I HAD THEORETICALLY DONE THE RAFFLE BASED ON THE PAST COUPLE DAYS ENTRIES


@Emergency Manual would have won £50
@CursedCel would have won £20
@omnigold would have won £50

THESE ARE NOT THE ACTUAL WINNERS, I'M JUST SHOWING YOU GUYS PROOF THAT IT'LL BE COMPLETELY RANDOM AND HOW THE VIDEO WILL BE PUBLISHED.

MAKE SURE TO GET YOUR ENTRIES IN (@omnigold) POSTED EVERYDAY AND WON. @Emergency Manual has posted Once? Yet still won. It's all chance.


I might record my voice tbh inb4 @2340922 doxxes me :feelstrash: :feelstrash: :feelstrash:
the fact that i would have won if this was the actual thing,shows why im cursed
 
Oh I understand now, but I still don’t get the rules. Do you actually have to post everyday in this thread?
Yes.

There's 2 more days after today.

The day starts from 00:00(UTC) (Go to Original post for link that automatically tells you time difference between your local time and current UTC time.

If you're a Ukcel/GMT+00 then it's just local time).
 
Last edited:
Yes.

There's 2 more days after today.

The day starts from 00:00(UTC) (Go to Original post for link that automatically tells you time difference between your local time and current UTC time.

If you're a Ukcel/GMT+00 then it's just local time).
Oh okay I was confused because in your test you posted that one guy posted once and still won.
 
Well, I made a simple MATLAB script that will constantly take an input then when i type "stop", it'll return the list of people who posted that day. (Removing duplicates) and save them in a text file.

If you'd like to know how many entries you have just ask.


Code:
function removeDuplicates(~)

persistent list_of_names;
list_of_names = {'List of Incels'};
while true
    name_input = input('Please enter a name: ','s');
    name_input = lower(name_input);
    list_of_names = [list_of_names name_input];
  
    if name_input == "stop"
        break;
    else
        continue;
    end
end

list_of_names(1) = [];
list_of_names(end) = [];
uniquenames = (unique(list_of_names));
disp(uniquenames)

fid = fopen('Incels.txt', 'w');
fprintf(fid, '%s\n', uniquenames{:});
fclose(fid);

disp('File saved')
end

All the people from Day 1 quoted:

@2340922
@Admiral_Arkantos
@AlexanderTheGreat11
@Allblueeeee
@Amacko
@Aribaa
@azakhan
@BlackPill Scholar
@Blacktarpill
@builderseed
@BummerDrummer
@carticel
@CursedCel
@Damo the incel
@Daydreamincel
@deathsh+rt
@Dionysus
@Einon
@EyesAreSoCold
@FidelCashflow
@FinnCel
@gymletethnicel
@Gyros_Pretcel
@happiless
@HidekiTojota
@HowCanSheSlap
@ihaveno1
@Incellectual
@Incline
@JohnDcel
@loserkarthusplayer
@Nameless_Sunflower
@needsolution
@Newbie17
@nihility
@omnigold
@orchis
@pp183
@RemoveNormalfags
@Rippa
@Robtical
@RollD20
@Ryo_Hazuki
@Saudade
@SelfCrucified
@SergeantIncel
@TheSecondComing
@Toadman
@Uglychincel
@WawelDragon1683
@WithoutMe
@yeshuallah

  • Hate_my_life
  • turbocuckcel_7000
  • LastGerman
  • CursedCel
  • HyperVersager_4EVER
  • EyesAreSoCold
  • RemoveNormalfags
  • BummerDrummer
  • Sparrow's Song
  • Einon
  • BITG
  • Vermilioncore
  • Quasimodocel
  • speedtypingincel
  • Total Imbecile
  • Mainländer
  • BodyFat10orRope
  • Cui
  • omnigold
  • Iwanttolive
  • Ghost
  • copetillirope
  • UrgyYevhenii
  • FaceIsLife
  • Damo the incel
  • wereqryan
  • Currymanlet
  • Michinomiya Hirohit
  • BlackPill Scholar
  • Aziz
  • FlyFace
  • Timecel
  • Wilfred
  • Olgierd
  • Ricecel X
  • King_of_morons
  • Pareg
  • RREEEEEEEEE
  • Twinkcel
  • San Salvador
  • Boeuf
  • rahultmnt
  • nihility
  • thespanishcel
  • Monk of Failure
  • ReallyRice
  • FinnCel
  • Akkadian
  • thebuddhacel
  • streetlyte
  • Dindu_Nuffin
  • TINMAN
  • Dotrinfobe
  • FrailPaleStaleMale
  • Arch Anemone
  • Ropemaxx
  • Animecel2D
  • Gyros_Pretcel
  • VirginAutistManlet
  • OverBeforeItBegan
  • Crab Rangoon
  • raywilliam639
  • happiless
  • FIVETHREEBALDCEL
  • NoCopeNoHope
  • ThoughtfulCel
  • wide_eyed_optimism_
  • Genetic Dead End
  • GiveMeRamus
  • RottingInPeace
  • LiteralGoblin
  • NigdySięNieZaczęło
  • TigerFestival
  • Tallcel
  • Carotel
  • pp183
  • Blacktarpill
  • St. Incel
  • Newbie17
  • Weed
  • pakicel99
  • Ap0calypse
  • RopeMaXXer
  • Felatio
  • BrendioEEE
  • just_world_ogre
  • LonelyButterfly
  • Marquis de Sade
  • Neggr
  • tulasdanslos
  • grondilu
  • suislayer
  • HeebJesus
  • D3X
  • Saddam
  • HueHueBr
  • ibericel
  • guaucel
  • Incel called Chad
  • Acherontia_Styx
  • jerrycan dan
  • SupremeG
  • Erny
  • horseshoe
  • ShyManlet
  • Draco
  • Barry
  • dionysus77
  • Tallhover
  • Incellectual
  • gymletethnicel
  • 78980n
  • Barnacle
  • OpticalRape
  • Eleftherios
  • Italiancel
  • zombie
  • ionlycopenow
  • DarwinsDisgrace

3 More entries are for grabs, you'd be a fool to not enter:
Lol I forgot I was even a part of this.
 
Those who won in the test run should get a small prize maybe?
 
Those who won in the test run should get a small prize maybe?
It was a test....

As far as I'm concerned, I imagine someone who's posted here the most will Most likely win (there's like 3-4 total). Very few users have posted here regularly.
 
Status
Not open for further replies.

Users who are viewing this thread

shape1
shape2
shape3
shape4
shape5
shape6
Back
Top