RobloxPain3

My Heroes Offline Script

Aug 16th, 2019
2,981
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.42 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local ImageLabel = Instance.new("ImageLabel")
  6. local TextButton = Instance.new("TextButton")
  7. local Frame = Instance.new("Frame")
  8. local Frame_2 = Instance.new("Frame")
  9. local Frame_3 = Instance.new("Frame")
  10. local Frame_4 = Instance.new("Frame")
  11. local TextButton_2 = Instance.new("TextButton")
  12. local TextButton_3 = Instance.new("TextButton")
  13. local TextButton_4 = Instance.new("TextButton")
  14. --Properties:
  15. ScreenGui.Parent = game.CoreGui
  16.  
  17. ImageLabel.Parent = ScreenGui
  18. ImageLabel.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  19. ImageLabel.BorderColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  20. ImageLabel.Position = UDim2.new(0.527415812, 0, 0.238774195, 0)
  21. ImageLabel.Size = UDim2.new(0, 278, 0, 284)
  22. ImageLabel.Image = "rbxassetid://585867512"
  23. ImageLabel.ImageColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  24.  
  25. ImageLabel.Active = true
  26. ImageLabel.Draggable = true
  27. TextButton.Parent = ImageLabel
  28. TextButton.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  29. TextButton.BorderColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  30. TextButton.Size = UDim2.new(0, 277, 0, 33)
  31. TextButton.Font = Enum.Font.SourceSans
  32. TextButton.Text = "My Hero Online"
  33. TextButton.TextColor3 = Color3.new(1, 1, 1)
  34. TextButton.TextSize = 24
  35.  
  36. Frame.Parent = ImageLabel
  37. Frame.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  38. Frame.BorderColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  39. Frame.Position = UDim2.new(0.0177889504, 0, 0.138507694, 0)
  40. Frame.Size = UDim2.new(0, 266, 0, 236)
  41.  
  42. Frame_2.Parent = ImageLabel
  43. Frame_2.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  44. Frame_2.BorderColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  45. Frame_2.Position = UDim2.new(0.0322381966, 0, 0.152592197, 0)
  46. Frame_2.Size = UDim2.new(0, 256, 0, 228)
  47.  
  48. Frame_3.Parent = ImageLabel
  49. Frame_3.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  50. Frame_3.BorderColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  51. Frame_3.Position = UDim2.new(0.0547355823, 0, 0.1666767, 0)
  52. Frame_3.Size = UDim2.new(0, 246, 0, 11)
  53.  
  54. Frame_4.Parent = ImageLabel
  55. Frame_4.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  56. Frame_4.BorderColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  57. Frame_4.Position = UDim2.new(0.047541339, 0, 0.895549953, 0)
  58. Frame_4.Size = UDim2.new(0, 246, 0, 11)
  59.  
  60. TextButton_2.Parent = ImageLabel
  61. TextButton_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  62. TextButton_2.BorderColor3 = Color3.new(0, 0, 0)
  63. TextButton_2.BorderSizePixel = 0
  64. TextButton_2.Position = UDim2.new(0.129496396, 0, 0.281690121, 0)
  65. TextButton_2.Size = UDim2.new(0, 200, 0, 32)
  66. TextButton_2.Font = Enum.Font.SourceSans
  67. TextButton_2.Text = "Quest Npc"
  68. TextButton_2.TextColor3 = Color3.new(1, 1, 1)
  69. TextButton_2.TextSize = 24
  70.  
  71. TextButton_2.MouseButton1Down:connect(function()
  72. local char = game.Players.LocalPlayer.Character.HumanoidRootPart
  73.  
  74. char.CFrame = CFrame.new(994.317, 144.22, 409.306)
  75. wait(0.5)
  76.  
  77. end)
  78.  
  79. TextButton_3.Parent = ImageLabel
  80. TextButton_3.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  81. TextButton_3.BorderColor3 = Color3.new(0, 0, 0)
  82. TextButton_3.BorderSizePixel = 0
  83. TextButton_3.Position = UDim2.new(0.129496396, 0, 0.443661958, 0)
  84. TextButton_3.Size = UDim2.new(0, 200, 0, 32)
  85. TextButton_3.Font = Enum.Font.SourceSans
  86. TextButton_3.Text = "Infinite Level / Coins"
  87. TextButton_3.TextColor3 = Color3.new(1, 1, 1)
  88. TextButton_3.TextSize = 24
  89. TextButton_3.MouseButton1Down:connect(function()
  90.  
  91. while true do
  92. wait()
  93. local A_1 = game:GetService("Players").LocalPlayer.Backpack["Defeat Brett"]
  94. local A_2 = 1000000
  95. local A_3 = 1000000
  96. local Event = game:GetService("ReplicatedStorage").Events.Character.QuestComplete
  97. Event:FireServer(A_1, A_2, A_3)
  98. end
  99.  
  100. end)
  101.  
  102.  
  103. TextButton_4.Parent = ImageLabel
  104. TextButton_4.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  105. TextButton_4.BackgroundTransparency = 1
  106. TextButton_4.BorderColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  107. TextButton_4.Position = UDim2.new(0.129496396, 0, 0.616197169, 0)
  108. TextButton_4.Size = UDim2.new(0, 200, 0, 56)
  109. TextButton_4.Font = Enum.Font.SourceSans
  110. TextButton_4.Text = "Tp To Quest Get The Quest // Go To Brutte Kill Him // and you should get your level"
  111. TextButton_4.TextColor3 = Color3.new(1, 1, 1)
  112. TextButton_4.TextScaled = true
  113. TextButton_4.TextSize = 14
  114. TextButton_4.TextWrapped = true
  115. -- Scripts:
Add Comment
Please, Sign In to add comment