Skip to content

Instantly share code, notes, and snippets.

@Hellhium
Hellhium / main.lua
Created July 11, 2019 13:32
lua 01
print("test")
@Hellhium
Hellhium / .vimrc
Created July 9, 2019 13:37
vimrc wip
set nobackup
set nowb
set swf
set noerrorbells
" set mouse=a "
set ttymouse=xterm2
set so=999
set clipboard=unnamedplus
set wildmenu
  • sudo nano /home/dut/nodejeu/start.sh
  • Mettre le contenu:
#!/bin/bash
cd /home/dut/nodejeu
node index.js
  • Le rendre executable chmod +x start.sh

Keybase proof

I hereby claim:

  • I am hellhium on github.
  • I am leethium (https://keybase.io/leethium) on keybase.
  • I have a public key ASAjDJYGwmxGRbDDtdKo6QoqLxsb4o_JjwLvuxcJCkghdwo

To claim this, I am signing this object:

using Oxide.Core;
using System.Collections.Generic;
namespace Oxide.Plugins
{
[Info("Tear Up BluePrints", "DaBludger", 1.91, ResourceId = 1300)]
[Description("This will allow players to 'Tear up' Blueprints for BP Fragments")]
public class TearUpBP : RustPlugin
{
private static Dictionary<int, ItemDefinition> ALLITEMS = ItemManager.itemDictionary;