Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Cloneref support (adds support for JJsploit/Temple/Electron and other sploits that don't have cloneref or really shit versions of it.)
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Babyhamsta/RBLX_Scripts/main/Universal/CloneRef.lua", true))()
- -- Dex Bypasses
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Babyhamsta/RBLX_Scripts/main/Universal/Bypasses.lua", true))()
- -- Dex with CloneRef Support (made as global)
- getgenv().Bypassed_Dex = game:GetObjects("rbxassetid://9352453730")[1]
- local charset = {}
- for i = 48, 57 do table.insert(charset, string.char(i)) end
- for i = 65, 90 do table.insert(charset, string.char(i)) end
- for i = 97, 122 do table.insert(charset, string.char(i)) end
- function RandomCharacters(length)
- if length > 0 then
- return RandomCharacters(length - 1) .. charset[math.random(1, #charset)]
- else
- return ""
- end
- end
- Bypassed_Dex.Name = RandomCharacters(math.random(5, 20))
- if gethui then
- Bypassed_Dex.Parent = gethui();
- elseif syn and syn.protect_gui then
- syn.protect_gui(Bypassed_Dex);
- Bypassed_Dex.Parent = cloneref(game:GetService("CoreGui"))
- else
- Bypassed_Dex.Parent = cloneref(game:GetService("CoreGui"))
- end
- local function Load(Obj, Url)
- local function GiveOwnGlobals(Func, Script)
- local Fenv = {}
- local RealFenv = {script = Script}
- local FenvMt = {}
- function FenvMt:__index(b)
- if RealFenv[b] == nil then
- return getfenv()[b]
- else
- return RealFenv[b]
- end
- end
- function FenvMt:__newindex(b, c)
- if RealFenv[b] == nil then
- getfenv()[b] = c
- else
- RealFenv[b] = c
- end
- end
- setmetatable(Fenv, FenvMt)
- setfenv(Func, Fenv)
- return Func
- end
- local function LoadScripts(Script)
- if Script.ClassName == "Script" or Script.ClassName == "LocalScript" then
- task.spawn(GiveOwnGlobals(loadstring(Script.Source, "=" .. Script:GetFullName()), Script))
- end
- for _,v in ipairs(Script:GetChildren()) do
- LoadScripts(v)
- end
- end
- LoadScripts(Obj)
- end
- Load(Bypassed_Dex)
- getgenv().Key = "Bash"
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Hosvile/Refinement/main/MC%3AIY%20Dex",true))()
- -- Made by TheXploiter
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local copy = Instance.new("TextButton")
- local pos = Instance.new("TextBox")
- local find = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.639646292, 0, 0.399008662, 0)
- Frame.Size = UDim2.new(0, 387, 0, 206)
- Frame.Active = true
- title.Name = "title"
- title.Parent = Frame
- title.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
- title.BorderSizePixel = 0
- title.Size = UDim2.new(0, 387, 0, 50)
- title.Font = Enum.Font.GothamBold
- title.Text = "Position Finder"
- title.TextColor3 = Color3.fromRGB(255, 255, 255)
- title.TextSize = 30.000
- title.TextWrapped = true
- copy.Name = "copy"
- copy.Parent = Frame
- copy.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
- copy.BorderSizePixel = 0
- copy.Position = UDim2.new(0.527131796, 0, 0.635922313, 0)
- copy.Size = UDim2.new(0, 148, 0, 50)
- copy.Font = Enum.Font.GothamSemibold
- copy.Text = "Copy"
- copy.TextColor3 = Color3.fromRGB(255, 255, 255)
- copy.TextSize = 20.000
- pos.Name = "pos"
- pos.Parent = Frame
- pos.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
- pos.BorderSizePixel = 0
- pos.Position = UDim2.new(0.0904392749, 0, 0.305825233, 0)
- pos.Size = UDim2.new(0, 317, 0, 50)
- pos.Font = Enum.Font.GothamSemibold
- pos.Text = ""
- pos.TextColor3 = Color3.fromRGB(255, 255, 255)
- pos.TextSize = 14.000
- pos.TextWrapped = true
- find.Name = "find"
- find.Parent = Frame
- find.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
- find.BorderSizePixel = 0
- find.Position = UDim2.new(0.0904392898, 0, 0.635922313, 0)
- find.Size = UDim2.new(0, 148, 0, 50)
- find.Font = Enum.Font.GothamSemibold
- find.Text = "Find"
- find.TextColor3 = Color3.fromRGB(255, 255, 255)
- find.TextSize = 20.000
- -- Scripts:
- local function UMTQ_fake_script() -- copy.LocalScript
- local script = Instance.new('LocalScript', copy)
- script.Parent.MouseButton1Click:Connect(function()
- setclipboard(script.Parent.Parent.pos.Text)
- end)
- end
- coroutine.wrap(UMTQ_fake_script)()
- local function KJAYG_fake_script() -- Frame.Dragify
- local script = Instance.new('LocalScript', Frame)
- local UIS = game:GetService("UserInputService")
- function dragify(Frame)
- dragToggle = nil
- local dragSpeed = 0
- dragInput = nil
- dragStart = nil
- local dragPos = nil
- function updateInput(input)
- local Delta = input.Position - dragStart
- local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
- game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.25), {Position = Position}):Play()
- end
- Frame.InputBegan:Connect(function(input)
- if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
- dragToggle = true
- dragStart = input.Position
- startPos = Frame.Position
- input.Changed:Connect(function()
- if input.UserInputState == Enum.UserInputState.End then
- dragToggle = false
- end
- end)
- end
- end)
- Frame.InputChanged:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
- dragInput = input
- end
- end)
- game:GetService("UserInputService").InputChanged:Connect(function(input)
- if input == dragInput and dragToggle then
- updateInput(input)
- end
- end)
- end
- dragify(script.Parent)
- end
- coroutine.wrap(KJAYG_fake_script)()
- local function EKBNYI_fake_script() -- find.LocalScript
- local script = Instance.new('LocalScript', find)
- script.Parent.MouseButton1Down:Connect(function()
- script.Parent.Parent.pos.Text = tostring(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
- end)
- end
- coroutine.wrap(EKBNYI_fake_script)()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/78n/SimpleSpy/main/SimpleSpySource.lua"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement