Advertisement
ForkFullFight

;)

May 14th, 2023 (edited)
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.51 KB | None | 0 0
  1. -- For This game: https://www.roblox.com/games/2500960156/
  2.  
  3. -- Yeah the code..
  4. -- Farewell Infortality.
  5. -- Version: 2.82
  6. -- Instances:
  7. local GUI = Instance.new("ScreenGui")
  8. local Main = Instance.new("Frame")
  9. local ScriptBox = Instance.new("TextBox")
  10. local exe = Instance.new("TextButton")
  11. local re = Instance.new("TextButton")
  12. local ch = Instance.new("TextButton")
  13. local cl = Instance.new("TextButton")
  14. local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  15. local ScreenGui = Instance.new("ScreenGui")
  16. local re_2 = Instance.new("TextButton")
  17. local UIAspectRatioConstraint_2 = Instance.new("UIAspectRatioConstraint")
  18. --Properties:
  19. GUI.Name = "GUI"
  20. GUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  21. GUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  22. GUI.ResetOnSpawn = false
  23.  
  24. Main.Name = "Main"
  25. Main.Parent = GUI
  26. Main.AnchorPoint = Vector2.new(0.5, 0.5)
  27. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  28. Main.BorderSizePixel = 0
  29. Main.Position = UDim2.new(0.25832811, 0, 0.728723466, 0)
  30. Main.Size = UDim2.new(0, 823, 0, 203)
  31.  
  32. ScriptBox.Name = "ScriptBox"
  33. ScriptBox.Parent = Main
  34. ScriptBox.AnchorPoint = Vector2.new(0.5, 0.5)
  35. ScriptBox.BackgroundColor3 = Color3.new(1, 1, 1)
  36. ScriptBox.BorderSizePixel = 0
  37. ScriptBox.Position = UDim2.new(0.309471369, 0, 0.348028362, 0)
  38. ScriptBox.Size = UDim2.new(0.618942738, 0, 0.705882311, 0)
  39. ScriptBox.Font = Enum.Font.SourceSansBold
  40. ScriptBox.PlaceholderText = "Script Here"
  41. ScriptBox.Text = ""
  42. ScriptBox.TextColor3 = Color3.new(0, 0, 0)
  43. ScriptBox.TextSize = 35
  44. ScriptBox.TextWrapped = true
  45. ScriptBox.TextXAlignment = Enum.TextXAlignment.Left
  46. ScriptBox.TextYAlignment = Enum.TextYAlignment.Top
  47.  
  48. exe.Name = "exe"
  49. exe.Parent = Main
  50. exe.AnchorPoint = Vector2.new(0.5, 0.5)
  51. exe.BackgroundColor3 = Color3.new(0.541176, 0.745098, 0.627451)
  52. exe.BorderSizePixel = 0
  53. exe.Position = UDim2.new(0.301568508, 0, 0.852941215, 0)
  54. exe.Size = UDim2.new(0.603137016, 0, 0.29411763, 0)
  55. exe.Font = Enum.Font.SourceSansBold
  56. exe.Text = "Execute"
  57. exe.TextColor3 = Color3.new(0, 0, 0)
  58. exe.TextSize = 35
  59.  
  60. re.Name = "re"
  61. re.Parent = Main
  62. re.AnchorPoint = Vector2.new(0.5, 0.5)
  63. re.BackgroundColor3 = Color3.new(0.541176, 0.745098, 0.627451)
  64. re.BorderSizePixel = 0
  65. re.Position = UDim2.new(0.809000015, 0, 0.145078436, 0)
  66. re.Size = UDim2.new(0.378854632, 0, 0.29411763, 0)
  67. re.Font = Enum.Font.SourceSansBold
  68. re.Text = "Respawn"
  69. re.TextColor3 = Color3.new(0, 0, 0)
  70. re.TextSize = 35
  71.  
  72. ch.Name = "ch"
  73. ch.Parent = Main
  74. ch.AnchorPoint = Vector2.new(0.5, 0.5)
  75. ch.BackgroundColor3 = Color3.new(0.541176, 0.745098, 0.627451)
  76. ch.BorderSizePixel = 0
  77. ch.Position = UDim2.new(0.809471369, 0, 0.497549027, 0)
  78. ch.Size = UDim2.new(0.378854632, 0, 0.29411763, 0)
  79. ch.Font = Enum.Font.SourceSansBold
  80. ch.Text = "Check SS"
  81. ch.TextColor3 = Color3.new(0, 0, 0)
  82. ch.TextSize = 35
  83.  
  84. cl.Name = "cl"
  85. cl.Parent = Main
  86. cl.AnchorPoint = Vector2.new(0.5, 0.5)
  87. cl.BackgroundColor3 = Color3.new(0.541176, 0.745098, 0.627451)
  88. cl.BorderSizePixel = 0
  89. cl.Position = UDim2.new(0.809471369, 0, 0.852111995, 0)
  90. cl.Size = UDim2.new(0.378854632, 0, 0.292459011, 0)
  91. cl.Font = Enum.Font.SourceSansBold
  92. cl.Text = "Close"
  93. cl.TextColor3 = Color3.new(0, 0, 0)
  94. cl.TextSize = 35
  95.  
  96. UIAspectRatioConstraint.Parent = Main
  97. UIAspectRatioConstraint.AspectRatio = 4.0432195663452
  98.  
  99. ScreenGui.Parent = GUI
  100. ScreenGui.Enabled = false
  101. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  102. ScreenGui.ResetOnSpawn = false
  103.  
  104. re_2.Name = "re"
  105. re_2.Parent = ScreenGui
  106. re_2.AnchorPoint = Vector2.new(0.5, 0.5)
  107. re_2.BackgroundColor3 = Color3.new(0.541176, 0.745098, 0.627451)
  108. re_2.BorderSizePixel = 0
  109. re_2.Position = UDim2.new(0.930621624, 0, 0.95890826, 0)
  110. re_2.Size = UDim2.new(0, 219, 0, 28)
  111. re_2.Font = Enum.Font.SourceSansBold
  112. re_2.Text = "Open"
  113. re_2.TextColor3 = Color3.new(0, 0, 0)
  114. re_2.TextSize = 35
  115.  
  116. UIAspectRatioConstraint_2.Parent = re_2
  117. UIAspectRatioConstraint_2.AspectRatio = 7.6869959831238
  118. -- Scripts:
  119. function SCRIPT_EAWN73_FAKESCRIPT() -- exe.Script
  120. local script = Instance.new('Script')
  121. script.Parent = exe
  122. script.Parent.MouseButton1Click:Connect(function() game:GetService("ReplicatedStorage").RemoteEvent:FireServer(script.Parent.Parent.ScriptBox.Text)
  123. end)
  124.  
  125. end
  126. coroutine.resume(coroutine.create(SCRIPT_EAWN73_FAKESCRIPT))
  127. function SCRIPT_VMYR75_FAKESCRIPT() -- Main.Script
  128. local script = Instance.new('Script')
  129. script.Parent = Main
  130. script.Parent.Active = true
  131. script.Parent.Draggable = true
  132.  
  133. end
  134. coroutine.resume(coroutine.create(SCRIPT_VMYR75_FAKESCRIPT))
  135. function SCRIPT_LMVU70_FAKESCRIPT() -- re.Script
  136. local script = Instance.new('Script')
  137. script.Parent = re
  138. script.Parent.MouseButton1Click:Connect(function()
  139. game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid").Parent = nil
  140. end)
  141.  
  142. end
  143. coroutine.resume(coroutine.create(SCRIPT_LMVU70_FAKESCRIPT))
  144. function SCRIPT_CHCY83_FAKESCRIPT() -- Main.Script
  145. local script = Instance.new('Script')
  146. script.Parent = Main
  147. game:GetService("Players").LocalPlayer.Chatted:Connect(function(msg)
  148. if msg:lower() == "/e clr" then
  149. script.Parent.ScriptBox.Text = "Cleared!"
  150. wait(1)
  151. script.Parent.ScriptBox.Text = ""
  152. end
  153. end)
  154.  
  155. end
  156. coroutine.resume(coroutine.create(SCRIPT_CHCY83_FAKESCRIPT))
  157. function SCRIPT_BFLI81_FAKESCRIPT() -- ch.Script
  158. local script = Instance.new('Script')
  159. script.Parent = ch
  160. script.Parent.MouseButton1Click:Connect(function()
  161. if game:GetService('ReplicatedStorage'):FindFirstChildOfClass("RemoteEvent") then
  162. bc = BrickColor.new("New Yeller")
  163. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  164. Text = "Game is ServerSided";
  165. Font = Enum.Font.Cartoon;
  166. Color = bc.Color;
  167. FontSize = Enum.FontSize.Size96
  168. })
  169. else
  170. game:GetService("Players").LocalPlayer:Kick("Not ServerSided")
  171. end
  172. end)
  173.  
  174. end
  175. coroutine.resume(coroutine.create(SCRIPT_BFLI81_FAKESCRIPT))
  176. function SCRIPT_RJYT77_FAKESCRIPT() -- cl.Script
  177. local script = Instance.new('Script')
  178. script.Parent = cl
  179. script.Parent.MouseButton1Click:Connect(function()
  180. script.Parent.Parent.Parent.Enabled = false
  181. script.Parent.Parent.Parent.ScreenGui.Enabled = true
  182. end)
  183.  
  184. end
  185. coroutine.resume(coroutine.create(SCRIPT_RJYT77_FAKESCRIPT))
  186. function SCRIPT_LEWI82_FAKESCRIPT() -- re_2.Script
  187. local script = Instance.new('Script')
  188. script.Parent = re_2
  189. script.Parent.Text = "Open"
  190.  
  191. script.Parent.MouseButton1Click:Connect(function()
  192. game:GetService("Players").LocalPlayer.PlayerGui.GUI.Enabled = true
  193. script.Parent.Parent.Enabled = false
  194. end)
  195.  
  196. end
  197. coroutine.resume(coroutine.create(SCRIPT_LEWI82_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement