Advertisement
ILovePotato

Untitled

Nov 26th, 2024
4,680
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.21 KB | None | 0 0
  1. -- Place this LocalScript in StarterPlayerScripts or StarterGui
  2.  
  3. local player = game.Players.LocalPlayer
  4. local playerGui = player:WaitForChild("PlayerGui")
  5.  
  6. -- Create a Sound object
  7. local sound = Instance.new("Sound")
  8. sound.SoundId = "rbxassetid://8394620892" -- Replace YOUR_SOUND_ID with your sound asset ID
  9. sound.Volume = 1 -- Set the volume (0 to 1)
  10. sound.Parent = playerGui -- Set the parent to PlayerGui
  11.  
  12. -- Function to play the sound
  13. local function playSound()
  14. sound:Play()
  15. end
  16.  
  17. -- Play the sound when the player joins
  18. playSound()
  19. -- Create a LocalScript in StarterPlayerScripts or StarterGui
  20.  
  21. local player = game.Players.LocalPlayer
  22. local playerGui = player:WaitForChild("PlayerGui")
  23.  
  24. -- Create a ScreenGui
  25. local screenGui = Instance.new("ScreenGui")
  26. screenGui.Name = "NotificationGui"
  27. screenGui.Parent = playerGui
  28.  
  29. -- Create a Frame for the notification
  30. local notificationFrame = Instance.new("Frame")
  31. notificationFrame.Size = UDim2.new(0.4, 0, 0.2, 0) -- Size of the notification
  32. notificationFrame.Position = UDim2.new(0.3, 0, 0.4, 0) -- Position in the center
  33. notificationFrame.BackgroundColor3 = Color3.fromRGB(50, 50, 50) -- Background color
  34. notificationFrame.BorderSizePixel = 0
  35. notificationFrame.Parent = screenGui
  36.  
  37. -- Create a TextLabel for the notification message
  38. local messageLabel = Instance.new("TextLabel")
  39. messageLabel.Size = UDim2.new(1, 0, 1, 0)
  40. messageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) -- Text background
  41. messageLabel.TextColor3 = Color3.fromRGB(0, 0, 0) -- Text color
  42. messageLabel.TextScaled = true
  43. messageLabel.Text = "Made by NeverGonnaGiveUpLo4 on Roblox ENJOY!" -- Change this to your desired message
  44. messageLabel.Parent = notificationFrame
  45.  
  46. -- Function to show notification
  47. local function showNotification()
  48. notificationFrame.Visible = true
  49.  
  50. -- Fade out effect
  51. wait(3) -- Wait for 3 seconds before fading out
  52. for i = 1, 10 do
  53. notificationFrame.BackgroundTransparency = i / 10
  54. messageLabel.TextTransparency = i / 10
  55. wait(0.1) -- Adjust for speed of fading
  56. end
  57.  
  58. notificationFrame.Visible = false
  59. end
  60.  
  61. -- Call the function to show the notification
  62. showNotification()
  63. -- Place this LocalScript in StarterPlayerScripts or StarterGui
  64.  
  65. local player = game.Players.LocalPlayer
  66. local playerGui = player:WaitForChild("PlayerGui")
  67.  
  68. -- Create a Sound object
  69. local sound = Instance.new("Sound")
  70. sound.SoundId = "rbxassetid://18944042066" -- Replace YOUR_SOUND_ID with your sound asset ID
  71. sound.Volume = 1 -- Set the volume (0 to 1)
  72. sound.Parent = playerGui -- Set the parent to PlayerGui
  73.  
  74. -- Function to play the sound
  75. local function playSound()
  76. sound:Play()
  77. end
  78.  
  79. -- Play the sound when the player joins
  80. playSound()
  81. local player = game.Players.LocalPlayer
  82. repeat wait() until player.Character.Humanoid
  83. local humanoid = player.Character.Humanoid
  84. local character = player.Character or player.CharacterAdded:Wait()
  85. local UserInputService = game:GetService("UserInputService")
  86.  
  87. local anim2 = Instance.new("Animation")
  88. anim2.AnimationId = "rbxassetid://17325160621"
  89.  
  90. local playAnim2 = humanoid:LoadAnimation(anim2)
  91. playAnim2:Play()
  92. loadstring(game:HttpGet("https://pastebin.com/raw/dxZ9PyyX"))()
  93. -- script real
  94. local player = game.Players.LocalPlayer
  95. local backpack = player:WaitForChild("Backpack")
  96.  
  97. for _, item in pairs(backpack:GetChildren()) do
  98. item:Destroy()
  99. end
  100. -- Create a new tool
  101. local tool = Instance.new("Tool")
  102. tool.Name = "Ravage"
  103. tool.RequiresHandle = true -- Ensure the tool has a handle
  104.  
  105. -- Create the handle
  106. local handle = Instance.new("Part")
  107. handle.Size = Vector3.new(1, 1, 1)
  108. handle.Anchored = false
  109. handle.CanCollide = false
  110. handle.Name = "Handle"
  111. handle.Parent = tool
  112.  
  113. -- Parent the tool to the player's backpack
  114. tool.Parent = game.Players.LocalPlayer.Backpack
  115.  
  116. -- Connect the Activated event to execute loadstring on click
  117. tool.Activated:Connect(function()
  118. loadstring(game:HttpGet("https://pastebin.com/raw/pQBSdrBG"))()
  119. loadstring("print('Loadstring executed!')")()
  120. end)
  121. -- Create a new tool
  122. local tool = Instance.new("Tool")
  123. tool.Name = "Swift sweep"
  124. tool.RequiresHandle = true -- Ensure the tool has a handle
  125.  
  126. -- Create the handle
  127. local handle = Instance.new("Part")
  128. handle.Size = Vector3.new(1, 1, 1)
  129. handle.Anchored = false
  130. handle.CanCollide = false
  131. handle.Name = "Handle"
  132. handle.Parent = tool
  133.  
  134. -- Parent the tool to the player's backpack
  135. tool.Parent = game.Players.LocalPlayer.Backpack
  136.  
  137. -- Connect the Activated event to execute loadstring on click
  138. tool.Activated:Connect(function()
  139. loadstring(game:HttpGet("https://pastebin.com/raw/mpNj8beT"))()
  140. loadstring("print('Loadstring executed!')")()
  141. end)
  142. -- Create a new tool
  143. local tool = Instance.new("Tool")
  144. tool.Name = "Collateral ruin"
  145. tool.RequiresHandle = true -- Ensure the tool has a handle
  146.  
  147. -- Create the handle
  148. local handle = Instance.new("Part")
  149. handle.Size = Vector3.new(1, 1, 1)
  150. handle.Anchored = false
  151. handle.CanCollide = false
  152. handle.Name = "Handle"
  153. handle.Parent = tool
  154.  
  155. -- Parent the tool to the player's backpack
  156. tool.Parent = game.Players.LocalPlayer.Backpack
  157.  
  158. -- Connect the Activated event to execute loadstring on click
  159. tool.Activated:Connect(function()
  160. loadstring(game:HttpGet("https://pastebin.com/raw/2JQ7K5hk"))()
  161. loadstring("print('Loadstring executed!')")()
  162. end)
  163. -- Place this LocalScript in StarterGui
  164.  
  165. local player = game.Players.LocalPlayer
  166. local playerGui = player:WaitForChild("PlayerGui")
  167.  
  168. -- Create a ScreenGui
  169. local screenGui = Instance.new("ScreenGui")
  170. screenGui.Name = "ButtonGui"
  171. screenGui.Parent = playerGui
  172.  
  173. -- Create a TextButton
  174. local button = Instance.new("TextButton")
  175. button.Size = UDim2.new(0.1, 0, 0.1, 0) -- Size of the button
  176. button.Position = UDim2.new(0.9, -50, 0.05, 0) -- Top right position
  177. button.Text = "Awaken (20 series)" -- Button text
  178. button.Parent = screenGui
  179.  
  180. -- Function to handle button click
  181. local function onButtonClick()
  182. loadstring(game:HttpGet("https://pastebin.com/raw/pwPfkbXf"))()
  183. local player = game.Players.LocalPlayer
  184. local backpack = player.Backpack
  185.  
  186. for _, item in pairs(backpack:GetChildren()) do
  187. item:Destroy() -- Remove each item in the backpack
  188. end
  189.  
  190. print("The backpack is now empty.")
  191. -- Create a new tool
  192. local tool = Instance.new("Tool")
  193. tool.Name = "Stoic Bomb"
  194. tool.RequiresHandle = true -- Ensure the tool has a handle
  195.  
  196. -- Create the handle
  197. local handle = Instance.new("Part")
  198. handle.Size = Vector3.new(1, 1, 1)
  199. handle.Anchored = false
  200. handle.CanCollide = false
  201. handle.Name = "Handle"
  202. handle.Parent = tool
  203.  
  204. -- Parent the tool to the player's backpack
  205. tool.Parent = game.Players.LocalPlayer.Backpack
  206.  
  207. -- Connect the Activated event to execute loadstring on click
  208. tool.Activated:Connect(function()
  209. loadstring(game:HttpGet("https://pastebin.com/raw/BQAA19Wh"))()
  210.  
  211. local player = game.Players.LocalPlayer
  212. local backpack = player:WaitForChild("Backpack")
  213.  
  214. for _, item in pairs(backpack:GetChildren()) do
  215. item:Destroy()
  216. end
  217. -- Create a new tool
  218. local tool = Instance.new("Tool")
  219. tool.Name = "Ravage"
  220. tool.RequiresHandle = true -- Ensure the tool has a handle
  221.  
  222. -- Create the handle
  223. local handle = Instance.new("Part")
  224. handle.Size = Vector3.new(1, 1, 1)
  225. handle.Anchored = false
  226. handle.CanCollide = false
  227. handle.Name = "Handle"
  228. handle.Parent = tool
  229.  
  230. -- Parent the tool to the player's backpack
  231. tool.Parent = game.Players.LocalPlayer.Backpack
  232.  
  233. -- Connect the Activated event to execute loadstring on click
  234. tool.Activated:Connect(function()
  235. loadstring(game:HttpGet("https://pastebin.com/raw/pQBSdrBG"))()
  236. loadstring("print('Loadstring executed!')")()
  237. end)
  238. -- Create a new tool
  239. local tool = Instance.new("Tool")
  240. tool.Name = "Swift sweep"
  241. tool.RequiresHandle = true -- Ensure the tool has a handle
  242.  
  243. -- Create the handle
  244. local handle = Instance.new("Part")
  245. handle.Size = Vector3.new(1, 1, 1)
  246. handle.Anchored = false
  247. handle.CanCollide = false
  248. handle.Name = "Handle"
  249. handle.Parent = tool
  250.  
  251. -- Parent the tool to the player's backpack
  252. tool.Parent = game.Players.LocalPlayer.Backpack
  253.  
  254. -- Connect the Activated event to execute loadstring on click
  255. tool.Activated:Connect(function()
  256. loadstring(game:HttpGet("https://pastebin.com/raw/mpNj8beT"))()
  257. loadstring("print('Loadstring executed!')")()
  258. end)
  259. -- Create a new tool
  260. local tool = Instance.new("Tool")
  261. tool.Name = "Collateral ruin"
  262. tool.RequiresHandle = true -- Ensure the tool has a handle
  263.  
  264. -- Create the handle
  265. local handle = Instance.new("Part")
  266. handle.Size = Vector3.new(1, 1, 1)
  267. handle.Anchored = false
  268. handle.CanCollide = false
  269. handle.Name = "Handle"
  270. handle.Parent = tool
  271.  
  272. -- Parent the tool to the player's backpack
  273. tool.Parent = game.Players.LocalPlayer.Backpack
  274.  
  275. -- Connect the Activated event to execute loadstring on click
  276. tool.Activated:Connect(function()
  277. loadstring(game:HttpGet("https://pastebin.com/raw/2JQ7K5hk"))()
  278. loadstring("print('Loadstring executed!')")()
  279. end)
  280. loadstring("print('Loadstring executed!')")()
  281. end)
  282. loadstring(game:HttpGet("https://pastebin.com/raw/KHF0uXdY"))()
  283. -- Create a new tool
  284. local tool = Instance.new("Tool")
  285. tool.Name = "Five seasons"
  286. tool.RequiresHandle = true -- Ensure the tool has a handle
  287.  
  288. -- Create the handle
  289. local handle = Instance.new("Part")
  290. handle.Size = Vector3.new(1, 1, 1)
  291. handle.Anchored = false
  292. handle.CanCollide = false
  293. handle.Name = "Handle"
  294. handle.Parent = tool
  295.  
  296. -- Parent the tool to the player's backpack
  297. tool.Parent = game.Players.LocalPlayer.Backpack
  298.  
  299. -- Connect the Activated event to execute loadstring on click
  300. tool.Activated:Connect(function()
  301. loadstring(game:HttpGet("https://pastebin.com/raw/qxJxBvdX"))()
  302. local player = game.Players.LocalPlayer
  303. local backpack = player:WaitForChild("Backpack")
  304.  
  305. for _, item in pairs(backpack:GetChildren()) do
  306. item:Destroy()
  307. end
  308. -- Create a new tool
  309. local tool = Instance.new("Tool")
  310. tool.Name = "Ravage"
  311. tool.RequiresHandle = true -- Ensure the tool has a handle
  312.  
  313. -- Create the handle
  314. local handle = Instance.new("Part")
  315. handle.Size = Vector3.new(1, 1, 1)
  316. handle.Anchored = false
  317. handle.CanCollide = false
  318. handle.Name = "Handle"
  319. handle.Parent = tool
  320.  
  321. -- Parent the tool to the player's backpack
  322. tool.Parent = game.Players.LocalPlayer.Backpack
  323.  
  324. -- Connect the Activated event to execute loadstring on click
  325. tool.Activated:Connect(function()
  326. loadstring(game:HttpGet("https://pastebin.com/raw/pQBSdrBG"))()
  327. loadstring("print('Loadstring executed!')")()
  328. end)
  329. -- Create a new tool
  330. local tool = Instance.new("Tool")
  331. tool.Name = "Swift sweep"
  332. tool.RequiresHandle = true -- Ensure the tool has a handle
  333.  
  334. -- Create the handle
  335. local handle = Instance.new("Part")
  336. handle.Size = Vector3.new(1, 1, 1)
  337. handle.Anchored = false
  338. handle.CanCollide = false
  339. handle.Name = "Handle"
  340. handle.Parent = tool
  341.  
  342. -- Parent the tool to the player's backpack
  343. tool.Parent = game.Players.LocalPlayer.Backpack
  344.  
  345. -- Connect the Activated event to execute loadstring on click
  346. tool.Activated:Connect(function()
  347. loadstring(game:HttpGet("https://pastebin.com/raw/mpNj8beT"))()
  348. loadstring("print('Loadstring executed!')")()
  349. end)
  350. -- Create a new tool
  351. local tool = Instance.new("Tool")
  352. tool.Name = "Collateral ruin"
  353. tool.RequiresHandle = true -- Ensure the tool has a handle
  354.  
  355. -- Create the handle
  356. local handle = Instance.new("Part")
  357. handle.Size = Vector3.new(1, 1, 1)
  358. handle.Anchored = false
  359. handle.CanCollide = false
  360. handle.Name = "Handle"
  361. handle.Parent = tool
  362.  
  363. -- Parent the tool to the player's backpack
  364. tool.Parent = game.Players.LocalPlayer.Backpack
  365.  
  366. -- Connect the Activated event to execute loadstring on click
  367. tool.Activated:Connect(function()
  368. loadstring(game:HttpGet("https://pastebin.com/raw/2JQ7K5hk"))()
  369. loadstring("print('Loadstring executed!')")()
  370. end)
  371. loadstring("print('Loadstring executed!')")()
  372. end)
  373. print("Button was clicked!") -- Change this to whatever action you want
  374. end
  375.  
  376. -- Connect the button click event
  377. button.MouseButton1Click:Connect(onButtonClick)
  378. local player = game.Players.LocalPlayer
  379. local playerGui = player:WaitForChild("PlayerGui")
  380.  
  381. local screenGui = Instance.new("ScreenGui")
  382. screenGui.Name = "TextGui"
  383. screenGui.Parent = playerGui
  384.  
  385. local textLabel = Instance.new("TextLabel")
  386. textLabel.Size = UDim2.new(0.3, 0, 0.1, 0)
  387. textLabel.Position = UDim2.new(0, 10, 0, 10)
  388. textLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  389. textLabel.BackgroundTransparency = 0.5
  390. textLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  391. textLabel.TextScaled = true
  392. textLabel.Text = "KJ SCRIPT By: NeverGonnaGiveUpLo4 On roblox!" -- Change this to your desired text
  393. textLabel.Parent = screenGui
  394. -- Create a ScreenGui
  395. local screenGui = Instance.new("ScreenGui")
  396. screenGui.Name = "BottomLeftTextGui"
  397. screenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  398.  
  399. -- Create a TextLabel
  400. local textLabel = Instance.new("TextLabel")
  401. textLabel.Name = "BottomLeftText"
  402. textLabel.Size = UDim2.new(0, 200, 0, 50) -- Width 200, Height 50
  403. textLabel.Position = UDim2.new(0, 10, 1, -60) -- Position at the bottom left
  404. textLabel.Text = "bug can occurr"
  405. textLabel.TextColor3 = Color3.fromRGB(255, 255, 255) -- White text
  406. textLabel.BackgroundTransparency = 1 -- Transparent background
  407. textLabel.TextSize = 24 -- Set text size
  408. textLabel.Parent = screenGui -- Parent the TextLabel to the ScreenGui
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement