You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
NothingMod 31e2a5ebbb
Added bots and more input types
2 months ago
DearImGui DEAR FUCKING GUI 2 months ago
UniversalExploitFramework Added bots and more input types 2 months ago
UnoOnlinie.co Revamp 1 year ago
Vectaria.io Revamp 1 year ago
example.com Example 2 months ago
maxwellcat.world Added bots and more input types 2 months ago
Readme.md Added bots and more input types 2 months ago

Readme.md

Web game exploiting

Toolsets, Exploits, Documentations

Universal Exploit Framework

Made by: @NothingMod @Slebi

Injection

You can inject Universal Exploit Framework by either manually pasting the following into the console or making it a tampermonkey userscript:

(async()=>{    
    var e = document.createElement('script');    
    e.innerHTML = await fetch("https://corsproxy.io/?url=https://git.nothing-mod.dev/NothingMod/WebGameExploiting/raw/branch/main/UniversalExploitFramework/index.js").then(res=>res.text());    
    document.head.appendChild(e);})();

or adding this Bookmark and running it in the game:

javascript:(async()=>{var e = document.createElement('script');    e.innerHTML = await fetch("https://corsproxy.io/?url=https://git.nothing-mod.dev/NothingMod/WebGameExploiting/raw/branch/main/UniversalExploitFramework/index.js").then(res=>res.text());    document.head.appendChild(e);})();

Usage

  1. Open the game in your browser.
  2. Inject the framework
  3. Use the framework to exploit the game.

Contributing

If you'd like to contribute to the Universal Exploit Framework, please fork the repository and submit a pull request. Same goes for submitting a new cheat for any website.

Example.com

Example usage of the framework including most input types.

maxwellcat.world

One of the first web pages/games that had cheats made for it using the Universal Exploint Framework

World:

Cheat Description Type Sub Category
Position Get the position of the cat Read Only Cat
Rotation Get the rotation of the cat Read Only Cat
Walking Speed The walking speed of the cat Read/Write Cat
Rotation Speed The rotation speed of the cat Read/Write Cat
Height The height of the cat Read/Write Cat
Quaternion The quaternion of the cat Read/Write Cat
AutoTeleport Toggle auto teleport of the rat Toggle Rat
Teleport Teleport the rat to a position Button Rat
Zoom Get the zoom of the camera Read/Write Camera
Zoom Rate Get the zoom rate of the camera Read/Write Camera
W.I.P Create Bot Initialises a brand new bot Button Bots
W.I.P Bot Count Shows current bot count Read Only Bots

BotControl:

Cheat Description Type Sub Category
Call all Calls All Bots to current location Button Master
Selected Bot Selects a bot out of the list Enum Master

Powered by TurnKey Linux.