Forum > General >

How to make ur weewee longer

NemesisX

Spoon#8225

Posts: 168

Threads: 56

Joined: Nov, 2018

Reputation: 4

Posted

By inserting more 'e's.

Eg:

WeeeeWeeee

 

 

 

 

 

 

 

 

 

srsly tho what did u think wtf....

  • 0

https://cdn.discordapp.com/attachments/744131168018104320/749027674323812373/kekw.mp4 

 

Posts: 539

Threads: 53

Joined: Jun, 2020

Reputation: 35

Replied

thx it works 

  • 0

https://linktr.ee/WeAreDevs for help with exploits or guides on the forum.

Wabz

Winning.js

Posts: 1956

Threads: 143

Joined: Apr, 2020

Reputation: 27

Replied

Simple program in Python to automate that: 

while True:
    try:
        length = input("Enter the desired length (in letters) or q to quit: ")
        if length == "q":
            break
        length = int(length)
        length -= 2
        if length % 2 == 0:
            print(("w"+"e"*(int(length/2)))*2)
        else:
            print("w"+"e"*(int(length/2+0.5))+"w"+"e"*(int(length/2)))
    except:
        print("Wrong input.")
print("Bye")
  • 0

My new discord is Wabz#1337 with ID 777154062789509130

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )