Comments
Ant 16 Mar @ 7:17am 
this looks like a job for
Ant 14 Mar, 2023 @ 11:03pm 
syrian mario wahoo
Ant 22 Dec, 2022 @ 4:31pm 
syrian mario
chainmace443 22 Dec, 2022 @ 3:10pm 
Hi Ryan
Doomoo 19 Jul, 2022 @ 7:39pm 
make a Clout-like do it do it do it do it do it
Ant 6 Jul, 2022 @ 10:00pm 
I need uhhhhhhh $45,986.76 to pay off my gambling debt from Chuck E Cheese's new online ski ball game. I did not ask my parent's permission to pay and now the rat wants blood. Please send army.
Ant 13 Jan, 2022 @ 12:21pm 
I am George Bush.
Ant 16 Dec, 2021 @ 8:42am 
Christmas cheer turns into holiday chaos when Scott Calvin (Tim Allen), aka Santa, invites his in-laws (Ann-Margret, Alan Arkin) for a visit and must, simultaneously, contend with Jack Frost's (Martin Short) scheme to take over the North Pole. Scott, his family and Head Elf Curtis must join forces to foil the nefarious plot.
Ant 23 Nov, 2021 @ 5:19am 
ring ring

go ahead- answer it

ring ring
Doomoo 6 Nov, 2021 @ 8:53pm 
i'm living in your walls
Doomoo 16 Oct, 2021 @ 2:49pm 
why do they call it aerospace if there is no air in space? What are they trying to hide?
Ant 30 Sep, 2021 @ 12:52pm 
BEEF WOMAN.
Ant 6 Mar, 2021 @ 9:19pm 
mothman gaming
Ant 6 Mar, 2021 @ 9:19pm 
mothman gaming
Ant 6 Mar, 2021 @ 9:19pm 
mothman gaming
Ant 6 Mar, 2021 @ 9:18pm 
mothman gaming
Ant 6 Mar, 2021 @ 9:18pm 
mothman gaming
Ant 4 Mar, 2021 @ 3:46pm 
shimp gaming
Ant 4 Mar, 2021 @ 3:46pm 
shimp
Ant 4 Mar, 2021 @ 3:30pm 
349378592384756923847563294857623945783240958736498376459837459348753945876349857634598736459873465982374563984756324985736598764359873246598237465932874562394857632948576349587346593284756394875623498576349587346593874563498576349587364598374563294857623945876325983745629387562349857634958765392847563498576349857693847569348756938475693487563987649857362985764983752649587645
anderdingus67 26 Feb, 2021 @ 5:11am 
monke
Ant 14 Feb, 2021 @ 9:05pm 
brother please have me euthanized
Ant 14 Feb, 2021 @ 9:03pm 
please have me euthanized
Khaeus 3 Jan, 2021 @ 3:00pm 
I came here to say something clever... It didn't occur, though.
li3aty 11 Dec, 2020 @ 6:46pm 
bigger no life =.=
Ant 9 Nov, 2020 @ 5:53pm 
Robble robble, okay now let me see Rudy
Ant 22 Jul, 2020 @ 7:17pm 
⊂_ヽ
  \\ _
   \( •_•) F
    < ⌒ヽ A
   /   へ\ B
   /  / \\ U
   レ ノ   ヽ_つ L
  / / O
  / /| U
 ( (ヽ S
 | |、\
 | 丿 \ ⌒)
 | |  ) /
`ノ )  Lノ
(_/
Ant 21 May, 2020 @ 9:39am 
anim.SetBool("isGrounded", controller.isGrounded);
anim.SetFloat("Speed", (Mathf.Abs(Input.GetAxis("Vertical")) + Mathf.Abs(Input.GetAxis("Horizontal"))));

if (Input.GetButtonDown("Fire1"))
{
Attacking();
}
}

void Attacking()
{
StartCoroutine(AttackRoutine());
}

IEnumerator AttackRoutine()
{
anim.SetBool("isAttacking", true);
yield return new WaitForSeconds(2);
anim.SetBool("isAttacking", false);
}

public void KnockBack(Vector3 direction)
{
knockBackCounter = knockBackTime;

direction = new Vector3(1f, 1f, 1f);

moveDirection = direction * knockBackForce;
}
}
Ant 21 May, 2020 @ 9:38am 
else
{
knockBackCounter -= Time.deltaTime;
}

moveDirection.y = moveDirection.y + (Physics.gravity.y * gravityScale * Time.deltaTime);
controller.Move(moveDirection * Time.deltaTime);

if (Input.GetAxis("Horizontal") != 0 || Input.GetAxis("Vertical") != 0)
{
transform.rotation = Quaternion.Euler(0f, pivot.rotation.eulerAngles.y, 0f);
Quaternion newRotation = Quaternion.LookRotation(new Vector3(moveDirection.x, 0f, moveDirection.z));
playerModel.transform.rotation = Quaternion.Slerp(playerModel.transform.rotation, newRotation, rotateSpeed * Time.deltaTime);
}

Ant 21 May, 2020 @ 9:38am 
void Update()
{
if (knockBackCounter <= 0)
{
//moveDirection = new Vector3(Input.GetAxis("Horizontal") * moveSpeed, moveDirection.y, Input.GetAxis("Vertical") * moveSpeed);
float yStore = moveDirection.y;
moveDirection = (transform.forward * Input.GetAxis("Vertical")) + (transform.right * Input.GetAxis("Horizontal"));
moveDirection = moveDirection.normalized * moveSpeed;
moveDirection.y = yStore;

if (controller.isGrounded)
{
moveDirection.y = 0f;
if (Input.GetButtonDown("Jump"))
{
moveDirection.y = jumpForce;
}
}
}
Ant 21 May, 2020 @ 9:37am 
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class PlayerController : MonoBehaviour
{
public float moveSpeed = 5f;
//public Rigidbody rb;
public float jumpForce = 5f;
public CharacterController controller;
public float gravityScale = 1f;

private Vector3 moveDirection;

public Animator anim;
public Transform pivot;
public float rotateSpeed;

public GameObject playerModel;

public float knockBackForce;
public float knockBackTime;
private float knockBackCounter;

void Start()
{
controller = GetComponent<CharacterController>();
}


Lead_Paint 7 May, 2020 @ 10:44pm 
hey, sorry I saw your profile and I just thought you looked cute in your picture, I really wanted to tell you that)) It's really rare to see girls playing video games haha! I don't know why its a guy thing honestly im like really against misogyny and like ill be the one in the kitchen making sandwiches. We should really play l4d2 sometime its a really cool zombie game with a lot of scary moments, but don't worry ill be there to protect you ;) sorry that wasnt flirting I swear Im just trying to be friendly I really like your profile picture sorry was that too far? Really sorry i'm really shy I don't go out much haha add me on skype we should talk more you look really nice and fun xxx
Lead_Paint 7 May, 2020 @ 10:44pm 
hey, sorry I saw your profile and I just thought you looked cute in your picture, I really wanted to tell you that)) It's really rare to see girls playing video games haha! I don't know why its a guy thing honestly im like really against misogyny and like ill be the one in the kitchen making sandwiches. We should really play l4d2 sometime its a really cool zombie game with a lot of scary moments, but don't worry ill be there to protect you ;) sorry that wasnt flirting I swear Im just trying to be friendly I really like your profile picture sorry was that too far? Really sorry i'm really shy I don't go out much haha add me on skype we should talk more you look really nice and fun xxx
Ant 7 May, 2020 @ 10:37pm 
:csgogun::special:
Ant 7 May, 2020 @ 10:37pm 
:csgogun::special:
Ant 7 May, 2020 @ 10:37pm 
:csgogun::special:
Ant 7 May, 2020 @ 10:37pm 
:csgogun::special:
Ant 7 May, 2020 @ 10:36pm 
:csgogun::special:
Ant 7 May, 2020 @ 10:36pm 
:csgogun::special:
Lead_Paint 7 May, 2020 @ 10:36pm 
hey, sorry I saw your profile and I just thought you looked cute in your picture, I really wanted to tell you that)) It's really rare to see girls playing video games haha! I don't know why its a guy thing honestly im like really against misogyny and like ill be the one in the kitchen making sandwiches. We should really play l4d2 sometime its a really cool zombie game with a lot of scary moments, but don't worry ill be there to protect you ;) sorry that wasnt flirting I swear Im just trying to be friendly I really like your profile picture sorry was that too far? Really sorry i'm really shy I don't go out much haha add me on skype we should talk more you look really nice and fun xxx
Lead_Paint 7 May, 2020 @ 10:36pm 
hey, sorry I saw your profile and I just thought you looked cute in your picture, I really wanted to tell you that)) It's really rare to see girls playing video games haha! I don't know why its a guy thing honestly im like really against misogyny and like ill be the one in the kitchen making sandwiches. We should really play l4d2 sometime its a really cool zombie game with a lot of scary moments, but don't worry ill be there to protect you ;) sorry that wasnt flirting I swear Im just trying to be friendly I really like your profile picture sorry was that too far? Really sorry i'm really shy I don't go out much haha add me on skype we should talk more you look really nice and fun xxx
Lead_Paint 7 May, 2020 @ 10:36pm 
hey, sorry I saw your profile and I just thought you looked cute in your picture, I really wanted to tell you that)) It's really rare to see girls playing video games haha! I don't know why its a guy thing honestly im like really against misogyny and like ill be the one in the kitchen making sandwiches. We should really play l4d2 sometime its a really cool zombie game with a lot of scary moments, but don't worry ill be there to protect you ;) sorry that wasnt flirting I swear Im just trying to be friendly I really like your profile picture sorry was that too far? Really sorry i'm really shy I don't go out much haha add me on skype we should talk more you look really nice and fun xxx
Lead_Paint 7 May, 2020 @ 10:36pm 
hey, sorry I saw your profile and I just thought you looked cute in your picture, I really wanted to tell you that)) It's really rare to see girls playing video games haha! I don't know why its a guy thing honestly im like really against misogyny and like ill be the one in the kitchen making sandwiches. We should really play l4d2 sometime its a really cool zombie game with a lot of scary moments, but don't worry ill be there to protect you ;) sorry that wasnt flirting I swear Im just trying to be friendly I really like your profile picture sorry was that too far? Really sorry i'm really shy I don't go out much haha add me on skype we should talk more you look really nice and fun xxx
Lead_Paint 7 May, 2020 @ 10:36pm 
hey, sorry I saw your profile and I just thought you looked cute in your picture, I really wanted to tell you that)) It's really rare to see girls playing video games haha! I don't know why its a guy thing honestly im like really against misogyny and like ill be the one in the kitchen making sandwiches. We should really play l4d2 sometime its a really cool zombie game with a lot of scary moments, but don't worry ill be there to protect you ;) sorry that wasnt flirting I swear Im just trying to be friendly I really like your profile picture sorry was that too far? Really sorry i'm really shy I don't go out much haha add me on skype we should talk more you look really nice and fun xxx
Lead_Paint 7 May, 2020 @ 10:36pm 
hey, sorry I saw your profile and I just thought you looked cute in your picture, I really wanted to tell you that)) It's really rare to see girls playing video games haha! I don't know why its a guy thing honestly im like really against misogyny and like ill be the one in the kitchen making sandwiches. We should really play l4d2 sometime its a really cool zombie game with a lot of scary moments, but don't worry ill be there to protect you ;) sorry that wasnt flirting I swear Im just trying to be friendly I really like your profile picture sorry was that too far? Really sorry i'm really shy I don't go out much haha add me on skype we should talk more you look really nice and fun xxx
Lead_Paint 6 Apr, 2020 @ 6:52am 
THIS MAN IS A COMMUNIST. I AM CONTACTING HOOVER RIGHT. NOW. IF YOU DO NOT CEASE YOUR SUPPORT FOR THE ANARCHIST IDEA OF "WOMEN"S RIGHTS" I WILL HAVE YOU IMPRISONED. THIS MESSAGE BROUGHT TO YOU BY ALEXANDER MITCHELL PALMER.
Felinity 4 Mar, 2020 @ 5:30pm 
Hey hope all is well, just been super busy with life dw, also got a working real life computer that lets me play real video games, so lmk when you're around c:
Lead_Paint 23 Feb, 2020 @ 1:00pm 
PEW PEW STAR WARS BAYYBEEEEEE
Lead_Paint 6 Feb, 2020 @ 5:49pm 
♥♥♥ ♥♥♥ ♥♥♥ ♥♥♥ ♥♥♥ ♥♥♥ ♥♥♥ ♥♥♥ ♥♥♥ :special: :special: :special: :special: :special: :special: :special: :special: :special: :special: :special: :special: :special: :special: :special: :special: :special: