返回首頁 
发表于:2018-02-05
编辑于:2018-02-15

"slog"

"slog"

发表于:2018-02-05
编辑于:2018-03-13

I trying to write script like this but in not work

发表于:2018-02-05

Weird, for me it only shows an image and not even an iframe.
But make sure the scripts run in the iframe's URL.
The code actually looks OK to me.

发表于:2018-02-05
编辑于:2018-02-15

"slog"

发表于:2018-02-10

Have any chance ?

发表于:2018-02-21
编辑于:2018-02-21

slogcan u make a hot key
where you place windmill when press Vand turrent when press Tcan u do that?PLZZZZZZZZZZZZZZZZZZZZZZZZ(for moomoo.io):smile:

发表于:2018-03-03

Try to dev with Autoit like a aimbot

发表于:2018-03-04

I tried

// ==UserScript==// @name solvemedia generate to easy// @namespace solvemedia generate to easy// @description solvemedia generate to easy// @include *solvemedia.com/*// @include *files.guru/*// @version 1// @grant none// ==/UserScript==if (location.href.indexOf('solvemedia.com')>-1){console.log('solvemedia generate to easy in iframe');var sloggen = setInterval(function(){if(document.querySelector('[id*="slog"]')==null){document.querySelector('[id*="adcopy-link-refresh"]').click();ACPuzzle.reload('');}else{clearInterval(sloggen);console.log('solvemedia generate found eazy vaule');}}, 2000);}

in Tampermonkey's Syntax Check and it passed. However, when I went to Solvemedia.com nothing happened. This script is just not running, but I can't tell why.

发表于:2018-03-13
编辑于:2018-03-13

.

发表回复

登录以发表回复。