Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.08 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.Draggable = true
  18.  
  19. KalamburyUI.Name = "KalamburyUI"
  20. KalamburyUI.Parent = GUI
  21. KalamburyUI.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  22. KalamburyUI.BorderSizePixel = 0
  23. KalamburyUI.Position = UDim2.new(0.197007477, 0, 0.347665846, 0)
  24. KalamburyUI.Size = UDim2.new(0, 447, 0, 262)
  25.  
  26. Rainbow.Name = "Rainbow"
  27. Rainbow.Parent = KalamburyUI
  28. Rainbow.BackgroundColor3 = Color3.new(1, 0, 1)
  29. Rainbow.BorderSizePixel = 0
  30. Rainbow.Position = UDim2.new(-0.0020975885, 0, -0.122418702, 0)
  31. Rainbow.Size = UDim2.new(0, 447, 0, 32)
  32.  
  33. RysujeButton.Name = "RysujeButton"
  34. RysujeButton.Parent = KalamburyUI
  35. RysujeButton.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  36. RysujeButton.BorderSizePixel = 0
  37. RysujeButton.Position = UDim2.new(0, 0, 0.263358772, 0)
  38. RysujeButton.Size = UDim2.new(0, 200, 0, 51)
  39. RysujeButton.Font = Enum.Font.GothamBlack
  40. RysujeButton.Text = "Co on rysuje?"
  41. RysujeButton.TextColor3 = Color3.new(1, 1, 1)
  42. RysujeButton.TextSize = 16
  43.  
  44. WyczyscButton.Name = "WyczyscButton"
  45. WyczyscButton.Parent = KalamburyUI
  46. WyczyscButton.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  47. WyczyscButton.BorderSizePixel = 0
  48. WyczyscButton.Position = UDim2.new(0.552572727, 0, 0.458015263, 0)
  49. WyczyscButton.Size = UDim2.new(0, 200, 0, 51)
  50. WyczyscButton.Font = Enum.Font.GothamBlack
  51. WyczyscButton.Text = "Wyczysc Tablice"
  52. WyczyscButton.TextColor3 = Color3.new(1, 1, 1)
  53. WyczyscButton.TextSize = 16
  54.  
  55. TextLabel.Parent = KalamburyUI
  56. TextLabel.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  57. TextLabel.Position = UDim2.new(0.649138212, 0, 0.861948371, 0)
  58. TextLabel.Size = UDim2.new(0, 155, 0, 36)
  59. TextLabel.Font = Enum.Font.SciFi
  60. TextLabel.Text = "None"
  61. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  62. TextLabel.TextSize = 16
  63.  
  64. TloButton.Name = "TloButton"
  65. TloButton.Parent = KalamburyUI
  66. TloButton.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  67. TloButton.BorderSizePixel = 0
  68. TloButton.Position = UDim2.new(-0.00223713648, 0, 0.652671754, 0)
  69. TloButton.Size = UDim2.new(0, 200, 0, 51)
  70. TloButton.Font = Enum.Font.GothamBlack
  71. TloButton.Text = "Zmien tlo Tablicy"
  72. TloButton.TextColor3 = Color3.new(1, 1, 1)
  73. TloButton.TextSize = 16
  74.  
  75. RysujButton.Name = "RysujButton"
  76. RysujButton.Parent = KalamburyUI
  77. RysujButton.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  78. RysujButton.BorderSizePixel = 0
  79. RysujButton.Position = UDim2.new(0.552572727, 0, 0.263358772, 0)
  80. RysujButton.Size = UDim2.new(0, 200, 0, 51)
  81. RysujButton.Font = Enum.Font.GothamBlack
  82. RysujButton.Text = "Rysuj po Tablicy OFF"
  83. RysujButton.TextColor3 = Color3.new(1, 1, 1)
  84. RysujButton.TextSize = 16
  85.  
  86. Kolor.Name = "Kolor"
  87. Kolor.Parent = KalamburyUI
  88. Kolor.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  89. Kolor.BorderSizePixel = 0
  90. Kolor.Position = UDim2.new(-0.00209766626, 0, 0.456918061, 0)
  91. Kolor.Size = UDim2.new(0, 199, 0, 51)
  92. Kolor.Font = Enum.Font.SciFi
  93. Kolor.Text = "Kolor np 255,255,255"
  94. Kolor.TextColor3 = Color3.new(1, 1, 1)
  95. Kolor.TextSize = 16
  96. Nazwa.Name = "Nazwa"
  97. Nazwa.Parent = KalamburyUI
  98. Nazwa.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  99. Nazwa.BorderSizePixel = 0
  100. Nazwa.Position = UDim2.new(0, 0, -0.00109723501, 0)
  101. Nazwa.Size = UDim2.new(0, 446, 0, 69)
  102. Nazwa.Font = Enum.Font.SciFi
  103. Nazwa.Text = "Nazwa rysujacego"
  104. Nazwa.TextColor3 = Color3.new(1, 1, 1)
  105. Nazwa.TextSize = 16
  106.  
  107. function SCRIPT_HWNR68_FAKESCRIPT() -- Rainbow.LocalScript
  108. local script = Instance.new('LocalScript')
  109. script.Parent = Rainbow
  110. repeat
  111. for hue = 0, 1, .01 do
  112. script.Parent.Parent.Rainbow.BackgroundColor3 = Color3.fromHSV(hue, 1, 1)
  113. wait(.1)
  114. end
  115. for hue = 1, 0 -.01 do
  116. script.Parent.Parent.Rainbow.BackgroundColor3 = Color3.fromHSV(hue, 1, 1)
  117. wait(.1)
  118. end
  119. until nil
  120.  
  121.  
  122. end
  123.  
  124. local Players = game:GetService("Players")
  125. local LocalPlayer = Players.LocalPlayer
  126. local function RemoveSpaces(String)
  127. return String:gsub("%s+", "") or String
  128. end
  129.  
  130. local function znajdz(String)
  131. String = RemoveSpaces(String)
  132. for _, _Player in pairs(Players:GetPlayers()) do
  133. if _Player.Name:lower():match('^'.. String:lower()) then
  134. return _Player
  135. end
  136. end
  137. return nil
  138. end
  139.  
  140. WyczyscButton.MouseButton1Click:connect(function()
  141. game:GetService("ReplicatedStorage").ClearRemote:FireServer()
  142. end)
  143.  
  144. TloButton.MouseButton1Click:connect(function()
  145. local A_1 = Color3.new(Kolor.Text)
  146. game:GetService("ReplicatedStorage").KalamburyServerFrameKolor:FireServer(A_1)
  147. end)
  148.  
  149. RysujeButton.MouseButton1Click:connect(function()
  150. local nick = Nazwa.Text
  151. TextLabel.Text = nick
  152.  
  153. local haso = game.Players[nick].Drawing.Text
  154. local h = Instance.new("Hint",workspace)
  155. h.Text = haso
  156. wait(2)
  157. h:Destroy()
  158. end)
  159.  
  160. RysujButton.MouseButton1Click:connect(function()
  161. local h = Instance.new("Hint",workspace)
  162. h.Text = "Upewnij się, czy rysowałeś lub rysowanie po czyjejś tablicy nie zadziała!"
  163. wait(2.0)
  164. if RysujButton.Text == "Rysuj po Tablicy OFF" then
  165. h:Destroy()
  166. RysujButton.Text = "Rysuj po Tablicy ON"
  167. game.Players.LocalPlayer.PlayerGui.ScreenGui.Enabled = true
  168. wait(0.1)
  169. game.Players.LocalPlayer.PlayerGui.ScreenGui.Painting.Value = true
  170. wait(0.1)
  171. game.Players.LocalPlayer.PlayerGui.ScreenGui.TakCzyNie.Value = true
  172. wait(0.1)
  173. game.Players.LocalPlayer.PlayerGui.ScreenGui.Kolorowanie.Disabled = false
  174. else
  175. if RysujButton.Text == "Rysuj po Tablicy ON" then
  176. RysujButton.Text = "Rysuj po Tablicy OFF"
  177. game.Players.LocalPlayer.PlayerGui.ScreenGui.Enabled = false
  178. end
  179. end
  180. end)
  181. coroutine.resume(coroutine.create(SCRIPT_HWNR68_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement