Skip to content

Instantly share code, notes, and snippets.

View lofcz's full-sized avatar
Working on WattleScript

Matěj Štágl lofcz

Working on WattleScript
View GitHub Profile
{"keys":[{"kty":"EC","kid":"key1","use":"sig","crv":"P-256","x":"qg9NatzgsYp5tr7uOficiIXbi5yYmeX9nY3R_4TkVOw","y":"KDpIOUUHO7sm8bS51HlFqcJb8maqmOEvTRE5kVtlNjM"}]}
{"keys":[{"kty":"EC","kid":"key1","use":"sig","crv":"P-256","x":"SBIwR1pAI4Tw0wfo037q3ZZ0kUxKk4IxTC_o6Ad74RQ","y":"DM_zwjOUphhekHy7vO0LkYNgPw0sHSGfy_x5A52hDnY"}]}
{
data: {
durability: 10,
trickleAmount: 10,
trickleDelayS: 1800, // 30 minut
lastUseDateTime: 0,
lastUseDateTimeAsStr: "",
catchTimer: 0,
catchTimerAsStr: "",
usedAtLeastOnce: 0
{
data: {
i: 0,
limit: 10
},
functions: [
{
name: "whileHandler",
script: [
{
{
data: {
working: 0,
durability: 20,
fuel: 0,
maxFuel: 5,
trickleInterval: 2,
trickleEnergyBase: 8,
trickleEnergyAddPerFuel: 2,
lastTrickleValue: 0,
@lofcz
lofcz / dt.cpp
Created August 23, 2020 17:10
DT for Osiris by notgoodusename
Tickbase.cpp //must be created on hacks same for Tickbase.h
#include "Backtrack.h"
#include "Tickbase.h"
#include "../SDK/Entity.h"
#include "../SDK/UserCmd.h"
bool canShift(int ticks, bool shiftAnyways = false)
{
if (!localPlayer || !localPlayer->isAlive() || !config->ragebotExtra.enabled || ticks <= 0)
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Security.Cryptography;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApp4
{
This file has been truncated, but you can view the full file.
{
"postcodeMappingSetList": {
"postcodeMappingSet": [
{
"country": "CZ",
"postcode": "25601",
"district": "Benešov",
"region": "Benešov",
"street": ""
},
@lofcz
lofcz / Prohibited shit mate
Created June 5, 2019 19:14
shit gone real motherfucker
// Komentáře začínají dvěma lomítkama
// každý výraz na samostatný řádek
// proudly ukradeno z googlu, přidat české nadávky, popř. rozšířit
4r5e
5h1t
5hit
a55
anal
anus
ar5e
@lofcz
lofcz / Youtube sub remover
Created December 16, 2018 21:33
Fuck youtube subscriptions once for all
// Navigate to https://www.youtube.com/subscription_manager/
// then execute
(function(){
var btns = document.getElementsByTagName('button');
for (var i = 0; i < btns.length; i++) {
if (btns[i].dataset.isSubscribed == "True") {
if (!!btns[i].dataset.showUnsubConfirmDialog) {
delete btns[i].dataset.showUnsubConfirmDialog;
}
btns[i].click();