just a collection of roblox scripts i made for myself. decided to share.
- autofarm (works on most games)
- gui with buttons (draggable, minimizable)
- esp (players, items, points of interest)
- teleport to coordinates
- autoclicker
everything can be toggled from gui or config.
paste this in your executor:
- unzip it somewhere
- run
RBtools.exeas Administrator - tweak
config.iniif you want
-autofishing -webhooks for logs -more esp modes -anti-afk -profiles for different games -will add if i have time.
🤖 Auto Farm What it does: Automatically performs repetitive tasks like collecting resources, killing mobs, or gaining experience without player input.
How it works: The script detects nearby objects (items, enemies, or resources) and simulates player actions like clicking, moving, or using tools to interact with them. It loops these actions until you turn it off.
Use cases:
-Grinding levels in RPGs
-Collecting rare items
-Farming currency in simulator games
🖥️ GUI with Buttons (Draggable, Minimizable) What it does: Adds a user-friendly interface that lets you control all features with a single click. You can move it anywhere on the screen or minimize it when you don't need it.
How it works: The GUI is built using Roblox's ScreenGui system. Each button is linked to a specific function. When you click a button, it triggers the corresponding script.
Use cases:
-Quick toggle for features
-Easy to use for people who don't know Lua
-Clean and organized interface
👁️ ESP (Players, Items, Points of Interest) What it does: Highlights players, items, and important locations on your screen. You can see them through walls and from a distance.
How it works: The script creates visual indicators (boxes, lines, text) over objects and updates their position in real-time as they move. It uses Roblox's 3D-to-2D projection to place the indicators correctly on your screen.
Use cases:
-Finding enemies in PvP
-Locating rare items
-Navigating to objectives
📍 Teleport to Coordinates What it does: Instantly moves your character to a specific set of coordinates (X, Y, Z) or to a saved location.
How it works: The script modifies your character's CFrame (position and orientation) to the target coordinates. You can either type in numbers or click on a map point.
Use cases:
-Quick travel across large maps
-Returning to base instantly
-Avoiding dangerous areas
🖱️ Autoclicker What it does: Simulates mouse clicks at a set interval. You can adjust the speed (clicks per second) and choose between left, right, or middle click.
How it works: The script uses InputService or VirtualInput to simulate mouse clicks on the player's screen. It runs in a loop with a customizable delay between clicks.
Use cases:
-Auto-clicking in simulator games
-Mining or gathering resources
-Automated combat
🚶 NoClip (Walk Through Walls) What it does: Allows your character to walk through walls, floors, and any other solid objects.
How it works: The script disables collision detection for your character. It modifies the CanCollide property of the character's parts or adjusts the CFrame to phase through objects.
Use cases:
-Exploring restricted areas
-Avoiding obstacles
-Speedrunning and glitch testing