Facebook
From Cream Hamerkop, 1 Year ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 152
  1. local InsertedObjects = Instance.new("ScreenGui")
  2. local ImageButton = Instance.new("ImageButton")
  3. local ImageLabel = Instance.new("ImageLabel")
  4. local CloseButton = Instance.new("ImageButton")
  5. local UIGradient = Instance.new("UIGradient")
  6. local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  7. local Button2 = Instance.new("ImageButton")
  8. local UIAspectRatioConstraint_2 = Instance.new("UIAspectRatioConstraint")
  9. local UIGradient_2 = Instance.new("UIGradient")
  10. local BtnText = Instance.new("TextLabel")
  11. local ImageLabel_2 = Instance.new("ImageLabel")
  12.  
  13. --Properties:
  14.  
  15. InsertedObjects.Name = "InsertedObjects"
  16. InsertedObjects.Parent = game.CoreGui
  17. InsertedObjects.ResetOnSpawn = false
  18.  
  19. ImageButton.Parent = InsertedObjects
  20. ImageButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  21. ImageButton.BackgroundTransparency = 1.000
  22. ImageButton.Position = UDim2.new(0.450224787, 0, 0.00651465775, 0)
  23. ImageButton.Size = UDim2.new(0, 123, 0, 60)
  24. ImageButton.Image = "http://www.roblox.com/asset/?id=8139623167"
  25.  
  26. ImageLabel.Parent = InsertedObjects
  27. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  28. ImageLabel.BackgroundTransparency = 1.000
  29. ImageLabel.Position = UDim2.new(0.267573446, 0, 0.0458697081, 0)
  30. ImageLabel.Size = UDim2.new(0, 523, 0, 319)
  31. ImageLabel.Image = "http://www.roblox.com/asset/?id=8256314783"
  32.  
  33. CloseButton.Name = "CloseButton"
  34. CloseButton.Parent = ImageLabel
  35. CloseButton.AnchorPoint = Vector2.new(0.5, 0.5)
  36. CloseButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  37. CloseButton.BackgroundTransparency = 1.000
  38. CloseButton.BorderSizePixel = 0
  39. CloseButton.Position = UDim2.new(0.810671747, 0, 0.444311529, 0)
  40. CloseButton.Size = UDim2.new(0.224671423, 0, 0.209703207, 0)
  41. CloseButton.Image = "http://www.roblox.com/asset/?id=7400386959"
  42.  
  43. UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(0, 136, 255))}
  44. UIGradient.Offset = Vector2.new(-0.349999994, 0)
  45. UIGradient.Rotation = -135
  46. UIGradient.Parent = CloseButton
  47.  
  48. UIAspectRatioConstraint.Parent = CloseButton
  49. UIAspectRatioConstraint.AspectRatio = 2.000
  50.  
  51. Button2.Name = "Button 2"
  52. Button2.Parent = ImageLabel
  53. Button2.AnchorPoint = Vector2.new(1, 1)
  54. Button2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  55. Button2.BackgroundTransparency = 1.000
  56. Button2.Position = UDim2.new(0.63131988, 0, 0.570881367, 0)
  57. Button2.Size = UDim2.new(0.382413447, 0, 0.142657354, 0)
  58. Button2.Image = "rbxassetid://2790382281"
  59. Button2.ImageColor3 = Color3.fromRGB(26, 190, 190)
  60. Button2.ScaleType = Enum.ScaleType.Slice
  61. Button2.SliceCenter = Rect.new(4, 4, 252, 252)
  62.  
  63. UIAspectRatioConstraint_2.Parent = Button2
  64. UIAspectRatioConstraint_2.AspectRatio = 3.042
  65.  
  66. UIGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(30, 231, 231)), ColorSequenceKeypoint.new(0.94, Color3.fromRGB(23, 179, 179)), ColorSequenceKeypoint.new(0.97, Color3.fromRGB(33, 255, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(30, 231, 231))}
  67. UIGradient_2.Offset = Vector2.new(-0.349999994, 0)
  68. UIGradient_2.Rotation = -135
  69. UIGradient_2.Parent = Button2
  70.  
  71. BtnText.Name = "BtnText"
  72. BtnText.Parent = Button2
  73. BtnText.AnchorPoint = Vector2.new(0.5, 0.5)
  74. BtnText.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  75. BtnText.BackgroundTransparency = 1.000
  76. BtnText.BorderSizePixel = 0
  77. BtnText.Position = UDim2.new(0.498592883, 0, 0.488144726, 0)
  78. BtnText.Size = UDim2.new(0.891457498, -5, 0.468874484, -5)
  79. BtnText.Font = Enum.Font.GothamBlack
  80. BtnText.Text = "AUTO FARM"
  81. BtnText.TextColor3 = Color3.fromRGB(255, 255, 255)
  82. BtnText.TextScaled = true
  83. BtnText.TextSize = 14.000
  84. BtnText.TextWrapped = true
  85.  
  86. ImageLabel_2.Parent = InsertedObjects
  87. ImageLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  88. ImageLabel_2.BackgroundTransparency = 1.000
  89. ImageLabel_2.Size = UDim2.new(0, 1367, 0, 624)
  90. ImageLabel_2.Visible = false
  91. ImageLabel_2.Image = "http://www.roblox.com/asset/?id=8139799244"
  92. ImageLabel_2.ScaleType = Enum.ScaleType.Tile
  93.  
  94. -- Scripts:
  95.  
  96. local function HEZWLMD_fake_script() -- ImageButton.LocalScript
  97.         local script = Instance.new('LocalScript', ImageButton)
  98.  
  99.         script.Parent.MouseButton1Click:connect(function()
  100.                 script.Parent.Parent.ImageLabel.Visible = not script.Parent.Parent.ImageLabel.Visible
  101.         end)
  102.        
  103. end
  104. coroutine.wrap(HEZWLMD_fake_script)()
  105. local function KDZA_fake_script() -- ImageLabel.LocalScript
  106.         local script = Instance.new('LocalScript', ImageLabel)
  107.  
  108.        
  109.         local UIS = game:GetService('UserInputService')
  110.        
  111.         local frame = script.Parent
  112.        
  113.        
  114.        
  115.         local dragToggle = nil
  116.        
  117.         local dragSpeed = 0.25
  118.        
  119.         local dragStart = nil
  120.        
  121.         local startPos = nil
  122.        
  123.        
  124.        
  125.         local function updateInput(input)
  126.        
  127.                 local delta = input.Position - dragStart
  128.        
  129.                 local position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X,
  130.        
  131.                         startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  132.        
  133.                 game:GetService('TweenService'):Create(frame, TweenInfo.new(dragSpeed), {Position = position}):Play()
  134.        
  135.         end
  136.        
  137.        
  138.        
  139.         frame.InputBegan:Connect(function(input)
  140.        
  141.                 if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
  142.        
  143.                         dragToggle = true
  144.        
  145.                         dragStart = input.Position
  146.        
  147.                         startPos = frame.Position
  148.        
  149.                         input.Changed:Connect(function()
  150.        
  151.                                 if input.UserInputState == Enum.UserInputState.End then
  152.        
  153.                                         dragToggle = false
  154.        
  155.                                 end
  156.        
  157.                         end)
  158.        
  159.                 end
  160.        
  161.         end)
  162.        
  163.        
  164.        
  165.         UIS.InputChanged:Connect(function(input)
  166.        
  167.                 if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  168.        
  169.                         if dragToggle then
  170.        
  171.                                 updateInput(input)
  172.        
  173.                         end
  174.        
  175.                 end
  176.        
  177.         end)
  178.        
  179.        
  180.        
  181.        
  182. end
  183. coroutine.wrap(KDZA_fake_script)()
  184. local function JWMJ_fake_script() -- ImageLabel.LocalScript
  185.         local script = Instance.new('LocalScript', ImageLabel)
  186.  
  187.         while true do
  188.                 script.Parent.BackgroundColor3 = Color3.new (255, 176, 0)
  189.                 wait(.7)
  190.                 script.Parent.BackgroundColor3 = Color3.new (0, 255, 0)
  191.                 wait(.7)
  192.                 script.Parent.BackgroundColor3 = Color3.new (255, 0, 0)
  193.                 wait(.7)
  194.                 script.Parent.BackgroundColor3 = Color3.new (170, 85, 0)
  195.                 wait(.7)
  196.                 script.Parent.BackgroundColor3 = Color3.new (106, 57, 9)
  197.                 wait(.7)
  198.                 script.Parent.BackgroundColor3 = Color3.new (0, 16, 176)
  199.                 wait(.7)
  200.         end
  201. end
  202. coroutine.wrap(JWMJ_fake_script)()
  203. local function JYHPPF_fake_script() -- CloseButton.LocalScript
  204.         local script = Instance.new('LocalScript', CloseButton)
  205.  
  206.         script.Parent.MouseButton1Click:Connect(function()
  207.                 script.Parent.Parent.Visible = false
  208.         end)
  209. end
  210. coroutine.wrap(JYHPPF_fake_script)()
  211. local function AKUPNDJ_fake_script() -- CloseButton.ANIME
  212.         local script = Instance.new('LocalScript', CloseButton)
  213.  
  214.         local btn = script.Parent
  215.         local uiGradient = btn:WaitForChild("UIGradient")
  216.        
  217.         local isHovering = false
  218.        
  219.         local tweenService = game:GetService("TweenService")
  220.         local tweenInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint, Enum.EasingDirection.InOut)
  221.        
  222.         local gradientRestoreTween = tweenService:Create(uiGradient, tweenInfo, {Offset = Vector2.new(-0.35, 0)})
  223.         local gradientAddTween = tweenService:Create(uiGradient, tweenInfo, {Offset = Vector2.new(1, 0)})
  224.        
  225.        
  226.         btn.MouseEnter:Connect(function()
  227.                
  228.                 isHovering = true
  229.                
  230.                 gradientAddTween:Play()
  231.         end)
  232.        
  233.         btn.MouseLeave:Connect(function()
  234.                
  235.                 isHovering = false
  236.                
  237.                 gradientRestoreTween:Play()
  238.         end)
  239.        
  240.         btn.MouseButton1Down:Connect(function()
  241.                
  242.                 gradientRestoreTween:Play()
  243.         end)
  244.        
  245.         btn.MouseButton1Up:Connect(function()
  246.                
  247.                 if not isHovering then
  248.                         gradientRestoreTween:Play()
  249.                 else
  250.                         gradientAddTween:Play()
  251.                 end
  252.         end)
  253. end
  254. coroutine.wrap(AKUPNDJ_fake_script)()
  255. local function ZGOBJ_fake_script() -- Button2.ANIME
  256.         local script = Instance.new('LocalScript', Button2)
  257.  
  258.         local btn = script.Parent
  259.         local uiGradient = btn:WaitForChild("UIGradient")
  260.        
  261.         local isHovering = false
  262.        
  263.         local tweenService = game:GetService("TweenService")
  264.         local tweenInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint, Enum.EasingDirection.InOut)
  265.        
  266.         local gradientRestoreTween = tweenService:Create(uiGradient, tweenInfo, {Offset = Vector2.new(-0.35, 0)})
  267.         local gradientAddTween = tweenService:Create(uiGradient, tweenInfo, {Offset = Vector2.new(1, 0)})
  268.        
  269.        
  270.         btn.MouseEnter:Connect(function()
  271.                
  272.                 isHovering = true
  273.                
  274.                 gradientAddTween:Play()
  275.         end)
  276.        
  277.         btn.MouseLeave:Connect(function()
  278.                
  279.                 isHovering = false
  280.                
  281.                 gradientRestoreTween:Play()
  282.         end)
  283.        
  284.         btn.MouseButton1Down:Connect(function()
  285.                
  286.                 gradientRestoreTween:Play()
  287.         end)
  288.        
  289.         btn.MouseButton1Up:Connect(function()
  290.                
  291.                 if not isHovering then
  292.                         gradientRestoreTween:Play()
  293.                 else
  294.                         gradientAddTween:Play()
  295.                 end
  296.         end)
  297. end
  298. coroutine.wrap(ZGOBJ_fake_script)()
  299. local function EWFEN_fake_script() -- Button2.METAB SCRIPT
  300.         local script = Instance.new('LocalScript', Button2)
  301.  
  302.        
  303.        
  304.         toggle = false
  305.         script.Parent.MouseButton1Down:connect(function()
  306.        
  307.                 if toggle == true then
  308.                         toggle = false
  309.                 else
  310.                         toggle = true
  311.                 end
  312.                 if toggle == true then
  313.                         script.Parent.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  314.                 end
  315.                 if toggle == false then
  316.                         script.Parent.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  317.                 end
  318.        
  319.                 if toggle == true then
  320.        
  321.                         _G.Bin = true
  322.                         while _G.Bin do
  323.                                 hum = game.Players.LocalPlayer
  324.                                 for i,v in pairs(game.Workspace.Scene:GetDescendants()) do
  325.                                         if v.Name == "Prefab" then
  326.                                                 wait(1.5) -- dont change it will detect if ure exploiting
  327.                                                 hum.Character.HumanoidRootPart.CFrame = v.CFrame
  328.                                         end
  329.                                 end
  330.                        
  331.                 end
  332.        
  333.                
  334.                 if toggle == false then
  335.        
  336.        
  337.        
  338.        
  339.                         _G.Bin = false
  340.                         while _G.Bin do
  341.                                 hum = game.Players.LocalPlayer
  342.                                 for i,v in pairs(game.Workspace.Scene:GetDescendants()) do
  343.                                         if v.Name == "Prefab" then
  344.                                                         wait(1.5) -- dont change it will detect if ure exploiting
  345.                                                 hum.Character.HumanoidRootPart.CFrame = v.CFrame
  346.                                         end
  347.                                 end
  348.                        
  349.         end
  350.                         end
  351.                 end
  352.        
  353.                 while wait() do
  354.                         game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.GameService.WeaponAnimComplete:FireServer()
  355.        
  356.                
  357.        
  358.                         game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.GameService.WeaponAttackStart:FireServer()
  359.        
  360.                 end
  361.         end)
  362.        
  363.        
  364.        
  365. end
  366. coroutine.wrap(EWFEN_fake_script)()
  367. local function OWRSS_fake_script() -- ImageLabel_2.Script
  368.         local script = Instance.new('Script', ImageLabel_2)
  369.  
  370.         wait(4)
  371.         script.Parent:Destroy()
  372. end
  373. coroutine.wrap(OWRSS_fake_script)()

Replies to Untitled rss

Title Name Language When
Re: Untitled Fiery Ibis text 1 Year ago.