Advertisement
uMicah

Admin Gui

Sep 2nd, 2018
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.05 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local AdminGui = Instance.new("ScreenGui")
  5. local TopBar = Instance.new("Frame")
  6. local LocalPlayer = Instance.new("TextButton")
  7. local Frame = Instance.new("Frame")
  8. local Gui = Instance.new("Frame")
  9. local Speed = Instance.new("TextButton")
  10. local speedVal = Instance.new("TextBox")
  11. local Jump = Instance.new("TextButton")
  12. local jumpVal = Instance.new("TextBox")
  13. local Hipheight = Instance.new("TextButton")
  14. local hipVal = Instance.new("TextBox")
  15. local Btools = Instance.new("TextButton")
  16. local Fire = Instance.new("TextButton")
  17. local Smoke = Instance.new("TextButton")
  18. local Sparkles = Instance.new("TextButton")
  19. local Explosion = Instance.new("TextButton")
  20. local FF = Instance.new("TextButton")
  21. local Server = Instance.new("TextButton")
  22. local Frame_2 = Instance.new("Frame")
  23. local Gui_2 = Instance.new("Frame")
  24. local Fog = Instance.new("TextButton")
  25. local fogVal = Instance.new("TextBox")
  26. local Kill = Instance.new("TextButton")
  27. local plrName = Instance.new("TextBox")
  28. local Kick = Instance.new("TextButton")
  29. local plrName_2 = Instance.new("TextBox")
  30. local Freeze = Instance.new("TextButton")
  31. local plrName_3 = Instance.new("TextBox")
  32. local Pannel = Instance.new("Frame")
  33. local Login = Instance.new("Frame")
  34. local TopText = Instance.new("TextLabel")
  35. local Login_2 = Instance.new("TextButton")
  36. local Password = Instance.new("TextBox")
  37. local PasswordTxt = Instance.new("TextLabel")
  38. local Username = Instance.new("TextBox")
  39. local UsernameTxt = Instance.new("TextLabel")
  40. --Properties:
  41. AdminGui.Name = "AdminGui"
  42. AdminGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  43.  
  44. TopBar.Name = "TopBar"
  45. TopBar.Parent = AdminGui
  46. TopBar.Active = true
  47. TopBar.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  48. TopBar.BorderSizePixel = 0
  49. TopBar.Position = UDim2.new(0.297627002, 0, 0.159403279, 0)
  50. TopBar.Selectable = true
  51. TopBar.Size = UDim2.new(0, 458, 0, 20)
  52. TopBar.Visible = false
  53.  
  54. LocalPlayer.Name = "LocalPlayer"
  55. LocalPlayer.Parent = TopBar
  56. LocalPlayer.BackgroundColor3 = Color3.new(0, 0, 0)
  57. LocalPlayer.BackgroundTransparency = 1
  58. LocalPlayer.BorderSizePixel = 0
  59. LocalPlayer.Size = UDim2.new(0, 80, 0, 20)
  60. LocalPlayer.Font = Enum.Font.Cartoon
  61. LocalPlayer.Text = "Local Player"
  62. LocalPlayer.TextColor3 = Color3.new(1, 1, 1)
  63. LocalPlayer.TextSize = 14
  64.  
  65. Frame.Parent = LocalPlayer
  66. Frame.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  67. Frame.BorderSizePixel = 0
  68. Frame.Position = UDim2.new(1, 0, 0, 0)
  69. Frame.Size = UDim2.new(0, 1, 0, 14)
  70.  
  71. Gui.Name = "Gui"
  72. Gui.Parent = LocalPlayer
  73. Gui.BackgroundColor3 = Color3.new(1, 1, 1)
  74. Gui.BackgroundTransparency = 1
  75. Gui.Size = UDim2.new(0, 100, 0, 100)
  76. Gui.Visible = false
  77.  
  78. Speed.Name = "Speed"
  79. Speed.Parent = Gui
  80. Speed.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  81. Speed.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  82. Speed.BorderSizePixel = 0
  83. Speed.Position = UDim2.new(0.0900000036, 0, 0.310000002, 0)
  84. Speed.Size = UDim2.new(0, 130, 0, 35)
  85. Speed.Font = Enum.Font.Cartoon
  86. Speed.Text = "Speed"
  87. Speed.TextColor3 = Color3.new(1, 1, 1)
  88. Speed.TextSize = 20
  89.  
  90. speedVal.Name = "speedVal"
  91. speedVal.Parent = Speed
  92. speedVal.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  93. speedVal.BorderSizePixel = 0
  94. speedVal.Position = UDim2.new(0, 0, 1, 0)
  95. speedVal.Size = UDim2.new(0, 130, 0, 16)
  96. speedVal.Font = Enum.Font.Cartoon
  97. speedVal.PlaceholderColor3 = Color3.new(1, 1, 1)
  98. speedVal.Text = "Number"
  99. speedVal.TextColor3 = Color3.new(1, 1, 1)
  100. speedVal.TextSize = 14
  101.  
  102. Jump.Name = "Jump"
  103. Jump.Parent = Gui
  104. Jump.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  105. Jump.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  106. Jump.BorderSizePixel = 0
  107. Jump.Position = UDim2.new(1.63999999, 0, 0.310000002, 0)
  108. Jump.Size = UDim2.new(0, 130, 0, 35)
  109. Jump.Font = Enum.Font.Cartoon
  110. Jump.Text = "Jump"
  111. Jump.TextColor3 = Color3.new(1, 1, 1)
  112. Jump.TextSize = 20
  113.  
  114. jumpVal.Name = "jumpVal"
  115. jumpVal.Parent = Jump
  116. jumpVal.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  117. jumpVal.BorderSizePixel = 0
  118. jumpVal.Position = UDim2.new(0, 0, 1, 0)
  119. jumpVal.Size = UDim2.new(0, 130, 0, 16)
  120. jumpVal.Font = Enum.Font.Cartoon
  121. jumpVal.PlaceholderColor3 = Color3.new(1, 1, 1)
  122. jumpVal.Text = "Number"
  123. jumpVal.TextColor3 = Color3.new(1, 1, 1)
  124. jumpVal.TextSize = 14
  125.  
  126. Hipheight.Name = "Hipheight"
  127. Hipheight.Parent = Gui
  128. Hipheight.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  129. Hipheight.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  130. Hipheight.BorderSizePixel = 0
  131. Hipheight.Position = UDim2.new(3.18999982, 0, 0.310000002, 0)
  132. Hipheight.Size = UDim2.new(0, 130, 0, 35)
  133. Hipheight.Font = Enum.Font.Cartoon
  134. Hipheight.Text = "Hipheight"
  135. Hipheight.TextColor3 = Color3.new(1, 1, 1)
  136. Hipheight.TextSize = 20
  137.  
  138. hipVal.Name = "hipVal"
  139. hipVal.Parent = Hipheight
  140. hipVal.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  141. hipVal.BorderSizePixel = 0
  142. hipVal.Position = UDim2.new(0, 0, 1, 0)
  143. hipVal.Size = UDim2.new(0, 130, 0, 16)
  144. hipVal.Font = Enum.Font.Cartoon
  145. hipVal.PlaceholderColor3 = Color3.new(1, 1, 1)
  146. hipVal.Text = "Number"
  147. hipVal.TextColor3 = Color3.new(1, 1, 1)
  148. hipVal.TextSize = 14
  149.  
  150. Btools.Name = "Btools"
  151. Btools.Parent = Gui
  152. Btools.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  153. Btools.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  154. Btools.BorderSizePixel = 0
  155. Btools.Position = UDim2.new(0.0900000036, 0, 1.59000003, 0)
  156. Btools.Size = UDim2.new(0, 130, 0, 35)
  157. Btools.Font = Enum.Font.Cartoon
  158. Btools.Text = "Btools"
  159. Btools.TextColor3 = Color3.new(1, 1, 1)
  160. Btools.TextSize = 20
  161.  
  162. Fire.Name = "Fire"
  163. Fire.Parent = Gui
  164. Fire.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  165. Fire.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  166. Fire.BorderSizePixel = 0
  167. Fire.Position = UDim2.new(0.0899997801, 0, 1.0200001, 0)
  168. Fire.Size = UDim2.new(0, 130, 0, 35)
  169. Fire.Font = Enum.Font.Cartoon
  170. Fire.Text = "Fire"
  171. Fire.TextColor3 = Color3.new(1, 1, 1)
  172. Fire.TextSize = 20
  173.  
  174. Smoke.Name = "Smoke"
  175. Smoke.Parent = Gui
  176. Smoke.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  177. Smoke.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  178. Smoke.BorderSizePixel = 0
  179. Smoke.Position = UDim2.new(1.63999975, 0, 1.0200001, 0)
  180. Smoke.Size = UDim2.new(0, 130, 0, 35)
  181. Smoke.Font = Enum.Font.Cartoon
  182. Smoke.Text = "Smoke"
  183. Smoke.TextColor3 = Color3.new(1, 1, 1)
  184. Smoke.TextSize = 20
  185.  
  186. Sparkles.Name = "Sparkles"
  187. Sparkles.Parent = Gui
  188. Sparkles.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  189. Sparkles.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  190. Sparkles.BorderSizePixel = 0
  191. Sparkles.Position = UDim2.new(3.18999958, 0, 1.0200001, 0)
  192. Sparkles.Size = UDim2.new(0, 130, 0, 35)
  193. Sparkles.Font = Enum.Font.Cartoon
  194. Sparkles.Text = "Sparkles"
  195. Sparkles.TextColor3 = Color3.new(1, 1, 1)
  196. Sparkles.TextSize = 20
  197.  
  198. Explosion.Name = "Explosion"
  199. Explosion.Parent = Gui
  200. Explosion.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  201. Explosion.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  202. Explosion.BorderSizePixel = 0
  203. Explosion.Position = UDim2.new(1.63999963, 0, 1.59000015, 0)
  204. Explosion.Size = UDim2.new(0, 130, 0, 35)
  205. Explosion.Font = Enum.Font.Cartoon
  206. Explosion.Text = "Explosion"
  207. Explosion.TextColor3 = Color3.new(1, 1, 1)
  208. Explosion.TextSize = 20
  209.  
  210. FF.Name = "FF"
  211. FF.Parent = Gui
  212. FF.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  213. FF.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  214. FF.BorderSizePixel = 0
  215. FF.Position = UDim2.new(3.18999958, 0, 1.59000015, 0)
  216. FF.Size = UDim2.new(0, 130, 0, 35)
  217. FF.Font = Enum.Font.Cartoon
  218. FF.Text = "FF"
  219. FF.TextColor3 = Color3.new(1, 1, 1)
  220. FF.TextSize = 20
  221.  
  222. Server.Name = "Server"
  223. Server.Parent = TopBar
  224. Server.BackgroundColor3 = Color3.new(0, 0, 0)
  225. Server.BackgroundTransparency = 1
  226. Server.BorderSizePixel = 0
  227. Server.Position = UDim2.new(0.180999994, 0, -0, 0)
  228. Server.Size = UDim2.new(0, 80, 0, 20)
  229. Server.Font = Enum.Font.Cartoon
  230. Server.Text = "Server"
  231. Server.TextColor3 = Color3.new(1, 1, 1)
  232. Server.TextSize = 14
  233.  
  234. Frame_2.Parent = Server
  235. Frame_2.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  236. Frame_2.BorderSizePixel = 0
  237. Frame_2.Position = UDim2.new(1, 0, 0, 0)
  238. Frame_2.Size = UDim2.new(0, 1, 0, 14)
  239.  
  240. Gui_2.Name = "Gui"
  241. Gui_2.Parent = Server
  242. Gui_2.BackgroundColor3 = Color3.new(1, 1, 1)
  243. Gui_2.BackgroundTransparency = 1
  244. Gui_2.Size = UDim2.new(0, 100, 0, 100)
  245. Gui_2.Visible = false
  246.  
  247. Fog.Name = "Fog"
  248. Fog.Parent = Gui_2
  249. Fog.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  250. Fog.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  251. Fog.BorderSizePixel = 0
  252. Fog.Position = UDim2.new(-0.740000069, 0, 0.310000002, 0)
  253. Fog.Size = UDim2.new(0, 130, 0, 35)
  254. Fog.Font = Enum.Font.Cartoon
  255. Fog.Text = "Fog"
  256. Fog.TextColor3 = Color3.new(1, 1, 1)
  257. Fog.TextSize = 20
  258.  
  259. fogVal.Name = "fogVal"
  260. fogVal.Parent = Fog
  261. fogVal.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  262. fogVal.BorderSizePixel = 0
  263. fogVal.Position = UDim2.new(0, 0, 1, 0)
  264. fogVal.Size = UDim2.new(0, 130, 0, 16)
  265. fogVal.Font = Enum.Font.Cartoon
  266. fogVal.PlaceholderColor3 = Color3.new(1, 1, 1)
  267. fogVal.Text = "Number"
  268. fogVal.TextColor3 = Color3.new(1, 1, 1)
  269. fogVal.TextSize = 14
  270.  
  271. Kill.Name = "Kill"
  272. Kill.Parent = Gui_2
  273. Kill.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  274. Kill.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  275. Kill.BorderSizePixel = 0
  276. Kill.Position = UDim2.new(0.809999883, 0, 0.310000002, 0)
  277. Kill.Size = UDim2.new(0, 130, 0, 35)
  278. Kill.Font = Enum.Font.Cartoon
  279. Kill.Text = "Kill"
  280. Kill.TextColor3 = Color3.new(1, 1, 1)
  281. Kill.TextSize = 20
  282.  
  283. plrName.Name = "plrName"
  284. plrName.Parent = Kill
  285. plrName.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  286. plrName.BorderSizePixel = 0
  287. plrName.Position = UDim2.new(0, 0, 1, 0)
  288. plrName.Size = UDim2.new(0, 130, 0, 16)
  289. plrName.Font = Enum.Font.Cartoon
  290. plrName.PlaceholderColor3 = Color3.new(1, 1, 1)
  291. plrName.Text = "Player"
  292. plrName.TextColor3 = Color3.new(1, 1, 1)
  293. plrName.TextSize = 14
  294.  
  295. Kick.Name = "Kick"
  296. Kick.Parent = Gui_2
  297. Kick.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  298. Kick.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  299. Kick.BorderSizePixel = 0
  300. Kick.Position = UDim2.new(2.33999991, 0, 0.310000002, 0)
  301. Kick.Size = UDim2.new(0, 130, 0, 35)
  302. Kick.Font = Enum.Font.Cartoon
  303. Kick.Text = "Kick"
  304. Kick.TextColor3 = Color3.new(1, 1, 1)
  305. Kick.TextSize = 20
  306.  
  307. plrName_2.Name = "plrName"
  308. plrName_2.Parent = Kick
  309. plrName_2.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  310. plrName_2.BorderSizePixel = 0
  311. plrName_2.Position = UDim2.new(0, 0, 1, 0)
  312. plrName_2.Size = UDim2.new(0, 130, 0, 16)
  313. plrName_2.Font = Enum.Font.Cartoon
  314. plrName_2.PlaceholderColor3 = Color3.new(1, 1, 1)
  315. plrName_2.Text = "Player"
  316. plrName_2.TextColor3 = Color3.new(1, 1, 1)
  317. plrName_2.TextSize = 14
  318.  
  319. Freeze.Name = "Freeze"
  320. Freeze.Parent = Gui_2
  321. Freeze.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  322. Freeze.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  323. Freeze.BorderSizePixel = 0
  324. Freeze.Position = UDim2.new(-0.74000001, 0, 0.960000098, 0)
  325. Freeze.Size = UDim2.new(0, 130, 0, 35)
  326. Freeze.Font = Enum.Font.Cartoon
  327. Freeze.Text = "Freeze"
  328. Freeze.TextColor3 = Color3.new(1, 1, 1)
  329. Freeze.TextSize = 20
  330.  
  331. plrName_3.Name = "plrName"
  332. plrName_3.Parent = Freeze
  333. plrName_3.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  334. plrName_3.BorderSizePixel = 0
  335. plrName_3.Position = UDim2.new(0, 0, 1, 0)
  336. plrName_3.Size = UDim2.new(0, 130, 0, 16)
  337. plrName_3.Font = Enum.Font.Cartoon
  338. plrName_3.PlaceholderColor3 = Color3.new(1, 1, 1)
  339. plrName_3.Text = "Player"
  340. plrName_3.TextColor3 = Color3.new(1, 1, 1)
  341. plrName_3.TextSize = 14
  342.  
  343. Pannel.Name = "Pannel"
  344. Pannel.Parent = TopBar
  345. Pannel.BackgroundColor3 = Color3.new(0, 0, 0)
  346. Pannel.BorderSizePixel = 0
  347. Pannel.Position = UDim2.new(0, 0, 1, 0)
  348. Pannel.Size = UDim2.new(0, 458, 0, 187)
  349. Pannel.ZIndex = 0
  350.  
  351. Login.Name = "Login"
  352. Login.Parent = AdminGui
  353. Login.Active = true
  354. Login.BackgroundColor3 = Color3.new(0, 0, 0)
  355. Login.BorderSizePixel = 0
  356. Login.Position = UDim2.new(0.0567536876, 0, 0.11210762, 0)
  357. Login.Selectable = true
  358. Login.Size = UDim2.new(0, 250, 0, 275)
  359.  
  360. TopText.Name = "TopText"
  361. TopText.Parent = Login
  362. TopText.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  363. TopText.BorderSizePixel = 0
  364. TopText.Position = UDim2.new(0.000753685832, 0, -0.000619649887, 0)
  365. TopText.Size = UDim2.new(0, 250, 0, 50)
  366. TopText.Font = Enum.Font.Cartoon
  367. TopText.Text = "Admin Gui v1.0"
  368. TopText.TextColor3 = Color3.new(1, 1, 1)
  369. TopText.TextSize = 20
  370.  
  371. Login_2.Name = "Login"
  372. Login_2.Parent = Login
  373. Login_2.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  374. Login_2.BorderSizePixel = 0
  375. Login_2.Position = UDim2.new(0.252000004, 0, 0.807272732, 0)
  376. Login_2.Size = UDim2.new(0, 123, 0, 33)
  377. Login_2.Font = Enum.Font.Cartoon
  378. Login_2.Text = "Login"
  379. Login_2.TextColor3 = Color3.new(1, 1, 1)
  380. Login_2.TextSize = 20
  381.  
  382. Password.Name = "Password"
  383. Password.Parent = Login
  384. Password.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  385. Password.BorderSizePixel = 0
  386. Password.Position = UDim2.new(0.101000004, 0, 0.538181782, 0)
  387. Password.Size = UDim2.new(0, 200, 0, 50)
  388. Password.Font = Enum.Font.Cartoon
  389. Password.Text = ""
  390. Password.TextColor3 = Color3.new(1, 1, 1)
  391. Password.TextSize = 20
  392. Password.TextWrapped = true
  393.  
  394. PasswordTxt.Name = "PasswordTxt"
  395. PasswordTxt.Parent = Password
  396. PasswordTxt.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  397. PasswordTxt.BackgroundTransparency = 1
  398. PasswordTxt.BorderSizePixel = 0
  399. PasswordTxt.Position = UDim2.new(0.130017027, 0, 0.629506707, 0)
  400. PasswordTxt.Size = UDim2.new(0, 24, 0, 19)
  401. PasswordTxt.Font = Enum.Font.Cartoon
  402. PasswordTxt.Text = "Password"
  403. PasswordTxt.TextColor3 = Color3.new(1, 1, 1)
  404. PasswordTxt.TextSize = 15
  405.  
  406. Username.Name = "Username"
  407. Username.Parent = Login
  408. Username.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  409. Username.BorderSizePixel = 0
  410. Username.Position = UDim2.new(0.101130538, 0, 0.25942114, 0)
  411. Username.Size = UDim2.new(0, 200, 0, 50)
  412. Username.Font = Enum.Font.Cartoon
  413. Username.Text = ""
  414. Username.TextColor3 = Color3.new(1, 1, 1)
  415. Username.TextSize = 20
  416. Username.TextWrapped = true
  417.  
  418. UsernameTxt.Name = "UsernameTxt"
  419. UsernameTxt.Parent = Username
  420. UsernameTxt.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  421. UsernameTxt.BackgroundTransparency = 1
  422. UsernameTxt.BorderSizePixel = 0
  423. UsernameTxt.Position = UDim2.new(0.130017012, 0, 0.627892375, 0)
  424. UsernameTxt.Size = UDim2.new(0, 24, 0, 19)
  425. UsernameTxt.Font = Enum.Font.Cartoon
  426. UsernameTxt.Text = "Username"
  427. UsernameTxt.TextColor3 = Color3.new(1, 1, 1)
  428. UsernameTxt.TextSize = 15
  429. -- Scripts:
  430. function SCRIPT_UNCT82_FAKESCRIPT() -- Speed.onClick
  431. getfenv().script = Instance.new('LocalScript', Speed)
  432.  
  433. local Player = game.Players.LocalPlayer
  434. local Character = Player.CharacterName
  435.  
  436. function onClick()
  437. local SpeedVal = script.Parent.speedVal
  438. local CharacterGame = game.Workspace:WaitForChild(Character.Value)
  439.  
  440. CharacterGame.Humanoid.WalkSpeed = SpeedVal.Text
  441.  
  442. print("[System] "..Character.Value.." has set their speed to "..SpeedVal.Text)
  443. end
  444.  
  445. script.Parent.MouseButton1Click:Connect(onClick)
  446.  
  447. end
  448. coroutine.resume(coroutine.create(SCRIPT_UNCT82_FAKESCRIPT))
  449. function SCRIPT_GTWJ68_FAKESCRIPT() -- Jump.onClick
  450. getfenv().script = Instance.new('LocalScript', Jump)
  451.  
  452. local Player = game.Players.LocalPlayer
  453. local Character = Player.CharacterName
  454.  
  455. function onClick()
  456. local JumpVal = script.Parent.jumpVal
  457. local CharacterGame = game.Workspace:WaitForChild(Character.Value)
  458.  
  459. CharacterGame.Humanoid.JumpPower = JumpVal.Text
  460.  
  461. print("[System] "..Character.Value.." has set their jump power to "..JumpVal.Text)
  462. end
  463.  
  464. script.Parent.MouseButton1Click:Connect(onClick)
  465.  
  466. end
  467. coroutine.resume(coroutine.create(SCRIPT_GTWJ68_FAKESCRIPT))
  468. function SCRIPT_BPQS74_FAKESCRIPT() -- Hipheight.onClick
  469. getfenv().script = Instance.new('LocalScript', Hipheight)
  470.  
  471. local Player = game.Players.LocalPlayer
  472. local Character = Player.CharacterName
  473.  
  474. function onClick()
  475. local HipVal = script.Parent.hipVal
  476. local CharacterGame = game.Workspace:WaitForChild(Character.Value)
  477.  
  478. CharacterGame.Humanoid.HipHeight = HipVal.Text
  479.  
  480. print("[System] "..Character.Value.." has set their hipheight to "..HipVal.Text)
  481. end
  482.  
  483. script.Parent.MouseButton1Click:Connect(onClick)
  484.  
  485. end
  486. coroutine.resume(coroutine.create(SCRIPT_BPQS74_FAKESCRIPT))
  487. function SCRIPT_TGJW83_FAKESCRIPT() -- Btools.onClick
  488. getfenv().script = Instance.new('LocalScript', Btools)
  489.  
  490. local Player = game.Players.LocalPlayer
  491. local Character = Player.CharacterName
  492.  
  493. function onClick()
  494. local CharacterGame = game.Workspace:WaitForChild(Character.Value)
  495. local Hammer = Instance.new("HopperBin")
  496. Hammer.Parent = Player.Backpack
  497. Hammer.BinType = "Hammer"
  498. Hammer.Name = "Hammer"
  499. local Clone = Instance.new("HopperBin")
  500. Clone.Parent = Player.Backpack
  501. Clone.BinType = "Clone"
  502. Clone.Name = "Clone"
  503. local Move = Instance.new("HopperBin")
  504. Move.Parent = Player.Backpack
  505. Move.BinType = "Grab"
  506. Move.Name = "Grab"
  507.  
  508.  
  509. print("[System] "..Character.Value.." has given themselves btools")
  510. end
  511.  
  512. script.Parent.MouseButton1Click:Connect(onClick)
  513.  
  514. end
  515. coroutine.resume(coroutine.create(SCRIPT_TGJW83_FAKESCRIPT))
  516. function SCRIPT_RATU83_FAKESCRIPT() -- Fire.onClick
  517. getfenv().script = Instance.new('LocalScript', Fire)
  518.  
  519. local Player = game.Players.LocalPlayer
  520. local Character = Player.CharacterName
  521.  
  522. function onClick()
  523. local CharacterGame = game.Workspace:WaitForChild(Character.Value)
  524. local Fire = Instance.new("Fire")
  525. Fire.Parent = CharacterGame.Torso
  526.  
  527. print("[System] "..Character.Value.." has created fire")
  528. end
  529.  
  530. script.Parent.MouseButton1Click:Connect(onClick)
  531.  
  532. end
  533. coroutine.resume(coroutine.create(SCRIPT_RATU83_FAKESCRIPT))
  534. function SCRIPT_JEWD65_FAKESCRIPT() -- Smoke.onClick
  535. getfenv().script = Instance.new('LocalScript', Smoke)
  536.  
  537. local Player = game.Players.LocalPlayer
  538. local Character = Player.CharacterName
  539.  
  540. function onClick()
  541. local CharacterGame = game.Workspace:WaitForChild(Character.Value)
  542. local Smoke = Instance.new("Smoke")
  543. Smoke.Parent = CharacterGame.Torso
  544.  
  545. print("[System] "..Character.Value.." has created smoke")
  546. end
  547.  
  548. script.Parent.MouseButton1Click:Connect(onClick)
  549.  
  550. end
  551. coroutine.resume(coroutine.create(SCRIPT_JEWD65_FAKESCRIPT))
  552. function SCRIPT_ISSL66_FAKESCRIPT() -- Sparkles.onClick
  553. getfenv().script = Instance.new('LocalScript', Sparkles)
  554.  
  555. local Player = game.Players.LocalPlayer
  556. local Character = Player.CharacterName
  557.  
  558. function onClick()
  559. local CharacterGame = game.Workspace:WaitForChild(Character.Value)
  560. local Sparkle = Instance.new("Sparkles")
  561. Sparkle.Parent = CharacterGame.Torso
  562.  
  563. print("[System] "..Character.Value.." has created sparkles")
  564. end
  565.  
  566. script.Parent.MouseButton1Click:Connect(onClick)
  567.  
  568. end
  569. coroutine.resume(coroutine.create(SCRIPT_ISSL66_FAKESCRIPT))
  570. function SCRIPT_CMUR83_FAKESCRIPT() -- Explosion.onClick
  571. getfenv().script = Instance.new('LocalScript', Explosion)
  572.  
  573. local Player = game.Players.LocalPlayer
  574. local Character = Player.CharacterName
  575.  
  576. function onClick()
  577. local CharacterGame = game.Workspace:WaitForChild(Character.Value)
  578. local Bomb = Instance.new("Explosion")
  579. Bomb.Parent = workspace
  580. Bomb.Position = CharacterGame.Torso.Position
  581.  
  582. print("[System] "..Character.Value.." has created an explosion")
  583. end
  584.  
  585. script.Parent.MouseButton1Click:Connect(onClick)
  586.  
  587. end
  588. coroutine.resume(coroutine.create(SCRIPT_CMUR83_FAKESCRIPT))
  589. function SCRIPT_BZPD69_FAKESCRIPT() -- FF.onClick
  590. getfenv().script = Instance.new('LocalScript', FF)
  591.  
  592. local Player = game.Players.LocalPlayer
  593. local Character = Player.CharacterName
  594.  
  595. function onClick()
  596. local CharacterGame = game.Workspace:WaitForChild(Character.Value)
  597. local FF = Instance.new("ForceField")
  598. FF.Parent = CharacterGame
  599.  
  600. print("[System] "..Character.Value.." has created a force field")
  601. end
  602.  
  603. script.Parent.MouseButton1Click:Connect(onClick)
  604.  
  605. end
  606. coroutine.resume(coroutine.create(SCRIPT_BZPD69_FAKESCRIPT))
  607. function SCRIPT_GQAI84_FAKESCRIPT() -- LocalPlayer.LocalScript
  608. getfenv().script = Instance.new('LocalScript', LocalPlayer)
  609.  
  610. function onClick()
  611. local Chosen = script.Parent.Parent.Chosen
  612.  
  613. if Chosen.Value == "" then
  614. script.Parent.BackgroundTransparency = 0
  615. script.Parent.Gui.Visible = true
  616. Chosen.Value = script.Parent.Name
  617. else
  618. script.Parent.BackgroundTransparency = 0
  619. script.Parent.Gui.Visible = true
  620. script.Parent.Parent:WaitForChild(Chosen.Value).Gui.Visible = false
  621. script.Parent.Parent:WaitForChild(Chosen.Value).BackgroundTransparency = 1
  622. Chosen.Value = script.Parent.Name
  623. end
  624. end
  625.  
  626. script.Parent.MouseButton1Click:Connect(onClick)
  627.  
  628. end
  629. coroutine.resume(coroutine.create(SCRIPT_GQAI84_FAKESCRIPT))
  630. function SCRIPT_LZDK89_FAKESCRIPT() -- Server.LocalScript
  631. getfenv().script = Instance.new('LocalScript', Server)
  632.  
  633. function onClick()
  634. local Chosen = script.Parent.Parent.Chosen
  635.  
  636. if Chosen.Value == "" then
  637. script.Parent.BackgroundTransparency = 0
  638. script.Parent.Gui.Visible = true
  639. Chosen.Value = script.Parent.Name
  640. else
  641. script.Parent.BackgroundTransparency = 0
  642. script.Parent.Gui.Visible = true
  643. script.Parent.Parent:WaitForChild(Chosen.Value).Gui.Visible = false
  644. script.Parent.Parent:WaitForChild(Chosen.Value).BackgroundTransparency = 1
  645. Chosen.Value = script.Parent.Name
  646. end
  647. end
  648.  
  649. script.Parent.MouseButton1Click:Connect(onClick)
  650.  
  651. end
  652. coroutine.resume(coroutine.create(SCRIPT_LZDK89_FAKESCRIPT))
  653. function SCRIPT_MMIG81_FAKESCRIPT() -- Fog.onClick
  654. getfenv().script = Instance.new('LocalScript', Fog)
  655.  
  656. local Player = game.Players.LocalPlayer
  657. local Character = Player.CharacterName
  658.  
  659. function onClick()
  660. local FogVal = script.Parent.fogVal
  661. local CharacterGame = game.Workspace:WaitForChild(Character.Value)
  662.  
  663. game.Lighting.FogEnd = FogVal.Text
  664.  
  665. print("[System] "..Character.Value.." has set the fog to "..FogVal.Text)
  666. end
  667.  
  668. script.Parent.MouseButton1Click:Connect(onClick)
  669.  
  670. end
  671. coroutine.resume(coroutine.create(SCRIPT_MMIG81_FAKESCRIPT))
  672. function SCRIPT_BALY66_FAKESCRIPT() -- Kill.onClick
  673. getfenv().script = Instance.new('LocalScript', Kill)
  674.  
  675. local Player = game.Players.LocalPlayer
  676. local Character = Player.CharacterName
  677.  
  678. function onClick()
  679. local PlayerName = script.Parent.plrName
  680. local CharacterGame = game.Workspace:WaitForChild(Character.Value)
  681.  
  682. workspace:WaitForChild(PlayerName.Text).Torso:Destroy()
  683.  
  684. print("[System] "..Character.Value.." has killed "..PlayerName.Text)
  685. end
  686.  
  687. script.Parent.MouseButton1Click:Connect(onClick)
  688.  
  689. end
  690. coroutine.resume(coroutine.create(SCRIPT_BALY66_FAKESCRIPT))
  691. function SCRIPT_EWDV73_FAKESCRIPT() -- Kick.onClick
  692. getfenv().script = Instance.new('LocalScript', Kick)
  693.  
  694. local Player = game.Players.LocalPlayer
  695. local Character = Player.CharacterName
  696.  
  697. function onClick()
  698. local PlayerName = script.Parent.plrName
  699. local CharacterGame = game.Workspace:WaitForChild(Character.Value)
  700.  
  701. game.Players:WaitForChild(PlayerName.Text):Kick("")
  702.  
  703. print("[System] "..Character.Value.." has kicked "..PlayerName.Text)
  704. end
  705.  
  706. script.Parent.MouseButton1Click:Connect(onClick)
  707.  
  708. end
  709. coroutine.resume(coroutine.create(SCRIPT_EWDV73_FAKESCRIPT))
  710. function SCRIPT_EXFY88_FAKESCRIPT() -- Freeze.onClick
  711. getfenv().script = Instance.new('LocalScript', Freeze)
  712.  
  713. local Player = game.Players.LocalPlayer
  714. local Character = Player.CharacterName
  715.  
  716. function onClick()
  717. local PlayerName = script.Parent.plrName
  718. local CharacterGame = game.Workspace:WaitForChild(Character.Value)
  719.  
  720. workspace:WaitForChild(PlayerName.Text).HumanoidRootPart:Destroy()
  721.  
  722. print("[System] "..Character.Value.." has frozen "..PlayerName.Text)
  723. end
  724.  
  725. script.Parent.MouseButton1Click:Connect(onClick)
  726.  
  727. end
  728. coroutine.resume(coroutine.create(SCRIPT_EXFY88_FAKESCRIPT))
  729. function SCRIPT_NNVV86_FAKESCRIPT() -- TopBar.guiDrag
  730. getfenv().script = Instance.new('LocalScript', TopBar)
  731.  
  732. script.Parent.Draggable = true
  733.  
  734. end
  735. coroutine.resume(coroutine.create(SCRIPT_NNVV86_FAKESCRIPT))
  736. function SCRIPT_ANTW69_FAKESCRIPT() -- Login.guiDrag
  737. getfenv().script = Instance.new('LocalScript', Login)
  738.  
  739. script.Parent.Draggable = true
  740.  
  741. end
  742. coroutine.resume(coroutine.create(SCRIPT_ANTW69_FAKESCRIPT))
  743. function SCRIPT_EHTC80_FAKESCRIPT() -- Login_2.LocalScript
  744. getfenv().script = Instance.new('LocalScript', Login_2)
  745.  
  746. local Username = script.Parent.Parent.Username
  747. local Password = script.Parent.Parent.Password
  748.  
  749. script.Parent.MouseButton1Click:Connect(function()
  750. if Username.Text == "uMicah" and Password.Text == "585559" then
  751. script.Parent.Parent.Parent.TopBar.Visible = true
  752. script.Parent.Parent.Visible = false
  753. print("[System] "..Username.Text.." has logged in!")
  754. end
  755. if Username.Text == "Guest" and Password.Text == "Trial" then
  756. script.Parent.Parent.Parent.TopBar.Visible = true
  757. script.Parent.Parent.Visible = false
  758. print("[System] "..Username.Text.." has logged in!")
  759. end
  760. end)
  761.  
  762. end
  763. coroutine.resume(coroutine.create(SCRIPT_EHTC80_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement