d2rq

GUI

Jun 18th, 2020
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.49 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local main = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local reviz = Instance.new("TextButton")
  10. local yield = Instance.new("TextButton")
  11. local vr = Instance.new("TextButton")
  12. local animations = Instance.new("TextButton")
  13. local creeper = Instance.new("TextButton")
  14. local fix = Instance.new("TextButton")
  15. local more = Instance.new("TextButton")
  16. local TextLabel_2 = Instance.new("TextLabel")
  17. local close = Instance.new("TextButton")
  18. local openmain = Instance.new("Frame")
  19. local open = Instance.new("TextButton")
  20.  
  21. --Properties:
  22.  
  23. ScreenGui.Parent = game.Workspace
  24. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  25.  
  26. main.Name = "main"
  27. main.Parent = ScreenGui
  28. main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  29. main.Position = UDim2.new(0.0153597416, 0, 0.412520051, 0)
  30. main.Size = UDim2.new(0, 683, 0, 355)
  31. main.Visible = false
  32. main.Active = true
  33. main.Draggable = true
  34.  
  35. TextLabel.Parent = main
  36. TextLabel.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
  37. TextLabel.Size = UDim2.new(0, 682, 0, 51)
  38. TextLabel.Font = Enum.Font.GothamBold
  39. TextLabel.Text = "Cafe Fucker V1.5"
  40. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  41. TextLabel.TextSize = 30.000
  42.  
  43. reviz.Name = "reviz"
  44. reviz.Parent = main
  45. reviz.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
  46. reviz.Position = UDim2.new(0, 0, 0.214084506, 0)
  47. reviz.Size = UDim2.new(0, 219, 0, 60)
  48. reviz.Font = Enum.Font.GothamBlack
  49. reviz.Text = "Reviz"
  50. reviz.TextColor3 = Color3.fromRGB(0, 0, 0)
  51. reviz.TextSize = 30.000
  52. reviz.MouseButton1Down:connect(function()
  53. loadstring(game:HttpGet('https://pastebin.com/raw/kJ7MFUZH'))()
  54. end)
  55.  
  56. yield.Name = "yield"
  57. yield.Parent = main
  58. yield.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
  59. yield.Position = UDim2.new(0.339607596, 0, 0.214084506, 0)
  60. yield.Size = UDim2.new(0, 219, 0, 60)
  61. yield.Font = Enum.Font.GothamBlack
  62. yield.Text = "Inf. Yield"
  63. yield.TextColor3 = Color3.fromRGB(0, 0, 0)
  64. yield.TextSize = 30.000
  65. yield.MouseButton1Down:connect(function()
  66. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  67. end)
  68.  
  69. vr.Name = "vr"
  70. vr.Parent = main
  71. vr.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
  72. vr.Position = UDim2.new(0, 0, 0.414084494, 0)
  73. vr.Size = UDim2.new(0, 219, 0, 60)
  74. vr.Font = Enum.Font.GothamBlack
  75. vr.Text = "VR"
  76. vr.TextColor3 = Color3.fromRGB(0, 0, 0)
  77. vr.TextSize = 30.000
  78. vr.MouseButton1Down:connect(function()
  79. loadstring(game:HttpGet('https://pastebin.com/raw/EzLALA9B'))()
  80. end)
  81.  
  82. animations.Name = "animations"
  83. animations.Parent = main
  84. animations.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
  85. animations.Position = UDim2.new(0.3396779, 0, 0.414084494, 0)
  86. animations.Size = UDim2.new(0, 219, 0, 60)
  87. animations.Font = Enum.Font.GothamBlack
  88. animations.Text = "Animations"
  89. animations.TextColor3 = Color3.fromRGB(0, 0, 0)
  90. animations.TextSize = 30.000
  91. animations.MouseButton1Down:connect(function()
  92. loadstring(game:HttpGet('https://pastebin.com/raw/ex1EQnEw'))()
  93. end)
  94.  
  95. creeper.Name = "creeper"
  96. creeper.Parent = main
  97. creeper.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
  98. creeper.Position = UDim2.new(0.6793558, 0, 0.414084494, 0)
  99. creeper.Size = UDim2.new(0, 219, 0, 60)
  100. creeper.Font = Enum.Font.GothamBlack
  101. creeper.Text = "Creeper aw man"
  102. creeper.TextColor3 = Color3.fromRGB(0, 0, 0)
  103. creeper.TextSize = 28.000
  104. creeper.MouseButton1Down:connect(function()
  105. game.Players.LocalPlayer.Character["Right Arm"]:Remove()
  106. game.Players.LocalPlayer.Character["Left Arm"]:Remove()
  107. end)
  108.  
  109. fix.Name = "fix"
  110. fix.Parent = main
  111. fix.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
  112. fix.Position = UDim2.new(0.6793558, 0, 0.21126771, 0)
  113. fix.Size = UDim2.new(0, 219, 0, 60)
  114. fix.Font = Enum.Font.GothamBlack
  115. fix.Text = "Fix Character"
  116. fix.TextColor3 = Color3.fromRGB(0, 0, 0)
  117. fix.TextSize = 30.000
  118. fix.MouseButton1Down:connect(function()
  119. game.Players.LocalPlayer.Character["Torso"]:Remove()
  120. end)
  121.  
  122. more.Name = "more"
  123. more.Parent = main
  124. more.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
  125. more.Position = UDim2.new(0, 0, 0.616901398, 0)
  126. more.Size = UDim2.new(0, 219, 0, 60)
  127. more.Font = Enum.Font.GothamBlack
  128. more.Text = "More animations"
  129. more.TextColor3 = Color3.fromRGB(0, 0, 0)
  130. more.TextSize = 28.000
  131. more.MouseButton1Down:connect(function()
  132. loadstring(game:HttpGet('https://pastebin.com/raw/DQPMU4gi'))()
  133. end)
  134.  
  135. TextLabel_2.Parent = main
  136. TextLabel_2.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
  137. TextLabel_2.Position = UDim2.new(0.00146412884, 0, 0.856338024, 0)
  138. TextLabel_2.Size = UDim2.new(0, 682, 0, 51)
  139. TextLabel_2.Font = Enum.Font.GothamBold
  140. TextLabel_2.Text = "More scripts coming soon!"
  141. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  142. TextLabel_2.TextSize = 30.000
  143.  
  144. close.Name = "close"
  145. close.Parent = main
  146. close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  147. close.Position = UDim2.new(0.888726234, 0, 0, 0)
  148. close.Size = UDim2.new(0, 76, 0, 50)
  149. close.Font = Enum.Font.GothamBlack
  150. close.Text = "X"
  151. close.TextColor3 = Color3.fromRGB(0, 0, 0)
  152. close.TextSize = 30.000
  153. close.MouseButton1Down:connect(function()
  154. main.Visible = false
  155. openmain.Visible = true
  156. end)
  157.  
  158. openmain.Name = "openmain"
  159. openmain.Parent = ScreenGui
  160. openmain.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  161. openmain.Position = UDim2.new(0.0210185833, 0, 0.200642049, 0)
  162. openmain.Size = UDim2.new(0, 264, 0, 77)
  163.  
  164. open.Name = "open"
  165. open.Parent = openmain
  166. open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  167. open.Position = UDim2.new(8.94069672e-08, 0, -0.0129868537, 0)
  168. open.Size = UDim2.new(0, 264, 0, 77)
  169. open.Font = Enum.Font.GothamBold
  170. open.Text = "Click me for the GUI!"
  171. open.TextColor3 = Color3.fromRGB(0, 0, 0)
  172. open.TextSize = 25.000
  173. open.MouseButton1Down:connect(function()
  174. openmain.Visible = false
  175. main.Visible = true
  176. end)
  177.  
  178. -- Scripts:
  179.  
  180. local function ATKWCI_fake_script() -- main.LocalScript
  181. local script = Instance.new('LocalScript', main)
  182.  
  183. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  184.  
  185. counter = 0
  186.  
  187. while wait(0.1)do
  188. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  189.  
  190. counter = counter + 0.01
  191. end
  192. end
  193. coroutine.wrap(ATKWCI_fake_script)()
  194. local function NHXW_fake_script() -- open.LocalScript
  195. local script = Instance.new('LocalScript', open)
  196.  
  197. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  198.  
  199. counter = 0
  200.  
  201. while wait(0.1)do
  202. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  203.  
  204. counter = counter + 0.01
  205. end
  206. end
  207. coroutine.wrap(NHXW_fake_script)()
Add Comment
Please, Sign In to add comment