Advertisement
1x1x1x1IAMbck

gui

Apr 28th, 2018
398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. local MovesGui=Instance.new("ScreenGui",game:service'Players'.LocalPlayer:FindFirstChildOfClass("PlayerGui"))
  2. local Frm=Instance.new("Frame",MovesGui)Frm.BackgroundColor3=Color3.new()Frm.BorderSizePixel=0
  3. Frm.BackgroundTransparency=.5 Frm.Size=UDim2.new(.3,0,.5,0)local Show=true Frm.Position=UDim2.new(.7,0,.5,0)
  4. local idk=Instance.new("TextButton",Frm)idk.Size=UDim2.new(.5,0,.1,0)idk.Position=UDim2.new(-.5,0,.8,0)
  5. idk.Text="Hide"idk.TextStrokeTransparency=0 idk.BackgroundTransparency=.5 idk.BackgroundColor3=Color3.new()
  6. idk.BorderSizePixel=0 idk.TextColor3=Color3.new(1,1,1)
  7. idk.MouseButton1Click:connect(function()Show=not Show idk.Text=Show and "Hide"or"Show"end)
  8. local normal=Instance.new("TextLabel",Frm)normal.Size=UDim2.new(1,0,1,0)normal.TextStrokeTransparency=0
  9. normal.BackgroundTransparency=1 normal.TextColor3=Color3.new(1,1,1)
  10. normal.TextXAlignment="Left"normal.TextYAlignment="Top"
  11. normal.Text=[[* Able to hold
  12. -----------
  13. Click:Swing
  14. *T : Teleport
  15. *Q : Control
  16. *F : Invisible
  17.  
  18. ฆInvisible will make you invisible.
  19. but it deactives automatically while
  20. using Control , or swinging.
  21. ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement