Advertisement
gerisx

Untitled

Dec 10th, 2023 (edited)
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.66 KB | None | 0 0
  1. -- Cloneref support (adds support for JJsploit/Temple/Electron and other sploits that don't have cloneref or really shit versions of it.)
  2. loadstring(game:HttpGet("https://raw.githubusercontent.com/Babyhamsta/RBLX_Scripts/main/Universal/CloneRef.lua", true))()
  3.  
  4. -- Dex Bypasses
  5. loadstring(game:HttpGet("https://raw.githubusercontent.com/Babyhamsta/RBLX_Scripts/main/Universal/Bypasses.lua", true))()
  6.  
  7. -- Dex with CloneRef Support (made as global)
  8. getgenv().Bypassed_Dex = game:GetObjects("rbxassetid://9352453730")[1]
  9.  
  10. local charset = {}
  11. for i = 48, 57 do table.insert(charset, string.char(i)) end
  12. for i = 65, 90 do table.insert(charset, string.char(i)) end
  13. for i = 97, 122 do table.insert(charset, string.char(i)) end
  14. function RandomCharacters(length)
  15. if length > 0 then
  16. return RandomCharacters(length - 1) .. charset[math.random(1, #charset)]
  17. else
  18. return ""
  19. end
  20. end
  21.  
  22. Bypassed_Dex.Name = RandomCharacters(math.random(5, 20))
  23. if gethui then
  24. Bypassed_Dex.Parent = gethui();
  25. elseif syn and syn.protect_gui then
  26. syn.protect_gui(Bypassed_Dex);
  27. Bypassed_Dex.Parent = cloneref(game:GetService("CoreGui"))
  28. else
  29. Bypassed_Dex.Parent = cloneref(game:GetService("CoreGui"))
  30. end
  31.  
  32. local function Load(Obj, Url)
  33. local function GiveOwnGlobals(Func, Script)
  34. local Fenv = {}
  35. local RealFenv = {script = Script}
  36. local FenvMt = {}
  37. function FenvMt:__index(b)
  38. if RealFenv[b] == nil then
  39. return getfenv()[b]
  40. else
  41. return RealFenv[b]
  42. end
  43. end
  44. function FenvMt:__newindex(b, c)
  45. if RealFenv[b] == nil then
  46. getfenv()[b] = c
  47. else
  48. RealFenv[b] = c
  49. end
  50. end
  51. setmetatable(Fenv, FenvMt)
  52. setfenv(Func, Fenv)
  53. return Func
  54. end
  55.  
  56. local function LoadScripts(Script)
  57. if Script.ClassName == "Script" or Script.ClassName == "LocalScript" then
  58. task.spawn(GiveOwnGlobals(loadstring(Script.Source, "=" .. Script:GetFullName()), Script))
  59. end
  60. for _,v in ipairs(Script:GetChildren()) do
  61. LoadScripts(v)
  62. end
  63. end
  64.  
  65. LoadScripts(Obj)
  66. end
  67.  
  68. Load(Bypassed_Dex)
  69.  
  70. getgenv().Key = "Bash"
  71. loadstring(game:HttpGet("https://raw.githubusercontent.com/Hosvile/Refinement/main/MC%3AIY%20Dex",true))()
  72.  
  73. -- Made by TheXploiter
  74.  
  75. local ScreenGui = Instance.new("ScreenGui")
  76. local Frame = Instance.new("Frame")
  77. local title = Instance.new("TextLabel")
  78. local copy = Instance.new("TextButton")
  79. local pos = Instance.new("TextBox")
  80. local find = Instance.new("TextButton")
  81.  
  82. --Properties:
  83.  
  84. ScreenGui.Parent = game.CoreGui
  85. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  86.  
  87. Frame.Parent = ScreenGui
  88. Frame.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  89. Frame.BorderSizePixel = 0
  90. Frame.Position = UDim2.new(0.639646292, 0, 0.399008662, 0)
  91. Frame.Size = UDim2.new(0, 387, 0, 206)
  92. Frame.Active = true
  93.  
  94. title.Name = "title"
  95. title.Parent = Frame
  96. title.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  97. title.BorderSizePixel = 0
  98. title.Size = UDim2.new(0, 387, 0, 50)
  99. title.Font = Enum.Font.GothamBold
  100. title.Text = "Position Finder"
  101. title.TextColor3 = Color3.fromRGB(255, 255, 255)
  102. title.TextSize = 30.000
  103. title.TextWrapped = true
  104.  
  105. copy.Name = "copy"
  106. copy.Parent = Frame
  107. copy.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  108. copy.BorderSizePixel = 0
  109. copy.Position = UDim2.new(0.527131796, 0, 0.635922313, 0)
  110. copy.Size = UDim2.new(0, 148, 0, 50)
  111. copy.Font = Enum.Font.GothamSemibold
  112. copy.Text = "Copy"
  113. copy.TextColor3 = Color3.fromRGB(255, 255, 255)
  114. copy.TextSize = 20.000
  115.  
  116. pos.Name = "pos"
  117. pos.Parent = Frame
  118. pos.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  119. pos.BorderSizePixel = 0
  120. pos.Position = UDim2.new(0.0904392749, 0, 0.305825233, 0)
  121. pos.Size = UDim2.new(0, 317, 0, 50)
  122. pos.Font = Enum.Font.GothamSemibold
  123. pos.Text = ""
  124. pos.TextColor3 = Color3.fromRGB(255, 255, 255)
  125. pos.TextSize = 14.000
  126. pos.TextWrapped = true
  127.  
  128. find.Name = "find"
  129. find.Parent = Frame
  130. find.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  131. find.BorderSizePixel = 0
  132. find.Position = UDim2.new(0.0904392898, 0, 0.635922313, 0)
  133. find.Size = UDim2.new(0, 148, 0, 50)
  134. find.Font = Enum.Font.GothamSemibold
  135. find.Text = "Find"
  136. find.TextColor3 = Color3.fromRGB(255, 255, 255)
  137. find.TextSize = 20.000
  138.  
  139. -- Scripts:
  140.  
  141. local function UMTQ_fake_script() -- copy.LocalScript
  142. local script = Instance.new('LocalScript', copy)
  143.  
  144. script.Parent.MouseButton1Click:Connect(function()
  145. setclipboard(script.Parent.Parent.pos.Text)
  146. end)
  147. end
  148. coroutine.wrap(UMTQ_fake_script)()
  149. local function KJAYG_fake_script() -- Frame.Dragify
  150. local script = Instance.new('LocalScript', Frame)
  151.  
  152. local UIS = game:GetService("UserInputService")
  153. function dragify(Frame)
  154. dragToggle = nil
  155. local dragSpeed = 0
  156. dragInput = nil
  157. dragStart = nil
  158. local dragPos = nil
  159. function updateInput(input)
  160. local Delta = input.Position - dragStart
  161. local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  162. game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.25), {Position = Position}):Play()
  163. end
  164. Frame.InputBegan:Connect(function(input)
  165. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  166. dragToggle = true
  167. dragStart = input.Position
  168. startPos = Frame.Position
  169. input.Changed:Connect(function()
  170. if input.UserInputState == Enum.UserInputState.End then
  171. dragToggle = false
  172. end
  173. end)
  174. end
  175. end)
  176. Frame.InputChanged:Connect(function(input)
  177. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  178. dragInput = input
  179. end
  180. end)
  181. game:GetService("UserInputService").InputChanged:Connect(function(input)
  182. if input == dragInput and dragToggle then
  183. updateInput(input)
  184. end
  185. end)
  186. end
  187.  
  188. dragify(script.Parent)
  189. end
  190. coroutine.wrap(KJAYG_fake_script)()
  191. local function EKBNYI_fake_script() -- find.LocalScript
  192. local script = Instance.new('LocalScript', find)
  193.  
  194. script.Parent.MouseButton1Down:Connect(function()
  195. script.Parent.Parent.pos.Text = tostring(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  196. end)
  197. end
  198. coroutine.wrap(EKBNYI_fake_script)()
  199.  
  200. loadstring(game:HttpGet("https://raw.githubusercontent.com/78n/SimpleSpy/main/SimpleSpySource.lua"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement