sucksuck

Untitled

Sep 21st, 2023 (edited)
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.96 KB | None | 0 0
  1. getgenv().SecureMode = true
  2.  
  3. local FovNumber = 120
  4. local Camera = workspace.CurrentCamera
  5. Camera.FieldOfView = FovNumber
  6.  
  7. for _,v in next, getconnections(game:GetService("LogService").MessageOut) do
  8. v:Disable()
  9. end
  10. for _,v in next, getconnections(game:GetService("ScriptContext").Error) do
  11. v:Disable()
  12. end
  13.  
  14. local Players = game:GetService("Players")
  15. local plr = Players.LocalPlayer
  16.  
  17. if plr then
  18. for i,v in pairs(plr.Character:GetChildren()) do
  19. if v:IsA("LocalScript") and v.Name ~= "Animate" and v.Name ~= "PartyBillboard" and v.Name ~= "SpawnColorChanger" then
  20. v:Destroy()
  21. end
  22. end
  23. end
  24.  
  25. local UNIATTEMPT = true
  26. local UIS = game:GetService("UserInputService")
  27.  
  28. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  29.  
  30. local Window = Rayfield:CreateWindow({
  31. Name = string.format("urion.lua [%s]", identifyexecutor()),
  32. LoadingTitle = "urion.lua",
  33. LoadingSubtitle = "by 0009 !",
  34. ConfigurationSaving = {
  35. Enabled = false,
  36. FolderName = nil,
  37. FileName = "Big Hub"
  38. },
  39. Discord = {
  40. Enabled = true,
  41. Invite = "WqsMabc33b",
  42. RememberJoins = true
  43. },
  44. KeySystem = false,
  45. KeySettings = {
  46. Title = "Untitled",
  47. Subtitle = "Key System",
  48. Note = "No method of obtaining the key is provided",
  49. FileName = "Key",
  50. SaveKey = true,
  51. GrabKeyFromSite = false,
  52. Key = {"Hello"}
  53. }
  54. })
  55.  
  56. Rayfield:Notify({
  57. Title = "Notification",
  58. Content = 'Loading character...',
  59. Duration = function()
  60. repeat wait() until game:GetService('Players').LocalPlayer.Character
  61. end,
  62. Image = 2804603863,
  63. })
  64.  
  65. Rayfield:Notify({
  66. Title = "Notification",
  67. Content = "Loaded urion.lua",
  68. Duration = 3,
  69. Image = 4483362458,
  70. })
  71.  
  72. getgenv().Settings = {
  73. ["Circle"] = {
  74. ["ReachEnabled"] = false,
  75. ["Reach"] = 1,
  76. }
  77. }
  78.  
  79. local Settings = getgenv().Settings
  80. local ReachSettings = Settings["Circle"]
  81.  
  82.  
  83. local Tab = Window:CreateTab("Home", 4483362458)
  84.  
  85. local Label = Tab:CreateLabel("Made By 0009 !")
  86. local Label = Tab:CreateLabel(".gg/WqsMabc33b")
  87. local Button = Tab:CreateButton({
  88. Name = "Unlock Fps",
  89. Callback = function()
  90. setfpscap(1000000)
  91. end,
  92. })
  93.  
  94. local Tab = Window:CreateTab("Reach", 4483362458)
  95.  
  96. local Toggle = Tab:CreateToggle({
  97. Name = "Reach Enabled",
  98. CurrentValue = false,
  99. Flag = "Toggle1",
  100. Callback = function(callback)
  101. ReachSettings["ReachEnabled"] = callback
  102. end,
  103. })
  104.  
  105. local Slider = Tab:CreateSlider({
  106. Name = "Radius",
  107. Range = {1, 25},
  108. Increment = 1,
  109. CurrentValue = 1,
  110. Flag = "Slider1",
  111. Callback = function(Value)
  112. ReachSettings["Reach"] = Value
  113. end,
  114. })
  115.  
  116. -- || Main Code || --
  117.  
  118. local PlayerService = game:GetService("Players")
  119. local RunService = game:GetService("RunService")
  120.  
  121. local PlayerService = game:GetService("Players")
  122. local RunService = game:GetService("RunService")
  123.  
  124. RunService.Stepped:Connect(function()
  125. if ReachSettings["ReachEnabled"] then
  126. local s,r = pcall(function()
  127. local Handle = PlayerService.LocalPlayer.Character:FindFirstChildOfClass("Tool").Handle
  128. for _, Player in pairs(PlayerService:GetPlayers()) do
  129. local Character = Player.Character
  130. if not Character then continue end
  131. if Character ~= PlayerService.LocalPlayer.Character and Character.Humanoid.Health ~= 0 and (Character.HumanoidRootPart.Position - Handle.Position).Magnitude <= ReachSettings["Reach"] then
  132. Character["Left Arm"]:BreakJoints()
  133. Character["Left Leg"]:BreakJoints()
  134. Character["Right Leg"]:BreakJoints()
  135. Character["Left Arm"].CFrame = Handle.CFrame
  136. Character["Left Leg"].CFrame = Handle.CFrame
  137. Character["Right Leg"].CFrame = Handle.CFrame
  138. Character["Left Arm"].Transparency = 1
  139. Character["Left Leg"].Transparency = 1
  140. Character["Right Leg"].Transparency = 1
  141. end
  142. end
  143. end)
  144. end
  145. end)
  146.  
  147. local IsWhitelisted = function(object)
  148. if object:IsA("Part") and table.find(Whitelisted, object.name) then
  149. return true
  150. end
  151. return false
  152. end
  153.  
  154. local IsLunging = function(Handle)
  155. if (Handle.Parent.Parent.GripUp == Vector3.new(1,0,0)) or (Handle.Parent.GripUp == Vector3.new(1,0,0)) then
  156. return true
  157. end
  158. return false
  159. end
  160.  
  161. local Tab = Window:CreateTab("Charactar", 4483362458)
  162.  
  163. local ToggleSpin = Tab:CreateToggle({
  164. Name = "Spin",
  165. CurrentValue = false,
  166. Flag = "Toggle1",
  167. Callback = function(callback)
  168. local Player = game.Players.LocalPlayer
  169. if callback == true then
  170. if Player.Character then
  171. if not Player.Character:FindFirstChild("HumanoidRootPart"):FindFirstChildOfClass("BodyAngularVelocity") then
  172. local Velocity = Instance.new("BodyAngularVelocity", Player.Character:FindFirstChild("HumanoidRootPart"))
  173. Velocity.AngularVelocity = Vector3.new(0, 55, 0)
  174. Velocity.MaxTorque = Vector3.new(0, 9e9, 0)
  175. Velocity.P = 2000
  176. end
  177. end
  178. elseif callback == false then
  179. if Player.Character:FindFirstChild("HumanoidRootPart"):FindFirstChildOfClass("BodyAngularVelocity") then
  180. Player.Character:FindFirstChild("HumanoidRootPart"):FindFirstChildOfClass("BodyAngularVelocity"):Destroy()
  181. end
  182. end
  183. end,
  184. })
  185.  
  186. local s_rs = game:GetService("RunService")
  187. local l_plr = game:GetService("Players").LocalPlayer
  188.  
  189. local l_humrp = l_plr.Character and l_plr.Character:FindFirstChild("HumanoidRootPart")
  190. local l_hum = l_plr.Character and l_plr.Character:FindFirstChild("Humanoid")
  191.  
  192. local resp_con = l_plr.CharacterAdded:Connect(function(c)
  193. l_humrp = c:WaitForChild("HumanoidRootPart", 3)
  194. l_hum = c:WaitForChild("Humanoid", 3)
  195. end)
  196.  
  197. local function dnec(signal)
  198. local s = {}
  199. for _, con in ipairs(getconnections(signal)) do
  200. local func = con.Function
  201. if (func and islclosure(func)) then
  202. if (not is_synapse_function(func)) then
  203. s[#s+1] = con
  204. con:Disable()
  205. end
  206. end
  207. end
  208. return s
  209. end
  210.  
  211. local speed_amnt = 5
  212.  
  213. local Toggle = Tab:CreateToggle({
  214. Name = "Speed",
  215. CurrentValue = false,
  216. Flag = "Toggle1",
  217. Callback = function(callback)
  218. if callback then
  219. a = dnec(l_humrp.Changed)
  220. b = dnec(l_humrp:GetPropertyChangedSignal("CFrame"))
  221.  
  222. s_rs:BindToRenderStep("speed", 2000, function(dt)
  223. l_humrp.CFrame += l_hum.MoveDirection * dt * 5 * speed_amnt
  224. end)
  225. else
  226. s_rs:UnbindFromRenderStep("speed")
  227.  
  228. for i, v in ipairs(a) do
  229. v:Enable()
  230. end
  231. for i, v in ipairs(b) do
  232. v:Enable()
  233. end
  234. end
  235. end,
  236. })
  237.  
  238. local Slider = Tab:CreateSlider({
  239. Name = "Speed Amount",
  240. Range = {1, 2},
  241. Increment = 1,
  242. CurrentValue = 1,
  243. Flag = "SliderSpeed",
  244. Callback = function(Value)
  245. speed_amnt = Value
  246. end,
  247. })
  248.  
  249. local Tab = Window:CreateTab("Misc", 4483362458)
  250.  
  251. local Players = game:GetService("Players")
  252. local LocalPlayer = Players.LocalPlayer
  253.  
  254. local moderatorUserIds = {4803743186, 1673101632, 4633908809, 354787256, 1176591256, 445738014, 4330957039, 30634844, 2379718566, 476852524, 4358838493, 480049913, 48528077, 2203814666, 1575915621} -- Add the user IDs of the moderators here
  255.  
  256. local function isModerator(player)
  257. for _, userId in pairs(moderatorUserIds) do
  258. if player.UserId == userId then
  259. return true
  260. end
  261. end
  262. return false
  263. end
  264.  
  265. local Toggle = Tab:CreateToggle({
  266. Name = "Enable Mod Detection",
  267. CurrentValue = false,
  268. Flag = "Toggle1",
  269. Callback = function(callback)
  270. for _, player in pairs(Players:GetPlayers()) do
  271. if isModerator(player) then
  272. LocalPlayer:Kick("A moderator has been detected in the server")
  273. break
  274. end
  275. end
  276. wait(1)
  277. end
  278. })
  279.  
  280. local Button = Tab:CreateButton({
  281. Name = "Reduce lag",
  282. Callback = function(callback)
  283. local decalsyeeted = true
  284. local g = game
  285. local w = g.Workspace
  286. local l = g.Lighting
  287. local t = w.Terrain
  288. t.WaterWaveSize = 0
  289. t.WaterWaveSpeed = 0
  290. t.WaterReflectance = 0
  291. t.WaterTransparency = 0
  292. l.GlobalShadows = false
  293. l.FogEnd = 9e9
  294. l.Brightness = 0
  295. settings().Rendering.QualityLevel = "Level01"
  296. for i, v in pairs(g:GetDescendants()) do
  297. if v:IsA("Part") or v:IsA("Union") or v:IsA("CornerWedgePart") or v:IsA("TrussPart") then
  298. v.Material = "Plastic"
  299. v.Reflectance = 0
  300. elseif v:IsA("Decal") or v:IsA("Texture") and decalsyeeted then
  301. v.Transparency = 1
  302. elseif v:IsA("ParticleEmitter") or v:IsA("Trail") then
  303. v.Lifetime = NumberRange.new(0)
  304. elseif v:IsA("Explosion") then
  305. v.BlastPressure = 1
  306. v.BlastRadius = 1
  307. elseif v:IsA("Fire") or v:IsA("SpotLight") or v:IsA("Smoke") then
  308. v.Enabled = false
  309. elseif v:IsA("MeshPart") then
  310. v.Material = "Plastic"
  311. v.Reflectance = 0
  312. v.TextureID = 10385902758728957
  313. end
  314. end
  315. for i, e in pairs(l:GetChildren()) do
  316. if e:IsA("BlurEffect") or e:IsA("SunRaysEffect") or e:IsA("ColorCorrectionEffect") or e:IsA("BloomEffect") or e:IsA("DepthOfFieldEffect") then
  317. e.Enabled = false
  318. end
  319. end
  320. end,
  321. })
Advertisement
Add Comment
Please, Sign In to add comment