Advertisement
Aobsama

Untitled

Jul 21st, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.63 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local sad = Instance.new("Frame")
  7. local TextLabel = Instance.new("TextLabel")
  8. local Close = Instance.new("TextButton")
  9. local Tier5 = Instance.new("TextButton")
  10. local Tier6 = Instance.new("TextButton")
  11. local Tier7 = Instance.new("TextButton")
  12. local AllTier = Instance.new("TextButton")
  13. --Properties:
  14. ScreenGui.Parent = game.CoreGui
  15. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  16.  
  17. Main.Name = "Main"
  18. Main.Parent = ScreenGui
  19. Main.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  20. Main.BorderSizePixel = 0
  21. Main.Position = UDim2.new(0.0408781208, 0, 0.179976165, 0)
  22. Main.Size = UDim2.new(0, 486, 0, 536)
  23. Main.Style = Enum.FrameStyle.DropShadow
  24. Main.Draggable = true
  25.  
  26. sad.Name = "sad"
  27. sad.Parent = Main
  28. sad.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  29. sad.BorderSizePixel = 0
  30. sad.Position = UDim2.new(-0.0164341554, 0, -0.0165657215, 0)
  31. sad.Size = UDim2.new(0, 486, 0, 51)
  32.  
  33. TextLabel.Parent = sad
  34. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  35. TextLabel.BackgroundTransparency = 1
  36. TextLabel.Size = UDim2.new(0, 418, 0, 50)
  37. TextLabel.Font = Enum.Font.GothamBold
  38. TextLabel.Text = "Random Stando!"
  39. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  40. TextLabel.TextSize = 50
  41.  
  42. Close.Name = "Close"
  43. Close.Parent = Main
  44. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  45. Close.BackgroundTransparency = 1
  46. Close.Position = UDim2.new(0.873630345, 0, -0.0162898097, 0)
  47. Close.Size = UDim2.new(0, 67, 0, 50)
  48. Close.Font = Enum.Font.SourceSans
  49. Close.Text = "X"
  50. Close.TextColor3 = Color3.new(1, 1, 1)
  51. Close.TextSize = 50
  52. Close.TextStrokeColor3 = Color3.new(1, 1, 1)
  53. Close.MouseButton1Down:connect(function()
  54. Main.Visible = false
  55. end)
  56.  
  57. Tier5.Name = "Tier5"
  58. Tier5.Parent = Main
  59. Tier5.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  60. Tier5.BorderSizePixel = 0
  61. Tier5.Position = UDim2.new(0.254632145, 0, 0.140268251, 0)
  62. Tier5.Size = UDim2.new(0, 218, 0, 64)
  63. Tier5.Font = Enum.Font.SciFi
  64. Tier5.Text = "Tier 5"
  65. Tier5.TextColor3 = Color3.new(1, 1, 1)
  66. Tier5.TextSize = 50
  67. Tier5.MouseButton1Down:connect(function()
  68. --[[
  69. made by builderboy256
  70. use in italy
  71. ]]
  72.  
  73. local target = {"StarPlatinum","TheWorld","CrazyDiamond","KillerQueen","KingCrimson","Cream","D4C","Star-SpangledBanner","C-Moon","SymphonyofDestruction"} --stands you want go here
  74.  
  75. local function fastkill(humanoid)
  76. game.ReplicatedStorage.Specials.healevent:FireServer(CFrame.new(), 1e12, humanoid, workspace:FindFirstChildOfClass("Sound"), false)
  77. game.ReplicatedStorage.Logic.hitbox:InvokeServer(99, game.Players.LocalPlayer.Character.Head, CFrame.new(), 1e12, workspace:FindFirstChildOfClass("Sound"), humanoid, false, false, false)
  78. end
  79.  
  80. local function roka()
  81. game.ReplicatedStorage.Logic.giveitem:FireServer("RokakakaFruit")
  82. repeat wait() until game.Players.LocalPlayer.Backpack:FindFirstChild("RokakakaFruit")
  83. game.Players.LocalPlayer.Backpack.RokakakaFruit.Parent = game.Players.LocalPlayer.Character
  84. game.Players.LocalPlayer.Character.Humanoid.Health = 90
  85. game.ReplicatedStorage.Logic.fruitevent:InvokeServer(game.Players.LocalPlayer.Character.RokakakaFruit, game.Players.LocalPlayer.Character, 2)
  86. repeat wait() until game.Players.LocalPlayer.Stand.Value == "None" and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") and game.Players.LocalPlayer.Character.Humanoid.Health == game.Players.LocalPlayer.Character.Humanoid.MaxHealth
  87. end
  88. local function stand()
  89. game.ReplicatedStorage.Logic.giveitem:FireServer("StandArrow")
  90. repeat wait() until game.Players.LocalPlayer.Backpack:FindFirstChild("StandArrow")
  91. game.Players.LocalPlayer.Backpack.StandArrow.Parent = game.Players.LocalPlayer.Character
  92. game.Players.LocalPlayer.Character.Humanoid.Health = 90
  93. game.ReplicatedStorage.Logic.arrowevent:InvokeServer(game.Players.LocalPlayer.Character.StandArrow, game.Players.LocalPlayer.Character, 0)
  94. repeat wait() until game.Players.LocalPlayer.Stand.Value ~= "None" and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") and game.Players.LocalPlayer.Character.Humanoid.Health == game.Players.LocalPlayer.Character.Humanoid.MaxHealth
  95. end
  96. local function worth()
  97. repeat
  98. wait()
  99. fastkill(workspace["Holy Dummy"].Humanoid)
  100. until game.Players.LocalPlayer.Worth.Value == 100
  101. end
  102.  
  103. while wait() do
  104. roka()
  105. worth()
  106. stand()
  107. for i,v in next, target do
  108. if game.Players.LocalPlayer.Stand.Value == v then
  109. error("Done!")
  110. return
  111. end
  112. end
  113. end
  114.  
  115. end)
  116.  
  117. Tier6.Name = "Tier6"
  118. Tier6.Parent = Main
  119. Tier6.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  120. Tier6.BorderSizePixel = 0
  121. Tier6.Position = UDim2.new(0.256354928, 0, 0.31788817, 0)
  122. Tier6.Size = UDim2.new(0, 218, 0, 64)
  123. Tier6.Font = Enum.Font.SciFi
  124. Tier6.Text = "Tier 6"
  125. Tier6.TextColor3 = Color3.new(1, 1, 1)
  126. Tier6.TextSize = 50
  127. Tier6.MouseButton1Down:connect(function()
  128. --[[
  129. made by builderboy256
  130. use in italy
  131. ]]
  132.  
  133. local target = {"AtomHeartFather","GoldExperience","BlackSabbath","StarPlatinum(Prime)","StarPlatinum(OverHeaven)","TheWorld(AlternativeUniverse)","TheWorld(OverHeaven)","MadeInHeaven","WhiteWedding"} --stands you want go here
  134.  
  135. local function fastkill(humanoid)
  136. game.ReplicatedStorage.Specials.healevent:FireServer(CFrame.new(), 1e12, humanoid, workspace:FindFirstChildOfClass("Sound"), false)
  137. game.ReplicatedStorage.Logic.hitbox:InvokeServer(99, game.Players.LocalPlayer.Character.Head, CFrame.new(), 1e12, workspace:FindFirstChildOfClass("Sound"), humanoid, false, false, false)
  138. end
  139.  
  140. local function roka()
  141. game.ReplicatedStorage.Logic.giveitem:FireServer("RokakakaFruit")
  142. repeat wait() until game.Players.LocalPlayer.Backpack:FindFirstChild("RokakakaFruit")
  143. game.Players.LocalPlayer.Backpack.RokakakaFruit.Parent = game.Players.LocalPlayer.Character
  144. game.Players.LocalPlayer.Character.Humanoid.Health = 90
  145. game.ReplicatedStorage.Logic.fruitevent:InvokeServer(game.Players.LocalPlayer.Character.RokakakaFruit, game.Players.LocalPlayer.Character, 2)
  146. repeat wait() until game.Players.LocalPlayer.Stand.Value == "None" and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") and game.Players.LocalPlayer.Character.Humanoid.Health == game.Players.LocalPlayer.Character.Humanoid.MaxHealth
  147. end
  148. local function stand()
  149. game.ReplicatedStorage.Logic.giveitem:FireServer("StandArrow")
  150. repeat wait() until game.Players.LocalPlayer.Backpack:FindFirstChild("StandArrow")
  151. game.Players.LocalPlayer.Backpack.StandArrow.Parent = game.Players.LocalPlayer.Character
  152. game.Players.LocalPlayer.Character.Humanoid.Health = 90
  153. game.ReplicatedStorage.Logic.arrowevent:InvokeServer(game.Players.LocalPlayer.Character.StandArrow, game.Players.LocalPlayer.Character, 0)
  154. repeat wait() until game.Players.LocalPlayer.Stand.Value ~= "None" and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") and game.Players.LocalPlayer.Character.Humanoid.Health == game.Players.LocalPlayer.Character.Humanoid.MaxHealth
  155. end
  156. local function worth()
  157. repeat
  158. wait()
  159. fastkill(workspace["Holy Dummy"].Humanoid)
  160. until game.Players.LocalPlayer.Worth.Value == 100
  161. end
  162.  
  163. while wait() do
  164. roka()
  165. worth()
  166. stand()
  167. for i,v in next, target do
  168. if game.Players.LocalPlayer.Stand.Value == v then
  169. error("Done!")
  170. return
  171. end
  172. end
  173. end
  174.  
  175. end)
  176.  
  177. Tier7.Name = "Tier7"
  178. Tier7.Parent = Main
  179. Tier7.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  180. Tier7.BorderSizePixel = 0
  181. Tier7.Position = UDim2.new(0.25514406, 0, 0.509328306, 0)
  182. Tier7.Size = UDim2.new(0, 218, 0, 64)
  183. Tier7.Font = Enum.Font.SciFi
  184. Tier7.Text = "Tier 7"
  185. Tier7.TextColor3 = Color3.new(1, 1, 1)
  186. Tier7.TextSize = 50
  187. Tier7.MouseButton1Down:connect(function()
  188. --[[
  189. made by builderboy256
  190. use in italy
  191. ]]
  192.  
  193. local target = {"Tusk1","Whitesnake"} --stands you want go here
  194.  
  195. local function fastkill(humanoid)
  196. game.ReplicatedStorage.Specials.healevent:FireServer(CFrame.new(), 1e12, humanoid, workspace:FindFirstChildOfClass("Sound"), false)
  197. game.ReplicatedStorage.Logic.hitbox:InvokeServer(99, game.Players.LocalPlayer.Character.Head, CFrame.new(), 1e12, workspace:FindFirstChildOfClass("Sound"), humanoid, false, false, false)
  198. end
  199.  
  200. local function roka()
  201. game.ReplicatedStorage.Logic.giveitem:FireServer("RokakakaFruit")
  202. repeat wait() until game.Players.LocalPlayer.Backpack:FindFirstChild("RokakakaFruit")
  203. game.Players.LocalPlayer.Backpack.RokakakaFruit.Parent = game.Players.LocalPlayer.Character
  204. game.Players.LocalPlayer.Character.Humanoid.Health = 90
  205. game.ReplicatedStorage.Logic.fruitevent:InvokeServer(game.Players.LocalPlayer.Character.RokakakaFruit, game.Players.LocalPlayer.Character, 2)
  206. repeat wait() until game.Players.LocalPlayer.Stand.Value == "None" and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") and game.Players.LocalPlayer.Character.Humanoid.Health == game.Players.LocalPlayer.Character.Humanoid.MaxHealth
  207. end
  208. local function stand()
  209. game.ReplicatedStorage.Logic.giveitem:FireServer("StandArrow")
  210. repeat wait() until game.Players.LocalPlayer.Backpack:FindFirstChild("StandArrow")
  211. game.Players.LocalPlayer.Backpack.StandArrow.Parent = game.Players.LocalPlayer.Character
  212. game.Players.LocalPlayer.Character.Humanoid.Health = 90
  213. game.ReplicatedStorage.Logic.arrowevent:InvokeServer(game.Players.LocalPlayer.Character.StandArrow, game.Players.LocalPlayer.Character, 0)
  214. repeat wait() until game.Players.LocalPlayer.Stand.Value ~= "None" and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") and game.Players.LocalPlayer.Character.Humanoid.Health == game.Players.LocalPlayer.Character.Humanoid.MaxHealth
  215. end
  216. local function worth()
  217. repeat
  218. wait()
  219. fastkill(workspace["Holy Dummy"].Humanoid)
  220. until game.Players.LocalPlayer.Worth.Value == 100
  221. end
  222.  
  223. while wait() do
  224. roka()
  225. worth()
  226. stand()
  227. for i,v in next, target do
  228. if game.Players.LocalPlayer.Stand.Value == v then
  229. error("Done!")
  230. return
  231. end
  232. end
  233. end
  234.  
  235. end)
  236.  
  237. AllTier.Name = "AllTier"
  238. AllTier.Parent = Main
  239. AllTier.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  240. AllTier.BorderSizePixel = 0
  241. AllTier.Position = UDim2.new(0.253086448, 0, 0.707089543, 0)
  242. AllTier.Size = UDim2.new(0, 218, 0, 64)
  243. AllTier.Font = Enum.Font.SciFi
  244. AllTier.Text = "Tier 5 -7"
  245. AllTier.TextColor3 = Color3.new(1, 1, 1)
  246. AllTier.TextSize = 50
  247. AllTier.MouseButton1Down:connect(function()
  248. --[[
  249. made by builderboy256
  250. use in italy
  251. ]]
  252.  
  253. local target = {"StarPlatinum","TheWorld","CrazyDiamond","KillerQueen","KingCrimson","Cream","D4C","Star-SpangledBanner","C-Moon","SymphonyofDestruction","AtomHeartFather","GoldExperience","BlackSabbath","StarPlatinum(Prime)","StarPlatinum(OverHeaven)","TheWorld(AlternativeUniverse)","TheWorld(OverHeaven)","MadeInHeaven","WhiteWedding","Tusk1","Whitesnake"} --stands you want go here
  254.  
  255. local function fastkill(humanoid)
  256. game.ReplicatedStorage.Specials.healevent:FireServer(CFrame.new(), 1e12, humanoid, workspace:FindFirstChildOfClass("Sound"), false)
  257. game.ReplicatedStorage.Logic.hitbox:InvokeServer(99, game.Players.LocalPlayer.Character.Head, CFrame.new(), 1e12, workspace:FindFirstChildOfClass("Sound"), humanoid, false, false, false)
  258. end
  259.  
  260. local function roka()
  261. game.ReplicatedStorage.Logic.giveitem:FireServer("RokakakaFruit")
  262. repeat wait() until game.Players.LocalPlayer.Backpack:FindFirstChild("RokakakaFruit")
  263. game.Players.LocalPlayer.Backpack.RokakakaFruit.Parent = game.Players.LocalPlayer.Character
  264. game.Players.LocalPlayer.Character.Humanoid.Health = 90
  265. game.ReplicatedStorage.Logic.fruitevent:InvokeServer(game.Players.LocalPlayer.Character.RokakakaFruit, game.Players.LocalPlayer.Character, 2)
  266. repeat wait() until game.Players.LocalPlayer.Stand.Value == "None" and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") and game.Players.LocalPlayer.Character.Humanoid.Health == game.Players.LocalPlayer.Character.Humanoid.MaxHealth
  267. end
  268. local function stand()
  269. game.ReplicatedStorage.Logic.giveitem:FireServer("StandArrow")
  270. repeat wait() until game.Players.LocalPlayer.Backpack:FindFirstChild("StandArrow")
  271. game.Players.LocalPlayer.Backpack.StandArrow.Parent = game.Players.LocalPlayer.Character
  272. game.Players.LocalPlayer.Character.Humanoid.Health = 90
  273. game.ReplicatedStorage.Logic.arrowevent:InvokeServer(game.Players.LocalPlayer.Character.StandArrow, game.Players.LocalPlayer.Character, 0)
  274. repeat wait() until game.Players.LocalPlayer.Stand.Value ~= "None" and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") and game.Players.LocalPlayer.Character.Humanoid.Health == game.Players.LocalPlayer.Character.Humanoid.MaxHealth
  275. end
  276. local function worth()
  277. repeat
  278. wait()
  279. fastkill(workspace["Holy Dummy"].Humanoid)
  280. until game.Players.LocalPlayer.Worth.Value == 100
  281. end
  282.  
  283. while wait() do
  284. roka()
  285. worth()
  286. stand()
  287. for i,v in next, target do
  288. if game.Players.LocalPlayer.Stand.Value == v then
  289. error("Done!")
  290. return
  291. end
  292. end
  293. end
  294.  
  295. end)
  296.  
  297.  
  298. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement