Guest User

Freedom Gui V1

a guest
Mar 16th, 2019
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.61 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  5. local plr = owner
  6. local Freedom = Instance.new("ScreenGui")
  7. local Base = Instance.new("Frame")
  8. local Top = Instance.new("Frame")
  9. local Title = Instance.new("TextLabel")
  10. local Username = Instance.new("TextBox")
  11. local Password = Instance.new("TextBox")
  12. local Confirm = Instance.new("TextButton")
  13. local Unlocked = Instance.new("Frame")
  14. local Panel = Instance.new("TextLabel")
  15. local Logs = Instance.new("TextLabel")
  16. local ChatLogs = Instance.new("ScrollingFrame")
  17. local UIListLayout = Instance.new("UIListLayout")
  18. local Template = Instance.new("TextLabel")
  19. local PlayerHolder = Instance.new("TextBox")
  20. local Kick = Instance.new("TextButton")
  21. local Ragdoll = Instance.new("TextButton")
  22. local DelLegs = Instance.new("TextButton")
  23. local Loopfling = Instance.new("TextButton")
  24. local Destroy = Instance.new("TextButton")
  25. local ChatControl = Instance.new("Frame")
  26. local PH2 = Instance.new("TextBox")
  27. local TabMsg = Instance.new("TextBox")
  28. local Chat = Instance.new("TextButton")
  29. local SCRIPT = Instance.new("TextButton")
  30. local Executor = Instance.new("Frame")
  31. local Title_2 = Instance.new("TextLabel")
  32. local BoxMain = Instance.new("ScrollingFrame")
  33. local CodeBox = Instance.new("TextBox")
  34. local Execute = Instance.new("TextButton")
  35. local Clear = Instance.new("TextButton")
  36. --Properties:
  37. Freedom.Name = "Freedom"
  38. Freedom.Parent = plr:WaitForChild("PlayerGui")
  39. Freedom.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  40.  
  41. Base.Name = "Base"
  42. Base.Parent = Freedom
  43. Base.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  44. Base.Position = UDim2.new(0.111111112, 0, 0.222222224, 0)
  45. Base.Size = UDim2.new(0, 335, 0, 391)
  46.  
  47. Top.Name = "Top"
  48. Top.Parent = Base
  49. Top.BackgroundColor3 = Color3.new(0.470588, 0.309804, 1)
  50. Top.Size = UDim2.new(0, 335, 0, 29)
  51.  
  52. Title.Name = "Title"
  53. Title.Parent = Top
  54. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  55. Title.BackgroundTransparency = 1
  56. Title.Size = UDim2.new(0, 301, 0, 28)
  57. Title.Font = Enum.Font.Highway
  58. Title.Text = "Freedom Gui"
  59. Title.TextColor3 = Color3.new(0, 0, 0)
  60. Title.TextScaled = true
  61. Title.TextSize = 14
  62. Title.TextWrapped = true
  63. Title.TextXAlignment = Enum.TextXAlignment.Left
  64.  
  65. Username.Name = "Username"
  66. Username.Parent = Base
  67. Username.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  68. Username.BorderColor3 = Color3.new(0.509804, 0.796079, 1)
  69. Username.BorderSizePixel = 8
  70. Username.Position = UDim2.new(0.199999988, 0, 0.283887476, 0)
  71. Username.Size = UDim2.new(0, 200, 0, 50)
  72. Username.Font = Enum.Font.Highway
  73. Username.PlaceholderText = "Username"
  74. Username.Text = ""
  75. Username.TextColor3 = Color3.new(0, 0, 0)
  76. Username.TextSize = 25
  77. Username.TextWrapped = true
  78.  
  79. Password.Name = "Password"
  80. Password.Parent = Base
  81. Password.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  82. Password.BorderColor3 = Color3.new(0.509804, 0.796079, 1)
  83. Password.BorderSizePixel = 8
  84. Password.Position = UDim2.new(0.199999988, 0, 0.54987216, 0)
  85. Password.Size = UDim2.new(0, 200, 0, 50)
  86. Password.Font = Enum.Font.Highway
  87. Password.PlaceholderText = "Password"
  88. Password.Text = ""
  89. Password.TextColor3 = Color3.new(0, 0, 0)
  90. Password.TextSize = 25
  91. Password.TextWrapped = true
  92.  
  93. Confirm.Name = "Confirm"
  94. Confirm.Parent = Base
  95. Confirm.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  96. Confirm.BorderColor3 = Color3.new(0.509804, 0.796079, 1)
  97. Confirm.BorderSizePixel = 4
  98. Confirm.Position = UDim2.new(0.199999988, 0, 0.78772378, 0)
  99. Confirm.Size = UDim2.new(0, 200, 0, 50)
  100. Confirm.Font = Enum.Font.SourceSans
  101. Confirm.Text = "Confirm"
  102. Confirm.TextColor3 = Color3.new(1, 1, 1)
  103. Confirm.TextScaled = true
  104. Confirm.TextSize = 14
  105. Confirm.TextWrapped = true
  106.  
  107. Unlocked.Name = "Unlocked"
  108. Unlocked.Parent = Base
  109. Unlocked.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  110. Unlocked.Position = UDim2.new(0, 0, 0.0716112554, 0)
  111. Unlocked.Size = UDim2.new(0, 335, 0, 363)
  112. Unlocked.Visible = false
  113.  
  114. Panel.Name = "Panel"
  115. Panel.Parent = Unlocked
  116. Panel.BackgroundColor3 = Color3.new(1, 1, 1)
  117. Panel.BackgroundTransparency = 1
  118. Panel.Position = UDim2.new(0.200000003, 0, 0.00275482237, 0)
  119. Panel.Size = UDim2.new(0, 200, 0, 50)
  120. Panel.Font = Enum.Font.Highway
  121. Panel.Text = "Control Panel"
  122. Panel.TextColor3 = Color3.new(1, 1, 1)
  123. Panel.TextScaled = true
  124. Panel.TextSize = 14
  125. Panel.TextWrapped = true
  126.  
  127. Logs.Name = "Logs"
  128. Logs.Parent = Unlocked
  129. Logs.BackgroundColor3 = Color3.new(1, 1, 1)
  130. Logs.BackgroundTransparency = 1
  131. Logs.Position = UDim2.new(0.200000003, 0, 0.429752052, 0)
  132. Logs.Size = UDim2.new(0, 200, 0, 50)
  133. Logs.Font = Enum.Font.Highway
  134. Logs.Text = "Chat Logs"
  135. Logs.TextColor3 = Color3.new(1, 1, 1)
  136. Logs.TextScaled = true
  137. Logs.TextSize = 14
  138. Logs.TextWrapped = true
  139.  
  140. ChatLogs.Name = "ChatLogs"
  141. ChatLogs.Parent = Unlocked
  142. ChatLogs.BackgroundColor3 = Color3.new(1, 1, 1)
  143. ChatLogs.BackgroundTransparency = 0.69999998807907
  144. ChatLogs.Position = UDim2.new(0, 0, 0.636363626, 0)
  145. ChatLogs.Size = UDim2.new(0, 172, 0, 132)
  146.  
  147. UIListLayout.Parent = ChatLogs
  148.  
  149. Template.Name = "Template"
  150. Template.Parent = ChatLogs
  151. Template.BackgroundColor3 = Color3.new(1, 1, 1)
  152. Template.BackgroundTransparency = 1
  153. Template.Size = UDim2.new(0, 159, 0, 28)
  154. Template.Font = Enum.Font.GothamBlack
  155. Template.Text = ""
  156. Template.TextColor3 = Color3.new(1, 1, 1)
  157. Template.TextSize = 13
  158. Template.TextXAlignment = Enum.TextXAlignment.Left
  159.  
  160. PlayerHolder.Name = "PlayerHolder"
  161. PlayerHolder.Parent = Unlocked
  162. PlayerHolder.BackgroundColor3 = Color3.new(0.0235294, 0.141176, 0.156863)
  163. PlayerHolder.Position = UDim2.new(0.0208955221, 0, 0.30578512, 0)
  164. PlayerHolder.Size = UDim2.new(0, 128, 0, 36)
  165. PlayerHolder.Font = Enum.Font.SourceSans
  166. PlayerHolder.PlaceholderText = "Player Name Here"
  167. PlayerHolder.Text = ""
  168. PlayerHolder.TextColor3 = Color3.new(0, 0, 0)
  169. PlayerHolder.TextSize = 14
  170.  
  171. Kick.Name = "Kick"
  172. Kick.Parent = Unlocked
  173. Kick.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  174. Kick.Position = UDim2.new(0.0208955221, 0, 0.201101929, 0)
  175. Kick.Size = UDim2.new(0, 75, 0, 28)
  176. Kick.Font = Enum.Font.Highway
  177. Kick.Text = "Kick"
  178. Kick.TextColor3 = Color3.new(1, 1, 1)
  179. Kick.TextScaled = true
  180. Kick.TextSize = 14
  181. Kick.TextWrapped = true
  182.  
  183. Ragdoll.Name = "Ragdoll"
  184. Ragdoll.Parent = Unlocked
  185. Ragdoll.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  186. Ragdoll.Position = UDim2.new(0.280597001, 0, 0.201101929, 0)
  187. Ragdoll.Size = UDim2.new(0, 75, 0, 28)
  188. Ragdoll.Font = Enum.Font.Highway
  189. Ragdoll.Text = "Ragdoll"
  190. Ragdoll.TextColor3 = Color3.new(1, 1, 1)
  191. Ragdoll.TextScaled = true
  192. Ragdoll.TextSize = 14
  193. Ragdoll.TextWrapped = true
  194.  
  195. DelLegs.Name = "DelLegs"
  196. DelLegs.Parent = Unlocked
  197. DelLegs.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  198. DelLegs.Position = UDim2.new(0.534328341, 0, 0.201101929, 0)
  199. DelLegs.Size = UDim2.new(0, 75, 0, 28)
  200. DelLegs.Font = Enum.Font.Highway
  201. DelLegs.Text = "Delete Legs"
  202. DelLegs.TextColor3 = Color3.new(1, 1, 1)
  203. DelLegs.TextScaled = true
  204. DelLegs.TextSize = 14
  205. DelLegs.TextWrapped = true
  206.  
  207. Loopfling.Name = "Loopfling"
  208. Loopfling.Parent = Unlocked
  209. Loopfling.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  210. Loopfling.Position = UDim2.new(0.480596989, 0, 0.316804409, 0)
  211. Loopfling.Size = UDim2.new(0, 75, 0, 28)
  212. Loopfling.Font = Enum.Font.Highway
  213. Loopfling.Text = "Loopfling"
  214. Loopfling.TextColor3 = Color3.new(1, 1, 1)
  215. Loopfling.TextScaled = true
  216. Loopfling.TextSize = 14
  217. Loopfling.TextWrapped = true
  218.  
  219. Destroy.Name = "Destroy"
  220. Destroy.Parent = Unlocked
  221. Destroy.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  222. Destroy.Position = UDim2.new(0.75820893, 0, 0.366391182, 0)
  223. Destroy.Size = UDim2.new(0, 75, 0, 28)
  224. Destroy.Font = Enum.Font.Highway
  225. Destroy.Text = "Destroy Place"
  226. Destroy.TextColor3 = Color3.new(1, 1, 1)
  227. Destroy.TextScaled = true
  228. Destroy.TextSize = 14
  229. Destroy.TextWrapped = true
  230.  
  231. ChatControl.Name = "ChatControl"
  232. ChatControl.Parent = Unlocked
  233. ChatControl.BackgroundColor3 = Color3.new(1, 1, 1)
  234. ChatControl.BackgroundTransparency = 1
  235. ChatControl.Position = UDim2.new(0.534328341, 0, 0.636363626, 0)
  236. ChatControl.Size = UDim2.new(0, 156, 0, 132)
  237.  
  238. PH2.Name = "PH2"
  239. PH2.Parent = ChatControl
  240. PH2.BackgroundColor3 = Color3.new(1, 0.352941, 0.137255)
  241. PH2.Position = UDim2.new(0.128205135, 0, -0.0075757578, 0)
  242. PH2.Size = UDim2.new(0, 102, 0, 32)
  243. PH2.Font = Enum.Font.SourceSans
  244. PH2.PlaceholderText = "Player Name Here"
  245. PH2.Text = ""
  246. PH2.TextColor3 = Color3.new(1, 0.352941, 0.137255)
  247. PH2.TextSize = 14
  248.  
  249. TabMsg.Name = "TabMsg"
  250. TabMsg.Parent = ChatControl
  251. TabMsg.BackgroundColor3 = Color3.new(1, 0.352941, 0.137255)
  252. TabMsg.Position = UDim2.new(-0.0448717959, 0, 0.295454532, 0)
  253. TabMsg.Size = UDim2.new(0, 163, 0, 32)
  254. TabMsg.Font = Enum.Font.SourceSans
  255. TabMsg.PlaceholderText = "Message here"
  256. TabMsg.Text = ""
  257. TabMsg.TextColor3 = Color3.new(1, 0.352941, 0.137255)
  258. TabMsg.TextSize = 14
  259. TabMsg.TextXAlignment = Enum.TextXAlignment.Left
  260.  
  261. Chat.Name = "Chat"
  262. Chat.Parent = ChatControl
  263. Chat.BackgroundColor3 = Color3.new(1, 1, 1)
  264. Chat.Position = UDim2.new(0.128205135, 0, 0.613636374, 0)
  265. Chat.Size = UDim2.new(0, 84, 0, 25)
  266. Chat.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  267. Chat.Font = Enum.Font.SourceSans
  268. Chat.Text = "Chat"
  269. Chat.TextColor3 = Color3.new(0, 0, 0)
  270. Chat.TextScaled = true
  271. Chat.TextSize = 14
  272. Chat.TextWrapped = true
  273.  
  274. SCRIPT.Name = "SCRIPT"
  275. SCRIPT.Parent = Unlocked
  276. SCRIPT.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  277. SCRIPT.Position = UDim2.new(0.776119351, 0, 0.104683198, 0)
  278. SCRIPT.Size = UDim2.new(0, 75, 0, 28)
  279. SCRIPT.Font = Enum.Font.Highway
  280. SCRIPT.Text = "Script Executor"
  281. SCRIPT.TextColor3 = Color3.new(1, 1, 1)
  282. SCRIPT.TextScaled = true
  283. SCRIPT.TextSize = 14
  284. SCRIPT.TextWrapped = true
  285.  
  286. Executor.Name = "Executor"
  287. Executor.Parent = Base
  288. Executor.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  289. Executor.Position = UDim2.new(0, 0, 0.0716112554, 0)
  290. Executor.Size = UDim2.new(0, 335, 0, 363)
  291. Executor.Visible = false
  292.  
  293. Title_2.Name = "Title"
  294. Title_2.Parent = Executor
  295. Title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  296. Title_2.BackgroundTransparency = 1
  297. Title_2.Position = UDim2.new(0.199999988, 0, 0.0440771282, 0)
  298. Title_2.Size = UDim2.new(0, 200, 0, 50)
  299. Title_2.Font = Enum.Font.Code
  300. Title_2.Text = "Script Executor"
  301. Title_2.TextColor3 = Color3.new(1, 1, 1)
  302. Title_2.TextScaled = true
  303. Title_2.TextSize = 14
  304. Title_2.TextWrapped = true
  305.  
  306. BoxMain.Name = "BoxMain"
  307. BoxMain.Parent = Executor
  308. BoxMain.BackgroundColor3 = Color3.new(1, 1, 1)
  309. BoxMain.BackgroundTransparency = 0.60000002384186
  310. BoxMain.Position = UDim2.new(0, 0, 0.168044075, 0)
  311. BoxMain.Size = UDim2.new(0, 335, 0, 190)
  312.  
  313. CodeBox.Name = "CodeBox"
  314. CodeBox.Parent = BoxMain
  315. CodeBox.BackgroundColor3 = Color3.new(1, 1, 1)
  316. CodeBox.Size = UDim2.new(0, 321, 0, 352)
  317. CodeBox.Font = Enum.Font.Code
  318. CodeBox.PlaceholderText = "Type a script here"
  319. CodeBox.Text = ""
  320. CodeBox.TextColor3 = Color3.new(0, 0, 0)
  321. CodeBox.TextSize = 18
  322. CodeBox.TextXAlignment = Enum.TextXAlignment.Left
  323. CodeBox.TextYAlignment = Enum.TextYAlignment.Top
  324.  
  325. Execute.Name = "Execute"
  326. Execute.Parent = Executor
  327. Execute.BackgroundColor3 = Color3.new(1, 1, 1)
  328. Execute.Position = UDim2.new(0, 0, 0.789256215, 0)
  329. Execute.Size = UDim2.new(0, 169, 0, 50)
  330. Execute.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  331. Execute.Font = Enum.Font.Code
  332. Execute.Text = "Execute"
  333. Execute.TextColor3 = Color3.new(0, 0, 0)
  334. Execute.TextScaled = true
  335. Execute.TextSize = 14
  336. Execute.TextWrapped = true
  337.  
  338. Clear.Name = "Clear"
  339. Clear.Parent = Executor
  340. Clear.BackgroundColor3 = Color3.new(1, 1, 1)
  341. Clear.Position = UDim2.new(0.51343286, 0, 0.789256215, 0)
  342. Clear.Size = UDim2.new(0, 157, 0, 50)
  343. Clear.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  344. Clear.Font = Enum.Font.Code
  345. Clear.Text = "Cleanup/Clear"
  346. Clear.TextColor3 = Color3.new(0, 0, 0)
  347. Clear.TextScaled = true
  348. Clear.TextSize = 14
  349. Clear.TextWrapped = true
  350. -- Scripts:
  351. Confirm.MouseButton1Click:Connect(function()
  352. if Username.Text == plr.Name and Password.Text == "QuPnHjS" then
  353. Unlocked.Visible = true
  354. else
  355. Confirm.TextColor3 = Color3.new("255,0,0")
  356. wait(1)
  357. Username.Text = ""
  358. Password.Text = ""
  359. Confirm.TextColor3 = Color3.new("255,255,255")
  360. end
  361. end)
  362. Kick.MouseButton1Click:Connect(function()
  363. game.Players:FindFirstChild(PlayerHolder.Text):Kick("Kicked by our Freedom")
  364. end)
  365. Ragdoll.MouseButton1Click:Connect(function()
  366. game.Players:FindFirstChild(PlayerHolder.Text).Character.Humanoid:Destroy()
  367. end)
  368. DelLegs.MouseButton1Click:Connect(function()
  369. game.Players:FindFirstChild(PlayerHolder.Text).Character:FindFirstChild("Left Leg"):Destroy()
  370. game.Players:FindFirstChild(PlayerHolder.Text).Character:FindFirstChild("Right Leg"):Destroy()
  371. end)
  372. Loopfling.MouseButton1Click:Connect(function()
  373. local x = 9
  374. local y = 2
  375. game.Players:FindFirstChild(PlayerHolder.Text).Character.Torso.Position = UDim2.new(2222222,x,2222222,y)
  376. game.Players:FindFirstChild(PlayerHolder.Text).Character.Humanoid.Sit = true
  377. end)
  378. Destroy.MouseButton1Click:Connect(function()
  379. local DESTRUCT = Instance.new("Part")
  380. DESTRUCT.Transparency = 1
  381. DESTRUCT.Anchored = true
  382. DESTRUCT.Size = Vector3.new(99999999,99999999,999999999)
  383. DESTRUCT.Touched:Connect(function(hit)
  384. if hit.ClassName == "Part" or "Union" then
  385. hit.Anchored = false
  386. hit.BrickColor = BrickColor.Random()
  387. end
  388. end)
  389. end)
  390. SCRIPT.MouseButton1Click:Connect(function()
  391. Executor.Visible = true
  392. end)
  393. Execute.MouseButton1Click:Connect(function()
  394. loadstring(CodeBox.Text)()
  395. end)
  396. Clear.MouseButton1Click:Connect(function()
  397. CodeBox.Text = ""
  398. end)
  399. Chat.MouseButton1Click:Connect(function()
  400. local chservice = game:GetService("Chat")
  401. chservice:Chat(game.Players:FindFirstChild(PH2.Text).Character.Head,TabMsg.Text,Enum.ChatColor.White)
  402. end)
Add Comment
Please, Sign In to add comment