d2rq

GUII

Jun 18th, 2020
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.50 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. loadstring(game:HttpGet('https://pastebin.com/raw/QL0nrR5F'))()
  106. end)
  107.  
  108. fix.Name = "fix"
  109. fix.Parent = main
  110. fix.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
  111. fix.Position = UDim2.new(0.6793558, 0, 0.21126771, 0)
  112. fix.Size = UDim2.new(0, 219, 0, 60)
  113. fix.Font = Enum.Font.GothamBlack
  114. fix.Text = "Fix Character"
  115. fix.TextColor3 = Color3.fromRGB(0, 0, 0)
  116. fix.TextSize = 30.000
  117. fix.MouseButton1Down:connect(function()
  118. loadstring(game:HttpGet('https://pastebin.com/raw/JT4nW0hy'))()
  119. end)
  120.  
  121. more.Name = "more"
  122. more.Parent = main
  123. more.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
  124. more.Position = UDim2.new(0, 0, 0.616901398, 0)
  125. more.Size = UDim2.new(0, 219, 0, 60)
  126. more.Font = Enum.Font.GothamBlack
  127. more.Text = "More animations"
  128. more.TextColor3 = Color3.fromRGB(0, 0, 0)
  129. more.TextSize = 28.000
  130. more.MouseButton1Down:connect(function()
  131. loadstring(game:HttpGet('https://pastebin.com/raw/DQPMU4gi'))()
  132. end)
  133.  
  134. TextLabel_2.Parent = main
  135. TextLabel_2.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
  136. TextLabel_2.Position = UDim2.new(0.00146412884, 0, 0.856338024, 0)
  137. TextLabel_2.Size = UDim2.new(0, 682, 0, 51)
  138. TextLabel_2.Font = Enum.Font.GothamBold
  139. TextLabel_2.Text = "More scripts coming soon!"
  140. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  141. TextLabel_2.TextSize = 30.000
  142.  
  143. close.Name = "close"
  144. close.Parent = main
  145. close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  146. close.Position = UDim2.new(0.888726234, 0, 0, 0)
  147. close.Size = UDim2.new(0, 76, 0, 50)
  148. close.Font = Enum.Font.GothamBlack
  149. close.Text = "X"
  150. close.TextColor3 = Color3.fromRGB(0, 0, 0)
  151. close.TextSize = 30.000
  152. close.MouseButton1Down:connect(function()
  153. main.Visible = false
  154. openmain.Visible = true
  155. end)
  156.  
  157. openmain.Name = "openmain"
  158. openmain.Parent = ScreenGui
  159. openmain.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  160. openmain.Position = UDim2.new(0.0210185833, 0, 0.200642049, 0)
  161. openmain.Size = UDim2.new(0, 264, 0, 77)
  162. openmain.Active = true
  163. openmain.Draggable = false
  164.  
  165. open.Name = "open"
  166. open.Parent = openmain
  167. open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  168. open.Position = UDim2.new(8.94069672e-08, 0, -0.0129868537, 0)
  169. open.Size = UDim2.new(0, 264, 0, 77)
  170. open.Font = Enum.Font.GothamBold
  171. open.Text = "Click me for the GUI!"
  172. open.TextColor3 = Color3.fromRGB(0, 0, 0)
  173. open.TextSize = 25.000
  174. open.MouseButton1Down:connect(function()
  175. openmain.Visible = false
  176. main.Visible = true
  177. end)
  178.  
  179. -- Scripts:
  180.  
  181. local function ATKWCI_fake_script() -- main.LocalScript
  182. local script = Instance.new('LocalScript', main)
  183.  
  184. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  185.  
  186. counter = 0
  187.  
  188. while wait(0.1)do
  189. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  190.  
  191. counter = counter + 0.01
  192. end
  193. end
  194. coroutine.wrap(ATKWCI_fake_script)()
  195. local function NHXW_fake_script() -- open.LocalScript
  196. local script = Instance.new('LocalScript', open)
  197.  
  198. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  199.  
  200. counter = 0
  201.  
  202. while wait(0.1)do
  203. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  204.  
  205. counter = counter + 0.01
  206. end
  207. end
  208. coroutine.wrap(NHXW_fake_script)()
Add Comment
Please, Sign In to add comment