Advertisement
acym0701

e

May 8th, 2022
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. -- By DevSenpai Small Exploit Script Developer
  2. -- join SenpaiScript Discord Group his my Friend https://discord.gg/xjTMBJe6tg
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local frame = Instance.new("Frame")
  8. local Photo = Instance.new("ImageLabel")
  9. local UICorner = Instance.new("UICorner")
  10. local OFF = Instance.new("TextButton")
  11. local ON = Instance.new("TextButton")
  12. local TextLabel = Instance.new("TextLabel")
  13.  
  14. --Properties:
  15.  
  16. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  17. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  18. ScreenGui.ResetOnSpawn = false
  19.  
  20. frame.Name = "frame"
  21. frame.Parent = ScreenGui
  22. frame.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  23. frame.BackgroundTransparency = 1.000
  24. frame.Position = UDim2.new(0.39531222, 0, 0.252102971, 0)
  25. frame.Size = UDim2.new(0, 182, 0, 260)
  26. frame.Active = true
  27. frame.Draggable = true
  28.  
  29. Photo.Name = "Photo"
  30. Photo.Parent = frame
  31. Photo.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  32. Photo.Position = UDim2.new(-0.00105160568, 0, -0.00663622376, 0)
  33. Photo.Size = UDim2.new(0, 185, 0, 264)
  34. Photo.Image = "rbxassetid://6687673823"
  35.  
  36. UICorner.CornerRadius = UDim.new(0, 9)
  37. UICorner.Parent = Photo
  38.  
  39. OFF.Name = "OFF"
  40. OFF.Parent = frame
  41. OFF.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  42. OFF.BackgroundTransparency = 1.000
  43. OFF.Position = UDim2.new(0.0674995333, 0, 0.606759489, 0)
  44. OFF.Size = UDim2.new(0, 159, 0, 50)
  45. OFF.Font = Enum.Font.SourceSans
  46. OFF.Text = "OFF"
  47. OFF.TextColor3 = Color3.fromRGB(255, 255, 255)
  48. OFF.TextScaled = true
  49. OFF.TextSize = 14.000
  50. OFF.TextWrapped = true
  51. OFF.MouseButton1Down:connect(function()
  52. loadstring(game:HttpGet("https://raw.githubusercontent.com/SenpaiSripter/Fails/main/AnimalSimulatorFail" , true))()
  53. end)
  54.  
  55. ON.Name = "ON"
  56. ON.Parent = frame
  57. ON.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  58. ON.BackgroundTransparency = 1.000
  59. ON.Position = UDim2.new(0.0683099926, 0, 0.283556789, 0)
  60. ON.Size = UDim2.new(0, 159, 0, 50)
  61. ON.Font = Enum.Font.SourceSans
  62. ON.Text = "ON"
  63. ON.TextColor3 = Color3.fromRGB(255, 255, 255)
  64. ON.TextScaled = true
  65. ON.TextSize = 14.000
  66. ON.TextWrapped = true
  67. ON.MouseButton1Down:connect(function()
  68. loadstring(game:HttpGet("https://raw.githubusercontent.com/SenpaiSripter/AnimalSimulator1/main/AnimalSimulatorScript" , true))()
  69. end)
  70.  
  71. TextLabel.Parent = frame
  72. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  73. TextLabel.BackgroundTransparency = 1.000
  74. TextLabel.Position = UDim2.new(-0.00105160568, 0, -0.0351857096, 0)
  75. TextLabel.Size = UDim2.new(0, 185, 0, 66)
  76. TextLabel.Font = Enum.Font.SourceSansSemibold
  77. TextLabel.Text = "DevSenpai"
  78. TextLabel.TextColor3 = Color3.fromRGB(255, 85, 255)
  79. TextLabel.TextScaled = true
  80. TextLabel.TextSize = 14.000
  81. TextLabel.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement