Advertisement
ILovePotato

Untitled

Nov 20th, 2024
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.48 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/dn558sDj"))()
  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/KSwcEYPE"))()
  140. loadstring("print('Loadstring executed!')")()
  141. end)
  142. -- Create a new tool
  143. local tool = Instance.new("Tool")
  144. tool.Name = "Colateral ruin (W.I.P)"
  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/2ftXwfkS"))()
  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. local function createNotification(message, duration)
  210. -- Create a ScreenGui
  211. local screenGui = Instance.new("ScreenGui")
  212. screenGui.Name = "NotificationGui"
  213. screenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  214.  
  215. loadstring(game:HttpGet("https://pastebin.com/raw/J8AYwEU1"))()
  216. local player = game.Players.LocalPlayer
  217. local backpack = player:WaitForChild("Backpack")
  218.  
  219. for _, item in pairs(backpack:GetChildren()) do
  220. item:Destroy()
  221. end
  222. -- Create a new tool
  223. local tool = Instance.new("Tool")
  224. tool.Name = "Ravage"
  225. tool.RequiresHandle = true -- Ensure the tool has a handle
  226.  
  227. -- Create the handle
  228. local handle = Instance.new("Part")
  229. handle.Size = Vector3.new(1, 1, 1)
  230. handle.Anchored = false
  231. handle.CanCollide = false
  232. handle.Name = "Handle"
  233. handle.Parent = tool
  234.  
  235. -- Parent the tool to the player's backpack
  236. tool.Parent = game.Players.LocalPlayer.Backpack
  237.  
  238. -- Connect the Activated event to execute loadstring on click
  239. tool.Activated:Connect(function()
  240. loadstring(game:HttpGet("https://pastebin.com/raw/dn558sDj"))()
  241. loadstring("print('Loadstring executed!')")()
  242. end)
  243. -- Create a new tool
  244. local tool = Instance.new("Tool")
  245. tool.Name = "Swift sweep"
  246. tool.RequiresHandle = true -- Ensure the tool has a handle
  247.  
  248. -- Create the handle
  249. local handle = Instance.new("Part")
  250. handle.Size = Vector3.new(1, 1, 1)
  251. handle.Anchored = false
  252. handle.CanCollide = false
  253. handle.Name = "Handle"
  254. handle.Parent = tool
  255.  
  256. -- Parent the tool to the player's backpack
  257. tool.Parent = game.Players.LocalPlayer.Backpack
  258.  
  259. -- Connect the Activated event to execute loadstring on click
  260. tool.Activated:Connect(function()
  261. loadstring(game:HttpGet("https://pastebin.com/raw/KSwcEYPE"))()
  262. loadstring("print('Loadstring executed!')")()
  263. end)
  264. -- Create a new tool
  265. local tool = Instance.new("Tool")
  266. tool.Name = "Colateral ruin (W.I.P)"
  267. tool.RequiresHandle = true -- Ensure the tool has a handle
  268.  
  269. -- Create the handle
  270. local handle = Instance.new("Part")
  271. handle.Size = Vector3.new(1, 1, 1)
  272. handle.Anchored = false
  273. handle.CanCollide = false
  274. handle.Name = "Handle"
  275. handle.Parent = tool
  276.  
  277. -- Parent the tool to the player's backpack
  278. tool.Parent = game.Players.LocalPlayer.Backpack
  279.  
  280. -- Connect the Activated event to execute loadstring on click
  281. tool.Activated:Connect(function()
  282. loadstring(game:HttpGet("https://pastebin.com/raw/2ftXwfkS"))()
  283. loadstring("print('Loadstring executed!')")()
  284. end)
  285. loadstring("print('Loadstring executed!')")()
  286. end)
  287. loadstring(game:HttpGet("https://pastebin.com/raw/KHF0uXdY"))()
  288. -- Create a new tool
  289. local tool = Instance.new("Tool")
  290. tool.Name = "Five seasons"
  291. tool.RequiresHandle = true -- Ensure the tool has a handle
  292.  
  293. -- Create the handle
  294. local handle = Instance.new("Part")
  295. handle.Size = Vector3.new(1, 1, 1)
  296. handle.Anchored = false
  297. handle.CanCollide = false
  298. handle.Name = "Handle"
  299. handle.Parent = tool
  300.  
  301. -- Parent the tool to the player's backpack
  302. tool.Parent = game.Players.LocalPlayer.Backpack
  303.  
  304. -- Connect the Activated event to execute loadstring on click
  305. tool.Activated:Connect(function()
  306. loadstring(game:HttpGet("https://pastebin.com/raw/FjratmKt"))()
  307. local player = game.Players.LocalPlayer
  308. local backpack = player:WaitForChild("Backpack")
  309.  
  310. for _, item in pairs(backpack:GetChildren()) do
  311. item:Destroy()
  312. end
  313. -- Create a new tool
  314. local tool = Instance.new("Tool")
  315. tool.Name = "Ravage"
  316. tool.RequiresHandle = true -- Ensure the tool has a handle
  317.  
  318. -- Create the handle
  319. local handle = Instance.new("Part")
  320. handle.Size = Vector3.new(1, 1, 1)
  321. handle.Anchored = false
  322. handle.CanCollide = false
  323. handle.Name = "Handle"
  324. handle.Parent = tool
  325.  
  326. -- Parent the tool to the player's backpack
  327. tool.Parent = game.Players.LocalPlayer.Backpack
  328.  
  329. -- Connect the Activated event to execute loadstring on click
  330. tool.Activated:Connect(function()
  331. loadstring(game:HttpGet("https://pastebin.com/raw/dn558sDj"))()
  332. loadstring("print('Loadstring executed!')")()
  333. end)
  334. -- Create a new tool
  335. local tool = Instance.new("Tool")
  336. tool.Name = "Swift sweep"
  337. tool.RequiresHandle = true -- Ensure the tool has a handle
  338.  
  339. -- Create the handle
  340. local handle = Instance.new("Part")
  341. handle.Size = Vector3.new(1, 1, 1)
  342. handle.Anchored = false
  343. handle.CanCollide = false
  344. handle.Name = "Handle"
  345. handle.Parent = tool
  346.  
  347. -- Parent the tool to the player's backpack
  348. tool.Parent = game.Players.LocalPlayer.Backpack
  349.  
  350. -- Connect the Activated event to execute loadstring on click
  351. tool.Activated:Connect(function()
  352. loadstring(game:HttpGet("https://pastebin.com/raw/KSwcEYPE"))()
  353. loadstring("print('Loadstring executed!')")()
  354. end)
  355. -- Create a new tool
  356. local tool = Instance.new("Tool")
  357. tool.Name = "Colateral ruin (W.I.P)"
  358. tool.RequiresHandle = true -- Ensure the tool has a handle
  359.  
  360. -- Create the handle
  361. local handle = Instance.new("Part")
  362. handle.Size = Vector3.new(1, 1, 1)
  363. handle.Anchored = false
  364. handle.CanCollide = false
  365. handle.Name = "Handle"
  366. handle.Parent = tool
  367.  
  368. -- Parent the tool to the player's backpack
  369. tool.Parent = game.Players.LocalPlayer.Backpack
  370.  
  371. -- Connect the Activated event to execute loadstring on click
  372. tool.Activated:Connect(function()
  373. loadstring(game:HttpGet("https://pastebin.com/raw/2ftXwfkS"))()
  374. loadstring("print('Loadstring executed!')")()
  375. end)
  376. loadstring("print('Loadstring executed!')")()
  377. end)
  378. print("Button was clicked!") -- Change this to whatever action you want
  379. end
  380.  
  381. -- Connect the button click event
  382. button.MouseButton1Click:Connect(onButtonClick)
  383. local player = game.Players.LocalPlayer
  384. local playerGui = player:WaitForChild("PlayerGui")
  385.  
  386. local screenGui = Instance.new("ScreenGui")
  387. screenGui.Name = "TextGui"
  388. screenGui.Parent = playerGui
  389.  
  390. local textLabel = Instance.new("TextLabel")
  391. textLabel.Size = UDim2.new(0.3, 0, 0.1, 0)
  392. textLabel.Position = UDim2.new(0, 10, 0, 10)
  393. textLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  394. textLabel.BackgroundTransparency = 0.5
  395. textLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  396. textLabel.TextScaled = true
  397. textLabel.Text = "KJ SCRIPT By: NeverGonnaGiveUpLo4 On roblox!" -- Change this to your desired text
  398. textLabel.Parent = screenGui
  399. -- Create a ScreenGui
  400. local screenGui = Instance.new("ScreenGui")
  401. screenGui.Name = "BottomLeftTextGui"
  402. screenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  403.  
  404. -- Create a TextLabel
  405. local textLabel = Instance.new("TextLabel")
  406. textLabel.Name = "BottomLeftText"
  407. textLabel.Size = UDim2.new(0, 200, 0, 50) -- Width 200, Height 50
  408. textLabel.Position = UDim2.new(0, 10, 1, -60) -- Position at the bottom left
  409. textLabel.Text = "bug can occurr"
  410. textLabel.TextColor3 = Color3.fromRGB(255, 255, 255) -- White text
  411. textLabel.BackgroundTransparency = 1 -- Transparent background
  412. textLabel.TextSize = 24 -- Set text size
  413. textLabel.Parent = screenGui -- Parent the TextLabel to the ScreenGui
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement