Advertisement
HiDad910

SimpleSyn

Feb 16th, 2021 (edited)
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.38 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local SimpleSynGUI = Instance.new("ScreenGui")
  7. local SSFrame = Instance.new("Frame")
  8. local SSInfo = Instance.new("ImageButton")
  9. local Info = Instance.new("TextLabel")
  10. local HideGUI = Instance.new("TextButton")
  11. local AV1 = Instance.new("TextButton")
  12. local SimpSpy = Instance.new("TextButton")
  13. local EnGUI = Instance.new("TextButton")
  14. local UMT = Instance.new("TextButton")
  15. local FE = Instance.new("TextButton")
  16.  
  17. --Properties:
  18.  
  19. SimpleSynGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  20. SimpleSynGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  21.  
  22. SSFrame.Parent = SimpleSynGUI
  23. SSFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  24. SSFrame.Position = UDim2.new(0.19586207, 0, 0.137931019, 0)
  25. SSFrame.Size = UDim2.new(0, 440, 0, 213)
  26. SSFrame.Draggable = true
  27. SSFrame.Active = true
  28.  
  29. SSInfo.Parent = SSFrame
  30. SSInfo.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  31. SSInfo.BorderColor3 = Color3.fromRGB(0, 0, 0)
  32. SSInfo.Size = UDim2.new(0, 50, 0, 35)
  33. SSInfo.Image = "https://web.roblox.com/library/6404456269/Simple"
  34.  
  35.  
  36. Info.Name = "Info"
  37. Info.Parent = SSInfo
  38. Info.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  39. Info.BackgroundTransparency = 0.400
  40. Info.Position = UDim2.new(-0.560000002, 0, 6.37142849, 0)
  41. Info.Size = UDim2.new(0, 496, 0, 165)
  42. Info.Font = Enum.Font.SourceSans
  43. Info.Text = "Made by CLua#2547/killing27564, Feel free to add me on either Discord or roblox!"
  44. Info.TextColor3 = Color3.fromRGB(0, 0, 0)
  45. Info.TextSize = 14.000
  46.  
  47.  
  48. HideGUI.Name = "Hide GUI"
  49. HideGUI.Parent = SSFrame
  50. HideGUI.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  51. HideGUI.BorderColor3 = Color3.fromRGB(0, 0, 0)
  52. HideGUI.Position = UDim2.new(0.352272719, 0, 0.103286386, 0)
  53. HideGUI.Size = UDim2.new(0, 200, 0, 50)
  54. HideGUI.Font = Enum.Font.SourceSans
  55. HideGUI.Text = "Hide GUI"
  56. HideGUI.TextColor3 = Color3.fromRGB(217, 162, 51)
  57. HideGUI.TextSize = 14.000
  58. HideGUI.MouseButton1Down:Connect (function()
  59. SimpleSynGUI.Enabled = false
  60. end)
  61.  
  62. AV1.Name = "A V.1"
  63. AV1.Parent = SSFrame
  64. AV1.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  65. AV1.BorderColor3 = Color3.fromRGB(0, 0, 0)
  66. AV1.Position = UDim2.new(0.200000003, 0, 0.460093886, 0)
  67. AV1.Size = UDim2.new(0, 153, 0, 50)
  68. AV1.Font = Enum.Font.SourceSans
  69. AV1.Text = "A V.1"
  70. AV1.TextColor3 = Color3.fromRGB(217, 162, 51)
  71. AV1.TextSize = 14.000
  72. AV1.MouseButton1Down:Connect (function()
  73. loadstring(game:HttpGet("https://pastebin.com/raw/JDMRACum"))()
  74. end)
  75.  
  76. SimpSpy.Name = "SimpSpy"
  77. SimpSpy.Parent = SSFrame
  78. SimpSpy.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  79. SimpSpy.BorderColor3 = Color3.fromRGB(0, 0, 0)
  80. SimpSpy.Position = UDim2.new(0.6159091, 0, 0.460093886, 0)
  81. SimpSpy.Size = UDim2.new(0, 157, 0, 50)
  82. SimpSpy.Font = Enum.Font.SourceSans
  83. SimpSpy.Text = "SimpleSpy"
  84. SimpSpy.TextColor3 = Color3.fromRGB(217, 162, 51)
  85. SimpSpy.TextSize = 14.000
  86. SimpSpy.MouseButton1Down:Connect (function()
  87. loadstring(game:HttpGet("https://github.com/exxtremestuffs/SimpleSpySource/raw/master/SimpleSpy.lua"))()
  88. end)
  89.  
  90. EnGUI.Name = "EnGUI"
  91. EnGUI.Parent = SSFrame
  92. EnGUI.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  93. EnGUI.BorderColor3 = Color3.fromRGB(0, 0, 0)
  94. EnGUI.Position = UDim2.new(0.184090912, 0, 0.765258193, 0)
  95. EnGUI.Size = UDim2.new(0, 107, 0, 50)
  96. EnGUI.Font = Enum.Font.SourceSans
  97. EnGUI.Text = "Energize GUI"
  98. EnGUI.TextColor3 = Color3.fromRGB(217, 162, 51)
  99. EnGUI.TextSize = 14.000
  100. EnGUI.MouseButton1Down:Connect (function()
  101. loadstring(game:HttpGet("https://pastebin.com/raw/R1MgDiRX"))()
  102. end)
  103.  
  104. UMT.Name = "UMT"
  105. UMT.Parent = SSFrame
  106. UMT.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  107. UMT.BorderColor3 = Color3.fromRGB(0, 0, 0)
  108. UMT.Position = UDim2.new(0.488636374, 0, 0.765258193, 0)
  109. UMT.Size = UDim2.new(0, 109, 0, 50)
  110. UMT.Font = Enum.Font.SourceSans
  111. UMT.Text = "UMT (Made by yours truly)"
  112. UMT.TextColor3 = Color3.fromRGB(217, 162, 51)
  113. UMT.TextSize = 14.000
  114. UMT.MouseButton1Down:Connect (function()
  115. loadstring(game:HttpGet("https://pastebin.com/raw/1vE2PRkT"))()
  116. end)
  117.  
  118. FE.Name = "FE"
  119. FE.Parent = SSFrame
  120. FE.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  121. FE.BorderColor3 = Color3.fromRGB(0, 0, 0)
  122. FE.Position = UDim2.new(0.806818187, 0, 0.765258193, 0)
  123. FE.Size = UDim2.new(0, 85, 0, 50)
  124. FE.Font = Enum.Font.SourceSans
  125. FE.Text = "FE Checker"
  126. FE.TextColor3 = Color3.fromRGB(217, 151, 36)
  127. FE.TextSize = 14.000
  128. FE.MouseButton1Down:Connect (function()
  129. loadstring(game:HttpGet("https://pastebin.com/raw/bn7phXhE"))()
  130. end)
  131.  
  132.  
  133.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement