Advertisement
foxywolf233

SUPER EATER SIMULATOR SCRIPT!

Dec 15th, 2021
401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.04 KB | None | 0 0
  1. -- Credits
  2. -- Made By jiffy_978ALT
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local UICorner = Instance.new("UICorner")
  9. local TextLabel = Instance.new("TextLabel")
  10. local UICorner_2 = Instance.new("UICorner")
  11. local TextButton = Instance.new("TextButton")
  12. local UICorner_3 = Instance.new("UICorner")
  13. local TextButton_2 = Instance.new("TextButton")
  14. local UICorner_4 = Instance.new("UICorner")
  15. local TextButton_3 = Instance.new("TextButton")
  16. local UICorner_5 = Instance.new("UICorner")
  17. local TextButton_4 = Instance.new("TextButton")
  18. local UICorner_6 = Instance.new("UICorner")
  19. local TextButton_5 = Instance.new("TextButton")
  20. local TextButton_6 = Instance.new("TextButton")
  21. local UICorner_7 = Instance.new("UICorner")
  22. local TextButton_7 = Instance.new("TextButton")
  23. local UICorner_8 = Instance.new("UICorner")
  24.  
  25. --Properties:
  26.  
  27. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  28. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  29. ScreenGui.ResetOnSpawn = false
  30.  
  31. Frame.Parent = ScreenGui
  32. Frame.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  33. Frame.Position = UDim2.new(0.614216685, 0, 0.0112739569, 0)
  34. Frame.Size = UDim2.new(0, 450, 0, 508)
  35. Frame.Active = true
  36. Frame.Draggable = true
  37.  
  38. UICorner.Parent = Frame
  39.  
  40. TextLabel.Parent = Frame
  41. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  42. TextLabel.BackgroundTransparency = 1.000
  43. TextLabel.Position = UDim2.new(0.0111941192, 0, 0, 0)
  44. TextLabel.Size = UDim2.new(0, 444, 0, 122)
  45. TextLabel.Font = Enum.Font.SourceSansBold
  46. TextLabel.Text = "SUPER EATER SIMULATOR"
  47. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  48. TextLabel.TextScaled = true
  49. TextLabel.TextSize = 42.000
  50. TextLabel.TextWrapped = true
  51.  
  52. UICorner_2.Parent = TextLabel
  53.  
  54. TextButton.Parent = Frame
  55. TextButton.BackgroundColor3 = Color3.fromRGB(0, 127, 190)
  56. TextButton.Position = UDim2.new(0.0668656677, 0, 0.246775791, 0)
  57. TextButton.Size = UDim2.new(0, 200, 0, 138)
  58. TextButton.Font = Enum.Font.SourceSans
  59. TextButton.Text = "Sell"
  60. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  61. TextButton.TextSize = 79.000
  62. TextButton.TextWrapped = true
  63.  
  64. UICorner_3.Parent = TextButton
  65.  
  66. TextButton_2.Parent = Frame
  67. TextButton_2.BackgroundColor3 = Color3.fromRGB(0, 127, 190)
  68. TextButton_2.Position = UDim2.new(0.531310141, 0, 0.246775791, 0)
  69. TextButton_2.Size = UDim2.new(0, 200, 0, 138)
  70. TextButton_2.Font = Enum.Font.SourceSans
  71. TextButton_2.Text = "Shop"
  72. TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  73. TextButton_2.TextScaled = true
  74. TextButton_2.TextSize = 79.000
  75. TextButton_2.TextWrapped = true
  76.  
  77. UICorner_4.Parent = TextButton_2
  78.  
  79. TextButton_3.Parent = Frame
  80. TextButton_3.BackgroundColor3 = Color3.fromRGB(0, 127, 190)
  81. TextButton_3.Position = UDim2.new(0.0668656677, 0, 0.553614974, 0)
  82. TextButton_3.Size = UDim2.new(0, 200, 0, 138)
  83. TextButton_3.Font = Enum.Font.SourceSans
  84. TextButton_3.Text = "Leadeboards"
  85. TextButton_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  86. TextButton_3.TextScaled = true
  87. TextButton_3.TextSize = 44.000
  88. TextButton_3.TextWrapped = true
  89.  
  90. UICorner_5.Parent = TextButton_3
  91.  
  92. TextButton_4.Parent = Frame
  93. TextButton_4.BackgroundColor3 = Color3.fromRGB(0, 127, 190)
  94. TextButton_4.Position = UDim2.new(0.531310141, 0, 0.553614974, 0)
  95. TextButton_4.Size = UDim2.new(0, 200, 0, 138)
  96. TextButton_4.Font = Enum.Font.SourceSans
  97. TextButton_4.Text = "ColaLand"
  98. TextButton_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  99. TextButton_4.TextScaled = true
  100. TextButton_4.TextSize = 44.000
  101. TextButton_4.TextWrapped = true
  102.  
  103. UICorner_6.Parent = TextButton_4
  104.  
  105. TextButton_5.Parent = Frame
  106. TextButton_5.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  107. TextButton_5.BorderSizePixel = 0
  108. TextButton_5.Position = UDim2.new(0.902222216, 0, 0, 0)
  109. TextButton_5.Size = UDim2.new(0, 43, 0, 39)
  110. TextButton_5.Font = Enum.Font.SourceSansBold
  111. TextButton_5.Text = "X"
  112. TextButton_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  113. TextButton_5.TextScaled = true
  114. TextButton_5.TextSize = 14.000
  115. TextButton_5.TextWrapped = true
  116.  
  117. TextButton_6.Parent = Frame
  118. TextButton_6.BackgroundColor3 = Color3.fromRGB(0, 133, 199)
  119. TextButton_6.Size = UDim2.new(0, 52, 0, 49)
  120. TextButton_6.Font = Enum.Font.SourceSansBold
  121. TextButton_6.Text = "Spawn!"
  122. TextButton_6.TextColor3 = Color3.fromRGB(0, 0, 0)
  123. TextButton_6.TextScaled = true
  124. TextButton_6.TextSize = 18.000
  125. TextButton_6.TextWrapped = true
  126.  
  127. UICorner_7.Parent = TextButton_6
  128.  
  129. TextButton_7.Parent = Frame
  130. TextButton_7.BackgroundColor3 = Color3.fromRGB(0, 127, 190)
  131. TextButton_7.Position = UDim2.new(0.0668657795, 0, 0.853074968, 0)
  132. TextButton_7.Size = UDim2.new(0, 409, 0, 59)
  133. TextButton_7.Font = Enum.Font.SourceSans
  134. TextButton_7.Text = "ESCAPE DEATH!"
  135. TextButton_7.TextColor3 = Color3.fromRGB(255, 255, 255)
  136. TextButton_7.TextScaled = true
  137. TextButton_7.TextSize = 79.000
  138. TextButton_7.TextWrapped = true
  139.  
  140. UICorner_8.Parent = TextButton_7
  141.  
  142. -- Scripts:
  143.  
  144. local function LIQU_fake_script() -- TextButton.LocalScript
  145. local script = Instance.new('LocalScript', TextButton)
  146.  
  147. script.Parent.MouseButton1Click:Connect(function()
  148.  
  149. local args = {
  150. [1] = {
  151. [1] = "SellMass"
  152. }
  153. }
  154.  
  155. game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args))
  156.  
  157. end)
  158. end
  159. coroutine.wrap(LIQU_fake_script)()
  160. local function GELTCP_fake_script() -- TextButton_2.LocalScript
  161. local script = Instance.new('LocalScript', TextButton_2)
  162.  
  163. script.Parent.MouseButton1Click:Connect(function()
  164. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2316, 59, -2465)
  165. end)
  166. end
  167. coroutine.wrap(GELTCP_fake_script)()
  168. local function UQKWLX_fake_script() -- TextButton_3.LocalScript
  169. local script = Instance.new('LocalScript', TextButton_3)
  170.  
  171. script.Parent.MouseButton1Click:Connect(function()
  172. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2128, 40, -2721)
  173. end)
  174. end
  175. coroutine.wrap(UQKWLX_fake_script)()
  176. local function HSDS_fake_script() -- TextButton_4.LocalScript
  177. local script = Instance.new('LocalScript', TextButton_4)
  178.  
  179. script.Parent.MouseButton1Click:Connect(function()
  180. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-583, 43, -4162)
  181. end)
  182. end
  183. coroutine.wrap(HSDS_fake_script)()
  184. local function FYQABCT_fake_script() -- TextButton_5.LocalScript
  185. local script = Instance.new('LocalScript', TextButton_5)
  186.  
  187. script.Parent.MouseButton1Click:Connect(function()
  188. script.Parent.Parent.Visible = false
  189. end)
  190.  
  191. end
  192. coroutine.wrap(FYQABCT_fake_script)()
  193. local function JZIX_fake_script() -- TextButton_6.LocalScript
  194. local script = Instance.new('LocalScript', TextButton_6)
  195.  
  196. script.Parent.MouseButton1Click:Connect(function()
  197. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2373, 73, -2514)
  198. end)
  199. end
  200. coroutine.wrap(JZIX_fake_script)()
  201. local function DAOG_fake_script() -- TextButton_7.LocalScript
  202. local script = Instance.new('LocalScript', TextButton_7)
  203.  
  204. script.Parent.MouseButton1Click:Connect(function()
  205. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2316, 59, -2465)
  206. end)
  207. end
  208. coroutine.wrap(DAOG_fake_script)()
  209.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement