Khiet_Le

TQ

Jun 4th, 2019
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.49 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 godm = Instance.new("TextButton")
  7. local kill = Instance.new("TextButton")
  8. local C = Instance.new("TextLabel")
  9. local dd = Instance.new("TextLabel")
  10. local cc = Instance.new("TextLabel")
  11. local ccv = Instance.new("TextLabel")
  12. local ImageLabel = Instance.new("ImageLabel")
  13. --Properties:
  14. ScreenGui.Parent = game.CoreGui
  15. game:GetService("StarterGui"):SetCore("SendNotification",{Title="~ TheBaconGOD ~",Text="Hello: "..game.Players.LocalPlayer.Name})
  16. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  17.  
  18. Frame.Parent = ScreenGui
  19. Frame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  20. Frame.Position = UDim2.new(0.130939811, 0, 0.290220827, 0)
  21. Frame.Size = UDim2.new(0, 371, 0, 186)
  22. Frame.Draggable = true
  23. Frame.Active = true
  24.  
  25. godm.Name = "godm"
  26. godm.Parent = Frame
  27. godm.BackgroundColor3 = Color3.new(0, 0, 0)
  28. godm.BorderColor3 = Color3.new(1, 0.666667, 0)
  29. godm.Position = UDim2.new(0.0485175215, 0, 0.440758318, 0)
  30. godm.Size = UDim2.new(0, 151, 0, 46)
  31. godm.Font = Enum.Font.SourceSans
  32. godm.Text = "God-Mode"
  33. godm.TextColor3 = Color3.new(1, 0.666667, 0)
  34. godm.TextSize = 30
  35. godm.MouseButton1Down:connect(function()
  36. local mt = assert(getrawmetatable, 'not supported!')(game)
  37. do
  38. (make_writeable or setreadonly)(mt, false)
  39. end
  40. local plr = game:service'Players'.LocalPlayer
  41. local chr = plr.Character or plr.CharacterAdded:wait()
  42. local closure = (newcclosure or protect_function or function(f) return f end)
  43. local hum = chr:WaitForChild'Humanoid'
  44. local index = mt.__index
  45. local blankRemote = Instance.new('RemoteEvent', workspace)
  46. mt.__index = closure(function(...)
  47. return (({...})[2] == 'MonsterTarget' or ({...})[2] == 'MonsterAttack' or ({...})[2] == 'TargetPlayer' and blankRemote or index(...))
  48. end)
  49. end)
  50.  
  51. kill.Name = "kill"
  52. kill.Parent = Frame
  53. kill.BackgroundColor3 = Color3.new(0, 0, 0)
  54. kill.BorderColor3 = Color3.new(1, 0.666667, 0)
  55. kill.Position = UDim2.new(0.536388159, 0, 0.440758318, 0)
  56. kill.Size = UDim2.new(0, 160, 0, 46)
  57. kill.Font = Enum.Font.SourceSans
  58. kill.Text = "Hit-Box"
  59. kill.TextColor3 = Color3.new(1, 0.666667, 0)
  60. kill.TextSize = 30
  61. kill.MouseButton1Down:connect(function()
  62. workspace.PlayerWeapons[game.Players.LocalPlayer.Name].Hitbox.Size = Vector3.new(50,50,50)
  63. end)
  64.  
  65. C.Name = "C"
  66. C.Parent = Frame
  67. C.BackgroundColor3 = Color3.new(0, 0, 0)
  68. C.BorderColor3 = Color3.new(1, 0.666667, 0)
  69. C.Size = UDim2.new(0, 371, 0, 50)
  70. C.Font = Enum.Font.SourceSans
  71. C.Text = "Made By : TheBaconGOD"
  72. C.TextColor3 = Color3.new(1, 0.666667, 0)
  73. C.TextSize = 35
  74.  
  75. dd.Name = "dd"
  76. dd.Parent = Frame
  77. dd.BackgroundColor3 = Color3.new(1, 1, 1)
  78. dd.BackgroundTransparency = 1
  79. dd.Position = UDim2.new(0.331536382, 0, 0.80107528, 0)
  80. dd.Size = UDim2.new(0, 200, 0, 50)
  81. dd.Font = Enum.Font.SourceSans
  82. dd.Text = "vouch for more scripts"
  83. dd.TextColor3 = Color3.new(1, 0, 0.0156863)
  84. dd.TextSize = 25
  85.  
  86. cc.Name = "cc"
  87. cc.Parent = Frame
  88. cc.BackgroundColor3 = Color3.new(0, 0, 0)
  89. cc.BorderColor3 = Color3.new(1, 0.666667, 0)
  90. cc.Position = UDim2.new(0.331536382, 0, -0.268817216, 0)
  91. cc.Size = UDim2.new(0, 7, 0, 50)
  92. cc.Font = Enum.Font.SourceSans
  93. cc.Text = ""
  94. cc.TextColor3 = Color3.new(0, 0, 0)
  95. cc.TextSize = 14
  96.  
  97. ccv.Name = "ccv"
  98. ccv.Parent = Frame
  99. ccv.BackgroundColor3 = Color3.new(0, 0, 0)
  100. ccv.BorderColor3 = Color3.new(1, 0.666667, 0)
  101. ccv.Position = UDim2.new(0.590296507, 0, -0.268817216, 0)
  102. ccv.Size = UDim2.new(0, 7, 0, 50)
  103. ccv.Font = Enum.Font.SourceSans
  104. ccv.Text = ""
  105. ccv.TextColor3 = Color3.new(0, 0, 0)
  106. ccv.TextSize = 14
  107.  
  108. ImageLabel.Parent = Frame
  109. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  110. ImageLabel.BorderColor3 = Color3.new(1, 0.666667, 0)
  111. ImageLabel.Position = UDim2.new(0.350404322, 0, -0.268817216, 0)
  112. ImageLabel.Size = UDim2.new(0, 89, 0, 50)
  113. ImageLabel.Image = "rbxassetid://3243459313"
  114. -- Scripts:
  115. kill.MouseButton1Click:connect(function()
  116. game.StarterGui:SetCore("SendNotification", {
  117. Title = " Made By ";
  118. Text = "~ TheBaconGOD ~";
  119. Icon = "rbxassetid://3014363853";
  120. Duration = 3;
  121. })
  122. end)
  123.  
  124. godm.MouseButton1Click:connect(function()
  125. game.StarterGui:SetCore("SendNotification", {
  126. Title = " Made By ";
  127. Text = "~ TheBaconGOD ~";
  128. Icon = "rbxassetid://3014363853";
  129. Duration = 3;
  130. })
  131. end)
  132. loadstring(game:HttpGet(('https://pastebin.com/raw/D9zdzKBk'),true))()
  133.  
  134. loadstring(game:HttpGet(('https://pastebin.com/raw/4dH1Qx8P'),true))()
  135.  
  136. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  137.  
  138. counter = 0
  139.  
  140. while wait(0.1)do
  141. Frame.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  142.  
  143. counter = counter + 0.01
  144.  
  145. dd.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  146.  
  147. counter = counter + 0.01
  148.  
  149. cc.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  150.  
  151. counter = counter + 0.01
  152.  
  153. ccv.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  154.  
  155. counter = counter + 0.01
  156.  
  157. ImageLabel.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  158.  
  159. counter = counter + 0.01
  160.  
  161. godm.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  162.  
  163. counter = counter + 0.01
  164.  
  165. godm.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  166.  
  167. counter = counter + 0.01
  168.  
  169. kill.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  170.  
  171. counter = counter + 0.01
  172.  
  173. kill.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  174.  
  175. counter = counter + 0.01
  176.  
  177. C.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  178.  
  179. counter = counter + 0.01
  180.  
  181. C.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  182.  
  183. counter = counter + 0.01
  184. end
Add Comment
Please, Sign In to add comment