Skip to content

Instantly share code, notes, and snippets.

View alufers's full-sized avatar
🥚
eggtastic

Albert Koczy alufers

🥚
eggtastic
View GitHub Profile
@alufers
alufers / closure.js
Created April 6, 2017 18:09
Closure
(function () {
//Twoj kod
})();
Email Hasło
[email protected] benedykt.jankowski
[email protected] natan.konieczny
@alufers
alufers / Skrypt.vbs
Created September 21, 2016 18:20
Skrypt do bindów
Set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys(chr(&hXX))
Set WshShell = Nothing

Matrices

This Gist was automatically created by Carbide, a f

@alufers
alufers / TABS
Created July 21, 2016 17:22
TABS
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<link href="http://s432590938.domenaklienta.pl//typuj_za_3/tabs.css" rel="stylesheet" type="text/css">
<div class="tabs" data-error="TUTAJ WSTAWIĆ WIADOMOŚĆ BŁĘDU" data-loading="TUTAJ WSTAWIĆ WIADOMOŚĆ WCZYTYWANIA">
<ul>
<!-- krok 2: uzupełnić linki -->
<li><a href="/sess/tvplayer.php?copy_id=0&amp;object_id=26151559&amp;autoplay=true">TVPSport</a></li>
<li><a href="/sess/tvplayer.php?copy_id=0&amp;object_id=26151559&amp;autoplay=true">TVPSport2</a></li>
<!-- i tak dalej... -->
</ul>
$('.pole1').val("wartosc");
setTimeout(function() {
$('.pole2').val("wartosc");
setTimeout(function() {
$('.pole2').val("wartosc");
setTImeout(function() {
$('.przycisk').click();
//LUB
$('.formularz').submit();
}, 1000):
// ==UserScript==
// @name New Userscript
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match http://szamus3.my3gb.com/
// @grant none
// @require http://code.jquery.com/jquery-latest.js
// ==/UserScript==
@alufers
alufers / gist:0774a996cf8ce0231eed
Last active August 29, 2015 14:17
Hero zero bot quests
var missionStats = [];
var imission = 1;
var lastMissionRaw = null;
function Cq(a) {
var b = {},
c = "";
if (a.vb.uz) {
a.vb.Dm() ? c = p.text("screen/quest/button_fight_quest_tooltip") : a.vb.Nj() && (c = p.text("screen/quest/button_time_quest_tooltip"));
var d = a.vb,
b = d.qa(),
@alufers
alufers / gist:1ba076e2de2185fe3010
Last active January 10, 2024 06:06
Hero zero bot
function doTrenning(id) {
$('.btnClose').click()
$('#menu-training').click();
$('#trainingStatButton-' + id).click();
$('#btnTrainStart').click();
setTimeout(function () {
$('.btnClose').click();
}, 5 * 60 * 1000 + 20000)
setTimeout(function () {