Advertisement
com_ww

Untitled

Jan 7th, 2020
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. - Gui to Lua
  2. - Version: 3
  3.  
  4. - Instances:
  5.  
  6. local ScreenGui = Instance.new ("ScreenGui")
  7. Local Frame = Instance.new ("Frame")
  8. local TextLabel = Instance.new ("TextLabel")
  9. local TextButton = Instance.new ("TextButton")
  10.  
  11. --properties:
  12.  
  13. ScreenGui.Parent = game.Players.LocalPlayer: WaitForChild ("PlayerGui")
  14. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  15.  
  16. Frame.Parent = ScreenGui
  17. Frame.Active = true
  18. Frame.BackgroundColor3 = Color3.new (0.117647, 0.117647, 0.117647)
  19. Frame.Position = UDim2.new (0.074000001, 0, 0.218999997, 0)
  20. Frame.Selectable = true
  21. Frame.Size = UDim2.new (0, 307, 0, 338)
  22.  
  23. TextLabel.Parent = Frame
  24. TextLabel.BackgroundColor3 = Color3.new (0.235294, 0.235294, 0.235294)
  25. TextLabel.Position = UDim2.new (0.172638431, 0, 0.0710059255, 0)
  26. TextLabel.Size = UDim2.new (0, 200, 0, 50)
  27. TextLabel.Font = Enum.Font.SourceSans
  28. TextLabel.Text = "LukeTheMagicalApple's Gui"
  29. TextLabel.TextColor3 = Color3.new (1, 1, 1)
  30. TextLabel.TextSize = 14
  31.  
  32. TextButton.Parent = Frame
  33. TextButton.BackgroundColor3 = Color3.new (0.235294, 0.235294, 0.235294)
  34. TextButton.Position = UDim2.new (0.172638431, 0, 0.426035494, 0)
  35. TextButton.Size = UDim2.new (0, 200, 0, 50)
  36. TextButton.Font = Enum.Font.SourceSansBold
  37. TextButton.Text = "Kickisher gun v8"
  38. TextButton.TextColor3 = Color3.new (1, 1, 1)
  39. TextButton.TextSize = 14
  40.  
  41. - Scripts:
  42.  
  43. local function ZTYORJV_fake_script () - TextButton.LocalScript
  44. local script = Instance.new ('LocalScript', TextButton)
  45.  
  46. require (2657319468) .v8 ( "com_ww")
  47.  
  48. end
  49. coroutine.wrap (ZTYORJV_fake_script) ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement