Advertisement
Guest User

Untitled

a guest
Feb 16th, 2020
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.83 KB | None | 0 0
  1. -- Credits to Ygbot17 (GUI) CHARITYCRIT1KAL (Most scripts) skidma lov3r (Sword Spam)
  2. -- Farewell Infortality.
  3. -- Version: 2.82
  4. -- Instances:
  5. local NsbaGui = Instance.new("ScreenGui")
  6. local Open = Instance.new("Frame")
  7. local Open_2 = Instance.new("TextButton")
  8. local Main1 = Instance.new("Frame")
  9. local NameOfGui1 = Instance.new("TextBox")
  10. local SwordSpam = Instance.new("TextButton")
  11. local ScrapeSpam = Instance.new("TextButton")
  12. local CloseBox = Instance.new("TextButton")
  13. local FeClickTeleport = Instance.new("TextButton")
  14. local StarPlatinum3Timestop = Instance.new("TextButton")
  15. local Jiren = Instance.new("TextButton")
  16. local Beppo = Instance.new("TextButton")
  17. local Beppoinfheals = Instance.new("TextButton")
  18. local PunchSpam = Instance.new("TextButton")
  19. local Ygbot17 = Instance.new("TextBox")
  20. local skidmalov3r = Instance.new("TextBox")
  21. local CHARITYCRIT1KAL = Instance.new("TextBox")
  22. --Properties:
  23. NsbaGui.Name = "Nsba Gui"
  24. NsbaGui.Parent = game.CoreGui
  25.  
  26. Open.Name = "Open"
  27. Open.Parent = NsbaGui
  28. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  29. Open.Position = UDim2.new(0.0179948583, 0, 0.84387356, 0)
  30. Open.Size = UDim2.new(0, 60, 0, 67)
  31.  
  32. Open_2.Name = "Open"
  33. Open_2.Parent = Open
  34. Open_2.BackgroundColor3 = Color3.new(0, 0, 0)
  35. Open_2.BorderColor3 = Color3.new(0, 0, 0)
  36. Open_2.Position = UDim2.new(0.055555556, 0, 0.149578199, 0)
  37. Open_2.Size = UDim2.new(0, 54, 0, 47)
  38. Open_2.Font = Enum.Font.ArialBold
  39. Open_2.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  40. Open_2.Text = "Open"
  41. Open_2.TextColor3 = Color3.new(0.666667, 0, 0)
  42. Open_2.TextSize = 18
  43. Open_2.MouseButton1Down:connect(function()
  44. Main1.Visible = true
  45. Open.Visible = false
  46. end)
  47.  
  48. Main1.Name = "Main1"
  49. Main1.Parent = NsbaGui
  50. Main1.BackgroundColor3 = Color3.new(0, 0, 0)
  51. Main1.BackgroundTransparency = 0.20000000298023
  52. Main1.Position = UDim2.new(0.0501285344, 0, 0.0948616564, 0)
  53. Main1.Size = UDim2.new(0, 279, 0, 357)
  54. Main1.Active = true
  55. Main1.Draggable = true
  56.  
  57. NameOfGui1.Name = "NameOfGui1"
  58. NameOfGui1.Parent = Main1
  59. NameOfGui1.BackgroundColor3 = Color3.new(0, 0, 0)
  60. NameOfGui1.BackgroundTransparency = 1.2999999523163
  61. NameOfGui1.Position = UDim2.new(0.0833333358, 0, 0.041860465, 0)
  62. NameOfGui1.Size = UDim2.new(0, 200, 0, 46)
  63. NameOfGui1.Font = Enum.Font.ArialBold
  64. NameOfGui1.Text = "Nsba Gui"
  65. NameOfGui1.TextColor3 = Color3.new(0.666667, 0, 0)
  66. NameOfGui1.TextSize = 18
  67.  
  68. SwordSpam.Name = "SwordSpam"
  69. SwordSpam.Parent = Main1
  70. SwordSpam.BackgroundColor3 = Color3.new(0, 0, 0)
  71. SwordSpam.Position = UDim2.new(0.37325269, 0, 0.204152822, 0)
  72. SwordSpam.Size = UDim2.new(0, 65, 0, 50)
  73. SwordSpam.Font = Enum.Font.Arial
  74. SwordSpam.Text = "Sword spam"
  75. SwordSpam.TextColor3 = Color3.new(1, 1, 1)
  76. SwordSpam.TextSize = 12
  77. SwordSpam.MouseButton1Down:connect(function()
  78. local player = game.Players.LocalPlayer
  79. local player2 = game.Players.LocalPlayer
  80. character2 = player2.Character
  81. local Mouse = player:GetMouse()
  82. Mouse.KeyDown:connect(function(key)
  83. if key == "r" then
  84. player2.Backpack.SwordThrow.RemoteEvent:FireServer(Mouse.Hit.p)
  85. end
  86. end)
  87. end)
  88.  
  89. ScrapeSpam.Name = "ScrapeSpam"
  90. ScrapeSpam.Parent = Main1
  91. ScrapeSpam.BackgroundColor3 = Color3.new(0, 0, 0)
  92. ScrapeSpam.Position = UDim2.new(0.68575269, 0, 0.204152822, 0)
  93. ScrapeSpam.Size = UDim2.new(0, 65, 0, 50)
  94. ScrapeSpam.Font = Enum.Font.Arial
  95. ScrapeSpam.Text = "Scrape Spam"
  96. ScrapeSpam.TextColor3 = Color3.new(1, 1, 1)
  97. ScrapeSpam.TextSize = 12
  98. ScrapeSpam.MouseButton1Down:connect(function()
  99. local player = game.Players.LocalPlayer
  100. local player2 = game.Players.LocalPlayer
  101. local character2 = player2.Character
  102. local Mouse = player:GetMouse()
  103. Mouse.KeyDown:connect(function(key)
  104. if key =="e" then
  105. game:GetService("Players").LocalPlayer.Backpack.Scrape1.RemoteEvent:FireServer(Vector3.new(156.372696, 4.56704378, 22.5861511))
  106. end
  107. end)
  108. end)
  109.  
  110. CloseBox.Name = "CloseBox"
  111. CloseBox.Parent = Main1
  112. CloseBox.BackgroundColor3 = Color3.new(0, 0, 0)
  113. CloseBox.Position = UDim2.new(0.741666675, 0, 0.0325581394, 0)
  114. CloseBox.Size = UDim2.new(0, 49, 0, 24)
  115. CloseBox.Font = Enum.Font.ArialBold
  116. CloseBox.Text = "Close"
  117. CloseBox.TextColor3 = Color3.new(0.666667, 0, 0)
  118. CloseBox.TextSize = 14
  119. CloseBox.MouseButton1Down:connect(function()
  120. Main1.Visible = false
  121. Open.Visible = true
  122. end)
  123.  
  124. FeClickTeleport.Name = "Fe Click Teleport"
  125. FeClickTeleport.Parent = Main1
  126. FeClickTeleport.BackgroundColor3 = Color3.new(0, 0, 0)
  127. FeClickTeleport.Position = UDim2.new(0.371998221, 0, 0.447009981, 0)
  128. FeClickTeleport.Size = UDim2.new(0, 65, 0, 50)
  129. FeClickTeleport.Font = Enum.Font.Arial
  130. FeClickTeleport.Text = "Click TP"
  131. FeClickTeleport.TextColor3 = Color3.new(1, 1, 1)
  132. FeClickTeleport.TextSize = 12
  133. FeClickTeleport.MouseButton1Down:connect(function()
  134. mouse = game.Players.LocalPlayer:GetMouse()
  135. tool = Instance.new("Tool")
  136. tool.RequiresHandle = false
  137. tool.Name = "Click Teleport"
  138. tool.Activated:connect(function()
  139. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  140. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  141. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  142. end)
  143. tool.Parent = game.Players.LocalPlayer.Backpack
  144. end)
  145.  
  146. StarPlatinum3Timestop.Name = "StarPlatinum3Timestop"
  147. StarPlatinum3Timestop.Parent = Main1
  148. StarPlatinum3Timestop.BackgroundColor3 = Color3.new(0, 0, 0)
  149. StarPlatinum3Timestop.Position = UDim2.new(0.0565860234, 0, 0.447009981, 0)
  150. StarPlatinum3Timestop.Size = UDim2.new(0, 65, 0, 50)
  151. StarPlatinum3Timestop.Font = Enum.Font.Arial
  152. StarPlatinum3Timestop.Text = "Sp3 Timestop"
  153. StarPlatinum3Timestop.TextColor3 = Color3.new(1, 1, 1)
  154. StarPlatinum3Timestop.TextSize = 12
  155. StarPlatinum3Timestop.MouseButton1Down:connect(function()
  156. --Star part 3 ts
  157. --TimeStop
  158. local player2 = game.Players.LocalPlayer
  159. local Mouse = player2:GetMouse()
  160. cooldown = 0
  161. Mouse.KeyDown:connect(function(key)
  162. if key == "y" and cooldown == 0 and not player2:findFirstChild("TCooldown") then
  163. local player = game.Players.LocalPlayer
  164. local character = player.Character
  165. cooldown = 1
  166. game.Lighting.GetTimeInSeconds:FireServer(character, "TheWorld")
  167. wait(40)
  168. cooldown = 0
  169. end
  170. end)
  171. end)
  172.  
  173. Jiren.Name = "Jiren"
  174. Jiren.Parent = Main1
  175. Jiren.BackgroundColor3 = Color3.new(0, 0, 0)
  176. Jiren.Position = UDim2.new(0.0565860234, 0, 0.666757882, 0)
  177. Jiren.Size = UDim2.new(0, 65, 0, 50)
  178. Jiren.Font = Enum.Font.Arial
  179. Jiren.Text = "Jiren"
  180. Jiren.TextColor3 = Color3.new(1, 1, 1)
  181. Jiren.TextSize = 12
  182. Jiren.MouseButton1Down:connect(function()
  183. game.ReplicatedStorage.GP1:FireServer("Jiren")
  184. end)
  185.  
  186. Beppo.Name = "Beppo"
  187. Beppo.Parent = Main1
  188. Beppo.BackgroundColor3 = Color3.new(0, 0, 0)
  189. Beppo.Position = UDim2.new(0.371998221, 0, 0.666757882, 0)
  190. Beppo.Size = UDim2.new(0, 65, 0, 50)
  191. Beppo.Font = Enum.Font.Arial
  192. Beppo.Text = "Beppo"
  193. Beppo.TextColor3 = Color3.new(1, 1, 1)
  194. Beppo.TextSize = 12
  195. Beppo.MouseButton1Down:connect(function()
  196. game.ReplicatedStorage.GP1:FireServer("Beppo")
  197. end)
  198.  
  199. Beppoinfheals.Name = "Beppo inf heals"
  200. Beppoinfheals.Parent = Main1
  201. Beppoinfheals.BackgroundColor3 = Color3.new(0, 0, 0)
  202. Beppoinfheals.Position = UDim2.new(0.658736527, 0, 0.666757882, 0)
  203. Beppoinfheals.Size = UDim2.new(0, 65, 0, 50)
  204. Beppoinfheals.Font = Enum.Font.Arial
  205. Beppoinfheals.Text = "InfhealBeppo"
  206. Beppoinfheals.TextColor3 = Color3.new(1, 1, 1)
  207. Beppoinfheals.TextSize = 12
  208. Beppoinfheals.MouseButton1Down:connect(function()
  209. game.Players.LocalPlayer.Backpack.subscribe.RemoteEvent:FireServer()
  210. local player = game.Players.LocalPlayer
  211. local player2 = game.Players.LocalPlayer
  212. local character2 = player2.Character
  213. local Mouse = player:GetMouse()
  214. Mouse.KeyDown:connect(function(key)
  215. if key =="g" then
  216. game.Players.LocalPlayer.Backpack.subscribe.RemoteEvent:FireServer()
  217. end
  218. end)
  219.  
  220. end)
  221.  
  222. PunchSpam.Name = "PunchSpam"
  223. PunchSpam.Parent = Main1
  224. PunchSpam.BackgroundColor3 = Color3.new(0, 0, 0)
  225. PunchSpam.Position = UDim2.new(0.0565860234, 0, 0.204152822, 0)
  226. PunchSpam.Size = UDim2.new(0, 65, 0, 50)
  227. PunchSpam.Font = Enum.Font.Arial
  228. PunchSpam.Text = "Punch spam"
  229. PunchSpam.TextColor3 = Color3.new(1, 1, 1)
  230. PunchSpam.TextSize = 12
  231. PunchSpam.MouseButton1Down:connect(function()
  232. local player = game.Players.LocalPlayer
  233. local Mouse = player:GetMouse()
  234. Mouse.KeyDown:connect(function(key)
  235. if key == "e" then
  236. local player2 = game.Players.LocalPlayer
  237. local character2 = player2.Character
  238. player2.Backpack.StrongPunch.RemoteEvent:FireServer()
  239. local p = Instance.new("Part", character2.Effects)
  240. game.Debris:AddItem(p, 0.3)
  241. p.CanCollide = false
  242. p.Anchored = false
  243. local RightArm = character2["Right Arm"]
  244. p.Size = RightArm.Size
  245. p.Transparency = 1
  246. local w = Instance.new("Weld", p)
  247. w.Part0 = RightArm
  248. w.Part1 = p
  249. p.Touched:connect(function(hit)
  250. local ehum = hit.Parent:findFirstChild("Humanoid")
  251. if ehum ~= character2.Humanoid then
  252. player2.Backpack.StrongPunch.Damage:FireServer(hit, ehum)
  253. end
  254. end)
  255. end
  256. end)
  257. end)
  258.  
  259. Ygbot17.Name = "Ygbot17"
  260. Ygbot17.Parent = Main1
  261. Ygbot17.BackgroundColor3 = Color3.new(1, 1, 1)
  262. Ygbot17.Position = UDim2.new(-0.0107526882, 0, 0.890663505, 0)
  263. Ygbot17.Size = UDim2.new(0, 279, 0, 15)
  264. Ygbot17.Font = Enum.Font.SourceSans
  265. Ygbot17.Text = "Credits to Ygbot17 for GUI"
  266. Ygbot17.TextColor3 = Color3.new(0, 0, 0)
  267. Ygbot17.TextSize = 14
  268.  
  269. skidmalov3r.Name = "skidma lov3r"
  270. skidmalov3r.Parent = Main1
  271. skidmalov3r.BackgroundColor3 = Color3.new(1, 1, 1)
  272. skidmalov3r.Position = UDim2.new(-0.0107526882, 0, 0.957620382, 0)
  273. skidmalov3r.Size = UDim2.new(0, 279, 0, 15)
  274. skidmalov3r.Font = Enum.Font.SourceSans
  275. skidmalov3r.Text = "Credits to skidmalov3r for Sword Spam"
  276. skidmalov3r.TextColor3 = Color3.new(0, 0, 0)
  277. skidmalov3r.TextSize = 14
  278.  
  279. CHARITYCRIT1KAL.Name = "CHARITYCRIT1KAL"
  280. CHARITYCRIT1KAL.Parent = Main1
  281. CHARITYCRIT1KAL.BackgroundColor3 = Color3.new(1, 1, 1)
  282. CHARITYCRIT1KAL.Position = UDim2.new(-0.0107526882, 0, 0.828886986, 0)
  283. CHARITYCRIT1KAL.Size = UDim2.new(0, 279, 0, 15)
  284. CHARITYCRIT1KAL.Font = Enum.Font.SourceSans
  285. CHARITYCRIT1KAL.Text = "Credits to CHARITYCRIT1KAL for other scripts"
  286. CHARITYCRIT1KAL.TextColor3 = Color3.new(0, 0, 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement