This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
loadstring(game:HttpGet("https://gist.githubusercontent.com/mrsprinkler/8b1ed607601f4b40f61cc4288da69ba5/raw/e7e0ee7157723db843afa20ddfd77bcb69ec56da/chest.lua",true))() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local plr = game.Players.LocalPlayer | |
local RunService = game:GetService("RunService") | |
function GetChar() | |
return plr.Character | |
end | |
function spin() | |
local stop = false | |
local function StopFunction() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local Textbox = script.Parent | |
local service = game:GetService("HttpService") | |
local jjson = '[{"text":"Hello","bold":"true"},{"text":" World","bold":"true"}]' | |
local LastJson = '' | |
local function convert(json) | |
local s,r = pcall(function() | |
service:JSONDecode(json) | |
end) | |
if s then | |
local DecodedJson = service:JSONDecode(json) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for i,v in next, game.Workspace:GetChildren() do | |
if not v:IsA("Terrain") then | |
v:Destroy() | |
end | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--🌵 Survive and Kill the Killers in Area 51 Hacks | |
-- Roblox game link: https://www.roblox.com/games/155382109/Survive-and-Kill-the-Killers-in-Area-51 | |
loadstring(game:HttpGet("https://gist.githubusercontent.com/Mahmoud-Bamian/8db7ae4d1342699c08b8b8ac89ff7b78/raw/4faad31a591c567b715b92ffe817b5a709d2506c/SAKTKA51.lua"))(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source"))(); | |
local plr = game.Players.LocalPlayer | |
local Characters = workspace:WaitForChild("Characters to kill") | |
local COREGUI = game:GetService("CoreGui") | |
local gui = Instance.new("ScreenGui",COREGUI) | |
local button = Instance.new("TextButton",gui) | |
local deadPlayer = nil | |
local uis = game:GetService("UserInputService") | |
local frame = Instance.new("ScrollingFrame",gui) | |
local uis = game:GetService("UserInputService") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"Hello" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--Build a boat for Treasure Farm Script | |
--Just execute this once, wait about 5 seconds, and then click the button | |
--It will start farming for you. (If you die, it waits until you respawn and turns it back on) | |
loadstring(game:HttpGet("https://gist.githubusercontent.com/Mahmoud-Bamian/eaa63e5640db5497af05a84a6e0991c8/raw/d9f67830c7226f7204203c9707bb9555162db6b1/script.lua"))() | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print("V 1.2.4") | |
local on = false | |
local plr = game.Players.LocalPlayer | |
local gui = Instance.new("ScreenGui",plr.PlayerGui) | |
local button = Instance.new("TextButton",gui) | |
local box = Instance.new("TextBox",gui) | |
local posxGui = Instance.new("TextLabel",gui) | |