Advertisement
KScripts

the real script lol

Mar 5th, 2022 (edited)
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.34 KB | None | 0 0
  1. -- if you dont want it to say this just delete this part
  2.  
  3. local args = {
  4. [1] = "Injecting...",
  5. [2] = "All"
  6. }
  7.  
  8. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  9.  
  10. local args = {
  11. [1] = "Retrying...",
  12. [2] = "All"
  13. }
  14.  
  15. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  16.  
  17. -- Script generated by SimpleSpy - credits to exx#9394
  18.  
  19. local args = {
  20. [1] = "Injected.",
  21. [2] = "All"
  22. }
  23.  
  24. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  25.  
  26. local args = {
  27. [1] = "Executed 'bloxxed95's Last Script' Succesfully",
  28. [2] = "All"
  29. }
  30.  
  31. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  32.  
  33.  
  34. -- @bloxxed95
  35. -- Last Script
  36.  
  37. -- Instances:
  38.  
  39. local ScreenGui = Instance.new("ScreenGui")
  40. local Frame = Instance.new("Frame")
  41. local sf = Instance.new("TextButton")
  42.  
  43. --Properties:
  44.  
  45. ScreenGui.Parent = game.CoreGui
  46.  
  47. Frame.Parent = ScreenGui
  48. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  49. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  50. Frame.BorderSizePixel = 0
  51. Frame.Position = UDim2.new(0.0117340283, 0, 0.296724468, 0)
  52. Frame.Size = UDim2.new(0, 64, 0, 60)
  53. Frame.Active = true
  54.  
  55. sf.Name = "sf"
  56. sf.Parent = ScreenGui
  57. sf.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  58. sf.Position = UDim2.new(0.027379401, 0, 0.319845855, 0)
  59. sf.Size = UDim2.new(0, 39, 0, 36)
  60. sf.Font = Enum.Font.GothamBlack
  61. sf.Text = "cack"
  62. sf.TextColor3 = Color3.fromRGB(255, 255, 255)
  63. sf.TextScaled = true
  64. sf.TextSize = 14.000
  65. sf.TextWrapped = true
  66. sf.Active = true
  67. sf.MouseButton1Down:connect(function()
  68. -- Script generated by SimpleSpy - credits to exx#9394
  69.  
  70. local args = {
  71. [1] = "\240\159\148\180",
  72. [2] = "All"
  73. }
  74.  
  75. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  76.  
  77. -- Script generated by SimpleSpy - credits to exx#9394
  78.  
  79. local args = {
  80. [1] = "\240\159\148\180\240\159\148\180\240\159\148\180\240\159\148\180\240\159\148\180\240\159\148\180\240\159\148\180",
  81. [2] = "All"
  82. }
  83.  
  84. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  85.  
  86. -- Script generated by SimpleSpy - credits to exx#9394
  87.  
  88. local args = {
  89. [1] = "\240\159\148\180",
  90. [2] = "All"
  91. }
  92.  
  93. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  94.  
  95. end)
  96. -- Objects
  97. plr = game.Players.LocalPlayer
  98. ControlGui = Instance.new("ScreenGui")
  99. Frame = Instance.new("Frame")
  100. TextButton = Instance.new("TextButton")
  101. TextBox = Instance.new("TextBox")
  102.  
  103. -- Properties
  104.  
  105. ControlGui.Name = "ControlGui"
  106. ControlGui.Parent = plr.PlayerGui
  107.  
  108. Frame.Parent = ControlGui
  109. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  110. Frame.Position = UDim2.new(0, 300, 0, 200)
  111. Frame.Size = UDim2.new(0, 300, 0, 150)
  112. Frame.Active = true
  113. Frame.Draggable = true
  114.  
  115. TextButton.Parent = Frame
  116. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  117. TextButton.Position = UDim2.new(0, 50, 0, 90)
  118. TextButton.Size = UDim2.new(0, 200, 0, 50)
  119. TextButton.Font = Enum.Font.SourceSans
  120. TextButton.FontSize = Enum.FontSize.Size32
  121. TextButton.Text = "Reach"
  122. TextButton.TextSize = 30
  123. TextButton.MouseButton1Down:connect(function()
  124. local Players = game:GetService("Players")
  125. local LocalPlayer = Players.LocalPlayer or game:GetService("Players"):GetPlayerFromCharacter(Players.LocalPlayer.Character)
  126. local Character = LocalPlayer.Character or LocalPlayer.Character:FindFirstChild("HumanoidRootPart").Parent
  127.  
  128. local MT = getrawmetatable(game)
  129. local OldIndex = MT. __index
  130. local OldNamecall = MT.__namecall
  131.  
  132. setreadonly(MT, false)
  133. MT.__index = newcclosure(function(H, HP, T, D) --Bypasses some anti FTI checks. (uBlubble, Xelvidant, etc.)
  134. if not checkcaller() and getnamecallmethod() then
  135. if tostring(H) == "Humanoid" and tostring(HP) == "Health" then
  136. return 0
  137. end
  138. if tostring(T) == "Position" and tostring(D) == "Magnitude" then
  139. return 0
  140. end
  141. end
  142. return OldIndex(H, HP)
  143. end)
  144.  
  145. local StarterGui = game:GetService("StarterGui")
  146. local DevConsoleHook --Bypasses all dev console disablers.
  147. DevConsoleHook = hookfunc(StarterGui.SetCore, newcclosure(function(Self, ...)
  148. local Args = table.pack(...)
  149. if Self == StarterGui then
  150. if Args[1] == "DevConsoleVisible" then
  151. Args[1] = nil
  152. end
  153. end
  154. end))
  155.  
  156. --Bypasses script execution.
  157. for _,v in next, getconnections(game:GetService("LogService").MessageOut) do
  158. v:Disable()
  159. end
  160. for _,v in next, getconnections(game:GetService("ScriptContext").Error) do
  161. v:Disable()
  162. end
  163.  
  164. game:GetService("ScriptContext"):SetTimeout(0.1)
  165. setreadonly(MT, true)
  166.  
  167. local UNIATTEMPT = true
  168. local VisualizerTransparencyAmount = 0.4
  169. local UIS = game:GetService("UserInputService")
  170.  
  171. -----------------------------
  172. --bypass 2
  173. local customtheme = "Dark"
  174. local reachsize = 5
  175. local dmgEnabled = true
  176. local multiplier = 0
  177. local visualizerEnabled
  178. local reachType = "Sphere"
  179.  
  180. local Material = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/MaterialLua/master/Module.lua"))()
  181. local UI = Material.Load({
  182. Title = "Sebs Darkside",
  183. Style = 0,
  184. SizeX = 471,
  185. SizeY = 269,
  186. Theme = customtheme
  187. })
  188. --page bypass stuffj
  189.  
  190. UIS.InputBegan:Connect(function(input, gameProcessedEvent)
  191. if input.KeyCode == Enum.KeyCode.X then
  192. game:GetService("CoreGui")["Sebs Darkside"].Enabled = not game:GetService("CoreGui")["Sebs Darkside"].Enabled
  193. end
  194. end)
  195.  
  196. --new page which is gonna be circle reach & stuffghj
  197.  
  198. local Page2 = UI.New({
  199. Title = "Reach/Circle"
  200. })
  201. local Page3 = UI.New({
  202. Title = "Auto Clicker"
  203. })
  204. local Page4 = UI.New({
  205. Title = "Themes"
  206. })
  207.  
  208. local Page5 = UI.New({
  209. Title = "Visuaizer"
  210. })
  211.  
  212.  
  213.  
  214. local ThemePage = Page4.Dropdown({
  215. Text = "Themes",
  216. Callback = function(value)
  217. customtheme = value
  218. Text = customtheme
  219. end,
  220. Options = {"Dark", "Light", "Mocha", "Aqua", "Jester"}
  221. })
  222. local ac_on
  223. local ac_off
  224. local AcOnText = Page3.TextField({
  225. Text = "Keybind for autoclicker on",
  226. Callback = function(value)
  227. print(ac_on)
  228. ac_on = value
  229. end,
  230. })
  231. local AcOffText = Page3.TextField({
  232. Text = "Keybind for autoclicker off ",
  233. Callback = function(value)
  234. print(ac_off)
  235. ac_off = value
  236. end,
  237. })
  238.  
  239. local Mouse = game.Players.LocalPlayer:GetMouse()
  240. Mouse.KeyDown:Connect(function(key)
  241. if key == ac_on then
  242. _G.AutoClicker = true
  243. while _G.AutoClicker do
  244. wait()
  245. pcall(function()
  246. local Sword = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Tool'
  247. Sword:Activate()
  248. end)
  249. end
  250. end
  251. end)
  252. local Mouse = game.Players.LocalPlayer:GetMouse()
  253. Mouse.KeyDown:Connect(function(key)
  254. if key == ac_off then
  255. _G.AutoClicker = false
  256. while _G.AutoClicker do
  257. wait()
  258. pcall(function()
  259. local Sword = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Tool'
  260. Sword:Activate()
  261. end)
  262. end
  263. end
  264. end)
  265.  
  266. local CircleSize = Page2.Slider({
  267. Text = "Circle Size",
  268. Callback = function(value)
  269. reachsize = value
  270. reachsize = tonumber(value)
  271. end,
  272. Min = 0,
  273. Max = 50,
  274. Def = 4
  275. })
  276. local sparemultiplier = 1
  277. local dmgEnabled = Page2.Toggle({
  278. Text = "Enable DMG",
  279. Callback = function(value)
  280. dmgEnabled = value
  281. end,
  282. })
  283. local dmgSlider = Page2.Slider({
  284. Text = "DMG Amount",
  285. Callback = function(value)
  286. multiplier = value
  287. multiplier = tonumber(value)
  288. sparemultiplier = value
  289. sparemultiplier = tonumber(value)
  290. end,
  291. Min = 0.4,
  292. Max = 20,
  293. Def = 1,
  294.  
  295. })
  296. local ShapeDropdown = Page5.Dropdown({
  297. Text = "Visualizer Shape",
  298. Callback = function(value)
  299. reachType = value
  300. end,
  301. Options = {"Sphere", "Block"}
  302. })
  303. local ve = Page5.Toggle({
  304. Text = "Visualizer",
  305. Callback = function(value)
  306. visualizerEnabled = value
  307. end,
  308. })
  309.  
  310.  
  311. local visualizer = Instance.new("Part")
  312.  
  313. visualizer.Color = Color3.new(1, 0.968627, 0)
  314. visualizer.Transparency = VisualizerTransparencyAmount
  315. visualizer.Anchored = true
  316. visualizer.CanCollide = false
  317. visualizer.CastShadow = false
  318. visualizer.Size = Vector3.new(0.5,0.5,0.5)
  319. visualizer.BottomSurface = Enum.SurfaceType.Glue
  320. visualizer.TopSurface = Enum.SurfaceType.Glue
  321. local TweenService = game:GetService("TweenService")
  322. local part = visualizer
  323. local TweeningInformation = TweenInfo.new(
  324. 1,
  325. Enum.EasingStyle.Quad,
  326. Enum.EasingDirection.Out,
  327. 753475938457843579348573,
  328. true,
  329. 0
  330. )
  331.  
  332. local PartProperties = {
  333. Color = Color3.fromRGB(255,0,0)
  334. }
  335.  
  336. local Tween = TweenService:Create(part,TweeningInformation,PartProperties)
  337. Tween:Play()
  338. local Red = Color3.new(1, 0, 0.0156863)
  339. local Blue = Color3.new(0, 0.180392, 1)
  340. local Black = Color3.new(0, 0, 0)
  341. local White = Color3.new(1, 1, 1)
  342. local config = "Reset"
  343. local colorrvalue = 0
  344. local colorgvalue = 0
  345. local colorbvalue = 0
  346.  
  347.  
  348.  
  349. local VConfigs = Page5.Dropdown({
  350. Text = "Configs For Visualizer",
  351. Callback = function(value)
  352. config = value
  353. end,
  354. Options = {"Sebs Config", "CWare Config", "Blizzy Config", "Reset"}
  355. })
  356. --fti script
  357. local plr = game.Players.LocalPlayer
  358. local function onHit(hit,handle)
  359. local victim = hit.Parent:FindFirstChildOfClass("Humanoid")
  360. if victim and victim.Parent.Name ~= game.Players.LocalPlayer.Name then
  361. if dmgEnabled then
  362.  
  363. for _,v in pairs(hit.Parent:GetChildren()) do
  364. if v:IsA("BasePart") then
  365. for i = 1, multiplier do
  366. firetouchinterest(v,handle,0)
  367. firetouchinterest(v,handle,1)
  368. firetouchinterest(v,handle,0)
  369. end
  370. end
  371. end
  372. else
  373. firetouchinterest(hit,handle,0)
  374. firetouchinterest(hit,handle,1)
  375. end
  376. end
  377. end
  378.  
  379. local function getWhiteList()
  380. local wl = {}
  381. for _,v in pairs(game.Players:GetPlayers()) do
  382. if v ~= plr then
  383. local char = v.Character
  384. if char then
  385. for _,q in pairs(char:GetChildren()) do
  386. if q:IsA("BasePart") then
  387. table.insert(wl,q)
  388. end
  389. end
  390. end
  391. end
  392. end
  393. return wl
  394. end
  395.  
  396. game:GetService("RunService").RenderStepped:connect(function()
  397. local s = plr.Character and plr.Character:FindFirstChildOfClass("Tool")
  398. if not s then visualizer.Parent = nil end
  399. if s then
  400. local handle = s:FindFirstChild("Handle") or s:FindFirstChildOfClass("Part")
  401. if handle then
  402. if visualizerEnabled then
  403. visualizer.Parent = workspace
  404. else
  405. visualizer.Parent = nil
  406. end
  407. local reach = tonumber(reachsize)
  408.  
  409. if reach then
  410. if reachType == "Sphere" then
  411. if config == "CWare Config" then
  412. visualizer.Shape = Enum.PartType.Ball
  413. visualizer.Material = Enum.Material.Plastic
  414. visualizer.Color = Color3.new(1, 0, 0)
  415. visualizer.Transparency = 0.005459344392
  416. visualizer.Size = Vector3.new(reach,reach,reach)
  417. visualizer.CFrame = handle.CFrame
  418. visualizer.CastShadow = false
  419. visualizer.Name = math.random()
  420. elseif config == "Reset" then
  421. visualizer.Shape = Enum.PartType.Ball
  422. visualizer.Material = Enum.Material.ForceField
  423. visualizer.Color = Color3.new(1, 0.933333, 0)
  424. visualizer.Transparency = VisualizerTransparencyAmount
  425. visualizer.Size = Vector3.new(reach,reach,reach)
  426. visualizer.CFrame = handle.CFrame
  427. visualizer.CastShadow = false
  428. visualizer.Name = math.random()
  429. elseif config == "Blizzy Config" then
  430. visualizer.Shape = Enum.PartType.Ball
  431. visualizer.Material = Enum.Material.SmoothPlastic
  432. visualizer.Color = Color3.new(0.00784314, 0.454902, 1)
  433. visualizer.Transparency = 0.4
  434. visualizer.Size = Vector3.new(reach,reach,reach)
  435. visualizer.CFrame = handle.CFrame
  436. visualizer.CastShadow = false
  437. visualizer.Name = math.random()
  438. elseif config == "Sebs Config" then
  439. visualizer.Shape = Enum.PartType.Ball
  440. visualizer.Material = Enum.Material.Asphalt
  441. visualizer.Color = Color3.new(0.105882, 0.745098, 0.0313725)
  442. visualizer.Transparency = 0.8
  443. visualizer.Size = Vector3.new(reach,reach,reach)
  444. visualizer.CFrame = handle.CFrame
  445. visualizer.CastShadow = false
  446. visualizer.Name = math.random()
  447. end
  448. for _,v in pairs(game.Players:GetPlayers()) do
  449. local hrp = v.Character and v.Character:FindFirstChild("HumanoidRootPart")
  450. if hrp and handle then
  451. local mag = (hrp.Position-handle.Position).magnitude
  452. if mag <= reach then
  453. onHit(hrp,handle)
  454. end
  455. end
  456. end
  457. elseif reachType == "Block" then
  458. local origin = (handle.CFrame*CFrame.new(0,0,-2)).p
  459. local ray = Ray.new(origin,handle.CFrame.lookVector*-reach)
  460. local p,pos = workspace:FindPartOnRayWithWhitelist(ray,getWhiteList())
  461. visualizer.Shape = Enum.PartType.Block
  462. visualizer.Size = Vector3.new(reach,reach,reach)
  463. visualizer.CFrame = handle.CFrame
  464. visualizer.CastShadow = false
  465. visualizer.Name = math.random()
  466. visualizer.Color = Color3.new(colorrvalue,colorgvalue,colorbvalue)
  467. visualizer.Transparency = VisualizerTransparencyAmount
  468. if config == "CWare Config" then
  469. visualizer.Shape = Enum.PartType.Block
  470. visualizer.Material = Enum.Material.Plastic
  471. visualizer.Color = Color3.new(1, 0, 0)
  472. visualizer.Transparency = 0
  473. visualizer.Size = Vector3.new(reach,reach,reach)
  474. visualizer.CFrame = handle.CFrame
  475. visualizer.CastShadow = false
  476. visualizer.Name = math.random()
  477. elseif config == "Reset" then
  478. visualizer.Shape = Enum.PartType.Block
  479. visualizer.Material = Enum.Material.ForceField
  480. visualizer.Color = Color3.new(0.984314, 1, 0)
  481. visualizer.Transparency = VisualizerTransparencyAmount
  482. visualizer.Size = Vector3.new(reach,reach,reach)
  483. visualizer.CFrame = handle.CFrame
  484. visualizer.CastShadow = false
  485. visualizer.Name = math.random()
  486. elseif config == "Blizzy Config" then
  487. visualizer.Shape = Enum.PartType.Block
  488. visualizer.Material = Enum.Material.SmoothPlastic
  489. visualizer.Color = Color3.new(0.00784314, 0.454902, 1)
  490. visualizer.Transparency = 0.4
  491. visualizer.Size = Vector3.new(reach,reach,reach)
  492. visualizer.CFrame = handle.CFrame
  493. visualizer.CastShadow = false
  494. visualizer.Name = math.random()
  495. elseif config == "Sebs Config" then
  496. visualizer.Shape = Enum.PartType.Block
  497. visualizer.Material = Enum.Material.Asphalt
  498. visualizer.Color = Color3.new(0.105882, 0.745098, 0.0313725)
  499. visualizer.Transparency = 0.8
  500. visualizer.Size = Vector3.new(reach,reach,reach)
  501. visualizer.CFrame = handle.CFrame
  502. visualizer.CastShadow = false
  503. visualizer.Name = math.random()
  504. end
  505. if p then
  506. onHit(p,handle)
  507. else
  508. for _,v in pairs(handle:GetTouchingParts()) do
  509. onHit(v,handle)
  510. end
  511. end
  512.  
  513.  
  514. end
  515. end
  516. end
  517. end
  518. end)
  519. end)
  520.  
  521. TextBox.Parent = Frame
  522. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  523. TextBox.Position = UDim2.new(0, 50, 0, 20)
  524. TextBox.Size = UDim2.new(0, 200, 0, 30)
  525. TextBox.Font = Enum.Font.SourceSans
  526. TextBox.FontSize = Enum.FontSize.Size28
  527. TextBox.Text = "bloxxed95's script"
  528. TextBox.TextSize = 25
  529. TextBox.Scaled = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement