Skip to content

Instantly share code, notes, and snippets.

@ffredyk
ffredyk / gist:3e334cdca99dc11ba893327d547f47bc
Created March 14, 2024 00:07
JS sideloaded to steal Steam credentials (OpenID session)
This file has been truncated, but you can view the full file.
(function(e6c54dd72c, e6c52a19cb) {
var e6c5546e21 = {
e6c56234ad: 0x12be,
e6c51ce838: 0x1017,
e6c5384b43: 0xf37,
e6c54950a6: 0x3c7,
e6c53503f5: 0xcaf,
e6c556365b: 0x3e0,
e6c52a809f: 0x202,
e6c532c377: 0x458,
@ffredyk
ffredyk / enfusion_prefab.md
Last active May 19, 2022 22:06
How to create custom Prefab in Enfusion Workbench

Custom Prefab from script

Based on GameMode script

Requirementes:

  • gamemode.c script has to be located in correct directory structure
    • <mod_name>/scripts/Game/GameMode/FF_GameModeCoop.c
  • Script has to have a correct header
@ffredyk
ffredyk / PiCalc.cs
Last active March 26, 2022 11:42
Pi Calculation
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Numerics;
using System.Diagnostics;
using System.IO;
using System.Threading.Tasks;
using System.Threading;