Giter Site home page Giter Site logo

hakorr / userscripts Goto Github PK

View Code? Open in Web Editor NEW
32.0 32.0 11.0 37.8 MB

A collection of my userscripts

Home Page: https://hakorr.github.io/Userscripts/community/invite

JavaScript 99.84% CSS 0.16%
aternos auxparty discord github pixlr place reddit userscript

userscripts's Introduction

Welcome! Tervetuloa! Bienvenue! Willkommen! Chào mừng! स्वागत! 欢迎!

Join my Discord Server for free assistance and friendly discussion about userscripts!

Want to support me? Visit my Ko-Fi! (I take commissions too)

userscripts's People

Contributors

hakorr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

userscripts's Issues

None

mine doesn't show anything at all

Pop up site not working

when i try to open up the A.C.A.S website it will not open it used to work perfectly but not anymore it used to auto open when i start a match but now no matter what i do it refuses to open ive tried running it on different browsers and uninstalling and reinstalling multiple times but still nothing ive been having this issue for 3 days now

a.c.a.s

i used acas before and it was working but now its not working anymore on opera gx? how do i fix it

MacOS complete crash discovered:

So, I found a way to completely crash my operating system, macOS Big Sur (Yes I know, screw off). the following code was used, and I'll highlight the part where I think it crashes the system:

////////////////////////////////////
///////// Status Animator //////////
 
////////////////////////////////////
//Settings//////////////////////////
 
var name = "Status Animator";
var version = "V1.9";
var run = true;
 
//This cookie will contain your Token
var cookie_name = "DoNotShareThisToken";
var delete_cookie_after_a_week = true;
 
//Create no cookie, apply the token manually
var manual_discord_token = "[REDACTED]";
 
//Your status will be changed to these after you close Discord
var default_status_text = "";
var default_status_emoji = "";
var default_status_state = "";
 
async function loop() {
////////////////////////////////////
////////////////////////////////////
//Your animation code starts here///
 
(THIS PART)**await setstate("invisible");
await setstate("dnd");
await setstate("idle");
await setstate("online");** (THIS PART)

if(await skip(10,"u")) return;
 
 
//Your animation code ends here/////
////////////////////////////////////
////////////////////////////////////
}
 
 
/////////////////////////////////////
/* Animation blocks /////////////////
Timeouts are in milliseconds! You can type "random" on the emoji section to randomize it!
- await wait(ms);
- await blank();
- await setstate("state");
	-> states = invisible, dnd, idle, online
- await setemoji("emoji");
- await settext("text");
- await status(emoji,text,state);
	-> states = invisible, dnd, idle, online
- await typewriter("emoji","text",timeout,reversed);
- await glitch("emoji","text",times,timeout);
- await glitchtype("emoji","text",timeout,glitch_rate,reversed);
- await sentence("emoji","text",timeout);
- await blink("emoji","text",timeout,times);
- await count("emoji","prefix",count_to,"suffix",timeout,reversed);
- if(await skip(1,"unique")) return;
	-> The unique string can be anything. If you use two skips, remember to make each one different.
- await activity("positive_emoji","positive_text","positive_state","negative_emoji","negative_text","negative_state");
- await scroll("emoji","text",timeout,center_amount,reversed);
	-> Center amount means how many times it will move the full text sideways
  

I just think that either the script runs it in a way where https://discord.com/app can't run it fast enough, and it lags the computer into a shutdown.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.