VS1337

cringe

Jul 26th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 214.89 KB | None | 0 0
  1. local GUI=Instance.new('ScreenGui',Game.CoreGui);
  2. GUI.Name='Execute';
  3. local TBS=Instance.new('TextBox',GUI);
  4. TBS.Text='';
  5. TBS.TextColor3=Color3.new(1,1,1)
  6. TBS.Font='Legacy'
  7. TBS.FontSize='Size24'
  8. TBS.BackgroundColor3=Color3.new(0,0,1)
  9. TBS.BackgroundTransparency='.7'
  10. TBS.BorderColor3=Color3.new(0,0,0)
  11. TBS.Size=UDim2.new(0,250,0,25)
  12. TBS.Position=UDim2.new(0,1,0.174999997,0)
  13. TBS.Draggable=true;
  14. TBS.TextXAlignment='Left'
  15. TBS.FocusLost:connect(function(wot) if wot then
  16. ypcall(function()loadstring(TBS.Text)() end);
  17. TBS.Text=''
  18. end;
  19. end);
  20.  
  21. Version = 9.60
  22.  
  23. s = Instance.new("ScreenGui", game.CoreGui)
  24.  
  25. PluginGui = Instance.new("TextButton")
  26. PluginGui.Parent = s
  27. PluginGui.Size = UDim2.new(0.1,0,0,25)
  28. PluginGui.Position = UDim2.new(0,0,0.7,0)
  29. PluginGui.Text="3XPL1OT M3NU"
  30. PluginGui.BackgroundTransparency = 0.3
  31. PluginGui.TextColor = BrickColor.new("White")
  32. PluginGui.BackgroundColor = BrickColor.new("Really Black")
  33. PluginGui.BorderColor = BrickColor.new("Black")
  34. PluginGui.Font = "ArialBold"
  35. PluginGui.FontSize = "Size14"
  36. PluginGui.TextStrokeColor3 = Color3.new(0/0,0/0,0/0)
  37. PluginGui.TextStrokeTransparency = 0.3
  38. PluginGui.BorderSizePixel = 1
  39. PluginGui.BorderColor = BrickColor.new("White")
  40.  
  41.  
  42. PluginGui.MouseButton1Down:connect(function()
  43. local screengui = Instance.new("ScreenGui")
  44. screengui.Parent = game:GetService("CoreGui")
  45. screengui.Name = "CommandBar"
  46. local textlabel = Instance.new("TextLabel")
  47. textlabel.Parent = screengui
  48. textlabel.Name = "Title"
  49. textlabel.Active = true
  50. textlabel.BackgroundColor = BrickColor.new("Really black")
  51. textlabel.BorderSizePixel = 0
  52. textlabel.Draggable = true
  53. textlabel.Font = "ArialBold"
  54. textlabel.FontSize = "Size14"
  55. textlabel.Position = UDim2.new(0.33,0,0.2,0)
  56. textlabel.Size = UDim2.new(0.65,0,0.05,0)
  57. textlabel.Text = "unrealskill GUI BETA V"..Version..""
  58. textlabel.TextColor3 = Color3.new(255/255,255/255,255/255)
  59.  
  60. local textbox = Instance.new("TextBox")
  61. textbox.Parent = textlabel
  62. textbox.BackgroundColor = BrickColor.new("Really black")
  63. textbox.BackgroundTransparency = 0.3
  64. textbox.Position = UDim2.new(0,0,1,0)
  65. textbox.Size = UDim2.new(1,0,9,0)
  66. textbox.Text = ""
  67. textbox.TextColor3 = Color3.new(255/255,255/255,255/255)
  68. textbox.TextXAlignment = "Left"
  69. textbox.TextYAlignment = "Top"
  70. textbox.BorderSizePixel = 0
  71. textbox.Font = "ArialBold"
  72. textbox.FontSize = "Size14"
  73. textbox.TextStrokeColor3 = Color3.new(0/0,0/0,0/0)
  74. textbox.TextStrokeTransparency = 0.3
  75. textbox.ClearTextOnFocus = false
  76. textbox.Draggable = false
  77. textbox.MultiLine = true
  78. textbox.TextWrap = true
  79.  
  80. local fpaaff = Instance.new("TextButton")
  81. fpaaff.Parent = textbox
  82. fpaaff.Position = UDim2.new(-0.47,0,-0.02,0)
  83. fpaaff.Size = UDim2.new(0.47,0,1,0)
  84. fpaaff.BackgroundColor = BrickColor.new("Really black")
  85. fpaaff.Font = "ArialBold"
  86. fpaaff.FontSize = "Size14"
  87. fpaaff.TextColor3 = Color3.new(255/255,255/255,255/255)
  88. fpaaff.BorderSizePixel = 0
  89. fpaaff.BackgroundTransparency = 0.3
  90. fpaaff.Text = ""
  91.  
  92. local textbo = Instance.new("TextBox")
  93. textbo.Parent = textlabel
  94. textbo.BackgroundColor = BrickColor.new("Really black")
  95. textbo.BackgroundTransparency = 0.3
  96. textbo.Position = UDim2.new(0,0,-1,0)
  97. textbo.Size = UDim2.new(1,0,1,0)
  98. textbo.Text = ""
  99. textbo.TextColor3 = Color3.new(255/255,255/255,255/255)
  100. textbo.TextXAlignment = "Left"
  101. textbo.TextYAlignment = "Top"
  102. textbo.BorderSizePixel = 0
  103. textbo.Font = "ArialBold"
  104. textbo.FontSize = "Size14"
  105. textbo.TextStrokeColor3 = Color3.new(0/0,0/0,0/0)
  106. textbo.TextStrokeTransparency = 0.3
  107. textbo.ClearTextOnFocus = false
  108. textbo.Draggable = false
  109. textbo.MultiLine = true
  110. textbo.TextWrap = true
  111.  
  112. local textbxn = Instance.new("TextBox")
  113. textbxn.Parent = textlabel
  114. textbxn.BackgroundColor = BrickColor.new("Really black")
  115. textbxn.BackgroundTransparency = 0.3
  116. textbxn.Position = UDim2.new(0,0, 13,0)
  117. textbxn.Size = UDim2.new(0.4,0,1,0)
  118. textbxn.Text = "PLAYA "
  119. textbxn.TextColor3 = Color3.new(255/255,255/255,255/255)
  120. textbxn.TextXAlignment = "Left"
  121. textbxn.TextYAlignment = "Top"
  122. textbxn.BorderSizePixel = 0
  123. textbxn.Font = "ArialBold"
  124. textbxn.FontSize = "Size14"
  125. textbxn.TextStrokeColor3 = Color3.new(0/0,0/0,0/0)
  126. textbxn.TextStrokeTransparency = 0.3
  127. textbxn.ClearTextOnFocus = false
  128. textbxn.Draggable = false
  129. textbxn.MultiLine = true
  130. textbxn.TextWrap = true
  131.  
  132. local textbxxe = Instance.new("TextLabel")
  133. textbxxe.Parent = textlabel
  134. textbxxe.BackgroundColor = BrickColor.new("Really black")
  135. textbxxe.BackgroundTransparency = 0
  136. textbxxe.Position = UDim2.new(0.4,0, 13,0)
  137. textbxxe.Size = UDim2.new(0.4,0,1,0)
  138. textbxxe.Text = "Player Name"
  139. textbxxe.TextColor3 = Color3.new(255/255,255/255,255/255)
  140. textbxxe.TextXAlignment = "Center"
  141. textbxxe.TextYAlignment = "Center"
  142. textbxxe.BorderSizePixel = 0
  143. textbxxe.Font = "ArialBold"
  144. textbxxe.FontSize = "Size14"
  145. textbxxe.TextStrokeColor3 = Color3.new(0/0,0/0,0/0)
  146. textbxxe.TextStrokeTransparency = 0.3
  147. --
  148. --
  149. --
  150. --
  151. --
  152. --
  153. --
  154. --
  155. --
  156. --
  157. --
  158. --
  159. --
  160. --
  161. --
  162. --
  163. --
  164. --
  165. --
  166. --
  167. --
  168. --
  169. --
  170. --
  171. --
  172. --
  173. --
  174. --
  175. --
  176. --
  177. local redddde = Instance.new("TextButton")
  178. redddde.Parent = textbox
  179. redddde.Position = UDim2.new(-0.46,0,-0.13,0)
  180. redddde.Size = UDim2.new(0.1,0,0,25)
  181. redddde.BackgroundColor = BrickColor.new("Really black")
  182. redddde.Font = "ArialBold"
  183. redddde.FontSize = "Size14"
  184. redddde.TextColor3 = Color3.new(255/255,255/255,255/255)
  185. redddde.BorderSizePixel = 0
  186. redddde.Text = "SeccondPage"
  187. redddde.MouseButton1Down:connect(function()
  188. screengui:remove()
  189. sss = Instance.new("ScreenGui", game.CoreGui)
  190.  
  191. local textbox = Instance.new("TextBox")
  192. textbox.Parent = sss
  193. textbox.BackgroundColor = BrickColor.new("Really black")
  194. textbox.BackgroundTransparency = 0.3
  195. textbox.Position = UDim2.new(0,0,1,0)
  196. textbox.Size = UDim2.new(1,0,9,0)
  197. textbox.Text = ""
  198. textbox.TextColor3 = Color3.new(255/255,255/255,255/255)
  199. textbox.TextXAlignment = "Left"
  200. textbox.TextYAlignment = "Top"
  201. textbox.BorderSizePixel = 0
  202. textbox.Font = "ArialBold"
  203. textbox.FontSize = "Size14"
  204. textbox.TextStrokeColor3 = Color3.new(0/0,0/0,0/0)
  205. textbox.TextStrokeTransparency = 0.3
  206. textbox.ClearTextOnFocus = false
  207. textbox.Draggable = false
  208. textbox.MultiLine = true
  209. textbox.TextWrap = true
  210.  
  211. local texm = Instance.new("TextLabel")
  212. texm.Parent = sss
  213. texm.BackgroundColor = BrickColor.new("Really black")
  214. texm.BackgroundTransparency = 0.5
  215. texm.Position = UDim2.new(0,0,0,0)
  216. texm.Size = UDim2.new(1,0,1,0)
  217. texm.Text = ""
  218. texm.TextColor3 = Color3.new(255/255,255/255,255/255)
  219. texm.TextXAlignment = "Center"
  220. texm.TextYAlignment = "Center"
  221. texm.BorderSizePixel = 0
  222. texm.Font = "ArialBold"
  223. texm.FontSize = "Size14"
  224. texm.TextStrokeColor3 = Color3.new(0/0,0/0,0/0)
  225. texm.TextStrokeTransparency = 0.3
  226.  
  227. local textbxnn = Instance.new("TextBox")
  228. textbxnn.Parent = texm
  229. textbxnn.BackgroundColor = BrickColor.new("Really black")
  230. textbxnn.BackgroundTransparency = 0.3
  231. textbxnn.Position = UDim2.new(0.45,0,0.05,0)
  232. textbxnn.Size = UDim2.new(0.4,0,0.05,0)
  233. textbxnn.Text = "Insert Player's Name and Values"
  234. textbxnn.TextColor3 = Color3.new(255/255,255/255,255/255)
  235. textbxnn.TextXAlignment = "Left"
  236. textbxnn.TextYAlignment = "Top"
  237. textbxnn.BorderSizePixel = 0
  238. textbxnn.Font = "ArialBold"
  239. textbxnn.FontSize = "Size14"
  240. textbxnn.TextStrokeColor3 = Color3.new(0/0,0/0,0/0)
  241. textbxnn.TextStrokeTransparency = 0.3
  242. textbxnn.ClearTextOnFocus = false
  243. textbxnn.Draggable = false
  244. textbxnn.MultiLine = true
  245. textbxnn.TextWrap = true
  246.  
  247. local rainbow = Instance.new("TextButton")
  248. rainbow.Parent = texm
  249. rainbow.Position = UDim2.new(0.2,0,0.2,0)
  250. rainbow.Size = UDim2.new(0.1,0,0,25)
  251. rainbow.BackgroundColor = BrickColor.new("Really black")
  252. rainbow.Font = "ArialBold"
  253. rainbow.FontSize = "Size14"
  254. rainbow.TextColor3 = Color3.new(255/255,255/255,255/255)
  255. rainbow.BorderSizePixel = 0
  256. rainbow.Text = "MiniGun"
  257. rainbow.MouseButton1Down:connect(function()
  258. game:GetObjects("rbxassetid://140634024")[1].Parent=game.Players.LocalPlayer.Backpack
  259. end)
  260.  
  261. local rainbow3 = Instance.new("TextButton")
  262. rainbow3.Parent = texm
  263. rainbow3.Position = UDim2.new(0.2,0,0.25,0)
  264. rainbow3.Size = UDim2.new(0.1,0,0,25)
  265. rainbow3.BackgroundColor = BrickColor.new("Really black")
  266. rainbow3.Font = "ArialBold"
  267. rainbow3.FontSize = "Size14"
  268. rainbow3.TextColor3 = Color3.new(255/255,255/255,255/255)
  269. rainbow3.BorderSizePixel = 0
  270. rainbow3.Text = "Flood"
  271. rainbow3.MouseButton1Down:connect(function()
  272. Game.Workspace.Terrain:SetCells(Region3int16.new(Vector3int16.new(-100,-100,-100), Vector3int16.new(100,100,100)), 17, "Solid", "X")
  273. end)
  274.  
  275. local rainbow3 = Instance.new("TextButton")
  276. rainbow3.Parent = texm
  277. rainbow3.Position = UDim2.new(0.2,0,0.3,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 = "DONTPRESS"
  285. rainbow3.MouseButton1Down:connect(function()
  286. game.Players.LocalPlayer:remove()
  287. end)
  288.  
  289. local rainbow3 = Instance.new("TextButton")
  290. rainbow3.Parent = texm
  291. rainbow3.Position = UDim2.new(0.2,0,0.1,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 = "Exit"
  299. rainbow3.MouseButton1Down:connect(function()
  300. sss:Remove()
  301. end)
  302.  
  303. local rainbow3 = Instance.new("TextButton")
  304. rainbow3.Parent = texm
  305. rainbow3.Position = UDim2.new(0.2,0,0.35,0)
  306. rainbow3.Size = UDim2.new(0.1,0,0,25)
  307. rainbow3.BackgroundColor = BrickColor.new("Really black")
  308. rainbow3.Font = "ArialBold"
  309. rainbow3.FontSize = "Size14"
  310. rainbow3.TextColor3 = Color3.new(255/255,255/255,255/255)
  311. rainbow3.BorderSizePixel = 0
  312. rainbow3.Text = "LOL"
  313. rainbow3.MouseButton1Down:connect(function()
  314. game.Workspace:remove()
  315. end)
  316.  
  317. local rainbow4 = Instance.new("TextButton")
  318. rainbow4.Parent = texm
  319. rainbow4.Position = UDim2.new(0.2,0,0.4,0)
  320. rainbow4.Size = UDim2.new(0.1,0,0,25)
  321. rainbow4.BackgroundColor = BrickColor.new("Really black")
  322. rainbow4.Font = "ArialBold"
  323. rainbow4.FontSize = "Size14"
  324. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  325. rainbow4.BorderSizePixel = 0
  326. rainbow4.Text = "InsertTool"
  327. rainbow4.MouseButton1Down:connect(function()
  328. game:GetObjects("rbxassetid://73504704")[1].Parent=game.Players.LocalPlayer.Backpack
  329. end)
  330.  
  331. local rainbow4 = Instance.new("TextButton")
  332. rainbow4.Parent = texm
  333. rainbow4.Position = UDim2.new(0.2,0,0.45,0)
  334. rainbow4.Size = UDim2.new(0.1,0,0,25)
  335. rainbow4.BackgroundColor = BrickColor.new("Really black")
  336. rainbow4.Font = "ArialBold"
  337. rainbow4.FontSize = "Size14"
  338. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  339. rainbow4.BorderSizePixel = 0
  340. rainbow4.Text = "Executer"
  341. rainbow4.MouseButton1Down:connect(function()
  342. loadstring(game:GetObjects("rbxassetid://138660278")[1].Source)()
  343. end)
  344.  
  345. local rainbow4 = Instance.new("TextButton")
  346. rainbow4.Parent = texm
  347. rainbow4.Position = UDim2.new(0.2,0,0.5,0)
  348. rainbow4.Size = UDim2.new(0.1,0,0,25)
  349. rainbow4.BackgroundColor = BrickColor.new("Really black")
  350. rainbow4.Font = "ArialBold"
  351. rainbow4.FontSize = "Size14"
  352. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  353. rainbow4.BorderSizePixel = 0
  354. rainbow4.Text = "Khols"
  355. rainbow4.MouseButton1Down:connect(function()
  356. game:GetObjects("rbxassetid://141905501")[1].Parent=game.Players.LocalPlayer.Backpack
  357. end)
  358.  
  359. local rainbow4 = Instance.new("TextButton")
  360. rainbow4.Parent = texm
  361. rainbow4.Position = UDim2.new(0.2,0,0.55,0)
  362. rainbow4.Size = UDim2.new(0.1,0,0,25)
  363. rainbow4.BackgroundColor = BrickColor.new("Really black")
  364. rainbow4.Font = "ArialBold"
  365. rainbow4.FontSize = "Size14"
  366. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  367. rainbow4.BorderSizePixel = 0
  368. rainbow4.Text = "EyeLaser"
  369. rainbow4.MouseButton1Down:connect(function()
  370. game:GetObjects("rbxassetid://142007482")[1].Parent=game.Players.LocalPlayer.Backpack
  371. end)
  372.  
  373. local rainbow4 = Instance.new("TextButton")
  374. rainbow4.Parent = texm
  375. rainbow4.Position = UDim2.new(0.2,0,0.6,0)
  376. rainbow4.Size = UDim2.new(0.1,0,0,25)
  377. rainbow4.BackgroundColor = BrickColor.new("Really black")
  378. rainbow4.Font = "ArialBold"
  379. rainbow4.FontSize = "Size14"
  380. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  381. rainbow4.BorderSizePixel = 0
  382. rainbow4.Text = "SpinHead"
  383. rainbow4.MouseButton1Down:connect(function()
  384. b = game.Players.LocalPlayer.Character
  385. for X = 1, math.huge, 0.1 do
  386. wait()
  387. b.Torso.Neck.C0 = CFrame.new(0,1.5,0) * CFrame.fromAxisAngle(Vector3.new(0,1,0), X)
  388. b.Torso.Neck.C1 = CFrame.new(0,0,0)
  389. end
  390. end)
  391.  
  392. local rainbow4 = Instance.new("TextButton")
  393. rainbow4.Parent = texm
  394. rainbow4.Position = UDim2.new(0.2,0,0.65,0)
  395. rainbow4.Size = UDim2.new(0.1,0,0,25)
  396. rainbow4.BackgroundColor = BrickColor.new("Really black")
  397. rainbow4.Font = "ArialBold"
  398. rainbow4.FontSize = "Size14"
  399. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  400. rainbow4.BorderSizePixel = 0
  401. rainbow4.Text = "CBA"
  402. rainbow4.MouseButton1Down:connect(function()
  403. game:GetObjects("rbxassetid://142128830")[1].Parent=game.Players.LocalPlayer.Backpack
  404. end)
  405.  
  406. local rainbow4 = Instance.new("TextButton")
  407. rainbow4.Parent = texm
  408. rainbow4.Position = UDim2.new(0.32,0,0.2,0)
  409. rainbow4.Size = UDim2.new(0.1,0,0,25)
  410. rainbow4.BackgroundColor = BrickColor.new("Really black")
  411. rainbow4.Font = "ArialBold"
  412. rainbow4.FontSize = "Size14"
  413. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  414. rainbow4.BorderSizePixel = 0
  415. rainbow4.Text = "BIGHEAD"
  416. rainbow4.MouseButton1Down:connect(function()
  417. while true do
  418. n=game.Players.LocalPlayer.Character.Head:findFirstChild("Mesh")
  419. n.Scale = Vector3.new(2,2,2)
  420. wait(0.2)
  421. n.Scale = Vector3.new(4,4,4)
  422. wait(0.2)
  423. n.Scale = Vector3.new(2,2,2)
  424. wait(0.2)
  425. n.Scale = Vector3.new(1.25,1.25,1.25)
  426. wait(0.2)
  427. end
  428. end)
  429.  
  430. local rainbow4 = Instance.new("TextButton")
  431. rainbow4.Parent = texm
  432. rainbow4.Position = UDim2.new(0.32,0,0.25,0)
  433. rainbow4.Size = UDim2.new(0.1,0,0,25)
  434. rainbow4.BackgroundColor = BrickColor.new("Really black")
  435. rainbow4.Font = "ArialBold"
  436. rainbow4.FontSize = "Size14"
  437. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  438. rainbow4.BorderSizePixel = 0
  439. rainbow4.Text = "Fast"
  440. rainbow4.MouseButton1Down:connect(function()
  441. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  442. end)
  443.  
  444. local rainbow4 = Instance.new("TextButton")
  445. rainbow4.Parent = texm
  446. rainbow4.Position = UDim2.new(0.32,0,0.3,0)
  447. rainbow4.Size = UDim2.new(0.1,0,0,25)
  448. rainbow4.BackgroundColor = BrickColor.new("Really black")
  449. rainbow4.Font = "ArialBold"
  450. rainbow4.FontSize = "Size14"
  451. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  452. rainbow4.BorderSizePixel = 0
  453. rainbow4.Text = "OldDays"
  454. rainbow4.MouseButton1Down:connect(function()
  455. game.Workspace:FindFirstChild(textbxnn.Text).Animate:remove()
  456. end)
  457.  
  458. local rainbow4 = Instance.new("TextButton")
  459. rainbow4.Parent = texm
  460. rainbow4.Position = UDim2.new(0.32,0,0.35,0)
  461. rainbow4.Size = UDim2.new(0.1,0,0,25)
  462. rainbow4.BackgroundColor = BrickColor.new("Really black")
  463. rainbow4.Font = "ArialBold"
  464. rainbow4.FontSize = "Size14"
  465. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  466. rainbow4.BorderSizePixel = 0
  467. rainbow4.Text = "God"
  468. rainbow4.MouseButton1Down:connect(function()
  469. L = game.Players.LocalPlayer.Character
  470. L.Humanoid.RobloxLocked = true
  471. L.Humanoid.Health = math.Huge
  472. L.Humanoid.MaxHealth = math.Huge
  473. end)
  474.  
  475. local rainbow4 = Instance.new("TextButton")
  476. rainbow4.Parent = texm
  477. rainbow4.Position = UDim2.new(0.32,0,0.4,0)
  478. rainbow4.Size = UDim2.new(0.1,0,0,25)
  479. rainbow4.BackgroundColor = BrickColor.new("Really black")
  480. rainbow4.Font = "ArialBold"
  481. rainbow4.FontSize = "Size14"
  482. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  483. rainbow4.BorderSizePixel = 0
  484. rainbow4.Text = "StamperTools"
  485. rainbow4.MouseButton1Down:connect(function()
  486. x = game:GetService("InsertService"):LoadAsset(73089166) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  487. x = game:GetService("InsertService"):LoadAsset(73089204) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  488. x = game:GetService("InsertService"):LoadAsset(73089190) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  489. x = game:GetService("InsertService"):LoadAsset(58880579) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  490. x = game:GetService("InsertService"):LoadAsset(60791062) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  491. x = game:GetService("InsertService"):LoadAsset(73089239) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  492. end)
  493.  
  494. local rainbow4 = Instance.new("TextButton")
  495. rainbow4.Parent = texm
  496. rainbow4.Position = UDim2.new(0.32,0,0.45,0)
  497. rainbow4.Size = UDim2.new(0.1,0,0,25)
  498. rainbow4.BackgroundColor = BrickColor.new("Really black")
  499. rainbow4.Font = "ArialBold"
  500. rainbow4.FontSize = "Size14"
  501. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  502. rainbow4.BorderSizePixel = 0
  503. rainbow4.Text = "GravityCoil"
  504. rainbow4.MouseButton1Down:connect(function()
  505. x = game:GetService("InsertService"):LoadAsset(16688968) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  506. end)
  507.  
  508. local rainbow4 = Instance.new("TextButton")
  509. rainbow4.Parent = texm
  510. rainbow4.Position = UDim2.new(0.32,0,0.5,0)
  511. rainbow4.Size = UDim2.new(0.1,0,0,25)
  512. rainbow4.BackgroundColor = BrickColor.new("Really black")
  513. rainbow4.Font = "ArialBold"
  514. rainbow4.FontSize = "Size14"
  515. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  516. rainbow4.BorderSizePixel = 0
  517. rainbow4.Text = "Sword"
  518. rainbow4.MouseButton1Down:connect(function()
  519. x = game:GetService("InsertService"):LoadAsset(47433) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  520. end)
  521.  
  522. local rainbow4 = Instance.new("TextButton")
  523. rainbow4.Parent = texm
  524. rainbow4.Position = UDim2.new(0.32,0,0.55,0)
  525. rainbow4.Size = UDim2.new(0.1,0,0,25)
  526. rainbow4.BackgroundColor = BrickColor.new("Really black")
  527. rainbow4.Font = "ArialBold"
  528. rainbow4.FontSize = "Size14"
  529. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  530. rainbow4.BorderSizePixel = 0
  531. rainbow4.Text = "AirStrike"
  532. rainbow4.MouseButton1Down:connect(function()
  533. x = game:GetService("InsertService"):LoadAsset(88885539) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  534. end)
  535.  
  536. local rainbow4 = Instance.new("TextButton")
  537. rainbow4.Parent = texm
  538. rainbow4.Position = UDim2.new(0.32,0,0.6,0)
  539. rainbow4.Size = UDim2.new(0.1,0,0,25)
  540. rainbow4.BackgroundColor = BrickColor.new("Really black")
  541. rainbow4.Font = "ArialBold"
  542. rainbow4.FontSize = "Size14"
  543. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  544. rainbow4.BorderSizePixel = 0
  545. rainbow4.Text = "GreenAmb"
  546. rainbow4.MouseButton1Down:connect(function()
  547. game.Lighting.Ambient = Color3.new(0,(textbxnn.Text),0)
  548. end)
  549.  
  550. local rainbow4 = Instance.new("TextButton")
  551. rainbow4.Parent = texm
  552. rainbow4.Position = UDim2.new(0.32,0,0.65,0)
  553. rainbow4.Size = UDim2.new(0.1,0,0,25)
  554. rainbow4.BackgroundColor = BrickColor.new("Really black")
  555. rainbow4.Font = "ArialBold"
  556. rainbow4.FontSize = "Size14"
  557. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  558. rainbow4.BorderSizePixel = 0
  559. rainbow4.Text = "BlueAmb"
  560. rainbow4.MouseButton1Down:connect(function()
  561. game.Lighting.Ambient = Color3.new(0,0,(textbxnn.Text))
  562. end)
  563.  
  564. local rainbow4 = Instance.new("TextButton")
  565. rainbow4.Parent = texm
  566. rainbow4.Position = UDim2.new(0.44,0,0.2,0)
  567. rainbow4.Size = UDim2.new(0.1,0,0,25)
  568. rainbow4.BackgroundColor = BrickColor.new("Really black")
  569. rainbow4.Font = "ArialBold"
  570. rainbow4.FontSize = "Size14"
  571. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  572. rainbow4.BorderSizePixel = 0
  573. rainbow4.Text = "LOL"
  574. rainbow4.MouseButton1Down:connect(function()
  575. game.Players.LocalPlayer.Character.Humanoid:remove()
  576. end)
  577.  
  578. local rainbow4 = Instance.new("TextButton")
  579. rainbow4.Parent = texm
  580. rainbow4.Position = UDim2.new(0.44,0,0.25,0)
  581. rainbow4.Size = UDim2.new(0.1,0,0,25)
  582. rainbow4.BackgroundColor = BrickColor.new("Really black")
  583. rainbow4.Font = "ArialBold"
  584. rainbow4.FontSize = "Size14"
  585. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  586. rainbow4.BorderSizePixel = 0
  587. rainbow4.Text = "Genocide"
  588. rainbow4.MouseButton1Down:connect(function()
  589. p= game.Players:FirstFindChild(textbxnn.Text)
  590. p.Character.Torso.Neck:remove()
  591. end)
  592.  
  593. local rainbow4 = Instance.new("TextButton")
  594. rainbow4.Parent = texm
  595. rainbow4.Position = UDim2.new(0.44,0,0.3,0)
  596. rainbow4.Size = UDim2.new(0.1,0,0,25)
  597. rainbow4.BackgroundColor = BrickColor.new("Really black")
  598. rainbow4.Font = "ArialBold"
  599. rainbow4.FontSize = "Size14"
  600. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  601. rainbow4.BorderSizePixel = 0
  602. rainbow4.Text = "L0L"
  603. rainbow4.MouseButton1Down:connect(function()
  604. for _, v in pairs(game.Workspace:GetChildren()) do
  605. if v:isA("Part") then
  606. v.Velocity = Vector3.new(1000000,0,0)
  607. end
  608. end
  609. end)
  610.  
  611. local rainbow4 = Instance.new("TextButton")
  612. rainbow4.Parent = texm
  613. rainbow4.Position = UDim2.new(0.44,0,0.35,0)
  614. rainbow4.Size = UDim2.new(0.1,0,0,25)
  615. rainbow4.BackgroundColor = BrickColor.new("Really black")
  616. rainbow4.Font = "ArialBold"
  617. rainbow4.FontSize = "Size14"
  618. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  619. rainbow4.BorderSizePixel = 0
  620. rainbow4.Text = "Clean"
  621. rainbow4.MouseButton1Down:connect(function()
  622. local c=game.Workspace:GetChildren()
  623. for i=1, #c do
  624. if c[i].Name~=Exeption then
  625. 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
  626. c[i]:Destroy()
  627. end
  628. end
  629. end
  630. end)
  631.  
  632. local rainbow4 = Instance.new("TextButton")
  633. rainbow4.Parent = texm
  634. rainbow4.Position = UDim2.new(0.44,0,0.4,0)
  635. rainbow4.Size = UDim2.new(0.1,0,0,25)
  636. rainbow4.BackgroundColor = BrickColor.new("Really black")
  637. rainbow4.Font = "ArialBold"
  638. rainbow4.FontSize = "Size14"
  639. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  640. rainbow4.BorderSizePixel = 0
  641. rainbow4.Text = "BlackHole"
  642. rainbow4.MouseButton1Down:connect(function()
  643. p= game.Players:GetChildren()
  644. for i= 1, #p do
  645. if p[i].Name ~= game.Players.LocalPlayer.Name.."" then
  646. b = Instance.new("BodyPosition") b.Parent = p[i].Character.Torso b.maxForce = Vector3.new(6000000,60000000,60000000)
  647. b.position = Vector3.new(100,10,0)
  648. end
  649. end
  650. end)
  651.  
  652. local rainbow4 = Instance.new("TextButton")
  653. rainbow4.Parent = texm
  654. rainbow4.Position = UDim2.new(0.44,0,0.45,0)
  655. rainbow4.Size = UDim2.new(0.1,0,0,25)
  656. rainbow4.BackgroundColor = BrickColor.new("Really black")
  657. rainbow4.Font = "ArialBold"
  658. rainbow4.FontSize = "Size14"
  659. rainbow4.TextColor3 = Color3.new(255/255,255/255,255/255)
  660. rainbow4.BorderSizePixel = 0
  661. rainbow4.Text = "HpTaker"
  662. rainbow4.MouseButton1Down:connect(function()
  663. function onTouched(hit)
  664. if (hit.Parent:findFirstChild("Humanoid")~= nil) then hit.Parent.Humanoid:remove() wait(5) h = Instance.new("Humanoid") h.Parent = hit.Parent end
  665. end
  666. c = game.Players.LocalPlayer.Character:GetChildren()
  667. for i = 1, #c do
  668. if (c[i].className == "Part") then c[i].Touched:connect(onTouched) end
  669. end
  670. end)
  671.  
  672. end)
  673. --
  674. --
  675. --
  676. --
  677. --
  678. --
  679. --
  680. --
  681. --
  682. --
  683. --
  684. --
  685. --
  686. --
  687. --
  688. --
  689. --
  690. --
  691. --
  692. --
  693. --
  694. --
  695. --
  696. --
  697. --
  698. --
  699. --
  700. --
  701. --
  702. --
  703. local textb = Instance.new("TextLabel")
  704. textb.Parent = textlabel
  705. textb.BackgroundColor = BrickColor.new("Really black")
  706. textb.BackgroundTransparency = 0
  707. textb.Position = UDim2.new(0,0,-2,0)
  708. textb.Size = UDim2.new(1,0,1,0)
  709. textb.Text = "Value"
  710. textb.TextColor3 = Color3.new(255/255,255/255,255/255)
  711. textb.TextXAlignment = "Center"
  712. textb.TextYAlignment = "Center"
  713. textb.BorderSizePixel = 0
  714. textb.Font = "ArialBold"
  715. textb.FontSize = "Size14"
  716. textb.TextStrokeColor3 = Color3.new(0/0,0/0,0/0)
  717. textb.TextStrokeTransparency = 0.3
  718.  
  719. local ff = Instance.new("TextButton")
  720. ff.Parent = textbox
  721. ff.Position = UDim2.new(0,0,1.1,0)
  722. ff.Size = UDim2.new(1,0,0.1,0)
  723. ff.BackgroundColor = BrickColor.new("Really black")
  724. ff.Font = "ArialBold"
  725. ff.FontSize = "Size14"
  726. ff.TextColor3 = Color3.new(255/255,255/255,255/255)
  727. ff.BorderSizePixel = 0
  728. ff.Text = "Hide"
  729. ff.MouseButton1Down:connect(function()
  730. screengui:remove()
  731. end)
  732.  
  733. local fff = Instance.new("TextButton")
  734. fff.Parent = textbox
  735. fff.Position = UDim2.new(0,0,1.2,0)
  736. fff.Size = UDim2.new(1,0,0.1,0)
  737. fff.BackgroundColor = BrickColor.new("Really black")
  738. fff.Font = "ArialBold"
  739. fff.FontSize = "Size14"
  740. fff.TextColor3 = Color3.new(255/255,255/255,255/255)
  741. fff.BorderSizePixel = 0
  742. fff.Text = "ClearScripter"
  743. fff.MouseButton1Down:connect(function()
  744. textbox.Text = "."
  745. end)
  746.  
  747. local fffm = Instance.new("TextButton")
  748. fffm.Parent = textbox
  749. fffm.Position = UDim2.new(-0.34,0,0,0)
  750. fffm.Size = UDim2.new(0.1,0,0,25)
  751. fffm.BackgroundColor = BrickColor.new("Really black")
  752. fffm.Font = "ArialBold"
  753. fffm.FontSize = "Size11"
  754. fffm.TextColor3 = Color3.new(255/255,255/255,255/255)
  755. fffm.BorderSizePixel = 0
  756. fffm.Text = "H4xor"
  757. fffm.MouseButton1Down:connect(function()
  758. local scr=Instance.new("ScreenGui",game.StarterGui)
  759. scr.Name="TROLOL"
  760. local IL=Instance.new("TextLabel",scr)
  761. IL.BackgroundColor3=BrickColor.new("Really black").Color
  762. IL.BorderColor3=BrickColor.new("White").Color
  763. IL.Position = UDim2.new(0,0,0,0)
  764. IL.Size = UDim2.new(1,0,1,0)
  765. IL.Text="Sh1tted on by "..game.Players.LocalPlayer.Name
  766. IL.TextColor3 = Color3.new(455/355,235/134,255/255)
  767. IL.FontSize="Size48"
  768. IL.BackgroundTransparency=0.5
  769. IL.TextWrap = true
  770. local trolll=game.Players:GetPlayers()
  771. for i=1,#trolll do
  772. trolll[i].Character:BreakJoints()
  773. end
  774. end)
  775.  
  776. local fffmm = Instance.new("TextButton")
  777. fffmm.Parent = textbox
  778. fffmm.Position = UDim2.new(-0.34,0,0.12,0)
  779. fffmm.Size = UDim2.new(0.1,0,0,25)
  780. fffmm.BackgroundColor = BrickColor.new("Really black")
  781. fffmm.Font = "ArialBold"
  782. fffmm.FontSize = "Size14"
  783. fffmm.TextColor3 = Color3.new(255/255,255/255,255/255)
  784. fffmm.BorderSizePixel = 0
  785. fffmm.Text = "Nuke"
  786. local debounce=false
  787. fffmm.MouseButton1Down:connect(function()
  788. if debounce==false then
  789. debounce=true
  790. for i=500,0,-1 do
  791. game:SetMessage("WARNING TACTICAL NUKE INCOMING! "..i)
  792. wait()
  793. end
  794. local ex=Instance.new("Explosion",workspace)
  795. ex.BlastPressure=100000
  796. ex.BlastRadius=1000000
  797. local grab=workspace:GetChildren()
  798. for i=1,#grab do
  799. if grab[i].className=="Model" then
  800. grab[i]:BreakJoints()
  801. end
  802. end
  803. for i=100,0,-1 do
  804. game:SetMessage("Nuke recharging "..i)
  805. wait()
  806. end
  807. debounce=false
  808. game:ClearMessage()
  809. end
  810. end)
  811.  
  812. local fffmme = Instance.new("TextButton")
  813. fffmme.Parent = textbox
  814. fffmme.Position = UDim2.new(-0.34,0,0.24,0)
  815. fffmme.Size = UDim2.new(0.1,0,0,25)
  816. fffmme.BackgroundColor = BrickColor.new("Really black")
  817. fffmme.Font = "ArialBold"
  818. fffmme.FontSize = "Size14"
  819. fffmme.TextColor3 = Color3.new(255/255,255/255,255/255)
  820. fffmme.BorderSizePixel = 0
  821. fffmme.Text = "Destroy World"
  822. fffmme.MouseButton1Down:connect(function()
  823. while wait(1) do function search(obj) if obj:IsA("BasePart") and not obj:IsA("Terrain") then obj.Locked = false obj.Anchored = false end for _,i in pairs(obj:GetChildren()) do search(i) end end search(Workspace) end
  824. end)
  825.  
  826. local fp = Instance.new("TextButton")
  827. fp.Parent = textbox
  828. fp.Position = UDim2.new(-0.34,0,0.36,0)
  829. fp.Size = UDim2.new(0.1,0,0,25)
  830. fp.BackgroundColor = BrickColor.new("Really black")
  831. fp.Font = "ArialBold"
  832. fp.FontSize = "Size14"
  833. fp.TextColor3 = Color3.new(255/255,255/255,255/255)
  834. fp.BorderSizePixel = 0
  835. fp.Text = "Fencing"
  836. fp.MouseButton1Down:connect(function()
  837. str_srce = "123116009" loadstring(game:GetObjects("rbxassetid://"..str_srce)[1].Source)()
  838. end)
  839.  
  840. local fpa = Instance.new("TextButton")
  841. fpa.Parent = textbox
  842. fpa.Position = UDim2.new(-0.34,0,0.48,0)
  843. fpa.Size = UDim2.new(0.1,0,0,25)
  844. fpa.BackgroundColor = BrickColor.new("Really black")
  845. fpa.Font = "ArialBold"
  846. fpa.FontSize = "Size14"
  847. fpa.TextColor3 = Color3.new(255/255,255/255,255/255)
  848. fpa.BorderSizePixel = 0
  849. fpa.Text = "Atlas"
  850. fpa.MouseButton1Down:connect(function()
  851. i = game:GetObjects("http://www.roblox.com/asset/?id=140585662")[1] i.Parent = game.Players.LocalPlayer.Backpack
  852. end)
  853.  
  854. local fpaa = Instance.new("TextButton")
  855. fpaa.Parent = textbox
  856. fpaa.Position = UDim2.new(-0.34,0,0.60,0)
  857. fpaa.Size = UDim2.new(0.1,0,0,25)
  858. fpaa.BackgroundColor = BrickColor.new("Really black")
  859. fpaa.Font = "ArialBold"
  860. fpaa.FontSize = "Size14"
  861. fpaa.TextColor3 = Color3.new(255/255,255/255,255/255)
  862. fpaa.BorderSizePixel = 0
  863. fpaa.Text = "Nilizer"
  864. fpaa.MouseButton1Down:connect(function()
  865. game:GetObjects("rbxassetid://128636145")[1].Parent=game.Players.LocalPlayer.Backpack
  866. end)
  867.  
  868. local fpaaf = Instance.new("TextButton")
  869. fpaaf.Parent = textbox
  870. fpaaf.Position = UDim2.new(-0.34,0,0.72,0)
  871. fpaaf.Size = UDim2.new(0.1,0,0,25)
  872. fpaaf.BackgroundColor = BrickColor.new("Really black")
  873. fpaaf.Font = "ArialBold"
  874. fpaaf.FontSize = "Size14"
  875. fpaaf.TextColor3 = Color3.new(255/255,255/255,255/255)
  876. fpaaf.BorderSizePixel = 0
  877. fpaaf.Text = "MotorCycle"
  878. fpaaf.MouseButton1Down:connect(function()
  879. game:GetObjects("rbxassetid://132789698")[1].Parent=game.Players.LocalPlayer.Backpack
  880. end)
  881.  
  882. local fpaaff = Instance.new("TextButton")
  883. fpaaff.Parent = textbox
  884. fpaaff.Position = UDim2.new(-0.46,0,0,0)
  885. fpaaff.Size = UDim2.new(0.1,0,0,25)
  886. fpaaff.BackgroundColor = BrickColor.new("Really black")
  887. fpaaff.Font = "ArialBold"
  888. fpaaff.FontSize = "Size14"
  889. fpaaff.TextColor3 = Color3.new(255/255,255/255,255/255)
  890. fpaaff.BorderSizePixel = 0
  891. fpaaff.Text = "DiscoFog"
  892. fpaaff.MouseButton1Down:connect(function()
  893. game.Lighting.RobloxLocked = true
  894. wait(0.6)
  895. game.Lighting.FogEnd = 50
  896. while true do
  897. wait(0.5)
  898. game.Lighting.FogColor= Color3.new(math.random(), math.random(), math.random())
  899. end
  900. end)
  901.  
  902. local exl = Instance.new("TextButton")
  903. exl.Parent = textbox
  904. exl.Position = UDim2.new(-0.46,0,0.12,0)
  905. exl.Size = UDim2.new(0.1,0,0,25)
  906. exl.BackgroundColor = BrickColor.new("Really black")
  907. exl.Font = "ArialBold"
  908. exl.FontSize = "Size14"
  909. exl.TextColor3 = Color3.new(255/255,255/255,255/255)
  910. exl.BorderSizePixel = 0
  911. exl.Text = "SeccondGUI"
  912. exl.MouseButton1Down:connect(function()
  913. me = game.Players.LocalPlayer
  914. NamePlr = me.Name
  915.  
  916. local edb1 = Instance.new("ScreenGui",game.CoreGui)
  917. edb1.Name = ("Main")
  918. local edb2 = Instance.new("Frame",game.CoreGui.Main)
  919. edb2.Name = ("GuiButtons")
  920. edb2.Visible = false
  921. edb2.BackgroundTransparency = 1
  922. edb2.Position = UDim2.new(0, 50, 0, 69)
  923.  
  924. local edb3 = Instance.new("Frame",game.CoreGui.Main)
  925. edb3.Name = ("GuiButtons2")
  926. edb3.Visible = false
  927. edb3.BackgroundTransparency = 1
  928. edb3.Position = UDim2.new(0, 50, 0, 69)
  929.  
  930.  
  931. --End Creation
  932.  
  933. --Page one
  934. local edb = Instance.new("TextButton")
  935. edb.Name = ("Insert")
  936. edb.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  937. edb.Position = UDim2.new(0, 5, 0.5, 295);
  938. edb.TextColor3 = Color3.new(1, 1, 1)
  939. edb.MouseButton1Click:connect(function()
  940. insrt = game:GetService("InsertService"):LoadAsset(58901335)
  941. insrt2 = game:GetService("InsertService"):LoadAsset(16190677)
  942. pcall(function()
  943. for _, v in pairs(insrt:GetChildren()) do
  944. v:Clone().Parent = me.Backpack
  945. end
  946. for _, v in pairs(insrt2:GetChildren()) do
  947. v:Clone().Parent = me.Backpack
  948. end
  949. end)
  950. end)
  951.  
  952. edb.Text = "Insert"
  953. edb.Parent = game.CoreGui.Main.GuiButtons
  954. edb.Style = "RobloxButtonDefault"
  955. edb.Draggable = false
  956.  
  957. local pb = Instance.new("TextButton")
  958. pb.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  959. pb.Name = ("MakePart")
  960. pb.Position = UDim2.new(0, 5, 0.5, 316);
  961. pb.Draggable = false
  962. pb.TextColor3 = Color3.new(1, 1, 1)
  963. pb.MouseButton1Click:connect(function()
  964. local p=Instance.new("Part");
  965. p.Name = "RAWR"
  966. p.BrickColor = BrickColor.Random()
  967. p.Material = ((math.random(1, 2) == 1) and "Ice") or "Wood";
  968. p.CFrame = CFrame.new(math.random(-60, 60), (game.PlaceId == 41324860 and 350 or 60), math.random(-60, 60));
  969. p.formFactor = "Custom"
  970. p.Size = Vector3.new(0.5, math.random(2, 40)/10, 0.5)
  971. p.Parent = workspace
  972. end)
  973. pb.Text = "Make part"
  974. pb.Style = "RobloxButtonDefault"
  975. pb.Parent = game.CoreGui.Main.GuiButtons
  976.  
  977.  
  978. function getAll(obj)
  979. for i, v in pairs(obj:getChildren()) do
  980. if v:IsA("BasePart") then
  981. v.Anchored = false
  982. v.Transparency = 0.7
  983. v.BrickColor = BrickColor.new("Really Black")
  984. v.TopSurface = ("Smooth")
  985. v.BottomSurface = ("Smooth")
  986. v.BackSurface = ("Smooth")
  987. v.FrontSurface = ("Smooth")
  988. v.RightSurface = ("Smooth")
  989. v.LeftSurface = ("Smooth")
  990. bv = Instance.new("BodyVelocity")
  991. bv.Parent = v
  992. bv.maxForce = Vector3.new(100000000,100000000,100000000)
  993. end
  994. getAll(v)
  995. end
  996. end
  997.  
  998.  
  999. function exPro(root)
  1000. for _, v in pairs(root:GetChildren()) do
  1001. if v:IsA("Decal") and v.Texture ~= "http://www.roblox.com/asset/?id=155738508" then
  1002. v.Parent = nil
  1003. elseif v:IsA("BasePart") then
  1004. v.Material = "Plastic"
  1005. v.Transparency = 0
  1006. One = Instance.new("Decal", v)
  1007. Two = Instance.new("Decal", v)
  1008. Three = Instance.new("Decal", v)
  1009. Four = Instance.new("Decal", v)
  1010. Five = Instance.new("Decal", v)
  1011. Six = Instance.new("Decal", v)
  1012. One.Texture = "http://www.roblox.com/asset/?id=155738508"
  1013. Two.Texture = "http://www.roblox.com/asset/?id=155738508"
  1014. Three.Texture = "http://www.roblox.com/asset/?id=155738508"
  1015. Four.Texture = "http://www.roblox.com/asset/?id=155738508"
  1016. Five.Texture = "http://www.roblox.com/asset/?id=155738508"
  1017. Six.Texture = "http://www.roblox.com/asset/?id=155738508"
  1018. One.Face = "Front"
  1019. Two.Face = "Back"
  1020. Three.Face = "Right"
  1021. Four.Face = "Left"
  1022. Five.Face = "Top"
  1023. Six.Face = "Bottom"
  1024. end
  1025. exPro(v)
  1026. end
  1027. end
  1028.  
  1029.  
  1030. local DoD = Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  1031. DoD.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  1032. DoD.Name = ("DoD")
  1033. DoD.Position = UDim2.new(0, 5, 0.5, 337);
  1034. DoD.Text = "DoD"
  1035. DoD.TextColor3 = Color3.new(1, 1, 1)
  1036. DoD.Style = "RobloxButtonDefault"
  1037. DoD.Draggable = false
  1038.  
  1039. DoD.MouseButton1Click:connect(function()
  1040. game.Lighting.FogEnd = 230
  1041. game.Lighting.FogColor = Color3.new(0, 0, 0)
  1042. getAll(workspace)
  1043. game.Lighting.TimeOfDay = "07:00:00"
  1044. game.Lighting.Ambient = Color3.new(0,0,0)
  1045. sky = Instance.new("Sky")
  1046. sky.Parent = game.Lighting
  1047. sky.SkyboxBk = "http://www.roblox.com/asset/?id=122579628"
  1048. sky.SkyboxDn = "http://www.roblox.com/asset/?id=122579628"
  1049. sky.SkyboxFt = "http://www.roblox.com/asset/?id=122579628"
  1050. sky.SkyboxLf = "http://www.roblox.com/asset/?id=122579628"
  1051. sky.SkyboxRt = "http://www.roblox.com/asset/?id=122579628"
  1052. sky.SkyboxUp = "http://www.roblox.com/asset/?id=122579628"
  1053. end)
  1054. local ToggleFrame = Instance.new("Frame", game.CoreGui.Main)
  1055. ToggleFrame.Name = ("ToggleFrame")
  1056. ToggleFrame.Position = UDim2.new(0.207000002, 0, 0.700000048, 0);
  1057. ToggleFrame.BackgroundTransparency = 1
  1058.  
  1059.  
  1060. ToggleOn = Instance.new("TextButton", game.CoreGui.Main.ToggleFrame)
  1061. ToggleOn.Size = UDim2.new(0, 150, 0, 50)
  1062. ToggleOn.Name = ("ToggleOn")
  1063. ToggleOn.Position = UDim2.new(0.100000001, 0, 0.700000048, 0)
  1064. ToggleOn.Text = "Click To Toggle"
  1065. ToggleOn.TextColor3 = Color3.new(1, 1, 1)
  1066. ToggleOn.Style = "RobloxButton"
  1067. ToggleOn.Draggable = false
  1068. ToggleOn.Font = "ArialBold"
  1069. ToggleOn.FontSize = "Size14"
  1070.  
  1071.  
  1072.  
  1073. ToggleOn.MouseButton1Click:connect(function()
  1074. game.CoreGui.RobloxGui.ChatFrame.Position = UDim2.new(0,300,0,0)
  1075. game.CoreGui.Main.GuiButtons.Visible = true
  1076. game.CoreGui.Main.GuiButtons2.Visible = false
  1077. game.CoreGui.Main.ToggleFrame.ToggleOn.Visible = false
  1078. game.CoreGui.Main.ToggleFrame.ToggleOff.Visible = true
  1079. p1.Visible = true
  1080. p2.Visible = true
  1081. end)
  1082.  
  1083. ToggleOff = Instance.new("TextButton", game.CoreGui.Main.ToggleFrame)
  1084. ToggleOff.Size = UDim2.new(0, 150, 0, 50)
  1085. ToggleOff.Name = ("ToggleOff")
  1086. ToggleOff.Position = UDim2.new(0.100000001, 0, 0.700000048, 0)
  1087. ToggleOff.Text = "Click To Hide"
  1088. ToggleOff.TextColor3 = Color3.new(1, 1, 1)
  1089. ToggleOff.Style = "RobloxButton"
  1090. ToggleOff.Draggable = false
  1091. ToggleOff.Font = "ArialBold"
  1092. ToggleOff.FontSize = "Size14"
  1093. ToggleOff.Selected = true
  1094. ToggleOff.Visible = false
  1095.  
  1096. ToggleOff.MouseButton1Click:connect(function()
  1097. game.CoreGui.RobloxGui.ChatFrame.Position = UDim2.new(0,0,0,0)
  1098. game.CoreGui.Main.GuiButtons.Visible = false
  1099. game.CoreGui.Main.GuiButtons2.Visible = false
  1100. game.CoreGui.Main.ToggleFrame.ToggleOn.Visible = true
  1101. game.CoreGui.Main.ToggleFrame.ToggleOff.Visible = false
  1102. p1.Visible = false
  1103. p2.Visible = false
  1104. end)
  1105.  
  1106. Close = Instance.new("TextButton", game.CoreGui.Main.ToggleFrame)
  1107. Close.Size = UDim2.new(0, 17, 0, 46)
  1108. Close.Name = ("Close")
  1109. Close.Position = UDim2.new(0.103000008, 146, 0.700000048, 2)
  1110. Close.Text = "X"
  1111. Close.TextColor3 = Color3.new(1, 1, 1)
  1112. Close.Style = "RobloxButton"
  1113. Close.Draggable = false
  1114. Close.Font = "ArialBold"
  1115. Close.FontSize = "Size14"
  1116. Close.Selected = true
  1117.  
  1118. Close.MouseButton1Click:connect(function()
  1119. game.CoreGui.Main:Remove()
  1120. gg:Remove()
  1121. game.CoreGui.RobloxGui.ChatFrame.Position = UDim2.new(0,0,0,0)
  1122. end)
  1123.  
  1124. Shutdown = Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  1125. Shutdown.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  1126. Shutdown.Name = ("Shutdown")
  1127. Shutdown.Position = UDim2.new(0, 5, 0.5, 358)
  1128. Shutdown.Text = "Shutdown"
  1129. Shutdown.TextColor3 = Color3.new(1, 1, 1)
  1130. Shutdown.Style = "RobloxButtonDefault"
  1131. Shutdown.Draggable = false
  1132.  
  1133. Shutdown.MouseButton1Click:connect(function()
  1134. coroutine.resume(coroutine.create(function()
  1135. while wait() do
  1136. for _, v in pairs(game.Players:GetPlayers()) do
  1137. v.Parent = nil
  1138. end
  1139. end
  1140. end))
  1141. end)
  1142.  
  1143.  
  1144. SetHealthText = Instance.new("TextBox", game.CoreGui.Main.GuiButtons)
  1145. SetHealthText.BackgroundColor3 = Color3.new(1, 1, 1)
  1146. SetHealthText.Name = ("HealthText")
  1147. SetHealthText.ClearTextOnFocus = true
  1148. SetHealthText.Font = "ArialBold"
  1149. SetHealthText.FontSize = "Size11"
  1150. SetHealthText.Position = UDim2.new(0.129999891, 72, 0.826999605, 228)
  1151. SetHealthText.Size = UDim2.new(0.0500000007, 77, 0.0500000007, 19)
  1152. SetHealthText.Text = "Health"
  1153. SetHealthText.ClipsDescendants = true
  1154. SetHealthText.BackgroundTransparency = ("0.5")
  1155.  
  1156. SetHealth = Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  1157. SetHealth.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  1158. SetHealth.Name = ("SetHealth")
  1159. SetHealth.Position = UDim2.new(0.0599999242, 5, 0.772999704, 228)
  1160. SetHealth.Text = "SetHealth"
  1161. SetHealth.TextColor3 = Color3.new(1, 1, 1)
  1162. SetHealth.Style = "RobloxButtonDefault"
  1163. SetHealth.Draggable = false
  1164.  
  1165. SetHealth.MouseButton1Click:connect(function()
  1166. set = game.CoreGui.Main.GuiButtons.SetHealthText.Text
  1167. me.Character.Humanoid.MaxHealth = set
  1168. end)
  1169.  
  1170. LookText = Instance.new("TextBox", game.CoreGui.Main.GuiButtons)
  1171. LookText.BackgroundColor3 = Color3.new(1, 1, 1)
  1172. LookText.Name = ("LookText")
  1173. LookText.ClearTextOnFocus = true
  1174. LookText.Font = "ArialBold"
  1175. LookText.FontSize = "Size11"
  1176. LookText.Position = UDim2.new(0.129999936, 72, 0.779999852, 205)
  1177. LookText.Size = UDim2.new(0.0500000007, 77, 0.0500000007, 19)
  1178. LookText.Text = "Look"
  1179. LookText.ClipsDescendants = true
  1180. LookText.BackgroundTransparency = ("0.5")
  1181.  
  1182. Look = Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  1183. Look.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  1184. Look.Name = ("Look")
  1185. Look.Position = UDim2.new(0.0599999502, 5, 0.772999823, 205)
  1186. Look.Text = ("Player Look")
  1187. Look.TextColor3 = Color3.new(1, 1, 1)
  1188. Look.Style = "RobloxButtonDefault"
  1189. Look.Draggable = false
  1190.  
  1191. Look.MouseButton1Click:connect(function()
  1192. me.CharacterAppearance = ("http://www.roblox.com/Asset/CharacterFetch.ashx?userId="..game.CoreGui.Main.GuiButtons.LookText.Text)
  1193.  
  1194. end)
  1195.  
  1196.  
  1197.  
  1198. KillText= Instance.new("TextBox", game.CoreGui.Main.GuiButtons)
  1199. KillText.BackgroundColor3 = Color3.new(1, 1, 1)
  1200. KillText.Name = ("KillText")
  1201. KillText.ClearTextOnFocus = true
  1202. KillText.Font = "ArialBold"
  1203. KillText.FontSize = "Size11"
  1204. KillText.Position = UDim2.new(0.129999936, 72, 0.669999838, 252)
  1205. KillText.Size = UDim2.new(0.0500000007, 125, 0.0500000007, 17)
  1206. KillText.Text = "Kill Player"
  1207. KillText.ClipsDescendants = true
  1208. KillText.BackgroundTransparency = ("0.5")
  1209.  
  1210. Kill = Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  1211. Kill.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  1212. Kill.Name = ("Kill")
  1213. Kill.Position = UDim2.new(0.0599999502, 5, 0.5, 251)
  1214. Kill.Text = ("Kill")
  1215. Kill.TextColor3 = Color3.new(1, 1, 1)
  1216. Kill.Style = "RobloxButtonDefault"
  1217. Kill.Draggable = false
  1218.  
  1219. Kill.MouseButton1Click:connect(function()
  1220. lul2 = KillText.Text
  1221. ownerzz = game.Players[lul2]
  1222. ownerzz.Character.Humanoid.Health = ("0")
  1223. end)
  1224.  
  1225. NameText = Instance.new("TextBox", game.CoreGui.Main.GuiButtons)
  1226. NameText.BackgroundColor3 = Color3.new(1, 1, 1)
  1227. NameText.Name = ("NameText")
  1228. NameText.ClearTextOnFocus = true
  1229. NameText.Font = "ArialBold"
  1230. NameText.FontSize = "Size11"
  1231. NameText.Position = UDim2.new(0.129999936, 88, 0.615999818, 274)
  1232. NameText.Size = UDim2.new(0.0500000007, 125, 0.0500000007, 17)
  1233. NameText.Text = "New Name"
  1234. NameText.ClipsDescendants = true
  1235. NameText.BackgroundTransparency = ("0.5")
  1236.  
  1237. Name = Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  1238. Name.Size = UDim2.new(0.0500000007, 79, 0.0500000007, 19)
  1239. Name.Name = ("Name")
  1240. Name.Position = UDim2.new(0.0599999502, 5, 0.5, 273)
  1241. Name.Text = ("Change Name")
  1242. Name.TextColor3 = Color3.new(1, 1, 1)
  1243. Name.Style = "RobloxButtonDefault"
  1244. Name.Draggable = false
  1245.  
  1246. Name.MouseButton1Click:connect(function()
  1247. local You = me.Name local head = workspace[You].Head:Clone() local model = Instance.new("Model",workspace) local humanoid = Instance.new("Humanoid",model) head.Parent
  1248. = model model.Name = (game.CoreGui.Main.GuiButtons.NameText.Text) humanoid.MaxHealth = 100 local w = Instance.new("Weld",model) w.Part0,w.Part1 = workspace[You].Head,head
  1249. me.Character.Head.Transparency = 1
  1250. end)
  1251.  
  1252. HatText = Instance.new("TextBox", game.CoreGui.Main.GuiButtons)
  1253. HatText.BackgroundColor3 = Color3.new(1, 1, 1)
  1254. HatText.Name = ("HatText")
  1255. HatText.ClearTextOnFocus = true
  1256. HatText.Font = "ArialBold"
  1257. HatText.FontSize = "Size11"
  1258. HatText.Position = UDim2.new(0.129999936, 72, 0.561999798, 159)
  1259. HatText.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  1260. HatText.Text = "Hat ID"
  1261. HatText.ClipsDescendants = true
  1262. HatText.BackgroundTransparency = ("0.5")
  1263.  
  1264. Hat = Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  1265. Hat.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  1266. Hat.Name = ("Hat")
  1267. Hat.Position = UDim2.new(0.0599999502, 5, 0.5, 159)
  1268. Hat.Text = ("Give Hat")
  1269. Hat.TextColor3 = Color3.new(1, 1, 1)
  1270. Hat.Style = "RobloxButtonDefault"
  1271. Hat.Draggable = false
  1272.  
  1273. Hat.MouseButton1Click:connect(function()
  1274. local obj = game:service("InsertService"):LoadAsset(game.CoreGui.Main.GuiButtons.HatText.Text)
  1275. for a,hat in pairs(obj:children()) do if hat:IsA("Hat") then hat.Parent = me.Character end end
  1276. obj:Destroy()
  1277. end)
  1278.  
  1279. GlowText = Instance.new("TextBox", game.CoreGui.Main.GuiButtons)
  1280. GlowText.BackgroundColor3 = Color3.new(1, 1, 1)
  1281. GlowText.ClearTextOnFocus = true
  1282. GlowText.Name = ("GlowText")
  1283. GlowText.Font = "ArialBold"
  1284. GlowText.FontSize = "Size11"
  1285. GlowText.Position = UDim2.new(0.129999936, 72, 0.561999798, 136)
  1286. GlowText.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  1287. GlowText.Text = "Color"
  1288. GlowText.ClipsDescendants = true
  1289. GlowText.BackgroundTransparency = ("0.5")
  1290.  
  1291. Glow = Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  1292. Glow.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  1293. Glow.Name = ("Glow")
  1294. Glow.Position = UDim2.new(0.0599999502, 5, 0.5, 136)
  1295. Glow.Text = ("Glow")
  1296. Glow.TextColor3 = Color3.new(1, 1, 1)
  1297. Glow.Style = "RobloxButtonDefault"
  1298. Glow.Draggable = false
  1299.  
  1300. Glow.MouseButton1Click:connect(function()
  1301. function MakeHologram(object)
  1302. for i,v in pairs(object:GetChildren()) do
  1303. if v:IsA("Part") then
  1304. if v:FindFirstChild("Hologram") == nil then
  1305. local hologram = Instance.new("SelectionBox")
  1306. hologram.Parent = v
  1307. hologram.Adornee = v
  1308. hologram.Name = "Hologram"
  1309. hologram.Color = BrickColor.new(game.CoreGui.Main.GuiButtons.GlowText.Text)
  1310. elseif v:FindFirstChild("Hologram") ~= nil then
  1311. v.Hologram.Color = BrickColor.new(game.CoreGui.Main.GuiButtons.GlowText.Text)
  1312. end
  1313. end
  1314. MakeHologram(v)
  1315. end
  1316. end
  1317. MakeHologram(Workspace)
  1318. end)
  1319.  
  1320. OwnText = Instance.new("TextBox", game.CoreGui.Main.GuiButtons)
  1321. OwnText.BackgroundColor3 = Color3.new(1, 1, 1)
  1322. OwnText.ClearTextOnFocus = true
  1323. OwnText.Name = ("OwnText")
  1324. OwnText.Font = "ArialBold"
  1325. OwnText.FontSize = "Size11"
  1326. OwnText.Position = UDim2.new(0.129999936, 71, 0.561999798, 113)
  1327. OwnText.Size = UDim2.new(0.0500000007, 145, 0.0500000007, 19)
  1328. OwnText.Text = "Name of Admin Or Owner"
  1329. OwnText.ClipsDescendants = true
  1330. OwnText.BackgroundTransparency = ("0.5")
  1331.  
  1332.  
  1333. Own = Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  1334. Own.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  1335. Own.Name = ("Own")
  1336. Own.Position = UDim2.new(0.0599999502, 5, 0.5, 113)
  1337. Own.Text = ("Own")
  1338. Own.TextColor3 = Color3.new(1, 1, 1)
  1339. Own.Style = "RobloxButtonDefault"
  1340. Own.Draggable = false
  1341. Own.MouseButton1Click:connect(function()
  1342. lul = OwnText.Text
  1343. ownerz = game.Players[lul]
  1344. for _, v in pairs(ownerz.Backpack:GetChildren()) do
  1345. v:Clone().Parent = me.Backpack
  1346. end
  1347. end)
  1348.  
  1349. SpeedText = Instance.new("TextBox", game.CoreGui.Main.GuiButtons)
  1350. SpeedText.BackgroundColor3 = Color3.new(1, 1, 1)
  1351. SpeedText.ClearTextOnFocus = true
  1352. SpeedText.Name = ("SpeedText")
  1353. SpeedText.Font = "ArialBold"
  1354. SpeedText.FontSize = "Size11"
  1355. SpeedText.Position = UDim2.new(0.129999936, 71, 0.561999798, -24)
  1356. SpeedText.Size = UDim2.new(0.0500000007, 70, 0.0500000007, 17)
  1357. SpeedText.Text = "Walk Speed"
  1358. SpeedText.ClipsDescendants = true
  1359. SpeedText.BackgroundTransparency = ("0.5")
  1360.  
  1361.  
  1362. Speed = Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  1363. Speed.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  1364. Speed.Name = ("Speed")
  1365. Speed.Position = UDim2.new(0.0599999502, 5, 0.5, -25)
  1366. Speed.Text = ("Set Speed")
  1367. Speed.TextColor3 = Color3.new(1, 1, 1)
  1368. Speed.Style = "RobloxButtonDefault"
  1369. Speed.Draggable = false
  1370. Speed.MouseButton1Click:connect(function()
  1371. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = SpeedText.Text
  1372. WalkNum.Text = SpeedText.Text
  1373. while true do
  1374. wait()
  1375. WalkNum.Text = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed
  1376. end
  1377. end)
  1378.  
  1379. AntiBan= Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  1380. AntiBan.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  1381. AntiBan.Name = ("AntiBan")
  1382. AntiBan.Position = UDim2.new(0.0599999502, 5, 0.5, 67)
  1383. AntiBan.Text = "Anti Ban"
  1384. AntiBan.TextColor3 = Color3.new(1, 1, 1)
  1385. AntiBan.Style = "RobloxButtonDefault"
  1386. AntiBan.Draggable = false
  1387. AntiBan.Visible = true
  1388.  
  1389. AntiBan.MouseButton1Click:connect(function()
  1390. game.Players.LocalPlayer.Character.RobloxLocked = true
  1391. game.Players.LocalPlayer.PlayerGui.RobloxLocked = true
  1392. game.Players.LocalPlayer.Backpack.RobloxLocked = true
  1393. game.Players.LocalPlayer.RobloxLocked = true
  1394.  
  1395. end)
  1396.  
  1397. WalkNum=Instance.new("TextLabel", game.CoreGui.Main.GuiButtons)
  1398. WalkNum.Name = ("WalkNum")
  1399. WalkNum.Text = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed
  1400. WalkNum.Position = UDim2.new(0.00800000038, 100, 0, 40)
  1401. WalkNum.TextColor3 = Color3.new(1, 1, 1)
  1402. WalkNum.Visible = true
  1403. WalkNum.BackgroundTransparency = 1
  1404. WalkNum.Font = "ArialBold"
  1405. WalkNum.FontSize = "Size12"
  1406.  
  1407. WalkSub= Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  1408. WalkSub.Size = UDim2.new(0.0500000007, 75, 0.0500000007, 19)
  1409. WalkSub.Name = ("WalkSub")
  1410. WalkSub.Position = UDim2.new(0.0599999502, 5, 0.5, 44)
  1411. WalkSub.Text = "Walkspeed -1"
  1412. WalkSub.TextColor3 = Color3.new(1, 1, 1)
  1413. WalkSub.Style = "RobloxButtonDefault"
  1414. WalkSub.Draggable = false
  1415. WalkSub.Visible = true
  1416.  
  1417. WalkSub.MouseButton1Click:connect(function()
  1418. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed-1
  1419. WalkNum.Text = WalkNum.Text-1
  1420. while true do
  1421. wait()
  1422. WalkNum.Text = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed
  1423. end
  1424. end)
  1425.  
  1426.  
  1427.  
  1428. WalkAdd= Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  1429. WalkAdd.Size = UDim2.new(0.0500000007, 75, 0.0500000007, 19)
  1430. WalkAdd.Name = ("WalkAdd")
  1431. WalkAdd.Position = UDim2.new(0.0599999502, 5, 0.5, 21)
  1432. WalkAdd.Text = "Walkspeed +1"
  1433. WalkAdd.TextColor3 = Color3.new(1, 1, 1)
  1434. WalkAdd.Style = "RobloxButtonDefault"
  1435. WalkAdd.Draggable = false
  1436. WalkAdd.Visible = true
  1437.  
  1438. WalkAdd.MouseButton1Click:connect(function()
  1439. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed+1
  1440. WalkNum.Text = WalkNum.Text+1
  1441. while true do
  1442. wait()
  1443. WalkNum.Text = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed
  1444. end
  1445. end)
  1446.  
  1447.  
  1448.  
  1449. BreakControls= Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  1450. BreakControls.Size = UDim2.new(0.0500000007, 90, 0.0500000007, 19)
  1451. BreakControls.Name = ("BreakControls")
  1452. BreakControls.Position = UDim2.new(0.0599999502, 5, 0.5, -2)
  1453. BreakControls.Text = "Reverse Controls"
  1454. BreakControls.TextColor3 = Color3.new(1, 1, 1)
  1455. BreakControls.Style = "RobloxButtonDefault"
  1456. BreakControls.Draggable = false
  1457. BreakControls.Visible = true
  1458.  
  1459. BreakControls.MouseButton1Click:connect(function()
  1460. for _, v in pairs(game.Players:GetPlayers()) do
  1461. v.Character.Humanoid.WalkSpeed = -16
  1462. WalkNum.Text = ("-16")
  1463. game.CoreGui.Main.GuiButtons.BreakControls.Visible = false
  1464. game.CoreGui.Main.GuiButtons.FixControls.Visible = true
  1465. end
  1466. end)
  1467.  
  1468.  
  1469. BreakControls2= Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  1470. BreakControls2.Size = UDim2.new(0.0500000007, 90, 0.0500000007, 19)
  1471. BreakControls2.Name = ("FixControls")
  1472. BreakControls2.Position = UDim2.new(0.0599999502, 5, 0.5, -2)
  1473. BreakControls2.Text = "Fix Controls"
  1474. BreakControls2.TextColor3 = Color3.new(1, 1, 1)
  1475. BreakControls2.Style = "RobloxButtonDefault"
  1476. BreakControls2.Draggable = false
  1477. BreakControls2.Visible = false
  1478.  
  1479. BreakControls2.MouseButton1Click:connect(function()
  1480. for _, v in pairs(game.Players:GetPlayers()) do
  1481. v.Character.Humanoid.WalkSpeed = 16
  1482. WalkNum.Text = ("16")
  1483. game.CoreGui.Main.GuiButtons.BreakControls.Visible = true
  1484. game.CoreGui.Main.GuiButtons.FixControls.Visible = false
  1485. end
  1486. end)
  1487.  
  1488.  
  1489.  
  1490. VISIBLE= Instance.new("TextButton", game.CoreGui.Main.ToggleFrame)
  1491. VISIBLE.Size = UDim2.new(0, 148, 0, 20)
  1492. VISIBLE.Name = ("VISIBLE1")
  1493. VISIBLE.Position = UDim2.new(0.162000075, 1, 1.83800018, 64)
  1494. VISIBLE.Text = "Visible"
  1495. VISIBLE.TextColor3 = Color3.new(1, 1, 1)
  1496. VISIBLE.Style = "RobloxButton"
  1497. VISIBLE.Draggable = false
  1498. VISIBLE.Visible = true
  1499.  
  1500. VISIBLE.MouseButton1Click:connect(function()
  1501. game.CoreGui.Main.ToggleFrame.INVISIBLE1.Visible = true
  1502. game.CoreGui.Main.ToggleFrame.VISIBLE1.Visible = false
  1503. for a, obj in pairs(game.Players.LocalPlayer.Character:children()) do
  1504. if obj:IsA("BasePart") then obj.Transparency = 0 if obj:findFirstChild("face") then obj.face.Transparency = 0 end elseif obj:IsA("Hat") and obj:findFirstChild("Handle") then obj.Handle.Transparency = 0
  1505. end
  1506. end
  1507. end)
  1508.  
  1509. INVISIBLE= Instance.new("TextButton", game.CoreGui.Main.ToggleFrame)
  1510. INVISIBLE.Size = UDim2.new(0, 148, 0, 20)
  1511. INVISIBLE.Name = ("INVISIBLE1")
  1512. INVISIBLE.Position = UDim2.new(0.162000075, 1, 1.83800018, 64)
  1513. INVISIBLE.Text = "Invisible"
  1514. INVISIBLE.TextColor3 = Color3.new(1, 1, 1)
  1515. INVISIBLE.Style = "RobloxButton"
  1516. INVISIBLE.Draggable = false
  1517. INVISIBLE.Visible = true
  1518.  
  1519. INVISIBLE.MouseButton1Click:connect(function()
  1520. game.CoreGui.Main.ToggleFrame.INVISIBLE1.Visible = false
  1521. game.CoreGui.Main.ToggleFrame.VISIBLE1.Visible = true
  1522.  
  1523. for a, obj in pairs(game.Players.LocalPlayer.Character:children()) do
  1524.  
  1525. if obj:IsA("ForceField") then obj:Remove() end if obj:IsA("BasePart") then obj.Transparency = 1 if obj:findFirstChild("face") then obj.face.Transparency = 1 end elseif obj:IsA("Hat") and obj:findFirstChild("Handle") then obj.Handle.Transparency = 1
  1526. end
  1527. end
  1528. end)
  1529.  
  1530. UNGOD = Instance.new("TextButton", game.CoreGui.Main.ToggleFrame)
  1531. UNGOD.Size = UDim2.new(0, 75, 0, 20)
  1532. UNGOD.Name = ("UNGOD")
  1533. UNGOD.Position = UDim2.new(0.0970000401, 1, 1.9380002, 47)
  1534. UNGOD.Text = "UNGOD"
  1535. UNGOD.TextColor3 = Color3.new(1, 1, 1)
  1536. UNGOD.Style = "RobloxButton"
  1537. UNGOD.Draggable = false
  1538. UNGOD.Visible = false
  1539. UNGOD.Selected = true
  1540.  
  1541. UNGOD.MouseButton1Click:connect(function()
  1542. me.Character.Humanoid.MaxHealth = ("100")
  1543. game.CoreGui.Main.ToggleFrame.GOD.Visible = true
  1544. game.CoreGui.Main.ToggleFrame.UNGOD.Visible = false
  1545. end)
  1546.  
  1547. GOD = Instance.new("TextButton", game.CoreGui.Main.ToggleFrame)
  1548. GOD.Size = UDim2.new(0, 75, 0, 20)
  1549. GOD.Name = ("GOD")
  1550. GOD.Position = UDim2.new(0.0970000401, 1, 1.9380002, 47)
  1551. GOD.Text = "GOD"
  1552. GOD.TextColor3 = Color3.new(1, 1, 1)
  1553. GOD.Style = "RobloxButton"
  1554. GOD.Draggable = false
  1555.  
  1556. GOD.MouseButton1Click:connect(function()
  1557. me.Character.Humanoid.MaxHealth = math.huge
  1558. game.CoreGui.Main.ToggleFrame.GOD.Visible = false
  1559. game.CoreGui.Main.ToggleFrame.UNGOD.Visible = true
  1560. end)
  1561.  
  1562. UNFF = Instance.new("TextButton", game.CoreGui.Main.ToggleFrame)
  1563. UNFF.Size = UDim2.new(0, 76, 0, 20)
  1564. UNFF.Name = ("UNFF")
  1565. UNFF.Position = UDim2.new(0.162000075, 73, 1.83800018, 47)
  1566. UNFF.Text = "UNFF"
  1567. UNFF.TextColor3 = Color3.new(1, 1, 1)
  1568. UNFF.Style = "RobloxButton"
  1569. UNFF.Draggable = false
  1570. UNFF.Visible = false
  1571. UNFF.Selected = true
  1572.  
  1573. UNFF.MouseButton1Click:connect(function()
  1574. me.Character.ForceField:Remove()
  1575. game.CoreGui.Main.ToggleFrame.FF.Visible = true
  1576. game.CoreGui.Main.ToggleFrame.UNFF.Visible = false
  1577. end)
  1578.  
  1579. FF = Instance.new("TextButton", game.CoreGui.Main.ToggleFrame)
  1580. FF.Size = UDim2.new(0, 76, 0, 20)
  1581. FF.Name = ("FF")
  1582. FF.Position = UDim2.new(0.162000075, 73, 1.83800018, 47)
  1583. FF.Text = "FF"
  1584. FF.TextColor3 = Color3.new(1, 1, 1)
  1585. FF.Style = "RobloxButton"
  1586. FF.Draggable = false
  1587.  
  1588. FF.MouseButton1Click:connect(function()
  1589. Instance.new("ForceField", me.Character)
  1590. game.CoreGui.Main.ToggleFrame.FF.Visible = false
  1591. game.CoreGui.Main.ToggleFrame.UNFF.Visible = true
  1592. end)
  1593.  
  1594. local ColorChat1 = Instance.new("Frame",edb2)
  1595. ColorChat1.Name = ("Blue")
  1596. ColorChat1.Position = UDim2.new(0.0599999242, 305, 0.772999704, 90)
  1597. ColorChat1.Size = UDim2.new(0.0500000007, 19, 0.0500000007, 19)
  1598. ColorChat1.Style = "ChatBlue"
  1599. local ColorChat2 = Instance.new("Frame",edb2)
  1600. ColorChat2.Name = ("Green")
  1601. ColorChat2.Position = UDim2.new(0.0599999242, 326, 0.772999704, 90)
  1602. ColorChat2.Size = UDim2.new(0.0500000007, 19, 0.0500000007, 19)
  1603. ColorChat2.Style = "ChatGreen"
  1604. local ColorChat3 = Instance.new("Frame",edb2)
  1605. ColorChat3.Name = ("Red")
  1606. ColorChat3.Position = UDim2.new(0.0599999242, 347, 0.772999704, 90)
  1607. ColorChat3.Size = UDim2.new(0.0500000007, 19, 0.0500000007, 19)
  1608. ColorChat3.Style = "ChatRed"
  1609. local SetColor = Instance.new("StringValue",edb2)
  1610. SetColor.Name = ("SetColor")
  1611. SetColor.Value = ("Blue")
  1612.  
  1613. SetChat = Instance.new("TextBox", edb2)
  1614. SetChat.BackgroundColor3 = Color3.new(1, 1, 1)
  1615. SetChat.Name = ("ChatText")
  1616. SetChat.ClearTextOnFocus = true
  1617. SetChat.Font = "ArialBold"
  1618. SetChat.FontSize = "Size11"
  1619. SetChat.Position = UDim2.new(0.129999891, 72, 0.826999605, 90)
  1620. SetChat.Size = UDim2.new(0.0500000007, 232, 0.0500000007, 19)
  1621. SetChat.Text = "Text"
  1622. SetChat.ClipsDescendants = true
  1623. SetChat.BackgroundTransparency = ("0.5")
  1624.  
  1625. Chat = Instance.new("TextButton", edb2)
  1626. Chat.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  1627. Chat.Name = ("Chat")
  1628. Chat.Position = UDim2.new(0.0599999242, 5, 0.772999704, 90)
  1629. Chat.Text = "Chat"
  1630. Chat.TextColor3 = Color3.new(1, 1, 1)
  1631. Chat.Style = "RobloxButtonDefault"
  1632. Chat.Draggable = false
  1633.  
  1634. Chat.MouseButton1Click:connect(function()
  1635. game:GetService("Chat"):Chat(game.Players.LocalPlayer.Character.Head, edb2.ChatText.Text, edb2.SetColor.Value)
  1636.  
  1637. end)
  1638.  
  1639. SetBlue = Instance.new("TextButton", edb2)
  1640. SetBlue.Size = UDim2.new(0.0500000007, 19, 0.0500000007, 19)
  1641. SetBlue.Name = ("SetBlue")
  1642. SetBlue.Position = UDim2.new(0.0599999242, 305, 0.772999704, 90)
  1643. SetBlue.Text = ""
  1644. SetBlue.TextColor3 = Color3.new(1, 1, 1)
  1645. SetBlue.Style = "Custom"
  1646. SetBlue.Draggable = false
  1647. SetBlue.BackgroundTransparency = 0.9
  1648.  
  1649. SetBlue.MouseButton1Click:connect(function()
  1650. edb2.SetColor.Value = ("Blue")
  1651. end)
  1652. SetGreen = Instance.new("TextButton", edb2)
  1653. SetGreen.Size = UDim2.new(0.0500000007, 19, 0.0500000007, 19)
  1654. SetGreen.Name = ("SetGreen")
  1655. SetGreen.Position = UDim2.new(0.0599999242, 326, 0.772999704, 90)
  1656. SetGreen.Text = ""
  1657. SetGreen.TextColor3 = Color3.new(1, 1, 1)
  1658. SetGreen.Style = "Custom"
  1659. SetGreen.Draggable = false
  1660. SetGreen.BackgroundTransparency = 0.9
  1661.  
  1662. SetGreen.MouseButton1Click:connect(function()
  1663. edb2.SetColor.Value = ("Green")
  1664. end)
  1665. SetRed = Instance.new("TextButton", edb2)
  1666. SetRed.Size = UDim2.new(0.0500000007, 19, 0.0500000007, 19)
  1667. SetRed.Name = ("SetRed")
  1668. SetRed.Position = UDim2.new(0.0599999242, 347, 0.772999704, 90)
  1669. SetRed.Text = ""
  1670. SetRed.TextColor3 = Color3.new(1, 1, 1)
  1671. SetRed.Style = "Custom"
  1672. SetRed.Draggable = false
  1673. SetRed.BackgroundTransparency = 0.9
  1674.  
  1675. SetRed.MouseButton1Click:connect(function()
  1676. edb2.SetColor.Value = ("Red")
  1677. end)
  1678.  
  1679.  
  1680. ToolBox = Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  1681. ToolBox.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  1682. ToolBox.Name = ("ToolBox")
  1683. ToolBox.Position = UDim2.new(0, 5, 0.5, 400)
  1684. ToolBox.Text = "ToolBox"
  1685. ToolBox.TextColor3 = Color3.new(1, 1, 1)
  1686. ToolBox.Style = "RobloxButtonDefault"
  1687. ToolBox.Draggable = false
  1688.  
  1689. ToolBox.MouseButton1Click:connect(function()
  1690. Game:GetService("TestService"):DoCommand("ToggleToolbox")
  1691. end)
  1692.  
  1693. Btools = Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  1694. Btools.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  1695. Btools.Name = ("Btools")
  1696. Btools.Position = UDim2.new(0, 5, 0.5, 420)
  1697. Btools.Text = "Btools"
  1698. Btools.TextColor3 = Color3.new(1, 1, 1)
  1699. Btools.Style = "RobloxButtonDefault"
  1700. Btools.Draggable = false
  1701.  
  1702. Btools.MouseButton1Click:connect(function()
  1703. local clone = Instance.new("HopperBin")
  1704. clone.BinType = "Clone"
  1705. clone.Parent = me.Backpack
  1706. local delete = Instance.new("HopperBin")
  1707. delete.BinType = "Hammer"
  1708. delete.Parent = me.Backpack
  1709. local drag = Instance.new("HopperBin")
  1710. drag.BinType = "GameTool"
  1711. drag.Parent = me.Backpack
  1712. local drag2 = Instance.new("HopperBin")
  1713. drag2.BinType = "Grab"
  1714. drag2.Parent = me.Backpack
  1715. game:GetObjects("rbxassetid://122694024")[1].Parent=game.Players.LocalPlayer.Backpack
  1716. game:GetObjects("rbxassetid://10947742")[1].Parent=game.Players.LocalPlayer.Backpack
  1717. game:GetObjects("rbxassetid://2248549")[1].Parent=game.Players.LocalPlayer.Backpack
  1718. game:GetObjects("rbxassetid://45876303")[1].Parent=game.Players.LocalPlayer.Backpack
  1719. end)
  1720.  
  1721.  
  1722. Terrain = Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  1723. Terrain.Size = UDim2.new(0.0500000007, 77, 0.0500000007, 19)
  1724. Terrain.Name = ("ClearTerrain")
  1725. Terrain.Position = UDim2.new(0, 5, 0.5, 440)
  1726. Terrain.Text = "Clear Terrain"
  1727. Terrain.TextColor3 = Color3.new(1, 1, 1)
  1728. Terrain.Style = "RobloxButtonDefault"
  1729. Terrain.Draggable = false
  1730.  
  1731. Terrain.MouseButton1Click:connect(function()
  1732. game.Workspace.Terrain:Clear()
  1733.  
  1734. end)
  1735.  
  1736.  
  1737. ExPro = Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  1738. ExPro.Name = ("expro")
  1739. ExPro.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  1740. ExPro.Position = UDim2.new(0, 5, 0.5, 379)
  1741. ExPro.Text = "V3rm"
  1742. ExPro.TextColor3 = Color3.new(1, 1, 1)
  1743. ExPro.Style = "RobloxButtonDefault"
  1744. ExPro.Draggable = false
  1745.  
  1746. ExPro.MouseButton1Click:connect(function()
  1747. exPro(workspace)
  1748. end)
  1749.  
  1750. StealText = Instance.new("TextBox", game.CoreGui.Main.GuiButtons)
  1751. StealText.BackgroundColor3 = Color3.new(1, 1, 1)
  1752. StealText.Name = ("StealText")
  1753. StealText.ClearTextOnFocus = false
  1754. StealText.Font = "ArialBold"
  1755. StealText.FontSize = "Size11"
  1756. StealText.Transparency = 0.5
  1757. StealText.Position = UDim2.new(0, 72, 0.879999995, 183)
  1758. StealText.Size = UDim2.new(0.0500000007, 125, 0.0500000007, 17)
  1759. StealText.Text = "Place ID to save to"
  1760.  
  1761. StealButton = Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  1762. StealButton.Name = ("StealButton")
  1763. StealButton.Font = "ArialBold"
  1764. StealButton.FontSize = "Size12"
  1765. StealButton.Text = "Steal"
  1766. StealButton.Position = UDim2.new(0.100000001, 5, 0.879999995, 182)
  1767. StealButton.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  1768. StealButton.TextColor3 = Color3.new(1, 1, 1)
  1769. StealButton.Style = "RobloxButtonDefault"
  1770.  
  1771. StealButton.MouseButton1Click:connect(function()
  1772. pcall(function()
  1773. game:service("Visit"):SetUploadUrl("http://www.roblox.com/Data/Upload.ashx?assetid=" .. StealText.Text);
  1774. game.CoreGui.Main.GuiButtons.ControlFrame.SaveDialogShield.Visible = true
  1775. end)
  1776. end)
  1777.  
  1778. coroutine.resume(coroutine.create(function()
  1779. while wait() do
  1780. game:ClearMessage()
  1781. end
  1782. end))
  1783. ------------------------------------------------------------------------------------------------------------END PAGE 1
  1784. --PAGE 2
  1785.  
  1786. p1 = Instance.new("TextButton")
  1787. p1.Name = "p1."
  1788. p1.Parent = ToggleFrame
  1789. p1.Position = UDim2.new(0.10100000351667, 1, 0.70000004768372, -17)
  1790. p1.Size = UDim2.new(0, 22, 0, 20)
  1791. p1.Style = Enum.ButtonStyle.RobloxButton
  1792. p1.Selected = true
  1793. p1.Font = Enum.Font.ArialBold
  1794. p1.FontSize = Enum.FontSize.Size10
  1795. p1.Text = "P1."
  1796. p1.TextColor = BrickColor.new("Institutional white")
  1797. p1.Visible = false
  1798. p1.MouseButton1Click:connect(function()
  1799. edb2.Visible = true
  1800. edb3.Visible = false
  1801. end)
  1802.  
  1803. p2 = Instance.new("TextButton")
  1804. p2.Name = "p2."
  1805. p2.Parent = ToggleFrame
  1806. p2.Position = UDim2.new(0.10100000351667, 21, 0.70000004768372, -17)
  1807. p2.Size = UDim2.new(0, 22, 0, 20)
  1808. p2.Style = Enum.ButtonStyle.RobloxButton
  1809. p2.Selected = true
  1810. p2.Font = Enum.Font.ArialBold
  1811. p2.FontSize = Enum.FontSize.Size10
  1812. p2.Text = "P2."
  1813. p2.TextColor = BrickColor.new("Institutional white")
  1814. p2.Visible = false
  1815. p2.MouseButton1Click:connect(function()
  1816. edb2.Visible = false
  1817. edb3.Visible = true
  1818. end)
  1819.  
  1820.  
  1821.  
  1822. ExecuteFrame = Instance.new("Frame", game.CoreGui.Main.GuiButtons2)
  1823. ExecuteFrame.Name = "ExecuteFrame"
  1824. ExecuteFrame.Position = UDim2.new(0, 144, 0, 94)
  1825. ExecuteFrame.Size = UDim2.new(0, 205, 0, 143)
  1826. ExecuteFrame.BackgroundColor3 = Color3.new(0,0,0)
  1827. ExecuteFrame.BackgroundTransparency = 0.5
  1828. ExecuteFrame.Transparency = 0.5
  1829. ExecuteFrame.Visible = false
  1830. ExecuteFrame.Draggable = true
  1831. ExecuteFrame.Active = true
  1832.  
  1833. ScriptBox = Instance.new("TextBox", ExecuteFrame)
  1834. ScriptBox.Name = "ScriptBox"
  1835. ScriptBox.Position = UDim2.new(0, 5, 0, 5)
  1836. ScriptBox.Size = UDim2.new(0, 195, 0, 85)
  1837. ScriptBox.BackgroundColor3 = Color3.new(0,0,0)
  1838. ScriptBox.BackgroundTransparency = 0.5
  1839. ScriptBox.Text = ""
  1840. ScriptBox.TextColor = BrickColor.new("Institutional white")
  1841. ScriptBox.TextXAlignment = "Left"
  1842. ScriptBox.TextYAlignment = "Top"
  1843. ScriptBox.ClearTextOnFocus = false
  1844. ScriptBox.MultiLine = true
  1845. ScriptBox.Transparency = 0.5
  1846. ScriptBox.TextWrapped = true
  1847.  
  1848. RunSc = Instance.new("TextButton", ExecuteFrame)
  1849. RunSc.Name = "RunScript"
  1850. RunSc.Position = UDim2.new(0, -1, 0, 92)
  1851. RunSc.Size = UDim2.new(0.050000000745058, 196, 0.050000000745058, 19)
  1852. RunSc.Style = "RobloxButtonDefault"
  1853. RunSc.Text = "Run Script"
  1854. RunSc.TextColor = BrickColor.new("Institutional white")
  1855. RunSc.TextTransparency = 0
  1856. RunSc.MouseButton1Click:connect(function()
  1857. delay(0.1,function()assert(loadstring(ScriptBox.Text))()end)
  1858. end)
  1859. ClearScript = Instance.new("TextButton", ExecuteFrame)
  1860. ClearScript.Name = "ClearScript"
  1861. ClearScript.Position = UDim2.new(0, -1, 0, 117)
  1862. ClearScript.Size = UDim2.new(0.050000000745058, 196, 0.050000000745058, 19)
  1863. ClearScript.Style = "RobloxButtonDefault"
  1864. ClearScript.Text = "Clear Script"
  1865. ClearScript.TextColor = BrickColor.new("Institutional white")
  1866. ClearScript.MouseButton1Click:connect(function()
  1867. ScriptBox.Text = ("")
  1868. end)
  1869.  
  1870.  
  1871.  
  1872. Exc = Instance.new("TextButton", game.CoreGui.Main.GuiButtons2)
  1873. Exc.Size = UDim2.new(0.0500000007, 72, 0.0500000007, 19)
  1874. Exc.Name = ("OpenScript")
  1875. Exc.Position = UDim2.new(0.0599999502, 5, 0.5, 384)
  1876. Exc.Text = ("Open Scripter")
  1877. Exc.TextColor3 = Color3.new(1, 1, 1)
  1878. Exc.Style = "RobloxButtonDefault"
  1879. Exc.Draggable = false
  1880. Exc.MouseButton1Click:connect(function()
  1881. game.CoreGui.Main.GuiButtons2.ExecuteFrame.Visible = true
  1882. Exc2.Visible = true
  1883. Exc.Visible = false
  1884. end)
  1885.  
  1886. Exc2 = Instance.new("TextButton", game.CoreGui.Main.GuiButtons2)
  1887. Exc2.Size = UDim2.new(0.0500000007, 72, 0.0500000007, 19)
  1888. Exc2.Name = ("CloseScript")
  1889. Exc2.Position = UDim2.new(0.0599999502, 5, 0.5, 384)
  1890. Exc2.Text = ("Close Scripter")
  1891. Exc2.TextColor3 = Color3.new(1, 1, 1)
  1892. Exc2.Style = "RobloxButtonDefault"
  1893. Exc2.Draggable = false
  1894. Exc2.Visible = false
  1895. Exc2.MouseButton1Click:connect(function()
  1896. game.CoreGui.Main.GuiButtons2.ExecuteFrame.Visible = false
  1897. Exc2.Visible = false
  1898. Exc.Visible = true
  1899. end)
  1900.  
  1901.  
  1902.  
  1903. MemeFrame = Instance.new("Frame")
  1904. MemeFrame.Name = "MemeFrame"
  1905. MemeFrame.Parent = game.CoreGui.Main
  1906. MemeFrame.Position = UDim2.new(0, 379, 0, 88)
  1907. MemeFrame.Size = UDim2.new(0, 496, 0, 217)
  1908. MemeFrame.Style = Enum.FrameStyle.RobloxRound
  1909. MemeFrame.Visible = false
  1910. MemeFrame.Active = true
  1911. MemeFrame.Draggable = true
  1912. m = Instance.new("StringValue", game.CoreGui.Main)
  1913. m.Name = ("Meme")
  1914.  
  1915. function Party(root)
  1916. for _, v in pairs(root:GetChildren()) do
  1917. if v:IsA("Decal") and v.Texture ~= "http://www.roblox.com/asset/?id="..game.CoreGui.Main.Meme.Value then
  1918. v.Parent = nil
  1919. elseif v:IsA("BasePart") then
  1920. v.Material = "Plastic"
  1921. v.Transparency = 0
  1922. One = Instance.new("Decal", v)
  1923. Two = Instance.new("Decal", v)
  1924. Three = Instance.new("Decal", v)
  1925. Four = Instance.new("Decal", v)
  1926. Five = Instance.new("Decal", v)
  1927. Six = Instance.new("Decal", v)
  1928. One.Texture = "http://www.roblox.com/asset/?id="..game.CoreGui.Main.Meme.Value
  1929. Two.Texture = "http://www.roblox.com/asset/?id="..game.CoreGui.Main.Meme.Value
  1930. Three.Texture = "http://www.roblox.com/asset/?id="..game.CoreGui.Main.Meme.Value
  1931. Four.Texture = "http://www.roblox.com/asset/?id="..game.CoreGui.Main.Meme.Value
  1932. Five.Texture = "http://www.roblox.com/asset/?id="..game.CoreGui.Main.Meme.Value
  1933. Six.Texture = "http://www.roblox.com/asset/?id="..game.CoreGui.Main.Meme.Value
  1934. One.Face = "Front"
  1935. Two.Face = "Back"
  1936. Three.Face = "Right"
  1937. Four.Face = "Left"
  1938. Five.Face = "Top"
  1939. Six.Face = "Bottom"
  1940. end
  1941. Party(v)
  1942. end
  1943. end
  1944.  
  1945.  
  1946. Row1 = Instance.new("ImageButton")
  1947. Row1.Name = "Row1"
  1948. Row1.Parent = MemeFrame
  1949. Row1.Size = UDim2.new(0, 60, 0, 60)
  1950. Row1.BackgroundColor = BrickColor.new("Really black")
  1951. Row1.BackgroundTransparency = 0.5
  1952. Row1.Image = "http://www.roblox.com/asset/?id=60890285"
  1953. Row1.Transparency = 0.5
  1954.  
  1955. Row12 = Instance.new("ImageButton")
  1956. Row12.Name = "Row1"
  1957. Row12.Parent = MemeFrame
  1958. Row12.Position = UDim2.new(0, 70, 0, 0)
  1959. Row12.Size = UDim2.new(0, 60, 0, 60)
  1960. Row12.BackgroundColor = BrickColor.new("Really black")
  1961. Row12.BackgroundTransparency = 0.5
  1962. Row12.Image = "http://www.roblox.com/asset/?id=56257168"
  1963. Row12.Transparency = 0.5
  1964.  
  1965. Row13 = Instance.new("ImageButton")
  1966. Row13.Name = "Row1"
  1967. Row13.Parent = MemeFrame
  1968. Row13.Position = UDim2.new(0, 140, 0, 0)
  1969. Row13.Size = UDim2.new(0, 60, 0, 60)
  1970. Row13.BackgroundColor = BrickColor.new("Really black")
  1971. Row13.BackgroundTransparency = 0.5
  1972. Row13.Image = "http://www.roblox.com/asset/?id=38353935"
  1973. Row13.Transparency = 0.5
  1974.  
  1975. Row14 = Instance.new("ImageButton")
  1976. Row14.Name = "Row1"
  1977. Row14.Parent = MemeFrame
  1978. Row14.Position = UDim2.new(0, 210, 0, 0)
  1979. Row14.Size = UDim2.new(0, 60, 0, 60)
  1980. Row14.BackgroundColor = BrickColor.new("Really black")
  1981. Row14.BackgroundTransparency = 0.5
  1982. Row14.Image = "http://www.roblox.com/asset/?id=41739431"
  1983. Row14.Transparency = 0.5
  1984.  
  1985. Row15 = Instance.new("ImageButton")
  1986. Row15.Name = "Row1"
  1987. Row15.Parent = MemeFrame
  1988. Row15.Position = UDim2.new(0, 280, 0, 0)
  1989. Row15.Size = UDim2.new(0, 60, 0, 60)
  1990. Row15.BackgroundColor = BrickColor.new("Really black")
  1991. Row15.BackgroundTransparency = 0.5
  1992. Row15.Image = "http://www.roblox.com/asset/?id=73504134"
  1993. Row15.Transparency = 0.5
  1994.  
  1995. Row16 = Instance.new("ImageButton")
  1996. Row16.Name = "Row1"
  1997. Row16.Parent = MemeFrame
  1998. Row16.Position = UDim2.new(0, 350, 0, 0)
  1999. Row16.Size = UDim2.new(0, 60, 0, 60)
  2000. Row16.BackgroundColor = BrickColor.new("Really black")
  2001. Row16.BackgroundTransparency = 0.5
  2002. Row16.Image = "http://www.roblox.com/asset/?id=76871429"
  2003. Row16.Transparency = 0.5
  2004.  
  2005. Row17 = Instance.new("ImageButton")
  2006. Row17.Name = "Row1"
  2007. Row17.Parent = MemeFrame
  2008. Row17.Position = UDim2.new(0, 420, 0, 0)
  2009. Row17.Size = UDim2.new(0, 60, 0, 60)
  2010. Row17.BackgroundColor = BrickColor.new("Really black")
  2011. Row17.BackgroundTransparency = 0.5
  2012. Row17.Image = "http://www.roblox.com/asset/?id=76871472"
  2013. Row17.Transparency = 0.5
  2014.  
  2015. Row2 = Instance.new("ImageButton")
  2016. Row2.Name = "Row2"
  2017. Row2.Parent = MemeFrame
  2018. Row2.Position = UDim2.new(0, 0, 0, 70)
  2019. Row2.Size = UDim2.new(0, 60, 0, 60)
  2020. Row2.BackgroundColor = BrickColor.new("Really black")
  2021. Row2.BackgroundTransparency = 0.5
  2022. Row2.Image = "http://www.roblox.com/asset/?id=76871551"
  2023. Row2.Transparency = 0.5
  2024.  
  2025. Row22 = Instance.new("ImageButton")
  2026. Row22.Name = "Row2"
  2027. Row22.Parent = MemeFrame
  2028. Row22.Position = UDim2.new(0, 70, 0, 70)
  2029. Row22.Size = UDim2.new(0, 60, 0, 60)
  2030. Row22.BackgroundColor = BrickColor.new("Really black")
  2031. Row22.BackgroundTransparency = 0.5
  2032. Row22.Image = "http://www.roblox.com/asset/?id=76871388"
  2033. Row22.Transparency = 0.5
  2034.  
  2035. Row23 = Instance.new("ImageButton")
  2036. Row23.Name = "Row2"
  2037. Row23.Parent = MemeFrame
  2038. Row23.Position = UDim2.new(0, 140, 0, 70)
  2039. Row23.Size = UDim2.new(0, 60, 0, 60)
  2040. Row23.BackgroundColor = BrickColor.new("Really black")
  2041. Row23.BackgroundTransparency = 0.5
  2042. Row23.Image = "http://www.roblox.com/asset/?id=76871415"
  2043. Row23.Transparency = 0.5
  2044.  
  2045. Row24 = Instance.new("ImageButton")
  2046. Row24.Name = "Row2"
  2047. Row24.Parent = MemeFrame
  2048. Row24.Position = UDim2.new(0, 210, 0, 70)
  2049. Row24.Size = UDim2.new(0, 60, 0, 60)
  2050. Row24.BackgroundColor = BrickColor.new("Really black")
  2051. Row24.BackgroundTransparency = 0.5
  2052. Row24.Image = "http://www.roblox.com/asset/?id=76870237"
  2053. Row24.Transparency = 0.5
  2054.  
  2055. Row25 = Instance.new("ImageButton")
  2056. Row25.Name = "Row2"
  2057. Row25.Parent = MemeFrame
  2058. Row25.Position = UDim2.new(0, 280, 0, 70)
  2059. Row25.Size = UDim2.new(0, 60, 0, 60)
  2060. Row25.BackgroundColor = BrickColor.new("Really black")
  2061. Row25.BackgroundTransparency = 0.5
  2062. Row25.Image = "http://www.roblox.com/asset/?id=65512002"
  2063. Row25.Transparency = 0.5
  2064.  
  2065. Row26 = Instance.new("ImageButton")
  2066. Row26.Name = "Row2"
  2067. Row26.Parent = MemeFrame
  2068. Row26.Position = UDim2.new(0, 350, 0, 70)
  2069. Row26.Size = UDim2.new(0, 60, 0, 60)
  2070. Row26.BackgroundColor = BrickColor.new("Really black")
  2071. Row26.BackgroundTransparency = 0.5
  2072. Row26.Image = "http://www.roblox.com/asset/?id=65511995"
  2073. Row26.Transparency = 0.5
  2074.  
  2075. Row3 = Instance.new("ImageButton")
  2076. Row3.Name = "Row3"
  2077. Row3.Parent = MemeFrame
  2078. Row3.Position = UDim2.new(0, 70, 0, 140)
  2079. Row3.Size = UDim2.new(0, 60, 0, 60)
  2080. Row3.BackgroundColor = BrickColor.new("Really black")
  2081. Row3.BackgroundTransparency = 0.5
  2082. Row3.Image = "http://www.roblox.com/asset/?id=76868523"
  2083. Row3.Transparency = 0.5
  2084.  
  2085. Row32 = Instance.new("ImageButton")
  2086. Row32.Name = "Row3"
  2087. Row32.Parent = MemeFrame
  2088. Row32.Position = UDim2.new(0, 280, 0, 140)
  2089. Row32.Size = UDim2.new(0, 60, 0, 60)
  2090. Row32.BackgroundColor = BrickColor.new("Really black")
  2091. Row32.BackgroundTransparency = 0.5
  2092. Row32.Image = "http://www.roblox.com/asset/?id=84688073"
  2093. Row32.Transparency = 0.5
  2094.  
  2095. Row33 = Instance.new("ImageButton")
  2096. Row33.Name = "Row3"
  2097. Row33.Parent = MemeFrame
  2098. Row33.Position = UDim2.new(0, 425, 0, 145)
  2099. Row33.Size = UDim2.new(0, 50, 0, 50)
  2100. Row33.BackgroundColor = BrickColor.new("Really black")
  2101. Row33.BackgroundTransparency = 0.5
  2102. Row33.Transparency = 0.5
  2103.  
  2104. TextLabel = Instance.new("TextLabel")
  2105. TextLabel.Parent = Row33
  2106. TextLabel.Position = UDim2.new(0, 25, 0, 25)
  2107. TextLabel.Font = Enum.Font.ArialBold
  2108. TextLabel.FontSize = Enum.FontSize.Size14
  2109. TextLabel.Text = "Clear"
  2110. TextLabel.TextColor = BrickColor.new("Institutional white")
  2111.  
  2112. Row34 = Instance.new("ImageButton")
  2113. Row34.Name = "Row3"
  2114. Row34.Parent = MemeFrame
  2115. Row34.Position = UDim2.new(0, 350, 0, 140)
  2116. Row34.Size = UDim2.new(0, 60, 0, 60)
  2117. Row34.BackgroundColor = BrickColor.new("Really black")
  2118. Row34.BackgroundTransparency = 0.5
  2119. Row34.Image = "http://www.roblox.com/asset/?id=108377196"
  2120. Row34.Transparency = 0.5
  2121.  
  2122. Row35 = Instance.new("ImageButton")
  2123. Row35.Name = "Row3"
  2124. Row35.Parent = MemeFrame
  2125. Row35.Position = UDim2.new(0, 0, 0, 140)
  2126. Row35.Size = UDim2.new(0, 60, 0, 60)
  2127. Row35.BackgroundColor = BrickColor.new("Really black")
  2128. Row35.BackgroundTransparency = 0.5
  2129. Row35.Image = "http://www.roblox.com/asset/?id=76870257"
  2130. Row35.Transparency = 0.5
  2131.  
  2132. Row36 = Instance.new("ImageButton")
  2133. Row36.Name = "Row3"
  2134. Row36.Parent = MemeFrame
  2135. Row36.Position = UDim2.new(0, 210, 0, 140)
  2136. Row36.Size = UDim2.new(0, 60, 0, 60)
  2137. Row36.BackgroundColor = BrickColor.new("Really black")
  2138. Row36.BackgroundTransparency = 0.5
  2139. Row36.Image = "http://www.roblox.com/asset/?id=65512006"
  2140. Row36.Transparency = 0.5
  2141.  
  2142. Row37 = Instance.new("ImageButton")
  2143. Row37.Name = "Row3"
  2144. Row37.Parent = MemeFrame
  2145. Row37.Position = UDim2.new(0, 140, 0, 140)
  2146. Row37.Size = UDim2.new(0, 60, 0, 60)
  2147. Row37.BackgroundColor = BrickColor.new("Really black")
  2148. Row37.BackgroundTransparency = 0.5
  2149. Row37.Image = "http://www.roblox.com/asset/?id=96074154"
  2150. Row37.Transparency = 0.5
  2151.  
  2152. Row27 = Instance.new("ImageButton")
  2153. Row27.Name = "Row2"
  2154. Row27.Parent = MemeFrame
  2155. Row27.Position = UDim2.new(0, 420, 0, 70)
  2156. Row27.Size = UDim2.new(0, 60, 0, 60)
  2157. Row27.BackgroundColor = BrickColor.new("Really black")
  2158. Row27.BackgroundTransparency = 0.5
  2159. Row27.Image = "http://www.roblox.com/asset/?id=76870098"
  2160. Row27.Transparency = 0.5
  2161.  
  2162. Face1 = Instance.new("TextButton")
  2163. Face1.Name = "Face"
  2164. Face1.Parent = MemeFrame
  2165. Face1.Position = UDim2.new(0, -2, 0.0010000000474975, 209)
  2166. Face1.Size = UDim2.new(0, 135, 0, 18)
  2167. Face1.BackgroundColor3 = Color3.new(0,0,0)
  2168. Face1.BackgroundTransparency = 0.30000001192093
  2169. Face1.BorderSizePixel = 0
  2170. Face1.Text = "Add to face"
  2171. Face1.TextColor = BrickColor.new("Institutional white")
  2172. Face1.Transparency = 0.30000001192093
  2173. Face1.FontSize = "Size11"
  2174. Face1.Font = "ArialBold"
  2175. Parts = Instance.new("TextButton")
  2176. Parts.Name = "Parts"
  2177. Parts.Parent = MemeFrame
  2178. Parts.Position = UDim2.new(0, 347, 0.0010000000474975, 209)
  2179. Parts.Size = UDim2.new(0, 135, 0, 18)
  2180. Parts.BackgroundColor3 = Color3.new(0,0,0)
  2181. Parts.BackgroundTransparency = 0.30000001192093
  2182. Parts.BorderSizePixel = 0
  2183. Parts.Text = "Add to all Parts"
  2184. Parts.TextColor = BrickColor.new("Institutional white")
  2185. Parts.Transparency = 0.30000001192093
  2186. Parts.FontSize = "Size11"
  2187. Parts.Font = "ArialBold"
  2188. --Row 1
  2189. Row1.MouseButton1Click:connect(function()
  2190. m.Value = ("60890285")
  2191. end)
  2192. Row12.MouseButton1Click:connect(function()
  2193. m.Value = ("56257168")
  2194. end)
  2195. Row13.MouseButton1Click:connect(function()
  2196. m.Value = ("38353935")
  2197. end)
  2198. Row14.MouseButton1Click:connect(function()
  2199. m.Value = ("41739431")
  2200. end)
  2201. Row15.MouseButton1Click:connect(function()
  2202. m.Value = ("73504134")
  2203. end)
  2204. Row16.MouseButton1Click:connect(function()
  2205. m.Value = ("76871429")
  2206. end)
  2207. Row17.MouseButton1Click:connect(function()
  2208. m.Value = ("76871472")
  2209. end)
  2210. --Row 2
  2211. Row2.MouseButton1Click:connect(function()
  2212. m.Value = ("76871551")
  2213. end)
  2214. Row22.MouseButton1Click:connect(function()
  2215. m.Value = ("84688073")
  2216. end)
  2217. Row23.MouseButton1Click:connect(function()
  2218. m.Value = ("76871415")
  2219. end)
  2220. Row24.MouseButton1Click:connect(function()
  2221. m.Value = ("76870237")
  2222. end)
  2223. Row25.MouseButton1Click:connect(function()
  2224. m.Value = ("65512002")
  2225. end)
  2226. Row26.MouseButton1Click:connect(function()
  2227. m.Value = ("65511995")
  2228. end)
  2229. Row27.MouseButton1Click:connect(function()
  2230. m.Value = ("76870098")
  2231. end)
  2232. --Row 3
  2233. Row3.MouseButton1Click:connect(function()
  2234. m.Value = ("76868523")
  2235. end)
  2236. Row32.MouseButton1Click:connect(function()
  2237. m.Value = ("84688073")
  2238. end)
  2239. Row33.MouseButton1Click:connect(function()--Clear Button
  2240. m.Value = ("")
  2241. end)
  2242. Row34.MouseButton1Click:connect(function()
  2243. m.Value = ("108377196")
  2244. end)
  2245. Row35.MouseButton1Click:connect(function()
  2246. m.Value = ("76870257")
  2247. end)
  2248. Row36.MouseButton1Click:connect(function()
  2249. m.Value = ("65512006")
  2250. end)
  2251. Row37.MouseButton1Click:connect(function()
  2252. m.Value = ("96074154")
  2253. end)
  2254. --Buttons!
  2255. Parts.MouseButton1Click:connect(function()
  2256. Party(workspace)
  2257. end)
  2258. Face1.MouseButton1Click:connect(function()
  2259. game.Players.LocalPlayer.Character.Head.face.Texture = "http://www.roblox.com/asset/?id="..m.Value
  2260. end)
  2261.  
  2262.  
  2263. MeMe = Instance.new("TextButton", game.CoreGui.Main.GuiButtons2)
  2264. MeMe.Size = UDim2.new(0.0500000007, 72, 0.0500000007, 19)
  2265. MeMe.Name = ("OpenMeme")
  2266. MeMe.Position = UDim2.new(0.0599999502, 5, 0.5, 361)
  2267. MeMe.Text = ("Open Memes")
  2268. MeMe.TextColor3 = Color3.new(1, 1, 1)
  2269. MeMe.Style = "RobloxButtonDefault"
  2270. MeMe.Draggable = false
  2271. MeMe.MouseButton1Click:connect(function()
  2272. MemeFrame.Visible = true
  2273. MeMe.Visible = false
  2274. MeMe2.Visible = true
  2275. end)
  2276.  
  2277. MeMe2 = Instance.new("TextButton", game.CoreGui.Main.GuiButtons2)
  2278. MeMe2.Size = UDim2.new(0.0500000007, 72, 0.0500000007, 19)
  2279. MeMe2.Name = ("CloseMeme")
  2280. MeMe2.Position = UDim2.new(0.0599999502, 5, 0.5, 361)
  2281. MeMe2.Text = ("Close Memes")
  2282. MeMe2.TextColor3 = Color3.new(1, 1, 1)
  2283. MeMe2.Style = "RobloxButtonDefault"
  2284. MeMe2.Draggable = false
  2285. MeMe2.Visible = false
  2286. MeMe2.MouseButton1Click:connect(function()
  2287. MemeFrame.Visible = false
  2288. MeMe.Visible = true
  2289. MeMe2.Visible = false
  2290. end)
  2291.  
  2292.  
  2293. KickText = Instance.new("TextBox", game.CoreGui.Main.GuiButtons2)
  2294. KickText.BackgroundColor3 = Color3.new(1, 1, 1)
  2295. KickText.Name = ("KickText")
  2296. KickText.ClearTextOnFocus = true
  2297. KickText.Font = "ArialBold"
  2298. KickText.FontSize = "Size11"
  2299. KickText.Position = UDim2.new(0.129999936, 88, 0.615999818, 338)
  2300. KickText.Size = UDim2.new(0.0500000007, 125, 0.0500000007, 17)
  2301. KickText.Text = "Player Name"
  2302. KickText.ClipsDescendants = true
  2303. KickText.BackgroundTransparency = ("0.5")
  2304.  
  2305. Kick = Instance.new("TextButton", game.CoreGui.Main.GuiButtons2)
  2306. Kick.Size = UDim2.new(0.0500000007, 79, 0.0500000007, 19)
  2307. Kick.Name = ("Kick")
  2308. Kick.Position = UDim2.new(0.0599999502, 5, 0.5, 338)
  2309. Kick.Text = ("Kick")
  2310. Kick.TextColor3 = Color3.new(1, 1, 1)
  2311. Kick.Style = "RobloxButtonDefault"
  2312. Kick.Draggable = false
  2313.  
  2314. Kick.MouseButton1Click:connect(function()
  2315. plrt = KickText.Text
  2316. game.Players[plrt]:Remove()
  2317. end)
  2318.  
  2319.  
  2320. BanText = Instance.new("TextBox", game.CoreGui.Main.GuiButtons2)
  2321. BanText.BackgroundColor3 = Color3.new(1, 1, 1)
  2322. BanText.Name = ("BanText")
  2323. BanText.ClearTextOnFocus = true
  2324. BanText.Font = "ArialBold"
  2325. BanText.FontSize = "Size11"
  2326. BanText.Position = UDim2.new(0.129999936, 88, 0.615999818, 315)
  2327. BanText.Size = UDim2.new(0.0500000007, 125, 0.0500000007, 17)
  2328. BanText.Text = "Player Name"
  2329. BanText.ClipsDescendants = true
  2330. BanText.BackgroundTransparency = ("0.5")
  2331.  
  2332. Ban = Instance.new("TextButton", game.CoreGui.Main.GuiButtons2)
  2333. Ban.Size = UDim2.new(0.0500000007, 79, 0.0500000007, 19)
  2334. Ban.Name = ("Ban")
  2335. Ban.Position = UDim2.new(0.0599999502, 5, 0.5, 315)
  2336. Ban.Text = ("Ban")
  2337. Ban.TextColor3 = Color3.new(1, 1, 1)
  2338. Ban.Style = "RobloxButtonDefault"
  2339. Ban.Draggable = false
  2340.  
  2341. Ban.MouseButton1Click:connect(function()
  2342. plrg = BanText.Text
  2343. while true do
  2344. wait()
  2345. game.Players[plrg]:Remove()
  2346. end
  2347. end)
  2348.  
  2349. TripText = Instance.new("TextBox", game.CoreGui.Main.GuiButtons2)
  2350. TripText.BackgroundColor3 = Color3.new(1, 1, 1)
  2351. TripText.Name = ("TripText")
  2352. TripText.ClearTextOnFocus = true
  2353. TripText.Font = "ArialBold"
  2354. TripText.FontSize = "Size11"
  2355. TripText.Position = UDim2.new(0.129999936, 88, 0.615999818, 292)
  2356. TripText.Size = UDim2.new(0.0500000007, 125, 0.0500000007, 17)
  2357. TripText.Text = "Player Name"
  2358. TripText.ClipsDescendants = true
  2359. TripText.BackgroundTransparency = ("0.5")
  2360.  
  2361. Trip = Instance.new("TextButton", game.CoreGui.Main.GuiButtons2)
  2362. Trip.Size = UDim2.new(0.0500000007, 79, 0.0500000007, 19)
  2363. Trip.Name = ("Trip")
  2364. Trip.Position = UDim2.new(0.0599999502, 5, 0.5, 292)
  2365. Trip.Text = ("Trip")
  2366. Trip.TextColor3 = Color3.new(1, 1, 1)
  2367. Trip.Style = "RobloxButtonDefault"
  2368. Trip.Draggable = false
  2369.  
  2370. Trip.MouseButton1Click:connect(function()
  2371. plrh = TripText.Text
  2372. game.Players[plrh].Character.Humanoid.PlatformStand = true
  2373. wait(0.7)
  2374. game.Players[plrh].Character.Humanoid.PlatformStand = false
  2375. end)
  2376.  
  2377. Hide = Instance.new("TextButton", game.CoreGui.Main.GuiButtons2)
  2378. Hide.Size = UDim2.new(0.0500000007, 79, 0.0500000007, 19)
  2379. Hide.Name = ("Hide")
  2380. Hide.Position = UDim2.new(0.0599999502, 5, 0.5, 269)
  2381. Hide.Text = ("Hide Tools")
  2382. Hide.TextColor3 = Color3.new(1, 1, 1)
  2383. Hide.Style = "RobloxButtonDefault"
  2384. Hide.Draggable = false
  2385.  
  2386. Hide.MouseButton1Click:connect(function()
  2387. for _, v in pairs(me.Backpack:GetChildren()) do
  2388. if v:IsA("Tool") then
  2389. v.Handle.Transparency = 1
  2390. end
  2391. end
  2392. Hide.Visible = false
  2393. Show.Visible = true
  2394. end)
  2395.  
  2396. Show = Instance.new("TextButton", game.CoreGui.Main.GuiButtons2)
  2397. Show.Size = UDim2.new(0.0500000007, 79, 0.0500000007, 19)
  2398. Show.Name = ("Show")
  2399. Show.Position = UDim2.new(0.0599999502, 5, 0.5, 269)
  2400. Show.Text = ("Show Tools")
  2401. Show.TextColor3 = Color3.new(1, 1, 1)
  2402. Show.Style = "RobloxButtonDefault"
  2403. Show.Draggable = false
  2404. Show.Visible = false
  2405.  
  2406. Show.MouseButton1Click:connect(function()
  2407. for _, v in pairs(me.Backpack:GetChildren()) do
  2408. if v:IsA("Tool") then
  2409. v.Handle.Transparency = 0
  2410. end
  2411. end
  2412. Hide.Visible = true
  2413. Show.Visible = false
  2414. end)
  2415.  
  2416. FreezeText = Instance.new("TextBox", game.CoreGui.Main.GuiButtons2)
  2417. FreezeText.BackgroundColor3 = Color3.new(1, 1, 1)
  2418. FreezeText.Name = ("FreezeText")
  2419. FreezeText.ClearTextOnFocus = true
  2420. FreezeText.Font = "ArialBold"
  2421. FreezeText.FontSize = "Size11"
  2422. FreezeText.Position = UDim2.new(0.129999936, 88, 0.615999818, 246)
  2423. FreezeText.Size = UDim2.new(0.0500000007, 125, 0.0500000007, 17)
  2424. FreezeText.Text = "Player Name"
  2425. FreezeText.ClipsDescendants = true
  2426. FreezeText.BackgroundTransparency = ("0.5")
  2427.  
  2428. Freeze = Instance.new("TextButton", game.CoreGui.Main.GuiButtons2)
  2429. Freeze.Size = UDim2.new(0.0500000007, 79, 0.0500000007, 19)
  2430. Freeze.Name = ("Freeze")
  2431. Freeze.Position = UDim2.new(0.0599999502, 5, 0.5, 246)
  2432. Freeze.Text = ("Freeze")
  2433. Freeze.TextColor3 = Color3.new(1, 1, 1)
  2434. Freeze.Style = "RobloxButtonDefault"
  2435. Freeze.Draggable = false
  2436.  
  2437. Freeze.MouseButton1Click:connect(function()
  2438. Freeze.Visible = false
  2439. UnFreeze.Visible = true
  2440. gg = FreezeText.Text
  2441. game.Players[gg].Character.Humanoid.PlatformStand = true
  2442. game.Players[gg].Character.Torso.Anchored = true
  2443. game.Players[gg].Character.Humanoid.Walkspeed = 0
  2444.  
  2445. end)
  2446.  
  2447. UnFreeze = Instance.new("TextButton", game.CoreGui.Main.GuiButtons2)
  2448. UnFreeze.Size = UDim2.new(0.0500000007, 79, 0.0500000007, 19)
  2449. UnFreeze.Name = ("UnFreeze")
  2450. UnFreeze.Position = UDim2.new(0.0599999502, 5, 0.5, 246)
  2451. UnFreeze.Text = ("Un Freeze")
  2452. UnFreeze.TextColor3 = Color3.new(1, 1, 1)
  2453. UnFreeze.Style = "RobloxButtonDefault"
  2454. UnFreeze.Draggable = false
  2455. UnFreeze.Visible = false
  2456.  
  2457. UnFreeze.MouseButton1Click:connect(function()
  2458. Freeze.Visible = true
  2459. UnFreeze.Visible = false
  2460. gg = FreezeText.Text
  2461. game.Players[gg].Character.Humanoid.PlatformStand = false
  2462. game.Players[gg].Character.Torso.Anchored = false
  2463. game.Players[gg].Character.Humanoid.Walkspeed = 16
  2464. end)
  2465.  
  2466. BCFrame = Instance.new("Frame")
  2467. BCFrame.Name = "BCFrame"
  2468. BCFrame.Parent = game.CoreGui.Main.GuiButtons2
  2469. BCFrame.Active = true
  2470. BCFrame.Position = UDim2.new(0, 354, 0, 94)
  2471. BCFrame.Size = UDim2.new(0, 125, 0, 102)
  2472. BCFrame.BackgroundColor = BrickColor.new("Really black")
  2473. BCFrame.BackgroundTransparency = 0.5
  2474. BCFrame.Transparency = 0.5
  2475. BCFrame.Visible = false
  2476.  
  2477. BCText = Instance.new("TextBox", game.CoreGui.Main.GuiButtons2)
  2478. BCText.BackgroundColor3 = Color3.new(1, 1, 1)
  2479. BCText.Name = ("BCText")
  2480. BCText.ClearTextOnFocus = true
  2481. BCText.Font = "ArialBold"
  2482. BCText.FontSize = "Size11"
  2483. BCText.Position = UDim2.new(0.129999936, 88, 0.615999818, 223)
  2484. BCText.Size = UDim2.new(0.0500000007, 125, 0.0500000007, 17)
  2485. BCText.Text = "Player Name"
  2486. BCText.ClipsDescendants = true
  2487. BCText.BackgroundTransparency = ("0.5")
  2488.  
  2489.  
  2490. OBC = Instance.new("TextButton")
  2491. OBC.Name = "OBC"
  2492. OBC.Parent = BCFrame
  2493. OBC.Position = UDim2.new(0, 4, 0, 2)
  2494. OBC.Size = UDim2.new(0.050000000745058, 111, 0.050000000745058, 19)
  2495. OBC.Style = "RobloxButtonDefault"
  2496. OBC.Text = "OBC"
  2497. OBC.TextColor = BrickColor.new("Institutional white")
  2498.  
  2499. OBC.MouseButton1Click:connect(function()
  2500. lto = BCText.Text
  2501. game.Players[lto]:SetMembershipType(Enum.MembershipType.OutrageousBuildersClub)
  2502. end)
  2503. TBC = Instance.new("TextButton")
  2504. TBC.Name = "TBC"
  2505. TBC.Parent = BCFrame
  2506. TBC.Position = UDim2.new(0, 4, 0, 27)
  2507. TBC.Size = UDim2.new(0.050000000745058, 111, 0.050000000745058, 19)
  2508. TBC.Style = "RobloxButtonDefault"
  2509. TBC.Text = "TBC"
  2510. TBC.TextColor = BrickColor.new("Institutional white")
  2511. TBC.MouseButton1Click:connect(function()
  2512. lto = BCText.Text
  2513. game.Players[lto]:SetMembershipType(Enum.MembershipType.TurboBuildersClub)
  2514. end)
  2515.  
  2516. BC = Instance.new("TextButton")
  2517. BC.Name = "BC"
  2518. BC.Parent = BCFrame
  2519. BC.Position = UDim2.new(0, 4, 0, 52)
  2520. BC.Size = UDim2.new(0.050000000745058, 111, 0.050000000745058, 19)
  2521. BC.Style = "RobloxButtonDefault"
  2522. BC.Text = "BC"
  2523. BC.TextColor = BrickColor.new("Institutional white")
  2524. BC.MouseButton1Click:connect(function()
  2525. lto = BCText.Text
  2526. game.Players[lto]:SetMembershipType(Enum.MembershipType.BuildersClub);
  2527. end)
  2528.  
  2529. NBC = Instance.new("TextButton")
  2530. NBC.Name = "NBC"
  2531. NBC.Parent = BCFrame
  2532. NBC.Position = UDim2.new(0, 4, 0, 77)
  2533. NBC.Size = UDim2.new(0.050000000745058, 111, 0.050000000745058, 19)
  2534. NBC.Style = "RobloxButtonDefault"
  2535. NBC.Text = "NBC"
  2536. NBC.TextColor = BrickColor.new("Institutional white")
  2537. NBC.MouseButton1Click:connect(function()
  2538. lto = BCText.Text
  2539. game.Players[lto]:SetMembershipType(Enum.MembershipType.None);
  2540. end)
  2541.  
  2542. BC = Instance.new("TextButton", game.CoreGui.Main.GuiButtons2)
  2543. BC.Size = UDim2.new(0.0500000007, 79, 0.0500000007, 19)
  2544. BC.Name = ("BC")
  2545. BC.Position = UDim2.new(0.0599999502, 5, 0.5, 223)
  2546. BC.Text = ("BC options")
  2547. BC.TextColor3 = Color3.new(1, 1, 1)
  2548. BC.Style = "RobloxButtonDefault"
  2549. BC.Draggable = false
  2550.  
  2551. BC.MouseButton1Click:connect(function()
  2552. BCFrame.Visible = true
  2553. BC.Visible = false
  2554. CloseBC.Visible = true
  2555. end)
  2556.  
  2557. CloseBC = Instance.new("TextButton", game.CoreGui.Main.GuiButtons2)
  2558. CloseBC.Size = UDim2.new(0.0500000007, 79, 0.0500000007, 19)
  2559. CloseBC.Name = ("CloseBC")
  2560. CloseBC.Position = UDim2.new(0.0599999502, 5, 0.5, 223)
  2561. CloseBC.Text = ("Close options")
  2562. CloseBC.TextColor3 = Color3.new(1, 1, 1)
  2563. CloseBC.Style = "RobloxButtonDefault"
  2564. CloseBC.Draggable = false
  2565. CloseBC.Visible = false
  2566.  
  2567. CloseBC.MouseButton1Click:connect(function()
  2568. BCFrame.Visible = false
  2569. CloseBC.Visible = false
  2570. BC.Visible = true
  2571. end)
  2572.  
  2573.  
  2574. ChatText = Instance.new("TextBox", game.CoreGui.Main.GuiButtons2)
  2575. ChatText.BackgroundColor3 = Color3.new(1, 1, 1)
  2576. ChatText.Name = ("ChatText")
  2577. ChatText.ClearTextOnFocus = true
  2578. ChatText.Font = "ArialBold"
  2579. ChatText.FontSize = "Size11"
  2580. ChatText.Position = UDim2.new(0.129999936, 88, 0.615999818, 200)
  2581. ChatText.Size = UDim2.new(0.0500000007, 125, 0.0500000007, 17)
  2582. ChatText.Text = "Chat Text Here"
  2583. ChatText.ClipsDescendants = true
  2584. ChatText.BackgroundTransparency = ("0.5")
  2585.  
  2586. Chat = Instance.new("TextButton", game.CoreGui.Main.GuiButtons2)
  2587. Chat.Size = UDim2.new(0.0500000007, 79, 0.0500000007, 19)
  2588. Chat.Name = ("Chat")
  2589. Chat.Position = UDim2.new(0.0599999502, 5, 0.5, 200)
  2590. Chat.Text = ("Spam")
  2591. Chat.TextColor3 = Color3.new(1, 1, 1)
  2592. Chat.Style = "RobloxButtonDefault"
  2593. Chat.Draggable = false
  2594.  
  2595. Chat.MouseButton1Click:connect(function()
  2596. g = 1
  2597. c = ChatText.Text
  2598. for i=1, g do
  2599. game.Players:Chat(c)
  2600. end
  2601. end)
  2602. end)
  2603.  
  2604. local exle = Instance.new("TextButton")
  2605. exle.Parent = textbox
  2606. exle.Position = UDim2.new(-0.46,0,0.24,0)
  2607. exle.Size = UDim2.new(0.1,0,0,25)
  2608. exle.BackgroundColor = BrickColor.new("Really black")
  2609. exle.Font = "ArialBold"
  2610. exle.FontSize = "Size14"
  2611. exle.TextColor3 = Color3.new(255/255,255/255,255/255)
  2612. exle.BorderSizePixel = 0
  2613. exle.Text = "AntiBanEnable"
  2614. exle.MouseButton1Down:connect(function()
  2615. game.Players.LocalPlayer.Character.RobloxLocked = true
  2616. game.Players.LocalPlayer.RobloxLocked = true
  2617. game:GetService("ScriptContext").ScriptsDisabled = true
  2618. end)
  2619.  
  2620. local exlee = Instance.new("TextButton")
  2621. exlee.Parent = textbox
  2622. exlee.Position = UDim2.new(-0.46,0,0.36,0)
  2623. exlee.Size = UDim2.new(0.1,0,0,25)
  2624. exlee.BackgroundColor = BrickColor.new("Really black")
  2625. exlee.Font = "ArialBold"
  2626. exlee.FontSize = "Size14"
  2627. exlee.TextColor3 = Color3.new(255/255,255/255,255/255)
  2628. exlee.BorderSizePixel = 0
  2629. exlee.Text = "AntiBanDisable"
  2630. exlee.MouseButton1Down:connect(function()
  2631. game.Players.LocalPlayer.Character.RobloxLocked = false
  2632. game.Players.LocalPlayer.RobloxLocked = false
  2633. game:GetService("ScriptContext").ScriptsDisabled = false
  2634. end)
  2635.  
  2636. local exleee = Instance.new("TextButton")
  2637. exleee.Parent = textbox
  2638. exleee.Position = UDim2.new(-0.46,0,0.48,0)
  2639. exleee.Size = UDim2.new(0.1,0,0,25)
  2640. exleee.BackgroundColor = BrickColor.new("Really black")
  2641. exleee.Font = "ArialBold"
  2642. exleee.FontSize = "Size14"
  2643. exleee.TextColor3 = Color3.new(255/255,255/255,255/255)
  2644. exleee.BorderSizePixel = 0
  2645. exleee.Text = "Knife"
  2646. exleee.MouseButton1Down:connect(function()
  2647. game:GetObjects("rbxassetid://92001561")[1].Parent=game.Players.LocalPlayer.Backpack
  2648. end)
  2649.  
  2650. local exleeeee = Instance.new("TextButton")
  2651. exleeeee.Parent = textbox
  2652. exleeeee.Position = UDim2.new(-0.46,0,0.72,0)
  2653. exleeeee.Size = UDim2.new(0.1,0,0,25)
  2654. exleeeee.BackgroundColor = BrickColor.new("Really black")
  2655. exleeeee.Font = "ArialBold"
  2656. exleeeee.FontSize = "Size14"
  2657. exleeeee.TextColor3 = Color3.new(255/255,255/255,255/255)
  2658. exleeeee.BorderSizePixel = 0
  2659. exleeeee.Text = "Night"
  2660. exleeeee.MouseButton1Down:connect(function()
  2661. game.Lighting.TimeOfDay = 1
  2662. end)
  2663.  
  2664. local fpaafu = Instance.new("TextButton")
  2665. fpaafu.Parent = textbox
  2666. fpaafu.Position = UDim2.new(-0.34,0,0.84,0)
  2667. fpaafu.Size = UDim2.new(0.1,0,0,25)
  2668. fpaafu.BackgroundColor = BrickColor.new("Really black")
  2669. fpaafu.Font = "ArialBold"
  2670. fpaafu.FontSize = "Size14"
  2671. fpaafu.TextColor3 = Color3.new(255/255,255/255,255/255)
  2672. fpaafu.BorderSizePixel = 0
  2673. fpaafu.Text = "Day"
  2674. fpaafu.MouseButton1Down:connect(function()
  2675. game.Lighting.TimeOfDay = 10
  2676. end)
  2677.  
  2678. local textbutton = Instance.new("TextButton")
  2679. textbutton.Parent = textbox
  2680. textbutton.BackgroundColor = BrickColor.new("Really black")
  2681. textbutton.Font = "ArialBold"
  2682. textbutton.FontSize = "Size14"
  2683. textbutton.Position = UDim2.new(0,0,1,0)
  2684. textbutton.Size = UDim2.new(1,0,0.1,0)
  2685. textbutton.TextColor3 = Color3.new(255/255,255/255,255/255)
  2686. textbutton.BorderSizePixel = 0
  2687. textbutton.Text = "Execute LoadString"
  2688.  
  2689. local asdd = Instance.new("TextButton")
  2690. asdd.Parent = textbox
  2691. asdd.Position = UDim2.new(-0.1,0,0.12,0)
  2692. asdd.Size = UDim2.new(0.1,0,0,25)
  2693. asdd.BackgroundColor = BrickColor.new("Really black")
  2694. asdd.Font = "ArialBold"
  2695. asdd.FontSize = "Size14"
  2696. asdd.TextColor3 = Color3.new(255/255,255/255,255/255)
  2697. asdd.BorderSizePixel = 0
  2698. asdd.Text = "Orb"
  2699. asdd.MouseButton1Down:connect(function()
  2700. game:GetObjects("rbxassetid://137285524")[1].Parent=game.Players.LocalPlayer.Backpack
  2701. end)
  2702.  
  2703. local asddd = Instance.new("TextButton")
  2704. asddd.Parent = textbox
  2705. asddd.Position = UDim2.new(-0.1,0,0.24,0)
  2706. asddd.Size = UDim2.new(0.1,0,0,25)
  2707. asddd.BackgroundColor = BrickColor.new("Really black")
  2708. asddd.Font = "ArialBold"
  2709. asddd.FontSize = "Size14"
  2710. asddd.TextColor3 = Color3.new(255/255,255/255,255/255)
  2711. asddd.BorderSizePixel = 0
  2712. asddd.Text = "Ohgal"
  2713. asddd.MouseButton1Down:connect(function()
  2714. str_srce = "143944387" loadstring(game:GetObjects("rbxassetid://"..str_srce)[1].Source)()
  2715. end)
  2716.  
  2717. local ty = Instance.new("TextButton")
  2718. ty.Parent = textbox
  2719. ty.Position = UDim2.new(-0.1,0,0.60,0)
  2720. ty.Size = UDim2.new(0.1,0,0,25)
  2721. ty.BackgroundColor = BrickColor.new("Really black")
  2722. ty.Font = "ArialBold"
  2723. ty.FontSize = "Size14"
  2724. ty.TextColor3 = Color3.new(255/255,255/255,255/255)
  2725. ty.BorderSizePixel = 0
  2726. ty.Text = "MasterHand"
  2727. ty.MouseButton1Down:connect(function()
  2728. game:GetObjects("rbxassetid://136424786")[1].Parent=game.Players.LocalPlayer.Backpack
  2729. end)
  2730.  
  2731. local tyy = Instance.new("TextButton")
  2732. tyy.Parent = textbox
  2733. tyy.Position = UDim2.new(-0.1,0,0.72,0)
  2734. tyy.Size = UDim2.new(0.1,0,0,25)
  2735. tyy.BackgroundColor = BrickColor.new("Really black")
  2736. tyy.Font = "ArialBold"
  2737. tyy.FontSize = "Size14"
  2738. tyy.TextColor3 = Color3.new(255/255,255/255,255/255)
  2739. tyy.BorderSizePixel = 0
  2740. tyy.Text = "SuicideVest"
  2741. tyy.MouseButton1Down:connect(function()
  2742. loadstring(Game:GetObjects("rbxassetid://142429056")[1].Source)()
  2743. wait(0.5)
  2744. game.Players.LocalPlayer.PlayerGui.Message:remove()
  2745. end)
  2746.  
  2747. local aasddd = Instance.new("TextButton")
  2748. aasddd.Parent = textbox
  2749. aasddd.Position = UDim2.new(-0.1,0,0.36,0)
  2750. aasddd.Size = UDim2.new(0.1,0,0,25)
  2751. aasddd.BackgroundColor = BrickColor.new("Really black")
  2752. aasddd.Font = "ArialBold"
  2753. aasddd.FontSize = "Size14"
  2754. aasddd.TextColor3 = Color3.new(255/255,255/255,255/255)
  2755. aasddd.BorderSizePixel = 0
  2756. aasddd.Text = "Infinity"
  2757. aasddd.MouseButton1Down:connect(function()
  2758. game:GetObjects("rbxassetid://142036884")[1].Parent=game.Players.LocalPlayer.Backpack
  2759. end)
  2760.  
  2761. local aaddd = Instance.new("TextButton")
  2762. aaddd.Parent = textbox
  2763. aaddd.Position = UDim2.new(-0.1,0,0.48,0)
  2764. aaddd.Size = UDim2.new(0.1,0,0,25)
  2765. aaddd.BackgroundColor = BrickColor.new("Really black")
  2766. aaddd.Font = "ArialBold"
  2767. aaddd.FontSize = "Size14"
  2768. aaddd.TextColor3 = Color3.new(255/255,255/255,255/255)
  2769. aaddd.BorderSizePixel = 0
  2770. aaddd.Text = "Music(BROKE)"
  2771. aaddd.MouseButton1Down:connect(function()
  2772. local s = Instance.new("Sound", game.Workspace) s.SoundId = "http://www.roblox.com/asset/?id=" .. textbxn.Text s.Volume = 1 s.Pitch = pitch s.Looped = true s.archivable = false repeat s:Play() wait(2.5) s:Stop() wait(.5) s:Play() until s.IsPlaying
  2773. end)
  2774.  
  2775. local aadddc = Instance.new("TextButton")
  2776. aadddc.Parent = textbox
  2777. aadddc.Position = UDim2.new(-0.1,0,0.84,0)
  2778. aadddc.Size = UDim2.new(0.1,0,0,25)
  2779. aadddc.BackgroundColor = BrickColor.new("Really black")
  2780. aadddc.Font = "ArialBold"
  2781. aadddc.FontSize = "Size14"
  2782. aadddc.TextColor3 = Color3.new(255/255,255/255,255/255)
  2783. aadddc.BorderSizePixel = 0
  2784. aadddc.Text = "Scythe"
  2785. aadddc.MouseButton1Down:connect(function()
  2786. game:GetObjects("rbxassetid://143951738")[1].Parent=game.Players.LocalPlayer.Backpack
  2787. end)
  2788.  
  2789. local faadddc = Instance.new("TextButton")
  2790. faadddc.Parent = textbox
  2791. faadddc.Position = UDim2.new(-0.22,0,0,0)
  2792. faadddc.Size = UDim2.new(0.1,0,0,25)
  2793. faadddc.BackgroundColor = BrickColor.new("Really black")
  2794. faadddc.Font = "ArialBold"
  2795. faadddc.FontSize = "Size14"
  2796. faadddc.TextColor3 = Color3.new(255/255,255/255,255/255)
  2797. faadddc.BorderSizePixel = 0
  2798. faadddc.Text = "WarHammer"
  2799. faadddc.MouseButton1Down:connect(function()
  2800. game:GetObjects("rbxassetid://143947531")[1].Parent=game.Players.LocalPlayer.Backpack
  2801. end)
  2802.  
  2803. local red = Instance.new("TextButton")
  2804. red.Parent = textbox
  2805. red.Position = UDim2.new(-0.22,0,0.84,0)
  2806. red.Size = UDim2.new(0.1,0,0,25)
  2807. red.BackgroundColor = BrickColor.new("Really black")
  2808. red.Font = "ArialBold"
  2809. red.FontSize = "Size14"
  2810. red.TextColor3 = Color3.new(255/255,255/255,255/255)
  2811. red.BorderSizePixel = 0
  2812. red.Text = "Draw Tool"
  2813. red.MouseButton1Down:connect(function()
  2814. loadstring(game:GetObjects("rbxassetid://96727044")[1].Source)()
  2815. end)
  2816.  
  2817. local redd = Instance.new("TextButton")
  2818. redd.Parent = textbox
  2819. redd.Position = UDim2.new(-0.22,0,0.72,0)
  2820. redd.Size = UDim2.new(0.1,0,0,25)
  2821. redd.BackgroundColor = BrickColor.new("Really black")
  2822. redd.Font = "ArialBold"
  2823. redd.FontSize = "Size14"
  2824. redd.TextColor3 = Color3.new(255/255,255/255,255/255)
  2825. redd.BorderSizePixel = 0
  2826. redd.Text = "Blue"
  2827. redd.MouseButton1Down:connect(function()
  2828. game.Lighting.Ambient = Color3.new(0,0,153)
  2829. end)
  2830.  
  2831. local reddd = Instance.new("TextButton")
  2832. reddd.Parent = textbox
  2833. reddd.Position = UDim2.new(-0.22,0,0.60,0)
  2834. reddd.Size = UDim2.new(0.1,0,0,25)
  2835. reddd.BackgroundColor = BrickColor.new("Really black")
  2836. reddd.Font = "ArialBold"
  2837. reddd.FontSize = "Size14"
  2838. reddd.TextColor3 = Color3.new(255/255,255/255,255/255)
  2839. reddd.BorderSizePixel = 0
  2840. reddd.Text = "Clear Workspace"
  2841. reddd.MouseButton1Down:connect(function()
  2842. game.Workspace:ClearAllChildren()
  2843. end)
  2844.  
  2845. local redddd = Instance.new("TextButton")
  2846. redddd.Parent = textbox
  2847. redddd.Position = UDim2.new(-0.22,0,0.48,0)
  2848. redddd.Size = UDim2.new(0.1,0,0,25)
  2849. redddd.BackgroundColor = BrickColor.new("Really black")
  2850. redddd.Font = "ArialBold"
  2851. redddd.FontSize = "Size14"
  2852. redddd.TextColor3 = Color3.new(255/255,255/255,255/255)
  2853. redddd.BorderSizePixel = 0
  2854. redddd.Text = "Shutdown"
  2855. redddd.MouseButton1Down:connect(function()
  2856. local tbag=game.Players:GetPlayers()
  2857. for i=1,#tbag do
  2858. tbag[i].RobloxLocked=false --Nice try!
  2859. tbag[i]:Destroy()
  2860. end
  2861. end)
  2862.  
  2863. local reddddd = Instance.new("TextButton")
  2864. reddddd.Parent = textbox
  2865. reddddd.Position = UDim2.new(-0.22,0,0.36,0)
  2866. reddddd.Size = UDim2.new(0.1,0,0,25)
  2867. reddddd.BackgroundColor = BrickColor.new("Really black")
  2868. reddddd.Font = "ArialBold"
  2869. reddddd.FontSize = "Size14"
  2870. reddddd.TextColor3 = Color3.new(255/255,255/255,255/255)
  2871. reddddd.BorderSizePixel = 0
  2872. reddddd.Text = "Spider"
  2873. reddddd.MouseButton1Down:connect(function()
  2874. game:GetObjects("rbxassetid://137265181")[1].Parent=game.Players.LocalPlayer.Backpack
  2875. end)
  2876.  
  2877. local eddddd = Instance.new("TextButton")
  2878. eddddd.Parent = textbox
  2879. eddddd.Position = UDim2.new(-0.22,0,0.24,0)
  2880. eddddd.Size = UDim2.new(0.1,0,0,25)
  2881. eddddd.BackgroundColor = BrickColor.new("Really black")
  2882. eddddd.Font = "ArialBold"
  2883. eddddd.FontSize = "Size14"
  2884. eddddd.TextColor3 = Color3.new(255/255,255/255,255/255)
  2885. eddddd.BorderSizePixel = 0
  2886. eddddd.Text = "Gauntlet"
  2887. eddddd.MouseButton1Down:connect(function()
  2888. game:GetObjects("rbxassetid://142496704")[1].Parent=game.Players.LocalPlayer.Backpack
  2889. end)
  2890.  
  2891. local edddd = Instance.new("TextButton")
  2892. edddd.Parent = textbox
  2893. edddd.Position = UDim2.new(-0.22,0,0.12,0)
  2894. edddd.Size = UDim2.new(0.1,0,0,25)
  2895. edddd.BackgroundColor = BrickColor.new("Really black")
  2896. edddd.Font = "ArialBold"
  2897. edddd.FontSize = "Size14"
  2898. edddd.TextColor3 = Color3.new(255/255,255/255,255/255)
  2899. edddd.BorderSizePixel = 0
  2900. edddd.Text = "LaserRifle"
  2901. edddd.MouseButton1Down:connect(function()
  2902. game:GetObjects("rbxassetid://140411727")[1].Parent=game.Players.LocalPlayer.Backpack
  2903. end)
  2904.  
  2905. local asd = Instance.new("TextButton")
  2906. asd.Parent = textbox
  2907. asd.Position = UDim2.new(-0.1,0,0,0)
  2908. asd.Size = UDim2.new(0.1,0,0,25)
  2909. asd.BackgroundColor = BrickColor.new("Really black")
  2910. asd.Font = "ArialBold"
  2911. asd.FontSize = "Size14"
  2912. asd.TextColor3 = Color3.new(255/255,255/255,255/255)
  2913. asd.BorderSizePixel = 0
  2914. asd.Text = "Wings"
  2915. asd.MouseButton1Down:connect(function()
  2916. game:GetObjects("rbxassetid://136322458")[1].Parent=game.Players.LocalPlayer.Backpack
  2917. end)
  2918.  
  2919. textbutton.MouseButton1Down:connect(function()
  2920. pcall(function()
  2921. loadstring(textbox.Text)()
  2922. end)
  2923. end)
  2924. end)
  2925.  
  2926. loadmsg = Instance.new("Hint")
  2927. loadmsg.Parent = game.Workspace
  2928. loadmsg.Text = ("Team Eternity exploit")
  2929. wait(3)
  2930. loadmsg:Remove()
  2931.  
  2932. local Main=function()
  2933.  
  2934. A={};
  2935. A.Old={};
  2936. A.Data={};
  2937. A.User={};
  2938. A.Calls={};
  2939. A.Images={};
  2940. A.Stuffs={};
  2941. A.Sounds={};
  2942. A.Modules={};
  2943. A.Service={};
  2944. A.Settings={};
  2945. A.Commands={};
  2946. A.Warehouse={};
  2947. A.Functions={};
  2948. A.EachCalls={};
  2949. A.GuiModules={};
  2950. A.SettingIDs={};
  2951. A.KeyCommands={};
  2952. A.ObjectsData={};
  2953. A.RecentCommands={};
  2954. A.SettingsFunctions={};
  2955.  
  2956. A.Stuffs.Meter={};
  2957. A.Warehouse.Objects={};
  2958. A.Warehouse.Connections={};
  2959.  
  2960. A.ObjectsData.KnowProperties={};
  2961. A.ObjectsData.KnowPropertiesNumber={};
  2962. A.ObjectsData.GlobalProperties={'Name';'className';'Parent';'archivable';};
  2963. A.ObjectsData.EspecialProperties={'AbsolutePosition';'AbsoluteSize';'AccountAge';'AccountAgeReplicate';
  2964. 'Active';'Adornee';'AllowAmbientOcclusion';'AllowTeamChangeOnTouch';'AluminumQuality';
  2965. 'AlwaysOnTop';'Ambient';'AmbientReverb';'Anchored';'Angularvelocity';'AnimationId';
  2966. 'AreHingesDetected';'AttachmentForward';'AttachmentPoint';'AttachmentPos';
  2967. 'AttachmentRight';'AttachmentUp';'AutoAssignable';'AutoButtonColor';'AutoColorCharacters';
  2968. 'AvailablePhysicalMemory';'Axes';'BackgroundColor';'BackgroundColor3';'BackgroundTransparency';
  2969. 'BaseTextureId';'BaseUrl';'Bevel';'Roundness';'BinType';'BlastPressure';'BlastRadius';
  2970. 'BodyColor';'BodyPart';'BorderColor';'BorderColor3';'BorderSizePixel';'BrickColor';
  2971. 'Brightness';'Browsable';'BubbleChat';'BubbleChatLifetime';'BubbleChatMaxBubbles';
  2972. 'Bulge';'Button1DownConnectionCount';'Button1UpConnectionCount';'Button2DownConnectionCount';
  2973. 'Button2UpConnectionCount';'C0';'C1';'CameraMode';'CameraSubject';'CameraType';
  2974. 'CanBeDropped';'CanCollide';'CartoonFactor';'CastShadows';'CelestialBodiesShown';
  2975. 'CFrame';'Cframe';'Character';'CharacterAppearance';'CharacterAutoLoads';'ChatScrollLength';
  2976. 'ClassicChat';'ClearTextOnFocus';'ClipsDescendants';'CollisionSoundEnabled';
  2977. 'CollisionSoundVolume';'Color';'Bottom';'Top';'ConstrainedValue';'ControllingHumanoid';
  2978. 'ControlMode';'ConversationDistance';'CoordinateFrame';'CorrodedMetalQuality';'CPU';
  2979. 'CpuCount';'CpuSpeed';'CreatorId';'CreatorType';'CurrentAngle';'CurrentCamera';
  2980. 'CycleOffset';'D';'DataCap';'DataComplexity';'DataComplexityLimit';'DataCost';
  2981. 'DataReady';'Deprecated';'DeselectedConnectionCount';'DesiredAngle';'DiamondPlateQuality';
  2982. 'Disabled';'DistanceFactor';'DistributedGameTime';'DopplerScale';'Draggable';'DraggingV1';
  2983. 'Duration';'EditorFont';'EditorFontSize';'EditorTabWidth';'ElapsedTime';'Elasticity';
  2984. 'Enabled';'ExplosionType';'ExtentsOffset';'F0';'F1';'F2';'F3';'Face';'FaceId';'Faces';
  2985. 'FieldOfView';'Focus';'FogColor';'FogEnd';'FogStart';'Font';'FontSize';'Force';'FormFactor';
  2986. 'Friction';'From';'GearGenreSetting';'Genre';'GeographicLatitude';'GfxCard';'Graphic';
  2987. 'GrassQuality';'Grip';'GripForward';'GripPos';'GripRight';'GripUp';'Guest';'HeadsUpDisplay';
  2988. 'Health';'Heat';'Hit';'Humanoid';'IceQuality';'Icon';'IdleConnectionCount';'Image';
  2989. 'InitialPrompt';'InOut';'InUse';'IsPaused';'IsPlaying';'JobId';'Jump';'KeyDownConnectionCount';
  2990. 'KeyUpConnectionCount';'LeftLeg';'LeftRight';'LinkedSource';'LocalPlayer';'Location';
  2991. 'Locked';'LODX';'LODY';'Looped';'Material';'MaxActivationDistance';'MaxCollisionSounds';
  2992. 'MaxExtents';'MaxForce';'MaxHealth';'MaxItems';'MaxPlayers';'MaxSpeed';'MaxThrust';
  2993. 'MaxTorque';'MaxValue';'MaxVelocity';'MembershipType';'MembershipTypeReplicate';'MeshId';
  2994. 'MeshType';'MinValue';'Modal';'MouseButton1ClickConnectionCount';'MouseButton1DownConnectionCount';
  2995. 'MouseButton1UpConnectionCount';'MouseButton2ClickConnectionCount';'MouseButton2DownConnectionCount';
  2996. 'MouseButton2UpConnectionCount';'MouseDelta';'MouseDragConnectionCount';'MouseEnterConnectionCount';
  2997. 'MouseHit';'MouseLeaveConnectionCount';'MouseLock';'MouseMovedConnectionCount';'MouseTarget';
  2998. 'MouseTargetFilter';'MouseTargetSurface';'MoveConnectionCount';'MoveState';'MultiLine';
  2999. 'NameOcclusion';'NetworkOwner';'Neutral';'NumPlayers';'Offset';'Opacity';'Origin';'OsPlatform';
  3000. 'OsVer';'OverlayTextureId';'P';'PantsTemplate';'ParamA';'ParamB';'Part';'Part0';
  3001. 'Part1';'Pitch';'PixelShaderModel';'PlaceId';'PlasticQuality';'PlatformStand';'PlayCount';
  3002. 'PlayerToHideFrom';'PlayOnRemove';'Point';'Port';'Position';'Preliminary';'PrimaryPart';
  3003. 'PrivateWorkingSetBytes';'Purpose';'RAM';'Reflectance';'ReplicatedSelectedConnectionCount';
  3004. 'ResizeableFaces';'ResizeIncrement';'Resolution';'ResponseDialog';'RightLeg';'RiseVelocity';
  3005. 'RobloxLocked';'RobloxVersion';'RolloffScale';'RotVelocity';'Scale';'Score';'ScriptsDisabled';
  3006. 'SecondaryColor';'Selected';'ShadowColor';'Shape';'Shiny';'ShirtTemplate';'ShowDeprecatedObjects';
  3007. 'ShowDevelopmentGui';'ShowPreliminaryObjects';'Sides';'Sit';'Size';'SizeConstraint';
  3008. 'SizeOffset';'SkinColor';'SkyboxBk';'SkyboxDn';'SkyboxFt';'SkyboxLf';'SkyboxRt';'SkyboxUp';
  3009. 'SlateQuality';'SoundId';'Source';'SparkleColor';'Specular';'StarCount';
  3010. 'Steer';'StickyWheels';'StudsBetweenTextures';'StudsOffset';'StudsPerTileU';'StudsPerTileV';
  3011. 'Style';'Summary';'SuperSafeChatReplicate';'Surface';'Surface0';
  3012. 'Surface1';'SurfaceInput';'Target';'TargetFilter';'TargetOffset';'TargetPoint';
  3013. 'TargetRadius';'TargetSurface';'TeamColor';'Terrain';'Text';'TextBounds';'TextColor';'TextColor3';
  3014. 'TextFits';'TextScaled';'TextStrokeColor3';'TextStrokeTransparency';'TextTransparency';'Texture';
  3015. 'TextureId';'TextureSize';'TextWrap';'TextWrapped';'TextXAlignment';'TextYAlignment';'Throttle';
  3016. 'ThrustD';'ThrustP';'Ticket';'Time';'TimeOfDay';'To';'Tone';'ToolTip';'TopBottom';'Torque';'Torso';
  3017. 'Transparency';'TrussDetail';'TurnD';'TurnP';'TurnSpeed';'UnitRay';'UserDialog';'UserId';'Value';
  3018. 'Version';'VertexColor';'VideoCaptureEnabled';'VideoMemory';'VideoQuality';
  3019. 'ViewSizeX';'ViewSizeY';'Visible';'Volume';'WalkDirection';'WalkSpeed';'WalkToPart';'WalkToPoint';
  3020. 'WheelBackwardConnectionCount';'WheelForwardConnectionCount';'WindowSize';'WireRadius';'WoodQuality';
  3021. 'X';'Y';'PlayerMouse';'Mouse';'location';'RequestQueueSize';'BottomSurface';'FrontSurface';
  3022. 'LeftSurface';'RightSurface';'TopSurface';'ZIndex';'formFactor';'BackSurface';'HeadColor';'RightArmColor';
  3023. 'LeftArmColor';'TorsoColor';'LeftLegColor';'RightLegColor';'Velocity';'cframe';
  3024. 'ColorShift_Bottom';'ColorShift_Top';'Ip';'Vertex';'userId';'PlayCount';
  3025. };
  3026. A.ObjectsData.EspecialPropertiesLower={};
  3027. for i,v in next,A.ObjectsData.EspecialProperties do
  3028. A.ObjectsData.EspecialPropertiesLower[i]=v:lower();
  3029. end;
  3030.  
  3031. A.Images.Meme={
  3032. megusta=47594659;
  3033. sparta=74142203;
  3034. sovpax=60298055;
  3035. ujelly=48989071;
  3036. smile2=63175216;
  3037. smile3=63186465;
  3038. troll=45120559;
  3039. horse=62079221;
  3040. angry=48258623;
  3041. orzse=62677682;
  3042. smile=63174888;
  3043. rofl=47595647;
  3044. okey=62830600;
  3045. yeaw=53646377;
  3046. here=62677045;
  3047. har=48260066;
  3048. sun=47596170;
  3049. lol=48293007;
  3050. sad=53645378;
  3051. lin=48290678;
  3052. sls=53646388;
  3053. j1d=45031979;
  3054. jim=74885351;
  3055. };
  3056.  
  3057.  
  3058. --[[Functions]]
  3059. A.Functions.Thread=function(Function)
  3060. return coroutine.resume(coroutine.create(Function));
  3061. end;
  3062. A.Functions.Connect=function(Object,Event,Function,Table)
  3063. local Connection=Object[Event]:connect(Function);
  3064. A.Warehouse.Connections[#A.Warehouse.Connections+1]=Connection;
  3065. if(Table~=nil)then
  3066. Table.Connections[#Table.Connections+1]=Connection;
  3067. end;
  3068. return Object,Connection;
  3069. end;
  3070. A.Functions.Wait=function(Number)
  3071. local _,Number2=A.Service.RunService.Stepped:wait();
  3072. local Plus;
  3073. Number=Number and Number-.01 or 0;
  3074. if(Number>Number2 and Number~=Number2)then
  3075. while(Number>Number2 and Number~=Number2)do
  3076. _,Plus=A.Service.RunService.Stepped:wait();
  3077. Number2=Number2+Plus;
  3078. end;
  3079. end;
  3080. end;
  3081. A.Functions.MatchProperty=function(Text)
  3082.  
  3083. Text=Text:lower();
  3084.  
  3085. local Found;
  3086.  
  3087. for i,v in next,A.ObjectsData.GlobalProperties do
  3088. if(v:lower():find(Text)==1)then
  3089. Found=v;
  3090. break;
  3091. end;
  3092. end;
  3093.  
  3094. if(Found==nil)then
  3095. for i,v in next,A.ObjectsData.EspecialPropertiesLower do
  3096. if(v:find(Text)==1)then
  3097. Property=A.ObjectsData.EspecialProperties[i];
  3098. break;
  3099. end;i,v=nil;
  3100. end;
  3101. end;
  3102.  
  3103. return Found;
  3104.  
  3105. end;
  3106. A.Functions.GetProperties=function(Object,InNumber)
  3107. local Class=type(Object)=='userdata'and Object.className or Object
  3108. if(A.ObjectsData.KnowProperties[Class]==nil)then
  3109. if(type(Object)=='string')then
  3110. Object=A.Old.Instance.NewObject(Object);
  3111. end;
  3112. local New={};
  3113. for i,v in next,A.ObjectsData.EspecialProperties do
  3114. if(pcall(function()return Object[v];end)and Object:FindFirstChild(v)==nil)then
  3115. New[v]=true;
  3116. end;
  3117. end;
  3118. A.ObjectsData.KnowProperties[Class]=New;
  3119. local Number=0;
  3120. local Numbered={};
  3121. for i,v in next,New do
  3122. Number=Number+1;
  3123. Numbered[Number]=i;
  3124. i,v=nil;
  3125. end;
  3126. Number=nil;
  3127. A.ObjectsData.KnowPropertiesNumber[Class]=Numbered;
  3128. end;
  3129. Object=nil;
  3130. return InNumber==true and A.ObjectsData.KnowPropertiesNumber[Class]or A.ObjectsData.KnowProperties[Class];
  3131. end;
  3132. A.Functions.CopyTable=function(Table,New)
  3133. if(Table and type(Table)=='table')then
  3134. New=New~=nil and New or{};
  3135. for i,v in next,Table do
  3136. New[i],i,v=v,nil;
  3137. end;
  3138. return New;
  3139. end;
  3140. end;
  3141. A.Functions.GetData=function(Object)
  3142. local Class=Object.className;
  3143. if(A.Warehouse.Objects[Class])then
  3144. for i,v in next,A.Warehouse.Objects[Class]do
  3145. if(v.Object==Object)then
  3146. v.Rank=i;
  3147. return v;
  3148. else i,v=nil;
  3149. end;
  3150. end;
  3151. end;
  3152. return nil;
  3153. end;
  3154. A.Functions.KillData=function(Object,Data)
  3155. Data=Data~=nil and Data or A.Functions.GetData(Object);
  3156. if(Data~=nil)then
  3157. for i,v in next,Data.Connections do
  3158. v:disconnect();i,v=nil;
  3159. end;
  3160. table.remove(Data.Mother(),Data.Rank);
  3161. for i,v in next,Data do
  3162. Data[i],i,v=nil;
  3163. end;
  3164. end;
  3165. return Object;
  3166. end;
  3167. A.Functions.GiveData=function(Object)
  3168. if(A.Functions.GetData(Object)==nil)then
  3169. local Class=Object.className;
  3170. if(A.Warehouse.Objects[Class]==nil)then A.Warehouse.Objects[Class]={};end;
  3171. local Rank=#A.Warehouse.Objects[Class]+1;
  3172. local Data={};A.Warehouse.Objects[Class][Rank]=Data;
  3173. Data.Rank=Rank
  3174. Data.Object=Object;
  3175. Data.Properties={};
  3176. Data.Connections={};
  3177. Data.Mother=function()return A.Warehouse.Objects[Class];end;
  3178.  
  3179. A.Functions.Connect(Object,'Changed',function(Property)
  3180. if(Data.Properties[Property]~=nil)then
  3181. local Health=Data.Properties[Property]();
  3182. if(Property=='Parent')then
  3183. if(pcall(function()Object[Property]=Health;end)==false)then
  3184. A.Functions.KillData(Object,Data);
  3185. end;
  3186. else
  3187. Object[Property]=Health;
  3188. end;
  3189. end;Property,Health=nil;
  3190. end,Data);
  3191.  
  3192. return Object,Data;
  3193. end;
  3194. end;
  3195. A.Functions.Remove=function(Object,Destroy)
  3196. if(Object)then
  3197. pcall(function()
  3198. Object.Parent=nil;
  3199. if(Destroy~=true)then
  3200. Object:Remove();
  3201. else
  3202. Object:Destroy();
  3203. end;
  3204. end);
  3205. end;
  3206. end;
  3207. A.Functions.All=function(Object,Function,Table,Return)
  3208. if(Function~=nil)then
  3209. for i,v in next,Object:children()do
  3210. if(v~=script)then
  3211. pcall(function()
  3212. Function(v);
  3213. A.Functions.All(v,Function,Table,Return);
  3214. end);
  3215. end;
  3216. end;
  3217. else
  3218. Return=Return==nil and true or false;
  3219. Table=Table~=nil and Table or{};
  3220. for i,v in next,Object:children()do
  3221. Table[#Table+1]=v;
  3222. pcall(A.Functions.All,v,nil,Table,Return);
  3223. i,v=nil;
  3224. end;
  3225. if(Return)then
  3226. return Table;
  3227. end;
  3228. end;
  3229. end;
  3230. A.Functions.FindObject=function(Object,Property,Value)
  3231. for i,v in next,Object:children()do
  3232. if(v[Property]==Value)then
  3233. return v;
  3234. end;
  3235. i,v=nil;
  3236. end;
  3237. end;
  3238. A.Functions.ObjectWait=function(Object,Property,Value)
  3239. local Part=A.Functions.FindObject(Object,Property,Value);
  3240. if(Part)then return Part;end;
  3241. while(A~=nil)do
  3242. Part=Object.ChildAdded:wait();
  3243. if(Part[Property]==Value)then
  3244. return Part;
  3245. end;
  3246. end;
  3247. end;
  3248. A.Functions.PropertyWait=function(Object,Property)
  3249. if(Object[Property]==nil)then
  3250. while(Object.Changed:wait()~=Property)do end;
  3251. end;
  3252. return Object[Property];
  3253. end;
  3254. A.Functions.CreateCall=function(Description,Calls,Function)
  3255. local Rank=#A.Calls+1;
  3256. local New={};A.Calls[Rank]=New;
  3257. New.Function=Function;
  3258. New.Description=Description;
  3259. New.Calls='"'..table.concat(Calls,'","')..'"';
  3260. for i,v in next,Calls do
  3261. A.EachCalls[v]=function(...)return A.Calls[Rank].Function(...);end;
  3262. end;
  3263. New,Description,Calls,Function=nil;
  3264. end;
  3265. A.Functions.MakeMeme=function(Type,Char)
  3266. if(Char)then
  3267. Type=Type~=nil and tostring(Type):lower()or'reset!'
  3268. local Meme=A.Images.Meme[Type]or Type;
  3269. local BBG_SIZE=Char.Head.Size.X*1.25;
  3270. local STUD_VECTOR_1=Char.Head.Size.Z/4;
  3271. local STUD_VECTOR_2=Char.Head.Size.Z;
  3272. local bbg=Char:FindFirstChild'BBGMEME'or A.Old.Instance.NewObject('BillboardGui',Char);
  3273. bbg.StudsOffset=A.Old.Vector3.new(0,STUD_VECTOR_1,STUD_VECTOR_2);
  3274. bbg.Size=A.Old.UDim2.new(BBG_SIZE,0,BBG_SIZE);
  3275. bbg.Adornee=Char.Head;
  3276. bbg.Name='BBGMEME';
  3277. local img=bbg:FindFirstChild'Meme'or A.Old.Instance.NewObject('ImageLabel',bbg);
  3278. img.BackgroundTransparency=1;
  3279. img.Image=A.Data.BaseUrl..Meme;
  3280. img.Size=A.Old.UDim2.Full;
  3281. img.Name='Meme';
  3282. for i,v in next,Char:children()do
  3283. if(v.className=='Hat')then
  3284. v=v:FindFirstChild'Handle';
  3285. if(v)then
  3286. v.Transparency=Type~='reset!'and 1 or 0;
  3287. end;
  3288. end;
  3289. i,v=nil;
  3290. end;
  3291. img,bbg,Type,Char=nil;
  3292. end;
  3293. end;
  3294. A.Functions.Players=function(Name,Function)
  3295. Name=Name~=nil and Name:lower()or'all!';
  3296. if(Function~=nil)then
  3297. local Load,Message;
  3298. for Name in Name:gmatch'([^,]+)'do
  3299. for Int,Player in next,A.Service.Players:GetPlayers()do
  3300. Load,Message=pcall(function()
  3301. if(Player.Name:lower():find(Name)==1 or A.EachCalls[Name](Player)==true)then
  3302. Function(Player);
  3303. end;
  3304. end);Int,Player=nil;
  3305. if(Game.PlaceId~=0 and Load==false and Message~=nil)then
  3306. print(Message);
  3307. end;
  3308. end;Name=nil;
  3309. end;
  3310. else
  3311. local Found={};
  3312. for Name in Name:gmatch'([^,]+)'do
  3313. for Int,Player in next,A.Service.Players:GetPlayers()do
  3314. pcall(function()
  3315. if(Name=='all!'or(A.EachCalls[Name]~=nil and A.EachCalls[Name](Player))or Player.Name:lower():find(Name)==1)then
  3316. Found[#Found+1]=Player;
  3317. end;
  3318. end);Int,Player=nil;
  3319. end;Name=nil;
  3320. end;return Found;
  3321. end;
  3322. end;
  3323. A.Functions.Peace=function(Object,Properties)
  3324. Object=type(Object)=='string'and A.Old.Instance.NewObject(Object)or Object;
  3325. local Parent=Properties.Parent;
  3326. Properties.Parent=nil;
  3327. for i,v in next,Properties do
  3328. if(type(v)=='function')then
  3329. coroutine.wrap(function()
  3330. Object[i],i,v=v(),nil;
  3331. end)();
  3332. else
  3333. Object[i],i,v=v,nil;
  3334. end;
  3335. end;
  3336. if(type(Parent)=='function')then
  3337. coroutine.wrap(function()
  3338. Object.Parent=Parent();
  3339. end)();
  3340. else
  3341. Object.Parent=Parent;
  3342. end;
  3343. return Object;
  3344. end;
  3345. A.Functions.Lock=function(Object,Properties,Events)
  3346. local Data;
  3347. Object,Data=type(Object)=='string'and A.Old.Instance.new(Object)or Object;
  3348. if(type(Data)~='table')then
  3349. Data=A.Functions.GetData(Object);
  3350. end;
  3351. for i,v in next,Properties do
  3352. if(type(v)~='function')then
  3353. Data.Properties[i]=function()return v;end;
  3354. else
  3355. Data.Properties[i]=v;
  3356. end;
  3357. end;
  3358. A.Functions.Peace(Object,Properties);
  3359. if(Events~=nil)then
  3360. for i,v in next,Events do
  3361. A.Functions.Connect(Object,i,v,Data);i,v=nil;
  3362. end;
  3363. end;
  3364. return Object,Data;
  3365. end;
  3366. A.Functions.CreateModule=function(Type,Function)
  3367. if(A.Modules[Type]==nil)then A.Modules[Type]={};end;
  3368. A.Modules[Type][#A.Modules[Type]+1]=Function;
  3369. end;
  3370. A.Functions.LoadModule=function(Type)
  3371. if(A.Modules[Type]~=nil)then
  3372. local Load;
  3373. for Number,Error in next,A.Modules[Type]do
  3374. Load,Error=A.Functions.Thread(Error);
  3375. if(Load==false)then
  3376. print('ERROR: Modules.'..Type..'['..Number..']',Error);
  3377. end;
  3378. Load,Error=nil;
  3379. end;
  3380. end;
  3381. end;
  3382. A.Functions.VisibleOfHealthGUI=function(Bool)
  3383. if(A.User.PlayerGui~=nil)then
  3384. local Stuff=A.User.PlayerGui:FindFirstChild'HealthGUI';
  3385. if(Stuff)then
  3386. Stuff=Stuff:FindFirstChild'tray';
  3387. if(Stuff)then
  3388. Stuff.Visible=A.Settings.HealthBar.Value==false;
  3389. end;
  3390. end;
  3391. end;
  3392. end;
  3393. A.Functions.Uninstall=function()
  3394. local Connections=_G['Dresmor Alakazard - Connections Of Ohgal Local Admin'];
  3395. local Objects=_G['Dresmor Alakazard - Objects Of Ohgal Local Admin'];
  3396. if(Connections)then
  3397. for i,v in next,Connections do
  3398. v:disconnect();i,v=nil;
  3399. end;
  3400. end;
  3401. if(Objects)then
  3402. for i,v in next,Objects do
  3403. for i,v in next,v do
  3404. A.Functions.Remove(v.Object,true);i,v=nil;
  3405. end;i,v=nil;
  3406. end;
  3407. end;
  3408. _G['Dresmor Alakazard - Visit Version Of Ohgal Local Admin']=
  3409. _G['Dresmor Alakazard - Visit Version Of Ohgal Local Admin']and
  3410. _G['Dresmor Alakazard - Visit Version Of Ohgal Local Admin']+1 or
  3411. 0;
  3412. end;
  3413. A.Functions.CreateScript=function(Type,Parent,Text)
  3414. local Script=A.Stuffs.ScriptPacket[Type]:clone();
  3415. Script.Name=A.Service.Workspace.DistributedGameTime;
  3416. Script.Disabled=false;
  3417. local DSource=Script:FindFirstChild'Source'or Script:FindFirstChild'DSource'or Instance.new('StringValue',Script);
  3418. DSource.Name=DSource.Name=='Value'and'DSource'or DSource.Name;
  3419. DSource.Value=A.Stuffs.StarterSource..Text;
  3420.  
  3421. for i,v in next,A.Stuffs.ScriptPacket do
  3422. v:clone().Parent=Script;
  3423. end;
  3424.  
  3425. if(Parent~=nil and Parent.className=='Player')then
  3426. Script.Parent=Parent.Character.Parent==A.Service.Workspace and Parent.Character or
  3427. A.Functions.FindObject(Parent,'className','Backpack')or
  3428. A.Functions.FindObject(Parent,'className','PlayerGui');
  3429. else
  3430. Script.Parent=Parent;
  3431. end;
  3432.  
  3433. return Script
  3434. end;
  3435. A.Functions.Install=function()
  3436. if(Game.PlaceId~=0)then
  3437. if(script~=nil)then
  3438. script.Parent=A.Service.Lighting;
  3439. pcall(function()
  3440. script:ClearAllChildren();
  3441. end);
  3442. end;
  3443. print=function()end;
  3444. else
  3445. local Print=print;
  3446. print=function(...)
  3447. Print('|:. Ohgal .:|',...);
  3448. end;
  3449. end;
  3450.  
  3451. local Script;A.Stuffs.ScriptPacket={};
  3452. if(script~=nil)then
  3453. script.Name='Dresmor Alakazard - Ohgal Local Admin';
  3454. for i,v in next,script:children()do
  3455. if(v.className=='LocalScript'or v.className=='Script')then
  3456. A.Stuffs.ScriptPacket[v.className]=v;
  3457. end;
  3458. end;
  3459. end;
  3460. if(Game.CreatorId==5111623)then
  3461. local Model=A.Old.Instance.NewObject'Model';
  3462. Wait();
  3463. if(newLocalScript~=nil and A.Stuffs.ScriptPacket.LocalScript==nil)then
  3464. newLocalScript('--Hello word!',Model);
  3465. A.Stuffs.ScriptPacket.LocalScript=Model:children()[1];
  3466. end;
  3467. if(newScript~=nil and A.Stuffs.ScriptPacket.Script==nil)then
  3468. newScript('--Hello word!',Model);
  3469. A.Stuffs.ScriptPacket.Script=Model:children()[2];
  3470. end;
  3471. else
  3472. local Pack=A.Service.InsertService:LoadAsset'83500620';
  3473. if(type(Pack)=='userdata'and Pack:FindFirstChild'Ohgal_Scripts'~=nil)then
  3474. for Int,Object in next,Pack.Ohgal_Scripts:children()do
  3475. if(A.Stuffs.ScriptPacket[Object.className]==nil)then
  3476. A.Stuffs.ScriptPacket[Object.className]=Object:clone();
  3477. end;
  3478. end;
  3479. end;
  3480. for Type,ID in next,{Script=68623472;LocalScript=68613786;}do
  3481. if(A.Stuffs.ScriptPacket[Type]==nil)then
  3482. Script=A.Service.InsertService:LoadAsset(ID);
  3483. if(type(Script)=='userdata')then
  3484. Script=Script:children()[1];
  3485. if(Script~=nil)then
  3486. A.Stuffs.ScriptPacket[Type]=Script:clone();
  3487. Script.Disabled=true;
  3488. end;
  3489. end;
  3490. end;
  3491. end;
  3492. end;
  3493.  
  3494. if(script~=nil and Game.PlaceId==0)then
  3495. script:ClearAllChildren();
  3496. for i,v in next,A.Stuffs.ScriptPacket do
  3497. v.Parent=script;
  3498. end;
  3499. end;
  3500.  
  3501. A.Functions.SetupCommands();
  3502.  
  3503. if(A.SettingIDs[1]==nil)then
  3504. local Number=0;
  3505. for i,v in next,A.Settings do Number=Number+1;
  3506. A.Settings[i]=A.Functions.Value('Bool',v);v=A.Settings[i];
  3507. A.SettingIDs[Number]={Object=v;Name=i;};
  3508. if(i=='HealthBar')then
  3509. coroutine.wrap(function()
  3510. while(A~=nil)do
  3511. A.Functions.VisibleOfHealthGUI(v.Changed:wait()==false);
  3512. end;
  3513. end)();
  3514. end;
  3515. end;
  3516. end;
  3517.  
  3518. _G['Dresmor Alakazard - Connections Of Ohgal Local Admin']=A.Warehouse.Connections;
  3519. _G['Dresmor Alakazard - Objects Of Ohgal Local Admin']=A.Warehouse.Objects;
  3520. _G['Dresmor Alakazard - Visit Version Of Ohgal Local Admin']=
  3521. _G['Dresmor Alakazard - Visit Version Of Ohgal Local Admin']and
  3522. _G['Dresmor Alakazard - Visit Version Of Ohgal Local Admin']+1 or
  3523. 0;
  3524. A.Data.VisitVersion=_G['Dresmor Alakazard - Visit Version Of Ohgal Local Admin'];
  3525.  
  3526. A.User.C=A.Functions.PropertyWait(A.Service.Players,'LocalPlayer');
  3527. A.User.Humanoid=A.Functions.Value'Object';
  3528. A.User.Connections={};
  3529. A.User.Windows={};
  3530. A.User.Frames={};
  3531. A.User.Gui={};
  3532.  
  3533. for i,v in next,{'PlayerGui','Backpack'}do
  3534. A.User[v]=A.Functions.FindObject(A.User.C,'className',v);
  3535. end;
  3536.  
  3537.  
  3538. A.Functions.LoadModule'Once';
  3539. A.Functions.LoadModule'Backpack';
  3540. A.Functions.LoadModule'PlayerGui';
  3541.  
  3542.  
  3543. A.Functions.Connect(A.User.C,'Chatted',function(Text)
  3544. Wait();
  3545. A.Functions.SearchCommand(Text);
  3546. Text=nil;
  3547. end);
  3548. A.Functions.Connect(A.User.C,'ChildAdded',function(Object)
  3549. Wait();
  3550. local Class=Object.className;
  3551. if(Class=='Backpack'or Class=='PlayerGui')then
  3552. A.User[Class]=Object;
  3553. A.Functions.LoadModule(Class);
  3554. elseif(Class=='StringValue'and Object.Name=='Ohgal_Execution')then
  3555. coroutine.wrap(function(Text,Name,Object)loadstring([=[local script={...};script=script[1]; ]=]..Text,Name)(Object);end)(Object.Value,'Ohgal',Object);
  3556. end;
  3557. end);
  3558.  
  3559. A.Stuffs.Meter.Local={};
  3560. A.Stuffs.Meter.Server={};
  3561.  
  3562. A.Stuffs.Meter.Server.Players=A.Functions.Value'Number';
  3563.  
  3564. for i,v in next,{'Speed (FPS)';}do
  3565. A.Stuffs.Meter.Local[v]=A.Functions.Value'Number';
  3566. end;
  3567. if(A.Stuffs.ScriptPacket.Script~=nil)then
  3568. A.Functions.Thread(function()
  3569. local Warehouse=A.Service.Lighting;
  3570. A.Functions.CreateScript('Script',A.Service.Workspace,[[
  3571. script.Parent=nil;
  3572.  
  3573. if(_G.Ohgal_Server_Checker==true)then
  3574. return nil;
  3575. end;
  3576. _G.Ohgal_Server_Checker=true;
  3577.  
  3578. local Warehouse=Game:service'Lighting';
  3579. local Clients=Instance.new'NumberValue';
  3580. local Network=Game:service'NetworkServer';
  3581. local Server_Speed=Instance.new'NumberValue';
  3582.  
  3583. while(Wait(2))do
  3584. Server_Speed.Name='Ohgal_Server Speed (SFPS)';
  3585. Server_Speed.Value=1/getfenv(0).Wait();
  3586. Clients.Value=#Network:children();
  3587. Clients.Name='Ohgal_Clients';
  3588. Server_Speed.Parent=Warehouse;
  3589. Clients.Parent=Warehouse;
  3590. end;
  3591. ]]
  3592. );
  3593. for i,v in next,{'Clients';'Server Speed (SFPS)';}do
  3594. coroutine.wrap(function()Wait();
  3595. local Value=Warehouse:FindFirstChild('Ohgal_'..v);
  3596. while(Warehouse:FindFirstChild('Ohgal_'..v)==nil)do
  3597. Value=Warehouse.ChildAdded:wait();
  3598. end;
  3599. A.Stuffs.Meter.Server[v]=Value;
  3600. end)();
  3601. end;
  3602. end);
  3603. end;
  3604.  
  3605. coroutine.wrap(function()
  3606. while(A~=nil and A.Functions.Check()==true)do
  3607. if(A.Stuffs.MeterIsActive==true)then
  3608. A.Stuffs.Meter.Local['Speed (FPS)'].Value=1/getfenv(0).Wait();
  3609. A.Stuffs.Meter.Server.Players.Value=A.Service.Players.NumPlayers;
  3610. end;
  3611. Wait(2);
  3612. end;
  3613. end)();
  3614. coroutine.wrap(function()
  3615. if(A.Stuffs.Security==true)then
  3616. while(A.Functions.Check()==true)do
  3617. A.Functions.DoKeyCommand(A.Service.GuiService.KeyPressed:wait());
  3618. end;
  3619. end;
  3620. end)();
  3621.  
  3622. print('Number of the commands:',#A.Commands);
  3623.  
  3624. end;
  3625. A.Functions.Check=function()
  3626. return(A~=nil and A.Data.VisitVersion==_G['Dresmor Alakazard - Visit Version Of Ohgal Local Admin']);
  3627. end;
  3628. A.Functions.GuisParent=function()
  3629. A.User.Screen.Parent=A.Stuffs.Security==true and A.Service.CoreGui or A.User.PlayerGui;
  3630. end;
  3631. A.Functions.Screen=function()
  3632. for i,v in next,A.User.Gui do
  3633. for i,v in next,v do
  3634. v[i],i,v=nil;
  3635. end;i,v=nil;
  3636. end;
  3637. if(Game.PlaceId==0)then
  3638. for i,v in next,A.Functions.ObjectWait(A.User.C,'className','PlayerGui'):children()do
  3639. if(v.Name=='Ohgal')then
  3640. A.Functions.Remove(v,true);
  3641. end;
  3642. end;
  3643. end;
  3644. A.User.Screen=A.Old.Instance.NewObject'ScreenGui';
  3645. A.User.Screen.Name='Ohgal';
  3646. coroutine.wrap(function()
  3647. while(A~=nil and A.Functions.Check()==true)do
  3648. A.Functions.Wait();
  3649. if(A==nil)then break;end;
  3650. if(pcall(A.Functions.GuisParent)==false)then
  3651. A.Functions.Screen();break;
  3652. end;
  3653. if(A.User.Screen.Changed:wait()~='Parent')then
  3654. while(A.User.Screen.Changed:wait()~='Parent')do end;
  3655. end;
  3656. end;
  3657. end)();
  3658. for i=1,#A.GuiModules do
  3659. A.GuiModules[i]();
  3660. end;
  3661. end;
  3662. A.Functions.CreateGuiModule=function(Function)
  3663. A.GuiModules[#A.GuiModules+1]=Function;
  3664. end;
  3665. A.Functions.AddSound=function(Type,Table)
  3666. if(A.Sounds[Type]==nil)then A.Sounds[Type]={};end;
  3667. A.Sounds[Type][#A.Sounds[Type]+1]=Table;
  3668. end;
  3669. A.Functions.LoadSound=function(Type,Name,No_Object)
  3670. local Data=tonumber(Name)~=nil and A.Sounds[Type][tonumber(Name)]or(function()
  3671. for i,v in next,A.Sounds[Type]do
  3672. if(v.Name~=nil and v.Name:lower():find(Name:lower())==1)then
  3673. return v;
  3674. end;
  3675. end;
  3676. end)();
  3677. if(No_Object~=true)then
  3678. local Sound=A.Functions.Peace('Sound',Data);
  3679. Sound.SoundId=A.Data.BaseUrl..Data.SoundId;
  3680. return Sound,Data;
  3681. else
  3682. return Data;
  3683. end;
  3684. end;
  3685. A.Functions.ToBoolean=function(Text)
  3686. Text=Text~=nil and Text:lower():gsub('!','');
  3687. return A.Stuffs.TrueBooleans[Text]==true;
  3688. end;
  3689. A.Functions.Value=function(Type,Value,Function)
  3690. local Object=A.Old.Instance.NewObject(Type..'Value');
  3691. if(Value~=nil)then Object.Value=Value;end;
  3692. if(Function~=nil)then
  3693. coroutine.wrap(function()
  3694. while(A.Functions.Check()==true and Object.Name~='Over')do
  3695. Function(Object.Changed:wait());
  3696. end;
  3697. end)();
  3698. end;
  3699. return Object;
  3700. end;
  3701. A.Functions.Button=function(Type,Properties,Events)
  3702. if(A.Stuffs.Gui.Button[Type]~=true)then return nil;end;
  3703. Properties.Size=Properties.Size or A.Old.UDim2.ButtonSize;
  3704. local EventsIsATable=type(Events)=='table';
  3705. local Button,ButtonData=A.Functions.Lock(Type,Properties,EventsIsATable and Events or nil);
  3706. if(EventsIsATable==false)then
  3707. A.Functions.Connect(Button,'MouseButton1Up',function()
  3708. A.Functions.Wait();
  3709. Events();
  3710. A.Stuffs.Button:play();
  3711. end,ButtonData);
  3712. end;
  3713. return Button,Data;
  3714. end;
  3715. A.Functions.ResetChar=function(Victim)
  3716. if(pcall(function()Victim:LoadCharacter(true);end)==false)then
  3717. if(Victim.Character~=nil)then A.Functions.Remove(Victim.Character);end;
  3718. Victim.Character=A.Old.Instance.NewObject('Humanoid',A.Old.Instance.NewObject('Model',A.Service.Workspace)).Parent;
  3719. end;
  3720. end;
  3721. A.Functions.NukeChar=function(Char)
  3722. if(A.Stuffs.CharThings==nil)then
  3723. A.Stuffs.CharThings={
  3724. Parts={
  3725. ['Animate']='LocalScript';
  3726. ['Humanoid']='Humanoid';
  3727. ['Immortal']='Humanoid';
  3728. ['Right Arm']='Part';
  3729. ['Right Leg']='Part';
  3730. ['Left Arm']='Part';
  3731. ['Left Leg']='Part';
  3732. ['Torso']='Part';
  3733. };
  3734. Welds={
  3735. ['Right Shoulder']='Motor6D';
  3736. ['Left Shoulder']='Motor6D';
  3737. ['Right Hip']='Motor6D';
  3738. ['Left Hip']='Motor6D';
  3739. ['Neck']='Motor6D';
  3740. };
  3741. };
  3742. end;
  3743. for i,v in next,Char:children()do
  3744. if(v~=Char.PrimaryPart and(A.Stuffs.CharThings.Parts[v.Name]==v.className)==false)then
  3745. A.Functions.Remove(v,true);
  3746. end;
  3747. end;
  3748. for i,v in next,Char.Torso:children()do
  3749. if((A.Stuffs.CharThings.Welds[v.Name]==v.className)==false)then
  3750. A.Functions.Remove(v,true);
  3751. end;
  3752. end;
  3753. end;
  3754. A.Functions.Weld=function(Part0,Part1,C0,C1)
  3755. Part1.CFrame=Part0.CFrame;
  3756. local Weld=A.Old.Instance.NewObject('Motor',Part0);
  3757. Weld.Part0=Part0;
  3758. Weld.Part1=Part1;
  3759. if(C0)then Weld.C0=C0;end;
  3760. if(C1)then Weld.C1=C1;end;
  3761. return Weld;
  3762. end;
  3763. A.Functions.Part=function(Properties,WeldProperties)
  3764. local Part=A.Functions.Peace('Part',Properties);
  3765. local Weld;
  3766. if(WeldProperties)then
  3767. if(WeldProperties.Part0)then Part.CFrame=WeldProperties.Part0;end;
  3768. WeldProperties.Part1=Part;
  3769. Weld=A.Functions.Peace('Motor',WeldProperties);
  3770. end;
  3771. return Part,Weld;
  3772. end;
  3773. A.Functions.GetWindow=function(Name)
  3774. for Int=1,#A.User.Windows do
  3775. if(A.User.Windows[Int].Name==Name)then
  3776. return A.User.Windows[Int],Int;
  3777. end;Int=nil;
  3778. end;
  3779. return nil;
  3780. end;
  3781. A.Functions.KillWindow=function(Name)
  3782. local Type=type(Name);
  3783. if(Type=='string'or Type=='table')then
  3784. local Win,Int=Type=='table'and Name or A.Functions.GetWindow(Name);
  3785. if(Win)then
  3786. Win.SetVisible=false;
  3787. A.Functions.All(Win.Title,function(Object)
  3788. A.Functions.KillData(Object);
  3789. A.Functions.Remove(Object,true);
  3790. Object=nil;
  3791. end);
  3792. for i,v in next,Win do
  3793. if(type(v)=='userdata')then
  3794. v.Name='Over';
  3795. A.Functions.KillData(v);
  3796. A.Functions.Remove(v,true);
  3797. end;
  3798. Win[i]=nil;
  3799. end;
  3800. if(Int~=nil)then
  3801. table.remove(A.User.Windows,Int);
  3802. end;
  3803. end;
  3804. elseif(Type=='boolean'and Name==true)then
  3805. for Int=1,#A.User.Windows do
  3806. A.Functions.KillWindow(A.User.Windows[Int].Name);
  3807. end;
  3808. end;
  3809. end;
  3810. A.Functions.GiveWindow=function(Name,Weight,Leight,Title)
  3811. local Win;
  3812. local Type=Name;
  3813. if(Type~=false)then
  3814. Win=A.Functions.GetWindow(Name)or{};
  3815. if(Win.Valid==true)then
  3816. Win.SetVisible.Value=Win.SetVisible.Value==false;
  3817. return nil;
  3818. end;
  3819. Win.Name=Name;
  3820. Win.Valid=true;
  3821.  
  3822. A.User.Windows[#A.User.Windows+1]=Win;
  3823. else
  3824. Win={};
  3825. end;
  3826.  
  3827. Win.SetLeight=A.Functions.Value('Number',Leight,function(Value)Win.Frame.Size=A.Old.UDim2.new(1,0,0,Value);Value=nil;end);
  3828. Win.SetWeight=A.Functions.Value('Number',Weight,function(Value)Win.Title.Size=A.Old.UDim2.new(0,Value,0,20);Value=nil;end);
  3829. Win.SetVisible=A.Functions.Value('Bool',true,function(Value)Win.Title.Visible=Value;if(Win.VisibleChanged~=nil)then Win.VisibleChanged(Value);end;Value=nil;end);
  3830. Win.SetTitle=A.Functions.Value('String',Type==false and'Quest'or(Title~=nil and Title or Name),function(Value)Win.TitleText.Text='Dresmor Ohgal - ['..Value..']';Value=nil;end);
  3831. Win.NOPOM=A.Functions.Value('Number',0,function(Value)Win.Menu.Visible=(Value>0);Win.Menu.Size=A.Old.UDim2.new(1,0,0,(Value>0)and 20 or 0);if(Win.Frame)then Win.Frame.Position=A.Old.UDim2.new(0,0,0,(Value>0)and 20 or 0);end;Value=nil;end);
  3832.  
  3833. Win.Title=A.Functions.Lock('TextButton',{
  3834. BackgroundTransparency=function()return A.Settings['Windows transparency'].Value==true and .5 or 0;end;
  3835. Size=function()return A.Old.UDim2.new(0,Win.SetWeight.Value,0,20);end;
  3836. Visible=function()return Win.SetVisible.Value;end;
  3837. Parent=A.User.Frames.Windows;
  3838. Draggable=true;
  3839. Active=true;
  3840. Text='';
  3841. },{
  3842. MouseButton1Down=function()
  3843. A.Functions.Wait();
  3844. if(A.User.FirstWindow~=Win.Title)then
  3845. A.User.FirstWindow=Win.Title;
  3846. Win.Title.Parent=nil;
  3847. end;
  3848. end;
  3849. }
  3850. );A.User.FirstWindow=Win.Title;
  3851. Win.TitleText=A.Functions.Lock('TextLabel',{
  3852. BackgroundTransparency=function()return A.Settings['Windows transparency'].Value==true and .5 or 0;end;
  3853. Text=function()return'Dresmor Ohgal - ['..Win.SetTitle.Value..']';end;
  3854. Position=A.Old.UDim2.new(0,20);
  3855. Size=A.Old.UDim2.new(1,-60,1);
  3856. BackgroundTransparency=1;
  3857. Parent=Win.Title;
  3858. TextXAlignment=0;
  3859. TextWrap=true;
  3860. FontSize=5;
  3861. Font=1;
  3862. }
  3863. );
  3864. A.Functions.Lock('ImageLabel',{
  3865. Image=A.Data.BaseUrl..84386870;
  3866. Size=A.Old.UDim2.ButtonSize;
  3867. Parent=Win.Title;
  3868. }
  3869. );
  3870. Win.Close=A.Functions.Button('TextButton',{
  3871. BackgroundTransparency=function()return A.Settings['Windows transparency'].Value==true and .5 or 0;end;
  3872. BackgroundColor3=A.Old.Color3.DarkRed;
  3873. Position=A.Old.UDim2.new(1,-20);
  3874. TextColor3=A.Old.Color3.Black;
  3875. Size=A.Old.UDim2.ButtonSize;
  3876. Parent=Win.Title;
  3877. FontSize=5;
  3878. Text='X';
  3879. Font=2;
  3880. },function()
  3881. A.Functions.KillWindow(Name==false and Win or Name);
  3882. if(Name==false)then
  3883. Win.Answer.Value=2;
  3884. end;
  3885. end
  3886. );
  3887. if(Type~=false)then
  3888. Win.Minimalize=A.Functions.Button('TextButton',{
  3889. BackgroundColor3=A.Old.Color3.Grey;
  3890. Position=A.Old.UDim2.new(1,-40);
  3891. TextColor3=A.Old.Color3.White;
  3892. Size=A.Old.UDim2.ButtonSize;
  3893. BackgroundTransparency=.5;
  3894. Parent=Win.Title;
  3895. FontSize=6;
  3896. Text='_';
  3897. Font=2;
  3898. },function()
  3899. Win.SetVisible.Value=false;
  3900. end
  3901. );
  3902. end;
  3903. Win.Menu=A.Functions.Lock('Frame',{
  3904. BackgroundTransparency=function()if(Win.NOPOM.Value<=0)then return 1;end;return A.Settings['Windows transparency'].Value==true and .5 or 0;end;
  3905. Size=function()return A.Old.UDim2.new(1,0,0,(Win.NOPOM.Value>0)and 20 or 0);end;
  3906. Position=A.Old.UDim2.new(0,0,1);
  3907. Parent=Win.Title;
  3908. },{
  3909. ChildAdded=function(Object)
  3910. if(Object~=Win.Frame and A.Stuffs.Gui.PartOfGui[Object.className])then
  3911. Win.NOPOM.Value=Win.NOPOM.Value+1;
  3912. Win.Menu.BackgroundTransparency=0;
  3913. end;
  3914. end;
  3915. ChildRemoved=function(Object)
  3916. if(Object~=Win.Frame and A.Stuffs.Gui.PartOfGui[Object.className])then
  3917. Win.NOPOM.Value=Win.NOPOM.Value-1;
  3918. if(Win.NOPOM.Value<=0)then Win.Menu.BackgroundTransparency=0;end;
  3919. end;
  3920. end;
  3921. }
  3922. );
  3923. local Frame,FrameData=A.Functions.Lock('Frame',{
  3924. BackgroundTransparency=function()return A.Settings['Windows transparency'].Value==true and .5 or 0;end;
  3925. Position=function()return A.Old.UDim2.new(0,0,0,(Win.NOPOM.Value>0)and 20 or 0);end;
  3926. Size=function()return A.Old.UDim2.new(1,0,0,Win.SetLeight.Value);end;
  3927. }
  3928. );
  3929. Win.Frame=Frame;
  3930. FrameData.Properties.Parent=function()return Win.Menu;end;
  3931. Win.Frame.Parent=Win.Menu;
  3932.  
  3933. local NUM_;
  3934. Win.FixTransparency=function()
  3935. NUM_=A.Settings['Windows transparency'].Value==true and .5 or 0;
  3936. Win.TitleText.BackgroundTransparency=NUM_;
  3937. Win.Frame.BackgroundTransparency=NUM_;
  3938. Win.Close.BackgroundTransparency=NUM_;
  3939. Win.Title.BackgroundTransparency=NUM_;
  3940. Win.Menu.BackgroundTransparency=1;
  3941. end;
  3942.  
  3943. coroutine.wrap(function()
  3944. while(Win.Valid==true and A.Functions.Check()==true)do
  3945. A.Settings['Windows transparency'].Changed:wait();
  3946. if(Win.FixTransparency~=nil)then
  3947. Win.FixTransparency();
  3948. end;
  3949. end;
  3950. end)();
  3951.  
  3952. return Win;
  3953. end;
  3954. A.Functions.Meter=function()
  3955. local Size=0;
  3956. for i,v in next,A.Stuffs.Meter do
  3957. for i,v in next,v do
  3958. i,v=nil;Size=Size+20;
  3959. end;
  3960. i,v=nil;Size=Size+20;
  3961. end;
  3962. local Win=A.Functions.GiveWindow('Meter',300,Size);
  3963. if(Win==nil)then return nil;end;local Num=0;
  3964. Win.Title.Position=A.Old.UDim2.new(.5,-150,0,40);
  3965. for i,v in next,A.Stuffs.Meter do
  3966. A.Functions.Lock('TextLabel',{
  3967. Position=A.Old.UDim2.new(0,0,0,Num*20);
  3968. BackgroundColor3=A.Old.Color3.Grey;
  3969. Size=A.Old.UDim2.new(1,0,0,20);
  3970. TextColor3=A.Old.Color3.Green;
  3971. BackgroundTransparency=.8;
  3972. Text=i..' Things';
  3973. Parent=Win.Frame;
  3974. TextXAlignment=0;
  3975. FontSize=2;
  3976. }
  3977. );
  3978. Num=Num+1;
  3979. for Name,Object in next,v do Wait();
  3980. for i=0,1 do
  3981. local Gui;Gui=A.Functions.Lock('TextLabel',{
  3982. TextColor3=i==0 and A.Old.Color3.White or A.Old.Color3.Green;
  3983. Text=i==0 and Name or function()return Object.Value;end;
  3984. Position=A.Old.UDim2.new(i/2,0,0,Num*20);
  3985. Size=A.Old.UDim2.new(.5,0,0,20);
  3986. BackgroundTransparency=1;
  3987. TextXAlignment=0;
  3988. Parent=Win.Frame;
  3989. FontSize=1;
  3990. }
  3991. );
  3992. if(i==1)then
  3993. coroutine.wrap(function()
  3994. while(Win.Valid==true)do
  3995. Gui.Text=Object.Value;
  3996. Object.Changed:wait();
  3997. end;
  3998. end)();
  3999. end;
  4000. end;Num=Num+1;
  4001. end;
  4002. end;
  4003. Win.VisibleChanged=function(Value)
  4004. A.Stuffs.MeterIsActive=Value;Value=nil;
  4005. end;A.Stuffs.MeterIsActive=true;
  4006. end;
  4007. A.Functions.QuestWindow=function(Text)
  4008. local Win=A.Functions.GiveWindow(false,300,200);
  4009. Win.Answer=A.Functions.Value'Number';
  4010.  
  4011. A.Functions.Lock('TextLabel',{
  4012. BackgroundTransparency=1;
  4013. Size=A.Old.UDim2.Full;
  4014. Parent=Win.Frame;
  4015. TextYAlignment=0;
  4016. FontSize=3;
  4017. Text=Text;
  4018. }
  4019. );
  4020. A.Functions.Button('TextButton',{
  4021. Position=A.Old.UDim2.new(.5,-40,1,-25);
  4022. BackgroundColor3=A.Old.Color3.Grey;
  4023. Size=A.Old.UDim2.new(0,80,0,20);
  4024. Parent=Win.Frame;
  4025. Text='Okey';
  4026. },function()
  4027. Win.Answer.Value=1;
  4028. A.Functions.KillWindow(Win);
  4029. end
  4030. );
  4031. return Win.Answer.Changed:wait();
  4032. end;
  4033. A.Functions.GetSpawnLocationCFrame=function()
  4034. local Spawn={};
  4035. Spawn[1]=A.Old.CFrame.new(0,100,0);
  4036. A.Functions.All(A.Service.Workspace,function(Object)
  4037. if(Object.className=='SpawnLocation')then
  4038. Spawn[#Spawn+1]=Object.CFrame;
  4039. end;Object=nil;
  4040. end);
  4041. return Spawn[2]==nil and Spawn[1]or Spawn[math.random(2,#Spawn)]+A.Old.Vector3.Char;
  4042. end;
  4043. A.Functions.SettingsGui=function()
  4044. local Size=#A.SettingIDs;
  4045. local RealSize=Size;
  4046. Size=Size<10 and Size or 10;
  4047. local Win=A.Functions.GiveWindow('Settings',250,20*Size);
  4048. if(Win==nil)then return nil;end;
  4049.  
  4050. Win.Title.Position=A.Old.UDim2.new(.5,-125,.5,-110);
  4051.  
  4052. Win.Cells={};
  4053.  
  4054. Win.Fix=function()
  4055. for i=1,Size do
  4056. Win.Cells[i].SetTick.Value=A.SettingIDs[i].Object.Value;
  4057. Win.Cells[i].SetText.Value=A.SettingIDs[i].Name;i=nil;
  4058. end;
  4059. end;
  4060.  
  4061. Win.Pos=A.Functions.Value('String',0,Win.Fix);
  4062.  
  4063. if(RealSize>10)then
  4064. local Num;
  4065. local BS={
  4066. '<';function()
  4067. Num=Win.Pos.Value-10
  4068. if(Num>=0)then
  4069. Win.Pos.Value=Num;
  4070. end;
  4071. end;
  4072. 'Home';function()Win.Pos.Value=0;end;
  4073. '>';function()
  4074. Num=Win.Pos.Value+10;
  4075. if(Num>=RealSize)then
  4076. Win.Pos.Value=Num-(RealSize%10);
  4077. end;
  4078. end;
  4079. };
  4080. local BSn=#BS/2;
  4081. local Num=0;
  4082. for i=1,BSn do
  4083. A.Functions.Button('TextButton',{
  4084. Position=A.Old.UDim2.new((1/BSn)*(i-1),(2/BSn)/2,0,(2/BSn)/2);
  4085. Size=A.Old.UDim2.new(1/BSn,-2,1,-2);
  4086. BackgroundColor3=A.Old.Color3.Grey;
  4087. TextColor3=A.Old.Color3.Black;
  4088. BackgroundTransparency=.5;
  4089. Parent=Win.Menu;
  4090. Text=BS[i+Num];
  4091. TextWrap=true;
  4092. FontSize=1;
  4093. },BS[i+Num+1]
  4094. );Num=Num+1;
  4095. end;
  4096. end;
  4097.  
  4098. for Int=1,Size do
  4099. local Ints=Int+Win.Pos.Value;
  4100. local Cell={};Win.Cells[Int]=Cell;
  4101. local Setting=A.SettingIDs[Ints]~=nil and A.SettingIDs[Ints];
  4102.  
  4103. Cell.SetText=A.Functions.Value('String',A.SettingIDs[Ints]and A.SettingIDs[Ints].Name,function(Value)Cell.Label.Text=Value;Value=nil;end);
  4104. Cell.SetTick=A.Functions.Value('Bool',A.SettingIDs[Ints]and A.SettingIDs[Ints].Object.Value,function(Value)Cell.Button.BackgroundColor3=Value==true and A.Old.Color3.Green or A.Old.Color3.DarkRed;Value=nil;end);
  4105.  
  4106. coroutine.wrap(function()
  4107. while(Win.Valid==true)do
  4108. Cell.SetTick.Value=Setting.Object.Changed:wait();
  4109. end;
  4110. end)();
  4111.  
  4112. Cell.Label=A.Functions.Lock('TextLabel',{
  4113. Visible=function()return Cell.SetText.Value~='';end;
  4114. Text=function()return Cell.SetText.Value;end;
  4115. Position=A.Old.UDim2.new(0,0,0,20*(Int-1));
  4116. Size=A.Old.UDim2.new(1,-20,0,20);
  4117. BackgroundTransparency=1;
  4118. TextXAlignment=0;
  4119. Parent=Win.Frame;
  4120. FontSize=1;
  4121. }
  4122. );
  4123. Cell.Button=A.Functions.Button('TextButton',{
  4124. BackgroundColor3=function()return Cell.SetTick.Value==true and A.Old.Color3.Green or A.Old.Color3.DarkRed;end;
  4125. Position=A.Old.UDim2.new(1,-17.5,1,-17.5);
  4126. Size=A.Old.UDim2.new(0,15,0,15);
  4127. BackgroundTransparency=.5;
  4128. Parent=A.Functions.Lock('Frame',
  4129. {
  4130. BackgroundColor3=A.Old.Color3.Grey;
  4131. Size=A.Old.UDim2.ButtonSize;
  4132. Position=A.Old.UDim2.new(1);
  4133. BackgroundTransparency=.5;
  4134. Parent=Cell.Label;
  4135. }
  4136. );
  4137. Text='';
  4138. },function()
  4139. A.SettingIDs[Ints].Object.Value=A.SettingIDs[Ints].Object.Value==false;
  4140. end
  4141. );
  4142. end;
  4143. end;
  4144. A.Functions.CreateCommand=function(Title,Commands,Description,Guide,MaxArguments,Function)
  4145. local New={};A.Commands[#A.Commands+1]=New;
  4146. New.Title=Title;
  4147. New.TrueCommands={};
  4148. New.Function=Function;
  4149. New.Description=Description;
  4150. New.MaxArguments=MaxArguments;
  4151. New.Commands='"'..table.concat(Commands,'","')..'"';
  4152.  
  4153. for Signal,Value in next,A.Stuffs.GuideCommands do
  4154. Guide=Guide:gsub(Signal,A.Data.Step..Value);Signal,Value=nil;
  4155. end;
  4156. for i=1,#Commands do
  4157. New.TrueCommands[Commands[i]]=true;
  4158. end;
  4159.  
  4160. New.Guide=A.Data.Start..Commands[1]..Guide;
  4161. end;
  4162. A.Functions.GetArguments=function(Text,Stepper,Max)
  4163. if(Max~=0)then
  4164. local New={};
  4165. local Num=0;
  4166. local blind=false;
  4167. local blindText='';
  4168. for i in Text:gmatch('([^'..Stepper..']+)')do
  4169. if(blind==false)then
  4170. blind=i:match'{b{'~=nil;
  4171. if(blind==true)then
  4172. i=i:gsub('{b{','');
  4173. end;
  4174. end;
  4175. if(blind==false)then
  4176. Num=Num+1;
  4177. New[#New+1]=i;i=nil;
  4178. else
  4179. blindText=blindText..i..Stepper;
  4180. if(i:match'}b}'~=nil)then
  4181. blind=false;
  4182. Num=Num+1;
  4183. if(blindText:sub(#blindText,#blindText)==';')then
  4184. blindText=blindText:sub(1,#blindText-1);
  4185. end;
  4186. New[#New+1]=blindText:gsub('}b}','');i=nil;
  4187. blindText='';
  4188. end;
  4189. end;
  4190. if(Num>=Max)then break;end;
  4191. end;
  4192. return New;
  4193. end;return A.Stuffs.NullTable;
  4194. end;
  4195. A.Functions.GetCommand=function(Command)
  4196. for i,v in next,A.Commands do
  4197. if(v.TrueCommands[Command]==true)then
  4198. return v,i;
  4199. end;
  4200. end;
  4201. end;
  4202. A.Functions.SearchCommand=function(Text)
  4203. local Command=Text:match(A.Data.Start..'(%w+)');
  4204. if(Command==nil)then return'Command word is not found!';end;
  4205. Command=Command:lower();
  4206. local FullText=Text:match(A.Data.Start..'%w+'..A.Data.Step..'(.+)')or'';
  4207. Text=FullText;
  4208.  
  4209. local StuffsOfCommand=A.RecentCommands[Command];
  4210. if(StuffsOfCommand==nil)then
  4211. local Number;
  4212. StuffsOfCommand,Number=A.Functions.GetCommand(Command);
  4213. if(StuffsOfCommand~=nil)then
  4214. A.RecentCommands[Command]={
  4215. Function=function(...)A.Commands[Number].Function(...);end;
  4216. MaxArguments=StuffsOfCommand.MaxArguments;
  4217. };
  4218. end;
  4219. end;
  4220. if(StuffsOfCommand==nil)then return'"'..Command..'" is not a valid member of library of the commands!';end;
  4221.  
  4222. local Load,Error=A.Functions.Thread(function()
  4223. StuffsOfCommand.Function(
  4224. Text,
  4225. FullText,
  4226. A.Functions.GetArguments(
  4227. Text,
  4228. A.Data.Step,
  4229. StuffsOfCommand.MaxArguments
  4230. )
  4231. );
  4232. end);
  4233.  
  4234. if(Load==false)then
  4235. return Error;
  4236. end;
  4237.  
  4238. end;
  4239. A.Functions.Message=function(Type,Text,Time)
  4240. local Message=A.Functions.Peace('TextLabel',{
  4241. Position=Type=='Message'and A.Old.UDim2.Pax or A.Old.UDim2.new(0,0,0,20*#A.User.Frames.Hints:children());
  4242. Size=Type=='Hint'and A.Old.UDim2.new(1,0,0,20)or A.Old.UDim2.Full;
  4243. Text=Text:gsub([[']],A.Stuffs.AsciiChar[255]);
  4244. BackgroundColor3=A.Old.Color3.Black;
  4245. Parent=A.User.Frames[Type..'s'];
  4246. TextColor3=A.Old.Color3.Yellow;
  4247. BackgroundTransparency=.5;
  4248. BorderSizePixel=0;
  4249. FontSize=2;
  4250. Name=Type;
  4251. }
  4252. );
  4253. Delay(Time or #Text/5,function()
  4254. A.Functions.Remove(Message,true);
  4255. if(Type=='Hint')then
  4256. for i,v in next,A.User.Frames.Hints:children()do
  4257. if(v.className=='TextLabel')then
  4258. v.Position=A.Old.UDim2.new(0,0,0,20*(i-1));
  4259. end;
  4260. end;
  4261. end;
  4262. end);
  4263. end;
  4264. A.Functions.TransparencyContact=function(Table)
  4265. coroutine.wrap(function()
  4266. local Num=#Table;
  4267. local Data;
  4268. for i=1,Num do
  4269. i=Table[i];
  4270. Data=A.Functions.GetData(i);
  4271. if(Data~=nil)then
  4272. Data.Properties.BackgroundTransparency=function()return A.Settings['Windows transparency'].Value==true and .5 or 0;end;
  4273. end;
  4274. i.BackgroundTransparency=A.Settings['Windows transparency'].Value==true and .5 or 0;
  4275. end;
  4276. local Function=function(Bool)
  4277. for i=1,Num do Table[i].BackgroundTransparency=Bool==true and .5 or 0;i=nil;end;Bool=nil;
  4278. end;
  4279. while(A.Functions.Check()==true)do
  4280. Function(A.Settings['Windows transparency'].Value);
  4281. A.Settings['Windows transparency'].Changed:wait();
  4282. end;
  4283. end)();
  4284. end;
  4285. A.Functions.CommandBar=function()
  4286. local Win=A.Functions.GiveWindow('Cmd',300,64);
  4287. if(Win==nil)then return nil;end;Win.Title.Position=A.Old.UDim2.new(0,0,.5,-100);
  4288. if(A.User.RecentCommands==nil)then
  4289. A.User.RecentCommands={};
  4290. end;
  4291.  
  4292. local NUM_,_NUM;
  4293. local BS={
  4294. '<';function()
  4295. NUM_=Win.Pos.Value-Win.MaxCells;
  4296. if(NUM_>=0)then
  4297. Win.Pos.Value=NUM_;
  4298. end;
  4299. end;
  4300. '>';function()
  4301. _NUM=#A.User.RecentCommands;
  4302. if(_NUM<=Win.MaxCells)then return nil;end;
  4303. NUM_=Win.Pos.Value+Win.MaxCells;
  4304. if(NUM_>=_NUM)then
  4305. NUM_=_NUM-(_NUM%Win.MaxCells);
  4306. end;
  4307. Win.Pos.Value=NUM_;
  4308. end;
  4309. 'Clean';function()
  4310. A.User.RecentCommands={};
  4311. Win.Pos.Value=0;
  4312. Win.Fix();
  4313. end;
  4314. 'H/S';function()
  4315. Win.FixEnabled=Win.FixEnabled==false;
  4316. Win.Fix();
  4317. end;
  4318. };
  4319. local BSn=#BS/2;
  4320.  
  4321. Win.Cells={};
  4322. Win.MaxCells=8;
  4323. Win.FixEnabled=true;
  4324.  
  4325. Win.Fix=function()
  4326. for Int=1,Win.MaxCells do
  4327. Win.Cells[Int].SetText.Value=A.User.RecentCommands[Int+Win.Pos.Value]or'';
  4328. Win.Cells[Int].Label.Visible=Win.FixEnabled;
  4329. end;
  4330. end;
  4331.  
  4332. Win.Pos=A.Functions.Value('Number',0,Win.Fix);
  4333.  
  4334. Win.Box=A.Functions.Lock('TextBox',{
  4335. Parent=function()A.Functions.Wait()return Win.Frame end;
  4336. TextColor3=A.Old.Color3.Yellow;
  4337. BackgroundTransparency=1;
  4338. Size=A.Old.UDim2.Full;
  4339. TextXAlignment=0;
  4340. TextYAlignment=0;
  4341. FontSize=1;
  4342. },{
  4343. FocusLost=function(Text)
  4344. Text=Win.Box.Text;
  4345. if(Text~=nil and(Text~=''and Text~='Click here to writting'))then
  4346. if(Text:sub(1,1)~=A.Data.Start)then Text=A.Data.Start..Text;end;
  4347. A.Functions.Wait();
  4348. local Message=A.Functions.SearchCommand(Text);
  4349. if(Message~=nil)then A.Functions.Message('Hint',Message);return nil;end;
  4350. if(Win.FixEnabled==true and A~=nil)then
  4351. table.insert(A.User.RecentCommands,1,Text);
  4352. Win.Fix();
  4353. end;
  4354. end;Text=nil;
  4355. end;
  4356. }
  4357. );Win.Box.Text='Click here to writting';
  4358.  
  4359. A.Functions.Lock('Frame',{
  4360. BackgroundColor3=A.Old.Color3.Grey;
  4361. Position=A.Old.UDim2.new(0,0,1);
  4362. Size=A.Old.UDim2.new(1,0,0,5);
  4363. BackgroundTransparency=.5;
  4364. Parent=Win.Frame;
  4365. }
  4366. );
  4367.  
  4368. local Smg={};
  4369. for Int=1,Win.MaxCells do
  4370. local Cell={};Win.Cells[#Win.Cells+1]=Cell;
  4371.  
  4372. Cell.SetText=A.Functions.Value('String',A.User.RecentCommands[Int],function(Value)Cell.Label.Visible=Value~='';Cell.Label.Text=Win.Pos.Value+Int..'.) '..Value;Value=nil;end);
  4373.  
  4374. Cell.Label=A.Functions.Button('TextButton',{
  4375. Visible=function()if(Win.FixEnabled==false)then return false;else return Cell.SetText.Value~='';end;end;
  4376. Text=function()return Win.Pos.Value+Int..'.) '..Cell.SetText.Value;end;
  4377. Position=A.Old.UDim2.new(0,0,1,20*(Int-1)+5);
  4378. Size=A.Old.UDim2.new(1,0,0,20);
  4379. AutoButtonColor=true;
  4380. Parent=Win.Frame;
  4381. TextXAlignment=0;
  4382. FontSize=1;
  4383. },function()
  4384. A.Functions.SearchCommand(Cell.SetText.Value);
  4385. end
  4386. );Smg[Int]=Cell.Label;
  4387. end;
  4388. A.Functions.TransparencyContact(Smg);
  4389.  
  4390. local Num=0;
  4391. local Asd={};
  4392. for Int=1,BSn do
  4393. Asd[Int]=A.Functions.Button('TextButton',{
  4394. Position=A.Old.UDim2.new(1/BSn*(Int-1),1,0,1);
  4395. Size=A.Old.UDim2.new(1/BSn,-2,1,-2);
  4396. BackgroundColor3=A.Old.Color3.Grey;
  4397. TextColor3=A.Old.Color3.Black;
  4398. Text=BS[Int+Num];
  4399. Parent=Win.Menu;
  4400. FontSize=1;
  4401. },BS[Int+Num+1]
  4402. );
  4403. Num=Num+1;
  4404. end;
  4405. A.Functions.TransparencyContact(Asd);
  4406.  
  4407. end;
  4408. A.Functions.HelpGui=function()
  4409. local Win=A.Functions.GiveWindow('Help',400,400);
  4410. if(Win==nil)then return nil;end;
  4411.  
  4412. local Ears={'Commands';'Players';'Signals';};
  4413.  
  4414. Win.Ears={};
  4415. Win.NumOfEars=#Ears;
  4416. Win.NumberOfCommands=#A.Commands;
  4417.  
  4418. local NUM;
  4419. local CCMD;
  4420. local TEXT='';
  4421. Win.FixTutorial=function()
  4422. NUM=Win.Pos.Value+1;
  4423. CCMD=A.Commands[NUM];
  4424. if(A.Stuffs.ForTutorialOfCommands==nil)then
  4425. A.Stuffs.ForTutorialOfCommands={'Title';'Description';'Commands';'Guide';};
  4426. end;
  4427. for i,v in next,A.Stuffs.ForTutorialOfCommands do
  4428. TEXT=TEXT..v..': '..CCMD[v]..'\n\n\n';i,v=nil;
  4429. end;
  4430. TEXT=NUM..' of '..Win.NumberOfCommands..'\n\n\n'..TEXT;
  4431. Win.Ears[1].SetText.Value=TEXT;TEXT='';
  4432. end;
  4433.  
  4434. Win.Pos=A.Functions.Value('Number',0,function(Value)Win.FixTutorial();Value=nil;end);
  4435. Win.CurrentFrame=A.Functions.Value('String','Commands',function(Value)
  4436. for i=1,Win.NumOfEars do
  4437. Win.Ears[i].Frame.Visible=Value==Win.Ears[i].Name;
  4438. end;
  4439. end);
  4440.  
  4441. local Smgs={};
  4442. for Int,Name in next,Ears do
  4443. local Ear={};Win.Ears[#Win.Ears+1]=Ear;
  4444.  
  4445. Ear.Name=Name;
  4446.  
  4447. Ear.SetText=A.Functions.Value('String','',function(Value)Ear.Frame.Text=Value;Value=nil;end);
  4448.  
  4449. Ear.Frame=A.Functions.Lock('TextLabel',{
  4450. Visible=function()return Win.CurrentFrame.Value==Name;end;
  4451. Text=function()return Ear.SetText.Value;end;
  4452. BackgroundTransparency=1;
  4453. Position=A.Old.UDim2.Pax;
  4454. Size=A.Old.UDim2.Full;
  4455. TextXAlignment=0;
  4456. TextYAlignment=0;
  4457. Parent=Win.Frame;
  4458. FontSize=2;
  4459. }
  4460. );
  4461. Ear.Ear=A.Functions.Button('TextButton',{
  4462. Position=A.Old.UDim2.new(1/Win.NumOfEars*(Int-1),1.25,0,1.25);
  4463. Size=A.Old.UDim2.new(1/Win.NumOfEars,-2.5,1,-2.5);
  4464. BackgroundColor3=A.Old.Color3.Grey;
  4465. TextColor3=A.Old.Color3.Black;
  4466. Parent=Win.Menu;
  4467. FontSize=1;
  4468. Text=Name;
  4469. },function()
  4470. Win.CurrentFrame.Value=Name;
  4471. end
  4472. );Smgs[#Smgs+1]=Ear.Ear;
  4473.  
  4474. if(Name=='Players')then
  4475. local Text='';
  4476. for Int,Table in next,A.Calls do
  4477. Text=Text..Table.Description..': '..Table.Calls..'\n'..'\n';
  4478. end;
  4479. Ear.SetText.Value=Text;
  4480. elseif(Name=='Signals')then
  4481. Ear.SetText.Value=[[The first signal what you need for run a command signal is "]]..A.Data.Start..'" :3'..'\n\n'..[[For arguments type this "]]..A.Data.Step..'"'..'\n\n'..[[To use blink argument (hard to tell my english not enough to this) "{b{" until "}b}" so {b{blah;blah;LAALla;;;;aolaL}b}]];
  4482. elseif(Name=='Commands')then
  4483. Win.FixTutorial();
  4484. for i=0,1 do
  4485. local Num=i==0 and-1 or 1;
  4486. local Plus;
  4487. Smgs[#Smgs+1]=A.Functions.Button('TextButton',{
  4488. Position=A.Old.UDim2.new(i,i==1 and -20,1,-20);
  4489. BackgroundColor3=A.Old.Color3.Grey;
  4490. TextColor3=A.Old.Color3.Black;
  4491. Size=A.Old.UDim2.ButtonSize;
  4492. Parent=Win.Ears[1].Frame;
  4493. Text=i==0 and'<'or'>';
  4494. FontSize=3;
  4495. },function()
  4496. Plus=Win.Pos.Value+Num;
  4497. if(Plus>=0 and Plus<Win.NumberOfCommands)then
  4498. Win.Pos.Value=Plus;
  4499. end;
  4500. end
  4501. );
  4502. end;
  4503. end;
  4504.  
  4505. end;A.Functions.TransparencyContact(Smgs);
  4506.  
  4507. end;
  4508. A.Functions.GetBase=function()
  4509. for i,v in next,A.Service.Workspace:children()do
  4510. if(v.className=='Part'and v.Name=='Base')then
  4511. A.Functions.Remove(v,true);
  4512. end;i,v=nil;
  4513. end;
  4514. local Base=A.Old.Instance.NewObject'Part';
  4515. Base.Name='Base';
  4516. Base.Locked=true;
  4517. Base.Anchored=true;
  4518. Base.archivable=false;
  4519. Base.Size=A.Old.Vector3.new(555,2,555);
  4520. Base.BrickColor=A.Old.BrickColor.new'37';
  4521. Base.Parent=A.Service.Workspace;
  4522. return Base;
  4523. end;
  4524. A.Functions.Clean=function()
  4525. local Base=A.Functions.GetBase();
  4526. if(A.Stuffs.Shielded==nil)then
  4527. A.Stuffs.Shielded={
  4528. HumanoidController=true;
  4529. Terrain=true;
  4530. Camera=true;
  4531. Player=true;
  4532. };
  4533. end;
  4534. if(A.Stuffs.Banned_Services==nil)then
  4535. A.Stuffs.Banned_Services={
  4536. NetworkClient=true;
  4537. CoreGui=true;
  4538. };
  4539. end;
  4540. for i,v in next,Game:children()do
  4541. pcall(function()
  4542. if(A.Stuffs.Banned_Services[v.className]==nil)then
  4543. for i,v in next,v:children()do
  4544. if(v~=script and v~=Base and A.Stuffs.Shielded[v.className]~=true and A.Service.Players:GetPlayerFromCharacter(v)==nil)then
  4545. pcall(function()
  4546. v.Parent=nil;
  4547. end);
  4548. end;i,v=nil;
  4549. end;
  4550. end;
  4551. end);i,v=nil;
  4552. end;
  4553. end;
  4554. A.Functions.ResetLighting=function()
  4555. local Lighting=A.Service.Lighting;
  4556. if(A.Stuffs.LightingBaseProperties==nil)then
  4557. A.Stuffs.LightingBaseProperties={
  4558. ShadowColor=A.Old.Color3.new(.7,.7,.72);
  4559. FogColor=A.Old.Color3.new(.75,.75,.75);
  4560. ColorShift_Bottom=A.Old.Color3.Black;
  4561. GeographicLatitude=41.733299255371;
  4562. ColorShift_Top=A.Old.Color3.Black;
  4563. Ambient=A.Old.Color3.Grey;
  4564. Brightness=1;
  4565. FogEnd=1e6;
  4566. FogStart=0;
  4567. };
  4568. end;
  4569. for i,v in next,A.Stuffs.LightingBaseProperties do
  4570. Lighting[i]=v;i,v=nil;
  4571. end;
  4572. pcall(Lighting.ClearAllChildren,Lighting);
  4573. end;
  4574. A.Functions.ExplorerGui=function()
  4575. local Win=A.Functions.GiveWindow('Explorer',440,400);
  4576. if(Win==nil)then
  4577. return nil;
  4578. end;
  4579.  
  4580. Win.Frames={};
  4581.  
  4582. Win.CountThis=A.Functions.Value('Object',Game,function(Value)
  4583. if(Win.Frames.Explorer.SetPos.Value==0)then
  4584. Win.Frames.Explorer.Count(0,Value);
  4585. else
  4586. Win.Frames.Explorer.SetPos.Value=0;
  4587. end;
  4588. end);
  4589. Win.WatchingObject=A.Functions.Value('Object',Game,function(Value)
  4590. if(Win.Frames.Properties.SetPos.Value==0)then
  4591. Win.Frames.Properties.Count(0,Value);
  4592. else
  4593. Win.Frames.Properties.SetPos.Value=0;
  4594. end;
  4595. end);
  4596.  
  4597. local Cnr={};
  4598.  
  4599. Win.History={Game;};
  4600. Win.HistoryPos=1;
  4601.  
  4602. for i=0,1 do
  4603. local Plus=i==0 and -1 or 1;
  4604. local Num;
  4605. Cnr[#Cnr+1]=A.Functions.Button('TextButton',{
  4606. BackgroundColor3=A.Old.Color3.Blue;
  4607. Position=A.Old.UDim2.new(0,20*i);
  4608. TextColor3=A.Old.Color3.Black;
  4609. Text=i==0 and'<'or'>';
  4610. Parent=Win.Menu;
  4611. FontSize=3;
  4612. },function()
  4613. Num=Win.HistoryPos+Plus;
  4614. if(Num<1 or Win.History[Num]==nil)then return nil;end;
  4615. Win.HistoryPos=Num;
  4616. Win.CountThis.Value=Win.History[Num];
  4617. end
  4618. );
  4619. end;
  4620. Win.HomeButton=A.Functions.Button('TextButton',{
  4621. BackgroundColor3=A.Old.Color3.Green;
  4622. Position=A.Old.UDim2.new(0,40);
  4623. TextColor3=A.Old.Color3.Black;
  4624. Parent=Win.Menu;
  4625. Text='H';
  4626. },function()
  4627. Win.CountThis.Value=Game;
  4628. Win.HistoryPos=1;
  4629. end
  4630. );
  4631. Win.RefreshButton=A.Functions.Button('TextButton',{
  4632. BackgroundColor3=A.Old.Color3.Grey;
  4633. Position=A.Old.UDim2.new(0,60);
  4634. TextColor3=A.Old.Color3.Black;
  4635. Parent=Win.Menu;
  4636. Text='R';
  4637. },function()
  4638. Win.Frames.Explorer.Count(0,Win.CountThis.Value);
  4639. end
  4640. );
  4641. Win.RemoveButton=A.Functions.Button('TextButton',{
  4642. BackgroundColor3=A.Old.Color3.Grey;
  4643. Position=A.Old.UDim2.new(0,80);
  4644. TextColor3=A.Old.Color3.Black;
  4645. Parent=Win.Menu;
  4646. Text='K';
  4647. },function()
  4648. for i,v in next,Win.Frames.Explorer.Selected do
  4649. if(#v~=0)then
  4650. for i,v in next,v do
  4651. A.Functions.Remove(v);
  4652. end;
  4653. end;
  4654. end;
  4655. end
  4656. );
  4657.  
  4658. for i=0,1 do
  4659. local Name=i==0 and'Explorer'or'Properties';
  4660. local this={};
  4661. this.Cells={};
  4662.  
  4663. this.SetPos=A.Functions.Value('Number',0,function(Value)
  4664. this.PosChanged(Value);
  4665. end);
  4666.  
  4667. this.Frame=A.Functions.Lock('Frame',{
  4668. Size=A.Old.UDim2.new(.5,-20,1);
  4669. Position=A.Old.UDim2.new(i/2);
  4670. BackgroundTransparency=1;
  4671. Parent=Win.Frame;
  4672. }
  4673. );
  4674. this.ScrollFrame=A.Functions.Lock('Frame',{
  4675. BackgroundColor3=A.Old.Color3.White;
  4676. Size=A.Old.UDim2.new(0,20,1);
  4677. Position=A.Old.UDim2.new(1);
  4678. BackgroundTransparency=.5;
  4679. Parent=this.Frame;
  4680. }
  4681. );
  4682. Cnr[#Cnr+1]=this.ScrollFrame;
  4683.  
  4684. for i=0,1 do
  4685. local Plus=i==0 and-20 or 20;
  4686. local Num;
  4687. Cnr[#Cnr+1]=A.Functions.Button('TextButton',{
  4688. Position=A.Old.UDim2.new(0,0,i,i==1 and-20);
  4689. BackgroundColor3=A.Old.Color3.Grey;
  4690. Size=A.Old.UDim2.ButtonSize;
  4691. Text=i==0 and'/\\'or'\\/';
  4692. Parent=this.ScrollFrame;
  4693. AutoButtonColor=true;
  4694. FontSize=3;
  4695. },function()
  4696. Num=this.SetPos.Value+Plus;
  4697. if(Num<0)then
  4698. Num=0;
  4699. end;
  4700. if(Num>=this.Max)then
  4701. Num=this.Max-(this.Max%20);
  4702. end;
  4703. this.SetPos.Value=Num;
  4704. end
  4705. );
  4706. end;
  4707.  
  4708.  
  4709. if(i==0)then--Explorer
  4710.  
  4711. this.CountThis=Win.CountThis;
  4712.  
  4713. this.Selected={};
  4714. this.FreeBoxes={};
  4715.  
  4716. this.Count=function(From,Object)
  4717. local Parts=Object:children();
  4718. if(#Parts==0)then return nil;end;
  4719. this.Max=#Parts;
  4720.  
  4721.  
  4722. local Asd;
  4723. local i=1;
  4724. local Object2;
  4725. local NotGood=0;
  4726.  
  4727. while(i<21)do
  4728. Asd=From+i+NotGood;
  4729. Object2=Parts[Asd];
  4730. if(Object2==nil or pcall(function()return Object2:IsA'';end)==true)then
  4731. this.Cells[i].SetObject.Value=Object2;
  4732. i=i+1;
  4733. else
  4734. NotGood=NotGood+1;
  4735. end;
  4736. end;
  4737.  
  4738. end;
  4739. this.PosChanged=function(Value)
  4740. this.Count(Value,this.CountThis.Value);
  4741. end;
  4742.  
  4743. for i=1,20 do
  4744. local Cell={};this.Cells[#this.Cells+1]=Cell;
  4745.  
  4746. Cell.GetPos=function()return this.SetPos.Value+i;end;
  4747.  
  4748. Cell.SetText=A.Functions.Value('String','N/A',function(Value)
  4749. Cell.Text.Text=Value;
  4750. end);
  4751. Cell.SetObject=A.Functions.Value('Object',nil,function(Value)
  4752.  
  4753. if(Value~=nil)then
  4754. Cell.SetSelect.Value=Value:FindFirstChild'Ohgal_Selection'~=nil;
  4755. Cell.SetText.Value=Value.Name..' ('..Value.className..')';
  4756. Cell.Number.Text=Cell.GetPos();
  4757. end;
  4758.  
  4759. Cell.Frame.Visible=Value~=nil or false;
  4760.  
  4761. end);
  4762. Cell.SetSelect=A.Functions.Value('Bool',false,function(Value)
  4763. Cell.Selector.BackgroundColor3=Value==true and A.Old.Color3.Green or A.Old.Color3.Red;
  4764. local Object=Cell.SetObject.Value;
  4765. if(Value==false)then
  4766. local Selector=Object:FindFirstChild'Ohgal_Selection';
  4767. if(Selector~=nil)then
  4768. Selector.Parent=nil;
  4769. this.FreeBoxes[#this.FreeBoxes+1]=Selector;
  4770. end;
  4771. else
  4772. local ThisAdded;
  4773. local Selector=Object:FindFirstChild'Ohgal_Selection'or this.FreeBoxes[1]or A.Old.Instance.NewObject'BindableEvent';
  4774. if(Selector==this.FreeBoxes[1])then
  4775. table.remove(this.FreeBoxes,1);
  4776. end;
  4777.  
  4778. Selector.Name='Ohgal_Selection';
  4779. Selector.archivable=false;
  4780. Selector.Parent=Object;
  4781.  
  4782.  
  4783. local Box;
  4784. if(Object:IsA'Model'or Object:IsA'Part')then
  4785. Box=A.Old.Instance.NewObject('SelectionBox',this.Frame);
  4786. Box.Adornee=Object;
  4787. end;
  4788.  
  4789. if(this.Selected[Object.className]==nil)then
  4790. this.Selected[Object.className]={};
  4791. else
  4792. for i,v in next,this.Selected[Object.className]do
  4793. if(v==Object)then
  4794. ThisAdded=true;
  4795. table.remove(this.Selected[Object.className],i);break;
  4796. end;
  4797. end;
  4798. end;
  4799. this.Selected[Object.className][#this.Selected[Object.className]+1]=Object;
  4800.  
  4801. if(ThisAdded==nil)then
  4802. local Kill=function()
  4803. Selector.Parent=nil;
  4804. this.FreeBoxes[#this.FreeBoxes+1]=Selector;
  4805. if(Box~=nil)then Box.Adornee=nil;Box.Parent=nil;end;
  4806. for i,v in next,this.Selected[Object.className]do
  4807. if(v==Object)then
  4808. table.remove(this.Selected[Object.className],i);break;
  4809. end;
  4810. end;
  4811. end;
  4812. A.Functions.Thread(function()
  4813. while(Selector.Parent~=nil)do Selector.Changed:wait();end;
  4814. Kill();
  4815. end);
  4816. A.Functions.Thread(function()
  4817. while(Object.Parent~=nil)do Object.Changed:wait();end;
  4818. Kill();
  4819. end);
  4820. end;
  4821. end;
  4822. end);
  4823.  
  4824.  
  4825. Cell.Frame=A.Functions.Lock('Frame',{
  4826. Position=A.Old.UDim2.new(0,0,0,i~=1 and 20*(i-1)+1 or 1);
  4827. Visible=function()return Cell.SetObject.Value~=nil;end;
  4828. Size=A.Old.UDim2.new(1,0,0,18);
  4829. BackgroundTransparency=1;
  4830. Parent=this.Frame;
  4831. }
  4832. );
  4833.  
  4834. Cell.Selector=A.Functions.Button('ImageButton',{
  4835. BackgroundColor3=function()return Cell.SetSelect.Value==true and A.Old.Color3.Green or A.Old.Color3.Red;end;
  4836. Size=A.Old.UDim2.new(0,20,1);
  4837. Position=A.Old.UDim2.Pax;
  4838. Parent=Cell.Frame;
  4839. },function()
  4840. Cell.SetSelect.Value=Cell.SetSelect.Value==false;
  4841. end
  4842. );
  4843. Cnr[#Cnr+1]=Cell.Selector;
  4844.  
  4845. Cell.Number=A.Functions.Lock('TextLabel',{
  4846. BackgroundColor3=A.Old.Color3.Grey;
  4847. Position=A.Old.UDim2.new(0,20);
  4848. Size=A.Old.UDim2.new(0,20,1);
  4849. Parent=Cell.Frame;
  4850. Text=Cell.GetPos;
  4851. FontSize=1;
  4852. }
  4853. );
  4854. Cnr[#Cnr+1]=Cell.Number;
  4855.  
  4856. local TimeOut=0;
  4857. Cell.Text=A.Functions.Button('TextButton',{
  4858. Text=function()return Cell.SetText.Value;end;
  4859. BackgroundColor3=A.Old.Color3.White;
  4860. Position=A.Old.UDim2.new(0,40);
  4861. TextColor3=A.Old.Color3.Black;
  4862. Size=A.Old.UDim2.new(1,-40,1);
  4863. AutoButtonColor=true;
  4864. Parent=Cell.Frame;
  4865. TextXAlignment=0;
  4866. FontSize=1;
  4867. },function()
  4868. if(TimeOut==1)then
  4869. Win.HistoryPos=Win.HistoryPos+1;
  4870. Win.History[Win.HistoryPos]=Cell.SetObject.Value;
  4871. Win.History[Win.HistoryPos+1]=nil;
  4872. this.CountThis.Value=Cell.SetObject.Value;
  4873. else
  4874. TimeOut=1;
  4875.  
  4876. Win.WatchingObject.Value=Cell.SetObject.Value;
  4877.  
  4878. Delay(.2,function()
  4879. TimeOut=0;
  4880. end);
  4881. end;
  4882. end
  4883. );
  4884. Cnr[#Cnr+1]=Cell.Text;
  4885.  
  4886. end;
  4887.  
  4888. else--Properties
  4889.  
  4890. this.Count=function(From,Object)
  4891.  
  4892. if(this._ThisBox~=nil)then
  4893. this._ThisBox.Parent=nil;
  4894. end;
  4895.  
  4896. local Table=A.Functions.GetProperties(Object,true);
  4897. this.Max=#Table;
  4898.  
  4899. if(From<=4)then
  4900. this.Cells[1].SetProperty.Value='Name';
  4901. this.Cells[1].Fix();
  4902.  
  4903. this.Cells[2].SetProperty.Value='Parent';
  4904. this.Cells[2].Fix();
  4905.  
  4906. this.Cells[3].SetProperty.Value='className';
  4907. this.Cells[3].Fix();
  4908.  
  4909. this.Cells[4].SetProperty.Value='archivable';
  4910. this.Cells[4].Fix();
  4911.  
  4912. for i=5,20 do
  4913. this.Cells[i].SetProperty.Value=Table[(i-4)+From]or'';
  4914. this.Cells[i].Fix();
  4915. end;
  4916. else
  4917. for i=1,20 do
  4918. this.Cells[i].SetProperty.Value=Table[i+From]or'';
  4919. this.Cells[i].Fix();
  4920. end;
  4921. end;
  4922. end;
  4923. this.PosChanged=function(Value)
  4924. this.Count(Value,Win.WatchingObject.Value);
  4925. end;
  4926.  
  4927. this.TextBox=function(ALALOLUBU)--ROFL
  4928. if(pcall(function()this._ThisBox.Parent=ALALOLUBU;this._ThisBox.Text=ALALOLUBU.Text;end)==false)then
  4929. this._ThisBox=A.Functions.Peace('TextBox',{
  4930. BackgroundColor3=A.Old.Color3.White;
  4931. TextColor3=A.Old.Color3.Black;
  4932. Size=A.Old.UDim2.Full;
  4933. Text=ALALOLUBU.Text;
  4934. BorderSizePixel=0;
  4935. Parent=ALALOLUBU;
  4936. TextXAlignment=0;
  4937. FontSize=1;
  4938. }
  4939. );
  4940. end;
  4941. Delay(0,function()pcall(function()this._ThisBox:CaptureFocus();end);end);
  4942. this._ThisBox.FocusLost:wait();
  4943. this._ThisBox.Parent=nil;
  4944. A.Functions.Thread(function()
  4945. Win.WatchingObject.Value[this.SetProperty]=loadstring('return '..this._ThisBox.Text)();
  4946. end);
  4947. end;
  4948.  
  4949. for i=1,20 do
  4950. local Cell={};this.Cells[#this.Cells+1]=Cell;
  4951.  
  4952. Cell.SetProperty=A.Functions.Value('String','',function(Value)
  4953. Cell.Frame.Visible=Value~='';
  4954. end);
  4955.  
  4956. Cell.Fix=function()
  4957. if(Cell.SetProperty.Value~='')then
  4958. Cell.Property.Text=Cell.SetProperty.Value..' ';
  4959. Cell.Property.Size=A.Old.UDim2.new(0,Cell.Property.TextBounds.X,1);
  4960.  
  4961. Cell.ValueButton.Position=A.Old.UDim2.new(0,Cell.Property.Size.X.Offset);
  4962. Cell.ValueButton.Size=A.Old.UDim2.new(1,-Cell.Property.Size.X.Offset,1);
  4963. Cell.ValueButton.Text=tostring(Win.WatchingObject.Value[Cell.SetProperty.Value]);
  4964. end;
  4965. end;
  4966.  
  4967.  
  4968. Cell.Frame=A.Functions.Lock('Frame',{
  4969. Position=A.Old.UDim2.new(0,0,0,i~=1 and 20*(i-1)+1 or 1);
  4970. Visible=function()return Cell.SetProperty.Value~='';end;
  4971. Size=A.Old.UDim2.new(1,0,0,18);
  4972. BackgroundTransparency=1;
  4973. Parent=this.Frame;
  4974. }
  4975. );
  4976.  
  4977. Cell.Property=A.Functions.Lock('TextLabel',{
  4978. Size=function()return Cell.Property~=nil and A.Old.UDim2.new(0,Cell.Property.TextBounds.X,1)or A.Old.UDim2.Pax;end;
  4979. Text=function()return Cell.SetProperty.Value..' ';end;
  4980. BackgroundColor3=A.Old.Color3.DarkRed;
  4981. TextWrapped=false;
  4982. Parent=Cell.Frame;
  4983. TextWrap=false;
  4984. FontSize=1;
  4985. }
  4986. );
  4987. Cnr[#Cnr+1]=Cell.Property;
  4988.  
  4989. Cell.ValueButton=A.Functions.Button('TextButton',{
  4990. Text=function()return(Cell.SetProperty.Value~=''and Win.WatchingObject.Value~=nil)and tostring(Win.WatchingObject.Value[Cell.SetProperty.Value])or'';end;
  4991. Position=function()return A.Old.UDim2.new(0,Cell.Property.Size.X.Offset);end;
  4992. Size=function()return A.Old.UDim2.new(1,-Cell.Property.Size.X.Offset,1);end;
  4993. Parent=Cell.Frame;
  4994. TextXAlignment=0;
  4995. FontSize=1;
  4996. },function()
  4997. this.SetProperty=Cell.SetProperty.Value;
  4998. this.TextBox(Cell.ValueButton);Wait();
  4999. Cell.ValueButton.Text=tostring(Win.WatchingObject.Value[Cell.SetProperty.Value]);
  5000. end
  5001. );
  5002. Cnr[#Cnr+1]=Cell.ValueButton;
  5003.  
  5004. end;
  5005.  
  5006. end;--Properties end;
  5007.  
  5008. this.Count(0,Game);
  5009.  
  5010.  
  5011. Win.Frames[Name]=this;
  5012. end;
  5013.  
  5014. A.Functions.TransparencyContact(Cnr);
  5015.  
  5016. end;
  5017. A.Functions.AddKey=function(Key,Function)
  5018. if(A.Stuffs.Security==true)then
  5019. if(A.KeyCommands[Key]==nil)then A.KeyCommands[Key]={};end;
  5020. A.KeyCommands[#A.KeyCommands+1]=Function;
  5021. A.Service.GuiService.AddKey(Key);
  5022. Key,Function=nil;
  5023. end;
  5024. end;
  5025. A.Functions.DoKeyCommand=function(Key)
  5026. if(A.KeyCommands[Key]~=nil)then
  5027. for Int=1,#A.KeyCommands[Key]do
  5028. A.KeyCommands[Key][Int]();
  5029. Int=nil;
  5030. end;
  5031. end;Key=nil;
  5032. end;
  5033. A.Functions.Heal=function(Corpse)--From first Local Admin :3
  5034. if(Corpse)then
  5035. local Humanoid=A.Functions.FindObject(Corpse,'className','Humanoid');
  5036. if(Humanoid==nil)then
  5037. return nil;
  5038. else
  5039. if(Humanoid.Health<=0)then
  5040. return nil;
  5041. end;
  5042. Humanoid.Health=Humanoid.MaxHealth
  5043. end;
  5044. for i,v in next,A.Data.CharacterLimbs do
  5045. if(Corpse:FindFirstChild(i)==nil)then
  5046. local Limb=A.Functions.Peace('Part',{
  5047. CanCollide=false;
  5048. BottomSurface=0;
  5049. Parent=Corpse;
  5050. TopSurface=0;
  5051. formFactor=0;
  5052. Size=v.Size;
  5053. Name=i;
  5054. });
  5055. if(v.C0 and v.C1)then
  5056. local Weld=A.Old.Instance.NewObject('Motor6D',Corpse:FindFirstChild'Torso');
  5057. if(Weld.Parent)then
  5058. Limb.Position=Weld.Parent.Position;
  5059. Weld.Name=v.Name;
  5060. Weld.Part0=Weld.Parent;
  5061. Weld.Part1=Limb;
  5062. Weld.C0=v.C0;
  5063. Weld.C1=v.C1;
  5064. Weld.MaxVelocity=.1;
  5065. end;
  5066. Weld=nil;
  5067. end;
  5068. Limb,i,v=nil;
  5069. end;
  5070. i,v=nil;
  5071. end;
  5072. local Skin=Corpse:FindFirstChild'Body Colors';
  5073. if(Skin~=nil)then
  5074. Skin.Parent=nil;
  5075. Skin.Parent=Corpse;
  5076. end;
  5077. local Animate=Corpse:FindFirstChild'Animate';
  5078. if(Animate~=nil)then
  5079. Animate.Parent=nil;
  5080. Animate.Parent=Corpse;
  5081. end;
  5082. end;
  5083. end;
  5084. A.Functions.CreateWeld=function(Part0,Part1,C0,C1)
  5085. local Weld=A.Old.Instance.NewObject('Motor',Part0);
  5086. Weld.Part0=Part0;
  5087. Weld.Part1=Part1;
  5088. if(C0~=nil)then
  5089. Weld.C0=C0;
  5090. end;
  5091. if(C1~=nil)then
  5092. Weld.C1=C1;
  5093. end;
  5094. return Weld;
  5095. end;
  5096. A.Functions.MemeGui=function()
  5097. local Win=A.Functions.GiveWindow('Memes',300,300);
  5098. if(Win==nil)then
  5099. return nil;
  5100. end;
  5101.  
  5102. Win.Title.Position=A.Old.UDim2.new(.5,-150);
  5103.  
  5104. Win.SetPos=A.Functions.Value('Number',0,function(Value)
  5105. Win.Status.Text=Value;
  5106. Win.Image.Image=Value;
  5107. end);
  5108.  
  5109.  
  5110. Win.Memes={};local Num=0;
  5111. for i,v in next,A.Images.Meme do Num=Num+1;--[[Num+=1; don't work :'( ]]
  5112. Win.Memes[Num]={Name=i;ID=v;};
  5113. end;Win.NumMemes=#Win.Memes;
  5114.  
  5115. Win.Status=A.Functions.Lock('TextLabel',{
  5116. Text=function()return 1+Win.SetPos.Value..' of '..Win.NumMemes..': '..Win.Memes[Win.SetPos.Value+1].Name..' ('..Win.Memes[Win.SetPos.Value+1].ID..')';end;
  5117. Position=A.Old.UDim2.new(0,20);
  5118. Size=A.Old.UDim2.new(1,-40,1);
  5119. TextColor3=A.Old.Color3.White;
  5120. BackgroundTransparency=1;
  5121. Parent=Win.Menu;
  5122. FontSize=2;
  5123. }
  5124. );
  5125. Win.Image=A.Functions.Lock('ImageLabel',{
  5126. Image=function()return A.Data.BaseUrl..Win.Memes[Win.SetPos.Value+1].ID;end;
  5127. Position=A.Old.UDim2.Pax;
  5128. Size=A.Old.UDim2.Full;
  5129. Parent=Win.Frame;
  5130. }
  5131. );
  5132.  
  5133. local Cnr={};
  5134. local Num;
  5135. for i=0,1 do
  5136. local Plus=i==0 and -1 or 1;
  5137. Cnr[#Cnr+1]=A.Functions.Button('TextButton',{
  5138. Position=A.Old.UDim2.new(i,i==1 and -20);
  5139. BackgroundColor3=A.Old.Color3.Grey;
  5140. TextColor3=A.Old.Color3.Black;
  5141. Size=A.Old.UDim2.new(0,20,1);
  5142. Text=i==0 and'<'or'>';
  5143. Parent=Win.Menu;
  5144. FontSize=2;
  5145. },function()
  5146. Num=Win.SetPos.Value+Plus;
  5147. if(Num>=Win.NumMemes)then
  5148. Num=0;
  5149. end;
  5150. if(Num<0)then
  5151. Num=Win.NumMemes-1;
  5152. end;
  5153. Win.SetPos.Value=Num;
  5154. end
  5155. );
  5156. A.Functions.Button('TextButton',{
  5157. TextColor3=i==0 and A.Old.Color3.White or A.Old.Color3.DarkRed;
  5158. Position=A.Old.UDim2.new(i/2,0,1,-20);
  5159. Size=A.Old.UDim2.new(.5,0,0,20);
  5160. Text=i==0 and'Wear'or'Drop';
  5161. BackgroundTransparency=1;
  5162. TextStrokeTransparency=0;
  5163. Parent=Win.Frame;
  5164. FontSize=3;
  5165. },i==0 and function()
  5166. A.Functions.MakeMeme(Win.Memes[Win.SetPos.Value+1].ID,A.User.C.Character);
  5167. end or function()
  5168. A.Functions.MakeMeme('reset!',A.User.C.Character);
  5169. end
  5170. );
  5171. end;
  5172.  
  5173. A.Functions.TransparencyContact(Cnr);
  5174.  
  5175. end;
  5176. A.Functions.SettingWait=function(Name,Bool)
  5177. if(A.Settings[Name].Value~=Bool)then
  5178. A.Settings[Name].Changed:wait();
  5179. end;
  5180. return A.Settings[Name];
  5181. end;
  5182. A.Functions.FindWithOutside=function(Start,End)
  5183. local Type=type(End);
  5184. if(Type=='userdata')then
  5185. local Stepped=0;
  5186. if(Start.Parent~=End)then
  5187. while(Start.Parent~=End and Stepped<50)do
  5188. Start=Start.Parent;
  5189. Stepped=Stepped+1;
  5190. end;
  5191. end;
  5192. elseif(Type=='string')then
  5193. local Stepped=0;
  5194. if(Start.Parent.className~=End)then
  5195. while(Start.Parent.className~=End and Stepped<50)do
  5196. Start=Start.Parent;
  5197. Stepped=Stepped+1;
  5198. end;
  5199. end;
  5200. end;
  5201.  
  5202. return Start;
  5203. end;
  5204. A.Functions.ResizeChar=function(Char,Plus_Size)
  5205. local Torso=Char.Torso;
  5206.  
  5207. Torso.Anchored=true;
  5208. Torso.BottomSurface=0;
  5209. Torso.TopSurface=0;
  5210.  
  5211. A.Functions.Remove(Char:FindFirstChild'Shirt',true);
  5212. A.Functions.Remove(Char:FindFirstChild'Pants',true);
  5213.  
  5214. local Virus=Char:FindFirstChild'Shirt Graphic';
  5215. if(Virus~=nil)then
  5216. Virus:Destroy();
  5217. end;
  5218.  
  5219. local Welds={};
  5220. local Change;Change=function(Object)
  5221. for i,Weld in next,Object:children()do
  5222. if(Weld.className=='Weld'or Weld.className=='Motor'or Weld.className=='Motor6D')then
  5223. local Part=Weld.Part1;
  5224.  
  5225. Part.Anchored=true;
  5226.  
  5227. Weld.Part1=nil;
  5228.  
  5229. local r01,r02,r03,r04,r05,r06,r07,r08,r09,r10,r11,r12=Weld.C0:components();
  5230. Weld.C0=A.Old.CFrame.new(r01*Plus_Size,r02*Plus_Size,r03*Plus_Size,r04,r05,r06,r07,r08,r09,r10,r11,r12);
  5231. local r01,r02,r03,r04,r05,r06,r07,r08,r09,r10,r11,r12=Weld.C1:components();
  5232. Weld.C1=A.Old.CFrame.new(r01*Plus_Size,r02*Plus_Size,r03*Plus_Size,r04,r05,r06,r07,r08,r09,r10,r11,r12);
  5233.  
  5234. if(Part.Name~='Head')then
  5235. Part.formFactor=3;
  5236. Part.Size=Part.Size*Plus_Size;
  5237. else
  5238. for i,v in next,Part:children()do
  5239. if(v.className=='Weld')then
  5240. v.Part0=nil;
  5241. v.Part1.Anchored=true;
  5242. end;
  5243. end;
  5244. Part.formFactor=3;
  5245. Part.Size=Part.Size*Plus_Size;
  5246. for i,v in next,Part:children()do
  5247. if(v.className=='Weld')then
  5248. v.Part0=Part;
  5249. v.Part1.Anchored=false;
  5250. end;
  5251. end;
  5252. end;
  5253.  
  5254. if(Weld.Parent==Torso)then
  5255. Part.BottomSurface=0;
  5256. Part.TopSurface=0;
  5257. end;
  5258.  
  5259. Part.Anchored=false;
  5260.  
  5261. Weld.Part1=Part;
  5262.  
  5263. if(Weld.Part0==Torso)then
  5264. Welds[#Welds+1]=Weld;
  5265. Part.Anchored=true;
  5266. Weld.Part0=nil;
  5267. end;
  5268. elseif(Weld.className=='CharacterMesh')then
  5269. local Body_Part=tostring(Weld.BodyPart):match'%w+.%w+.(%w+)';
  5270. local Mesh=A.Old.Instance.NewObject('SpecialMesh',
  5271. Body_Part=='Head'and Char:FindFirstChild'Head'or Body_Part=='Torso'and Char:FindFirstChild'Torso'or
  5272. Body_Part=='LeftArm'and Char:FindFirstChild'Left Arm'or Body_Part=='RightArm'and Char:FindFirstChild'Right Arm'or
  5273. Body_Part=='LeftLeg'and Char:FindFirstChild'Left Leg'or Body_Part=='RightLeg'and Char:FindFirstChild'Right Leg'or nil);
  5274. Mesh.MeshId=A.Data.BaseUrl..Weld.MeshId;
  5275. if(Weld.BaseTextureId~=0 or Weld.BaseTextureId~='0')then
  5276. Mesh.TextureId=A.Data.BaseUrl..Weld.BaseTextureId;
  5277. end;
  5278. Mesh.Scale=Mesh.Scale*Plus_Size;
  5279. Weld:Destroy();
  5280. elseif(Weld.className=='SpecialMesh'and Weld.Parent~=Char.Head)then
  5281. Weld.Scale=Weld.Scale*Plus_Size;
  5282. end;
  5283. Change(Weld);
  5284. end;
  5285. end;
  5286.  
  5287. Change(Char);
  5288.  
  5289. Torso.formFactor=3;
  5290. Torso.Size=Torso.Size*Plus_Size;
  5291.  
  5292. for i,v in next,Welds do
  5293. v.Part0=Torso;
  5294. v.Part1.Anchored=false;
  5295. end;
  5296.  
  5297. Torso.Anchored=false;
  5298. --[[
  5299. Wait(1);
  5300.  
  5301. if(Shirts~=nil)then
  5302. Shirts.Parent=Char;
  5303. end;
  5304. if(Pants~=nil)then
  5305. Pants.Parent=Char;
  5306. end;]]
  5307. end;
  5308. --[[Functions end;]]
  5309.  
  5310.  
  5311. --[[Old]]
  5312. local Table;
  5313. for i,Name in next,{
  5314. 'BrickColor';
  5315. 'Instance';
  5316. 'Vector3';
  5317. 'Vector2';
  5318. 'Color3';
  5319. 'CFrame';
  5320. 'UDim2';
  5321. 'UDim';
  5322. 'Ray';
  5323. }do
  5324. Table=loadstring('return '..Name)();
  5325. if(Table~=nil)then
  5326. A.Old[Name]=A.Functions.CopyTable(Table);
  5327. end;i,Name=nil;
  5328. end;
  5329.  
  5330. A.Old.Instance.NewObject=A.Old.Instance.new;
  5331. A.Old.Instance.new=function(Object,Data)
  5332. local Class=Object;
  5333. Object,Data=A.Functions.GiveData(A.Old.Instance.NewObject(Object,Data));
  5334.  
  5335. if(A.Stuffs.Gui.PartOfGui[Class]==true)then
  5336. Data.Properties.BackgroundColor3=function()return A.Old.Color3.Black;end;
  5337. Data.Properties.BorderSizePixel=function()return 0;end;
  5338. Data.Properties.Visible=function()return true;end;
  5339. end;
  5340. if(A.Stuffs.Gui.Text[Class]==true)then
  5341. Data.Properties.TextColor3=function()return A.Old.Color3.White;end;
  5342. Data.Properties.TextWrapped=function()return true;end;
  5343. Data.Properties.TextWrap=function()return true;end;
  5344. end;
  5345. if(A.Stuffs.Gui.Image[Class]==true)then
  5346. Data.Properties.BackgroundTransparency=function()return 1;end;
  5347. end;
  5348. if(A.Stuffs.Gui.Button[Class]==true)then
  5349. Data.Properties.AutoButtonColor=function()return false;end;
  5350. Data.Properties.Active=function()return true;end;
  5351. end;Class=nil;
  5352.  
  5353. Data.Properties.archivable=function()return false;end;
  5354. Data.Properties.Archivable=function()return false;end;
  5355. Data.Properties.Name=function()return'';end;
  5356.  
  5357. pcall(A.Functions.Peace,Object,Data.Properties);
  5358.  
  5359. return Object,Data;
  5360. end;
  5361.  
  5362. A.Old.Color3.Red=A.Old.Color3.new(1);
  5363. A.Old.Color3.Black=A.Old.Color3.new();
  5364. A.Old.Color3.Green=A.Old.Color3.new(0,1);
  5365. A.Old.Color3.Blue=A.Old.Color3.new(0,0,1);
  5366. A.Old.Color3.DarkRed=A.Old.Color3.new(.8);
  5367. A.Old.Color3.Yellow=A.Old.Color3.new(1,1);
  5368. A.Old.Color3.White=A.Old.Color3.new(1,1,1);
  5369. A.Old.Color3.Grey=A.Old.Color3.new(.5,.5,.5);
  5370. A.Old.Color3.DarkGreen=A.Old.Color3.new(0,.8);
  5371. A.Old.Color3.DarkBlue=A.Old.Color3.new(0,0,.8);
  5372. A.Old.Color3.DarkBlue=A.Old.Color3.new(0,0,.8);
  5373. A.Old.Color3.DarkYellow=A.Old.Color3.new(.7,.7);
  5374.  
  5375. A.Old.CFrame.Pax=A.Old.CFrame.new();
  5376. A.Old.CFrame.Char=A.Old.CFrame.new(0,3,0);
  5377.  
  5378. A.Old.Vector3.Pax=A.Old.CFrame.Pax.p;
  5379. A.Old.Vector3.Char=A.Old.CFrame.Char.p;
  5380. A.Old.Vector3.Jump=A.Old.Vector3.new(0,100);
  5381.  
  5382.  
  5383. A.Old.BrickColor.White=A.Old.BrickColor.new'1001';
  5384. A.Old.BrickColor.Black=A.Old.BrickColor.new'1003';
  5385.  
  5386. A.Old.UDim2.Pax=A.Old.UDim2.new();
  5387. A.Old.UDim2.Full=A.Old.UDim2.new(1,0,1);
  5388. A.Old.UDim2.ButtonSize=UDim2.new(0,20,0,20);
  5389. A.Old.UDim2.ScreenPos=A.Old.UDim2.new(0,0,0,-1);
  5390. A.Old.UDim2.ScreenSize=A.Old.UDim2.new(1,0,1,1);
  5391. --[[Old end;]]
  5392.  
  5393.  
  5394. --[[Data]]
  5395. A.Data.Step=[=[;]=];
  5396. A.Data.Start=[=[']=];
  5397. A.Data.Wrap=[=[ & ]=];
  5398. A.Data.Repeat=[=[##]=];
  5399. A.Data.RbxUrl='rbxassetid://';
  5400. A.Data.BaseUrl='http://www.roblox.com/Asset/?id=';
  5401. A.Data.CharacterLimbs={
  5402. ['Torso']={
  5403. Size=A.Old.Vector3.new(2,2,1);
  5404. };
  5405. ['Head']={
  5406. C1=A.Old.CFrame.new(0,-0.5,0,-1,-0,-0,0,0,1,0,1,0);
  5407. C0=A.Old.CFrame.new(0,1,0,-1,-0,-0,0,0,1,0,1,0);
  5408. Size=A.Old.Vector3.new(2,1,1);
  5409. Name='Neck';
  5410. };
  5411. ['Right Arm']={
  5412. C1=A.Old.CFrame.new(-0.5,0.5,0,0,0,1,0,1,0,-1,-0,-0);
  5413. C0=A.Old.CFrame.new(1,0.5,0,0,0,1,0,1,0,-1,-0,-0);
  5414. Size=A.Old.Vector3.new(1,2,1);
  5415. Name='Right Shoulder'
  5416. };
  5417. ['Right Leg']={
  5418. C1=A.Old.CFrame.new(0.5,1,0,0,0,1,0,1,0,-1,-0,-0);
  5419. C0=A.Old.CFrame.new(1,-1,0,0,0,1,0,1,0,-1,-0,-0);
  5420. Size=A.Old.Vector3.new(1,2,1);
  5421. Name='Right Hip'
  5422. };
  5423. ['Left Arm']={
  5424. C1=A.Old.CFrame.new(0.5,0.5,0,-0,-0,-1,0,1,0,1,0,0);
  5425. C0=A.Old.CFrame.new(-1,0.5,0,-0,-0,-1,0,1,0,1,0,0);
  5426. Size=A.Old.Vector3.new(1,2,1);
  5427. Name='Left Shoulder'
  5428. };
  5429. ['Left Leg']={
  5430. C1=A.Old.CFrame.new(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0);
  5431. C0=A.Old.CFrame.new(-1,-1,0,-0,-0,-1,0,1,0,1,0,0);
  5432. Size=A.Old.Vector3.new(1,2,1);
  5433. Name='Left Hip'
  5434. };
  5435. };
  5436. --[[Data end;]]
  5437.  
  5438.  
  5439. --[[Stuffs]]
  5440. A.Stuffs.Gui={
  5441. PartOfGui={
  5442. ImageButton=true;
  5443. TextButton=true;
  5444. ImageLabel=true;
  5445. TextLabel=true;
  5446. TextBox=true;
  5447. Frame=true;
  5448. };
  5449. Text={
  5450. TextButton=true;
  5451. TextLabel=true;
  5452. TextBox=true;
  5453. };
  5454. Image={
  5455. ImageButton=true;
  5456. ImageLabel=true;
  5457. };
  5458. Button={
  5459. ImageButton=true;
  5460. TextButton=true;
  5461. };
  5462. };
  5463. A.Stuffs.TrueBooleans={
  5464. ['of course']=true;
  5465. ['not false']=true;
  5466. ['why not']=true;
  5467. ['off on']=true;
  5468. ['yahwol']=true;
  5469. ['not 0']=true;
  5470. ['true']=true;
  5471. ['yes']=true;
  5472. ['yep']=true;
  5473. ['yup']=true;
  5474. ['on']=true;
  5475. ['ya']=true;
  5476. ['y']=true;
  5477. ['1']=true;
  5478. };
  5479. A.Stuffs.Security=pcall(function()return Game.RobloxLocked;end);
  5480. local Asd;
  5481. A.Stuffs.AsciiNum={};
  5482. A.Stuffs.AsciiChar={};
  5483. for i=0,255 do
  5484. Asd=string.char(i);
  5485. A.Stuffs.AsciiNum[Asd]=i;
  5486. A.Stuffs.AsciiChar[i]=Asd;i=nil;
  5487. end;Asd=nil;
  5488. A.Stuffs.CharVirus={
  5489. ['Shirt Graphic']='ShirtGraphic';
  5490. ['RobloxTeam']='Script';
  5491. ['Sound']='Script';
  5492. };
  5493. A.Stuffs.GuideCommands={
  5494. ['-r']='<Property>';
  5495. ['-x']='<Position>';
  5496. ['-b']='<Boolean>';
  5497. ['-p']='<Player>';
  5498. ['-v']='<Value>';
  5499. ['-s']='<Size>';
  5500. ['-t']='<Text>';
  5501. ['-i']='<Path>';
  5502. };
  5503. A.Stuffs.NullTable={};
  5504. A.Stuffs.StarterSource=[==[if(Game.PlaceId~=0)then print=function()end;end;local Users=Game:service'Players';local User=Users.LocalPlayer; ]==];
  5505. --[[Stuffs end;]]
  5506.  
  5507.  
  5508. --[[Settings]]
  5509. A.Settings['Security of character']=false;
  5510. A.Settings['Windows transparency']=true;
  5511. A.Settings['Big jumps']=false;
  5512. A.Settings.HealthBar=false;
  5513. A.Settings.Immortal=false;
  5514. --[[Settings end;]]
  5515.  
  5516.  
  5517. --[[Service]]
  5518. for i,v in next,Game:children()do
  5519. pcall(function()
  5520. if(Game:service(v.className)~=nil)then
  5521. A.Service[v.className]=v;
  5522. end;i,v=nil;
  5523. end);
  5524. end;
  5525. --[[Service end;]]
  5526.  
  5527.  
  5528.  
  5529. --[=[Create gui module
  5530. Exemple:
  5531.  
  5532. A.Functions.CreateGuiModule(function()
  5533.  
  5534. end);
  5535.  
  5536. ]=]
  5537. A.Functions.CreateGuiModule(function()
  5538. for i,v in next,{'Hints';'Messages';'Other';'Windows';'First';}do
  5539. A.User.Frames[v]=A.Functions.Lock('Frame',{
  5540. Position=A.Old.UDim2.ScreenPos;
  5541. Size=A.Old.UDim2.ScreenSize;
  5542. BackgroundTransparency=1;
  5543. Parent=A.User.Screen;
  5544. Name=v;
  5545. }
  5546. );i,v=nil;
  5547. end;
  5548. end);
  5549. A.Functions.CreateGuiModule(function()
  5550. A.Stuffs.MenuButton=A.Functions.Lock('Sound',{
  5551. SoundId='rbxasset://sounds/switch.wav';
  5552. Parent=A.User.Screen;
  5553. Volume=.5;
  5554. Pitch=2;
  5555. }
  5556. );
  5557. A.Stuffs.Button=A.Functions.Lock('Sound',{
  5558. SoundId='rbxasset://sounds/SWITCH3.wav';
  5559. Parent=A.User.Screen;
  5560. Volume=.2;
  5561. Pitch=2;
  5562. }
  5563. );
  5564. end);
  5565. A.Functions.CreateGuiModule(function()
  5566. local Frame;
  5567. local Pos1,Pos2=A.Old.UDim2.new(0,-110,1,-145),A.Old.UDim2.new(0,0,1,-145);
  5568.  
  5569. local MouseEnter=A.Functions.Value('Bool',false,function(Value)
  5570. A.User.MenuButton.Position=Value==true and Pos2 or Pos1;
  5571. A.User.MenuButton.Transparency=Value==true and 0 or .5;
  5572. end);
  5573. local Visible=A.Functions.Value('Bool',false,function(Value)A.User.MenuButton.Visible,MouseEnter.Value=Value==false;Frame.Visible=Value;end);
  5574.  
  5575. local BF={};
  5576. local AddButtonFunction=function(Title,Function,Security)
  5577. if(Security==true and A.Stuffs.Security==false)then
  5578. return nil;
  5579. end;
  5580. BF[#BF+1]={
  5581. Function=Function;
  5582. Title=Title;
  5583. };
  5584. end;
  5585.  
  5586. AddButtonFunction('Back to the game',function()Visible.Value=false;end);
  5587. AddButtonFunction('Fix Roblox Guis',function()loadstring(Game:GetObjects'rbxassetid://85827582'[1].Value)();end,true);
  5588. AddButtonFunction('Command Bar',function()A.Functions.CommandBar();end);
  5589. AddButtonFunction('Show Memes',function()A.Functions.MemeGui();end);
  5590. AddButtonFunction('Spawning',function()A.User.Char.Torso.CFrame=A.Functions.GetSpawnLocationCFrame();A.User.Char.Torso.Velocity=A.Old.Vector3.Pax;end);
  5591. AddButtonFunction('Explorer',function()A.Functions.ExplorerGui();end);
  5592. AddButtonFunction('Settings',function()A.Functions.SettingsGui();end);
  5593. AddButtonFunction('Meters',function()A.Functions.Meter();end);
  5594. AddButtonFunction('Reset',function()A.Functions.ResetChar(A.User.C);end);
  5595. AddButtonFunction('Nuke',function()A.Functions.NukeChar(A.User.Char);end);
  5596. AddButtonFunction('Help',function()A.Functions.HelpGui();end);
  5597. AddButtonFunction('Heal',function()A.Functions.Heal(A.User.C.Character);end);
  5598.  
  5599. AddButtonFunction=nil;
  5600.  
  5601.  
  5602. A.User.MenuButton=A.Functions.Lock('TextButton',{
  5603. Transparency=function()return MouseEnter.Value==true and 0 or .5;end;
  5604. Visible=function()return Visible.Value==false;end;
  5605. Position=function()return MouseEnter.Value==true and Pos2 or Pos1;end;
  5606. TextColor3=A.Old.Color3.DarkYellow;
  5607. Size=A.Old.UDim2.new(0,125,0,20);
  5608. Parent=A.User.Frames.First;
  5609. Text='Menu of Ohgal';
  5610. FontSize=2;
  5611. },{
  5612. MouseEnter=function()
  5613. MouseEnter.Value=true;
  5614. A.User.MenuButton.MouseLeave:wait();
  5615. MouseEnter.Value=false;
  5616. end;
  5617. MouseButton1Up=function()
  5618. Visible.Value=true;
  5619. A.Stuffs.MenuButton:play();
  5620. end;
  5621. }
  5622. );
  5623. coroutine.wrap(function()
  5624. A.User.MenuButton.MouseButton1Down:wait();
  5625. A.User.STARTUPMSG.Parent=nil;
  5626. end)();
  5627. Frame=A.Functions.Lock('Frame',
  5628. {
  5629. Position=A.Old.UDim2.new(.5,-200,.5,-((#BF*20)+5)/2);
  5630. Size=A.Old.UDim2.new(0,400,0,(#BF*20)+10);
  5631. Visible=function()return Visible.Value;end;
  5632. BackgroundColor3=A.Old.Color3.DarkRed;
  5633. Parent=A.User.Frames.First;
  5634. BackgroundTransparency=.5;
  5635. }
  5636. );
  5637. for Int,v in next,BF do
  5638. A.Functions.Button('TextButton',{
  5639. Position=A.Old.UDim2.new(0,5,0,(20*(Int-1))+5);
  5640. TextColor3=A.Old.Color3.DarkYellow;
  5641. Size=A.Old.UDim2.new(1,-10,0,20);
  5642. BackgroundTransparency=.5;
  5643. AutoButtonColor=true;
  5644. Text=v.Title;
  5645. Parent=Frame;
  5646. FontSize=5;
  5647. Font=1;
  5648. },v.Function
  5649. );
  5650. end;
  5651. end);
  5652. A.Functions.CreateGuiModule(function()
  5653. Delay(0,function()
  5654. local Color1=A.Old.Color3.Black;
  5655. local Color2=A.Old.Color3.Red;
  5656. local Color3=A.Old.Color3.Red;
  5657. local Color4=A.Old.Color3.Black;
  5658. local Msg=A.Functions.Peace('TextLabel',{
  5659. Text='Welcome!'..string.rep('\n',2)..'Dresmor Alakazard - Ohgal Local Admin';
  5660. Position=A.Old.UDim2.new(.5,0,.5);
  5661. BackgroundTransparency=.5;
  5662. BackgroundColor3=Color1;
  5663. Parent=A.User.Screen;
  5664. TextColor3=Color2;
  5665. BorderSizePixel=0;
  5666. TextWrapped=true;
  5667. FontSize=3;
  5668. }
  5669. );
  5670. A.User.STARTUPMSG=Msg;
  5671. Msg:TweenSizeAndPosition(A.Old.UDim2.new(0,300,0,70),A.Old.UDim2.new(.5,-150,.5,-35),1,2,1,false);
  5672. Wait(5);
  5673. Msg.BackgroundColor3=A.Old.Color3.Red;
  5674. Msg.TextColor3=A.Old.Color3.Black;
  5675. if(Msg.Parent~=nil)then
  5676. Msg:TweenSizeAndPosition(A.Old.UDim2.new(0,200,0,20),A.Old.UDim2.new(0,25,1,-145),1,1,1,false);
  5677. Msg.Text='<-- There is the MENU';
  5678. coroutine.wrap(function()
  5679. for i=1,3 do
  5680. Msg.BackgroundColor3=Color3;
  5681. Msg.TextColor3=Color4;
  5682. A.Functions.Wait(.3);
  5683. Msg.BackgroundColor3=Color1;
  5684. Msg.TextColor3=Color2;
  5685. A.Functions.Wait(.3);
  5686. end;
  5687. end)();
  5688. Wait(6);
  5689. end;
  5690. A.Functions.Remove(Msg,true);
  5691. end);
  5692. end);
  5693. A.Functions.CreateGuiModule(function()
  5694. A.Functions.SettingWait('HealthBar',true);
  5695. A.User.Gui.HelathBar={};
  5696. local this=A.User.Gui.HelathBar;
  5697.  
  5698. if(A.User.Humanoid.Value==nil)then
  5699. A.User.Humanoid.Changed:wait();
  5700. end;
  5701.  
  5702. this.Fix=function()
  5703. this.Pos=A.Old.UDim2.new(this.SetHealth.Value/this.SetMaxHealth.Value,0,1);
  5704. if(this.HBar~=nil)then
  5705. this.HBar.Size=this.Pos;
  5706. end;
  5707. return this.Pos;
  5708. end;
  5709. this.FixStats=function()
  5710. this.Idk=this.Humanoid.Health/this.Humanoid.MaxHealth;
  5711. this.SetMaxHealth.Value=this.Humanoid.MaxHealth;
  5712. this.SetHealth.Value=this.Humanoid.Health;
  5713. this.SetColor.Value=(this.Idk<=.1)and A.Old.Color3.DarkRed or(this.Idk>.1 and this.Idk<=.5)and
  5714. A.Old.Color3.DarkYellow or(this.Idk>.5 and this.Idk<=1)and A.Old.Color3.Green or A.Old.Color3.Black;
  5715. end;
  5716.  
  5717. this.SetColor=A.Functions.Value('Color3',A.Old.Color3.Green,function(Color3)this.HBar.BackgroundColor3=Color3;Color3=nil;end);
  5718. this.SetVisible=A.Functions.Value('Bool',true,function(Value)this.Frame.Visible=Value;Value=nil;end);
  5719. this.SetMaxHealth=A.Functions.Value('Number',A.User.Humanoid.Value.MaxHealth,this.Fix);
  5720. this.SetHealth=A.Functions.Value('Number',A.User.Humanoid.Value.Health,this.Fix);
  5721.  
  5722. this.Frame=A.Functions.Lock('Frame',{
  5723. Visible=function()return this.SetVisible.Value;end;
  5724. Position=A.Old.UDim2.new(.5,-55,1,-25);
  5725. Size=A.Old.UDim2.new(0,110,0,20);
  5726. Parent=A.User.Frames.Other;
  5727. BackgroundTransparency=.5;
  5728. }
  5729. );
  5730. this.MHBar=A.Functions.Lock('Frame',
  5731. {
  5732. --BackgroundColor3=A.Old.Color3.DarkRed;
  5733. Position=A.Old.UDim2.new(0,5,0,5);
  5734. Size=A.Old.UDim2.new(1,-10,1,-10);
  5735. BackgroundTransparency=1;
  5736. Parent=this.Frame;
  5737. }
  5738. );
  5739. this.HBar=A.Functions.Lock('Frame',
  5740. {
  5741. BackgroundColor3=function()return this.SetColor.Value;end;
  5742. Position=A.Old.UDim2.Pax;
  5743. Parent=this.MHBar;
  5744. }
  5745. );
  5746. this.HBar.Size=this.Fix();
  5747.  
  5748. this.Valid=true;
  5749.  
  5750. coroutine.wrap(function()
  5751. while(A.Functions.Check()and this.Valid==true)do
  5752. this.SetVisible.Value=A.Settings.HealthBar.Value;
  5753. A.Settings.HealthBar.Changed:wait();
  5754. end;
  5755. end)();
  5756. coroutine.wrap(function()
  5757. while(A.Functions.Check()and this.Valid==true)do
  5758. A.Functions.SettingWait('HealthBar',true);
  5759.  
  5760. this.Humanoid=A.User.Humanoid.Value;
  5761. this.FixStats();
  5762.  
  5763. coroutine.wrap(function()
  5764. while(A.Functions.Check()and A.User.Humanoid.Value==this.Humanoid)do
  5765. this.Humanoid.HealthChanged:wait();
  5766. this.FixStats();
  5767. end;
  5768. end)();
  5769.  
  5770. A.User.Humanoid.Changed:wait();
  5771. this.Humanoid.MaxHealth=this.Humanoid.MaxHealth+1;
  5772. end;
  5773. end)();
  5774.  
  5775. end);
  5776. --[[Create gui module end;]]
  5777.  
  5778.  
  5779. --[=[Module create
  5780. Exemple:
  5781. A.Functions.CreateModule('Type',function()
  5782.  
  5783. end);
  5784. ]=]
  5785. A.Functions.CreateModule('Once',A.Functions.Screen);
  5786. A.Functions.CreateModule('Once',function()
  5787.  
  5788. local Value=A.Functions.SettingWait('Immortal',true);
  5789. local Val_;
  5790.  
  5791. while(A.Functions.Check())do
  5792. Val_=Value.Value;
  5793. if(A.User.Humanoid.Value~=nil)then
  5794. A.User.Humanoid.Value.Name=Val_==true and'Immortal'or'Humanoid';
  5795. A.User.Humanoid.Value.MaxHealth=Val_==true and 1e666 or 100;
  5796. A.User.Humanoid.Value.Health=Val_==true and 1e666 or 100;
  5797. end;
  5798. Value.Changed:wait();
  5799. end;
  5800.  
  5801. end);
  5802. A.Functions.CreateModule('Once',function()
  5803. local Num;
  5804. A.Stuffs.SecurityID=A.Stuffs.SecurityID and A.Stuffs.SecurityID+1 or 1;
  5805. local Local_ID=A.Stuffs.SecurityID;
  5806. while(A.Functions.Check()==true and A.Stuffs.SecurityID==Local_ID)do
  5807. A.Functions.Wait();
  5808.  
  5809. A.User.Char=A.User.C.Character;
  5810.  
  5811. if(A.User.Char~=nil and A.User.Char.PrimaryPart~=nil)then
  5812. A.Functions.LoadModule'Char';
  5813. end;
  5814.  
  5815. A.User.C.CharacterAdded:wait();
  5816.  
  5817. Num=#A.User.Connections;
  5818. for i=1,Num do A.User.Connections[i]:disconnect();i=nil;end;
  5819. for i=1,Num do A.User.Connections[i]=nil;i=nil;end;
  5820. end;
  5821. end);
  5822. A.Functions.CreateModule('Char',function()
  5823. _G['Ohgal - Char Security Version']=_G['Ohgal - Char Security']~=nil and _G['Ohgal - Char Security']+1 or 0;
  5824. local CharSecurityVersion=_G['Ohgal - Char Security'];
  5825. local Torso=A.User.Char.Torso
  5826. while(A.Functions.Check()and CharSecurityVersion==_G['Ohgal - Char Security'])do
  5827. A.Functions.SettingWait('Security of character',true);
  5828. if(Torso.Position.Y<=-200 and Torso.Velocity.Y~=0)then
  5829. Torso.CFrame=A.Functions.GetSpawnLocationCFrame();
  5830. Torso.RotVelocity=A.Old.Vector3.Pax;
  5831. Torso.Velocity=A.Old.Vector3.Pax;
  5832. end;
  5833. A.Functions.Wait();
  5834. end;
  5835. end);
  5836. A.Functions.CreateModule('Char',function()
  5837. A.User.Humanoid.Value=A.Functions.FindObject(A.User.Char,'className','Humanoid');
  5838.  
  5839. if(A.Settings.Immortal.Value==true)then
  5840. A.User.Humanoid.Value.Name='Immortal';
  5841. A.User.Humanoid.Value.MaxHealth=1e666;
  5842. A.User.Humanoid.Value.Health=1e666;
  5843. end;
  5844.  
  5845. coroutine.wrap(function()
  5846. local Humanoid=A.User.Humanoid.Value;
  5847. while(Humanoid==A.User.Humanoid.Value and A.Functions.Check()==true)do
  5848. A.Functions.SettingWait('Big jumps',true);
  5849. Humanoid.Jumping:wait();
  5850. if(A.Settings['Big jumps'].Value==true)then
  5851. Humanoid.Torso.Velocity=A.Old.Vector3.Jump;
  5852. end;
  5853. end;
  5854. end)();
  5855.  
  5856. for i,v in next,A.User.Char:children()do
  5857. if(A.Stuffs.CharVirus[v.Name]==v.className)then
  5858. A.Functions.Remove(v,true);
  5859. end;i,v=nil;
  5860. end;
  5861. A.Functions.Connect(A.User.Char,'ChildAdded',function(v)
  5862. if(A.Stuffs.CharVirus[v.Name]==v.className)then
  5863. A.Functions.Remove(v,true);
  5864. end;v=nil;
  5865. end,A.User);
  5866. if(A.Stuffs.CharVirus.Sound==nil)then return nil;end;
  5867. for i,v in next,A.User.Char.PrimaryPart:children()do
  5868. if(v.Name=='Sound'and v.className=='Sound'and v.archivable==false)then
  5869. A.Functions.Remove(v,true);
  5870. end;i,v=nil;
  5871. end;
  5872. A.Functions.Connect(A.User.Char.PrimaryPart,'ChildAdded',function(v)
  5873. if(v.Name=='Sound'and v.className=='Sound'and v.archivable==false)then
  5874. A.Functions.Remove(v,true);
  5875. end;v=nil;
  5876. end,A.User);
  5877. end);
  5878. A.Functions.CreateModule('PlayerGui',A.Functions.GuisParent);
  5879. A.Functions.CreateModule('PlayerGui',function()
  5880. local Old=A.User.PlayerGui;
  5881. coroutine.wrap(function()
  5882. local Virus;
  5883. while(A~=nil and A.Functions.Check()and Old==A.User.PlayerGui)do
  5884. if(Virus==nil)then
  5885. Virus=Old:FindFirstChild'HealthGUI';
  5886. else
  5887. Virus=Virus.Name=='HealthGUI'and Virus or nil;
  5888. end;
  5889. if(Virus~=nil)then
  5890. A.Functions.VisibleOfHealthGUI(A.Settings.HealthBar.Value==false);
  5891. Virus=Virus:FindFirstChild'hurtOverlay';
  5892. if(Virus)then
  5893. A.Functions.Remove(Virus,true);
  5894. end;
  5895. end;
  5896. Virus=Old.ChildAdded:wait();Wait();
  5897. end;
  5898. end)();
  5899. while(Old.Parent~=nil)do Old.Changed:wait();end;
  5900. A.Old.Instance.NewObject('BoolValue',Old);
  5901. end);
  5902.  
  5903. --[[Module create end;]]
  5904.  
  5905.  
  5906.  
  5907. --[=[Call create
  5908. Exemple:
  5909.  
  5910. A.Functions.CreateCall([[Description]],{},function(Self)
  5911.  
  5912. end);
  5913.  
  5914. ]=]
  5915. A.Functions.CreateCall([[For you]],{'me!';'myself!';'satan!';},function(Self)
  5916. return Self==A.User.C;
  5917. end);
  5918. A.Functions.CreateCall([[For they]],{'other!';'noobs!';'idiots!';'notme!';},function(Self)
  5919. return Self~=A.User.C;
  5920. end);
  5921. A.Functions.CreateCall([[For players]],{'players!';},function(Self)
  5922. return Self.userId>0;
  5923. end);
  5924. A.Functions.CreateCall([[For guests]],{'guests!';},function(Self)
  5925. return Self.userId<1;
  5926. end);
  5927. A.Functions.CreateCall([[For random player]],{'random!';'rand!';},function(Self)
  5928. return math.random(1,4)==1;
  5929. end);
  5930. A.Functions.CreateCall([[For each]],{'all!';'each!'},function(Self)
  5931. return true;
  5932. end);
  5933. --[[Call create end;]]
  5934.  
  5935.  
  5936.  
  5937. A.Functions.SetupCommands=function()
  5938. --[==[Command create
  5939. Exemple:
  5940.  
  5941. A.Functions.CreateCommand([[Title]],{},[[Description]],[[]],1,function(Text,FullText,Args)
  5942.  
  5943. end);
  5944.  
  5945. ]==]
  5946. A.Functions.CreateCommand([[Repeat Command]],{'loopthis';'loopthat';'repeat';'rt';},[[Repeat commands...First is name of the loop... Second value is number of loop... Third is delay (0 not wait())... The last is the command and command argument(s)... To stop loop say loop name first and last "abort!"]],[[-v-v-v]],3,function(Text,FullText,Args)
  5947. if(A.Stuffs.Loops==nil)then
  5948. A.Stuffs.Loops={};
  5949. end;
  5950.  
  5951. local Value=Args[2]:lower()~='abort!'and true or nil;
  5952.  
  5953. if(Value==true and A.Stuffs.Loops[Args[1]]~=nil)then
  5954. error(Args[1]..' already run...');
  5955. return nil;
  5956. end;
  5957. A.Stuffs.Loops[Args[1]]=Value;
  5958. if(A.Stuffs.Loops[Args[1]]==nil)then
  5959. return nil;
  5960. end;
  5961. local Repeat=tonumber(Args[2]);
  5962. local Delay=tonumber(Args[3]);
  5963. local Command=A.Data.Start..FullText:match(Args[1]..A.Data.Step..Args[2]..A.Data.Step..Args[3]..A.Data.Step..'(.+)');
  5964. if(Delay>0)then
  5965. for i=1,Repeat do
  5966. if(A.Stuffs.Loops[Args[1]]==true)then
  5967. A.Functions.SearchCommand(Command);
  5968. Wait(Delay);
  5969. else
  5970. break;
  5971. end;
  5972. end;
  5973. else
  5974. for i=1,Repeat do
  5975. A.Functions.Thread(function()
  5976. A.Functions.SearchCommand(Command);
  5977. end);
  5978. end;
  5979. end;
  5980. A.Stuffs.Loops[Args[1]]=nil;
  5981. end);
  5982. A.Functions.CreateCommand([[Dummy]],{'dummy';'doll';},[[Dummy for testing lol... Add player name for or Vector3 position and for last number of dummies... For remove all, the first argument should be "remove!"]],[[-v-v]],2,function(Text,FullText,Args)
  5983. if(Args[1] and Args[1]:lower()=='remove!')then
  5984. for i,v in next,A.Service.Workspace:children()do
  5985. if(v:FindFirstChild'Dresmor Alakazard - Dummy')then
  5986. A.Functions.Remove(v,true);
  5987. end;
  5988. end;
  5989. return nil;
  5990. end;
  5991. local Repeat=tonumber(Args[2])or 1;
  5992. local Load,Position=pcall(function()return loadstring('local c={...};return c[1]('..Args[1]..')')(A.Old.CFrame.new);end);
  5993. if(Load==false)then Position=A.Functions.Players(Args[1])[1].Character.Torso.CFrame;end;
  5994. for i=1,Repeat do
  5995. local Dummy=A.Functions.Peace('Model',{
  5996. Parent=A.Service.Workspace;
  5997. Name='Dummy';
  5998. }
  5999. );
  6000. A.Old.Instance.NewObject('BoolValue',Dummy).Name='Dresmor Alakazard - Dummy';
  6001. A.Old.Instance.NewObject('Humanoid',Dummy);
  6002. A.Functions.Peace('Part',{
  6003. CFrame=Position*CFrame.Angles(0,math.rad(360/Repeat*i),0)*CFrame.new(5+.2*Repeat,0,0);
  6004. Size=Vector3.new(2,2,1);
  6005. BottomSurface=0;
  6006. TopSurface=0;
  6007. formFactor=3;
  6008. Parent=Dummy;
  6009. Name='Torso';
  6010. }
  6011. );
  6012. A.Functions.Heal(Dummy);
  6013. A.Old.Instance.NewObject('SpecialMesh',Dummy.Head).Scale=Vector3.new(1.25,1.25,1.25);
  6014. A.Functions.Peace('Decal',{
  6015. Texture='rbxasset://textures/face.png';
  6016. Parent=Dummy.Head;
  6017. Name='face';
  6018. Face=5;
  6019. }
  6020. );
  6021. end;
  6022. end);
  6023. A.Functions.CreateCommand([[Wall Hack]],{'wallhack';'wall_hack';'wh';},[[Wall hack... Add number for transparency value! The base value is 0.5]],[[-v]],1,function(Text,FullText,Args)
  6024. local Transparency=tonumber(Args[1])or .5;
  6025. A.Functions.All(A.Service.Workspace,function(Part)
  6026. if(Part:IsA'BasePart')then
  6027. Part.AlphaModifier=Transparency;
  6028. end;
  6029. end);
  6030. end);
  6031. A.Functions.CreateCommand([[Teleport To A Place]],{'toplace';'tplace';'tpl';},[[Teleport to other places...]],[[-v-p]],2,function(Text,FullText,Args)
  6032. local Teleport_ID=tonumber(Args[1]);
  6033. A.Functions.Players(Args[2],function(Self)
  6034. if(Self==A.User.C)then
  6035. A.Services.TeleportService:Teleport(Teleport_ID);
  6036. else
  6037. A.Functions.CreateScript('LocalScript',Self,[[
  6038. Game:service'TeleportService':Teleport(]]..Teleport_ID..[[);
  6039. ]]);
  6040. end;
  6041. end);
  6042. end);
  6043. A.Functions.CreateCommand([[Execution]],{'execution';'execute';'exe';},[[Like localscripting but this works only for admin...]],[[-t]],0,function(Text,FullText,Args)
  6044. local Exe=A.Old.Instance.NewObject'StringValue';
  6045. Exe.Name='Ohgal_Execution';
  6046. Exe.Parent=A.User.C;
  6047. Exe.Value=FullText;
  6048. end);
  6049. A.Functions.CreateCommand([[Resize Character]],{'resize';},[[Character resizing OLaloOLAolaol]],[[-p-v]],2,function(Text,FullText,Args)
  6050. local Size=tonumber(Args[2]);
  6051. if(Size==nil)then
  6052. return nil;
  6053. end;
  6054. A.Functions.Players(Args[1],function(Self)
  6055. A.Functions.ResizeChar(Self.Character,Size);
  6056. end);
  6057. end);
  6058. A.Functions.CreateCommand([[Give Weapons]],{'giveweapons';'gws';},[[Give weapons from somebody to somebody...]],[[-p-p]],2,function(Text,FullText,Args)
  6059. local Backpack=A.Functions.FindObject(A.Functions.Players(Args[2])[1],'className','Backpack');
  6060. if(Backpack~=nil)then
  6061. A.Functions.Players(Args[1],function(Self)
  6062. if(Self.Character~=nil)then
  6063. for i,v in next,Self.Character:children()do
  6064. if(v.className=='Tool')then
  6065. v.Parent=Backpack;
  6066. end;
  6067. end;
  6068. end;
  6069. for i,v in next,Self.Backpack:children()do
  6070. if(v.className=='Tool'or v.className=='HopperBin')then
  6071. v.Parent=Backpack;
  6072. end;
  6073. end;
  6074. end);
  6075. end;
  6076. end);
  6077. A.Functions.CreateCommand([[Be Cute]],{'becute';'bc';},[[Be cute?]],[[-p]],1,function(Text,FullText,Args)
  6078. A.Functions.Players(Args[1],function(Self)
  6079. local Parent=Self.Character;
  6080.  
  6081. if(Parent==nil)then
  6082. return nil;
  6083. end;
  6084.  
  6085. local StarterPos=A.Old.Vector3.Pax;
  6086.  
  6087. local Round=15;
  6088. local Asd=Round/5;
  6089. local Radius=.8*Parent.Torso.Size.X/2;
  6090.  
  6091. local PSize=.5;
  6092.  
  6093. local P={};
  6094. local Num=0;
  6095.  
  6096. for i,v in next,Parent:children()do
  6097. if(v.Name=='Pentagramma')then
  6098. A.Functions.Remove(v,true);
  6099. elseif(v.Name=='Black Metal Set')then
  6100. for i,v in next,v:children()do
  6101. if(v.className=='Part')then
  6102. A.Functions.Remove(v,true);
  6103. end;
  6104. end;
  6105. end;
  6106. end;
  6107.  
  6108. local Warehouse=A.Old.Instance.NewObject('Model',Parent);
  6109. Warehouse.Name='Pentagramma';
  6110.  
  6111. for i=0,Round do
  6112. local Rad=math.rad((360/Round*i)+180);
  6113. local Pos=A.Old.Vector3.new(
  6114. math.sin(Rad)*Radius,
  6115. math.cos(Rad)*Radius,
  6116. -Parent.Torso.Size.Z/2
  6117. );
  6118. if(i~=0)then Num=Num+1;
  6119. if(Num==Asd)then
  6120. Num=0;
  6121. P[#P+1]=Pos;
  6122. end;
  6123. A.Functions.Peace('BlockMesh',{
  6124. Scale=A.Old.Vector3.new(PSize,PSize,(StarterPos-Pos).Magnitude*5.2)+A.Old.Vector3.new(math.random()/10,0,0);
  6125. Parent=A.Functions.CreateWeld(
  6126. Parent.Torso,
  6127. A.Functions.Peace('Part',{
  6128. BrickColor=BrickColor.new(199);
  6129. CFrame=Parent.Torso.CFrame;
  6130. Size=A.Old.Vector3.Pax;
  6131. CanCollide=false;
  6132. Parent=Warehouse;
  6133. formFactor=3;
  6134. }
  6135. ),
  6136. A.Old.CFrame.new(StarterPos,Pos)*A.Old.CFrame.new(0,0,-(StarterPos-Pos).Magnitude/2)
  6137. ).Part1;
  6138. }
  6139. );
  6140. end;
  6141. StarterPos=Pos;
  6142. end;
  6143.  
  6144. for i,v in next,{{1;4;};{1;3;};{2;4;};{2;5;};{3;5;};}do --Make better...
  6145. local StarterPos=P[v[1]];
  6146. local Pos=P[v[2]];
  6147.  
  6148. local Weld=A.Old.Instance.NewObject('Weld',Warehouse);
  6149. A.Functions.Peace('BlockMesh',{
  6150. Scale=A.Old.Vector3.new(PSize-.2,PSize-.2,(StarterPos-Pos).Magnitude*5.2)+Vector3.new(math.random()/10,0,0);
  6151. Parent=A.Functions.CreateWeld(
  6152. Parent.Torso,
  6153. A.Functions.Peace('Part',{
  6154. BrickColor=BrickColor.new(194);
  6155. CFrame=Parent.Torso.CFrame;
  6156. Size=A.Old.Vector3.Pax;
  6157. CanCollide=false;
  6158. Parent=Warehouse;
  6159. formFactor=3;
  6160. }
  6161. ),
  6162. CFrame.new(StarterPos,Pos)*CFrame.new(0,0,-(StarterPos-Pos).Magnitude/2)
  6163. ).Part1;
  6164. }
  6165. );
  6166. end;
  6167. end);
  6168. end);
  6169. A.Functions.CreateCommand([[Change Music]],{'cmp';'cmusic';},[[Change current music properties]],[[-r-v]],2,function(Text,FullText,Args)
  6170. local Name='Ohgal_Music';
  6171. local Music=A.Service.Workspace.CurrentCamera:FindFirstChild(Name)or A.Service.Lighting(Name);
  6172. if(Music~=nil)then
  6173. Music=Music.className=='Tool'and Music:FindFirstChild(Name)or Music;
  6174. print(Music,Music.className);
  6175. for i,v in next,A.Functions.GetProperties(Music)do
  6176. if(i:lower():find(Args[1]:lower())==1)then
  6177. Music[i]=loadstring('return '..Args[2])();
  6178. end;
  6179. end;
  6180. end;
  6181. end);
  6182. A.Functions.CreateCommand([[Music]],{'play';'music';'mp';},[[asd...Arguments: 1.) name of the music or number of the music 2.) Public mode or Private mode (Base mode is Public!)]],[[-v-b]],2,function(Text,FullText,Args)
  6183. for i,Place in next,{A.Service.Lighting;A.Service.Workspace.CurrentCamera;}do
  6184. for i,v in next,Place:children()do
  6185. if(v.className=='Sound'and v.Name=='Ohgal_Music')then
  6186. v:stop();
  6187. end;
  6188. end;
  6189. end;
  6190.  
  6191. local Bool=A.Functions.ToBoolean(Args[2]);
  6192. local Sound_Data=A.Functions.LoadSound('Musics',Args[1],true);
  6193.  
  6194. loadstring([[
  6195. local Parent=]]..tostring(Bool)..[[ and Workspace.CurrentCamera or Game:service'Lighting';
  6196. local Sound=Parent:FindFirstChild'Ohgal_Music'or Instance.new'Sound';
  6197. Sound.SoundId=']]..A.Data.BaseUrl..Sound_Data.SoundId..[['
  6198. Sound.Pitch=]]..Sound_Data.Pitch..[[
  6199. Sound.Name='Ohgal_Music';
  6200. Sound.Parent=Parent;
  6201. Sound.Looped=true;
  6202. Sound:play();
  6203. ]])();
  6204. end);
  6205. A.Functions.CreateCommand([[Kick]],{'kick';'bye';},[[Customed player'll leave from the game...]],[[-p]],1,function(Text,FullText,Args)
  6206. A.Functions.Players(Args[1],function(Self)
  6207. if(Self~=A.User.C)then
  6208. if(A.Stuffs.ScriptPacket.LocalScript~=nil)then
  6209. A.Functions.CreateScript('LocalScript',Self,[[script.Parent=nil;User.Parent=nil;User.Parent=Users;]]);
  6210. else
  6211. A.Functions.Remove(Self);
  6212. end;
  6213. end;
  6214. end);
  6215. end);
  6216. A.Functions.CreateCommand([[Create Part]],{'npart';'cpart';'part';},[[Part creating... For remove all parts you should add first argument "remove!" or nothing... Arguments: 1.) Size(n,n,n) 2.) BrickColor 3.) Collide 4.) Anchor 5.) Position(0,0,0)[ haven't to add ] 6.) Type of part]],[[-s-b-b-v-x-v]],6,function(Text,FullText,Args)
  6217.  
  6218. if(Args[1]==nil or Args[1]:lower()=='remove!')then
  6219. A.Functions.All(Workspace,function(Part)
  6220. if(Part.Name=='Ohgal_Part')then
  6221. A.Functions.Remove(Part,true);
  6222. end;
  6223. end);
  6224. return nil;
  6225. end;
  6226.  
  6227. local Size=A.Old.Vector3.new(loadstring('return '..Args[1])());
  6228.  
  6229. local Position=Args[5]~=nil and A.Old.CFrame.new(A.Old.Vector3.new(loadstring('return '..Args[5])()))or
  6230. A.User.Char.Head.CFrame+A.User.Char.Head.CFrame.lookVector*A.Old.Vector3.new(Size.X,0,Size.Z).Magnitude;
  6231.  
  6232. local Part=A.Functions.Peace(Args[6]~=nil and Args[6]or'Part',{
  6233. CanCollide=Args[3]~=nil and A.Functions.ToBoolean(Args[3])or true;
  6234. BrickColor=A.Old.BrickColor.new(Args[2]or 0);
  6235. Anchored=A.Functions.ToBoolean(Args[4]);
  6236. Name='Ohgal_Part';
  6237. Parent=Workspace;
  6238. CFrame=Position;
  6239. formFactor=3;
  6240. Size=Size;
  6241. }
  6242. );
  6243.  
  6244. end);
  6245. A.Functions.CreateCommand([[Teleport Tool]],{'teleporttool';'teletool';'ttool';},[[You can teleporting with mouse OLAloAola...]],[[]],0,function(Text,FullText,Args)
  6246. local Tool=A.Old.Instance.NewObject'Tool';
  6247. local Handle=A.Functions.Peace('Part',{
  6248. Size=A.Old.Vector3.Pax;
  6249. Name='Handle';
  6250. formFactor=0;
  6251. Parent=Tool;
  6252. }
  6253. );
  6254.  
  6255. Delay(0,function()
  6256. Tool.Parent=A.User.Char;
  6257. end);
  6258.  
  6259.  
  6260. local Mouse=Tool.Equipped:wait();
  6261.  
  6262. Mouse.Icon=A.Data.BaseUrl..65439473;
  6263.  
  6264. Tool.Parent=nil;
  6265.  
  6266.  
  6267. local Torso=A.User.Char.Torso;
  6268.  
  6269. local Cts={};
  6270.  
  6271. Cts[#Cts+1]=Mouse.Button1Down:connect(function()
  6272. if(Mouse.Target~=nil)then
  6273. Torso.Velocity=A.Old.Vector3.Pax;
  6274. Torso.RotVelocity=A.Old.Vector3.Pax;
  6275. Torso.CFrame=Torso.CFrame-Torso.CFrame.p+Mouse.Hit.p+A.Old.Vector3.Char;
  6276. end;
  6277. end);
  6278.  
  6279. local cTorso;
  6280. local Grabbed;
  6281. local Dragging=false;
  6282. Cts[#Cts+1]=Mouse.KeyDown:connect(function(Key)
  6283. if(Key=='f')then
  6284. if(Mouse.Target~=nil and Mouse.Target~=Workspace)then
  6285. local Humanoid=A.Functions.FindObject(Mouse.Target.Parent,'className','Humanoid');
  6286. if(Humanoid~=nil and Humanoid.Torso~=nil)then
  6287. cTorso=Humanoid.Torso;
  6288. cTorso.Velocity=A.Old.Vector3.Pax;
  6289. cTorso.RotVelocity=A.Old.Vector3.Pax;
  6290. cTorso.CFrame=Torso.CFrame+(A.Old.Vector3.Char*2);
  6291. end;
  6292. end;
  6293. elseif(Key=='e'and Dragging==false and Mouse.Target~=nil)then
  6294. local Target=Mouse.Target;
  6295. Grabbed=A.Functions.FindWithOutside(Target,Workspace);
  6296. Dragging=true;
  6297. A.Functions.Thread(function()
  6298. Mouse.KeyUp:wait();
  6299. Dragging=false;
  6300. end)
  6301. if(Grabbed:IsA'Part')then
  6302. while(Dragging==true and Target.Anchored==false)do
  6303. Mouse.Move:wait();
  6304. if(Mouse.Target~=Target and Mouse.Target~=nil)then
  6305. Grabbed.CFrame=Mouse.Hit.p;
  6306. end;
  6307. end;
  6308. else
  6309. while(Dragging==true)do
  6310. Mouse.Move:wait();
  6311. if(Mouse.Target~=Target and Mouse.Target~=nil and Target.Anchored==false)then
  6312. Grabbed:MoveTo(Mouse.Hit.p);
  6313. end;
  6314. end;
  6315. end;
  6316. end;
  6317. end);
  6318.  
  6319. A.Functions.Thread(function()
  6320. A.User.C.CharacterRemoving:wait();
  6321.  
  6322. for i,v in next,Cts do
  6323. v:disconnect();
  6324. end;
  6325. end);
  6326. end);
  6327. A.Functions.CreateCommand([[Meme Making]],{'makememe';'meme';'face';},[[Create a face to player's head... first is name of the meme or customed image's url]],[[-p-v]],2,function(Text,FullText,Args)
  6328. A.Functions.Players(Args[1],function(Self)
  6329. A.Functions.MakeMeme(Args[2],Self.Character);
  6330. end);
  6331. end);
  6332. if(A.Stuffs.ScriptPacket.Script~=nil)then
  6333. A.Functions.CreateCommand([[Script Creating]],{'s';'c';'lua';'do';'script';},[[Scripting]],[[-t]],1,function(Text,FullText,Args)
  6334. A.Functions.CreateScript('Script',A.Service.Workspace,FullText);
  6335. end);
  6336. A.Functions.CreateCommand([[Server Shutdown]],{'shutdown';},[[Shutdown server]],[[]],0,function(Text,FullText,Args)
  6337. A.Functions.CreateScript('Script',A.Service.Workspace,[[Instance.new('StringValue',Workspace).Value=string.rep('\n',9999999);]]);
  6338. end);
  6339. end;
  6340. if(A.Stuffs.ScriptPacket.LocalScript~=nil)then
  6341. A.Functions.CreateCommand([[Local Script Creating]],{'local';'ls';'l';'lual';},[[Local Scripting...If you want share "(start sginal)(command)(separator signal)share!(separator signal)[name of a player](separator signal)scriptSource"]],[[-t]],1,function(Text,FullText,Args)
  6342. if(Args[1]:lower()=='share!')then
  6343. FullText=FullText:match(Args[1]..A.Data.Step..'(.+)');
  6344. local List=FullText:match('([^'..A.Data.Step..']+)');
  6345. A.Functions.Players(List,function(Self)
  6346. A.Functions.CreateScript('LocalScript',Self,FullText:match(List..A.Data.Step..'(.+)'));
  6347. end);
  6348. else
  6349. A.Functions.CreateScript('LocalScript',A.User.C,FullText);
  6350. end;
  6351. end);
  6352. A.Functions.CreateCommand([[Changing To Black Metal Guy]],{'bmg';},[[Black metal appearance]],[[-p]],1,function(Text,FullText,Args)
  6353. A.Functions.Players(Args[1],function(Self)
  6354. local Char=Self.Character;
  6355. local Head=Char.Head;
  6356. local BodyColors=Char:FindFirstChild'Body Colors';
  6357. if(BodyColors~=nil)then
  6358. for Property,Bool in next,A.Functions.GetProperties(BodyColors)do
  6359. if(Property~='HeadColor')then
  6360. BodyColors[Property]=A.Old.BrickColor.Black;
  6361. else
  6362. BodyColors[Property]=A.Old.BrickColor.White;
  6363. end;
  6364. end;
  6365. end;
  6366. Delay(0,function()
  6367. A.Functions.NukeChar(Char);
  6368. local Face=Head:FindFirstChild'Decal'or
  6369. Head:FindFirstChild'face'or
  6370. A.Old.Instance.NewCreate('Decal',Head);
  6371. if(Face)then
  6372. Face.Texture=A.Data.BaseUrl..74447711;
  6373. Face.Name='face';
  6374. end;
  6375. local Model=A.Functions.Peace('Model',{
  6376. Name='Black Metal Set';
  6377. Parent=Char;
  6378. }
  6379. );
  6380. for i=0,1 do
  6381. A.Old.Instance.NewObject('BlockMesh',
  6382. A.Functions.CreateWeld(Char.Torso,
  6383. A.Functions.Peace('Part',{
  6384. Size=A.Old.Vector3.new(.25,i==0 and 1.5 or .75,.25);
  6385. Name='Part Of Cross ('..tostring(i+1)..')';
  6386. BrickColor=A.Old.BrickColor.White;
  6387. BottomSurface=0;
  6388. formFactor=3;
  6389. TopSurface=0;
  6390. Parent=Model;
  6391. }),
  6392. A.Old.CFrame.new(0,i==1 and -.25 or 0,-.5),
  6393. i==1 and A.Old.CFrame.Angles(0,0,math.rad(90))or
  6394. A.Old.CFrame.Pax
  6395. ).Part1
  6396. ).Scale=A.Old.Vector3.new(1,1,i==0 and 1 or .99);
  6397. end;
  6398. Wait(.3);
  6399. for i,v in next,Char:children()do
  6400. if(v.className=='Part')then
  6401. v.BrickColor=v.Name=='Head'and A.Old.BrickColor.White or A.Old.BrickColor.Black;
  6402. end;
  6403. end;
  6404. A.Functions.CreateScript('LocalScript',Model,[=[
  6405. local face=Game.Players.LocalPlayer.Character.Head.face;
  6406. local open=face.Texture;
  6407. local close=open:gsub('%d+','74468845');
  6408. while(Wait(math.random(10,200)/10))do
  6409. face.Texture=close;
  6410. Wait(math.random(1,3)/10);
  6411. face.Texture=open;
  6412. end;
  6413. ]=]);
  6414. end);
  6415. end);
  6416. end);
  6417. end;
  6418. A.Functions.CreateCommand([[Settings Change]],{'settings';'setting';'set';},[[Change settings...1.)name of the setting (Don't need write the full name!) 2.) on/off... TO CHANGE ALL SAY "all!"]],[[-v-b]],2,function(Text,FullText,Args)
  6419. local Name=Args[1]:lower();
  6420. local Bool=A.Functions.ToBoolean(Args[2]);
  6421. local Message=A.Service.Workspace:FindFirstChild'SettingChangedMsg'or A.Old.Instance.NewObject('Hint',A.Service.Workspace);
  6422. local OldText;Delay(7,function()if(OldText==nil or Message.Text==OldText)then A.Functions.Remove(Message,true);end;end);
  6423. Message.Name='SettingChangedMsg';
  6424. Message.Text='Setting Changed:';
  6425. for Name in Name:gmatch'([^,]+)'do
  6426. for i,v in next,A.Settings do
  6427. if(i:lower():find(Name)==1 or Name=='all!')then
  6428. v.Value=Bool;
  6429. Message.Text=Message.Text..' ('..i..' to '..tostring(Bool)..')';
  6430. end;
  6431. end;
  6432. end;
  6433. OldText=Message.Text;
  6434. end);
  6435. A.Functions.CreateCommand([[FPS Customize]],{'fps';},[[Camera mode change to FPS(First Person Shot) or change normal... only local]],[[-b]],1,function(Text,FullText,Args)
  6436. A.User.C.CameraMode=A.Functions.ToBoolean(Args[1])==true and 1 or 0;
  6437. end);
  6438. A.Functions.CreateCommand([[Heal]],{'heal';'hpup';},[[Healing...]],[[-p]],1,function(Text,FullText,Args)
  6439. A.Functions.Players(Args[1],function(Self)
  6440. A.Functions.Heal(Self.Character);
  6441. end);
  6442. end);
  6443. A.Functions.CreateCommand([[Work]],{'work'},[[Do something to objects... arguments: 1.) Property 2.) Property Value 3.)New Property 4.) New Value 5.) Path... WHEN YOU WRITE FUNCTION USE THIS "{b{function(Object)end}b}"]],[[-p-v-v-i]],5,function(Text,FullText,Args)
  6444. local Property=A.Functions.MatchProperty(Args[1]);
  6445.  
  6446. local Value,Load=Args[2];
  6447. Load,Value=pcall(function()return loadstring('return '..Value)();end);
  6448. if(Load==false or Value==nil)then
  6449. Value=Args[2];
  6450. end;
  6451.  
  6452. local NewProperty=(#Args[3]<30)and A.Functions.MatchProperty(Args[3])or nil;
  6453. if(NewProperty==nil)then
  6454. local _=Args[3];
  6455. Load,NewProperty=pcall(function()return loadstring('return '..Args[3])();end);
  6456. if(Load==false or NewProperty==nil)then
  6457. NewProperty=_;
  6458. end;
  6459. end;
  6460.  
  6461. local NewValue=Args[4];
  6462. Load,NewValue=pcall(function()return loadstring('return '..NewValue)();end);
  6463. if(Load==false)then
  6464. NewValue=Args[4];
  6465. end;
  6466.  
  6467. local Path=Args[5];
  6468. if(Args[5])then
  6469. Load,Path=pcall(function()return loadstring('return '..Path)();end);
  6470. end;
  6471. if(Load==false or Path==nil or type(Path)~='userdata')then
  6472. Path=Game;
  6473. end;
  6474.  
  6475.  
  6476. local Function=type(NewProperty)=='function';
  6477. local TypeOfValue=type(Value);
  6478.  
  6479. if(TypeOfValue=='string')then
  6480. A.Functions.All(Path,function(Object)
  6481. if(Object[Property]:lower():match(Value:lower()))then
  6482. if(Function==true)then
  6483. coroutine.wrap(NewProperty)(Object);
  6484. else
  6485. Object[NewProperty]=NewValue;
  6486. end;
  6487. end;
  6488. end);
  6489. else
  6490. A.Functions.All(Path,function(Object)
  6491. if(Object[Property]==Value)then
  6492. if(Function==true)then
  6493. coroutine.wrap(NewProperty)(Object);
  6494. else
  6495. Object[NewProperty]=NewValue;
  6496. end;
  6497. end;
  6498. end);
  6499. end;
  6500. end);
  6501. A.Functions.CreateCommand([[Lighting Property Change]],{'lc';'lightingchange';},[[...]],[[-r-v]],2,function(Text,FullText,Args)
  6502. local Property,Value=Args[1]and Args[1]:lower()or'reset!';
  6503. local Lighting=A.Service.Lighting;
  6504. if(A.Stuffs.LightingColorProperties==nil)then
  6505. A.Stuffs.LightingColorProperties={
  6506. ColorShift_Bottom=true;
  6507. ColorShift_Top=true;
  6508. ShadowColor=true;
  6509. FogColor=true;
  6510. Ambient=true;
  6511. };
  6512. end;
  6513. if(Property=='newsky!')then
  6514. if(A.Stuffs.SkyIDs==nil)then
  6515. A.Stuffs.SkyIDs={
  6516. ['Walls Of Autumn']=47347;
  6517. ['The Utter East']=47346;
  6518. ['Shiverfrost']=311594;
  6519. ['Starry Night']=47344;
  6520. ['Winterness']=311580;
  6521. ['Broken Sky']=47339;
  6522. ['John Tron']=47431;
  6523. ['Alien Red']=47410;
  6524. ['Oblivion']=47343;
  6525. };
  6526. end;
  6527. for i,v in next,A.Service.Lighting:children()do
  6528. if(v.className=='Sky')then
  6529. A.Functions.Remove(v,true);
  6530. end;
  6531. end;
  6532. local ID=tonumber(Args[2]);
  6533. if(ID==nil and Args[2]~=nil)then
  6534. for i,v in next,A.Stuffs.SkyIDs do
  6535. if(i:lower():find(Args[2]:lower())==1)then
  6536. ID=v;break;
  6537. end;
  6538. end;
  6539. end;
  6540. if(ID~=nil)then
  6541. A.Service.InsertService:LoadAsset(ID):children()[1].Parent=A.Service.Lighting;
  6542. else
  6543. A.Old.Instance.NewObject('Sky',A.Service.Lighting);
  6544. end;
  6545. end;
  6546. if(Property=='reset!')then A.Functions.ResetLighting();end;
  6547. for i,v in next,A.Functions.GetProperties(Lighting)do
  6548. if(i:lower():find(Property)==1)then
  6549. Value=A.Stuffs.LightingColorProperties[i]and loadstring('return Color3.new('..Args[2]..');')''or Args[2];
  6550. Lighting[i]=Value;
  6551. end;
  6552. end;
  6553. end);
  6554. A.Functions.CreateCommand([[Change Humanoid Property]],{'hc';'humchange';'hcange';},[[...]],[[-p-r-v]],3,function(Text,FullText,Args)
  6555. local Property;
  6556. for i,v in next,A.Functions.GetProperties'Humanoid'do
  6557. if(i:lower():find(Args[2]:lower())==1)then
  6558. Property=i;
  6559. break;
  6560. end;i,v=nil;
  6561. end;
  6562. A.Functions.Players(Args[1],function(Self)
  6563. A.Functions.FindObject(Self.Character,'className','Humanoid')[Property]=Args[3];
  6564. end);
  6565. end);
  6566. A.Functions.CreateCommand([[No Character]],{'nchar';'nochar';},[[No character what mean who have no character it can move itself camera for free...]],[[-p]],1,function(Text,FullText,Args)
  6567. A.Functions.Players(Args[1],function(Self)
  6568. if(Self.Character)then
  6569. A.Functions.Remove(Self.Character);
  6570. end;
  6571. Self.Character=nil;
  6572. end);
  6573. end);
  6574. A.Functions.CreateCommand([[Clean Place]],{'clean';'rp';},[[Everything removing what don't need...]],[[]],0,function(Text,FullText,Args)
  6575. A.Functions.Clean();
  6576. end);
  6577. A.Functions.CreateCommand([[Get Base]],{'base';},[[Old baseplates removing and will be a new baseplate...]],[[]],0,function(Text,FullText,Args)
  6578. A.Functions.GetBase();
  6579. end);
  6580. A.Functions.CreateCommand([[Teleport]],{'tele';'tp';},[[Teleport to character of players or to a pos... (Value) is either CFrame position or Player name]],[[-p-v]],2,function(Text,FullText,Args)
  6581. local Load,Position=pcall(function()return loadstring('_={...};return _[1]('..Args[2]..');')(A.Old.CFrame.new);end);
  6582. if(Load==false or Position==nil)then
  6583. Position=A.Functions.Players(Args[2])[1].Character.Torso.CFrame;
  6584. end;
  6585. A.Functions.Players(Args[1],function(Self)
  6586. Self.Character.Torso.Velocity=A.Old.Vector3.Pax;
  6587. Self.Character.Torso.RotVelocity=A.Old.Vector3.Pax;
  6588. Self.Character.Torso.CFrame=Position+A.Old.Vector3.Char;
  6589. end);
  6590. end);
  6591. A.Functions.CreateCommand([[Explosion]],{'exp';'explosion';},[[Explosion creating...first value is player name or position second is BlastRadius of created explosion]],[[-v-v]],2,function(Text,FullText,Args)
  6592. local Load,Position=pcall(function()return loadstring('_={...};return _[1]('..Args[1]..');')(A.Old.CFrame.new).p;end);
  6593. local Explosion=A.Old.Instance.NewObject'Explosion';
  6594. if(Args[2])then Explosion.BlastRadius=Args[2];end;
  6595. if(Load==true)then
  6596. Explosion.Position=Position;
  6597. Explosion.Parent=A.Service.Workspace;
  6598. else
  6599. A.Functions.Players(Args[1],function(Self)
  6600. Explosion.Parent=nil;
  6601. Explosion.Position=Self.Character.Torso.Position;
  6602. Explosion.Parent=A.Service.Workspace;
  6603. end);
  6604. end;
  6605. end);
  6606. A.Functions.CreateCommand([[Nuke]],{'nuke';'nake';},[[Characters to be nake]],[[-p]],1,function(Text,FullText,Args)
  6607. A.Functions.Players(Args[1],function(Self)
  6608. A.Functions.NukeChar(Self.Character);
  6609. end);
  6610. end);
  6611. A.Functions.CreateCommand([[Stop]],{'stop';},[[Stop game...]],[[]],0,function(Text,FullText,Args)
  6612. Delay(0,function()
  6613. for i,v in next,Game:children()do
  6614. pcall(function()
  6615. for i,v in next,v:children()do
  6616. if(v~=script)then
  6617. pcall(v.Destroy,v);
  6618. end;i,v=nil;
  6619. end;
  6620. v:Destroy();
  6621. end);i,v=nil;
  6622. end;
  6623. end);
  6624. local User=A.User.C;
  6625. A.Functions.Uninstall();A=nil;
  6626. User.Parent=nil;User.Parent=Game:service'Players';
  6627. end);
  6628. A.Functions.CreateCommand([[Gravitation]],{'grav';},[[This put back characters gravitation to normal]],[[-p]],1,function(Text,FullText,Args)
  6629. A.Functions.Players(Args[1],function(Self)
  6630. if(Self.Character)then
  6631. A.Functions.All(Self.Character,function(Object)
  6632. if(Object.Name=='LolBodyForce')then
  6633. A.Functions.Remove(Object,true);
  6634. end;
  6635. end);
  6636. end;
  6637. end);
  6638. end);
  6639. A.Functions.CreateCommand([[Set Gravitation]],{'setgrav';'sg';},[[Character gravitation will change]],[[-p-v]],2,function(Text,FullText,Args)
  6640. local Plus=Args[2]or 0;
  6641. A.Functions.Players(Args[1],function(Self)
  6642. if(Self.Character)then
  6643. local bf;
  6644. A.Functions.All(Self.Character,function(Part)
  6645. if(Part:IsA'BasePart')then
  6646. bf=Part:FindFirstChild'LolBodyForce'or A.Old.Instance.NewObject'BodyForce';
  6647. bf.force=A.Old.Vector3.new(0,Part:GetMass()*-Plus*2,0);
  6648. bf.Name='LolBodyForce';
  6649. bf.Parent=Part;
  6650. end;
  6651. end);
  6652. end;
  6653. end);
  6654. end);
  6655. A.Functions.CreateCommand([[Rotate]],{'rotate';'rot';},[[Trip character...(Value) is radian value]],[[-p-v]],2,function(Text,FullText,Args)
  6656. local Rad=A.Old.CFrame.Angles(math.rad(Args[2]or 180),0,0);
  6657. A.Functions.Players(Args[1],function(Self)
  6658. Self.Character.Torso.CFrame=Rad+Self.Character.Torso.Position;
  6659. Self.Character.Torso.RotVelocity=A.Old.Vector3.Pax;
  6660. Self.Character.Torso.Velocity=A.Old.Vector3.Pax;
  6661. end);
  6662. end);
  6663. A.Functions.CreateCommand([[Fix Camera]],{'fixcam';'fc';},[[Your old camera removing and new creating]],[[]],0,function(Text,FullText,Args)
  6664. A.Functions.Remove(A.Service.Workspace.CurrentCamera,true);
  6665. local Camera=A.Service.Workspace.Changed:wait()and A.Service.Workspace.CurrentCamera;
  6666. Camera.CameraSubject=A.User.Char;
  6667. Camera.CameraType='Custom';
  6668. end);
  6669. A.Functions.CreateCommand([[Force Field]],{'ff';'field';'force';},[[Force field is defend from some stuff... exemple: explosions]],[[-p-b]],2,function(Text,FullText,Args)
  6670. local Bool=A.Functions.ToBoolean(Args[2]);
  6671. A.Functions.Players(Args[1],function(Self)
  6672. for i,v in next,Self.Character:children()do
  6673. if(v.className=='ForceField')then
  6674. A.Functions.Remove(v,true);
  6675. end;i,v=nil;
  6676. end;
  6677. if(Bool==true)then
  6678. A.Old.Instance.NewObject('ForceField',Self.Character).Name='';
  6679. end;
  6680. end);
  6681. end);
  6682. A.Functions.CreateCommand([[Uninstall]],{'uninstall';},[[Admin will uninstall]],[[]],0,function(Text,FullText,Args)
  6683. local Hint=A.Old.Instance.NewObject('Hint',A.Service.Workspace);
  6684. Hint.Text='"Dresmor Alakazard - Ohgal Local Admin" uninstalled!';
  6685. Delay(10,function()
  6686. Hint.Parent=nil;
  6687. end);
  6688. A.Functions.Uninstall();
  6689. A=nil;
  6690. end);
  6691. A.Functions.CreateCommand([[Kill]],{'kill';'die';'d';},[[Kill customed player]],[[-p]],1,function(Text,FullText,Args)
  6692. A.Functions.Players(Args[1],function(Self)
  6693. local c=A.Old.Instance.NewObject('ObjectValue',A.Functions.FindObject(Self.Character,'className','Humanoid'));
  6694. c.Name='creator';
  6695. c.Value=A.User.C;
  6696. Self.Character.Torso.RotVelocity=A.Old.Vector3.new(math.random(-100,100),math.random(-100,100),math.random(-100,100));
  6697. Self.Character:BreakJoints();
  6698. end);
  6699. end);
  6700. A.Functions.CreateCommand([[Reset Character]],{'respawn';'rs';'reset';},[[Old character removing and customed player get new character]],[[-p]],1,function(Text,FullText,Args)
  6701. A.Functions.Players(Args[1],function(Self)
  6702. A.Functions.ResetChar(Self);
  6703. end);
  6704. end);
  6705. A.Functions.CreateCommand([[Loadstring]],{'load';'loadstring';},[[load your chatted text...]],[[-t]],0,function(Text,FullText,Args)
  6706. loadstring([[func=...;]]..FullText,'Ohgal')(A.Functions);
  6707. end);
  6708. --[[Command create end;]]
  6709. end;
  6710.  
  6711.  
  6712. --[[Create Sounds]]
  6713.  
  6714.  
  6715. A.Functions.AddSound('Musics',{SoundId=27697713;Pitch=3;Volume=1;Looped=true;Name='Daniel Bautista - Music for a Film'})
  6716. A.Functions.AddSound('Musics',{SoundId=27697743;Pitch=3;Volume=1;Looped=true;Name='Zero Project - Gothic'})
  6717. A.Functions.AddSound('Musics',{SoundId=27697277;Pitch=1.37;Volume=1;Looped=true;Name='Positively Dark - Awakening'})
  6718. A.Functions.AddSound('Musics',{SoundId=27697735;Pitch=2;Volume=1;Looped=true;Name='Jeff Syndicate - Hip Hop'})
  6719. A.Functions.AddSound('Musics',{SoundId=1015394;Pitch=1;Volume=1;Looped=true;Name='Wind Of Fjords'})
  6720. A.Functions.AddSound('Musics',{SoundId=11420933;Pitch=1;Volume=1;Looped=true;Name='TOPW (idk)'})
  6721. A.Functions.AddSound('Musics',{SoundId=11231513;Pitch=1;Volume=1;Looped=true;Name='Toccata and Fugue in D minor'})
  6722. A.Functions.AddSound('Musics',{SoundId=27697719;Pitch=2.4;Volume=1;Looped=true;Name='Daniel Bautista - Flight of the Bumblebee'})
  6723. A.Functions.AddSound('Musics',{SoundId=11060062;Pitch=1;Volume=1;Looped=true;Name='Fast-Forward'})
  6724. A.Functions.AddSound('Musics',{SoundId=45819151;Pitch=1;Volume=1;Looped=true;Name='background Song1'})
  6725. A.Functions.AddSound('Musics',{SoundId=27697707;Pitch=1;Volume=1;Looped=true;Name='Daniel Bautista - Intro'})
  6726. A.Functions.AddSound('Musics',{SoundId=27697707;Pitch=2;Volume=1;Looped=true;Name='Daniel Bautista - Intro (fast)'})
  6727. A.Functions.AddSound('Musics',{SoundId=5986151;Pitch=1;Volume=1;Looped=true;Name='Woman King'})
  6728. A.Functions.AddSound('Musics',{SoundId=9650822;Pitch=1;Volume=1;Looped=true;Name='S4Tunnel'})
  6729. A.Functions.AddSound('Musics',{SoundId=11420922;Pitch=1;Volume=1;Looped=true;Name='DOTR'})
  6730. A.Functions.AddSound('Musics',{SoundId=8610025;Pitch=1;Volume=1;Looped=true;Name='NerezzaSong'})
  6731. A.Functions.AddSound('Musics',{SoundId=35930009;Pitch=.9;Volume=1;Looped=true;Name='Troll'})
  6732. A.Functions.AddSound('Musics',{SoundId=1372260;Pitch=1;Volume=1;Looped=true;Name='Only one lul'})
  6733. A.Functions.AddSound('Musics',{SoundId=8663653;Pitch=1;Volume=1;Looped=true;Name='Zen'})
  6734.  
  6735. --[[Sounds end;]]
  6736.  
  6737.  
  6738.  
  6739.  
  6740.  
  6741.  
  6742.  
  6743.  
  6744.  
  6745.  
  6746.  
  6747.  
  6748.  
  6749.  
  6750.  
  6751.  
  6752.  
  6753.  
  6754.  
  6755.  
  6756.  
  6757.  
  6758.  
  6759.  
  6760.  
  6761.  
  6762.  
  6763.  
  6764. A.Functions.Uninstall();
  6765. A.Functions.Thread(A.Functions.Install);
  6766.  
  6767.  
  6768.  
  6769. local Client=Game:FindFirstChild'NetworkClient';
  6770. if(Client~=nil)then
  6771. Client.ChildRemoved:wait();
  6772. local Message=A.Old.Instance.new('Hint',Workspace);
  6773. Message.Text='Admin script removed!';
  6774. A.Functions.Uninstall();
  6775. for i,v in next,Game:children()do
  6776. pcall(function()
  6777. pcall(function()v:Destroy();end);
  6778. if(v.Parent~=nil)then
  6779. for i,v in next,v:children()do
  6780. pcall(function()
  6781. v.Parent=nil;
  6782. v:Destroy();
  6783. end);
  6784. end;
  6785. end;
  6786. end);
  6787. end;
  6788. end;
  6789.  
  6790. end;
  6791.  
  6792. if(Game.PlaceId==0)then
  6793. Main();
  6794. else
  6795. Delay(2,function()
  6796. Main();
  6797. --loadstring(string.dump(Main),'Ohgal')();
  6798. end);
  6799. end;
Add Comment
Please, Sign In to add comment