Skip to content

Instantly share code, notes, and snippets.

View virtyvoid's full-sized avatar
🤔
hmm

Alexander virtyvoid

🤔
hmm
  • 18:42 (UTC +03:00)
View GitHub Profile
using System.Reflection;
using Oxide.Core.Plugins;
using Oxide.Game.Rust;
using ProtoBuf;
using UnityEngine;
namespace Oxide.Plugins
{
[Info("AutoCupboard", "DefaultPlayer", "1.1")]
public class AutoCupboard : RustPlugin
@virtyvoid
virtyvoid / CopyPaste.cs
Created December 4, 2015 21:25
Locks fix; Pool fix.
using System.Collections.Generic;
using System;
using System.Reflection;
using UnityEngine;
using Oxide.Core;
using Facepunch;
namespace Oxide.Plugins
{
[Info("Copy Paste", "Reneb & VVoid & Alex", "2.2.15")]
// Reference: Oxide.Ext.RustUI
using System.IO;
using RustUI;
using RustUI.UIComponents;
using UnityEngine;
using UnityEngine.UI;
namespace Oxide.Plugins
{
[Info("UITest", "DefaultPlayer", "1.0")]
@virtyvoid
virtyvoid / CopyPaste.cs
Last active August 29, 2015 14:17
ANE fix
using System.Collections.Generic;
using System;
using System.Reflection;
using UnityEngine;
using Oxide.Core;
namespace Oxide.Plugins
{
[Info("Copy Paste", "Reneb & VVoid", "2.2.5")]
class CopyPaste : RustPlugin