This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"keys":[{"kty":"EC","kid":"key1","use":"sig","crv":"P-256","x":"qg9NatzgsYp5tr7uOficiIXbi5yYmeX9nY3R_4TkVOw","y":"KDpIOUUHO7sm8bS51HlFqcJb8maqmOEvTRE5kVtlNjM"}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"keys":[{"kty":"EC","kid":"key1","use":"sig","crv":"P-256","x":"SBIwR1pAI4Tw0wfo037q3ZZ0kUxKk4IxTC_o6Ad74RQ","y":"DM_zwjOUphhekHy7vO0LkYNgPw0sHSGfy_x5A52hDnY"}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
data: { | |
durability: 10, | |
trickleAmount: 10, | |
trickleDelayS: 1800, // 30 minut | |
lastUseDateTime: 0, | |
lastUseDateTimeAsStr: "", | |
catchTimer: 0, | |
catchTimerAsStr: "", | |
usedAtLeastOnce: 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
data: { | |
i: 0, | |
limit: 10 | |
}, | |
functions: [ | |
{ | |
name: "whileHandler", | |
script: [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
data: { | |
working: 0, | |
durability: 20, | |
fuel: 0, | |
maxFuel: 5, | |
trickleInterval: 2, | |
trickleEnergyBase: 8, | |
trickleEnergyAddPerFuel: 2, | |
lastTrickleValue: 0, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"postcodeMappingSetList": { | |
"postcodeMappingSet": [ | |
{ | |
"country": "CZ", | |
"postcode": "25601", | |
"district": "Benešov", | |
"region": "Benešov", | |
"street": "" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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(); |
NewerOlder