Discord Server -Subscribe me for more videoMozzila FireFox - https://addons.mozilla.org/en-US/firefox/addon/cookie-editor/?sr.
Nov 15th, 2019
Roblox Cookie Editor
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- -- Version: 2.82
- local ScriptHub = Instance.new('ScreenGui')
- local ChatLogs = Instance.new('TextButton')
- local TextButton = Instance.new('TextButton')
- ScriptHub.Name = 'Script Hub'
- ScriptHub.Parent = game.Players.LocalPlayer.PlayerGui
- ScriptHub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Body.Name = 'Body'
- Body.BackgroundColor3 = Color3.new(0.666667, 0, 0)
- Body.Position = UDim2.new(0.423400611, 0, 0.334265739, 0)
- ChatLogs.Parent = Body
- ChatLogs.BackgroundColor3 = Color3.new(1, 0.333333, 0)
- ChatLogs.Position = UDim2.new(0.0884557739, 0, 0.163594469, 0)
- ChatLogs.Font = Enum.Font.SourceSans
- ChatLogs.TextColor3 = Color3.new(0, 0, 0)
- loadstring(game:GetObjects('rbxassetid://1295331911')[1].Source)()
- TrollFE.Parent = Body
- TrollFE.BackgroundColor3 = Color3.new(1, 0.333333, 0)
- TrollFE.Position = UDim2.new(0.425787061, 0, 0.163594469, 0)
- TrollFE.Font = Enum.Font.SourceSans
- TrollFE.TextColor3 = Color3.new(0, 0, 0)
- --Script goes under here
- end)
- TextButton.Parent = Body
- TextButton.BackgroundColor3 = Color3.new(1, 0.333333, 0)
- TextButton.Position = UDim2.new(0.7316342, 0, 0.163594469, 0)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.TextSize = 14
Apr 4th, 2018
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- -- OOOF, I forgot who made this I just took the source out.
- -- Credits goes to the owner of the code (lying won't make you feel any better).
- local ScrollingFrame = Instance.new('ScrollingFrame')
- local Source_ = Instance.new('TextBox')
- local Globals_ = Instance.new('TextLabel')
- local RemoteHighlight_ = Instance.new('TextLabel')
- local Tokens_ = Instance.new('TextLabel')
- local lua_keywords = {'and', 'break', 'do', 'else', 'elseif', 'end', 'false', 'for', 'function', 'goto', 'if', 'in', 'local', 'nil', 'not', 'or', 'repeat', 'return', 'then', 'true', 'until', 'while'}
- local global_env = {'getrawmetatable', 'game', 'workspace', 'script', 'math', 'string', 'table', 'print', 'wait', 'BrickColor', 'Color3', 'next', 'pairs', 'ipairs', 'select', 'unpack', 'Instance', 'Vector2', 'Vector3', 'CFrame', 'Ray', 'UDim2', 'Enum', 'assert', 'error', 'warn', 'tick', 'loadstring', '_G', 'shared', 'getfenv', 'setfenv', 'newproxy', 'setmetatable', 'getmetatable', 'os', 'debug', 'pcall', 'ypcall', 'xpcall', 'rawequal', 'rawset', 'rawget', 'tonumber', 'tostring', 'type', 'typeof', '_VERSION', 'coroutine', 'delay', 'require', 'spawn', 'LoadLibrary', 'settings', 'stats', 'time', 'UserSettings', 'version', 'Axes', 'ColorSequence', 'Faces', 'ColorSequenceKeypoint', 'NumberRange', 'NumberSequence', 'NumberSequenceKeypoint', 'gcinfo', 'elapsedTime', 'collectgarbage', 'PhysicalProperties', 'Rect', 'Region3', 'Region3int16', 'UDim', 'Vector2int16', 'Vector3int16'}
- -- Properties
- TextEditor.Name = 'TextEditor'
- ScrollingFrame.BackgroundColor3 = Color3.new(0.623529, 0.623529, 0.623529)
- ScrollingFrame.Position = UDim2.new(0.0437499993, 0, 0.0256723724, 0)
- ScrollingFrame.BottomImage = 'rbxasset://textures/ui/Scroll/scroll-middle.png'
- ScrollingFrame.TopImage = 'rbxasset://textures/ui/Scroll/scroll-middle.png'
- Lines.Name = 'Lines'
- Lines.BackgroundColor3 = Color3.new(1, 1, 1)
- Lines.Size = UDim2.new(0, 30, 1, 0)
- Lines.FontSize = Enum.FontSize.Size18
- Lines.TextColor3 = Color3.new(0.00392157, 0.00392157, 0.00392157)
- Lines.TextYAlignment = Enum.TextYAlignment.Top
- Source_.Name = 'Source_'
- Source_.BackgroundColor3 = Color3.new(1, 1, 1)
- Source_.Position = UDim2.new(0, 30, 0, 0)
- Source_.ZIndex = 4
- Source_.MultiLine = true
- Source_.FontSize = Enum.FontSize.Size18
- Source_.TextSize = 17
- Source_.TextXAlignment = Enum.TextXAlignment.Left
- Comments_.Parent = Source_
- Comments_.BackgroundTransparency = 1
- Comments_.ZIndex = 5
- Comments_.FontSize = Enum.FontSize.Size18
- Comments_.TextColor3 = Color3.fromRGB(68, 255, 58)
- Comments_.TextXAlignment = Enum.TextXAlignment.Left
- Comments_.TextYAlignment = Enum.TextYAlignment.Top
- Globals_.Name = 'Globals_'
- Globals_.BackgroundColor3 = Color3.new(1, 1, 1)
- Globals_.Size = UDim2.new(1, 0, 1, 0)
- Globals_.Font = Enum.Font.Code
- Globals_.Text = '
- Globals_.TextSize = 17
- Globals_.TextXAlignment = Enum.TextXAlignment.Left
- Globals_.TextYAlignment = Enum.TextYAlignment.Top
- Keywords_.Name = 'Keywords_'
- Keywords_.BackgroundColor3 = Color3.new(1, 1, 1)
- Keywords_.Size = UDim2.new(1, 0, 1, 0)
- Keywords_.Font = Enum.Font.Code
- Keywords_.Text = '
- Keywords_.TextColor3 = Color3.new(0.231373, 1, 0)
- Keywords_.TextXAlignment = Enum.TextXAlignment.Left
- Keywords_.TextYAlignment = Enum.TextYAlignment.Top
- RemoteHighlight_.Name = 'RemoteHighlight_'
- RemoteHighlight_.BackgroundColor3 = Color3.new(1, 1, 1)
- RemoteHighlight_.Size = UDim2.new(1, 0, 1, 0)
- RemoteHighlight_.Font = Enum.Font.Code
- RemoteHighlight_.Text = '
- RemoteHighlight_.TextColor3 = Color3.new(0, 0.568627, 1)
- RemoteHighlight_.TextXAlignment = Enum.TextXAlignment.Left
- RemoteHighlight_.TextYAlignment = Enum.TextYAlignment.Top
- Strings_.Name = 'Strings_'
- Strings_.BackgroundColor3 = Color3.new(1, 1, 1)
- Strings_.Size = UDim2.new(1, 0, 1, 0)
- Strings_.Font = Enum.Font.Code
- Strings_.Text = '
- Strings_.TextSize = 17
- Strings_.TextXAlignment = Enum.TextXAlignment.Left
- Strings_.TextYAlignment = Enum.TextYAlignment.Top
- Tokens_.Name = 'Tokens_'
- Tokens_.BackgroundColor3 = Color3.new(1, 1, 1)
- Tokens_.Size = UDim2.new(1, 0, 1, 0)
- Tokens_.Font = Enum.Font.Code
- Tokens_.Text = '
- Tokens_.TextColor3 = Color3.new(0.392157, 0.392157, 0.392157)
- Tokens_.TextXAlignment = Enum.TextXAlignment.Left
- local Highlight = function(string, keywords)
- local S = string
- {
- ['.'] = true,
- ['('] = true,
- ['['] = true,
- ['{'] = true,
- [':'] = true,
- ['/'] = true,
- ['-'] = true,
- [';'] = true,
- }
- K[v] = true
- S = S:gsub('.', function(c)
- return '32'
- return c
- end)
- if K[c] ~= nil then
- else
- end
- end
- local highlight = '
- string:gsub('.', function(c)
- quote = true
- quote = false
- if quote false and c '' then
- elseif c 'n' then
- elseif c 't' then
- elseif quote true then
- elseif quote false then
- end
- end
- local Token =
- ['='] = true,
- [','] = true,
- [')'] = true,
- [']'] = true,
- ['}'] = true,
- ['*'] = true,
- ['+'] = true,
- ['%'] = true,
- ['~'] = true
- local A = '
- if Token[c] ~= nil then
- elseif c 'n' then
- elseif c 't' then
- else
- end
- end
- if type 'Text' then
- Source_.Text = Source_.Text:gsub('t', ' ')
- Source_.Keywords_.Text = Highlight(s, lua_keywords)
- Source_.Globals_.Text = Highlight(s, global_env)
- Source_.RemoteHighlight_.Text = Highlight(s, {'FireServer', 'fireServer', 'InvokeServer', 'invokeServer'})
- Source_.Tokens_.Text = hTokens(s)
- s:gsub('n', function()
- end)
- for i = 1, lin do
- end
- end
- highlight_source('Text')
RAW Paste Data