Input Recorder Macro

MADE BY ComoEsteban

FEATURE:

  • MACRO
  • .
  • – Mouse Cursor Movement
  • – Left Mouse Click
  • – Right Mouse Click
  • – Key Press (Not all keys A-Z,0-9, and Space)
  • – Camera Position/Movement
  • – Character Position
  • – Loopable

UNIVERSAL GAMES

SCRIPT:

--[[

  Chat commands (case insensitive):
  load <filename> --> Loads a saved macro
  save <name> --> Saves macro to workspace folder
 
--]]

local binds = { -- Only set these to keys that you know you won't use
   ToggleRecording = "F", -- Start/stop recording inputs
   PlayRecording = "G", -- Start/stop playing a macro
   ToggleLoop = "H" -- Enable/disable looping
}


if getgenv().binds then return end
getgenv().binds = binds

loadstring(game:HttpGet("https://gist.githubusercontent.com/Isaiah6857/deaa632b2ef9c789005ed825c8ab27ec/raw/"))()

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!