Waffle212

Untitled

Mar 26th, 2019
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local swordsimulator = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextButton = Instance.new("TextButton")
  7. local TextButton_2 = Instance.new("TextButton")
  8. --Properties:
  9. swordsimulator.Name = "sword simulator"
  10. swordsimulator.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  11. swordsimulator.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  12.  
  13. Frame.Parent = swordsimulator
  14. Frame.BackgroundColor3 = Color3.new(0.027451, 0.368627, 1)
  15. Frame.Position = UDim2.new(0.042755343, 0, 0.450951666, 0)
  16. Frame.Size = UDim2.new(0, 178, 0, 100)
  17.  
  18. TextButton.Parent = Frame
  19. TextButton.BackgroundColor3 = Color3.new(1, 0.403922, 0.403922)
  20. TextButton.Size = UDim2.new(0, 89, 0, 100)
  21. TextButton.Font = Enum.Font.SourceSans
  22. TextButton.Text = "Fast power (hold sword)"
  23. TextButton.TextColor3 = Color3.new(0, 0, 0)
  24. TextButton.TextScaled = true
  25. TextButton.TextSize = 14
  26. TextButton.TextWrapped = true
  27.  
  28. TextButton_2.Parent = Frame
  29. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  30. TextButton_2.BackgroundTransparency = 1
  31. TextButton_2.Position = UDim2.new(0.769662917, 0, 0, 0)
  32. TextButton_2.Size = UDim2.new(0, 41, 0, 34)
  33. TextButton_2.Font = Enum.Font.SourceSans
  34. TextButton_2.Text = "X"
  35. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  36. TextButton_2.TextScaled = true
  37. TextButton_2.TextSize = 14
  38. TextButton_2.TextWrapped = true
  39. -- Scripts:
  40. function SCRIPT_ZQIM77_FAKESCRIPT() -- TextButton.LocalScript
  41. local script = Instance.new('LocalScript')
  42. script.Parent = TextButton
  43. script.Parent.MouseButton1Click:Connect(function()
  44. loadstring(game:HttpGet(('https://pastebin.com/raw/FmNYMCNc'),true))()
  45. end)
  46.  
  47. end
  48. coroutine.resume(coroutine.create(SCRIPT_ZQIM77_FAKESCRIPT))
  49. function SCRIPT_KTUS76_FAKESCRIPT() -- TextButton_2.LocalScript
  50. local script = Instance.new('LocalScript')
  51. script.Parent = TextButton_2
  52. script.Parent.MouseButton1Click:Connect(function()
  53. script.Parent.Parent.Visible = false
  54. end)
  55.  
  56. end
  57. coroutine.resume(coroutine.create(SCRIPT_KTUS76_FAKESCRIPT))
Add Comment
Please, Sign In to add comment