Advertisement
SumitScripts

Untitled

Mar 31st, 2024
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.83 KB | None | 0 0
  1. wait(1.2)
  2.  
  3. game.StarterGui:SetCore("SendNotification", {
  4.  
  5. Title = "Wellcome to SumitScripts hub"; -- the title (ofc)
  6.  
  7. Text = "Script Made By SumitScripts"; -- what the text says (ofc)
  8.  
  9. Icon = ""; -- the image if u want.
  10.  
  11. Duration = 5; -- how long the notification should in secounds
  12.  
  13. })
  14.  
  15. local lib = loadstring(game:HttpGet("https://raw.githubusercontent.com/AZYsGithub/Arceus-X-UI-Library/main/source.lua"))()
  16.  
  17. lib:SetTitle("TSB | SumitScripts Hub")
  18. lib:SetIcon("http://www.roblox.com/asset/?id=9178187770")
  19. lib:SetTheme("HighContrast")
  20.  
  21. lib:AddButton("Auto Fram GUI", function()
  22. -- Gui to Lua
  23. -- Version: 3.2
  24. -- Brought to you by SumitScripts on YT
  25.  
  26. -- Instances:
  27.  
  28. local HeraBattlegrounds = Instance.new("ScreenGui")
  29. local TopBg = Instance.new("Frame")
  30. local UIGradient = Instance.new("UIGradient")
  31. local Body = Instance.new("Frame")
  32. local UIGradient_2 = Instance.new("UIGradient")
  33. local BlockAura = Instance.new("TextButton")
  34. local UICorner = Instance.new("UICorner")
  35. local minimize = Instance.new("ImageButton")
  36. local TextLabel = Instance.new("TextLabel")
  37.  
  38. --Properties:
  39.  
  40. HeraBattlegrounds.Name = "HeraBattlegrounds"
  41. HeraBattlegrounds.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  42. HeraBattlegrounds.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  43. HeraBattlegrounds.ResetOnSpawn = false
  44.  
  45. TopBg.Name = "TopBg"
  46. TopBg.Parent = HeraBattlegrounds
  47. TopBg.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  48. TopBg.BorderColor3 = Color3.fromRGB(27, 42, 53)
  49. TopBg.BorderSizePixel = 0
  50. TopBg.Position = UDim2.new(0.267471403, 0, 0.242474914, 0)
  51. TopBg.Size = UDim2.new(0, 142, 0, 21)
  52.  
  53. UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(137, 0, 254)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(223, 0, 255))}
  54. UIGradient.Parent = TopBg
  55.  
  56. Body.Name = "Body"
  57. Body.Parent = TopBg
  58. Body.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  59. Body.BorderColor3 = Color3.fromRGB(27, 42, 53)
  60. Body.BorderSizePixel = 0
  61. Body.Position = UDim2.new(0, 0, 0.976190448, 0)
  62. Body.Size = UDim2.new(0, 142, 0, 37)
  63.  
  64. UIGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(55, 0, 103)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(223, 0, 255))}
  65. UIGradient_2.Parent = Body
  66.  
  67. BlockAura.Name = "AutoFram"
  68. BlockAura.Parent = Body
  69. BlockAura.BackgroundColor3 = Color3.fromRGB(43, 41, 83)
  70. BlockAura.BackgroundTransparency = 0.250
  71. BlockAura.BorderSizePixel = 0
  72. BlockAura.Position = UDim2.new(0, 0, 0.151454702, 0)
  73. BlockAura.Size = UDim2.new(0, 142, 0, 24)
  74. BlockAura.Font = Enum.Font.SourceSansBold
  75. BlockAura.Text = "AutoFram: OFF"
  76. BlockAura.TextColor3 = Color3.fromRGB(255, 98, 140)
  77. BlockAura.TextSize = 14.000
  78.  
  79. UICorner.CornerRadius = UDim.new(1, 8)
  80. UICorner.Parent = BlockAura
  81.  
  82. minimize.Name = "minimize"
  83. minimize.Parent = TopBg
  84. minimize.BackgroundTransparency = 1.000
  85. minimize.Position = UDim2.new(0.823943675, 0, -0.119047642, 0)
  86. minimize.Size = UDim2.new(0, 25, 0, 25)
  87. minimize.ZIndex = 2
  88. minimize.Image = "rbxassetid://3926307971"
  89. minimize.ImageRectOffset = Vector2.new(164, 484)
  90. minimize.ImageRectSize = Vector2.new(36, 36)
  91.  
  92. TextLabel.Parent = TopBg
  93. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  94. TextLabel.BackgroundTransparency = 1.000
  95. TextLabel.BorderSizePixel = 0
  96. TextLabel.Size = UDim2.new(0, 142, 0, 20)
  97. TextLabel.Font = Enum.Font.SourceSansBold
  98. TextLabel.Text = "Auto Fram By SumitScripts"
  99. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  100. TextLabel.TextSize = 15.000
  101.  
  102. -- Scripts:
  103.  
  104. local function JLXHHH_fake_script() -- BlockAura.BlockAura
  105. local script = Instance.new('LocalScript', BlockAura)
  106.  
  107. local Usuario = game:GetService("Players").LocalPlayer
  108.  
  109. function Blocking()
  110. local args = {
  111. [1] = {
  112. ["Goal"] = "KeyPress",
  113. ["Key"] = Enum.KeyCode.F
  114. }
  115. }
  116. game:GetService("Players").LocalPlayer.Character.Communicate:FireServer(unpack(args))
  117. end
  118.  
  119. function Unblock()
  120. local args = {
  121. [1] = {
  122. ["Goal"] = "KeyRelease",
  123. ["Key"] = Enum.KeyCode.F
  124. }
  125. }
  126. game:GetService("Players").LocalPlayer.Character.Communicate:FireServer(unpack(args))
  127. end
  128.  
  129. _G.BlockAura = false
  130. script.Parent.MouseButton1Click:Connect(function()
  131. if _G.BlockAura == false then
  132. _G.BlockAura = true
  133. script.Parent.TextColor3 = Color3.fromRGB(76, 241, 46)
  134. script.Parent.Text = "AutoFarm: ON"
  135. while _G.BlockAura do
  136. local closestDistance = math.huge
  137. local closestPlayer = nil
  138.  
  139. for i,v in next, game:GetService("Players"):GetPlayers() do
  140. if (v ~= Usuario and Usuario.Character and Usuario.Character:FindFirstChild("HumanoidRootPart") and v.Character and v.Character:FindFirstChild("HumanoidRootPart")) then
  141. local distance = (v.Character.HumanoidRootPart.Position - Usuario.Character.HumanoidRootPart.Position).magnitude
  142.  
  143. if (distance < closestDistance and distance <= 17) then -- Verificando se é o jogador mais próximo e se ele está dentro da distância permitida
  144. closestDistance = distance
  145. closestPlayer = v
  146. end
  147. end
  148. end
  149.  
  150. if closestPlayer then
  151. Blocking()
  152. local playerPosition = closestPlayer.Character.HumanoidRootPart
  153. Usuario.Character.HumanoidRootPart.CFrame = playerPosition.CFrame * CFrame.new(0, 0, 3)
  154. Unblock()
  155. end
  156. wait()
  157. end
  158. else
  159. _G.BlockAura = false
  160. script.Parent.TextColor3 = Color3.fromRGB(255, 98, 140)
  161. script.Parent.Text = "BlockAura: OFF"
  162. end
  163. end)
  164.  
  165. local UIB = game:GetService("UserInputService")
  166. UIB.InputBegan:Connect(function(tecla,gameprocess)
  167. if not gameprocess then
  168. if tecla.KeyCode == Enum.KeyCode.LeftControl then
  169. if _G.BlockAura == false then
  170. _G.BlockAura = true
  171. script.Parent.TextColor3 = Color3.fromRGB(76, 241, 46)
  172. script.Parent.Text = "BlockAura: ON"
  173. while _G.BlockAura do
  174. local closestDistance = math.huge
  175. local closestPlayer = nil
  176.  
  177. for i,v in next, game:GetService("Players"):GetPlayers() do
  178. if (v ~= Usuario and Usuario.Character and Usuario.Character:FindFirstChild("HumanoidRootPart") and v.Character and v.Character:FindFirstChild("HumanoidRootPart")) then
  179. local distance = (v.Character.HumanoidRootPart.Position - Usuario.Character.HumanoidRootPart.Position).magnitude
  180.  
  181. if (distance < closestDistance and distance <= 17) then -- Verificando se é o jogador mais próximo e se ele está dentro da distância permitida
  182. closestDistance = distance
  183. closestPlayer = v
  184. end
  185. end
  186. end
  187.  
  188. if closestPlayer then
  189. Blocking()
  190. local playerPosition = closestPlayer.Character.HumanoidRootPart
  191. Usuario.Character.HumanoidRootPart.CFrame = playerPosition.CFrame * CFrame.new(0, 0, 3)
  192. Unblock()
  193. end
  194. wait()
  195. end
  196. else
  197. _G.BlockAura = false
  198. script.Parent.TextColor3 = Color3.fromRGB(255, 98, 140)
  199. script.Parent.Text = "BlockAura: OFF"
  200. end
  201. end
  202. end
  203. end)
  204. end
  205. coroutine.wrap(JLXHHH_fake_script)()
  206. local function IECHPZY_fake_script() -- minimize.LocalScript
  207. local script = Instance.new('LocalScript', minimize)
  208.  
  209. script.Parent.MouseButton1Click:Connect(function()
  210. script.Parent.Parent.Body.Visible = not script.Parent.Parent.Body.Visible
  211. end)
  212. end
  213. coroutine.wrap(IECHPZY_fake_script)()
  214. local function JHSE_fake_script() -- TopBg.Drag
  215. local script = Instance.new('LocalScript', TopBg)
  216.  
  217. local UserInputService = game:GetService("UserInputService")
  218. local gui = script.Parent
  219. local dragging
  220. local dragInput
  221. local dragStart
  222. local startPos
  223.  
  224. local function update(input)
  225. local delta = input.Position - dragStart
  226. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  227. end
  228.  
  229. gui.InputBegan:Connect(function(input)
  230. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  231. dragging = true
  232. dragStart = input.Position
  233. startPos = gui.Position
  234.  
  235. input.Changed:Connect(function()
  236. if input.UserInputState == Enum.UserInputState.End then
  237. dragging = false
  238. end
  239. end)
  240. end
  241. end)
  242.  
  243. gui.InputChanged:Connect(function(input)
  244. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  245. dragInput = input
  246. end
  247. end)
  248.  
  249. UserInputService.InputChanged:Connect(function(input)
  250. if input == dragInput and dragging then
  251. update(input)
  252. end
  253. end)
  254. end
  255. coroutine.wrap(JHSE_fake_script)()
  256. local function KMSN_fake_script() -- TopBg.ToggleUI
  257. local script = Instance.new('LocalScript', TopBg)
  258.  
  259. local UIS = game:GetService("UserInputService")
  260. UIS.InputBegan:Connect(function(tecla,gameprocess)
  261. if not gameprocess then
  262. if tecla.KeyCode == Enum.KeyCode.RightControl then
  263. script.Parent.Parent.TopBg.Visible = not script.Parent.Parent.TopBg.Visible
  264. end
  265. end
  266. end)
  267. end
  268. coroutine.wrap(KMSN_fake_script)()
  269. print("Clicked!")
  270. end)
  271.  
  272. lib:AddButton("Speed- 1", function()
  273. function isNumber(str) if tonumber(str) ~= nil or str == 'inf' then return true end end local tspeed = 1 local hb = game:GetService("RunService").Heartbeat local tpwalking = true local player = game:GetService("Players") local lplr = player.LocalPlayer local chr = lplr.Character local hum = chr and chr:FindFirstChildWhichIsA("Humanoid") while tpwalking and hb:Wait() and chr and hum and hum.Parent do if hum.MoveDirection.Magnitude > 0 then if tspeed and isNumber(tspeed) then chr:TranslateBy(hum.MoveDirection * tonumber(tspeed)) else chr:TranslateBy(hum.MoveDirection) end end end
  274. print("Clicked!")
  275. end)
  276.  
  277. lib:AddButton("Speed- 2", function()
  278. function isNumber(str) if tonumber(str) ~= nil or str == 'inf' then return true end end local tspeed = 2 local hb = game:GetService("RunService").Heartbeat local tpwalking = true local player = game:GetService("Players") local lplr = player.LocalPlayer local chr = lplr.Character local hum = chr and chr:FindFirstChildWhichIsA("Humanoid") while tpwalking and hb:Wait() and chr and hum and hum.Parent do if hum.MoveDirection.Magnitude > 0 then if tspeed and isNumber(tspeed) then chr:TranslateBy(hum.MoveDirection * tonumber(tspeed)) else chr:TranslateBy(hum.MoveDirection) end end end
  279. print("Clicked!")
  280. end)
  281.  
  282. lib:AddButton("Void Kill Gui", function()
  283. -- VOID V2! MADE BY ItsLouisPlayz AKA 1ml3g1t
  284.  
  285. -- Press R to teleport to the void, For mobile there will be a button for it
  286.  
  287. -- Yes this does gives u kills :)
  288.  
  289. loadstring(game:HttpGet("https://raw.githubusercontent.com/louismich4el/ItsLouisPlayz-Scripts/main/VOID%20V2%20TSB.lua"))()
  290. print("Clicked!")
  291. end)
  292.  
  293. lib:AddButton("Aimbot", function()
  294. loadstring(game:HttpGet("https://pastebin.com/raw/1Gp9c57U"))()
  295. print("Clicked!")
  296. end)
  297.  
  298. lib:AddButton("infinity Yield", function()
  299. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  300. print("Clicked!")
  301. end)
  302.  
  303.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement