Skip to content

jeffswt/splihx.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

splihx.js

splihx.js is a set of Splix hacks which incorporates many functions that can greatly improve in-game experience. Note that this project is only intended for educational purposes, and not intended for proper gameplay. The author urges you not to use this in regular gaming, as this may break the balance between gamers.

These functions are implemented in the project, but only those with checkboxes ticked are enabled by default, and need to be manually enabled in order to be used.

  • Remove full-screen and banner advertisements.
  • Forcefully enable skin changing without the need to share it on Facebook, Twitter, etc.
  • Make other players more visible by highlighting them with distinguished colours.
  • Render certain colours (pink, lime and yellow) in a way that won't blind your eyes.
  • Add zooming functions in order to gain a wider view range of players.

Controls

  • Z to zoom out 100% each time. This can be extended to 8 times the original view range.
  • X to zoom in 100% each time. This can be at least half of the original view range.
  • C to stop the current player, which is an alias of the retained P function.

Installation

There are, however, a few methods of installation which we may go through with you.

Developer Console

  1. Download the splihx.js file to your local computer or view it on GitHub.
  2. Open the Developer Console in your Splix tab (This is usually F12 for most browsers).
  3. Copy all content in splihx.js to the Developer Console and press Enter to execute the script.
  4. Your instance of Splix should be hacked by now.
  5. If you reloaded your browser window, you may have to redo the process.

Bookmarklet

  1. Drag this code to your bookmarks bar (and rename it): javascript:eval('function f(){i=document.createElement(\'script\');i.src=\'//jeffswt.tk/meta/splihx.js\';document.body.appendChild(i);}f();')
  2. Click the link on the bookmarks bar when in splix.io.
  3. Your instance of Splix should be hacked by now.

Tampermonkey

Because the official documentation for Tampermonkey is being abstruse to an awful extent, we decided that we are not developing an interface as a userscript for Tampermonkey. Feel free to make PRs to this project if you have interfaces.

Notes

The current version of splihx.js works with splix v.142 only.

To Splix authors: If any part of this program infringes your rights or interests, we suggest your immediate communication with us, who shall remove related segments of this program or, if necessary, the entire project from the public domain.

License

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

Releases

No releases published

Packages

No packages published