I hereby claim:
- I am luatenshi on github.
- I am noize (https://keybase.io/noize) on keybase.
- I have a public key ASBIgUh31VCQlcBSrUyNWcx_NFmQpQyJznM3kPWKhDyoEwo
To claim this, I am signing this object:
| -- For people who don't like writing to %appdata% allot. | |
| Start by installing XAMPP and downloading Composer. | |
| Install XAMPP and make sure you install the PHP plugin. | |
| Install Composer, select the php.exe found in C:\xampp. | |
| Make a new folder under your XAMPP directory, call it Composer. | |
| Go to that folder. | |
| Open a CMD inside that folder and enter `composer require "laravel/installer"`. |
| ----------------------------------------------------------------------------------------------- | |
| -- Client Lua Script for Killroy | |
| -- Open Source Licensing granted by Benjamin A. Slack, feel free to use, change or extend. | |
| ----------------------------------------------------------------------------------------------- | |
| require "Apollo" | |
| require "Window" | |
| require "Unit" | |
| require "Spell" | |
| require "GameLib" |
| {"default":{"categories":{"settlerResources":{"module":"Path","maxLines":1,"disabled":true,"iconWidth":36,"lineColor":"ffc759ff","title":"Settler Resources","iconHeight":36,"icon":"PerspectiveSprites:Path-Settler","fontColor":"ffc759ff"},"explorer":{"module":"Path","maxLines":1,"disabled":true,"iconWidth":36,"lineColor":"ffc759ff","title":"Explorer","iconHeight":36,"icon":"PerspectiveSprites:Path-Explorer","fontColor":"ffc759ff"},"friend":{"module":"Player","disabled":true,"iconWidth":36,"lineColor":"ff00ff00","title":"Friend (Character)","iconHeight":36,"showLines":false,"icon":"IconSprites:Icon_Windows_UI_CRB_Friend","fontColor":"ff00ff00"},"mtWater":{"module":"Adventure - Malgrave Trail","title":"Water","disabled":true,"iconWidth":36,"showLines":false,"iconColor":"ffe759d3","icon":"PerspectiveSprites:Malgrave-Water","iconHeight":36},"questLoot":{"module":"Quest","disabled":true,"iconWidth":36,"title":"Quest Loot","showLines":false,"icon":"PerspectiveSprites:Quest-Loot","iconHeight":36},"questObjective":{"m |
| //META{"name":"spoilerAlert"}*// | |
| /*@cc_on | |
| @if (@_jscript) | |
| // _jscrupt stolen (not really) from noodlebox#0155! | |
| // Offer to self-install for clueless users that try to run this directly. | |
| var shell = WScript.CreateObject("WScript.Shell"); | |
| var fs = new ActiveXObject("Scripting.FileSystemObject"); | |
| var pathPlugins = shell.ExpandEnvironmentStrings("%APPDATA%\\BetterDiscord\\plugins"); | |
| var pathSelf = WScript.ScriptFullName; |
| var output = {}; | |
| output["blocks"] = {[0]: {},[1]: {}}; | |
| output["blocks"][0]["items"] = new Array(); | |
| output["blocks"][1]["items"] = new Array(); | |
| var date = new Date(); | |
| date = date.toLocaleDateString(); | |
| function builditemfile(datadragon){ | |
| var mydata = {}; |
| local ents = ents | |
| local player = player | |
| local hook = hook | |
| local _G = _G | |
| local vec = { | |
| Vector(3395.537598,1590.232178,166.751633), -- Coordinate Mins | |
| Vector(2890.368164,769.798523,-194.843491) -- Coordinate Maxs | |
| } |
| local cmds = {} | |
| if ulx and ulx.cmdsByCategory and not aowl then | |
| aowl = {} | |
| function aowl.cmdExsits(cmd) | |
| local t = ulx.cmdsByCategory['Luadev Commands'] or {} | |
| if t and #t >= 1 then | |
| for i=1,#t do | |
| if t[i].cmd == cmd then return true end |
| -- TODO: Nocollided props still trigger even with MASK_PLAYERSOLID! | |
| --------------------------------------------------------------- | |
| local ply = nil | |
| -- WeHateGarbage | |
| local t = {start=nil,endpos=nil,mask=MASK_PLAYERSOLID,filter=nil} | |
| local function PlayerNotStuck() | |
| t.start = ply:GetPos() | |
| t.endpos = t.start |
I hereby claim:
To claim this, I am signing this object:
| -- Created by LuaTenshi @ https://github.com/LuaTenshi | |
| -- Pro Tip: Requires http://steamcommunity.com/sharedfiles/filedetails/?id=394091909 | |
| local Menu = {} | |
| local function contextgen(title, tab) | |
| -- Created by LuaTenshi @ https://github.com/LuaTenshi | |
| if Menu and IsValid(Menu) then Menu:Remove() end | |
| local Menu = vgui.Create( "DMenu" ) | |