Skip to content

Instantly share code, notes, and snippets.

View ExtReMLapin's full-sized avatar
🗺️
Hic sunt dracones

ExtReMLapin

🗺️
Hic sunt dracones
  • Alphabet boys
  • Stacking up at your door
View GitHub Profile
#faire payer 40€ pour des GPX = gros chien de la casse
import json
import gpxpy
import gpxpy.gpx
# F12 + onglet network sur la page helloways et recuperer le endpoint du type https://www.helloways.com/api/tracks/5fa70d12b3963833d2cef03e
json_path = "input.json"
parsed_json = json.load(open(json_path))
@ExtReMLapin
ExtReMLapin / cayo_locker_finder.lua
Last active November 19, 2022 13:33
in gta online with stand mod menu, find players in parties
local hardcodedLocations = {MUSIC_LOCKER = 281089}
local locationsHashtable = {}
for k, v in pairs(hardcodedLocations) do locationsHashtable[v] = k end
local unsortex_bbox = {{4945.39453125, -4923.5698242188 ,100},
{4851.3471679688, -4903.8276367188 ,-100},