Advertisement
Guest User

Super Eating Simulator Script

a guest
Dec 17th, 2021
4,886
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. loadstring(game:HttpGet("https://shub.fun/hub"))()
  2.  
  3. -- https://discord.com/channels/915781154890719323/921374101036204053
  4.  
  5. -- ===================================================
  6.  
  7. -- here is an afk script since there is no anti-afk option in the script above!
  8.  
  9. --[[
  10. wait(0.5)local ba=Instance.new("ScreenGui")
  11. local ca=Instance.new("TextLabel")local da=Instance.new("Frame")
  12. local _b=Instance.new("TextLabel")local ab=Instance.new("TextLabel")ba.Parent=game.CoreGui
  13. ba.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;ca.Parent=ba;ca.Active=true
  14. ca.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ca.Draggable=true
  15. ca.Position=UDim2.new(0.698610067,0,0.098096624,0)ca.Size=UDim2.new(0,370,0,52)
  16. ca.Font=Enum.Font.SourceSansSemibold;ca.Text="Anti AFK Script"ca.TextColor3=Color3.new(0,1,1)
  17. ca.TextSize=22;da.Parent=ca
  18. da.BackgroundColor3=Color3.new(0.196078,0.196078,0.196078)da.Position=UDim2.new(0,0,1.0192306,0)
  19. da.Size=UDim2.new(0,370,0,107)_b.Parent=da
  20. _b.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)_b.Position=UDim2.new(0,0,0.800455689,0)
  21. _b.Size=UDim2.new(0,370,0,21)_b.Font=Enum.Font.Arial;_b.Text="Made by PRO GAMER (please subscribe)"
  22. _b.TextColor3=Color3.new(0,1,1)_b.TextSize=20;ab.Parent=da
  23. ab.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ab.Position=UDim2.new(0,0,0.158377,0)
  24. ab.Size=UDim2.new(0,370,0,44)ab.Font=Enum.Font.ArialBold;ab.Text="Status: Active"
  25. ab.TextColor3=Color3.new(0,1,1)ab.TextSize=20;local bb=game:service'VirtualUser'
  26. game:service'Players'.LocalPlayer.Idled:connect(function()
  27. bb:CaptureController()bb:ClickButton2(Vector2.new())
  28. ab.Text="Roblox Tried to kick you but we didnt let them kick you :D"wait(2)ab.Text="Status : Active"end)
  29. ]]--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement