Skip to content

Instantly share code, notes, and snippets.

View moritzuehling's full-sized avatar

Moritz moritzuehling

  • 11:34 (UTC +02:00)
View GitHub Profile
using RedditSharp;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
namespace EarthPaper

#this file is markdown

using System;
using System.Runtime.CompilerServices;
namespace LeckerBrot
{
public class RowCalulator
{
public void Calc() {
for (int i = 0; i < 100000000; i++) {
double zr = 0, zi = 0;
@moritzuehling
moritzuehling / gameevents.md
Last active February 16, 2016 22:06
TODO - GameEvents

The events are ordered by when they first occur in the demo.

  • player_footstep
  • weapon_fire
  • hltv_chase
  • player_jump
  • weapon_reload
  • hltv_status
  • weapon_zoom
  • player_death
This file has been truncated, but you can view the full file.
moritz@mnbtux:~/git/demoinfogo-linux$ ./demoinfogo /home/moritz/Desktop/notworkingmore.dem -gameevents -nofootsteps -extrainfo > test.log
decoy_detonate
{
userid: paszaBiceps (id:296)
position: 90.625000, 796.750000, 155.500000
facing: pitch:11.601562, yaw:217.968750
team: T
entityid: 96
x: -427.748840
y: 627.184082
using System;
using System.Globalization;
namespace YearCalc
{
class Program
{
static void Main(string[] args)
{
Console.Write("Input date (e.g. \"31.05\"): ");
@moritzuehling
moritzuehling / BulletTime.cfg
Created September 15, 2014 00:26
This is a bullet-time script for CS:GO Servers.
rcon sv_cheats 1;
rcon weapon_accuracy_nospread 1;
rcon sv_gravity 400;
rcon sv_accelerate 1000000;
rcon sv_airaccelerate 10000000;
rcon alias +bullet "+bullet1";
rcon alias -bullet "-bullet1";