ilovepapa_22
touch me
ilovepapa_22
hey u got coin? plese
Xx_Dark_Dnd_LoverxX
this message may be
offensive
@ilovepapa_22 you stupid immature bitch you know absolutely nothing about my one and only tor browser you will stop being a poser bitch this instant you are the reason people think so lowly of the dark web poser bitches like you come and act like you're one of us when youre actually a little fraud slut. go back to playing on discord, poser cunt. you stupid niggerling. and for the fucking record, most of us don't even use the tor browser live chats, we use fucking telegram you absolute retard. get a life and stop acting like you have mine. go fuck yourself little bitch. I bet you cant even do the captchas for the live chatrooms, stupid little girl. you're too fucking stupid to even find a chatroom on the tor browser. stop pretending. and if you wanted to do something like that, you wouldn't put it in a live chat, retard, you'd post it in deep answers or some shit. I hope someone sees this and does something about it. fuck you. I'm gonna go sip my tea and blog the daily weather forecast all sophisticated like while you pretend to be all cool and mighty on, again, MY favorite application. I hate people like you. no wonder papa is so mean to you, I cant stand how hard you try. and for what? money? or maybe your little slut bitch ass just wants dick. I'm gonna post your user and tell them all how horny you are, be ready BITCH.
•
Reply
ilovepapa_22
this message may be
offensive
fuck you I'm posting your profile on dark web live chat meanie
•
Reply
_lilmonix3__
hey girl, you like me a little bit?
ilovepapa_22
this message may be
offensive
@_lilmonix3__ you copycat bitch fuck you monikammmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
•
Reply
_lilmonix3__
transform tcommon (x=640, z=0.80):
yanchor 1.0 subpixel True
on show:
ypos 1.03
zoom z*0.95 alpha 0.00
xcenter x yoffset -20
easein .25 yoffset 0 zoom z*1.00 alpha 1.00
on replace:
alpha 1.00
parallel:
easein .25 xcenter x zoom z*1.00
parallel:
easein .15 yoffset 0 ypos 1.03
transform tinstant (x=640, z=0.80):
xcenter x yoffset 0 zoom z*1.00 alpha 1.00 yanchor 1.0 ypos 1.03
transform focus (x=640, z=0.80):
yanchor 1.0 ypos 1.03 subpixel True
on show:
zoom z*0.95 alpha 0.00
xcenter x yoffset -20
easein .25 yoffset 0 zoom z*1.05 alpha 1.00
yanchor 1.0 ypos 1.03
on replace:
alpha 1.00
parallel:
easein .25 xcenter x zoom z*1.05
parallel:
easein .15 yoffset 0
transform tcommon (x=640, z=0.80):
yanchor 1.0 subpixel True
on show:
ypos 1.03
zoom z*0.95 alpha 0.00
xcenter x yoffset -20
easein .25 yoffset 0 zoom z*1.00 alpha 1.00
on replace:
alpha 1.00
parallel:
easein .25 xcenter x zoom z*1.00
parallel:
easein .15 yoffset 0 ypos 1.03
transform tinstant (x=640, z=0.80):
xcenter x yoffset 0 zoom z*1.00 alpha 1.00 yanchor 1.0 ypos 1.03
transform focus (x=640, z=0.80):
yanchor 1.0 ypos 1.03 subpixel True
on show:
zoom z*0.95 alpha 0.00
xcenter x yoffset -20
easein .25 yoffset 0 zoom z*1.05 alpha 1.00
yanchor 1.0 ypos 1.03
on replace:
alpha 1.00
parallel:
easein .25 xcenter x zoom z*1.05
parallel:
easein .15 yoffset 0
Spaziko.chr deleted ; sucessfully
_lilmonix3__
init python:
import random
nonunicode = "¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿĀāĂ㥹ĆćĈĉĊċČčĎďĐđĒēĔĕĖėĘęĚěĜĝĞğĠġĢģĤĥĦħĨĩĪīĬĭĮįİıIJijĴĵĶķĸĹĺĻļĽľĿŀŁłŃńŅņŇňʼnŊŋŌōŎŏŐőŒœŔŕŖŗŘřŚśŜŝŞşŠšŢţŤťŦŧŨũŪūŬŭŮůŰűŲųŴŵŶŷŸŹźŻżŽž"
def glitchtext(length):
output = ""
for x in range(length):
output += random.choice(nonunicode)
return outputinit python:
def screenshot_srf():
srf = renpy.display.draw.screenshot(None, False)
return srf
def invert():
srf = screenshot_srf()
inv = renpy.Render(srf.get_width(), srf.get_height()).canvas().get_surface()
inv.fill((255,255,255,255))
inv.blit(srf, (0,0), None, 2)
return inv
class Invert(renpy.Displayable):
def __init__(self, delay=0.0, screenshot_delay=0.0):
super(Invert, self).__init__()
self.width, self.height = renpy.get_physical_size()
self.height = self.width * 9 / 16
self.srf = invert()
self.delay = delay
_lilmonix3__
python early:
@renpy.atl_warper
def linear(t):
return t
@renpy.atl_warper
def easeout(x):
import math
return 1.0 - math.cos(x * math.pi / 2.0)
@renpy.atl_warper
def easein(x):
import math
return math.cos((1.0 - x) * math.pi / 2.0)
@renpy.atl_warper
def ease(x):
import math
return .5 - math.cos(math.pi * x) / 2.0
@renpy.atl_warper
def easeout_quad(t):
return pow(t, 2)
@renpy.atl_warper
def easein_quad(t):
return 1 - easeout_quad(1 - t)
@renpy.atl_warper
def ease_quad(t):
if t < .5:
return easeout_quad(t * 2.0) / 2.0
else:
return 1 - easeout_quad((1 - t)* 2.0) / 2.0
@renpy.atl_warper
def easeout_cubic(t):
return pow(t, 3)
@renpy.atl_warper
def easein_cubic(t):
return 1 - easeout_cubic(1 - t)
@renpy.atl_warper
def ease_cubic(t):
if t < .5:
return easeout_cubic(t * 2.0) / 2.0
else:
return 1 - easeout_cubic((1 - t)* 2.0) / 2.0
@renpy.atl_warper
def easeout_cubic(t):
return pow(t, 3)
@renpy.atl_warper
def easein_cubic(t):
return 1 - easeout_cubic(1 - t)
@renpy.atl_warper
def ease_cubic(t):
if t < .5:
return easeout_cubic(t * 2.0) / 2.0
else:
return 1 - easeout_cubic((1 - t)* 2.0) / 2.0 @renpy.atl_warper
def easeout_cubic(t):
return pow(t, 3)
@renpy.atl_warper
def easein_cubic(t):
return 1 - easeout_cubic(1 - t)
@renpy.atl_warper
def ease_cubic(t):
if t < .5:
return easeout_cubic(t * 2.0) / 2.0
else:
return 1 - easeout_cubic((1 - t)* 2.0) / 2.0
ilovepapa_22
I bet mother coo touch yo lil bih ahh
ilovepapa_22
this message may be offensive
hey nigger
_Amberlaw
I'm honored to have such a loyal fan, Tory <3