Advertisement
FilterYT

Untitled

Apr 15th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. local ScreenGui = Instance.new('ScreenGui')
  2. local Frame = Instance.new('ImageLabel')
  3. local Frame_2 = Instance.new('ImageLabel')
  4. local TextLabel = Instance.new('TextLabel')
  5. local TextLabel_2 = Instance.new('TextLabel')
  6. local GiveTablet = Instance.new('TextButton')
  7. local GivePhone = Instance.new('TextButton')
  8. local GiveEmoji = Instance.new('TextButton')
  9. --Properties:
  10. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild('PlayerGui')
  11.  
  12. Frame.Name = 'Frame'
  13. Frame.Parent = ScreenGui
  14. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  15. Frame.BackgroundTransparency = 1
  16. Frame.Position = UDim2.new(0.792245805, 0, 0, 0)
  17. Frame.Size = UDim2.new(0, 284, 0, 457)
  18. Frame.Image = 'rbxassetid://2260429633'
  19. Frame.ImageColor3 = Color3.new(0, 0, 0)
  20. Frame.ScaleType = Enum.ScaleType.Slice
  21. Frame.SliceCenter = Rect.new(12, 12, 13, 13)
  22.  
  23. Frame_2.Name = 'Frame'
  24. Frame_2.Parent = Frame
  25. Frame_2.BackgroundColor3 = Color3.new(1, 1, 1)
  26. Frame_2.BackgroundTransparency = 1
  27. Frame_2.Position = UDim2.new(0.0647403002, 0, 0.0374157131, 0)
  28. Frame_2.Size = UDim2.new(0, 247, 0, 422)
  29. Frame_2.Image = 'rbxassetid://2260429633'
  30. Frame_2.ScaleType = Enum.ScaleType.Slice
  31. Frame_2.SliceCenter = Rect.new(12, 12, 13, 13)
  32.  
  33. TextLabel.Parent = Frame
  34. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  35. TextLabel.BackgroundTransparency = 1
  36. TextLabel.Position = UDim2.new(0.147887319, 0, 0.0634573326, 0)
  37. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  38. TextLabel.Font = Enum.Font.SciFi
  39. TextLabel.Text = 'Hacking Phone'
  40. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  41. TextLabel.TextScaled = true
  42. TextLabel.TextSize = 14
  43. TextLabel.TextWrapped = true
  44.  
  45. TextLabel_2.Parent = Frame
  46. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  47. TextLabel_2.BackgroundTransparency = 1
  48. TextLabel_2.Position = UDim2.new(-0.186619699, 0, 0.960612595, 0)
  49. TextLabel_2.Size = UDim2.new(0, 389, 0, 70)
  50. TextLabel_2.Font = Enum.Font.SourceSans
  51. TextLabel_2.Text = 'Gui by NOctu, script by Forcify and TheRobloxianTwis '
  52. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  53. TextLabel_2.TextSize = 14
  54.  
  55. GiveTablet.Name = 'GiveTablet'
  56. GiveTablet.Parent = Frame
  57. GiveTablet.BackgroundColor3 = Color3.new(0.109804, 0.847059, 0)
  58. GiveTablet.BorderSizePixel = 0
  59. GiveTablet.Position = UDim2.new(0.14436619, 0, 0.221006572, 0)
  60. GiveTablet.Size = UDim2.new(0, 200, 0, 50)
  61. GiveTablet.Font = Enum.Font.SourceSans
  62. GiveTablet.Text = 'Give best Tablet'
  63. GiveTablet.TextColor3 = Color3.new(0, 0, 0)
  64. GiveTablet.TextScaled = true
  65. GiveTablet.TextSize = 14
  66. GiveTablet.TextWrapped = true
  67.  
  68. GivePhone.Name = 'GivePhone'
  69. GivePhone.Parent = Frame
  70. GivePhone.BackgroundColor3 = Color3.new(0.109804, 0.847059, 0)
  71. GivePhone.BorderSizePixel = 0
  72. GivePhone.Position = UDim2.new(0.14436619, 0, 0.466083139, 0)
  73. GivePhone.Size = UDim2.new(0, 200, 0, 50)
  74. GivePhone.Font = Enum.Font.SourceSans
  75. GivePhone.Text = 'Give best Phone'
  76. GivePhone.TextColor3 = Color3.new(0, 0, 0)
  77. GivePhone.TextScaled = true
  78. GivePhone.TextSize = 14
  79. GivePhone.TextWrapped = true
  80.  
  81. GiveEmoji.Name = 'GiveEmoji'
  82. GiveEmoji.Parent = Frame
  83. GiveEmoji.BackgroundColor3 = Color3.new(0.109804, 0.847059, 0)
  84. GiveEmoji.BorderSizePixel = 0
  85. GiveEmoji.Position = UDim2.new(0.14436619, 0, 0.74617064, 0)
  86. GiveEmoji.Size = UDim2.new(0, 200, 0, 50)
  87. GiveEmoji.Font = Enum.Font.SourceSans
  88. GiveEmoji.Text = 'Give best Emoji'
  89. GiveEmoji.TextColor3 = Color3.new(0, 0, 0)
  90. GiveEmoji.TextScaled = true
  91. GiveEmoji.TextSize = 14
  92. GiveEmoji.TextWrapped = true
  93. -- Scripts:
  94.  
  95. GivePhone.MouseButton1Down:Connect(function()
  96.  
  97. game:GetService('ReplicatedStorage').Events.PhoneEquip:FireServer(34)
  98.  
  99. end)
  100.  
  101. GiveTablet.MouseButton1Down:Connect(function()
  102.  
  103. game:GetService('ReplicatedStorage').Events.TabletEquip:FireServer(10)
  104.  
  105. end)
  106.  
  107. GiveEmoji.MouseButton1Down:Connect(function()
  108.  
  109. game:GetService('ReplicatedStorage').Events.EmojiEquip:FireServer(25)
  110.  
  111. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement