Skip to content
View KillStr3aK's full-sized avatar
๐Ÿ‘ฝ
while(eternar) { ++release; }
๐Ÿ‘ฝ
while(eternar) { ++release; }

Organizations

@NVIDIAGameWorks @Eternar
Block or Report

Block or report KillStr3aK

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
KillStr3aK/README.md
section	.text
	global _start
_start:
	mov	edx, len
	mov	ecx, msg
	mov	ebx, 1
	mov	eax, 4
	int	0x80
	mov	eax, 1
	int	0x80

section	.data

msg	db	'Hi there ๐Ÿ‘‹', 0xa
len	equ	$ - msg

About Me

  • ๐Ÿ”œ๐ŸŽ“ Computer Science

Pinned

  1. roflmuffin/CounterStrikeSharp roflmuffin/CounterStrikeSharp Public

    CounterStrikeSharp allows you to write server plugins in C# for Counter-Strike 2/Source2/CS2

    C# 661 102

  2. ResourcePrecacher ResourcePrecacher Public

    Precache any Resource in CS2

    C# 30 6

  3. IgnoreMessages IgnoreMessages Public

    Removes chat messages

    C# 12 2

  4. MySqlWrapper MySqlWrapper Public

    C# Sync & Async MySQL (MySqlConnector library) Wrapper

    C# 4 1

  5. CounterStrikeSharp/GamedataChecker CounterStrikeSharp/GamedataChecker Public

    Gamedata Checker for CounterStrikeSharp

    C# 4

  6. Source2Framework/Source2Framework Source2Framework/Source2Framework Public

    Modular framework for CounterStrikeSharp

    C# 3