Advertisement
SkySploit_Sploit

UtilGuiScript

Nov 13th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local Exit = Instance.new("TextButton")
  7. local Explode = Instance.new("TextButton")
  8. local Sword = Instance.new("TextButton")
  9. local TextLabel = Instance.new("TextLabel")
  10. --Properties:
  11. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  12.  
  13. Frame.Parent = ScreenGui
  14. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  15. Frame.BackgroundTransparency = 0.60000002384186
  16. Frame.Position = UDim2.new(0, 0, 0.128593042, 0)
  17. Frame.Size = UDim2.new(0, 211, 0, 473)
  18.  
  19. Exit.Name = "Exit"
  20. Exit.Parent = ScreenGui
  21. Exit.BackgroundColor3 = Color3.new(1, 0, 0)
  22. Exit.Position = UDim2.new(0.0219458602, 0, 0.142208785, 0)
  23. Exit.Size = UDim2.new(0, 150, 0, 35)
  24. Exit.Font = Enum.Font.SourceSans
  25. Exit.Text = "Exit"
  26. Exit.TextColor3 = Color3.new(1, 1, 1)
  27. Exit.TextScaled = true
  28. Exit.TextSize = 14
  29. Exit.TextWrapped = true
  30.  
  31. Explode.Name = "Explode"
  32. Explode.Parent = ScreenGui
  33. Explode.BackgroundColor3 = Color3.new(0.105882, 0.631373, 0.886275)
  34. Explode.BorderSizePixel = 0
  35. Explode.Position = UDim2.new(0.0219458565, 0, 0.222390324, 0)
  36. Explode.Size = UDim2.new(0, 111, 0, 33)
  37. Explode.Font = Enum.Font.SourceSans
  38. Explode.Text = "Explode"
  39. Explode.TextColor3 = Color3.new(1, 1, 1)
  40. Explode.TextScaled = true
  41. Explode.TextSize = 14
  42. Explode.TextWrapped = true
  43.  
  44. Sword.Name = "Sword"
  45. Sword.Parent = ScreenGui
  46. Sword.BackgroundColor3 = Color3.new(0.105882, 0.631373, 0.886275)
  47. Sword.BorderSizePixel = 0
  48. Sword.Position = UDim2.new(0.0219458565, 0, 0.288956136, 0)
  49. Sword.Size = UDim2.new(0, 111, 0, 33)
  50. Sword.Font = Enum.Font.SourceSans
  51. Sword.Text = "Sword"
  52. Sword.TextColor3 = Color3.new(1, 1, 1)
  53. Sword.TextScaled = true
  54. Sword.TextSize = 14
  55. Sword.TextWrapped = true
  56.  
  57. TextLabel.Parent = ScreenGui
  58. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  59. TextLabel.BackgroundTransparency = 1
  60. TextLabel.Position = UDim2.new(0.00365764438, 0, 0.757942557, 0)
  61. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  62. TextLabel.Font = Enum.Font.SourceSans
  63. TextLabel.Text = "By JordanTheCoder For SkySploit"
  64. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  65. TextLabel.TextScaled = true
  66. TextLabel.TextSize = 14
  67. TextLabel.TextWrapped = true
  68. -- Scripts:
  69. function SCRIPT_PTCP82_FAKESCRIPT() -- Exit.LocalScript
  70. getfenv().script = Instance.new('LocalScript', Exit)
  71.  
  72. script.Parent.MouseButton1Click:Connect(function()
  73. script.Parent.Parent:Destroy()
  74. end)
  75.  
  76. end
  77. coroutine.resume(coroutine.create(SCRIPT_PTCP82_FAKESCRIPT))
  78. function SCRIPT_YUNZ76_FAKESCRIPT() -- Explode.LocalScript
  79. getfenv().script = Instance.new('LocalScript', Explode)
  80.  
  81. local plr = game.Players.LocalPlayer
  82. script.Parent.MouseButton1Click:Connect(function()
  83. local exp = Instance.new("Explosion", plr.Character)
  84. exp.Position = plr.Character.HumanoidRootPart.Position
  85. exp.BlastRadius = 50
  86. end)
  87.  
  88. end
  89. coroutine.resume(coroutine.create(SCRIPT_YUNZ76_FAKESCRIPT))
  90. function SCRIPT_BHRB65_FAKESCRIPT() -- Sword.LocalScript
  91. getfenv().script = Instance.new('LocalScript', Sword)
  92.  
  93. local plr = game.Players.LocalPlayer
  94. script.Parent.MouseButton1Click:Connect(function()
  95. script.Parent.ClassicSword:Clone().Parent = plr.Backpack
  96.  
  97. end)
  98.  
  99.  
  100. end
  101. coroutine.resume(coroutine.create(SCRIPT_BHRB65_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement