Advertisement
DEXLTH

A1

Jul 19th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. -- applebee
  2. -- Version: 3.0
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local _1 = Instance.new("TextButton")
  7. local _2 = Instance.new("TextButton")
  8. --Properties:
  9. ScreenGui.Parent = game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui")
  10. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  11.  
  12. Frame.Parent = ScreenGui
  13. Frame.Active = true
  14. Frame.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  15. Frame.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  16. Frame.BorderSizePixel = 5
  17. Frame.Position = UDim2.new(0.911430717, 0, 0.656019688, 0)
  18. Frame.Size = UDim2.new(0, 96, 0, 100)
  19.  
  20. _1.Name = "1"
  21. _1.Parent = Frame
  22. _1.BackgroundColor3 = Color3.new(1, 1, 1)
  23. _1.BorderSizePixel = 0
  24. _1.Position = UDim2.new(0.119999997, 0, 0.649999976, 0)
  25. _1.Size = UDim2.new(0, 75, 0, 25)
  26. _1.Font = Enum.Font.SourceSans
  27. _1.Text = "Bloxy Burger Cashier"
  28. _1.TextColor3 = Color3.new(0, 0, 0)
  29. _1.TextScaled = true
  30. _1.TextSize = 14
  31. _1.TextWrapped = true
  32.  
  33. _2.Name = "2"
  34. _2.Parent = Frame
  35. _2.BackgroundColor3 = Color3.new(1, 1, 1)
  36. _2.BorderSizePixel = 0
  37. _2.Position = UDim2.new(0.119999997, 0, 0.0999999642, 0)
  38. _2.Size = UDim2.new(0, 75, 0, 25)
  39. _2.Font = Enum.Font.SourceSans
  40. _2.Text = "Hairdresser"
  41. _2.TextColor3 = Color3.new(0, 0, 0)
  42. _2.TextScaled = true
  43. _2.TextSize = 14
  44. _2.TextWrapped = true
  45. -- Scripts:
  46. spawn(function () -- _1.1-S
  47. local script = Instance.new('LocalScript')
  48. script.Parent = _1
  49. loadstring(game:HttpGet("https://pastebin.com/raw/FmunE7zB", true))()
  50.  
  51. end)
  52.  
  53. spawn(function () -- _2.2-S
  54. local script = Instance.new('LocalScript')
  55. script.Parent = _2
  56. loadstring(game:HttpGet("https://pastebin.com/raw/vFdYKNx9", true))()
  57.  
  58. end)
  59.  
  60. spawn(function () -- Frame.F-D
  61. local script = Instance.new('LocalScript')
  62. script.Parent = Frame
  63. for _,v in ipairs(script.Parent:GetDescendants()) do
  64. if not v:IsA("LocalScript") then
  65. v.Draggable = true
  66. end
  67. end
  68.  
  69. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement