Advertisement
GUI_Maker_Roblox

Game Fricker -TheeLeads

Aug 4th, 2020
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.23 KB | None | 0 0
  1. -- Made By TheeLeads
  2. -- This Script is just a type of thing u can use in any game (WORKS)))!!!
  3.  
  4. -- Instances:
  5. -- 4809599891
  6. -- 5066021884
  7. -- 5097240950
  8. -- 3659819723
  9.  
  10. local ScreenGui = Instance.new("ScreenGui")
  11. local openmain = Instance.new("Frame")
  12. local Open = Instance.new("TextButton")
  13. local main = Instance.new("Frame")
  14. local Frame = Instance.new("Frame")
  15. local GameFricker = Instance.new("TextLabel")
  16. local Etofly = Instance.new("TextButton")
  17. local ClickTP = Instance.new("TextButton")
  18. local NoclipV = Instance.new("TextButton")
  19. local Btools = Instance.new("TextButton")
  20. local Close = Instance.new("TextButton")
  21. local TheeLeads = Instance.new("TextLabel")
  22. local MessageforNonearthlings = Instance.new("TextLabel")
  23. local Admin = Instance.new("TextButton")
  24.  
  25. --Properties:
  26.  
  27. ScreenGui.Parent = game.CoreGui
  28. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  29.  
  30. openmain.Name = "openmain"
  31. openmain.Parent = ScreenGui
  32. openmain.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  33. openmain.Position = UDim2.new(0, 0, 0.559726954, 0)
  34. openmain.Size = UDim2.new(0, 126, 0, 40)
  35. main.Active = true
  36. main.Draggable = true
  37.  
  38.  
  39. Open.Name = "Open"
  40. Open.Parent = openmain
  41. Open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  42. Open.Size = UDim2.new(0, 126, 0, 40)
  43. Open.Font = Enum.Font.SourceSans
  44. Open.Text = "Open"
  45. Open.TextColor3 = Color3.fromRGB(0, 0, 0)
  46. Open.TextSize = 14.000
  47. Open.MouseButton1Down:connect(function()
  48. openmain.Visible = false
  49. main.Visible = true
  50. end)
  51.  
  52. main.Name = "main"
  53. main.Parent = ScreenGui
  54. main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  55. main.Position = UDim2.new(0.356182933, 0, 0.025028456, 0)
  56. main.Size = UDim2.new(0, 307, 0, 434)
  57. main.Visible = false
  58. main.Active = true
  59. main.Draggable = true
  60.  
  61. Frame.Parent = main
  62. Frame.BackgroundColor3 = Color3.fromRGB(98, 98, 98)
  63. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  64. Frame.Position = UDim2.new(-0.000899821229, 0, 0.974245012, 0)
  65. Frame.Size = UDim2.new(0, 307, 0, 11)
  66.  
  67. GameFricker.Name = "Game Fricker"
  68. GameFricker.Parent = main
  69. GameFricker.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  70. GameFricker.Position = UDim2.new(-0.000899791718, 0, -0.00149138179, 0)
  71. GameFricker.Size = UDim2.new(0, 307, 0, 31)
  72. GameFricker.Font = Enum.Font.GothamBold
  73. GameFricker.Text = "Game Fricker"
  74. GameFricker.TextColor3 = Color3.fromRGB(56, 56, 56)
  75. GameFricker.TextSize = 14.000
  76. GameFricker.TextStrokeColor3 = Color3.fromRGB(63, 63, 63)
  77.  
  78. Etofly.Name = "E to fly"
  79. Etofly.Parent = main
  80. Etofly.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  81. Etofly.Position = UDim2.new(0.0846905559, 0, 0.133640558, 0)
  82. Etofly.Size = UDim2.new(0, 131, 0, 33)
  83. Etofly.Font = Enum.Font.GothamBold
  84. Etofly.Text = "E to fly"
  85. Etofly.TextColor3 = Color3.fromRGB(0, 0, 0)
  86. Etofly.TextSize = 14.000
  87. Etofly.MouseButton1Down:connect(function()
  88. loadstring(game:HttpGet("https://pastebin.com/raw/7rXZ9VNc"))()
  89. end)
  90.  
  91. ClickTP.Name = "Click TP"
  92. ClickTP.Parent = main
  93. ClickTP.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  94. ClickTP.Position = UDim2.new(0.53420198, 0, 0.133640558, 0)
  95. ClickTP.Size = UDim2.new(0, 131, 0, 33)
  96. ClickTP.Font = Enum.Font.GothamBold
  97. ClickTP.Text = "Click TP"
  98. ClickTP.TextColor3 = Color3.fromRGB(0, 0, 0)
  99. ClickTP.TextSize = 14.000
  100. ClickTP.MouseButton1Down:connect(function()
  101. loadstring(game:HttpGet("https://pastebin.com/raw/8RuRza5j"))()
  102. end)
  103.  
  104. NoclipV.Name = "Noclip V"
  105. NoclipV.Parent = main
  106. NoclipV.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  107. NoclipV.Position = UDim2.new(0.0846905708, 0, 0.375576019, 0)
  108. NoclipV.Size = UDim2.new(0, 131, 0, 33)
  109. NoclipV.Font = Enum.Font.GothamBold
  110. NoclipV.Text = "Noclip V"
  111. NoclipV.TextColor3 = Color3.fromRGB(0, 0, 0)
  112. NoclipV.TextSize = 14.000
  113. NoclipV.MouseButton1Down:connect(function()
  114. loadstring(game:HttpGet("https://pastebin.com/raw/01di8yHG"))()
  115. end)
  116.  
  117. Btools.Name = "Btools"
  118. Btools.Parent = main
  119. Btools.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  120. Btools.Position = UDim2.new(0.53420198, 0, 0.375576019, 0)
  121. Btools.Size = UDim2.new(0, 131, 0, 33)
  122. Btools.Font = Enum.Font.GothamBold
  123. Btools.Text = "Btools"
  124. Btools.TextColor3 = Color3.fromRGB(0, 0, 0)
  125. Btools.TextSize = 14.000
  126. Btools.MouseButton1Down:connect(function()
  127. loadstring(game:HttpGet("https://pastebin.com/raw/NjttFM2K"))()
  128. end)
  129.  
  130. Close.Name = "Close"
  131. Close.Parent = main
  132. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  133. Close.BorderColor3 = Color3.fromRGB(255, 255, 255)
  134. Close.Position = UDim2.new(0.827361584, 0, 0, 0)
  135. Close.Size = UDim2.new(0, 52, 0, 23)
  136. Close.Font = Enum.Font.Gotham
  137. Close.Text = "X"
  138. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  139. Close.TextSize = 14.000
  140. Close.MouseButton1Down:connect(function()
  141. main.Visible = false
  142. openmain.Visible = true
  143. end)
  144.  
  145. TheeLeads.Name = "TheeLeads"
  146. TheeLeads.Parent = main
  147. TheeLeads.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  148. TheeLeads.BorderColor3 = Color3.fromRGB(255, 255, 255)
  149. TheeLeads.Position = UDim2.new(0.175895765, 0, 0.804147482, 0)
  150. TheeLeads.Size = UDim2.new(0, 200, 0, 50)
  151. TheeLeads.Font = Enum.Font.SourceSans
  152. TheeLeads.Text = "Made by-- TheeLeads"
  153. TheeLeads.TextColor3 = Color3.fromRGB(0, 0, 0)
  154. TheeLeads.TextScaled = true
  155. TheeLeads.TextSize = 16.000
  156. TheeLeads.TextWrapped = true
  157.  
  158. MessageforNonearthlings.Name = "Message for Non-earthlings"
  159. MessageforNonearthlings.Parent = main
  160. MessageforNonearthlings.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  161. MessageforNonearthlings.BorderColor3 = Color3.fromRGB(255, 255, 255)
  162. MessageforNonearthlings.Position = UDim2.new(0.0186441522, 0, 0.516129017, 0)
  163. MessageforNonearthlings.Size = UDim2.new(0, 295, 0, 125)
  164. MessageforNonearthlings.Font = Enum.Font.Garamond
  165. MessageforNonearthlings.Text = "Also, for all u dum fucks. E is to fly and unfly Noclip hold V and release. "
  166. MessageforNonearthlings.TextColor3 = Color3.fromRGB(0, 0, 0)
  167. MessageforNonearthlings.TextSize = 14.000
  168. MessageforNonearthlings.TextWrapped = true
  169.  
  170. Admin.Name = "Admin"
  171. Admin.Parent = main
  172. Admin.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  173. Admin.Position = UDim2.new(0.31270358, 0, 0.258064508, 0)
  174. Admin.Size = UDim2.new(0, 131, 0, 33)
  175. Admin.Font = Enum.Font.GothamBold
  176. Admin.Text = "Admin"
  177. Admin.TextColor3 = Color3.fromRGB(0, 0, 0)
  178. Admin.TextSize = 14.000
  179. Admin.MouseButton1Down:connect(function()
  180. loadstring(game:HttpGet("https://pastebin.com/raw/ibFPdiF7"))()
  181. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement