Advertisement
zachhy

Untitled

Apr 22nd, 2020
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.14 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 Xis = Instance.new("TextBox")
  9. local Tm = Instance.new("TextButton")
  10. local Uni = Instance.new("TextButton")
  11. local RF = Instance.new("TextButton")
  12. local Close = Instance.new("TextButton")
  13.  
  14.  
  15. --Properties:
  16.  
  17. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  18. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  19.  
  20. Main.Archivable = false
  21. Main.Name = "Main"
  22. Main.Parent = ScreenGui
  23. Main.Active = true
  24. Main.BackgroundColor3 = Color3.fromRGB(22, 22, 22)
  25. Main.BackgroundTransparency = 0.250
  26. Main.BorderColor3 = Color3.fromRGB(170, 170, 255)
  27. Main.Position = UDim2.new(0.329429001, 0, 0.173828125, 0)
  28. Main.Selectable = true
  29. Main.Size = UDim2.new(0, 253, 0, 220)
  30.  
  31. Xis.Archivable = false
  32. Xis.Name = "Xis"
  33. Xis.Parent = Main
  34. Xis.Active = false
  35. Xis.BackgroundColor3 = Color3.fromRGB(22, 22, 22)
  36. Xis.BorderColor3 = Color3.fromRGB(170, 170, 255)
  37. Xis.Position = UDim2.new(0, 0, -0.170804203, 0)
  38. Xis.Selectable = false
  39. Xis.Size = UDim2.new(0, 253, 0, 31)
  40. Xis.ClearTextOnFocus = false
  41. Xis.Font = Enum.Font.GothamSemibold
  42. Xis.PlaceholderColor3 = Color3.fromRGB(170, 170, 255)
  43. Xis.Text = "Xi$tence"
  44. Xis.TextColor3 = Color3.fromRGB(170, 170, 255)
  45. Xis.TextScaled = true
  46. Xis.TextSize = 14.000
  47. Xis.TextStrokeColor3 = Color3.fromRGB(170, 170, 255)
  48. Xis.TextWrapped = true
  49.  
  50. Tm.Name = "Tm"
  51. Tm.Parent = Xis
  52. Tm.BackgroundColor3 = Color3.fromRGB(22, 22, 22)
  53. Tm.BorderColor3 = Color3.fromRGB(170, 170, 255)
  54. Tm.Position = UDim2.new(0.0355731174, 0, 3.49906921, 0)
  55. Tm.Size = UDim2.new(0, 235, 0, 39)
  56. Tm.Font = Enum.Font.SourceSans
  57. Tm.Text = "Twisted murderer admin"
  58. Tm.TextColor3 = Color3.fromRGB(170, 170, 255)
  59. Tm.TextScaled = true
  60. Tm.TextSize = 14.000
  61. Tm.TextWrapped = true
  62.  
  63. Uni.Name = "Uni"
  64. Uni.Parent = Xis
  65. Uni.BackgroundColor3 = Color3.fromRGB(22, 22, 22)
  66. Uni.BorderColor3 = Color3.fromRGB(170, 170, 255)
  67. Uni.Position = UDim2.new(0.0355731212, 0, 1.58653855, 0)
  68. Uni.Size = UDim2.new(0, 235, 0, 39)
  69. Uni.Font = Enum.Font.SourceSans
  70. Uni.Text = "Universal FE Admin"
  71. Uni.TextColor3 = Color3.fromRGB(170, 170, 255)
  72. Uni.TextScaled = true
  73. Uni.TextSize = 13.000
  74. Uni.TextWrapped = true
  75.  
  76. RF.Name = "RF"
  77. RF.Parent = Xis
  78. RF.BackgroundColor3 = Color3.fromRGB(22, 22, 22)
  79. RF.BorderColor3 = Color3.fromRGB(170, 170, 255)
  80. RF.Position = UDim2.new(0.0355731174, 0, 5.37003708, 0)
  81. RF.Size = UDim2.new(0, 235, 0, 39)
  82. RF.Font = Enum.Font.SourceSans
  83. RF.Text = "Radio fucker"
  84. RF.TextColor3 = Color3.fromRGB(170, 170, 255)
  85. RF.TextSize = 30.000
  86. RF.TextWrapped = true
  87.  
  88. Close.Name = "Close"
  89. Close.Parent = Main
  90. Close.BackgroundColor3 = Color3.fromRGB(22, 22, 22)
  91. Close.BackgroundTransparency = 0.250
  92. Close.BorderColor3 = Color3.fromRGB(170, 170, 255)
  93. Close.Position = UDim2.new(1.027668, 0, -0.170804203, 0)
  94. Close.Size = UDim2.new(0, 40, 0, 31)
  95. Close.Font = Enum.Font.SourceSans
  96. Close.Text = "<"
  97. Close.TextColor3 = Color3.fromRGB(170, 170, 255)
  98. Close.TextSize = 45.000
  99. Close.TextWrapped = true
  100.  
  101. -- Scripts:
  102.  
  103. local function ARAQWRE_fake_script() -- Tm.Script
  104. local script = Instance.new('Script', Tm)
  105.  
  106. local Player = game.Players.LocalPlayer
  107. local button = script.Parent
  108.  
  109. button.MouseButton1Click:Connect(function()
  110. loadstring(game:HttpGet('https://raw.githubusercontent.com/IllegalInfo/8/master/yes2'))()
  111.  
  112.  
  113. script.Parent.Parent.Active = false
  114. end)
  115. end
  116. coroutine.wrap(ARAQWRE_fake_script)()
  117. local function KGTBUP_fake_script() -- Uni.Script
  118. local script = Instance.new('Script', Uni)
  119.  
  120. local Player = game.Players.LocalPlayer
  121. local button = script.Parent
  122.  
  123. button.MouseButton1Click:Connect(function()
  124. loadstring(game:HttpGet('https://raw.githubusercontent.com/IllegalInfo/8/master/dwa'))()
  125.  
  126.  
  127. script.Parent.Parent:remove()
  128. end)
  129. end
  130. coroutine.wrap(KGTBUP_fake_script)()
  131. local function KMRC_fake_script() -- RF.Script
  132. local script = Instance.new('Script', RF)
  133.  
  134. local Player = game.Players.LocalPlayer
  135. local button = script.Parent
  136.  
  137. button.MouseButton1Click:Connect(function()
  138. loadstring(game:HttpGet('https://raw.githubusercontent.com/IllegalInfo/8/master/frickser'))()
  139.  
  140.  
  141. script.Parent.Parent.Active = false
  142. end)
  143. end
  144. coroutine.wrap(KMRC_fake_script)()
  145. local function DOWMO_fake_script() -- Close.LocalScript
  146. local script = Instance.new('LocalScript', Close)
  147.  
  148. script.Parent.MouseButton1Click:Connect(function()
  149. script.Parent.Parent.Visible = false
  150. end)
  151. end
  152. coroutine.wrap(DOWMO_fake_script)()
  153. local function RBUWT_fake_script() -- Main.LocalScript
  154. local script = Instance.new('LocalScript', Main)
  155.  
  156. script.Parent.Draggable = true
  157. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  158.  
  159. counter = 0
  160.  
  161. while wait(0.1)do
  162.  
  163.  
  164. Tm.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  165. Uni.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  166. Xis.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  167. RF.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  168.  
  169. counter = counter + 0.01010
  170. end
  171.  
  172. end
  173. coroutine.wrap(RBUWT_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement