Advertisement
Guest User

bitchplease

a guest
Apr 19th, 2014
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.53 KB | None | 0 0
  1. s = Instance.new("ScreenGui", game.CoreGui)
  2.  
  3. PluginGui = Instance.new("TextButton")
  4. PluginGui.Parent = s
  5. PluginGui.Size = UDim2.new(0.1,0,0,25)
  6. PluginGui.Position = UDim2.new(0,0,0.7,0)
  7. PluginGui.Text="SevenInjector V3"
  8. PluginGui.BackgroundTransparency = 0.3
  9. PluginGui.TextColor = BrickColor.new("White")
  10. PluginGui.BackgroundColor = BrickColor.new("Really Black")
  11. PluginGui.BorderColor = BrickColor.new("Black")
  12. PluginGui.Font = "ArialBold"
  13. PluginGui.FontSize = "Size14"
  14. PluginGui.TextStrokeColor3 = Color3.new(0/0,0/0,0/0)
  15. PluginGui.TextStrokeTransparency = 0.3
  16. PluginGui.BorderSizePixel = 1
  17. PluginGui.BorderColor = BrickColor.new("White")
  18.  
  19.  
  20.  
  21. PluginGui.MouseButton1Down:connect(function()
  22. local screengui = Instance.new("ScreenGui")
  23. screengui.Parent = game:GetService("CoreGui")
  24. screengui.Name = "CommandBar"
  25. local textlabel = Instance.new("TextLabel")
  26. textlabel.Parent = screengui
  27. textlabel.Name = "Title"
  28. textlabel.Active = true
  29. textlabel.BackgroundColor = BrickColor.new("Really black")
  30. textlabel.BorderSizePixel = 0
  31. textlabel.Draggable = true
  32. textlabel.Font = "ArialBold"
  33. textlabel.FontSize = "Size14"
  34. textlabel.Position = UDim2.new(0.33,0,0.2,0)
  35. textlabel.Size = UDim2.new(0.65,0,0.05,0)
  36. textlabel.Text = "E3X9O1T || By Zathin || Drag This Bar"
  37. textlabel.TextColor3 = Color3.new(255/255,255/255,255/255)
  38.  
  39. local textbox = Instance.new("TextBox")
  40. textbox.Parent = textlabel
  41. textbox.BackgroundColor = BrickColor.new("Really black")
  42. textbox.BackgroundTransparency = 0.3
  43. textbox.Position = UDim2.new(0,0,1,0)
  44. textbox.Size = UDim2.new(1,0,9,0)
  45. textbox.Text = ""
  46. textbox.TextColor3 = Color3.new(255/255,255/255,255/255)
  47. textbox.TextXAlignment = "Left"
  48. textbox.TextYAlignment = "Top"
  49. textbox.BorderSizePixel = 0
  50. textbox.Font = "ArialBold"
  51. textbox.FontSize = "Size14"
  52. textbox.TextStrokeColor3 = Color3.new(0/0,0/0,0/0)
  53. textbox.TextStrokeTransparency = 0.3
  54. textbox.ClearTextOnFocus = false
  55. textbox.Draggable = false
  56. textbox.MultiLine = true
  57. textbox.TextWrap = true
  58.  
  59. local fpaaff = Instance.new("TextButton")
  60. fpaaff.Parent = textbox
  61. fpaaff.Position = UDim2.new(-0.47,0,-0.02,0)
  62. fpaaff.Size = UDim2.new(0.47,0,1,0)
  63. fpaaff.BackgroundColor = BrickColor.new("Really black")
  64. fpaaff.Font = "ArialBold"
  65. fpaaff.FontSize = "Size14"
  66. fpaaff.TextColor3 = Color3.new(255/255,255/255,255/255)
  67. fpaaff.BorderSizePixel = 0
  68. fpaaff.BackgroundTransparency = 0.3
  69. fpaaff.Text = ""
  70.  
  71. local textbo = Instance.new("TextBox")
  72. textbo.Parent = textlabel
  73. textbo.BackgroundColor = BrickColor.new("Really black")
  74. textbo.BackgroundTransparency = 0.3
  75. textbo.Position = UDim2.new(0,0,-1,0)
  76. textbo.Size = UDim2.new(1,0,1,0)
  77. textbo.Text = ""
  78. textbo.TextColor3 = Color3.new(255/255,255/255,255/255)
  79. textbo.TextXAlignment = "Left"
  80. textbo.TextYAlignment = "Top"
  81. textbo.BorderSizePixel = 0
  82. textbo.Font = "ArialBold"
  83. textbo.FontSize = "Size14"
  84. textbo.TextStrokeColor3 = Color3.new(0/0,0/0,0/0)
  85. textbo.TextStrokeTransparency = 0.3
  86. textbo.ClearTextOnFocus = false
  87. textbo.Draggable = false
  88. textbo.MultiLine = true
  89. textbo.TextWrap = true
  90.  
  91. local textbxn = Instance.new("TextBox")
  92. textbxn.Parent = textlabel
  93. textbxn.BackgroundColor = BrickColor.new("Really black")
  94. textbxn.BackgroundTransparency = 0.3
  95. textbxn.Position = UDim2.new(0,0, 13,0)
  96. textbxn.Size = UDim2.new(0.4,0,1,0)
  97. textbxn.Text = "PLAYA "
  98. textbxn.TextColor3 = Color3.new(255/255,255/255,255/255)
  99. textbxn.TextXAlignment = "Left"
  100. textbxn.TextYAlignment = "Top"
  101. textbxn.BorderSizePixel = 0
  102. textbxn.Font = "ArialBold"
  103. textbxn.FontSize = "Size14"
  104. textbxn.TextStrokeColor3 = Color3.new(0/0,0/0,0/0)
  105. textbxn.TextStrokeTransparency = 0.3
  106. textbxn.ClearTextOnFocus = false
  107. textbxn.Draggable = false
  108. textbxn.MultiLine = true
  109. textbxn.TextWrap = true
  110.  
  111. local textbxxe = Instance.new("TextLabel")
  112. textbxxe.Parent = textlabel
  113. textbxxe.BackgroundColor = BrickColor.new("Really black")
  114. textbxxe.BackgroundTransparency = 0
  115. textbxxe.Position = UDim2.new(0.4,0, 13,0)
  116. textbxxe.Size = UDim2.new(0.4,0,1,0)
  117. textbxxe.Text = "Player Name"
  118. textbxxe.TextColor3 = Color3.new(255/255,255/255,255/255)
  119. textbxxe.TextXAlignment = "Center"
  120. textbxxe.TextYAlignment = "Center"
  121. textbxxe.BorderSizePixel = 0
  122. textbxxe.Font = "ArialBold"
  123. textbxxe.FontSize = "Size14"
  124. textbxxe.TextStrokeColor3 = Color3.new(0/0,0/0,0/0)
  125. textbxxe.TextStrokeTransparency = 0.3
  126. --
  127. --
  128. --
  129. --
  130. --
  131. --
  132. --
  133. --
  134. --
  135. --
  136. --
  137. --
  138. --
  139. --
  140. --
  141. --
  142. --
  143. --
  144. --
  145. --
  146. --
  147. --
  148. --
  149. --
  150. --
  151. --
  152. --
  153. --
  154. --
  155. --
  156. local redddde = Instance.new("TextButton")
  157. redddde.Parent = textbox
  158. redddde.Position = UDim2.new(-0.46,0,-0.13,0)
  159. redddde.Size = UDim2.new(0.1,0,0,25)
  160. redddde.BackgroundColor = BrickColor.new("Really black")
  161. redddde.Font = "ArialBold"
  162. redddde.FontSize = "Size14"
  163. redddde.TextColor3 = Color3.new(255/255,255/255,255/255)
  164. redddde.BorderSizePixel = 0
  165. redddde.Text = "MORE !"
  166. redddde.MouseButton1Down:connect(function()
  167. screengui:remove()
  168. sss = Instance.new("ScreenGui", game.CoreGui)
  169.  
  170. local textbox = Instance.new("TextBox")
  171. textbox.Parent = sss
  172. textbox.BackgroundColor = BrickColor.new("Really black")
  173. textbox.BackgroundTransparency = 0.3
  174. textbox.Position = UDim2.new(0,0,1,0)
  175. textbox.Size = UDim2.new(1,0,9,0)
  176. textbox.Text = ""
  177. textbox.TextColor3 = Color3.new(255/255,255/255,255/255)
  178. textbox.TextXAlignment = "Left"
  179. textbox.TextYAlignment = "Top"
  180. textbox.BorderSizePixel = 0
  181. textbox.Font = "ArialBold"
  182. textbox.FontSize = "Size14"
  183. textbox.TextStrokeColor3 = Color3.new(0/0,0/0,0/0)
  184. textbox.TextStrokeTransparency = 0.3
  185. textbox.ClearTextOnFocus = false
  186. textbox.Draggable = false
  187. textbox.MultiLine = true
  188. textbox.TextWrap = true
  189.  
  190. local texm = Instance.new("TextLabel")
  191. texm.Parent = sss
  192. texm.BackgroundColor = BrickColor.new("Really black")
  193. texm.BackgroundTransparency = 0.5
  194. texm.Position = UDim2.new(0,0,0,0)
  195. texm.Size = UDim2.new(1,0,1,0)
  196. texm.Text = ""
  197. texm.TextColor3 = Color3.new(255/255,255/255,255/255)
  198. texm.TextXAlignment = "Center"
  199. texm.TextYAlignment = "Center"
  200. texm.BorderSizePixel = 0
  201. texm.Font = "ArialBold"
  202. texm.FontSize = "Size14"
  203. texm.TextStrokeColor3 = Color3.new(0/0,0/0,0/0)
  204. texm.TextStrokeTransparency = 0.3
  205.  
  206. local textbxnn = Instance.new("TextBox")
  207. textbxnn.Parent = texm
  208. textbxnn.BackgroundColor = BrickColor.new("Really black")
  209. textbxnn.BackgroundTransparency = 0.3
  210. textbxnn.Position = UDim2.new(0.45,0,0.05,0)
  211. textbxnn.Size = UDim2.new(0.4,0,0.05,0)
  212. textbxnn.Text = "Insert Player's Name and Values"
  213. textbxnn.TextColor3 = Color3.new(255/255,255/255,255/255)
  214. textbxnn.TextXAlignment = "Left"
  215. textbxnn.TextYAlignment = "Top"
  216. textbxnn.BorderSizePixel = 0
  217. textbxnn.Font = "ArialBold"
  218. textbxnn.FontSize = "Size14"
  219. textbxnn.TextStrokeColor3 = Color3.new(0/0,0/0,0/0)
  220. textbxnn.TextStrokeTransparency = 0.3
  221. textbxnn.ClearTextOnFocus = false
  222. textbxnn.Draggable = false
  223. textbxnn.MultiLine = true
  224. textbxnn.TextWrap = true
  225.  
  226. local rainbow = Instance.new("TextButton")
  227. rainbow.Parent = texm
  228. rainbow.Position = UDim2.new(0.2,0,0.2,0)
  229. rainbow.Size = UDim2.new(0.1,0,0,25)
  230. rainbow.BackgroundColor = BrickColor.new("Really black")
  231. rainbow.Font = "ArialBold"
  232. rainbow.FontSize = "Size14"
  233. rainbow.TextColor3 = Color3.new(255/255,255/255,255/255)
  234. rainbow.BorderSizePixel = 0
  235. rainbow.Text = "Rainbow"
  236. rainbow.MouseButton1Down:connect(function()
  237. while true do
  238. wait(1)
  239. game.Lighting.Ambient = Color3.new(math.random(), math.random(), math.random())
  240. end
  241. end)
  242.  
  243. local rainbow3 = Instance.new("TextButton")
  244. rainbow3.Parent = texm
  245. rainbow3.Position = UDim2.new(0.2,0,0.25,0)
  246. rainbow3.Size = UDim2.new(0.1,0,0,25)
  247. rainbow3.BackgroundColor = BrickColor.new("Really black")
  248. rainbow3.Font = "ArialBold"
  249. rainbow3.FontSize = "Size14"
  250. rainbow3.TextColor3 = Color3.new(255/255,255/255,255/255)
  251. rainbow3.BorderSizePixel = 0
  252. rainbow3.Text = "Smoke"
  253. rainbow3.MouseButton1Down:connect(function()
  254. local cr = game.Workspace:FindFirstChild(textbxnn.Text)
  255. local sparkle = Instance.new("Smoke")
  256. sparkle.Parent = cr.Head
  257. end)
  258.  
  259. local rainbow3 = Instance.new("TextButton")
  260. rainbow3.Parent = texm
  261. rainbow3.Position = UDim2.new(0.2,0,0.3,0)
  262. rainbow3.Size = UDim2.new(0.1,0,0,25)
  263. rainbow3.BackgroundColor = BrickColor.new("Really black")
  264. rainbow3.Font = "ArialBold"
  265. rainbow3.FontSize = "Size14"
  266. rainbow3.TextColor3 = Color3.new(255/255,255/255,255/255)
  267. rainbow3.BorderSizePixel = 0
  268. rainbow3.Text = "Fire"
  269. rainbow3.MouseButton1Down:connect(function()
  270. local cr = game.Workspace:FindFirstChild(textbxnn.Text)
  271. local sparkle = Instance.new("Fire")
  272. sparkle.Parent = cr.Head
  273. end)
  274.  
  275. local rainbow3 = Instance.new("TextButton")
  276. rainbow3.Parent = texm
  277. rainbow3.Position = UDim2.new(0.2,0,0.1,0)
  278. rainbow3.Size = UDim2.new(0.1,0,0,25)
  279. rainbow3.BackgroundColor = BrickColor.new("Really black")
  280. rainbow3.Font = "ArialBold"
  281. rainbow3.FontSize = "Size14"
  282. rainbow3.TextColor3 = Color3.new(255/255,255/255,255/255)
  283. rainbow3.BorderSizePixel = 0
  284. rainbow3.Text = "Exit"
  285. rainbow3.MouseButton1Down:connect(function()
  286. sss:Remove()
  287. end)
  288.  
  289. local rainbow3 = Instance.new("TextButton")
  290. rainbow3.Parent = texm
  291. rainbow3.Position = UDim2.new(0.2,0,0.35,0)
  292. rainbow3.Size = UDim2.new(0.1,0,0,25)
  293. rainbow3.BackgroundColor = BrickColor.new("Really black")
  294. rainbow3.Font = "ArialBold"
  295. rainbow3.FontSize = "Size14"
  296. rainbow3.TextColor3 = Color3.new(255/255,255/255,255/255)
  297. rainbow3.BorderSizePixel = 0
  298. rainbow3.Text = "Sparkle"
  299. rainbow3.MouseButton1Down:connect(function()
  300. local cr = game.Workspace:FindFirstChild(textbxnn.Text)
  301. local sparkle = Instance.new("Sparkles")
  302. sparkle.Parent = cr.Head
  303. end)
  304.  
  305. local rainbow4 = Instance.new("TextButton")
  306. rainbow4.Parent = texm
  307. rainbow4.Position = UDim2.new(0.2,0,0.4,0)
  308. rainbow4.Size = UDim2.new(0.1,0,0,25)
  309. rainbow4.BackgroundColor = BrickColor.new("Really black")
  310. rainbow4.Font = "ArialBold"
  311. rainbow4.FontSize = "Size14"
  312. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  313. rainbow4.BorderSizePixel = 0
  314. rainbow4.Text = "Ghost"
  315. rainbow4.MouseButton1Down:connect(function()
  316. local D = game.Workspace:FindFirstChild(textbxnn.Text)
  317. D:findFirstChild("Left Leg").Transparency = 0.5
  318. D:findFirstChild("Right Leg").Transparency = 0.5
  319. D:findFirstChild("Left Arm").Transparency = 0.5
  320. D:findFirstChild("Right Arm").Transparency = 0.5
  321. D.Torso.Transparency = 0.5
  322. D.Head.Transparency = 0.5
  323. D.Torso.roblox:Remove()
  324. D:findFirstChild("Left Leg").CanCollide = false
  325. D:findFirstChild("Right Leg").CanCollide = false
  326. D:findFirstChild("Left Arm").CanCollide = false
  327. D:findFirstChild("Right Arm").CanCollide = false
  328. D.Torso.CanCollide = false
  329. D.Head.CanCollide = false
  330. D:findFirstChild("Left Leg").BrickColor = BrickColor.new(1)
  331. D:findFirstChild("Right Leg").BrickColor = BrickColor.new(1)
  332. D:findFirstChild("Left Arm").BrickColor = BrickColor.new(1)
  333. D:findFirstChild("Right Arm").BrickColor = BrickColor.new(1)
  334. D.Torso.BrickColor = BrickColor.new(1)
  335. D.Head.BrickColor = BrickColor.new(1)
  336. D.Humanoid.MaxHealth =9999999999999999999999999999999999999999999999999999999999999999999
  337. D.Humanoid.Health = 9999999999999999999999999999999999999999999999999999999999999999999999
  338. end)
  339.  
  340. local rainbow4 = Instance.new("TextButton")
  341. rainbow4.Parent = texm
  342. rainbow4.Position = UDim2.new(0.2,0,0.45,0)
  343. rainbow4.Size = UDim2.new(0.1,0,0,25)
  344. rainbow4.BackgroundColor = BrickColor.new("Really black")
  345. rainbow4.Font = "ArialBold"
  346. rainbow4.FontSize = "Size14"
  347. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  348. rainbow4.BorderSizePixel = 0
  349. rainbow4.Text = "NoGrav"
  350. rainbow4.MouseButton1Down:connect(function()
  351. local b = Instance.new("BodyForce")
  352. b.force = Vector3.new(0,1300,0)
  353. b.Parent = game.Workspace:FindFirstChild(textbxnn.Text).Torso
  354. end)
  355.  
  356. local rainbow4 = Instance.new("TextButton")
  357. rainbow4.Parent = texm
  358. rainbow4.Position = UDim2.new(0.2,0,0.5,0)
  359. rainbow4.Size = UDim2.new(0.1,0,0,25)
  360. rainbow4.BackgroundColor = BrickColor.new("Really black")
  361. rainbow4.Font = "ArialBold"
  362. rainbow4.FontSize = "Size14"
  363. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  364. rainbow4.BorderSizePixel = 0
  365. rainbow4.Text = "Grav"
  366. rainbow4.MouseButton1Down:connect(function()
  367. while true do
  368. wait(1)
  369. b = game.Workspace:FindFirstChild(textbxnn.Text).Torso
  370. b.BodyForce:Remove()
  371. end
  372. end)
  373.  
  374. local rainbow4 = Instance.new("TextButton")
  375. rainbow4.Parent = texm
  376. rainbow4.Position = UDim2.new(0.2,0,0.55,0)
  377. rainbow4.Size = UDim2.new(0.1,0,0,25)
  378. rainbow4.BackgroundColor = BrickColor.new("Really black")
  379. rainbow4.Font = "ArialBold"
  380. rainbow4.FontSize = "Size14"
  381. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  382. rainbow4.BorderSizePixel = 0
  383. rainbow4.Text = "Nuke2"
  384. rainbow4.MouseButton1Down:connect(function()
  385. for _, v in pairs(game.Workspace:GetChildren()) do
  386. v:BreakJoints()
  387. end
  388. end)
  389.  
  390. local rainbow4 = Instance.new("TextButton")
  391. rainbow4.Parent = texm
  392. rainbow4.Position = UDim2.new(0.2,0,0.6,0)
  393. rainbow4.Size = UDim2.new(0.1,0,0,25)
  394. rainbow4.BackgroundColor = BrickColor.new("Really black")
  395. rainbow4.Font = "ArialBold"
  396. rainbow4.FontSize = "Size14"
  397. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  398. rainbow4.BorderSizePixel = 0
  399. rainbow4.Text = "SpinHead"
  400. rainbow4.MouseButton1Down:connect(function()
  401. b = game.Workspace:FindFirstChild(textbxnn.Text)
  402. for X = 1, math.huge, 0.1 do
  403. wait()
  404. b.Torso.Neck.C0 = CFrame.new(0,1.5,0) * CFrame.fromAxisAngle(Vector3.new(0,1,0), X)
  405. b.Torso.Neck.C1 = CFrame.new(0,0,0)
  406. end
  407. end)
  408.  
  409. local rainbow4 = Instance.new("TextButton")
  410. rainbow4.Parent = texm
  411. rainbow4.Position = UDim2.new(0.2,0,0.65,0)
  412. rainbow4.Size = UDim2.new(0.1,0,0,25)
  413. rainbow4.BackgroundColor = BrickColor.new("Really black")
  414. rainbow4.Font = "ArialBold"
  415. rainbow4.FontSize = "Size14"
  416. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  417. rainbow4.BorderSizePixel = 0
  418. rainbow4.Text = "Slaves !"
  419. rainbow4.MouseButton1Down:connect(function()
  420. b=game.Players:FindFirstChild(textbxnn.Text)
  421. b.Character.Name = game.Players.LocalPlayer.Name.."'s Slave"
  422. end)
  423.  
  424. local rainbow4 = Instance.new("TextButton")
  425. rainbow4.Parent = texm
  426. rainbow4.Position = UDim2.new(0.32,0,0.2,0)
  427. rainbow4.Size = UDim2.new(0.1,0,0,25)
  428. rainbow4.BackgroundColor = BrickColor.new("Really black")
  429. rainbow4.Font = "ArialBold"
  430. rainbow4.FontSize = "Size14"
  431. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  432. rainbow4.BorderSizePixel = 0
  433. rainbow4.Text = "BIGHEAD"
  434. rainbow4.MouseButton1Down:connect(function()
  435. while true do
  436. n=game.Players:FindFirstChild(textbxnn.Text).Character.Head:findFirstChild("Mesh")
  437. n.Scale = Vector3.new(2,2,2)
  438. wait(0.2)
  439. n.Scale = Vector3.new(4,4,4)
  440. wait(0.2)
  441. n.Scale = Vector3.new(2,2,2)
  442. wait(0.2)
  443. n.Scale = Vector3.new(1.25,1.25,1.25)
  444. wait(0.2)
  445. end
  446. end)
  447.  
  448. local rainbow4 = Instance.new("TextButton")
  449. rainbow4.Parent = texm
  450. rainbow4.Position = UDim2.new(0.32,0,0.25,0)
  451. rainbow4.Size = UDim2.new(0.1,0,0,25)
  452. rainbow4.BackgroundColor = BrickColor.new("Really black")
  453. rainbow4.Font = "ArialBold"
  454. rainbow4.FontSize = "Size14"
  455. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  456. rainbow4.BorderSizePixel = 0
  457. rainbow4.Text = "Fly Die"
  458. rainbow4.MouseButton1Down:connect(function()
  459. while true do
  460. game.Workspace:FindFirstChild(textbxnn.Text).Torso.Velocity = Vector3.new(0, 9999, 0)
  461. wait(30)
  462. game.Workspace:FindFirstChild(textbxnn.Text).Head:remove()
  463. end
  464. end)
  465.  
  466. local rainbow4 = Instance.new("TextButton")
  467. rainbow4.Parent = texm
  468. rainbow4.Position = UDim2.new(0.32,0,0.3,0)
  469. rainbow4.Size = UDim2.new(0.1,0,0,25)
  470. rainbow4.BackgroundColor = BrickColor.new("Really black")
  471. rainbow4.Font = "ArialBold"
  472. rainbow4.FontSize = "Size14"
  473. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  474. rainbow4.BorderSizePixel = 0
  475. rainbow4.Text = "OldDays"
  476. rainbow4.MouseButton1Down:connect(function()
  477. game.Workspace:FindFirstChild(textbxnn.Text).Animate:remove()
  478. end)
  479.  
  480. local rainbow4 = Instance.new("TextButton")
  481. rainbow4.Parent = texm
  482. rainbow4.Position = UDim2.new(0.32,0,0.35,0)
  483. rainbow4.Size = UDim2.new(0.1,0,0,25)
  484. rainbow4.BackgroundColor = BrickColor.new("Really black")
  485. rainbow4.Font = "ArialBold"
  486. rainbow4.FontSize = "Size14"
  487. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  488. rainbow4.BorderSizePixel = 0
  489. rainbow4.Text = "Giant"
  490. rainbow4.MouseButton1Down:connect(function()
  491. L = game.Players:FindFirstChild(textbxnn.Text).Character
  492. L.Torso.Size = Vector3.new(100,100,100)
  493. L.Head.Size = Vector3.new(50,50,50)
  494. L.Head.Mesh:remove()
  495. end)
  496.  
  497. local rainbow4 = Instance.new("TextButton")
  498. rainbow4.Parent = texm
  499. rainbow4.Position = UDim2.new(0.32,0,0.4,0)
  500. rainbow4.Size = UDim2.new(0.1,0,0,25)
  501. rainbow4.BackgroundColor = BrickColor.new("Really black")
  502. rainbow4.Font = "ArialBold"
  503. rainbow4.FontSize = "Size14"
  504. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  505. rainbow4.BorderSizePixel = 0
  506. rainbow4.Text = "DiscoBody"
  507. rainbow4.MouseButton1Down:connect(function()
  508. while true do
  509. h = game.Players:FindFirstChild(textbxnn.Text).Character
  510. h.Head.BrickColor = BrickColor.Random()
  511. h.Torso.BrickColor = BrickColor.Random()
  512. h:findFirstChild("Left Arm").BrickColor = BrickColor.Random()
  513. h:findFirstChild("Right Arm").BrickColor = BrickColor.Random()
  514. h:findFirstChild("Right Leg").BrickColor = BrickColor.Random()
  515. h:findFirstChild("Left Leg").BrickColor = BrickColor.Random()
  516. wait(0.2)
  517. end
  518. end)
  519.  
  520. local rainbow4 = Instance.new("TextButton")
  521. rainbow4.Parent = texm
  522. rainbow4.Position = UDim2.new(0.32,0,0.45,0)
  523. rainbow4.Size = UDim2.new(0.1,0,0,25)
  524. rainbow4.BackgroundColor = BrickColor.new("Really black")
  525. rainbow4.Font = "ArialBold"
  526. rainbow4.FontSize = "Size14"
  527. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  528. rainbow4.BorderSizePixel = 0
  529. rainbow4.Text = "Time"
  530. rainbow4.MouseButton1Down:connect(function()
  531. game.Lighting.TimeOfDay = textbxnn.Text..":00:00"
  532. end)
  533.  
  534. local rainbow4 = Instance.new("TextButton")
  535. rainbow4.Parent = texm
  536. rainbow4.Position = UDim2.new(0.32,0,0.5,0)
  537. rainbow4.Size = UDim2.new(0.1,0,0,25)
  538. rainbow4.BackgroundColor = BrickColor.new("Really black")
  539. rainbow4.Font = "ArialBold"
  540. rainbow4.FontSize = "Size14"
  541. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  542. rainbow4.BorderSizePixel = 0
  543. rainbow4.Text = "Fog"
  544. rainbow4.MouseButton1Down:connect(function()
  545. game.Lighting.FogEnd = textbxnn.Text
  546. end)
  547.  
  548. local rainbow4 = Instance.new("TextButton")
  549. rainbow4.Parent = texm
  550. rainbow4.Position = UDim2.new(0.32,0,0.55,0)
  551. rainbow4.Size = UDim2.new(0.1,0,0,25)
  552. rainbow4.BackgroundColor = BrickColor.new("Really black")
  553. rainbow4.Font = "ArialBold"
  554. rainbow4.FontSize = "Size14"
  555. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  556. rainbow4.BorderSizePixel = 0
  557. rainbow4.Text = "RedAmb"
  558. rainbow4.MouseButton1Down:connect(function()
  559. game.Lighting.Ambient = Color3.new((textbxnn.Text),0,0)
  560. end)
  561.  
  562. local rainbow4 = Instance.new("TextButton")
  563. rainbow4.Parent = texm
  564. rainbow4.Position = UDim2.new(0.32,0,0.6,0)
  565. rainbow4.Size = UDim2.new(0.1,0,0,25)
  566. rainbow4.BackgroundColor = BrickColor.new("Really black")
  567. rainbow4.Font = "ArialBold"
  568. rainbow4.FontSize = "Size14"
  569. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  570. rainbow4.BorderSizePixel = 0
  571. rainbow4.Text = "GreenAmb"
  572. rainbow4.MouseButton1Down:connect(function()
  573. game.Lighting.Ambient = Color3.new(0,(textbxnn.Text),0)
  574. end)
  575.  
  576. local rainbow4 = Instance.new("TextButton")
  577. rainbow4.Parent = texm
  578. rainbow4.Position = UDim2.new(0.32,0,0.65,0)
  579. rainbow4.Size = UDim2.new(0.1,0,0,25)
  580. rainbow4.BackgroundColor = BrickColor.new("Really black")
  581. rainbow4.Font = "ArialBold"
  582. rainbow4.FontSize = "Size14"
  583. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  584. rainbow4.BorderSizePixel = 0
  585. rainbow4.Text = "BlueAmb"
  586. rainbow4.MouseButton1Down:connect(function()
  587. game.Lighting.Ambient = Color3.new(0,0,(textbxnn.Text))
  588. end)
  589.  
  590. local rainbow4 = Instance.new("TextButton")
  591. rainbow4.Parent = texm
  592. rainbow4.Position = UDim2.new(0.44,0,0.2,0)
  593. rainbow4.Size = UDim2.new(0.1,0,0,25)
  594. rainbow4.BackgroundColor = BrickColor.new("Really black")
  595. rainbow4.Font = "ArialBold"
  596. rainbow4.FontSize = "Size14"
  597. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  598. rainbow4.BorderSizePixel = 0
  599. rainbow4.Text = "Follow"
  600. rainbow4.MouseButton1Down:connect(function()
  601. b = Instance.new("BodyPosition") b.Parent = game.Workspace:FindFirstChild(textbxnn.Text).Torso b.maxForce = Vector3.new(600000000,6000000000,6000000000)
  602. while true do
  603. b.position = game.Players.LocalPlayer.Character.Torso.Position
  604. wait(0.1)
  605. end
  606. end)
  607.  
  608. local rainbow4 = Instance.new("TextButton")
  609. rainbow4.Parent = texm
  610. rainbow4.Position = UDim2.new(0.44,0,0.25,0)
  611. rainbow4.Size = UDim2.new(0.1,0,0,25)
  612. rainbow4.BackgroundColor = BrickColor.new("Really black")
  613. rainbow4.Font = "ArialBold"
  614. rainbow4.FontSize = "Size14"
  615. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  616. rainbow4.BorderSizePixel = 0
  617. rainbow4.Text = "Genocide"
  618. rainbow4.MouseButton1Down:connect(function()
  619. p= game.Players:FirstFindChild(textbxnn.Text)
  620. p.Character.Torso.Neck:remove()
  621. end)
  622.  
  623. local rainbow4 = Instance.new("TextButton")
  624. rainbow4.Parent = texm
  625. rainbow4.Position = UDim2.new(0.44,0,0.3,0)
  626. rainbow4.Size = UDim2.new(0.1,0,0,25)
  627. rainbow4.BackgroundColor = BrickColor.new("Really black")
  628. rainbow4.Font = "ArialBold"
  629. rainbow4.FontSize = "Size14"
  630. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  631. rainbow4.BorderSizePixel = 0
  632. rainbow4.Text = "Lazy"
  633. rainbow4.MouseButton1Down:connect(function()
  634. for _, v in pairs(game.Workspace:GetChildren()) do
  635. if v:isA("Part") then
  636. v.Velocity = Vector3.new(1000000,0,0)
  637. end
  638. end
  639. end)
  640.  
  641. local rainbow4 = Instance.new("TextButton")
  642. rainbow4.Parent = texm
  643. rainbow4.Position = UDim2.new(0.44,0,0.35,0)
  644. rainbow4.Size = UDim2.new(0.1,0,0,25)
  645. rainbow4.BackgroundColor = BrickColor.new("Really black")
  646. rainbow4.Font = "ArialBold"
  647. rainbow4.FontSize = "Size14"
  648. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  649. rainbow4.BorderSizePixel = 0
  650. rainbow4.Text = "Clean?"
  651. rainbow4.MouseButton1Down:connect(function()
  652. local c=game.Workspace:GetChildren()
  653. for i=1, #c do
  654. if c[i].Name~=Exeption then
  655. if c[i].className=="Part" or c[i].className=="WedgePart" or c[i].className=="TrussPart" or c[i].className=="Seat" or c[i].className=="VehicleSeat" or c[i].className=="Model" then
  656. c[i]:Destroy()
  657. end
  658. end
  659. end
  660. end)
  661.  
  662. local rainbow4 = Instance.new("TextButton")
  663. rainbow4.Parent = texm
  664. rainbow4.Position = UDim2.new(0.44,0,0.4,0)
  665. rainbow4.Size = UDim2.new(0.1,0,0,25)
  666. rainbow4.BackgroundColor = BrickColor.new("Really black")
  667. rainbow4.Font = "ArialBold"
  668. rainbow4.FontSize = "Size14"
  669. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  670. rainbow4.BorderSizePixel = 0
  671. rainbow4.Text = "BlackHoe"
  672. rainbow4.MouseButton1Down:connect(function()
  673. p= game.Players:GetChildren()
  674. for i= 1, #p do
  675. if p[i].Name ~= game.Players.LocalPlayer.Name.."" then
  676. b = Instance.new("BodyPosition") b.Parent = p[i].Character.Torso b.maxForce = Vector3.new(6000000,60000000,60000000)
  677. b.position = Vector3.new(100,10,0)
  678. end
  679. end
  680. end)
  681.  
  682. local rainbow4 = Instance.new("TextButton")
  683. rainbow4.Parent = texm
  684. rainbow4.Position = UDim2.new(0.44,0,0.45,0)
  685. rainbow4.Size = UDim2.new(0.1,0,0,25)
  686. rainbow4.BackgroundColor = BrickColor.new("Really black")
  687. rainbow4.Font = "ArialBold"
  688. rainbow4.FontSize = "Size14"
  689. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  690. rainbow4.BorderSizePixel = 0
  691. rainbow4.Text = "HpTaker"
  692. rainbow4.MouseButton1Down:connect(function()
  693. function onTouched(hit)
  694. if (hit.Parent:findFirstChild("Humanoid")~= nil) then hit.Parent.Humanoid:remove() wait(5) h = Instance.new("Humanoid") h.Parent = hit.Parent end
  695. end
  696. c = game.Players.LocalPlayer.Character:GetChildren()
  697. for i = 1, #c do
  698. if (c[i].className == "Part") then c[i].Touched:connect(onTouched) end
  699. end
  700. end)
  701.  
  702. end)
  703. --
  704. --
  705. --
  706. --
  707. --
  708. --
  709. --
  710. --
  711. --
  712. --
  713. --
  714. --
  715. --
  716. --
  717. --
  718. --
  719. --
  720. --
  721. --
  722. --
  723. --
  724. --
  725. --
  726. --
  727. --
  728. --
  729. --
  730. --
  731. --
  732. --
  733. local textb = Instance.new("TextLabel")
  734. textb.Parent = textlabel
  735. textb.BackgroundColor = BrickColor.new("Really black")
  736. textb.BackgroundTransparency = 0
  737. textb.Position = UDim2.new(0,0,-2,0)
  738. textb.Size = UDim2.new(1,0,1,0)
  739. textb.Text = "Value"
  740. textb.TextColor3 = Color3.new(255/255,255/255,255/255)
  741. textb.TextXAlignment = "Center"
  742. textb.TextYAlignment = "Center"
  743. textb.BorderSizePixel = 0
  744. textb.Font = "ArialBold"
  745. textb.FontSize = "Size14"
  746. textb.TextStrokeColor3 = Color3.new(0/0,0/0,0/0)
  747. textb.TextStrokeTransparency = 0.3
  748.  
  749. local ff = Instance.new("TextButton")
  750. ff.Parent = textbox
  751. ff.Position = UDim2.new(0,0,1.1,0)
  752. ff.Size = UDim2.new(1,0,0.1,0)
  753. ff.BackgroundColor = BrickColor.new("Really black")
  754. ff.Font = "ArialBold"
  755. ff.FontSize = "Size14"
  756. ff.TextColor3 = Color3.new(255/255,255/255,255/255)
  757. ff.BorderSizePixel = 0
  758. ff.Text = "Exit / Hide"
  759. ff.MouseButton1Down:connect(function()
  760. screengui:remove()
  761. end)
  762.  
  763. local fff = Instance.new("TextButton")
  764. fff.Parent = textbox
  765. fff.Position = UDim2.new(0,0,1.2,0)
  766. fff.Size = UDim2.new(1,0,0.1,0)
  767. fff.BackgroundColor = BrickColor.new("Really black")
  768. fff.Font = "ArialBold"
  769. fff.FontSize = "Size14"
  770. fff.TextColor3 = Color3.new(255/255,255/255,255/255)
  771. fff.BorderSizePixel = 0
  772. fff.Text = "Clear"
  773. fff.MouseButton1Down:connect(function()
  774. textbox.Text = "."
  775. end)
  776.  
  777. local fffm = Instance.new("TextButton")
  778. fffm.Parent = textbox
  779. fffm.Position = UDim2.new(-0.34,0,0,0)
  780. fffm.Size = UDim2.new(0.1,0,0,25)
  781. fffm.BackgroundColor = BrickColor.new("Really black")
  782. fffm.Font = "ArialBold"
  783. fffm.FontSize = "Size11"
  784. fffm.TextColor3 = Color3.new(255/255,255/255,255/255)
  785. fffm.BorderSizePixel = 0
  786. fffm.Text = "H4xor"
  787. fffm.MouseButton1Down:connect(function()
  788. local scr=Instance.new("ScreenGui",game.StarterGui)
  789. scr.Name="TROLOL"
  790. local IL=Instance.new("TextLabel",scr)
  791. IL.BackgroundColor3=BrickColor.new("Really black").Color
  792. IL.BorderColor3=BrickColor.new("White").Color
  793. IL.Position = UDim2.new(0,0,0,0)
  794. IL.Size = UDim2.new(1,0,1,0)
  795. IL.Text="Sh1tted on by "..game.Players.LocalPlayer.Name
  796. IL.TextColor3 = Color3.new(455/355,235/134,255/255)
  797. IL.FontSize="Size48"
  798. IL.BackgroundTransparency=0.5
  799. IL.TextWrap = true
  800. local trolll=game.Players:GetPlayers()
  801. for i=1,#trolll do
  802. trolll[i].Character:BreakJoints()
  803. end
  804. end)
  805.  
  806. local fffmm = Instance.new("TextButton")
  807. fffmm.Parent = textbox
  808. fffmm.Position = UDim2.new(-0.34,0,0.12,0)
  809. fffmm.Size = UDim2.new(0.1,0,0,25)
  810. fffmm.BackgroundColor = BrickColor.new("Really black")
  811. fffmm.Font = "ArialBold"
  812. fffmm.FontSize = "Size14"
  813. fffmm.TextColor3 = Color3.new(255/255,255/255,255/255)
  814. fffmm.BorderSizePixel = 0
  815. fffmm.Text = "Nuke"
  816. local debounce=false
  817. fffmm.MouseButton1Down:connect(function()
  818. if debounce==false then
  819. debounce=true
  820. for i=500,0,-1 do
  821. game:SetMessage("WARNING TACTICAL NUKE INCOMING! "..i)
  822. wait()
  823. end
  824. local ex=Instance.new("Explosion",workspace)
  825. ex.BlastPressure=100000
  826. ex.BlastRadius=1000000
  827. local grab=workspace:GetChildren()
  828. for i=1,#grab do
  829. if grab[i].className=="Model" then
  830. grab[i]:BreakJoints()
  831. end
  832. end
  833. for i=100,0,-1 do
  834. game:SetMessage("Nuke recharging "..i)
  835. wait()
  836. end
  837. debounce=false
  838. game:ClearMessage()
  839. end
  840. end)
  841.  
  842. local fffmme = Instance.new("TextButton")
  843. fffmme.Parent = textbox
  844. fffmme.Position = UDim2.new(-0.34,0,0.24,0)
  845. fffmme.Size = UDim2.new(0.1,0,0,25)
  846. fffmme.BackgroundColor = BrickColor.new("Really black")
  847. fffmme.Font = "ArialBold"
  848. fffmme.FontSize = "Size14"
  849. fffmme.TextColor3 = Color3.new(255/255,255/255,255/255)
  850. fffmme.BorderSizePixel = 0
  851. fffmme.Text = "Spawn Item"
  852. fffmme.MouseButton1Down:connect(function()
  853. tools = game.Lighting:FindFirstChild(textbo.Text):clone()
  854. tools.Parent = game.Players:FindFirstChild(textbxn.Text).Backpack
  855. end)
  856.  
  857. local fp = Instance.new("TextButton")
  858. fp.Parent = textbox
  859. fp.Position = UDim2.new(-0.34,0,0.36,0)
  860. fp.Size = UDim2.new(0.1,0,0,25)
  861. fp.BackgroundColor = BrickColor.new("Really black")
  862. fp.Font = "ArialBold"
  863. fp.FontSize = "Size14"
  864. fp.TextColor3 = Color3.new(255/255,255/255,255/255)
  865. fp.BorderSizePixel = 0
  866. fp.Text = "Punish"
  867. fp.MouseButton1Down:connect(function()
  868. muha = game.Players:FindFirstChild(textbxn.Text)
  869. muha.Character.Parent = game.Lighting
  870. end)
  871.  
  872. local fpa = Instance.new("TextButton")
  873. fpa.Parent = textbox
  874. fpa.Position = UDim2.new(-0.34,0,0.48,0)
  875. fpa.Size = UDim2.new(0.1,0,0,25)
  876. fpa.BackgroundColor = BrickColor.new("Really black")
  877. fpa.Font = "ArialBold"
  878. fpa.FontSize = "Size14"
  879. fpa.TextColor3 = Color3.new(255/255,255/255,255/255)
  880. fpa.BorderSizePixel = 0
  881. fpa.Text = "UnPunish"
  882. fpa.MouseButton1Down:connect(function()
  883. muhaa = game.Players:FindFirstChild(textbxn.Text)
  884. muhaa.Character.Parent = game.Workspace
  885. muhaa.Character:makeJoints()
  886. end)
  887.  
  888. local fpaa = Instance.new("TextButton")
  889. fpaa.Parent = textbox
  890. fpaa.Position = UDim2.new(-0.34,0,0.60,0)
  891. fpaa.Size = UDim2.new(0.1,0,0,25)
  892. fpaa.BackgroundColor = BrickColor.new("Really black")
  893. fpaa.Font = "ArialBold"
  894. fpaa.FontSize = "Size14"
  895. fpaa.TextColor3 = Color3.new(255/255,255/255,255/255)
  896. fpaa.BorderSizePixel = 0
  897. fpaa.Text = "Trip"
  898. fpaa.MouseButton1Down:connect(function()
  899. muhaaa = game.Players:FindFirstChild(textbxn.Text)
  900. torso = (muhaaa).Character:FindFirstChild("Torso")
  901. torso.CFrame = CFrame.new(torso.Position.x,torso.Position.y,torso.Position.z,0, 0, 1, 0, -1, 0, 1, 0, 0)
  902. end)
  903.  
  904. local fpaaf = Instance.new("TextButton")
  905. fpaaf.Parent = textbox
  906. fpaaf.Position = UDim2.new(-0.34,0,0.72,0)
  907. fpaaf.Size = UDim2.new(0.1,0,0,25)
  908. fpaaf.BackgroundColor = BrickColor.new("Really black")
  909. fpaaf.Font = "ArialBold"
  910. fpaaf.FontSize = "Size14"
  911. fpaaf.TextColor3 = Color3.new(255/255,255/255,255/255)
  912. fpaaf.BorderSizePixel = 0
  913. fpaaf.Text = "Freeze"
  914. fpaaf.MouseButton1Down:connect(function()
  915. muhaaa = game.Players:FindFirstChild(textbxn.Text)
  916. muhaaa.Character.Humanoid.WalkSpeed = 0
  917. muhaaa.Character.Head.Anchored = true
  918. muhaaa.Character.Head.Reflectance = 0.6
  919. end)
  920.  
  921. local fpaaff = Instance.new("TextButton")
  922. fpaaff.Parent = textbox
  923. fpaaff.Position = UDim2.new(-0.46,0,0,0)
  924. fpaaff.Size = UDim2.new(0.1,0,0,25)
  925. fpaaff.BackgroundColor = BrickColor.new("Really black")
  926. fpaaff.Font = "ArialBold"
  927. fpaaff.FontSize = "Size14"
  928. fpaaff.TextColor3 = Color3.new(255/255,255/255,255/255)
  929. fpaaff.BorderSizePixel = 0
  930. fpaaff.Text = "DisScripts"
  931. fpaaff.MouseButton1Down:connect(function()
  932. for _, v in pairs(game.Workspace:GetChildren()) do
  933. if v:isA("Script") then
  934. v:Remove()
  935. end
  936. end
  937. end)
  938.  
  939. local exl = Instance.new("TextButton")
  940. exl.Parent = textbox
  941. exl.Position = UDim2.new(-0.46,0,0.12,0)
  942. exl.Size = UDim2.new(0.1,0,0,25)
  943. exl.BackgroundColor = BrickColor.new("Really black")
  944. exl.Font = "ArialBold"
  945. exl.FontSize = "Size14"
  946. exl.TextColor3 = Color3.new(255/255,255/255,255/255)
  947. exl.BorderSizePixel = 0
  948. exl.Text = "Explode"
  949. exl.MouseButton1Down:connect(function()
  950. torsos = game.Players:FindFirstChild(textbxn.Text)
  951. exx = Instance.new("Explosion")
  952. exx.Position = torsos.Character.Torso.Position
  953. exx.Parent = game.Workspace
  954. end)
  955.  
  956. local exle = Instance.new("TextButton")
  957. exle.Parent = textbox
  958. exle.Position = UDim2.new(-0.46,0,0.24,0)
  959. exle.Size = UDim2.new(0.1,0,0,25)
  960. exle.BackgroundColor = BrickColor.new("Really black")
  961. exle.Font = "ArialBold"
  962. exle.FontSize = "Size14"
  963. exle.TextColor3 = Color3.new(255/255,255/255,255/255)
  964. exle.BorderSizePixel = 0
  965. exle.Text = "Zombify"
  966. exle.MouseButton1Down:connect(function()
  967. torsoss = game.Players:FindFirstChild(textbxn.Text)
  968. toso = torsoss.Character:FindFirstChild("Torso")
  969. arm = torsoss.Character:FindFirstChild("Left Arm")
  970. arm:Remove()
  971. armm = torsoss.Character:FindFirstChild("Right Arm")
  972. armm:Remove()
  973. rot=CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  974. zarm = Instance.new("Part")
  975. zarm.Color = Color3.new(0.631373, 0.768627, 0.545098)
  976. zarm.Locked = true
  977. zarm.formFactor = "Symmetric"
  978. zarm.Size = Vector3.new(2,1,1)
  979. zarm.TopSurface = "Smooth"
  980. zarm.BottomSurface = "Smooth"
  981. zarm.Name = "zarm"
  982. zarm2 = zarm:clone()
  983. zarm2.CFrame = toso.CFrame * CFrame.new(Vector3.new(-1.5,0.5,-0.5)) * rot
  984. zarm.CFrame = toso.CFrame * CFrame.new(Vector3.new(1.5,0.5,-0.5)) * rot
  985. zarm.Parent = torsoss.Character
  986. zarm:MakeJoints()
  987. zarm2.Parent = torsoss.Character
  988. zarm2:MakeJoints()
  989. head = torsoss.Character:FindFirstChild("Head")
  990. head.Color = Color3.new(0.631373, 0.768627, 0.545098)
  991. end)
  992.  
  993. local exlee = Instance.new("TextButton")
  994. exlee.Parent = textbox
  995. exlee.Position = UDim2.new(-0.46,0,0.36,0)
  996. exlee.Size = UDim2.new(0.1,0,0,25)
  997. exlee.BackgroundColor = BrickColor.new("Really black")
  998. exlee.Font = "ArialBold"
  999. exlee.FontSize = "Size14"
  1000. exlee.TextColor3 = Color3.new(255/255,255/255,255/255)
  1001. exlee.BorderSizePixel = 0
  1002. exlee.Text = "Stats"
  1003. exlee.MouseButton1Down:connect(function()
  1004. local fndstat=game.Players:FindFirstChild(textbxn.Text).leaderstats
  1005. if fndstat then
  1006. local infect=fndstat:GetChildren()
  1007. for i=1,#infect do
  1008. if infect[i].className=="IntValue" then
  1009. infect[i].Value=100000000
  1010. end
  1011. end
  1012. end
  1013. end)
  1014.  
  1015. local exleee = Instance.new("TextButton")
  1016. exleee.Parent = textbox
  1017. exleee.Position = UDim2.new(-0.46,0,0.48,0)
  1018. exleee.Size = UDim2.new(0.1,0,0,25)
  1019. exleee.BackgroundColor = BrickColor.new("Really black")
  1020. exleee.Font = "ArialBold"
  1021. exleee.FontSize = "Size14"
  1022. exleee.TextColor3 = Color3.new(255/255,255/255,255/255)
  1023. exleee.BorderSizePixel = 0
  1024. exleee.Text = "Dr*gs"
  1025. exleee.MouseButton1Down:connect(function()
  1026. a = game.Workspace:GetChildren()
  1027. for i = 1, #a do
  1028.  
  1029. if a[i].className == "Model" then
  1030.  
  1031. b = a[i]:GetChildren()
  1032. for i = 1, #b do
  1033. if b[i].className == "BodyColors" then
  1034. b[i].HeadColor = BrickColor.random()
  1035. b[i].LeftArmColor = BrickColor.random()
  1036. b[i].LeftLegColor = BrickColor.random()
  1037. b[i].RightArmColor = BrickColor.random()
  1038. b[i].RightLegColor = BrickColor.random()
  1039. b[i].TorsoColor = BrickColor.random()
  1040.  
  1041. elseif b[i].className == "Part" or b[i].className == "WedgePart" or b[i].className == "CornerWedgePart" or
  1042. b[i].className == "TrussPart" or b[i].className == "Seat" or b[i].className == "VehicleSeat" or
  1043. b[i].className == "SpawnLocation" then
  1044. b[i].BrickColor = BrickColor.random()
  1045.  
  1046. elseif b[i].className == "Model" then
  1047. c = b[i]:GetChildren()
  1048. for i = 1, #c do
  1049. if c[i].className == "Part" or c[i].className == "WedgePart" or c[i].className == "CornerWedgePart" or
  1050. c[i].className == "TrussPart" or c[i].className == "Seat" or c[i].className == "VehicleSeat" or
  1051. c[i].className == "SpawnLocation" then
  1052. c[i].BrickColor = BrickColor.random()
  1053.  
  1054. end end end end
  1055.  
  1056. else
  1057.  
  1058. if a[i].className == "Part" or a[i].className == "WedgePart" or a[i].className == "CornerWedgePart" or
  1059. a[i].className == "TrussPart" or a[i].className == "Seat" or a[i].className == "VehicleSeat" or
  1060. a[i].className == "SpawnLocation" then
  1061. a[i].BrickColor = BrickColor.random()
  1062.  
  1063. end end end
  1064. end)
  1065.  
  1066. local exleeee = Instance.new("TextButton")
  1067. exleeee.Parent = textbox
  1068. exleeee.Position = UDim2.new(-0.46,0,0.60,0)
  1069. exleeee.Size = UDim2.new(0.1,0,0,25)
  1070. exleeee.BackgroundColor = BrickColor.new("Really black")
  1071. exleeee.Font = "ArialBold"
  1072. exleeee.FontSize = "Size14"
  1073. exleeee.TextColor3 = Color3.new(255/255,255/255,255/255)
  1074. exleeee.BorderSizePixel = 0
  1075. exleeee.Text = "Inv"
  1076. exleeee.MouseButton1Down:connect(function()
  1077. part = game.Workspace:FindFirstChild(textbxn.Text)
  1078. part:findFirstChild("Head").Transparency = 1
  1079. part:findFirstChild("Torso").Transparency = 1
  1080. part:findFirstChild("Right Arm").Transparency = 1
  1081. part:findFirstChild("Left Arm").Transparency = 1
  1082. part:findFirstChild("Right Leg").Transparency = 1
  1083. part:findFirstChild("Left Leg").Transparency = 1
  1084. part:findFirstChild("Head").face:Remove()
  1085. end)
  1086.  
  1087. local exleeeee = Instance.new("TextButton")
  1088. exleeeee.Parent = textbox
  1089. exleeeee.Position = UDim2.new(-0.46,0,0.72,0)
  1090. exleeeee.Size = UDim2.new(0.1,0,0,25)
  1091. exleeeee.BackgroundColor = BrickColor.new("Really black")
  1092. exleeeee.Font = "ArialBold"
  1093. exleeeee.FontSize = "Size14"
  1094. exleeeee.TextColor3 = Color3.new(255/255,255/255,255/255)
  1095. exleeeee.BorderSizePixel = 0
  1096. exleeeee.Text = "UnInv"
  1097. exleeeee.MouseButton1Down:connect(function()
  1098. part = game.Workspace:FindFirstChild(textbxn.Text)
  1099. part:findFirstChild("Head").Transparency = 0
  1100. part:findFirstChild("Torso").Transparency = 0
  1101. part:findFirstChild("Right Arm").Transparency = 0
  1102. part:findFirstChild("Left Arm").Transparency = 0
  1103. part:findFirstChild("Right Leg").Transparency = 0
  1104. part:findFirstChild("Left Leg").Transparency = 0
  1105. end)
  1106.  
  1107. local sex = Instance.new("TextButton")
  1108. sex.Parent = textbox
  1109. sex.Position = UDim2.new(-0.46,0,0.84,0)
  1110. sex.Size = UDim2.new(0.1,0,0,25)
  1111. sex.BackgroundColor = BrickColor.new("Really black")
  1112. sex.Font = "ArialBold"
  1113. sex.FontSize = "Size14"
  1114. sex.TextColor3 = Color3.new(255/255,255/255,255/255)
  1115. sex.BorderSizePixel = 0
  1116. sex.Text = "Bub"
  1117. sex.MouseButton1Down:connect(function()
  1118. win = game.Players:GetChildren()
  1119. for i = 1, #win do
  1120. person = win[i]
  1121. message = ""..textbox.Text
  1122. game:GetService( "Chat" ):Chat(person.Character.Head, message, Enum.ChatColor.Blue)
  1123. end
  1124. end)
  1125.  
  1126. local fpaafu = Instance.new("TextButton")
  1127. fpaafu.Parent = textbox
  1128. fpaafu.Position = UDim2.new(-0.34,0,0.84,0)
  1129. fpaafu.Size = UDim2.new(0.1,0,0,25)
  1130. fpaafu.BackgroundColor = BrickColor.new("Really black")
  1131. fpaafu.Font = "ArialBold"
  1132. fpaafu.FontSize = "Size14"
  1133. fpaafu.TextColor3 = Color3.new(255/255,255/255,255/255)
  1134. fpaafu.BorderSizePixel = 0
  1135. fpaafu.Text = "Thaw"
  1136. fpaafu.MouseButton1Down:connect(function()
  1137. muhaaa = game.Players:FindFirstChild(textbxn.Text)
  1138. muhaaa.Character.Humanoid.WalkSpeed = 15
  1139. muhaaa.Character.Head.Anchored = false
  1140. muhaaa.Character.Head.Reflectance = 0
  1141. end)
  1142.  
  1143. local textbutton = Instance.new("TextButton")
  1144. textbutton.Parent = textbox
  1145. textbutton.BackgroundColor = BrickColor.new("Really black")
  1146. textbutton.Font = "ArialBold"
  1147. textbutton.FontSize = "Size14"
  1148. textbutton.Position = UDim2.new(0,0,1,0)
  1149. textbutton.Size = UDim2.new(1,0,0.1,0)
  1150. textbutton.TextColor3 = Color3.new(255/255,255/255,255/255)
  1151. textbutton.BorderSizePixel = 0
  1152. textbutton.Text = "Execute script"
  1153.  
  1154. local asdd = Instance.new("TextButton")
  1155. asdd.Parent = textbox
  1156. asdd.Position = UDim2.new(-0.1,0,0.12,0)
  1157. asdd.Size = UDim2.new(0.1,0,0,25)
  1158. asdd.BackgroundColor = BrickColor.new("Really black")
  1159. asdd.Font = "ArialBold"
  1160. asdd.FontSize = "Size14"
  1161. asdd.TextColor3 = Color3.new(255/255,255/255,255/255)
  1162. asdd.BorderSizePixel = 0
  1163. asdd.Text = "Health"
  1164. asdd.MouseButton1Down:connect(function()
  1165. mh = textbo.Text
  1166. fefefe=game.Workspace:FindFirstChild(textbxn.Text)
  1167. fefefe.Humanoid.MaxHealth = (mh)
  1168. end)
  1169.  
  1170. local asddd = Instance.new("TextButton")
  1171. asddd.Parent = textbox
  1172. asddd.Position = UDim2.new(-0.1,0,0.24,0)
  1173. asddd.Size = UDim2.new(0.1,0,0,25)
  1174. asddd.BackgroundColor = BrickColor.new("Really black")
  1175. asddd.Font = "ArialBold"
  1176. asddd.FontSize = "Size14"
  1177. asddd.TextColor3 = Color3.new(255/255,255/255,255/255)
  1178. asddd.BorderSizePixel = 0
  1179. asddd.Text = "Speed +1"
  1180. asddd.MouseButton1Down:connect(function()
  1181. fefefef=game.Workspace:FindFirstChild(textbxn.Text)
  1182. fefefef.Humanoid.WalkSpeed = fefefef.Humanoid.WalkSpeed + 1
  1183. end)
  1184.  
  1185. local ty = Instance.new("TextButton")
  1186. ty.Parent = textbox
  1187. ty.Position = UDim2.new(-0.1,0,0.60,0)
  1188. ty.Size = UDim2.new(0.1,0,0,25)
  1189. ty.BackgroundColor = BrickColor.new("Really black")
  1190. ty.Font = "ArialBold"
  1191. ty.FontSize = "Size14"
  1192. ty.TextColor3 = Color3.new(255/255,255/255,255/255)
  1193. ty.BorderSizePixel = 0
  1194. ty.Text = "Building"
  1195. ty.MouseButton1Down:connect(function()
  1196. local clone = Instance.new("HopperBin")
  1197. clone.BinType = "Clone"
  1198. clone.Parent = game.Players:FindFirstChild(textbxn.Text).Backpack
  1199. local delete = Instance.new("HopperBin")
  1200. delete.BinType = "Hammer"
  1201. delete.Parent = game.Players:FindFirstChild(textbxn.Text).Backpack
  1202. local drag = Instance.new("HopperBin")
  1203. drag.BinType = "GameTool"
  1204. drag.Parent = game.Players:FindFirstChild(textbxn.Text).Backpack
  1205. end)
  1206.  
  1207. local tyy = Instance.new("TextButton")
  1208. tyy.Parent = textbox
  1209. tyy.Position = UDim2.new(-0.1,0,0.72,0)
  1210. tyy.Size = UDim2.new(0.1,0,0,25)
  1211. tyy.BackgroundColor = BrickColor.new("Really black")
  1212. tyy.Font = "ArialBold"
  1213. tyy.FontSize = "Size14"
  1214. tyy.TextColor3 = Color3.new(255/255,255/255,255/255)
  1215. tyy.BorderSizePixel = 0
  1216. tyy.Text = "Kill"
  1217. tyy.MouseButton1Down:connect(function()
  1218. fefefeff=game.Workspace:FindFirstChild(textbxn.Text)
  1219. fefefeff.Humanoid.Health = 0
  1220. end)
  1221.  
  1222. local aasddd = Instance.new("TextButton")
  1223. aasddd.Parent = textbox
  1224. aasddd.Position = UDim2.new(-0.1,0,0.36,0)
  1225. aasddd.Size = UDim2.new(0.1,0,0,25)
  1226. aasddd.BackgroundColor = BrickColor.new("Really black")
  1227. aasddd.Font = "ArialBold"
  1228. aasddd.FontSize = "Size14"
  1229. aasddd.TextColor3 = Color3.new(255/255,255/255,255/255)
  1230. aasddd.BorderSizePixel = 0
  1231. aasddd.Text = "Forcefield"
  1232. aasddd.MouseButton1Down:connect(function()
  1233. local ForceField=Instance.new("ForceField")
  1234. asdfasdf=game.Workspace:FindFirstChild(textbxn.Text)
  1235. ForceField.Parent=asdfasdf
  1236. end)
  1237.  
  1238. local aaddd = Instance.new("TextButton")
  1239. aaddd.Parent = textbox
  1240. aaddd.Position = UDim2.new(-0.1,0,0.48,0)
  1241. aaddd.Size = UDim2.new(0.1,0,0,25)
  1242. aaddd.BackgroundColor = BrickColor.new("Really black")
  1243. aaddd.Font = "ArialBold"
  1244. aaddd.FontSize = "Size14"
  1245. aaddd.TextColor3 = Color3.new(255/255,255/255,255/255)
  1246. aaddd.BorderSizePixel = 0
  1247. aaddd.Text = "DECAL :D"
  1248. aaddd.MouseButton1Down:connect(function()
  1249. eye = "http://www.roblox.com/asset/?id="..textbo.Text
  1250. for _, v in pairs(game.Workspace:GetChildren()) do
  1251. if v:isA("Part") then
  1252. Dec = Instance.new("Decal")
  1253. Dec.Face = math.random(1,4)
  1254. Dec.Parent = v
  1255. Dec.Texture = (eye)
  1256. end
  1257. end
  1258. end)
  1259.  
  1260. local aadddc = Instance.new("TextButton")
  1261. aadddc.Parent = textbox
  1262. aadddc.Position = UDim2.new(-0.1,0,0.84,0)
  1263. aadddc.Size = UDim2.new(0.1,0,0,25)
  1264. aadddc.BackgroundColor = BrickColor.new("Really black")
  1265. aadddc.Font = "ArialBold"
  1266. aadddc.FontSize = "Size14"
  1267. aadddc.TextColor3 = Color3.new(255/255,255/255,255/255)
  1268. aadddc.BorderSizePixel = 0
  1269. aadddc.Text = "Credits"
  1270. aadddc.MouseButton1Down:connect(function()
  1271. textbox.Text = "Command Bar : Moap"
  1272. end)
  1273.  
  1274. local faadddc = Instance.new("TextButton")
  1275. faadddc.Parent = textbox
  1276. faadddc.Position = UDim2.new(-0.22,0,0,0)
  1277. faadddc.Size = UDim2.new(0.1,0,0,25)
  1278. faadddc.BackgroundColor = BrickColor.new("Really black")
  1279. faadddc.Font = "ArialBold"
  1280. faadddc.FontSize = "Size14"
  1281. faadddc.TextColor3 = Color3.new(255/255,255/255,255/255)
  1282. faadddc.BorderSizePixel = 0
  1283. faadddc.Text = "Insert"
  1284. faadddc.MouseButton1Down:connect(function()
  1285. bigfoig = "rbxassetid://"..textbo.Text
  1286. superfoig = game.Players:FindFirstChild(textbxn.Text)
  1287. game:GetObjects(bigfoig) [1].Parent=superfoig.Backpack
  1288. end)
  1289.  
  1290. local red = Instance.new("TextButton")
  1291. red.Parent = textbox
  1292. red.Position = UDim2.new(-0.22,0,0.84,0)
  1293. red.Size = UDim2.new(0.1,0,0,25)
  1294. red.BackgroundColor = BrickColor.new("Really black")
  1295. red.Font = "ArialBold"
  1296. red.FontSize = "Size14"
  1297. red.TextColor3 = Color3.new(255/255,255/255,255/255)
  1298. red.BorderSizePixel = 0
  1299. red.Text = "Red"
  1300. red.MouseButton1Down:connect(function()
  1301. game.Lighting.Ambient = Color3.new(0128,0)
  1302. end)
  1303.  
  1304. local redd = Instance.new("TextButton")
  1305. redd.Parent = textbox
  1306. redd.Position = UDim2.new(-0.22,0,0.72,0)
  1307. redd.Size = UDim2.new(0.1,0,0,25)
  1308. redd.BackgroundColor = BrickColor.new("Really black")
  1309. redd.Font = "ArialBold"
  1310. redd.FontSize = "Size14"
  1311. redd.TextColor3 = Color3.new(255/255,255/255,255/255)
  1312. redd.BorderSizePixel = 0
  1313. redd.Text = "Blue"
  1314. redd.MouseButton1Down:connect(function()
  1315. game.Lighting.Ambient = Color3.new(0,0,153)
  1316. end)
  1317.  
  1318. local reddd = Instance.new("TextButton")
  1319. reddd.Parent = textbox
  1320. reddd.Position = UDim2.new(-0.22,0,0.60,0)
  1321. reddd.Size = UDim2.new(0.1,0,0,25)
  1322. reddd.BackgroundColor = BrickColor.new("Really black")
  1323. reddd.Font = "ArialBold"
  1324. reddd.FontSize = "Size14"
  1325. reddd.TextColor3 = Color3.new(255/255,255/255,255/255)
  1326. reddd.BorderSizePixel = 0
  1327. reddd.Text = "Teleport"
  1328. reddd.MouseButton1Down:connect(function()
  1329. tes = textbo.Text
  1330. local charfnd=game.Workspace:FindFirstChild(textbxn.Text)
  1331. if charfnd then
  1332. local headfnd=charfnd:FindFirstChild("Head")
  1333. if headfnd then
  1334. game.Players.LocalPlayer.Character:MoveTo(headfnd.Position)
  1335. end
  1336. end
  1337. end)
  1338.  
  1339. local redddd = Instance.new("TextButton")
  1340. redddd.Parent = textbox
  1341. redddd.Position = UDim2.new(-0.22,0,0.48,0)
  1342. redddd.Size = UDim2.new(0.1,0,0,25)
  1343. redddd.BackgroundColor = BrickColor.new("Really black")
  1344. redddd.Font = "ArialBold"
  1345. redddd.FontSize = "Size14"
  1346. redddd.TextColor3 = Color3.new(255/255,255/255,255/255)
  1347. redddd.BorderSizePixel = 0
  1348. redddd.Text = "Shutdown"
  1349. redddd.MouseButton1Down:connect(function()
  1350. local tbag=game.Players:GetPlayers()
  1351. for i=1,#tbag do
  1352. tbag[i].RobloxLocked=false --Nice try!
  1353. tbag[i]:Destroy()
  1354. end
  1355. end)
  1356.  
  1357. local reddddd = Instance.new("TextButton")
  1358. reddddd.Parent = textbox
  1359. reddddd.Position = UDim2.new(-0.22,0,0.36,0)
  1360. reddddd.Size = UDim2.new(0.1,0,0,25)
  1361. reddddd.BackgroundColor = BrickColor.new("Really black")
  1362. reddddd.Font = "ArialBold"
  1363. reddddd.FontSize = "Size14"
  1364. reddddd.TextColor3 = Color3.new(255/255,255/255,255/255)
  1365. reddddd.BorderSizePixel = 0
  1366. reddddd.Text = "ID"
  1367. reddddd.MouseButton1Down:connect(function()
  1368. local plr=game.Players:FindFirstChild(textbxn.Text)
  1369. plr.CharacterAppearance="http://www.roblox.com/Asset/CharacterFetch.ashx?userId="..textbo.Text
  1370. plr.Character.Humanoid.Health = 0
  1371. end)
  1372.  
  1373. local eddddd = Instance.new("TextButton")
  1374. eddddd.Parent = textbox
  1375. eddddd.Position = UDim2.new(-0.22,0,0.24,0)
  1376. eddddd.Size = UDim2.new(0.1,0,0,25)
  1377. eddddd.BackgroundColor = BrickColor.new("Really black")
  1378. eddddd.Font = "ArialBold"
  1379. eddddd.FontSize = "Size14"
  1380. eddddd.TextColor3 = Color3.new(255/255,255/255,255/255)
  1381. eddddd.BorderSizePixel = 0
  1382. eddddd.Text = "SafeChat"
  1383. eddddd.MouseButton1Down:connect(function()
  1384. local plrs=game.Players:FindFirstChild(textbxn.Text)
  1385. plrs:SetSuperSafeChat(true)
  1386. end)
  1387.  
  1388. local edddd = Instance.new("TextButton")
  1389. edddd.Parent = textbox
  1390. edddd.Position = UDim2.new(-0.22,0,0.12,0)
  1391. edddd.Size = UDim2.new(0.1,0,0,25)
  1392. edddd.BackgroundColor = BrickColor.new("Really black")
  1393. edddd.Font = "ArialBold"
  1394. edddd.FontSize = "Size14"
  1395. edddd.TextColor3 = Color3.new(255/255,255/255,255/255)
  1396. edddd.BorderSizePixel = 0
  1397. edddd.Text = "UnSafeChat"
  1398. edddd.MouseButton1Down:connect(function()
  1399. local plrs=game.Players:FindFirstChild(textbxn.Text)
  1400. plrs:SetSuperSafeChat(false)
  1401. end)
  1402.  
  1403. local asd = Instance.new("TextButton")
  1404. asd.Parent = textbox
  1405. asd.Position = UDim2.new(-0.1,0,0,0)
  1406. asd.Size = UDim2.new(0.1,0,0,25)
  1407. asd.BackgroundColor = BrickColor.new("Really black")
  1408. asd.Font = "ArialBold"
  1409. asd.FontSize = "Size14"
  1410. asd.TextColor3 = Color3.new(255/255,255/255,255/255)
  1411. asd.BorderSizePixel = 0
  1412. asd.Text = "Ban"
  1413. asd.MouseButton1Down:connect(function()
  1414. s=game.Players:FindFirstChild(textbxn.Text)
  1415. s:remove()
  1416. end)
  1417.  
  1418.  
  1419. textbutton.MouseButton1Down:connect(function()
  1420. pcall(function()
  1421. loadstring(textbox.Text)()
  1422. end)
  1423. end)
  1424. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement