Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.90 KB | None | 0 0
  1. local StockChecker = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local FishStock = Instance.new("TextLabel")
  4. local RiceStock = Instance.new("TextLabel")
  5. local VegtiStock = Instance.new("TextLabel")
  6. local PlateStock = Instance.new("TextLabel")
  7. local SoyaStock = Instance.new("TextLabel")
  8. local Frame_2 = Instance.new("Frame")
  9. local TextLabel = Instance.new("TextLabel")
  10. local TextLabel_2 = Instance.new("TextLabel")
  11.  
  12. StockChecker.Name = "StockChecker"
  13. StockChecker.Parent = game.CoreGui
  14. StockChecker.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  15.  
  16. Frame.Parent = StockChecker
  17. Frame.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  18. Frame.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  19. Frame.BorderSizePixel = 0
  20. Frame.Position = UDim2.new(0.379283488, 0, 0.360632181, 0)
  21. Frame.Size = UDim2.new(0, 309, 0, 306)
  22.  
  23. FishStock.Name = "FishStock"
  24. FishStock.Parent = Frame
  25. FishStock.BackgroundColor3 = Color3.new(1, 1, 1)
  26. FishStock.BackgroundTransparency = 1
  27. FishStock.Position = UDim2.new(0.177993521, 0, -0.00326797389, 0)
  28. FishStock.Size = UDim2.new(0, 200, 0, 50)
  29. FishStock.Font = Enum.Font.SourceSans
  30. FishStock.Text = "g"
  31. FishStock.TextColor3 = Color3.new(1, 1, 1)
  32. FishStock.TextSize = 25
  33.  
  34. RiceStock.Name = "RiceStock"
  35. RiceStock.Parent = Frame
  36. RiceStock.BackgroundColor3 = Color3.new(1, 1, 1)
  37. RiceStock.BackgroundTransparency = 1
  38. RiceStock.Position = UDim2.new(0.177993521, 0, 0.134500176, 0)
  39. RiceStock.Size = UDim2.new(0, 200, 0, 50)
  40. RiceStock.Font = Enum.Font.SourceSans
  41. RiceStock.Text = "g"
  42. RiceStock.TextColor3 = Color3.new(1, 1, 1)
  43. RiceStock.TextSize = 25
  44.  
  45. VegtiStock.Name = "VegtiStock"
  46. VegtiStock.Parent = Frame
  47. VegtiStock.BackgroundColor3 = Color3.new(1, 1, 1)
  48. VegtiStock.BackgroundTransparency = 1
  49. VegtiStock.Position = UDim2.new(0.177993521, 0, 0.295144141, 0)
  50. VegtiStock.Size = UDim2.new(0, 200, 0, 50)
  51. VegtiStock.Font = Enum.Font.SourceSans
  52. VegtiStock.Text = "g"
  53. VegtiStock.TextColor3 = Color3.new(1, 1, 1)
  54. VegtiStock.TextSize = 25
  55.  
  56. PlateStock.Name = "PlateStock"
  57. PlateStock.Parent = Frame
  58. PlateStock.BackgroundColor3 = Color3.new(1, 1, 1)
  59. PlateStock.BackgroundTransparency = 1
  60. PlateStock.Position = UDim2.new(0.177993521, 0, 0.455788136, 0)
  61. PlateStock.Size = UDim2.new(0, 200, 0, 50)
  62. PlateStock.Font = Enum.Font.SourceSans
  63. PlateStock.Text = "g"
  64. PlateStock.TextColor3 = Color3.new(1, 1, 1)
  65. PlateStock.TextSize = 25
  66.  
  67. SoyaStock.Name = "SoyaStock"
  68. SoyaStock.Parent = Frame
  69. SoyaStock.BackgroundColor3 = Color3.new(1, 1, 1)
  70. SoyaStock.BackgroundTransparency = 1
  71. SoyaStock.Position = UDim2.new(0.177993521, 0, 0.619102001, 0)
  72. SoyaStock.Size = UDim2.new(0, 200, 0, 50)
  73. SoyaStock.Font = Enum.Font.SourceSans
  74. SoyaStock.Text = "g"
  75. SoyaStock.TextColor3 = Color3.new(1, 1, 1)
  76. SoyaStock.TextSize = 25
  77.  
  78. Frame_2.Parent = Frame
  79. Frame_2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  80. Frame_2.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  81. Frame_2.BorderSizePixel = 0
  82. Frame_2.Position = UDim2.new(0.000642716885, 0, -0.0539779067, 0)
  83. Frame_2.Size = UDim2.new(0, 309, 0, 27)
  84.  
  85. TextLabel.Parent = Frame_2
  86. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  87. TextLabel.BackgroundTransparency = 1
  88. TextLabel.Size = UDim2.new(0, 308, 0, 26)
  89. TextLabel.Font = Enum.Font.SourceSansLight
  90. TextLabel.Text = " Stock Checker"
  91. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  92. TextLabel.TextSize = 20
  93. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  94.  
  95. TextLabel_2.Parent = Frame
  96. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  97. TextLabel_2.BackgroundTransparency = 1
  98. TextLabel_2.Position = UDim2.new(0, 0, 0.934640527, 0)
  99. TextLabel_2.Size = UDim2.new(0, 183, 0, 20)
  100. TextLabel_2.Font = Enum.Font.SourceSansLight
  101. TextLabel_2.Text = "Programmed and Designed by Arlo"
  102. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  103. TextLabel_2.TextSize = 14
  104.  
  105. function SCRIPT_NBPN68_FAKESCRIPT()
  106. local script = Instance.new('LocalScript')
  107. script.Parent = Frame
  108. local UIS = game:GetService("UserInputService")
  109. function dragify(Frame)
  110. dragToggle = nil
  111. local dragSpeed = 0
  112. dragInput = nil
  113. dragStart = nil
  114. local dragPos = nil
  115. function updateInput(input)
  116. local Delta = input.Position - dragStart
  117. local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  118. game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.25), {Position = Position}):Play()
  119. end
  120. Frame.InputBegan:Connect(function(input)
  121. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  122. dragToggle = true
  123. dragStart = input.Position
  124. startPos = Frame.Position
  125. input.Changed:Connect(function()
  126. if input.UserInputState == Enum.UserInputState.End then
  127. dragToggle = false
  128. end
  129. end)
  130. end
  131. end)
  132. Frame.InputChanged:Connect(function(input)
  133. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  134. dragInput = input
  135. end
  136. end)
  137. game:GetService("UserInputService").InputChanged:Connect(function(input)
  138. if input == dragInput and dragToggle then
  139. updateInput(input)
  140. end
  141. end)
  142. end
  143.  
  144. dragify(script.Parent)
  145.  
  146. end
  147. coroutine.resume(coroutine.create(SCRIPT_NBPN68_FAKESCRIPT))
  148. function SCRIPT_AMLI90_FAKESCRIPT()
  149. local script = Instance.new('LocalScript')
  150. script.Parent = FishStock
  151. while wait() do
  152. script.Parent.Text = game:GetService("Workspace").CounterFish.Imp.SurfaceGui.Fish.Text
  153. end
  154.  
  155. end
  156. coroutine.resume(coroutine.create(SCRIPT_AMLI90_FAKESCRIPT))
  157. function SCRIPT_OBET88_FAKESCRIPT()
  158. local script = Instance.new('LocalScript')
  159. script.Parent = RiceStock
  160. while wait() do
  161. script.Parent.Text = game:GetService("Workspace").CounterRice.Imp.SurfaceGui.Rice.Text
  162. end
  163.  
  164. end
  165. coroutine.resume(coroutine.create(SCRIPT_OBET88_FAKESCRIPT))
  166. function SCRIPT_WXBJ79_FAKESCRIPT()
  167. local script = Instance.new('LocalScript')
  168. script.Parent = VegtiStock
  169. while wait() do
  170. script.Parent.Text = game:GetService("Workspace").CounterVegi.Imp.SurfaceGui.Vegetable.Text
  171. end
  172.  
  173. end
  174. coroutine.resume(coroutine.create(SCRIPT_WXBJ79_FAKESCRIPT))
  175. function SCRIPT_HIYM88_FAKESCRIPT()
  176. local script = Instance.new('LocalScript')
  177. script.Parent = PlateStock
  178. while wait() do
  179. script.Parent.Text = game:GetService("Workspace").CounterPlates.Imp.SurfaceGui.Plates.Text
  180. end
  181.  
  182. end
  183. coroutine.resume(coroutine.create(SCRIPT_HIYM88_FAKESCRIPT))
  184. function SCRIPT_NAKX78_FAKESCRIPT()
  185. local script = Instance.new('LocalScript')
  186. script.Parent = SoyaStock
  187. while wait() do
  188. script.Parent.Text = game:GetService("Workspace").CounterSoyaSauce.Imp.SurfaceGui.SoyaSauce.Text
  189. end
  190.  
  191. end
  192. coroutine.resume(coroutine.create(SCRIPT_NAKX78_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement