tripono

Untitled

Jul 4th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.87 KB | None | 0 0
  1. local p = game.Players.fullerjar
  2. local adminloaded = p.PlayerGui:FindFirstChild("AdminGuiV3")
  3. local adminloaded2 = p.Backpack:FindFirstChild("AdminGuiV3")
  4. local opener = p.PlayerGui:FindFirstChild("Opener")
  5. if opener ~= nil then
  6. print "AdminLoaded has been found; will delete"
  7. opener:remove()
  8. if adminloaded ~= nil then
  9. adminloaded:remove()
  10. elseif adminloaded2 ~= nil then
  11. adminloaded2:remove()
  12. else
  13. print "admin == nil"
  14. end
  15. else
  16. print 'Checked'
  17. end
  18. local v = Instance.new("StringValue")
  19. v.Parent = game.Workspace
  20. function create()
  21. v.Value = p.Name
  22. p = game.Players:FindFirstChild(v.Value)
  23. print ("LocalPlayer: "..p.Name.."")
  24. local s = Instance.new("ScreenGui")
  25. local f = Instance.new("Frame")
  26. local t = Instance.new("TextLabel")
  27. s.Parent = p.PlayerGui
  28. f.Parent = s
  29. f.Size = UDim2.new(0,400,0,100)
  30. f.Position = UDim2.new(0,-400,0,250)
  31. f.BackgroundColor3 = Color3.new(255,255,255)
  32. t.Parent = f
  33. t.Size = UDim2.new(0,380,0,50)
  34. t.Position = UDim2.new(0,10,0,25)
  35. t.BackgroundColor3 = Color3.new(255,255,255)
  36. t.TextColor3 = Color3.new(0,0,0)
  37. t.FontSize = "Size14"
  38. wait(1)
  39. t.Text = ""
  40. f:TweenPosition(UDim2.new(0,300,0,250),"Out","Quad",5,false)
  41. wait(3)
  42. local tab = {"L","o","c","a","l","P","l","a","y","e","r"," = "}
  43. for i,v in pairs(tab) do
  44. local l = tostring(t.Text)
  45. t.Text = l..v
  46. wait(0.1)
  47. end
  48.  
  49. t.Text = "LocalPlayer = "..p.Name
  50. wait(3)
  51. f:TweenPosition(UDim2.new(0,10000,0,250),"Out","Quad",5,false)
  52. wait(5)
  53. s:remove()
  54. local a = Instance.new("ScreenGui")
  55. local b = Instance.new("ScrollingFrame")
  56. local c = Instance.new("TextButton")
  57. local t = Instance.new("TextLabel")
  58. a.Parent = p.Backpack
  59. a.Name = "AdminGuiV3"
  60. b.Name = "Buttons"
  61. b.Parent = a
  62. b.BackgroundColor3 = Color3.new(255,255,255)
  63. b.BackgroundTransparency = 0.4
  64. b.BorderColor3 = Color3.new(0,0,0)
  65. b.BorderSizePixel = 3
  66. b.Position = UDim2.new(0,300,0,100)
  67. b.Size = UDim2.new(0,400,0,250)
  68. b.ZIndex = 1
  69. b.CanvasSize = UDim2.new(0,0,2,0)
  70. b.ScrollBarThickness = 8
  71. t.Name = "Info"
  72. t.Parent = b
  73. t.BackgroundColor3 = Color3.new(255,255,255)
  74. t.BackgroundTransparency = 1
  75. t.Position = UDim2.new(0,20,0,20)
  76. t.Size = UDim2.new(0,350,0,20)
  77. t.Font = "Legacy"
  78. t.TextColor3 = Color3.new(0,0,0)
  79. t.FontSize = "Size11"
  80. local name = p.Name
  81. t.Text = "/Ello! "..name.."."
  82. local c = Instance.new("TextButton")
  83. c.Parent = b
  84. c.Name = "FFP"
  85. c.BackgroundColor3 = Color3.new(0,0,0)
  86. c.BackgroundTransparency = 0.4
  87. c.BorderColor3 = Color3.new(85,255,0)
  88. c.BorderSizePixel = 2
  89. c.Position = UDim2.new(0,100,0,100)
  90. c.Size = UDim2.new(0,150,0,35)
  91. c.Font = "Legacy"
  92. c.FontSize = "Size18"
  93. c.Text = "FF(OFF)"
  94. c.TextColor3 = Color3.new(255,255,255)
  95. c.MouseButton1Click:connect(function()
  96. c.Text = "FF(ON)"
  97. local a = Instance.new("ScreenGui")
  98. local b = Instance.new("TextBox")
  99. local c = Instance.new("TextButton")
  100. a.Parent = p.PlayerGui
  101. a.Name = "FFGui"
  102. b.Parent = a
  103. b.BackgroundColor3 = Color3.new(255,255,255)
  104. b.BorderColor3 = Color3.new(0,0,0)
  105. b.BorderSizePixel = 2
  106. b.Position = UDim2.new(0,300,0,375)
  107. b.Size = UDim2.new(0,200,0,35)
  108. b.Font = "SourceSans"
  109. b.FontSize = "Size14"
  110. b.Text = "PlayerName(Full)(Cap sen)"
  111. b.TextColor3 = Color3.new(0,0,0)
  112. b.Selectable = true
  113. c.Parent = a
  114. c.BackgroundColor3 = Color3.new(255,255,255)
  115. c.BorderColor3 = Color3.new(0,0,0)
  116. c.BorderSizePixel = 2
  117. c.Position = UDim2.new(0,300,0,415)
  118. c.Size = UDim2.new(0,50,0,35)
  119. c.Font = "SourceSans"
  120. c.FontSize = "Size18"
  121. c.Text = "FF"
  122. c.TextColor3 = Color3.new(0,0,0)
  123. c.MouseButton1Click:connect(function()
  124. local a = tostring(b.Text)
  125. local f = game.Players:FindFirstChild(a)
  126. if f == nil then
  127. print "error"
  128. else
  129. Instance.new("ForceField").Parent = f.Character
  130. end
  131. end)
  132. local c = Instance.new("TextButton")
  133. c.Parent = a
  134. c.BackgroundColor3 = Color3.new(255,255,255)
  135. c.BorderColor3 = Color3.new(0,0,0)
  136. c.BorderSizePixel = 2
  137. c.Position = UDim2.new(0,360,0,415)
  138. c.Size = UDim2.new(0,50,0,35)
  139. c.Font = "SourceSans"
  140. c.FontSize = "Size18"
  141. c.Text = "UNFF"
  142. c.TextColor3 = Color3.new(0,0,0)
  143. c.MouseButton1Click:connect(function()
  144. local a = tostring(b.Text)
  145. local f = game.Workspace:FindFirstChild(a)
  146. local ff = f:FindFirstChild("ForceField")
  147. if f == nil then
  148. print "error"
  149. else
  150. ff:remove()
  151. end
  152. end)
  153. end)
  154. c.MouseButton2Click:connect(function()
  155. c.Text = "FF(OFF)"
  156. local ffgui = p.PlayerGui:FindFirstChild("FFGui")
  157. if ffgui ~= nil then
  158. ffgui:remove()
  159. else
  160. print 'Error'
  161. end
  162. end)
  163.  
  164.  
  165.  
  166. local s = Instance.new("ScreenGui")
  167. local r = Instance.new("TextButton")
  168. s.Parent = p.PlayerGui
  169. r.Name = "Opener"
  170. r.Parent = s
  171. r.Text = "Open"
  172. r.BackgroundColor3 = Color3.new(255,255,0)
  173. r.BackgroundTransparency = .4
  174. r.BorderColor3 = Color3.new(0,0,0)
  175. r.BorderSizePixel = 4
  176. r.Position = UDim2.new(0,10,0,250)
  177. r.Size = UDim2.new(0,100,0,35)
  178. r.Font = "Legacy"
  179. r.FontSize = "Size18"
  180. r.Text = "Closed"
  181. r.TextColor3 = Color3.new(0,0,0)
  182. r.MouseButton1Click:connect(function()
  183. r.Text = "Open"
  184. p.Backpack:findFirstChild("AdminGuiV3").Parent = p.PlayerGui
  185. end)
  186. r.MouseButton2Click:connect(function()
  187. r.Text = "Close"
  188. p.PlayerGui.AdminGuiV3.Parent = p.Backpack
  189. end)
  190.  
  191. local c = Instance.new("TextButton")
  192. c.Parent = b
  193. c.Name = "Kill"
  194. c.BackgroundColor3 = Color3.new(0,0,0)
  195. c.BackgroundTransparency = 0.4
  196. c.BorderColor3 = Color3.new(85,255,0)
  197. c.BorderSizePixel = 2
  198. c.Position = UDim2.new(0,100,0,150)
  199. c.Size = UDim2.new(0,150,0,35)
  200. c.Font = "Legacy"
  201. c.FontSize = "Size18"
  202. c.Text = "Kill(OFF)"
  203. c.TextColor3 = Color3.new(255,255,255)
  204. c.MouseButton1Click:connect(function()
  205. c.Text = "Kill(ON)"
  206. local a = Instance.new("ScreenGui")
  207. local b = Instance.new("TextBox")
  208. local c = Instance.new("TextButton")
  209. a.Parent = p.PlayerGui
  210. a.Name = "KillGui"
  211. b.Parent = a
  212. b.BackgroundColor3 = Color3.new(255,255,255)
  213. b.BorderColor3 = Color3.new(0,0,0)
  214. b.BorderSizePixel = 2
  215. b.Position = UDim2.new(0,300,0,375)
  216. b.Size = UDim2.new(0,200,0,35)
  217. b.Font = "SourceSans"
  218. b.FontSize = "Size14"
  219. b.Text = "PlayerName(Full)(Cap sen)"
  220. b.TextColor3 = Color3.new(0,0,0)
  221. b.Selectable = true
  222. c.Parent = a
  223. c.BackgroundColor3 = Color3.new(255,255,255)
  224. c.BorderColor3 = Color3.new(0,0,0)
  225. c.BorderSizePixel = 2
  226. c.Position = UDim2.new(0,300,0,415)
  227. c.Size = UDim2.new(0,50,0,35)
  228. c.Font = "SourceSans"
  229. c.FontSize = "Size18"
  230. c.Text = "Kill"
  231. c.TextColor3 = Color3.new(0,0,0)
  232. c.MouseButton1Click:connect(function()
  233. local a = tostring(b.Text)
  234. local f = game.Players:FindFirstChild(a)
  235. if f == nil then
  236. print "error"
  237. else
  238. f.Character.Humanoid.MaxHealth = 0
  239. end
  240. end)
  241. end)
  242. c.MouseButton2Click:connect(function()
  243. c.Text = "Kill(OFF)"
  244. local ffgui = p.PlayerGui:FindFirstChild("KillGui")
  245. if ffgui ~= nil then
  246. ffgui:remove()
  247. else
  248. print 'Error'
  249. end
  250. end)
  251. local c = Instance.new("TextButton")
  252. c.Parent = b
  253. c.Name = "Kick"
  254. c.BackgroundColor3 = Color3.new(0,0,0)
  255. c.BackgroundTransparency = 0.4
  256. c.BorderColor3 = Color3.new(85,255,0)
  257. c.BorderSizePixel = 2
  258. c.Position = UDim2.new(0,100,0,200)
  259. c.Size = UDim2.new(0,150,0,35)
  260. c.Font = "Legacy"
  261. c.FontSize = "Size18"
  262. c.Text = "Kick(OFF)"
  263. c.TextColor3 = Color3.new(255,255,255)
  264. c.MouseButton1Click:connect(function()
  265. c.Text = "Kick(ON)"
  266. local a = Instance.new("ScreenGui")
  267. local b = Instance.new("TextBox")
  268. local c = Instance.new("TextButton")
  269. a.Parent = p.PlayerGui
  270. a.Name = "KickGui"
  271. b.Parent = a
  272. b.BackgroundColor3 = Color3.new(255,255,255)
  273. b.BorderColor3 = Color3.new(0,0,0)
  274. b.BorderSizePixel = 2
  275. b.Position = UDim2.new(0,300,0,375)
  276. b.Size = UDim2.new(0,200,0,35)
  277. b.Font = "SourceSans"
  278. b.FontSize = "Size14"
  279. b.Text = "PlayerName(Full)(Cap sen)"
  280. b.TextColor3 = Color3.new(0,0,0)
  281. b.Selectable = true
  282. c.Parent = a
  283. c.BackgroundColor3 = Color3.new(255,255,255)
  284. c.BorderColor3 = Color3.new(0,0,0)
  285. c.BorderSizePixel = 2
  286. c.Position = UDim2.new(0,300,0,415)
  287. c.Size = UDim2.new(0,50,0,35)
  288. c.Font = "SourceSans"
  289. c.FontSize = "Size18"
  290. c.Text = "Kick"
  291. c.TextColor3 = Color3.new(0,0,0)
  292. c.MouseButton1Click:connect(function()
  293. local a = tostring(b.Text)
  294. local f = game.Players:FindFirstChild(a)
  295. if f == nil then
  296. print "Error"
  297. else
  298. f.Character:Destroy()
  299. f:remove()
  300. end
  301. end)
  302. end)
  303. c.MouseButton2Click:connect(function()
  304. c.Text = "Kick(OFF)"
  305. local ffgui = p.PlayerGui:FindFirstChild("KickGui")
  306. if ffgui ~= nil then
  307. ffgui:remove()
  308. else
  309. print 'Error'
  310. end
  311. end)
  312.  
  313. local c = Instance.new("TextButton")
  314. c.Parent = b
  315. c.Name = "Music"
  316. c.BackgroundColor3 = Color3.new(0,0,0)
  317. c.BackgroundTransparency = 0.4
  318. c.BorderColor3 = Color3.new(85,255,0)
  319. c.BorderSizePixel = 2
  320. c.Position = UDim2.new(0,100,0,250)
  321. c.Size = UDim2.new(0,150,0,35)
  322. c.Font = "Legacy"
  323. c.FontSize = "Size18"
  324. c.Text = "Music(OFF)"
  325. c.TextColor3 = Color3.new(255,255,255)
  326. c.MouseButton1Click:connect(function()
  327. c.Text = "Music(ON)"
  328. local a = Instance.new("ScreenGui")
  329. local b = Instance.new("TextBox")
  330. local c = Instance.new("TextButton")
  331. a.Parent = p.PlayerGui
  332. a.Name = "MusicGui"
  333. b.Parent = a
  334. b.BackgroundColor3 = Color3.new(255,255,255)
  335. b.BorderColor3 = Color3.new(0,0,0)
  336. b.BorderSizePixel = 2
  337. b.Position = UDim2.new(0,300,0,375)
  338. b.Size = UDim2.new(0,200,0,35)
  339. b.Font = "SourceSans"
  340. b.FontSize = "Size14"
  341. b.Text = "SoundID"
  342. b.TextColor3 = Color3.new(0,0,0)
  343. b.Selectable = true
  344. c.Parent = a
  345. c.BackgroundColor3 = Color3.new(255,255,255)
  346. c.BorderColor3 = Color3.new(0,0,0)
  347. c.BorderSizePixel = 2
  348. c.Position = UDim2.new(0,300,0,415)
  349. c.Size = UDim2.new(0,50,0,35)
  350. c.Font = "SourceSans"
  351. c.FontSize = "Size18"
  352. c.Text = "Play"
  353. c.TextColor3 = Color3.new(0,0,0)
  354. c.MouseButton1Click:connect(function()
  355. local a = tostring(b.Text)
  356. local s = Instance.new("Sound")
  357. s.Name = "AGMusic"
  358. s.Parent = game.Workspace
  359. s.Volume = 1
  360. s.Looped = true
  361. s.SoundId = "rbxassetid://"..a
  362. s:Play()
  363. end)
  364. local c = Instance.new("TextButton")
  365. c.Parent = a
  366. c.BackgroundColor3 = Color3.new(255,255,255)
  367. c.BorderColor3 = Color3.new(0,0,0)
  368. c.BorderSizePixel = 2
  369. c.Position = UDim2.new(0,360,0,415)
  370. c.Size = UDim2.new(0,50,0,35)
  371. c.Font = "SourceSans"
  372. c.FontSize = "Size18"
  373. c.Text = "Stop"
  374. c.TextColor3 = Color3.new(0,0,0)
  375. c.MouseButton1Click:connect(function()
  376. local a = tostring(b.Text)
  377. local ff = game.Workspace:FindFirstChild("AGMusic")
  378. if ff == nil then
  379. print "error"
  380. else
  381. ff:Stop()
  382. ff:remove()
  383. end
  384. end)
  385. end)
  386. c.MouseButton2Click:connect(function()
  387. c.Text = "Music(OFF)"
  388. local ffgui = p.PlayerGui:FindFirstChild("MusicGui")
  389. if ffgui ~= nil then
  390. ffgui:remove()
  391. else
  392. print 'Error'
  393. end
  394. end)
  395. local c = Instance.new("TextButton")
  396. c.Parent = b
  397. c.Name = "Music"
  398. c.BackgroundColor3 = Color3.new(0,0,0)
  399. c.BackgroundTransparency = 0.4
  400. c.BorderColor3 = Color3.new(85,255,0)
  401. c.BorderSizePixel = 2
  402. c.Position = UDim2.new(0,100,0,300)
  403. c.Size = UDim2.new(0,150,0,35)
  404. c.Font = "Legacy"
  405. c.FontSize = "Size18"
  406. c.Text = "WS(OFF)"
  407. c.TextColor3 = Color3.new(255,255,255)
  408. c.MouseButton1Click:connect(function()
  409. c.Text = "WS(ON)"
  410. local a = Instance.new("ScreenGui")
  411. local b = Instance.new("TextBox")
  412. local c = Instance.new("TextButton")
  413. a.Parent = p.PlayerGui
  414. a.Name = "WSGui"
  415. b.Parent = a
  416. b.BackgroundColor3 = Color3.new(255,255,255)
  417. b.BorderColor3 = Color3.new(0,0,0)
  418. b.BorderSizePixel = 2
  419. b.Position = UDim2.new(0,300,0,375)
  420. b.Size = UDim2.new(0,200,0,35)
  421. b.Font = "SourceSans"
  422. b.FontSize = "Size14"
  423. b.Text = "Speed"
  424. b.TextColor3 = Color3.new(0,0,0)
  425. b.Selectable = true
  426. c.Parent = a
  427. c.BackgroundColor3 = Color3.new(255,255,255)
  428. c.BorderColor3 = Color3.new(0,0,0)
  429. c.BorderSizePixel = 2
  430. c.Position = UDim2.new(0,300,0,415)
  431. c.Size = UDim2.new(0,50,0,35)
  432. c.Font = "SourceSans"
  433. c.FontSize = "Size18"
  434. c.Text = "ExE"
  435. c.TextColor3 = Color3.new(0,0,0)
  436. c.MouseButton1Click:connect(function()
  437. local a = tostring(b.Text)
  438. p.Character.Humanoid.WalkSpeed = a
  439. end)
  440. local c = Instance.new("TextButton")
  441. c.Parent = a
  442. c.BackgroundColor3 = Color3.new(255,255,255)
  443. c.BorderColor3 = Color3.new(0,0,0)
  444. c.BorderSizePixel = 2
  445. c.Position = UDim2.new(0,360,0,415)
  446. c.Size = UDim2.new(0,50,0,35)
  447. c.Font = "SourceSans"
  448. c.FontSize = "Size18"
  449. c.Text = "Nor"
  450. c.TextColor3 = Color3.new(0,0,0)
  451. c.MouseButton1Click:connect(function()
  452. p.Character.Humanoid.WalkSpeed = 16
  453. end)
  454. end)
  455. c.MouseButton2Click:connect(function()
  456. c.Text = "WS(OFF)"
  457. local ffgui = p.PlayerGui:FindFirstChild("WSGui")
  458. if ffgui ~= nil then
  459. ffgui:remove()
  460. else
  461. print 'Error'
  462. end
  463. end)
  464. local c = Instance.new("TextButton")
  465. c.Parent = b
  466. c.Name = "Fly"
  467. c.BackgroundColor3 = Color3.new(0,0,0)
  468. c.BackgroundTransparency = 0.4
  469. c.BorderColor3 = Color3.new(85,255,0)
  470. c.BorderSizePixel = 2
  471. c.Position = UDim2.new(0,100,0,350)
  472. c.Size = UDim2.new(0,150,0,35)
  473. c.Font = "Legacy"
  474. c.FontSize = "Size18"
  475. c.Text = "Fly(OFF)"
  476. c.TextColor3 = Color3.new(255,255,255)
  477. c.MouseButton1Click:connect(function()
  478. c.Text = "Fly(ON)"
  479. local m = Instance.new("Model")
  480. m.Name = "FlyV1O"
  481. m.Parent = game.Workspace
  482. wait(1)
  483. local r = Instance.new("Part")
  484. r.Name = "FlyV1OP"
  485. r.Parent = game.Workspace.FlyV1O
  486. r.Anchored = true
  487. r.Transparency = 1
  488. r.Size = Vector3.new(2,1,2)
  489. fly()
  490. end)
  491. c.MouseButton2Click:connect(function()
  492. c.Text = "Fly(OFF)"
  493. local ffgui = game.Workspace:FindFirstChild("FlyV1O")
  494. if ffgui ~= nil then
  495. ffgui:remove()
  496. else
  497. print 'Error'
  498. end
  499. end)
  500. --[[local c = Instance.new("TextButton")
  501. c.Parent = b
  502. c.Name = "OrbPattern"
  503. c.BackgroundColor3 = Color3.new(0,0,0)
  504. c.BackgroundTransparency = 0.4
  505. c.BorderColor3 = Color3.new(85,255,0)
  506. c.BorderSizePixel = 2
  507. c.Position = UDim2.new(0,100,0,400)
  508. c.Size = UDim2.new(0,150,0,35)
  509. c.Font = "Legacy"
  510. c.FontSize = "Size18"
  511. c.Text = "P1(OFF)"
  512. c.TextColor3 = Color3.new(255,255,255)
  513. c.MouseButton1Click:connect(function()
  514. c.Text = "P1(ON)"
  515. form1()
  516. end)
  517. c.MouseButton2Click:connect(function()
  518. c.Text = "P1(OFF)"
  519. local ffgui = game.Workspace:FindFirstChild("FlyV1O")
  520. follow()
  521. end)--]]
  522. p.Character.Humanoid.Died:connect(function()
  523. wait(7)
  524. create()
  525. end)
  526. function fly()
  527. while true do
  528. wait()
  529. local a = p.Character.Torso.Position
  530. game.Workspace.FlyV1O:MoveTo(a - Vector3.new(0,4,0))
  531. end
  532. end
  533.  
  534.  
  535. function newplayer(ply)
  536. local s = Instance.new("ScreenGui")
  537. local f = Instance.new("Frame")
  538. local t = Instance.new("TextLabel")
  539. s.Parent = p.PlayerGui
  540. f.Parent = s
  541. f.Size = UDim2.new(0,400,0,100)
  542. f.Position = UDim2.new(0,-400,0,250)
  543. f.BackgroundColor3 = Color3.new(255,255,255)
  544. t.Parent = f
  545. t.Size = UDim2.new(0,380,0,50)
  546. t.Position = UDim2.new(0,10,0,25)
  547. t.BackgroundColor3 = Color3.new(255,255,255)
  548. t.TextColor3 = Color3.new(0,0,0)
  549. t.FontSize = "Size14"
  550. wait(1)
  551. t.Text = ""
  552. f:TweenPosition(UDim2.new(0,300,0,250),"Out","Quad",5,false)
  553. wait(3)
  554. local tab = {"N","e","w",":","P","l","a","y","e","r"," = "}
  555. for i,v in pairs(tab) do
  556. local l = tostring(t.Text)
  557. t.Text = l..v
  558. wait(0.1)
  559. end
  560.  
  561. t.Text = "New:Player = "..ply.Name
  562. wait(3)
  563. f:TweenPosition(UDim2.new(0,10000,0,250),"Out","Quad",5,false)
  564. wait(5)
  565. s:remove()
  566. end
  567.  
  568. game.Players.PlayerAdded:connect(newplayer)
Add Comment
Please, Sign In to add comment