Skip to content

Instantly share code, notes, and snippets.

View LoggeL's full-sized avatar
🦆
Just pressing buttons

Logge LoggeL

🦆
Just pressing buttons
View GitHub Profile
@LoggeL
LoggeL / spells.json
Created January 7, 2020 19:44
LoL Spell DB
[
[
[
"charname",
"AllChampions"
],
[
"spell_name",
"SummonerSnowball"
],
@LoggeL
LoggeL / index.js
Last active October 28, 2021 14:41
PrimitiveJS Automation
const puppeteer = require('puppeteer')
const fs = require('fs');
// Hardcoded for 200 shapes
(async () => {
const browser = await puppeteer.launch({ headless: true })
const page = await browser.newPage()
await page.goto('https://ondras.github.io/primitive.js/', { waitUntil: 'networkidle0' })
const files = fs.readdirSync('img') // Input Folder
for (let i = 0; i < files.length; i++) {
@LoggeL
LoggeL / Project Clown Fiesta - Stage 2.lua
Created February 20, 2019 15:03
3 Year old meme project
if 1466280000 < os.time() then _ = false if FileExist(SPRITE_PATH.."/ClownFiesta.png") then ___ = CreateSpriteFromFile("//ClownFiesta.png",1) _ = true else DownloadFileAsync("https://raw.githubusercontent.com/ProjectClownFiesta/ClownFiesta/master/sprite_name.png",SPRITE_PATH.."//ClownFiesta.png", function() DelayAction(function() ___ = CreateSpriteFromFile("//ClownFiesta.png",1) end,1) end) DownloadFileAsync("https://github.com/ProjectClownFiesta/ClownFiesta/raw/master/sound_name.wav",SPRITE_PATH.."//ClownFiesta.wav", function() _=true end) end OnDraw(function() if ___ then __ = Vector(0,0,200) __=__:rotated(0,os.clock()%(2*math.pi),0) DrawSprite(___,GetResolution().x/2-__.x-265,GetResolution().y/2-300-__.z,0,0,0,0,GoS.White) end if _ then PlaySound(SPRITE_PATH .. "ClownFiesta.wav") _=false end end) end
@LoggeL
LoggeL / _G GoS External Dump.lua
Last active May 8, 2018 21:15
_G Gaming on Steroids External Dump
BUTTON - 3
COMMON_PATH - C:\Users\UserName\AppData\Roaming\GamingOnSteroids\LOLEXT\Scripts\Common\
CRYSTAL_SCAR - 8
CalcMagicalDamage - function: 0F0CC7C8
CalcPhysicalDamage - function: 0F0CC708
Callback - table: 1030EBD0
| Add - function: 06BEACF0
| Del - function: 06BEAEE8
Control - table: 1030E9C8
| Attack - function: 06BE6768