Git Product home page Git Product logo

aimbot-v3's Introduction

☄️ Aimbot V3 Visitors

This project is a universal aim-locking module. Works on all games which use the default character. This version has a couple of improvements from Aimbot V2, one of the most important ones are optimization and a bunch of rewritten parts for maximal efficiency.

This project's source is optimized, organized and simplified to the maximal level to be executive, fast, stable and precise.

This project is in beta testing, feel free to create pull requests (you will get credited), issues or just contact me on any of my linked platforms.

This module is used in AirHub V2, if you want to use it to exploit for personal use instead of embedding for development purposes, I recommend you use AirHub.

📜 License

This project is completely free and open sourced. But, that does not mean you own rights to it. Read this document for more information. You can re-use / stitch this script or any system of this project into any of your repositories, as long as you credit the developer Exunys.

❗ Notice

This project has been written and tested with Synapse X and Electron however, I will attempt my best to modulize support for every exploit. So far, the required functions for this module to run will be listed below:

Dependencies (required functions & libraries):
  • Libraries:

    • Drawing
      • Drawing.new (function)
      • Drawing.Fonts (table)
    • debug
      • debug.getupvalue (function)
    • Input
      • Input.MouseMove (function) - Alternative to mousemoverel
  • Functions:

    • getgenv
    • getrawmetatable
    • mousemoverel / Input.MouseMove

📋 Documentation

The documentation for the interactive functions of this module can be found by clicking here or at the following link:

More detailed information for this project will be documented by time in this README.md document.

👋 Introduction

First of all, to implement the module in your script's environment you must use the function loadstring like below:

local Aimbot = loadstring(game:HttpGet("https://raw.githubusercontent.com/Exunys/Aimbot-V3/main/src/Aimbot.lua"))()
Aimbot.Load()

The code above loads the module's environment in your script executor's global environment meaning it will be achivable across every script.

The identificator for the environment is ExunysDeveloperAimbot which is a table that has configurable settings and interactive user functions.

The table loaded into the exploit's global environment by the module has a metatable set to it with a __call metamethod, meaning you can call the table which would load the Aimbot.

loadstring(game:HttpGet("https://raw.githubusercontent.com/Exunys/Aimbot-V3/main/src/Aimbot.lua"))()()

or

loadstring(game:HttpGet("https://raw.githubusercontent.com/Exunys/Aimbot-V3/main/src/Aimbot.lua"))()
ExunysDeveloperAimbot()

This is equivalent to the Load function (which would be more optimized and faster).

ExunysDeveloperAimbot.Load()

This module has customizable settings and other miscellaneous properties. You can see the configurable settings below.

The script's configurable settings
getgenv().ExunysDeveloperAimbot = {
	DeveloperSettings = {
		UpdateMode = "RenderStepped",
		TeamCheckOption = "TeamColor",
		RainbowSpeed = 1 -- Bigger = Slower
	},

	Settings = {
		Enabled = true,

		TeamCheck = false,
		AliveCheck = true,
		WallCheck = false,

		OffsetToMoveDirection = false,
		OffsetIncrement = 15, -- Min: 1; Max: 30

		Sensitivity = 0, -- Animation length (in seconds) before fully locking onto target
		Sensitivity2 = 3, -- mousemoverel Sensitivity

		LockMode = 1, -- 1 = CFrame; 2 = mousemoverel
		LockPart = "Head", -- Body part to lock on

		TriggerKey = Enum.UserInputType.MouseButton2,
		Toggle = false
	},

	FOVSettings = {
		Enabled = true,
		Visible = true,

		Radius = 90, -- Field Of View
		NumSides = 60,

		Thickness = 1,
		Transparency = 1,
		Filled = false,

		RainbowColor = false,
		RainbowOutlineColor = false,
		Color = Color3.fromRGB(255, 255, 255),
		OutlineColor = Color3.fromRGB(0, 0, 0),
		LockedColor = Color3.fromRGB(255, 150, 150)
	}
}
Previews

The video below shows how stable and strong the aim lock is and that It's perfect for HvH.

ApplicationFrameHost_YGru0ZsOjp.mp4

The videos below shows how smooth the aim lock is and that It's adjustable to assist for aiming in any type of game.

ApplicationFrameHost_0Tqfu2Fqxb.mp4
ApplicationFrameHost_PFYPuR9E3U.mp4

The video below shows how the Blacklist and Whitelist functions work.

HpSpS8QjPX.mp4

aimbot-v3's People

Contributors

exunys avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

aimbot-v3's Issues

How to use it

Would you be so kind as to tell me how to use it?

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.