Skip to content

Instantly share code, notes, and snippets.

View Wqrld's full-sized avatar
🌍
Discord: Wqrld#7373

Wqrld Wqrld

🌍
Discord: Wqrld#7373
View GitHub Profile

Keybase proof

I hereby claim:

  • I am wqrld on github.
  • I am wqrld (https://keybase.io/wqrld) on keybase.
  • I have a public key whose fingerprint is 7415 074F FB8C BD71 1386 4B1F D942 26DB 5A88 DB07

To claim this, I am signing this object:

loop, 9999999999
{
MouseClick, Left
sleep 30010
}
!^x::
pause
@Wqrld
Wqrld / bot
Created November 27, 2018 16:40
from telethon import TelegramClient, events, sync
import time
api_id = 123456
api_hash = ''
client = TelegramClient('session_name', api_id, api_hash)
client.start()
print(client.get_me().stringify())
while(True):
client.send_message('BTC_Faucet_freebot', '💦 Faucet')
time.sleep(35)
0|cactus | { Error: unexpected end of file
0|cactus | at Inflate.zlibOnError (zlib.js:153:15) errno: -5, code: 'Z_BUF_ERROR' }
0|cactus | problem inflating chunk
0|cactus | uncompressed length 1776
0|cactus | compressed length 1790
0|cactus | hex f00d789c00f0060ff92e02663b51f5d833204657965ef50f133b6ee639ecbd468f3c6d4ede8bc714002af78eb08801ab8b68ba8eef4f77a3951a2dfd6f8c4d46fa253524d77d46ce8a6b1bbd021d848acc0260f13586068948e396a82e42c716c4e88801af67eaa04f94400aa5fd6cefebc9540a5b5782c836d0224c4abdef976b7b2a8f35bd0181b69d29aa15434aa560b47427b0bb4f68f0a69782554448c7b3e0f8c23ca9ccb06847ba454a499942f4a2692f4114ceb3c7e6023b93fe1bc4f545f8ba40e37c4a52b352b201414954dd51bb482b987839d6925325f12844b3c6bcd2394ac6bffa3dd01f0df40bd601f37a9d52071f41eaab75901cbe4506983e41a74409766b46f38be189c42fcdf3f5a402fa7c7888f9834d868e7d31eb0a01beb8591b7d02f861fe471da877a683ca02ded065d51a806909d54711bca7d5fc17407b2e599a120784128f4a9f8613c5164eaaa52c4a0f0985b4379244409acee52fa8c2f0325645417b55511742d09dd6672227c040a262951d96a949fa4
@Wqrld
Wqrld / npm
Created February 29, 2020 10:31
root@Node1:/srv/heyferox# npm install snowboy --save
npm WARN deprecated request@2.81.0: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated hawk@3.1.3: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
npm WARN deprecated cryptiles@2.0.5: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm WARN deprecated sntp@1.0.9: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
npm WARN deprecated boom@2.10.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Pleas
@Wqrld
Wqrld / mouse leave screen above Y
Created May 25, 2020 13:08
mouse leave screen above Y
document.addEventListener("mouseout", function(e) {
let t = e.relatedTarget || e.toElement;
if (!t || t.nodeName == "HTML") {
if (e.clientY < 0) {
console.log(e.clientY, " ", window.innerHeight)
console.log("left window");
}
}
@Wqrld
Wqrld / nginxforcedownload.conf
Created July 31, 2020 14:54
nginx force download a file instead of displaying
#set the following headers
set $fname $1;
add_header Content-Disposition 'attachment; filename="$fname"';
@Wqrld
Wqrld / emdee fivem for life.js
Created August 6, 2020 09:01
install the following userscript in tampermonkey
//install the following userscript in tampermonkey
// ==UserScript==
// @name New Userscript
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match http://*/*
@Wqrld
Wqrld / ebtables.sh
Created August 8, 2020 20:35
drop neighbour solicitations with ebtables on virtualizor
ebtables -A FORWARD --protocol ipv6 --ip6-protocol 58 --ip6-icmp-type neighbour-solicitation -j DROP
@Wqrld
Wqrld / java.txt
Created August 15, 2020 20:35
Do you have more than 2GB ram available but you get this error? Make sure to update java to 64 bit, if needed use the offline installer.
Do you have more than 2GB ram available but you get this error? Make sure to update java to 64 bit, if needed use the offline installer.
C:\Users\Administrator\Desktop\Minecraft server>java -Xms128M -Xmx2G -jar bukkit.jar nogui
Error occurred during initialization of VM
Could not reserve enough space for 2097152KB object heap