Skip to content

Instantly share code, notes, and snippets.

View SadSality's full-sized avatar
😀
learning

SadSality SadSality

😀
learning
View GitHub Profile
@SadSality
SadSality / Murder_Mystery_2-simple_ESP-edited_by_me.txt
Created June 1, 2020 22:09
This is an ESP menu for the Roblox game "Murder Mystery 2" (Lua) Just copy and paste it into your injector. Works for free injectors.
-- Gui to Lua
-- Version: 3.lemes (my version) xD
-- Instances:
local ScreenGui = Instance.new("ScreenGui")
local Frame = Instance.new("Frame")
local ESPon = Instance.new("TextButton")
local ESPOff = Instance.new("TextButton")
local HIDE = Instance.new("TextButton")