Xlyjc

FUCKPAIDSGUI

Nov 29th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 13.08 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local WorldZero = Instance.new("Frame")
  6. local Farm = Instance.new("ImageLabel")
  7. local Frame = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local benabled = Instance.new("TextButton")
  10. local Mobs = Instance.new("TextLabel")
  11. local Godmode = Instance.new("TextButton")
  12. local noclip = Instance.new("TextLabel")
  13. local enableclip = Instance.new("TextButton")
  14. local walkspeed = Instance.new("TextLabel")
  15. local wsamt = Instance.new("TextBox")
  16. local wsenable = Instance.new("TextButton")
  17. --Properties:
  18. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  19. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  20.  
  21. WorldZero.Name = "WorldZero"
  22. WorldZero.Parent = ScreenGui
  23. WorldZero.BackgroundColor3 = Color3.new(1, 1, 1)
  24. WorldZero.BackgroundTransparency = 1
  25. WorldZero.BorderSizePixel = 0
  26. WorldZero.Position = UDim2.new(0.00899999961, 0, 0.0151802655, 0)
  27. WorldZero.Size = UDim2.new(0, 983, 0, 519)
  28.  
  29. Farm.Name = "Farm"
  30. Farm.Parent = WorldZero
  31. Farm.BackgroundColor3 = Color3.new(1, 1, 1)
  32. Farm.BackgroundTransparency = 1
  33. Farm.Position = UDim2.new(0.222896993, 0, 0.0629751384, 0)
  34. Farm.Size = UDim2.new(0, 106, 0, 17)
  35. Farm.Image = "http://www.roblox.com/asset/?id=4459491019"
  36.  
  37. Frame.Parent = Farm
  38. Frame.BackgroundColor3 = Color3.new(0.0941176, 0.0941176, 0.0941176)
  39. Frame.BorderColor3 = Color3.new(0.74902, 0.478431, 0.00392157)
  40. Frame.Position = UDim2.new(0.061999999, 0, 0.800000012, 0)
  41. Frame.Size = UDim2.new(0, 92, 0, 270)
  42. Frame.ZIndex = 0
  43.  
  44. TextLabel.Parent = Farm
  45. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  46. TextLabel.BackgroundTransparency = 1
  47. TextLabel.BorderSizePixel = 0
  48. TextLabel.Position = UDim2.new(-0.00943386555, 0, 0.117647052, 0)
  49. TextLabel.Size = UDim2.new(0, 106, 0, 13)
  50. TextLabel.Font = Enum.Font.SciFi
  51. TextLabel.Text = "Farm"
  52. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  53. TextLabel.TextSize = 14
  54.  
  55. benabled.Name = "benabled"
  56. benabled.Parent = Farm
  57. benabled.BackgroundColor3 = Color3.new(0.0941176, 0.0941176, 0.0941176)
  58. benabled.BorderColor3 = Color3.new(0.74902, 0.478431, 0.00392157)
  59. benabled.Position = UDim2.new(0.726415038, 0, 1.05882359, 0)
  60. benabled.Size = UDim2.new(0, 14, 0, 14)
  61. benabled.Font = Enum.Font.SciFi
  62. benabled.Text = ""
  63. benabled.TextColor3 = Color3.new(1, 0.666667, 0)
  64. benabled.TextSize = 14
  65.  
  66. Mobs.Name = "Mobs"
  67. Mobs.Parent = Farm
  68. Mobs.BackgroundColor3 = Color3.new(1, 1, 1)
  69. Mobs.BackgroundTransparency = 1
  70. Mobs.BorderSizePixel = 0
  71. Mobs.Position = UDim2.new(0.264150947, 0, 1.05882359, 0)
  72. Mobs.Size = UDim2.new(0, 48, 0, 13)
  73. Mobs.Font = Enum.Font.SciFi
  74. Mobs.Text = "Mobs"
  75. Mobs.TextColor3 = Color3.new(1, 0.666667, 0)
  76. Mobs.TextSize = 14
  77.  
  78. Godmode.Name = "Godmode"
  79. Godmode.Parent = Farm
  80. Godmode.BackgroundColor3 = Color3.new(0.0941176, 0.0941176, 0.0941176)
  81. Godmode.BorderColor3 = Color3.new(0.74902, 0.478431, 0.00392157)
  82. Godmode.Position = UDim2.new(0.128037944, 0, 4.52941179, 0)
  83. Godmode.Size = UDim2.new(0, 77, 0, 19)
  84. Godmode.Font = Enum.Font.SciFi
  85. Godmode.Text = "God Mode"
  86. Godmode.TextColor3 = Color3.new(1, 0.666667, 0)
  87. Godmode.TextSize = 14
  88.  
  89. noclip.Name = "noclip"
  90. noclip.Parent = Farm
  91. noclip.BackgroundColor3 = Color3.new(1, 1, 1)
  92. noclip.BackgroundTransparency = 1
  93. noclip.BorderSizePixel = 0
  94. noclip.Position = UDim2.new(0.264150947, 0, 2.23529434, 0)
  95. noclip.Size = UDim2.new(0, 48, 0, 13)
  96. noclip.Font = Enum.Font.SciFi
  97. noclip.Text = "No Clip  "
  98. noclip.TextColor3 = Color3.new(1, 0.666667, 0)
  99. noclip.TextSize = 14
  100.  
  101. enableclip.Name = "enableclip"
  102. enableclip.Parent = Farm
  103. enableclip.BackgroundColor3 = Color3.new(0.0941176, 0.0941176, 0.0941176)
  104. enableclip.BorderColor3 = Color3.new(0.74902, 0.478431, 0.00392157)
  105. enableclip.Position = UDim2.new(0.726415038, 0, 2.17647076, 0)
  106. enableclip.Size = UDim2.new(0, 14, 0, 14)
  107. enableclip.Font = Enum.Font.SciFi
  108. enableclip.Text = ""
  109. enableclip.TextColor3 = Color3.new(1, 0.666667, 0)
  110. enableclip.TextSize = 14
  111.  
  112. walkspeed.Name = "walkspeed"
  113. walkspeed.Parent = Farm
  114. walkspeed.BackgroundColor3 = Color3.new(1, 1, 1)
  115. walkspeed.BackgroundTransparency = 1
  116. walkspeed.BorderSizePixel = 0
  117. walkspeed.Position = UDim2.new(0.122641519, 0, 3.4117651, 0)
  118. walkspeed.Size = UDim2.new(0, 27, 0, 13)
  119. walkspeed.Font = Enum.Font.SciFi
  120. walkspeed.Text = "WS"
  121. walkspeed.TextColor3 = Color3.new(1, 0.666667, 0)
  122. walkspeed.TextSize = 14
  123.  
  124. wsamt.Name = "wsamt"
  125. wsamt.Parent = Farm
  126. wsamt.BackgroundColor3 = Color3.new(0.0941176, 0.0941176, 0.0941176)
  127. wsamt.BorderColor3 = Color3.new(1, 0.666667, 0)
  128. wsamt.Position = UDim2.new(0.377358496, 0, 3.35294151, 0)
  129. wsamt.Size = UDim2.new(0, 29, 0, 14)
  130. wsamt.Font = Enum.Font.SourceSans
  131. wsamt.Text = "100"
  132. wsamt.TextColor3 = Color3.new(1, 0.666667, 0)
  133. wsamt.TextSize = 14
  134.  
  135. wsenable.Name = "wsenable"
  136. wsenable.Parent = Farm
  137. wsenable.BackgroundColor3 = Color3.new(0.0941176, 0.0941176, 0.0941176)
  138. wsenable.BorderColor3 = Color3.new(0.74902, 0.478431, 0.00392157)
  139. wsenable.Position = UDim2.new(0.726415038, 0, 3.35294151, 0)
  140. wsenable.Size = UDim2.new(0, 14, 0, 14)
  141. wsenable.Font = Enum.Font.SciFi
  142. wsenable.Text = ""
  143. wsenable.TextColor3 = Color3.new(1, 0.666667, 0)
  144. wsenable.TextSize = 14
  145. -- Scripts:
  146. function SCRIPT_LGBJ73_FAKESCRIPT() -- Farm.LocalScript
  147.     local script = Instance.new('LocalScript')
  148.     script.Parent = Farm
  149.     local UserInputService = game:GetService("UserInputService")
  150.    
  151.     local gui = script.Parent
  152.    
  153.     local dragging
  154.     local dragInput
  155.     local dragStart
  156.     local startPos
  157.    
  158.     local function update(input)
  159.         local delta = input.Position - dragStart
  160.         gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  161.     end
  162.    
  163.     gui.InputBegan:Connect(function(input)
  164.         if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  165.             dragging = true
  166.             dragStart = input.Position
  167.             startPos = gui.Position
  168.            
  169.             input.Changed:Connect(function()
  170.                 if input.UserInputState == Enum.UserInputState.End then
  171.                     dragging = false
  172.                 end
  173.             end)
  174.         end
  175.     end)
  176.    
  177.     gui.InputChanged:Connect(function(input)
  178.         if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  179.             dragInput = input
  180.         end
  181.     end)
  182.    
  183.     UserInputService.InputChanged:Connect(function(input)
  184.         if input == dragInput and dragging then
  185.             update(input)
  186.         end
  187.     end)
  188.  
  189. end
  190. coroutine.resume(coroutine.create(SCRIPT_LGBJ73_FAKESCRIPT))
  191. function SCRIPT_RENT84_FAKESCRIPT() -- benabled.LocalScript
  192.     local script = Instance.new('LocalScript')
  193.     script.Parent = benabled
  194.     local plr = game.Players.LocalPlayer
  195.     local Enabled = false
  196.    
  197.     function Click()
  198.        
  199.         local VirtualUser = game:GetService("VirtualUser")
  200.     _G.Enabled = true
  201.     spawn(function()
  202.     while _G.Enabled do
  203.     game:GetService("ReplicatedStorage").Events.Clicked:FireServer()
  204.     VirtualUser:CaptureController()
  205.     VirtualUser:ClickButton1(Vector2.new(0, 0), CFrame.new(Vector3.new(0, 0, 0)))
  206.     wait()
  207.     end
  208.     end)
  209.        
  210.     end
  211.    
  212.     function Stop()
  213.        
  214.     local VirtualUser = game:GetService("VirtualUser")
  215.     _G.Enabled = false
  216.     spawn(function()
  217.     while _G.Enabled do
  218.     game:GetService("ReplicatedStorage").Events.Clicked:FireServer()
  219.     VirtualUser:CaptureController()
  220.     VirtualUser:ClickButton1(Vector2.new(0, 0), CFrame.new(Vector3.new(0, 0, 0)))
  221.     wait()
  222.     end
  223.     end)
  224.    
  225.     end
  226.    
  227.     function Animation()
  228.         wait(.03)
  229.         script.Parent.BorderSizePixel = 1
  230.         wait(.03)
  231.         script.Parent.BorderSizePixel = 2
  232.         wait(.03)
  233.         script.Parent.BorderSizePixel = 3
  234.         wait(.03)
  235.         script.Parent.BorderSizePixel = 4
  236.         wait(.03)
  237.         script.Parent.BorderSizePixel = 5
  238.         wait(.03)
  239.         script.Parent.BorderSizePixel = 6
  240.         wait(.03)
  241.         script.Parent.BorderSizePixel = 7
  242.         wait(.03)
  243.     end
  244.    
  245.     function Disappear()
  246.         wait(.03)
  247.         script.Parent.BorderSizePixel = 7
  248.         wait(.03)
  249.         script.Parent.BorderSizePixel = 6
  250.         wait(.03)
  251.         script.Parent.BorderSizePixel = 5
  252.         wait(.03)
  253.         script.Parent.BorderSizePixel = 4
  254.         wait(.03)
  255.         script.Parent.BorderSizePixel = 3
  256.         wait(.03)
  257.         script.Parent.BorderSizePixel = 2
  258.         wait(.03)
  259.         script.Parent.BorderSizePixel = 1
  260.         wait(.03)
  261.     end
  262.    
  263.     script.Parent.MouseButton1Click:Connect(function()
  264.        
  265.         if Enabled == false then
  266.             Enabled = true
  267.            
  268.             Click()
  269.            
  270.             Animation()
  271.            
  272.             _G.Farm = true
  273.            
  274.             while _G.Farm do
  275.                 for _,x in pairs(workspace:GetChildren()) do
  276.                     if x.Name == "Boss" then
  277.                         x.HumanoidRootPart.Anchored = true
  278.                         x.HumanoidRootPart.CFrame = plr.Character.HumanoidRootPart.CFrame
  279.                     end
  280.                 end
  281.                 wait()
  282.             end
  283.            
  284.         else
  285.            
  286.             if Enabled == true then
  287.                 Enabled = false
  288.                
  289.                 Stop()
  290.                
  291.                 Disappear()
  292.                
  293.                 _G.Farm = false
  294.                
  295.                 while _G.Farm do
  296.                     for _,x in pairs(workspace:GetChildren()) do
  297.                         if x.Name == "Boss" then
  298.                             x.HumanoidRootPart.Anchored = true
  299.                             x.HumanoidRootPart.CFrame = plr.Character.HumanoidRootPart.CFrame
  300.                         end
  301.                     end
  302.                     wait()
  303.                 end
  304.                
  305.             end
  306.            
  307.         end
  308.        
  309.     end)
  310.  
  311. end
  312. coroutine.resume(coroutine.create(SCRIPT_RENT84_FAKESCRIPT))
  313. function SCRIPT_FFKP86_FAKESCRIPT() -- Godmode.LocalScript
  314.     local script = Instance.new('LocalScript')
  315.     script.Parent = Godmode
  316.     script.Parent.MouseButton1Click:Connect(function()
  317.         local plr = game.Players.LocalPlayer
  318.     plr.Character.HealthProperties.LastAttacker:Remove()
  319.     end)
  320.  
  321. end
  322. coroutine.resume(coroutine.create(SCRIPT_FFKP86_FAKESCRIPT))
  323. function SCRIPT_OALO77_FAKESCRIPT() -- enableclip.LocalScript
  324.     local script = Instance.new('LocalScript')
  325.     script.Parent = enableclip
  326.     local plr = game.Players.LocalPlayer
  327.     local Enabled = false
  328.    
  329.     function Animation()
  330.         wait(.03)
  331.         script.Parent.BorderSizePixel = 1
  332.         wait(.03)
  333.         script.Parent.BorderSizePixel = 2
  334.         wait(.03)
  335.         script.Parent.BorderSizePixel = 3
  336.         wait(.03)
  337.         script.Parent.BorderSizePixel = 4
  338.         wait(.03)
  339.         script.Parent.BorderSizePixel = 5
  340.         wait(.03)
  341.         script.Parent.BorderSizePixel = 6
  342.         wait(.03)
  343.         script.Parent.BorderSizePixel = 7
  344.         wait(.03)
  345.     end
  346.    
  347.     function Disappear()
  348.         wait(.03)
  349.         script.Parent.BorderSizePixel = 7
  350.         wait(.03)
  351.         script.Parent.BorderSizePixel = 6
  352.         wait(.03)
  353.         script.Parent.BorderSizePixel = 5
  354.         wait(.03)
  355.         script.Parent.BorderSizePixel = 4
  356.         wait(.03)
  357.         script.Parent.BorderSizePixel = 3
  358.         wait(.03)
  359.         script.Parent.BorderSizePixel = 2
  360.         wait(.03)
  361.         script.Parent.BorderSizePixel = 1
  362.         wait(.03)
  363.     end
  364.    
  365.     script.Parent.MouseButton1Click:Connect(function()
  366.        
  367.         if Enabled == false then
  368.             Enabled = true
  369.            
  370.             Animation()
  371.            
  372.             local plr = game.Players.LocalPlayer
  373.     _G.Enabled = true
  374.    
  375.     while _G.Enabled do
  376.     plr.Character.Collider.BodyVelocity.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  377.     wait()
  378.     end
  379.    
  380.     if _G.Enabled == false then
  381.         plr.Character.Collider.BodyVelocity.MaxForce = Vector3.new(25000,0,25000)
  382.     end
  383.            
  384.         else
  385.            
  386.             if Enabled == true then
  387.                 Enabled = false
  388.                
  389.                 Disappear()
  390.                
  391.                 local plr = game.Players.LocalPlayer
  392.     _G.Enabled = false
  393.    
  394.     while _G.Enabled do
  395.     plr.Character.Collider.BodyVelocity.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  396.     wait()
  397.     end
  398.    
  399.     if _G.Enabled == false then
  400.         plr.Character.Collider.BodyVelocity.MaxForce = Vector3.new(25000,0,25000)
  401.     end
  402.            
  403.             end
  404.            
  405.             end
  406.        
  407.     end)
  408.  
  409. end
  410. coroutine.resume(coroutine.create(SCRIPT_OALO77_FAKESCRIPT))
  411. function SCRIPT_DCCD70_FAKESCRIPT() -- wsenable.LocalScript
  412.     local script = Instance.new('LocalScript')
  413.     script.Parent = wsenable
  414.     local plr = game.Players.LocalPlayer
  415.     local Enabled = false
  416.    
  417.     function Animation()
  418.         wait(.03)
  419.         script.Parent.BorderSizePixel = 1
  420.         wait(.03)
  421.         script.Parent.BorderSizePixel = 2
  422.         wait(.03)
  423.         script.Parent.BorderSizePixel = 3
  424.         wait(.03)
  425.         script.Parent.BorderSizePixel = 4
  426.         wait(.03)
  427.         script.Parent.BorderSizePixel = 5
  428.         wait(.03)
  429.         script.Parent.BorderSizePixel = 6
  430.         wait(.03)
  431.         script.Parent.BorderSizePixel = 7
  432.         wait(.03)
  433.     end
  434.    
  435.     function Disappear()
  436.         wait(.03)
  437.         script.Parent.BorderSizePixel = 7
  438.         wait(.03)
  439.         script.Parent.BorderSizePixel = 6
  440.         wait(.03)
  441.         script.Parent.BorderSizePixel = 5
  442.         wait(.03)
  443.         script.Parent.BorderSizePixel = 4
  444.         wait(.03)
  445.         script.Parent.BorderSizePixel = 3
  446.         wait(.03)
  447.         script.Parent.BorderSizePixel = 2
  448.         wait(.03)
  449.         script.Parent.BorderSizePixel = 1
  450.         wait(.03)
  451.     end
  452.    
  453.     script.Parent.MouseButton1Click:Connect(function()
  454.        
  455.         if Enabled == false then
  456.             Enabled = true
  457.            
  458.             Animation()
  459.            
  460.             local plr = game.Players.LocalPlayer
  461.     local char = plr.Character
  462.     local createhumanoid = Instance.new("Humanoid", char)
  463.     createhumanoid.WalkSpeed = script.Parent.Parent.wsamt.Text
  464.     char.Collider:Destroy()
  465.            
  466.         else
  467.            
  468.             if Enabled == true then
  469.                 Enabled = false
  470.                
  471.                 Disappear()
  472.                
  473.             end
  474.            
  475.         end
  476.        
  477.     end)
  478.  
  479. end
  480. coroutine.resume(coroutine.create(SCRIPT_DCCD70_FAKESCRIPT))
  481. function SCRIPT_OTYN70_FAKESCRIPT() -- Farm.LocalScript
  482.     local script = Instance.new('LocalScript')
  483.     script.Parent = Farm
  484.     script.Parent.enableclip.BorderMode = Enum.BorderMode.Inset
  485.     script.Parent.benabled.BorderMode = Enum.BorderMode.Inset
  486.     script.Parent.wsenable.BorderMode = Enum.BorderMode.Inset
  487.  
  488. end
  489. coroutine.resume(coroutine.create(SCRIPT_OTYN70_FAKESCRIPT))
Add Comment
Please, Sign In to add comment