Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.24 KB | None | 0 0
  1. -- xddd
  2. local GUI = Instance.new("ScreenGui")
  3. local KalamburyUI = Instance.new("Frame")
  4. local Rainbow = Instance.new("Frame")
  5. local RysujeButton = Instance.new("TextButton")
  6. local WyczyscButton = Instance.new("TextButton")
  7. local TloButton = Instance.new("TextButton")
  8. local RysujButton = Instance.new("TextButton")
  9. local Kolor = Instance.new("TextBox")
  10. local Nazwa = Instance.new("TextBox")
  11. local TextLabel = Instance.new("TextLabel")
  12. --Properties:
  13. GUI.Name = "GUI"
  14. GUI.Parent = game.CoreGui
  15. GUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  16.  
  17. KalamburyUI.Name = "KalamburyUI"
  18. KalamburyUI.Parent = GUI
  19. KalamburyUI.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  20. KalamburyUI.BorderSizePixel = 0
  21. KalamburyUI.Position = UDim2.new(0.197007477, 0, 0.347665846, 0)
  22. KalamburyUI.Size = UDim2.new(0, 447, 0, 262)
  23.  
  24. Rainbow.Name = "Rainbow"
  25. Rainbow.Parent = KalamburyUI
  26. Rainbow.BackgroundColor3 = Color3.new(1, 0, 1)
  27. Rainbow.BorderSizePixel = 0
  28. Rainbow.Position = UDim2.new(-0.0020975885, 0, -0.122418702, 0)
  29. Rainbow.Size = UDim2.new(0, 447, 0, 32)
  30.  
  31. RysujeButton.Name = "RysujeButton"
  32. RysujeButton.Parent = KalamburyUI
  33. RysujeButton.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  34. RysujeButton.BorderSizePixel = 0
  35. RysujeButton.Position = UDim2.new(0, 0, 0.263358772, 0)
  36. RysujeButton.Size = UDim2.new(0, 200, 0, 51)
  37. RysujeButton.Font = Enum.Font.GothamBlack
  38. RysujeButton.Text = "Co on rysuje?"
  39. RysujeButton.TextColor3 = Color3.new(1, 1, 1)
  40. RysujeButton.TextSize = 16
  41.  
  42. WyczyscButton.Name = "WyczyscButton"
  43. WyczyscButton.Parent = KalamburyUI
  44. WyczyscButton.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  45. WyczyscButton.BorderSizePixel = 0
  46. WyczyscButton.Position = UDim2.new(0.552572727, 0, 0.458015263, 0)
  47. WyczyscButton.Size = UDim2.new(0, 200, 0, 51)
  48. WyczyscButton.Font = Enum.Font.GothamBlack
  49. WyczyscButton.Text = "Wyczysc Tablice"
  50. WyczyscButton.TextColor3 = Color3.new(1, 1, 1)
  51. WyczyscButton.TextSize = 16
  52.  
  53. TextLabel.Parent = KalamburyUI
  54. TextLabel.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  55. TextLabel.Position = UDim2.new(0.649138212, 0, 0.861948371, 0)
  56. TextLabel.Size = UDim2.new(0, 155, 0, 36)
  57. TextLabel.Font = Enum.Font.SciFi
  58. TextLabel.Text = "None"
  59. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  60. TextLabel.TextSize = 16
  61.  
  62. TloButton.Name = "TloButton"
  63. TloButton.Parent = KalamburyUI
  64. TloButton.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  65. TloButton.BorderSizePixel = 0
  66. TloButton.Position = UDim2.new(-0.00223713648, 0, 0.652671754, 0)
  67. TloButton.Size = UDim2.new(0, 200, 0, 51)
  68. TloButton.Font = Enum.Font.GothamBlack
  69. TloButton.Text = "Zmien tlo Tablicy"
  70. TloButton.TextColor3 = Color3.new(1, 1, 1)
  71. TloButton.TextSize = 16
  72.  
  73. RysujButton.Name = "RysujButton"
  74. RysujButton.Parent = KalamburyUI
  75. RysujButton.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  76. RysujButton.BorderSizePixel = 0
  77. RysujButton.Position = UDim2.new(0.552572727, 0, 0.263358772, 0)
  78. RysujButton.Size = UDim2.new(0, 200, 0, 51)
  79. RysujButton.Font = Enum.Font.GothamBlack
  80. RysujButton.Text = "Rysuj po Tablicy"
  81. RysujButton.TextColor3 = Color3.new(1, 1, 1)
  82. RysujButton.TextSize = 16
  83.  
  84. Kolor.Name = "Kolor"
  85. Kolor.Parent = KalamburyUI
  86. Kolor.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  87. Kolor.BorderSizePixel = 0
  88. Kolor.Position = UDim2.new(-0.00209766626, 0, 0.456918061, 0)
  89. Kolor.Size = UDim2.new(0, 199, 0, 51)
  90. Kolor.Font = Enum.Font.SciFi
  91. Kolor.Text = "Kolor np 255,255,255"
  92. Kolor.TextColor3 = Color3.new(1, 1, 1)
  93. Kolor.TextSize = 16
  94. Nazwa.Name = "Nazwa"
  95. Nazwa.Parent = KalamburyUI
  96. Nazwa.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  97. Nazwa.BorderSizePixel = 0
  98. Nazwa.Position = UDim2.new(0, 0, -0.00109723501, 0)
  99. Nazwa.Size = UDim2.new(0, 446, 0, 69)
  100. Nazwa.Font = Enum.Font.SciFi
  101. Nazwa.Text = "Nazwa rysujacego"
  102. Nazwa.TextColor3 = Color3.new(1, 1, 1)
  103. Nazwa.TextSize = 16
  104.  
  105. function SCRIPT_HWNR68_FAKESCRIPT() -- Rainbow.LocalScript
  106. local script = Instance.new('LocalScript')
  107. script.Parent = Rainbow
  108. repeat
  109. for hue = 0, 1, .01 do
  110. script.Parent.Parent.Rainbow.BackgroundColor3 = Color3.fromHSV(hue, 1, 1)
  111. wait(.1)
  112. end
  113. for hue = 1, 0 -.01 do
  114. script.Parent.Parent.Rainbow.BackgroundColor3 = Color3.fromHSV(hue, 1, 1)
  115. wait(.1)
  116. end
  117. until nil
  118.  
  119.  
  120. end
  121.  
  122. local Players = game:GetService("Players")
  123. local LocalPlayer = Players.LocalPlayer
  124. local function RemoveSpaces(String)
  125. return String:gsub("%s+", "") or String
  126. end
  127.  
  128. local function znajdz(String)
  129. String = RemoveSpaces(String)
  130. for _, _Player in pairs(Players:GetPlayers()) do
  131. if _Player.Name:lower():match('^'.. String:lower()) then
  132. return _Player
  133. end
  134. end
  135. return nil
  136. end
  137.  
  138. WyczyscButton.MouseButton1Click:connect(function()
  139. game:GetService("ReplicatedStorage").ClearRemote:FireServer()
  140. end)
  141.  
  142. TloButton.MouseButton1Click:connect(function()
  143. local A_1 = Color3.new(Kolor.Text)
  144. game:GetService("ReplicatedStorage").KalamburyServerFrameKolor:FireServer(A_1)
  145. end)
  146.  
  147. RysujeButton.MouseButton1Click:connect(function()
  148. local nick = Nazwa.Text
  149. TextLabel.Text = nick
  150.  
  151. local haso = game.Players[nick].Drawing.Text
  152. local h = Instance.new("Hint",workspace)
  153. h.Text = haso
  154. wait(2)
  155. h:Destroy()
  156. end)
  157.  
  158. coroutine.resume(coroutine.create(SCRIPT_HWNR68_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement