Advertisement
Guest User

admin gui

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