Skip to content

Commit 7e64259

Browse files
committed
Updoot
1 parent d28c9a3 commit 7e64259

5 files changed

+17
-2
lines changed

FormatTable.lua

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
--[[
2+
Report any bugs, issues and detections to me if you don't mind (NoTwistedHere#6703)
3+
]]
4+
15
local Threading = loadstring(game:HttpGet("https://raw.githubusercontent.com/NoTwistedHere/Roblox/main/Threading.lua"))()
26
local HttpService = game:GetService("HttpService")
37
local ObjectTypes = {

FunctionDump.lua

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
--[[
2+
Report any bugs, issues and detections to me if you don't mind (NoTwistedHere#6703)
3+
]]
4+
15
if not FormatTable then
26
loadstring(game:HttpGet("https://raw.githubusercontent.com/NoTwistedHere/Roblox/main/FormatTable.lua"))()
37
end

NoUpvalueHook.lua

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
--// I'm tired of 'too many upvalues' so I decided to create a little module instead of doing it manually
1+
--[[
2+
Report any bugs, issues and detections to me if you don't mind (NoTwistedHere#6703)
3+
I'm tired of 'too many upvalues' so I decided to create a little module instead of doing it manually
4+
]]
25

36
return function(src, Upvalues) --// See the example below
47
local RUpvalues = {}

RemoteSpy.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--[[
2-
Report any bugs, issues and detections to me if you don't mind
2+
Report any bugs, issues and detections to me if you don't mind (NoTwistedHere#6703)
33
]]
44

55
if not FormatTable then

ScriptDumper.lua

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
--[[
2+
Report any bugs, issues and detections to me if you don't mind (NoTwistedHere#6703)
3+
]]
4+
15
local Threading = loadstring(game:HttpGet("https://raw.githubusercontent.com/NoTwistedHere/Roblox/main/Threading.lua"))()
26
local CoreGui, CorePackages, Players, RunService, RunService = game:GetService("CoreGui"), game:GetService("CorePackages"), game:GetService("Players"), game:GetService("RunService"), game:GetService("RunService")
37
local Result = "<roblox xmlns:xmime=\"http://www.w3.org/2005/05/xmlmime\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:noNamespaceSchemaLocation=\"http://www.roblox.com/roblox.xsd\" version=\"4\">"

0 commit comments

Comments
 (0)