SketchyScripts

Multi-Purpose EXTENDED (ALPHA TESTING)

Feb 16th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 272.07 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local logingui = Instance.new("Frame")
  6. local user = Instance.new("TextBox")
  7. local pass = Instance.new("TextBox")
  8. local submit = Instance.new("TextButton")
  9. local title = Instance.new("TextLabel")
  10. local maingui = Instance.new("Frame")
  11. local titlem = Instance.new("TextLabel")
  12. local fly = Instance.new("TextButton")
  13. local noclip = Instance.new("TextButton")
  14. local admin = Instance.new("TextButton")
  15. local rape = Instance.new("TextButton")
  16. local invisible = Instance.new("TextButton")
  17. local fastm9 = Instance.new("TextButton")
  18. local redwoodgui = Instance.new("TextButton")
  19. local kidnap = Instance.new("TextButton")
  20. local doomspire = Instance.new("TextButton")
  21. local money = Instance.new("TextButton")
  22. local allguns = Instance.new("TextButton")
  23. local rhsgui = Instance.new("TextButton")
  24. local moneyplaza = Instance.new("TextButton")
  25. local fastak = Instance.new("TextButton")
  26. local rocitizenscar = Instance.new("TextButton")
  27. local close = Instance.new("TextButton")
  28. local opengui = Instance.new("Frame")
  29. local open = Instance.new("TextButton")
  30. --Properties:
  31. ScreenGui.Parent = game.CoreGui
  32. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  33.  
  34. logingui.Name = "logingui"
  35. logingui.Parent = ScreenGui
  36. logingui.Active = true
  37. logingui.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  38. logingui.Position = UDim2.new(0.414348483, 0, 0.304668307, 0)
  39. logingui.Size = UDim2.new(0, 233, 0, 318)
  40. logingui.Draggable = true
  41.  
  42. user.Name = "user"
  43. user.Parent = logingui
  44. user.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  45. user.BorderColor3 = Color3.new(1, 1, 1)
  46. user.Position = UDim2.new(0.0729613751, 0, 0.238993704, 0)
  47. user.Size = UDim2.new(0, 200, 0, 32)
  48. user.Font = Enum.Font.GothamBold
  49. user.Text = "Username"
  50. user.TextColor3 = Color3.new(1, 1, 1)
  51. user.TextSize = 14
  52.  
  53. pass.Name = "pass"
  54. pass.Parent = logingui
  55. pass.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  56. pass.BorderColor3 = Color3.new(1, 1, 1)
  57. pass.Position = UDim2.new(0.0686695278, 0, 0.449685514, 0)
  58. pass.Size = UDim2.new(0, 200, 0, 32)
  59. pass.Font = Enum.Font.GothamBold
  60. pass.Text = "Password"
  61. pass.TextColor3 = Color3.new(1, 1, 1)
  62. pass.TextSize = 14
  63.  
  64. submit.Name = "submit"
  65. submit.Parent = logingui
  66. submit.BackgroundColor3 = Color3.new(1, 1, 1)
  67. submit.Position = UDim2.new(0.111587986, 0, 0.63522011, 0)
  68. submit.Size = UDim2.new(0, 182, 0, 35)
  69. submit.Style = Enum.ButtonStyle.RobloxRoundButton
  70. submit.Font = Enum.Font.SourceSans
  71. submit.Text = "Login"
  72. submit.TextColor3 = Color3.new(0, 0, 0)
  73. submit.TextSize = 14
  74. submit.MouseButton1Down:connect(function()
  75. if user.Text == "Guest" and pass.Text == "123" then
  76.     logingui.Visible = false
  77.     maingui.Visible = true
  78. end
  79. end)
  80.  
  81. title.Name = "title"
  82. title.Parent = logingui
  83. title.BackgroundColor3 = Color3.new(1, 1, 1)
  84. title.BackgroundTransparency = 1
  85. title.Position = UDim2.new(0.0686695278, 0, 0.0283018872, 0)
  86. title.Size = UDim2.new(0, 200, 0, 50)
  87. title.Font = Enum.Font.GothamBold
  88. title.Text = "Login"
  89. title.TextColor3 = Color3.new(1, 1, 1)
  90. title.TextSize = 43
  91. title.TextWrapped = true
  92.  
  93. maingui.Name = "maingui"
  94. maingui.Parent = ScreenGui
  95. maingui.Active = true
  96. maingui.BackgroundColor3 = Color3.new(1, 1, 1)
  97. maingui.Position = UDim2.new(0.3103953, 0, 0.282555282, 0)
  98. maingui.Size = UDim2.new(0, 517, 0, 353)
  99. maingui.Visible = false
  100. maingui.Style = Enum.FrameStyle.DropShadow
  101. maingui.Draggable = true
  102.  
  103. titlem.Name = "titlem"
  104. titlem.Parent = maingui
  105. titlem.BackgroundColor3 = Color3.new(1, 1, 1)
  106. titlem.BackgroundTransparency = 1
  107. titlem.Position = UDim2.new(0.299806595, 0, 0, 0)
  108. titlem.Size = UDim2.new(0, 200, 0, 50)
  109. titlem.Font = Enum.Font.GothamBold
  110. titlem.Text = "Multi-Purpose (Extended)"
  111. titlem.TextColor3 = Color3.new(1, 1, 1)
  112. titlem.TextScaled = true
  113. titlem.TextSize = 14
  114. titlem.TextWrapped = true
  115.  
  116. fly.Name = "fly"
  117. fly.Parent = maingui
  118. fly.BackgroundColor3 = Color3.new(1, 1, 1)
  119. fly.Position = UDim2.new(0.00749375112, 0, 0.185837269, 0)
  120. fly.Size = UDim2.new(0, 162, 0, 39)
  121. fly.Style = Enum.ButtonStyle.RobloxRoundButton
  122. fly.Font = Enum.Font.SciFi
  123. fly.Text = "Fly (E)"
  124. fly.TextColor3 = Color3.new(0, 0, 0)
  125. fly.TextSize = 14
  126. fly.MouseButton1Down:connect(function()
  127. repeat wait()
  128.     until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  129. local mouse = game.Players.LocalPlayer:GetMouse()
  130. repeat wait() until mouse
  131. local plr = game.Players.LocalPlayer
  132. local torso = plr.Character.Torso
  133. local flying = true
  134. local deb = true
  135. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  136. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  137. local maxspeed = 100
  138. local speed = 100
  139.  
  140. function Fly()
  141. local bg = Instance.new("BodyGyro", torso)
  142. bg.P = 9e4
  143. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  144. bg.cframe = torso.CFrame
  145. local bv = Instance.new("BodyVelocity", torso)
  146. bv.velocity = Vector3.new(0,0.1,0)
  147. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  148. repeat wait()
  149. plr.Character.Humanoid.PlatformStand = true
  150. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  151. speed = speed+.5+(speed/maxspeed)
  152. if speed > maxspeed then
  153. speed = maxspeed
  154. end
  155. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  156. speed = speed-1
  157. if speed < 0 then
  158. speed = 0
  159. end
  160. end
  161. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  162. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  163. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  164. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  165. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  166. else
  167. bv.velocity = Vector3.new(0,0.1,0)
  168. end
  169. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  170. until not flying
  171. ctrl = {f = 0, b = 0, l = 0, r = 0}
  172. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  173. speed = 0
  174. bg:Destroy()
  175. bv:Destroy()
  176. plr.Character.Humanoid.PlatformStand = false
  177. end
  178. mouse.KeyDown:connect(function(key)
  179. if key:lower() == "e" then
  180. if flying then flying = false
  181. else
  182. flying = true
  183. Fly()
  184. end
  185. elseif key:lower() == "w" then
  186. ctrl.f = 1
  187. elseif key:lower() == "s" then
  188. ctrl.b = -1
  189. elseif key:lower() == "a" then
  190. ctrl.l = -1
  191. elseif key:lower() == "d" then
  192. ctrl.r = 1
  193. end
  194. end)
  195. mouse.KeyUp:connect(function(key)
  196. if key:lower() == "w" then
  197. ctrl.f = 0
  198. elseif key:lower() == "s" then
  199. ctrl.b = 0
  200. elseif key:lower() == "a" then
  201. ctrl.l = 0
  202. elseif key:lower() == "d" then
  203. ctrl.r = 0
  204. end
  205. end)
  206. Fly()
  207. end)
  208.  
  209. noclip.Name = "noclip"
  210. noclip.Parent = maingui
  211. noclip.BackgroundColor3 = Color3.new(1, 1, 1)
  212. noclip.Position = UDim2.new(0.670936704, 0, 0.185837269, 0)
  213. noclip.Size = UDim2.new(0, 162, 0, 39)
  214. noclip.Style = Enum.ButtonStyle.RobloxRoundButton
  215. noclip.Font = Enum.Font.SciFi
  216. noclip.Text = "Noclip (F)"
  217. noclip.TextColor3 = Color3.new(0, 0, 0)
  218. noclip.TextSize = 14
  219. noclip.MouseButton1Down:connect(function()
  220. noclip = false
  221. game:GetService('RunService').Stepped:connect(function()
  222. if noclip then
  223. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  224. end
  225. end)
  226. plr = game.Players.LocalPlayer
  227. mouse = plr:GetMouse()
  228. mouse.KeyDown:connect(function(key)
  229.  
  230. if key == "f" then
  231. noclip = not noclip
  232. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  233. end
  234. end)
  235. end)
  236.  
  237. admin.Name = "admin"
  238. admin.Parent = maingui
  239. admin.BackgroundColor3 = Color3.new(1, 1, 1)
  240. admin.Position = UDim2.new(0.338248104, 0, 0.185837269, 0)
  241. admin.Size = UDim2.new(0, 162, 0, 39)
  242. admin.Style = Enum.ButtonStyle.RobloxRoundButton
  243. admin.Font = Enum.Font.SciFi
  244. admin.Text = "Infinte Yield"
  245. admin.TextColor3 = Color3.new(0, 0, 0)
  246. admin.TextSize = 14
  247. admin.MouseButton1Down:connect(function()
  248. loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  249. end)
  250.  
  251. rape.Name = "rape"
  252. rape.Parent = maingui
  253. rape.BackgroundColor3 = Color3.new(1, 1, 1)
  254. rape.Position = UDim2.new(0.336313874, 0, 0.358641803, 0)
  255. rape.Size = UDim2.new(0, 162, 0, 39)
  256. rape.Style = Enum.ButtonStyle.RobloxRoundButton
  257. rape.Font = Enum.Font.SciFi
  258. rape.Text = "Rape Gui"
  259. rape.TextColor3 = Color3.new(0, 0, 0)
  260. rape.TextSize = 14
  261. rape.MouseButton1Down:connect(function()
  262. local Victim='Player name here'
  263. local A=Instance.new'Animation'
  264. A.AnimationId='rbxassetid://148840371'
  265. local P=game:GetService'Players'.LocalPlayer
  266. local C=P.Character or P.CharacterAdded:Wait()
  267. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  268. H:Play()
  269. H:AdjustSpeed(2.5)
  270. game:GetService'RunService'.Stepped:Connect(function()
  271.     C:WaitForChild'HumanoidRootPart'.CFrame=CFrame.new(game:GetService'Players':FindFirstChild(Victim).Character:WaitForChild'HumanoidRootPart'.Position)
  272. end)
  273. end)
  274.  
  275. invisible.Name = "invisible"
  276. invisible.Parent = maingui
  277. invisible.BackgroundColor3 = Color3.new(1, 1, 1)
  278. invisible.Position = UDim2.new(0.336313874, 0, 0.537112057, 0)
  279. invisible.Size = UDim2.new(0, 162, 0, 39)
  280. invisible.Style = Enum.ButtonStyle.RobloxRoundButton
  281. invisible.Font = Enum.Font.SciFi
  282. invisible.Text = "Invisible"
  283. invisible.TextColor3 = Color3.new(0, 0, 0)
  284. invisible.TextSize = 14
  285. invisible.MouseButton1Down:connect(function()
  286. Local = game:GetService('Players').LocalPlayer
  287. Char  = Local.Character
  288. touched,tpdback = false, false
  289. Local.CharacterAdded:connect(function(char)
  290.     if script.Disabled ~= true then
  291.         wait(.25)
  292.         loc = Char.HumanoidRootPart.Position
  293.         Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  294.     end
  295. end)
  296. game:GetService('UserInputService').InputBegan:connect(function(key)
  297.     if key.KeyCode == Enum.KeyCode.Equals then
  298.         if script.Disabled ~= true then
  299.             script.Disabled = true
  300.             print'you may re-execute'
  301.         end
  302.     end
  303. end)
  304. box = Instance.new('Part',workspace)
  305. box.Anchored = true
  306. box.CanCollide = true
  307. box.Size = Vector3.new(10,1,10)
  308. box.Position = Vector3.new(0,10000,0)
  309. box.Touched:connect(function(part)
  310.     if (part.Parent.Name == Local.Name) then
  311.         if touched == false then
  312.             touched = true
  313.             function apply()
  314.                 if script.Disabled ~= true then
  315.                     no = Char.HumanoidRootPart:Clone()
  316.                     wait(.25)
  317.                     Char.HumanoidRootPart:Destroy()
  318.                     no.Parent = Char
  319.                     Char:MoveTo(loc)
  320.                     touched = false
  321.                 end end
  322.             if Char then
  323.                 apply()
  324.             end
  325.         end
  326.     end
  327. end)
  328. repeat wait() until Char
  329. loc = Char.HumanoidRootPart.Position
  330. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  331. end)
  332.  
  333. fastm9.Name = "fastm9"
  334. fastm9.Parent = maingui
  335. fastm9.BackgroundColor3 = Color3.new(1, 1, 1)
  336. fastm9.Position = UDim2.new(0.336313874, 0, 0.707083702, 0)
  337. fastm9.Size = UDim2.new(0, 162, 0, 39)
  338. fastm9.Style = Enum.ButtonStyle.RobloxRoundButton
  339. fastm9.Font = Enum.Font.SciFi
  340. fastm9.Text = "Fast M9"
  341. fastm9.TextColor3 = Color3.new(0, 0, 0)
  342. fastm9.TextSize = 14
  343. fastm9.MouseButton1Down:connect(function()
  344. local player = game:GetService("Players").LocalPlayer
  345. local gun = player.Backpack:FindFirstChild("M9")
  346. local sM = require(gun:FindFirstChild("GunStates"))
  347. sM["Damage"] = 999
  348. sM["MaxAmmo"] = 9999991
  349. sM["StoredAmmo"] = 9999991
  350. sM["FireRate"] = 0.05
  351. sM["AmmoPerClip"] = 9999991
  352. sM["Range"] = 5000
  353. sM["ReloadTime"] = 0.05
  354. sM["Bullets"] = 10
  355. sM["AutoFire"] = true
  356. end)
  357.  
  358. redwoodgui.Name = "redwoodgui"
  359. redwoodgui.Parent = maingui
  360. redwoodgui.BackgroundColor3 = Color3.new(1, 1, 1)
  361. redwoodgui.Position = UDim2.new(0.336313874, 0, 0.874222517, 0)
  362. redwoodgui.Size = UDim2.new(0, 162, 0, 39)
  363. redwoodgui.Style = Enum.ButtonStyle.RobloxRoundButton
  364. redwoodgui.Font = Enum.Font.SciFi
  365. redwoodgui.Text = "Redwood Prison Gui"
  366. redwoodgui.TextColor3 = Color3.new(0, 0, 0)
  367. redwoodgui.TextSize = 14
  368. redwoodgui.MouseButton1Down:connect(function()
  369. -- Objects
  370.  
  371. local RedwoodGui = Instance.new("ScreenGui")
  372. local main = Instance.new("Frame")
  373. local open = Instance.new("TextButton")
  374. local close = Instance.new("TextButton")
  375. local WearSheriff = Instance.new("TextButton")
  376. local GiveM60 = Instance.new("TextButton")
  377. local GiveDragunov = Instance.new("TextButton")
  378. local GiveFakeID = Instance.new("TextButton")
  379. local GiveHandcuffs = Instance.new("TextButton")
  380. local GiveACR = Instance.new("TextButton")
  381. local Credits = Instance.new("TextLabel")
  382. local CustomGun = Instance.new("TextLabel")
  383. local Execute = Instance.new("TextButton")
  384. local GunName = Instance.new("TextBox")
  385.  
  386. -- Properties
  387.  
  388. WearSheriff.Name = "WearSheriff"
  389. WearSheriff.Parent = main
  390. WearSheriff.BackgroundColor3 = Color3.new(1, 1, 1)
  391. WearSheriff.Position = UDim2.new(0.755681872, 0, 0.390977442, 0)
  392. WearSheriff.Size = UDim2.new(0, 73, 0, 59)
  393. WearSheriff.Font = Enum.Font.SourceSans
  394. WearSheriff.Text = "Wear Sheriff"
  395. WearSheriff.TextSize = 14
  396.  
  397. GiveM60.Name = "GiveM60"
  398. GiveM60.Parent = main
  399. GiveM60.BackgroundColor3 = Color3.new(1, 1, 1)
  400. GiveM60.Position = UDim2.new(0.0340909064, 0, 0.0413533822, 0)
  401. GiveM60.Size = UDim2.new(0, 73, 0, 59)
  402. GiveM60.Font = Enum.Font.SourceSans
  403. GiveM60.Text = "Give M60"
  404. GiveM60.TextSize = 14
  405.  
  406. GiveDragunov.Name = "GiveDragunov"
  407. GiveDragunov.Parent = main
  408. GiveDragunov.BackgroundColor3 = Color3.new(1, 1, 1)
  409. GiveDragunov.Position = UDim2.new(0.394886345, 0, 0.0413533822, 0)
  410. GiveDragunov.Size = UDim2.new(0, 73, 0, 59)
  411. GiveDragunov.Font = Enum.Font.SourceSans
  412. GiveDragunov.Text = "Give Dragunov"
  413. GiveDragunov.TextSize = 14
  414.  
  415. GiveFakeID.Name = "GiveFakeID"
  416. GiveFakeID.Parent = main
  417. GiveFakeID.BackgroundColor3 = Color3.new(1, 1, 1)
  418. GiveFakeID.Position = UDim2.new(0.755681813, 0, 0.0413533822, 0)
  419. GiveFakeID.Size = UDim2.new(0, 73, 0, 59)
  420. GiveFakeID.Font = Enum.Font.SourceSans
  421. GiveFakeID.Text = "Give Fake ID"
  422. GiveFakeID.TextSize = 14
  423.  
  424. GiveHandcuffs.Name = "GiveHandcuffs"
  425. GiveHandcuffs.Parent = main
  426. GiveHandcuffs.BackgroundColor3 = Color3.new(1, 1, 1)
  427. GiveHandcuffs.Position = UDim2.new(0.394886374, 0, 0.38909775, 0)
  428. GiveHandcuffs.Size = UDim2.new(0, 73, 0, 59)
  429. GiveHandcuffs.Font = Enum.Font.SourceSans
  430. GiveHandcuffs.Text = "Give Handcuffs"
  431. GiveHandcuffs.TextSize = 14
  432.  
  433. GiveACR.Name = "GiveACR"
  434. GiveACR.Parent = main
  435. GiveACR.BackgroundColor3 = Color3.new(1, 1, 1)
  436. GiveACR.Position = UDim2.new(0.0340909064, 0, 0.390977442, 0)
  437. GiveACR.Size = UDim2.new(0, 73, 0, 59)
  438. GiveACR.Font = Enum.Font.SourceSans
  439. GiveACR.Text = "Give ACR"
  440. GiveACR.TextSize = 14
  441.  
  442. Credits.Name = "Credits"
  443. Credits.Parent = main
  444. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  445. Credits.BorderColor3 = Color3.new(1, 1, 1)
  446. Credits.Position = UDim2.new(0.613636374, 0, 0.672932327, 0)
  447. Credits.Size = UDim2.new(0, 123, 0, 82)
  448. Credits.Font = Enum.Font.SourceSans
  449. Credits.Text = "Made by Cowboys"
  450. Credits.TextSize = 14
  451.  
  452. RedwoodGui.Name = "RedwoodGui"
  453. RedwoodGui.Parent = game.CoreGui
  454.  
  455. main.Name = "main"
  456. main.Parent = RedwoodGui
  457. main.Visible = false
  458. main.BackgroundColor3 = Color3.new(1, 1, 1)
  459. main.Position = UDim2.new(0.140061155, 0, 0.231051356, 0)
  460. main.Size = UDim2.new(0, 352, 0, 266)
  461.  
  462. open.Name = "open"
  463. open.Parent = RedwoodGui
  464. open.BackgroundColor3 = Color3.new(1, 1, 1)
  465. open.Position = UDim2.new(0, 0, 0.769957781, 0)
  466. open.Size = UDim2.new(0, 71, 0, 43)
  467. open.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  468. open.Font = Enum.Font.SourceSans
  469. open.Text = "Open"
  470. open.TextSize = 14
  471.  
  472. close.Name = "close"
  473. close.Parent = RedwoodGui
  474. close.Visible = false
  475. close.BackgroundColor3 = Color3.new(1, 1, 1)
  476. close.Position = UDim2.new(0, 0, 0.769957781, 0)
  477. close.Size = UDim2.new(0, 71, 0, 43)
  478. close.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  479. close.Font = Enum.Font.SourceSans
  480. close.Text = "Close"
  481. close.TextSize = 14
  482.  
  483. CustomGun.Name = "CustomGun"
  484. CustomGun.Parent = main
  485. CustomGun.BackgroundColor3 = Color3.new(1, 1, 1)
  486. CustomGun.BorderColor3 = Color3.new(1, 1, 1)
  487. CustomGun.Position = UDim2.new(0.0340909064, 0, 0.646616578, 0)
  488. CustomGun.Size = UDim2.new(0, 73, 0, 59)
  489. CustomGun.Font = Enum.Font.SourceSans
  490. CustomGun.Text = "Custom Gun"
  491. CustomGun.TextSize = 14
  492.  
  493. Execute.Name = "Execute"
  494. Execute.Parent = main
  495. Execute.BackgroundColor3 = Color3.new(1, 1, 1)
  496. Execute.Position = UDim2.new(0.289772719, 0, 0.725563884, 0)
  497. Execute.Size = UDim2.new(0, 45, 0, 61)
  498. Execute.Font = Enum.Font.SourceSans
  499. Execute.Text = "Execute"
  500. Execute.TextSize = 14
  501.  
  502. GunName.Name = "GunName"
  503. GunName.Parent = main
  504. GunName.BackgroundColor3 = Color3.new(1, 1, 1)
  505. GunName.Position = UDim2.new(0.0198863633, 0, 0.819548845, 0)
  506. GunName.Size = UDim2.new(0, 83, 0, 36)
  507. GunName.Font = Enum.Font.SourceSans
  508. GunName.Text = "Gun Name Here"
  509. GunName.TextSize = 14
  510.  
  511. open.MouseButton1Down:connect(function()
  512.     main.Visible = true
  513.     main:TweenPosition(UDim2.new(0.14, 0,0.231, 0), 'Out', 'Bounce', 1, true)
  514.     open.Visible = false
  515.     close.Visible = true
  516. end)
  517.  
  518. close.MouseButton1Down:connect(function()
  519.     main:TweenPosition(UDim2.new(0.14, -700,0.231, 0), 'In', 'Linear', 1, true)
  520.     open.Visible = true
  521.     close.Visible = false
  522. end)
  523.  
  524. GiveM60.MouseButton1Down:connect(function()
  525. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M60")
  526. end)
  527.  
  528. GiveDragunov.MouseButton1Down:connect(function()
  529. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Dragunov")
  530. end)
  531.  
  532. GiveFakeID.MouseButton1Down:connect(function()
  533. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Fake ID Card")
  534. end)
  535.  
  536. GiveHandcuffs.MouseButton1Down:connect(function()
  537. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Handcuffs")
  538. end)
  539.  
  540. Execute.MouseButton1Down:connect(function()
  541. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", GunName.Text)
  542. end)
  543.  
  544. WearSheriff.MouseButton1Down:connect(function()
  545. Workspace.resources.RemoteEvent:FireServer("removeHats")
  546. Workspace.resources.RemoteEvent:FireServer("wearPants", "rbxassetid://566262750")
  547. Workspace.resources.RemoteEvent:FireServer("wearShirt", "rbxassetid://229581928")
  548. Workspace.resources.RemoteEvent:FireServer("wearHat", Workspace.troopHat)
  549. end)
  550.  
  551. GiveACR.MouseButton1Down:connect(function()
  552. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "ACR")
  553. end)
  554. end)
  555.  
  556. kidnap.Name = "kidnap"
  557. kidnap.Parent = maingui
  558. kidnap.BackgroundColor3 = Color3.new(1, 1, 1)
  559. kidnap.Position = UDim2.new(0.00749375112, 0, 0.355808944, 0)
  560. kidnap.Size = UDim2.new(0, 162, 0, 39)
  561. kidnap.Style = Enum.ButtonStyle.RobloxRoundButton
  562. kidnap.Font = Enum.Font.SciFi
  563. kidnap.Text = "Kidnap Gui"
  564. kidnap.TextColor3 = Color3.new(0, 0, 0)
  565. kidnap.TextSize = 14
  566. kidnap.MouseButton1Down:connect(function()
  567. -- Objects
  568.  
  569. local VanGui = Instance.new("ScreenGui")
  570. local Opener = Instance.new("Frame")
  571. local Open = Instance.new("TextButton")
  572. local DaGui = Instance.new("Frame")
  573. local Frame = Instance.new("Frame")
  574. local Close = Instance.new("TextButton")
  575. local Username = Instance.new("TextBox")
  576. local VanDaPlayer = Instance.new("TextButton")
  577. local TextLabel = Instance.new("TextLabel")
  578.  
  579. -- Properties
  580.  
  581. VanGui.Name = "VanGui"
  582. VanGui.Parent = game.CoreGui
  583.  
  584. Opener.Name = "Opener"
  585. Opener.Parent = VanGui
  586. Opener.BackgroundColor3 = Color3.new(0, 0, 0)
  587. Opener.BackgroundTransparency = 0.5
  588. Opener.Position = UDim2.new(0, 19, 0, 564)
  589. Opener.Size = UDim2.new(0, 224, 0, 40)
  590.  
  591. Open.Name = "Open"
  592. Open.Parent = Opener
  593. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  594. Open.BackgroundTransparency = 0.5
  595. Open.Size = UDim2.new(0, 224, 0, 40)
  596. Open.Font = Enum.Font.SciFi
  597. Open.FontSize = Enum.FontSize.Size42
  598. Open.Text = "Open"
  599. Open.TextColor3 = Color3.new(0, 1, 1)
  600. Open.TextSize = 42
  601.  
  602. DaGui.Name = "DaGui"
  603. DaGui.Parent = VanGui
  604. DaGui.BackgroundColor3 = Color3.new(0, 0, 0)
  605. DaGui.BackgroundTransparency = 0.5
  606. DaGui.Draggable = true
  607. DaGui.Position = UDim2.new(0, 0, 0, 311)
  608. DaGui.Size = UDim2.new(0, 343, 0, 197)
  609. DaGui.Visible = false
  610.  
  611. Frame.Parent = DaGui
  612. Frame.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  613. Frame.Position = UDim2.new(0, 313, 0, 0)
  614. Frame.Size = UDim2.new(0, 30, 0, 26)
  615.  
  616. Close.Name = "Close"
  617. Close.Parent = Frame
  618. Close.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  619. Close.Size = UDim2.new(0, 30, 0, 26)
  620. Close.Font = Enum.Font.SciFi
  621. Close.FontSize = Enum.FontSize.Size14
  622. Close.Text = "X"
  623. Close.TextColor3 = Color3.new(1, 1, 1)
  624. Close.TextSize = 14
  625. Close.TextStrokeTransparency = 5
  626.  
  627. Username.Name = "Username"
  628. Username.Parent = DaGui
  629. Username.BackgroundColor3 = Color3.new(0, 0, 0)
  630. Username.BackgroundTransparency = 0.5
  631. Username.Position = UDim2.new(0, 72, 0, 76)
  632. Username.Size = UDim2.new(0, 200, 0.0999999866, 24)
  633. Username.Font = Enum.Font.SciFi
  634. Username.FontSize = Enum.FontSize.Size18
  635. Username.Text = "Username"
  636. Username.TextColor3 = Color3.new(0, 1, 1)
  637. Username.TextSize = 18
  638.  
  639. VanDaPlayer.Name = "VanDaPlayer"
  640. VanDaPlayer.Parent = DaGui
  641. VanDaPlayer.BackgroundColor3 = Color3.new(0, 0, 0)
  642. VanDaPlayer.BackgroundTransparency = 0.5
  643. VanDaPlayer.Position = UDim2.new(0.0199999996, 90, 0.00999999978, 138)
  644. VanDaPlayer.Size = UDim2.new(0, 150, 0, 26)
  645. VanDaPlayer.Font = Enum.Font.SciFi
  646. VanDaPlayer.FontSize = Enum.FontSize.Size14
  647. VanDaPlayer.Text = "Van Player"
  648. VanDaPlayer.TextColor3 = Color3.new(0, 1, 1)
  649. VanDaPlayer.TextSize = 14
  650.  
  651. TextLabel.Parent = DaGui
  652. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  653. TextLabel.BackgroundTransparency = 0.5
  654. TextLabel.Position = UDim2.new(0, 48, 0, 22)
  655. TextLabel.Size = UDim2.new(0, 246, 0, 19)
  656. TextLabel.Font = Enum.Font.SciFi
  657. TextLabel.FontSize = Enum.FontSize.Size18
  658. TextLabel.Text = "Van Player Gui by 345678 (Talha)"
  659. TextLabel.TextColor3 = Color3.new(0, 1, 1)
  660. TextLabel.TextSize = 17
  661.  
  662. Open.MouseButton1Down:connect(function()
  663.         game.CoreGui.VanGui.DaGui.Visible = true
  664.     game.CoreGui.VanGui.Opener.Visible = false
  665.  
  666. end)
  667.  
  668. Close.MouseButton1Down:connect(function()
  669.     game.CoreGui.VanGui.DaGui.Visible = false
  670.     game.CoreGui.VanGui.Opener.Visible = true
  671. end)
  672.  
  673. VanDaPlayer.MouseButton1Down:connect(function()
  674.     Victim = Username.Text
  675. o1 = Instance.new("Model")
  676. o2 = Instance.new("Part")
  677. o3 = Instance.new("CylinderMesh")
  678. o4 = Instance.new("Part")
  679. o5 = Instance.new("SpecialMesh")
  680. o6 = Instance.new("Part")
  681. o7 = Instance.new("SpecialMesh")
  682. o8 = Instance.new("Part")
  683. o9 = Instance.new("BlockMesh")
  684. o10 = Instance.new("Part")
  685. o11 = Instance.new("BlockMesh")
  686. o12 = Instance.new("Part")
  687. o13 = Instance.new("Part")
  688. o14 = Instance.new("BlockMesh")
  689. o15 = Instance.new("Part")
  690. o16 = Instance.new("SpecialMesh")
  691. o17 = Instance.new("Part")
  692. o18 = Instance.new("SpecialMesh")
  693. o19 = Instance.new("Part")
  694. o20 = Instance.new("SpecialMesh")
  695. o21 = Instance.new("Sound")
  696. o22 = Instance.new("Part")
  697. o23 = Instance.new("BlockMesh")
  698. o24 = Instance.new("Part")
  699. o25 = Instance.new("SpecialMesh")
  700. o26 = Instance.new("Part")
  701. o27 = Instance.new("BlockMesh")
  702. o28 = Instance.new("Part")
  703. o29 = Instance.new("SpecialMesh")
  704. o30 = Instance.new("Part")
  705. o31 = Instance.new("BlockMesh")
  706. o32 = Instance.new("Part")
  707. o33 = Instance.new("BlockMesh")
  708. o34 = Instance.new("Part")
  709. o35 = Instance.new("BlockMesh")
  710. o36 = Instance.new("Part")
  711. o37 = Instance.new("BlockMesh")
  712. o38 = Instance.new("Part")
  713. o39 = Instance.new("Part")
  714. o40 = Instance.new("BlockMesh")
  715. o41 = Instance.new("Part")
  716. o42 = Instance.new("BlockMesh")
  717. o43 = Instance.new("Part")
  718. o44 = Instance.new("BlockMesh")
  719. o45 = Instance.new("Part")
  720. o46 = Instance.new("SpecialMesh")
  721. o47 = Instance.new("Part")
  722. o48 = Instance.new("BlockMesh")
  723. o49 = Instance.new("Part")
  724. o50 = Instance.new("BlockMesh")
  725. o51 = Instance.new("Part")
  726. o52 = Instance.new("BlockMesh")
  727. o53 = Instance.new("Part")
  728. o54 = Instance.new("SpecialMesh")
  729. o55 = Instance.new("Part")
  730. o56 = Instance.new("SpecialMesh")
  731. o57 = Instance.new("Part")
  732. o58 = Instance.new("BlockMesh")
  733. o59 = Instance.new("Part")
  734. o60 = Instance.new("BlockMesh")
  735. o61 = Instance.new("Part")
  736. o62 = Instance.new("BlockMesh")
  737. o63 = Instance.new("Part")
  738. o64 = Instance.new("Part")
  739. o65 = Instance.new("Part")
  740. o66 = Instance.new("BlockMesh")
  741. o67 = Instance.new("Part")
  742. o68 = Instance.new("BlockMesh")
  743. o69 = Instance.new("Part")
  744. o70 = Instance.new("BlockMesh")
  745. o71 = Instance.new("Part")
  746. o72 = Instance.new("BlockMesh")
  747. o73 = Instance.new("Part")
  748. o74 = Instance.new("SpecialMesh")
  749. o75 = Instance.new("Decal")
  750. o76 = Instance.new("Part")
  751. o77 = Instance.new("Part")
  752. o78 = Instance.new("BlockMesh")
  753. o79 = Instance.new("Part")
  754. o80 = Instance.new("SpecialMesh")
  755. o81 = Instance.new("Decal")
  756. o82 = Instance.new("Part")
  757. o83 = Instance.new("SpecialMesh")
  758. o84 = Instance.new("Humanoid")
  759. o85 = Instance.new("Part")
  760. o86 = Instance.new("Part")
  761. o87 = Instance.new("Part")
  762. o88 = Instance.new("Decal")
  763. o89 = Instance.new("Motor6D")
  764. o90 = Instance.new("Motor6D")
  765. o91 = Instance.new("Motor6D")
  766. o92 = Instance.new("Motor6D")
  767. o93 = Instance.new("Motor6D")
  768. o94 = Instance.new("Part")
  769. o95 = Instance.new("Part")
  770. o96 = Instance.new("Part")
  771. o97 = Instance.new("Part")
  772. o98 = Instance.new("Part")
  773. o99 = Instance.new("Decal")
  774. o100 = Instance.new("Motor6D")
  775. o101 = Instance.new("Motor6D")
  776. o102 = Instance.new("Motor6D")
  777. o103 = Instance.new("Part")
  778. o104 = Instance.new("Part")
  779. o105 = Instance.new("Part")
  780. o106 = Instance.new("Part")
  781. o107 = Instance.new("Part")
  782. o108 = Instance.new("CylinderMesh")
  783. o109 = Instance.new("Part")
  784. o110 = Instance.new("CylinderMesh")
  785. o111 = Instance.new("Part")
  786. o112 = Instance.new("CylinderMesh")
  787. o113 = Instance.new("Part")
  788. o114 = Instance.new("CylinderMesh")
  789. o115 = Instance.new("Part")
  790. o116 = Instance.new("CylinderMesh")
  791. o117 = Instance.new("Part")
  792. o118 = Instance.new("CylinderMesh")
  793. o119 = Instance.new("Part")
  794. o120 = Instance.new("CylinderMesh")
  795. o121 = Instance.new("Part")
  796. o122 = Instance.new("SpecialMesh")
  797. o123 = Instance.new("Part")
  798. o124 = Instance.new("Decal")
  799. o1.Name = " "
  800. o1.Parent = workspace
  801. o2.Parent = o1
  802. o2.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  803. o2.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  804. o2.Anchored = true
  805. o2.FormFactor = Enum.FormFactor.Symmetric
  806. o2.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  807. o2.CFrame = CFrame.new(95.3486252, 1.50001001, 18.4564877, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  808. o3.Parent = o2
  809. o4.Parent = o1
  810. o4.BrickColor = BrickColor.new("Institutional white")
  811. o4.Position = Vector3.new(96.3181839, 7.00000668, 9.31151104)
  812. o4.Rotation = Vector3.new(90, 89.9314728, -90)
  813. o4.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  814. o4.Velocity = Vector3.new(-0.000346515269, 0.00201798417, -0.00195027643)
  815. o4.Anchored = true
  816. o4.FormFactor = Enum.FormFactor.Plate
  817. o4.Size = Vector3.new(1, 2.4000001, 2)
  818. o4.CFrame = CFrame.new(96.3181839, 7.00000668, 9.31151104, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  819. o4.BackSurface = Enum.SurfaceType.Weld
  820. o4.BottomSurface = Enum.SurfaceType.Weld
  821. o4.LeftSurface = Enum.SurfaceType.Weld
  822. o4.TopSurface = Enum.SurfaceType.Weld
  823. o4.Color = Color3.new(0.972549, 0.972549, 0.972549)
  824. o5.Parent = o4
  825. o5.MeshType = Enum.MeshType.Wedge
  826. o6.Parent = o1
  827. o6.Material = Enum.Material.SmoothPlastic
  828. o6.BrickColor = BrickColor.new("Really black")
  829. o6.Transparency = 0.5
  830. o6.Position = Vector3.new(96.3181839, 7.00000668, 13.8115101)
  831. o6.Rotation = Vector3.new(90, 89.9440536, -90)
  832. o6.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  833. o6.Velocity = Vector3.new(0.000965324172, 0.00135755131, -0.00195027643)
  834. o6.Anchored = true
  835. o6.FormFactor = Enum.FormFactor.Plate
  836. o6.Size = Vector3.new(8, 2.4000001, 1.99999976)
  837. o6.CFrame = CFrame.new(96.3181839, 7.00000668, 13.8115101, 0, 3.96315798e-008, 0.999999523, 0, 1, -3.97370599e-008, -1, 0, 0)
  838. o6.BackSurface = Enum.SurfaceType.Weld
  839. o6.BottomSurface = Enum.SurfaceType.Weld
  840. o6.LeftSurface = Enum.SurfaceType.Weld
  841. o6.RightSurface = Enum.SurfaceType.Weld
  842. o6.TopSurface = Enum.SurfaceType.Weld
  843. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  844. o7.Parent = o6
  845. o7.MeshType = Enum.MeshType.Wedge
  846. o8.Parent = o1
  847. o8.BrickColor = BrickColor.new("Br. yellowish orange")
  848. o8.Position = Vector3.new(92.2182083, 4.00000715, 9.61151409)
  849. o8.Rotation = Vector3.new(-0, 0, -2.26619136e-006)
  850. o8.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  851. o8.Velocity = Vector3.new(-0.000475873821, 0.00227026758, -0.00119533995)
  852. o8.Anchored = true
  853. o8.FormFactor = Enum.FormFactor.Custom
  854. o8.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  855. o8.CFrame = CFrame.new(92.2182083, 4.00000715, 9.61151409, 0.999998808, 3.95524538e-008, 0, -3.98161575e-008, 1, 0, 0, 0, 1)
  856. o8.BackSurface = Enum.SurfaceType.Weld
  857. o8.BottomSurface = Enum.SurfaceType.Weld
  858. o8.FrontSurface = Enum.SurfaceType.Weld
  859. o8.LeftSurface = Enum.SurfaceType.Weld
  860. o8.RightSurface = Enum.SurfaceType.Weld
  861. o8.TopSurface = Enum.SurfaceType.Weld
  862. o8.Color = Color3.new(0.886275, 0.607843, 0.25098)
  863. o9.Parent = o8
  864. o10.Parent = o1
  865. o10.BrickColor = BrickColor.new("Institutional white")
  866. o10.Position = Vector3.new(105.317894, 8.40004158, 9.31151295)
  867. o10.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  868. o10.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  869. o10.Velocity = Vector3.new(-0.000245332019, 0.00136755884, -0.00436839834)
  870. o10.Anchored = true
  871. o10.CanCollide = false
  872. game.Players[Victim].Character.Humanoid.WalkSpeed = 0
  873. game.Players[Victim].Character.Humanoid.JumpPower = 0
  874. o10.FormFactor = Enum.FormFactor.Plate
  875. o10.Size = Vector3.new(14, 0.400000006, 1)
  876. o10.CFrame = CFrame.new(105.317894, 8.40004158, 9.31151295, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  877. o10.BackSurface = Enum.SurfaceType.Weld
  878. o10.BottomSurface = Enum.SurfaceType.Weld
  879. o10.FrontSurface = Enum.SurfaceType.Weld
  880. o10.LeftSurface = Enum.SurfaceType.Weld
  881. o10.RightSurface = Enum.SurfaceType.Weld
  882. o10.TopSurface = Enum.SurfaceType.Weld
  883. o10.Color = Color3.new(0.972549, 0.972549, 0.972549)
  884. o11.Parent = o10
  885. o12.Name = "DOOR"
  886. o12.Parent = o1
  887. o12.BrickColor = BrickColor.new("Institutional white")
  888. o12.Position = Vector3.new(103.708466, 5.81500626, 9.31151104)
  889. o12.Rotation = Vector3.new(-0, 0, -4.43210411e-006)
  890. o12.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  891. o12.Velocity = Vector3.new(-0.000432157307, 0.00148387556, -0.00427860441)
  892. o12.Anchored = true
  893. o12.CanCollide = false
  894. o12.FormFactor = Enum.FormFactor.Plate
  895. o12.Size = Vector3.new(5.22000027, 4.82999992, 1)
  896. o12.CFrame = CFrame.new(103.708466, 5.81500626, 9.31151104, 1, 7.73548052e-008, 0, -7.73548052e-008, 1, 0, 0, 0, 1)
  897. o12.BottomSurface = Enum.SurfaceType.Weld
  898. o12.LeftSurface = Enum.SurfaceType.Weld
  899. o12.RightSurface = Enum.SurfaceType.Weld
  900. o12.TopSurface = Enum.SurfaceType.Weld
  901. o12.Color = Color3.new(0.972549, 0.972549, 0.972549)
  902. o13.Parent = o1
  903. o13.BrickColor = BrickColor.new("White")
  904. o13.Position = Vector3.new(109.818169, 5.80000877, 9.31151104)
  905. o13.Rotation = Vector3.new(-0, 0, -2.25410599e-006)
  906. o13.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  907. o13.Velocity = Vector3.new(-0.00043324125, 0.00104231632, -0.006061906)
  908. o13.Anchored = true
  909. o13.FormFactor = Enum.FormFactor.Plate
  910. o13.Size = Vector3.new(7, 4.80000019, 1)
  911. o13.CFrame = CFrame.new(109.818169, 5.80000877, 9.31151104, 0.999996901, 3.9341451e-008, 0, -4.00270856e-008, 1, 0, 0, 0, 1)
  912. o13.BackSurface = Enum.SurfaceType.Weld
  913. o13.BottomSurface = Enum.SurfaceType.Weld
  914. o13.FrontSurface = Enum.SurfaceType.Weld
  915. o13.LeftSurface = Enum.SurfaceType.Weld
  916. o13.RightSurface = Enum.SurfaceType.Weld
  917. o13.TopSurface = Enum.SurfaceType.Weld
  918. o13.Color = Color3.new(0.94902, 0.952941, 0.952941)
  919. o14.Parent = o13
  920. o15.Parent = o1
  921. o15.BrickColor = BrickColor.new("Institutional white")
  922. o15.Position = Vector3.new(97.817894, 8.40000725, 13.8115139)
  923. o15.Rotation = Vector3.new(90, 89.960434, -90)
  924. o15.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  925. o15.Velocity = Vector3.new(0.00106650498, 0.00124916411, -0.00218200427)
  926. o15.Anchored = true
  927. o15.CanCollide = false
  928. o15.FormFactor = Enum.FormFactor.Plate
  929. o15.Size = Vector3.new(10, 0.400000006, 1)
  930. o15.CFrame = CFrame.new(97.817894, 8.40000725, 13.8115139, 0, 3.86294303e-008, 0.999999762, 0, 1, -3.86821704e-008, -1, 0, 0)
  931. o15.BackSurface = Enum.SurfaceType.Weld
  932. o15.BottomSurface = Enum.SurfaceType.Weld
  933. o15.TopSurface = Enum.SurfaceType.Weld
  934. o15.Color = Color3.new(0.972549, 0.972549, 0.972549)
  935. o16.Parent = o15
  936. o16.MeshType = Enum.MeshType.Wedge
  937. o17.Parent = o1
  938. o17.BrickColor = BrickColor.new("Institutional white")
  939. o17.Position = Vector3.new(96.3181839, 7.00000668, 18.3115101)
  940. o17.Rotation = Vector3.new(90, 89.9314728, -90)
  941. o17.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  942. o17.Velocity = Vector3.new(0.00227716356, 0.000697118347, -0.00195027643)
  943. o17.Anchored = true
  944. o17.FormFactor = Enum.FormFactor.Plate
  945. o17.Size = Vector3.new(1, 2.4000001, 2)
  946. o17.CFrame = CFrame.new(96.3181839, 7.00000668, 18.3115101, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  947. o17.BackSurface = Enum.SurfaceType.Weld
  948. o17.BottomSurface = Enum.SurfaceType.Weld
  949. o17.RightSurface = Enum.SurfaceType.Weld
  950. o17.TopSurface = Enum.SurfaceType.Weld
  951. o17.Color = Color3.new(0.972549, 0.972549, 0.972549)
  952. o18.Parent = o17
  953. o18.MeshType = Enum.MeshType.Wedge
  954. o19.Parent = o1
  955. o19.BrickColor = BrickColor.new("Institutional white")
  956. o19.Position = Vector3.new(93.8181839, 5.20000744, 13.8115101)
  957. o19.Rotation = Vector3.new(90, 89.8573456, -90)
  958. o19.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  959. o19.Velocity = Vector3.new(0.000835234998, 0.00153823046, -0.00148565089)
  960. o19.Anchored = true
  961. o19.FormFactor = Enum.FormFactor.Plate
  962. o19.Size = Vector3.new(10, 1.20000005, 3)
  963. o19.CFrame = CFrame.new(93.8181839, 5.20000744, 13.8115101, 0, 3.77325726e-008, 0.999996901, 0, 1, -3.84182002e-008, -1, 0, 0)
  964. o19.BackSurface = Enum.SurfaceType.Weld
  965. o19.BottomSurface = Enum.SurfaceType.Weld
  966. o19.TopSurface = Enum.SurfaceType.Weld
  967. o19.Color = Color3.new(0.972549, 0.972549, 0.972549)
  968. o20.Parent = o19
  969. o20.MeshType = Enum.MeshType.Wedge
  970. o21.Parent = o19
  971. o21.SoundId = "rbxassetid://532147820"
  972. o21.Looped = true
  973. o22.Parent = o1
  974. o22.BrickColor = BrickColor.new("Institutional white")
  975. o22.Position = Vector3.new(96.3182907, 4.60000753, 9.31151104)
  976. o22.Rotation = Vector3.new(-0, 0, -2.23446773e-006)
  977. o22.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  978. o22.Velocity = Vector3.new(-0.000519967522, 0.00201797695, -0.00230253674)
  979. o22.Anchored = true
  980. o22.FormFactor = Enum.FormFactor.Plate
  981. o22.Size = Vector3.new(2, 2.4000001, 1)
  982. o22.CFrame = CFrame.new(96.3182907, 4.60000753, 9.31151104, 0.999993801, 3.8998575e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  983. o22.BackSurface = Enum.SurfaceType.Weld
  984. o22.BottomSurface = Enum.SurfaceType.Weld
  985. o22.FrontSurface = Enum.SurfaceType.Weld
  986. o22.LeftSurface = Enum.SurfaceType.Weld
  987. o22.RightSurface = Enum.SurfaceType.Weld
  988. o22.TopSurface = Enum.SurfaceType.Weld
  989. o22.Color = Color3.new(0.972549, 0.972549, 0.972549)
  990. o23.Parent = o22
  991. o24.Parent = o1
  992. o24.BrickColor = BrickColor.new("Institutional white")
  993. o24.Position = Vector3.new(113.817245, 6.80000734, 18.3115101)
  994. o24.Rotation = Vector3.new(-0, -90, 0)
  995. o24.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  996. o24.Velocity = Vector3.new(0.00226270943, -0.000567569688, -0.00708095264)
  997. o24.Anchored = true
  998. o24.FormFactor = Enum.FormFactor.Plate
  999. o24.Size = Vector3.new(1, 2.79999995, 1)
  1000. o24.CFrame = CFrame.new(113.817245, 6.80000734, 18.3115101, 0, 5.54578605e-008, -1, 0, 1, 5.54578605e-008, 1, 0, 0)
  1001. o24.BackSurface = Enum.SurfaceType.Weld
  1002. o24.BottomSurface = Enum.SurfaceType.Weld
  1003. o24.TopSurface = Enum.SurfaceType.Weld
  1004. o24.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1005. o25.Parent = o24
  1006. o25.MeshType = Enum.MeshType.Wedge
  1007. o26.Parent = o1
  1008. o26.BrickColor = BrickColor.new("Institutional white")
  1009. o26.Position = Vector3.new(93.0181885, 2.60000825, 13.8115101)
  1010. o26.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  1011. o26.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1012. o26.Velocity = Vector3.new(0.000647328445, 0.00159604801, -0.00163401756)
  1013. o26.Anchored = true
  1014. o26.FormFactor = Enum.FormFactor.Plate
  1015. o26.Size = Vector3.new(1.39999998, 1.60000002, 10)
  1016. o26.CFrame = CFrame.new(93.0181885, 2.60000825, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  1017. o26.BackSurface = Enum.SurfaceType.Weld
  1018. o26.BottomSurface = Enum.SurfaceType.Weld
  1019. o26.FrontSurface = Enum.SurfaceType.Weld
  1020. o26.LeftSurface = Enum.SurfaceType.Weld
  1021. o26.RightSurface = Enum.SurfaceType.Weld
  1022. o26.TopSurface = Enum.SurfaceType.Weld
  1023. o26.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1024. o27.Parent = o26
  1025. o28.Parent = o1
  1026. o28.BrickColor = BrickColor.new("Institutional white")
  1027. o28.Position = Vector3.new(113.818176, 6.80000877, 9.31151104)
  1028. o28.Rotation = Vector3.new(-90, -89.7982635, -90)
  1029. o28.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1030. o28.Velocity = Vector3.new(-0.000360969483, 0.000753228669, -0.00708122458)
  1031. o28.Anchored = true
  1032. o28.FormFactor = Enum.FormFactor.Plate
  1033. o28.Size = Vector3.new(1, 2.79999995, 1)
  1034. o28.CFrame = CFrame.new(113.818176, 6.80000877, 9.31151104, 0, 3.89985715e-008, -0.999993801, 0, 1, 4.03698408e-008, 1, 0, 0)
  1035. o28.BackSurface = Enum.SurfaceType.Weld
  1036. o28.BottomSurface = Enum.SurfaceType.Weld
  1037. o28.TopSurface = Enum.SurfaceType.Weld
  1038. o28.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1039. o29.Parent = o28
  1040. o29.MeshType = Enum.MeshType.Wedge
  1041. o30.Parent = o1
  1042. o30.BrickColor = BrickColor.new("Institutional white")
  1043. o30.Position = Vector3.new(96.3181992, 4.60000753, 18.3115101)
  1044. o30.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  1045. o30.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1046. o30.Velocity = Vector3.new(0.00210371148, 0.000697117415, -0.0023025109)
  1047. o30.Anchored = true
  1048. o30.FormFactor = Enum.FormFactor.Plate
  1049. o30.Size = Vector3.new(2, 2.4000001, 1)
  1050. o30.CFrame = CFrame.new(96.3181992, 4.60000753, 18.3115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  1051. o30.BackSurface = Enum.SurfaceType.Weld
  1052. o30.BottomSurface = Enum.SurfaceType.Weld
  1053. o30.FrontSurface = Enum.SurfaceType.Weld
  1054. o30.LeftSurface = Enum.SurfaceType.Weld
  1055. o30.RightSurface = Enum.SurfaceType.Weld
  1056. o30.TopSurface = Enum.SurfaceType.Weld
  1057. o30.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1058. o31.Parent = o30
  1059. o32.Parent = o1
  1060. o32.BrickColor = BrickColor.new("Dark stone grey")
  1061. o32.Position = Vector3.new(95.8181839, 4.60000753, 13.8115101)
  1062. o32.Rotation = Vector3.new(90, 89.960434, -90)
  1063. o32.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1064. o32.Velocity = Vector3.new(0.000791871978, 0.00139368721, -0.00215674727)
  1065. o32.Anchored = true
  1066. o32.FormFactor = Enum.FormFactor.Plate
  1067. o32.Size = Vector3.new(8, 2.4000001, 1)
  1068. o32.CFrame = CFrame.new(95.8181839, 4.60000753, 13.8115101, 0, 3.96579551e-008, 0.999999762, 0, 1, -3.97106952e-008, -1, 0, 0)
  1069. o32.BottomSurface = Enum.SurfaceType.Weld
  1070. o32.TopSurface = Enum.SurfaceType.Weld
  1071. o32.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1072. o33.Parent = o32
  1073. o33.Offset = Vector3.new(0, 0, 0.5)
  1074. o33.Scale = Vector3.new(1, 1, 2)
  1075. o34.Parent = o1
  1076. o34.BrickColor = BrickColor.new("Institutional white")
  1077. o34.Position = Vector3.new(93.8181992, 4.00000715, 13.8115101)
  1078. o34.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  1079. o34.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1080. o34.Velocity = Vector3.new(0.000748508843, 0.00153822941, -0.00166177051)
  1081. o34.Anchored = true
  1082. o34.FormFactor = Enum.FormFactor.Plate
  1083. o34.Size = Vector3.new(3, 1.20000005, 10)
  1084. o34.CFrame = CFrame.new(93.8181992, 4.00000715, 13.8115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  1085. o34.BackSurface = Enum.SurfaceType.Weld
  1086. o34.BottomSurface = Enum.SurfaceType.Weld
  1087. o34.FrontSurface = Enum.SurfaceType.Weld
  1088. o34.LeftSurface = Enum.SurfaceType.Weld
  1089. o34.RightSurface = Enum.SurfaceType.Weld
  1090. o34.TopSurface = Enum.SurfaceType.Weld
  1091. o34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1092. o35.Parent = o34
  1093. o36.Parent = o1
  1094. o36.BrickColor = BrickColor.new("Br. yellowish orange")
  1095. o36.Position = Vector3.new(92.2181854, 4.00000715, 18.211504)
  1096. o36.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  1097. o36.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1098. o36.Velocity = Vector3.new(0.00203119451, 0.00100810977, -0.00119533355)
  1099. o36.Anchored = true
  1100. o36.FormFactor = Enum.FormFactor.Custom
  1101. o36.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  1102. o36.CFrame = CFrame.new(92.2181854, 4.00000715, 18.211504, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  1103. o36.BackSurface = Enum.SurfaceType.Weld
  1104. o36.BottomSurface = Enum.SurfaceType.Weld
  1105. o36.FrontSurface = Enum.SurfaceType.Weld
  1106. o36.LeftSurface = Enum.SurfaceType.Weld
  1107. o36.RightSurface = Enum.SurfaceType.Weld
  1108. o36.TopSurface = Enum.SurfaceType.Weld
  1109. o36.Color = Color3.new(0.886275, 0.607843, 0.25098)
  1110. o37.Parent = o36
  1111. o38.Parent = o1
  1112. o38.BrickColor = BrickColor.new("Institutional white")
  1113. o38.Position = Vector3.new(99.0602112, 4.60000706, 18.3115101)
  1114. o38.Rotation = Vector3.new(-0, 0, -4.84935117e-006)
  1115. o38.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1116. o38.Velocity = Vector3.new(0.00210371148, 0.000498947338, -0.0031018618)
  1117. o38.Anchored = true
  1118. o38.CanCollide = false
  1119. o38.FormFactor = Enum.FormFactor.Plate
  1120. o38.Size = Vector3.new(3.48000026, 2.4000001, 1)
  1121. o38.CFrame = CFrame.new(99.0602112, 4.60000706, 18.3115101, 1, 8.46371435e-008, 0, -8.46371435e-008, 1, 0, 0, 0, 1)
  1122. o38.BottomSurface = Enum.SurfaceType.Weld
  1123. o38.LeftSurface = Enum.SurfaceType.Weld
  1124. o38.RightSurface = Enum.SurfaceType.Weld
  1125. o38.TopSurface = Enum.SurfaceType.Weld
  1126. o38.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1127. o39.Parent = o1
  1128. o39.BrickColor = BrickColor.new("Really red")
  1129. o39.Position = Vector3.new(113.818176, 4.80000877, 9.31151104)
  1130. o39.Rotation = Vector3.new(-0, 0, -2.2344675e-006)
  1131. o39.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1132. o39.Velocity = Vector3.new(-0.000505513046, 0.000753228669, -0.00737475045)
  1133. o39.Anchored = true
  1134. o39.FormFactor = Enum.FormFactor.Plate
  1135. o39.Size = Vector3.new(1, 1.20000005, 1)
  1136. o39.CFrame = CFrame.new(113.818176, 4.80000877, 9.31151104, 0.999993801, 3.89985715e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  1137. o39.BackSurface = Enum.SurfaceType.Weld
  1138. o39.BottomSurface = Enum.SurfaceType.Weld
  1139. o39.FrontSurface = Enum.SurfaceType.Weld
  1140. o39.LeftSurface = Enum.SurfaceType.Weld
  1141. o39.RightSurface = Enum.SurfaceType.Weld
  1142. o39.TopSurface = Enum.SurfaceType.Weld
  1143. o39.Color = Color3.new(1, 0, 0)
  1144. o40.Parent = o39
  1145. o41.Parent = o1
  1146. o41.BrickColor = BrickColor.new("Institutional white")
  1147. o41.Position = Vector3.new(113.818054, 3.80000734, 9.31151104)
  1148. o41.Rotation = Vector3.new(-0, 0, -2.23295706e-006)
  1149. o41.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1150. o41.Velocity = Vector3.new(-0.000577784958, 0.000753237749, -0.00752147706)
  1151. o41.Anchored = true
  1152. o41.FormFactor = Enum.FormFactor.Plate
  1153. o41.Size = Vector3.new(1, 0.800000012, 1)
  1154. o41.CFrame = CFrame.new(113.818054, 3.80000734, 9.31151104, 0.999993563, 3.89721997e-008, 0, -4.03962055e-008, 1, 0, 0, 0, 1)
  1155. o41.BackSurface = Enum.SurfaceType.Weld
  1156. o41.BottomSurface = Enum.SurfaceType.Weld
  1157. o41.FrontSurface = Enum.SurfaceType.Weld
  1158. o41.LeftSurface = Enum.SurfaceType.Weld
  1159. o41.RightSurface = Enum.SurfaceType.Weld
  1160. o41.TopSurface = Enum.SurfaceType.Weld
  1161. o41.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1162. o42.Parent = o41
  1163. o43.Parent = o1
  1164. o43.BrickColor = BrickColor.new("Institutional white")
  1165. o43.Position = Vector3.new(105.317894, 8.40000725, 13.8115139)
  1166. o43.Rotation = Vector3.new(-0, 0, -2.21481446e-006)
  1167. o43.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1168. o43.Velocity = Vector3.new(0.00106650498, 0.000707125873, -0.00436840346)
  1169. o43.Anchored = true
  1170. o43.CanCollide = false
  1171. o43.FormFactor = Enum.FormFactor.Plate
  1172. o43.Size = Vector3.new(14, 0.400000006, 8)
  1173. o43.CFrame = CFrame.new(105.317894, 8.40000725, 13.8115139, 1, 3.86558057e-008, 0, -3.86558057e-008, 1, 0, 0, 0, 1)
  1174. o43.BackSurface = Enum.SurfaceType.Weld
  1175. o43.BottomSurface = Enum.SurfaceType.Weld
  1176. o43.FrontSurface = Enum.SurfaceType.Weld
  1177. o43.LeftSurface = Enum.SurfaceType.Weld
  1178. o43.RightSurface = Enum.SurfaceType.Weld
  1179. o43.TopSurface = Enum.SurfaceType.Weld
  1180. o43.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1181. o44.Parent = o43
  1182. o45.Parent = o1
  1183. o45.BrickColor = BrickColor.new("Really black")
  1184. o45.Position = Vector3.new(113.818176, 6.80000782, 11.311511)
  1185. o45.Rotation = Vector3.new(-90, -89.9314728, -90)
  1186. o45.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1187. o45.Velocity = Vector3.new(0.000222070201, 0.000459702482, -0.00708122645)
  1188. o45.Anchored = true
  1189. o45.CanCollide = false
  1190. o45.FormFactor = Enum.FormFactor.Plate
  1191. o45.Size = Vector3.new(3, 2.79999995, 1)
  1192. o45.CFrame = CFrame.new(113.818176, 6.80000782, 11.311511, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  1193. o45.BackSurface = Enum.SurfaceType.Weld
  1194. o45.BottomSurface = Enum.SurfaceType.Weld
  1195. o45.TopSurface = Enum.SurfaceType.Weld
  1196. o45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1197. o46.Parent = o45
  1198. o46.MeshType = Enum.MeshType.Wedge
  1199. o47.Parent = o1
  1200. o47.BrickColor = BrickColor.new("Institutional white")
  1201. o47.Position = Vector3.new(103.118179, 2.40000772, 13.8115101)
  1202. o47.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  1203. o47.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1204. o47.Velocity = Vector3.new(0.000632874086, 0.000866103393, -0.0046077203)
  1205. o47.Anchored = true
  1206. o47.FormFactor = Enum.FormFactor.Plate
  1207. o47.Size = Vector3.new(12.3999996, 1.20000005, 10)
  1208. o47.CFrame = CFrame.new(103.118179, 2.40000772, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  1209. o47.BackSurface = Enum.SurfaceType.Weld
  1210. o47.BottomSurface = Enum.SurfaceType.Weld
  1211. o47.FrontSurface = Enum.SurfaceType.Weld
  1212. o47.LeftSurface = Enum.SurfaceType.Weld
  1213. o47.RightSurface = Enum.SurfaceType.Weld
  1214. o47.TopSurface = Enum.SurfaceType.Weld
  1215. o47.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1216. o48.Parent = o47
  1217. o49.Parent = o1
  1218. o49.BrickColor = BrickColor.new("White")
  1219. o49.Position = Vector3.new(104.018181, 3.20000815, 13.8115101)
  1220. o49.Rotation = Vector3.new(-0, 0, -2.27374471e-006)
  1221. o49.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1222. o49.Velocity = Vector3.new(0.000690691522, 0.000801058719, -0.00475267787)
  1223. o49.Anchored = true
  1224. o49.FormFactor = Enum.FormFactor.Plate
  1225. o49.Size = Vector3.new(20.6000004, 0.400000006, 10)
  1226. o49.CFrame = CFrame.new(104.018181, 3.20000815, 13.8115101, 1, 3.96843305e-008, 0, -3.96843305e-008, 1, 0, 0, 0, 1)
  1227. o49.BackSurface = Enum.SurfaceType.Weld
  1228. o49.BottomSurface = Enum.SurfaceType.Weld
  1229. o49.FrontSurface = Enum.SurfaceType.Weld
  1230. o49.LeftSurface = Enum.SurfaceType.Weld
  1231. o49.RightSurface = Enum.SurfaceType.Weld
  1232. o49.TopSurface = Enum.SurfaceType.Weld
  1233. o49.Color = Color3.new(0.94902, 0.952941, 0.952941)
  1234. o50.Parent = o49
  1235. o51.Parent = o1
  1236. o51.BrickColor = BrickColor.new("Institutional white")
  1237. o51.Position = Vector3.new(107.167747, 5.80000782, 18.3115101)
  1238. o51.Rotation = Vector3.new(-0, 0, -3.14727777e-006)
  1239. o51.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1240. o51.Velocity = Vector3.new(0.00219043763, -8.69987416e-005, -0.00528925471)
  1241. o51.Anchored = true
  1242. o51.FormFactor = Enum.FormFactor.Plate
  1243. o51.Size = Vector3.new(12.3000002, 4.80000019, 1)
  1244. o51.CFrame = CFrame.new(107.167747, 5.80000782, 18.3115101, 1, 5.49303607e-008, 0, -5.49303607e-008, 1, 0, 0, 0, 1)
  1245. o51.BackSurface = Enum.SurfaceType.Weld
  1246. o51.BottomSurface = Enum.SurfaceType.Weld
  1247. o51.FrontSurface = Enum.SurfaceType.Weld
  1248. o51.LeftSurface = Enum.SurfaceType.Weld
  1249. o51.RightSurface = Enum.SurfaceType.Weld
  1250. o51.TopSurface = Enum.SurfaceType.Weld
  1251. o51.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1252. o52.Parent = o51
  1253. o53.Parent = o1
  1254. o53.BrickColor = BrickColor.new("Institutional white")
  1255. o53.Position = Vector3.new(113.818176, 6.80000782, 13.8115101)
  1256. o53.Rotation = Vector3.new(-90, -89.9314728, -90)
  1257. o53.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1258. o53.Velocity = Vector3.new(0.000950869871, 9.27953006e-005, -0.00708122645)
  1259. o53.Anchored = true
  1260. o53.CanCollide = false
  1261. o53.FormFactor = Enum.FormFactor.Plate
  1262. o53.Size = Vector3.new(2, 2.79999995, 1)
  1263. o53.CFrame = CFrame.new(113.818176, 6.80000782, 13.8115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  1264. o53.BackSurface = Enum.SurfaceType.Weld
  1265. o53.BottomSurface = Enum.SurfaceType.Weld
  1266. o53.TopSurface = Enum.SurfaceType.Weld
  1267. o53.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1268. o54.Parent = o53
  1269. o54.MeshType = Enum.MeshType.Wedge
  1270. o55.Parent = o1
  1271. o55.BrickColor = BrickColor.new("Really black")
  1272. o55.Position = Vector3.new(113.818176, 6.80000782, 16.3115101)
  1273. o55.Rotation = Vector3.new(-90, -89.9314728, -90)
  1274. o55.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1275. o55.Velocity = Vector3.new(0.0016796696, -0.000274111895, -0.00708122645)
  1276. o55.Anchored = true
  1277. o55.CanCollide = false
  1278. o55.FormFactor = Enum.FormFactor.Plate
  1279. o55.Size = Vector3.new(3, 2.79999995, 1)
  1280. o55.CFrame = CFrame.new(113.818176, 6.80000782, 16.3115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  1281. o55.BackSurface = Enum.SurfaceType.Weld
  1282. o55.BottomSurface = Enum.SurfaceType.Weld
  1283. o55.TopSurface = Enum.SurfaceType.Weld
  1284. o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1285. o56.Parent = o55
  1286. o56.MeshType = Enum.MeshType.Wedge
  1287. o57.Parent = o1
  1288. o57.BrickColor = BrickColor.new("Institutional white")
  1289. o57.Position = Vector3.new(113.818176, 4.40000582, 13.8115101)
  1290. o57.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  1291. o57.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1292. o57.Velocity = Vector3.new(0.000777417503, 9.27956426e-005, -0.00743345637)
  1293. o57.Anchored = true
  1294. o57.CanCollide = false
  1295. o57.FormFactor = Enum.FormFactor.Plate
  1296. o57.Size = Vector3.new(1, 2, 8)
  1297. o57.CFrame = CFrame.new(113.818176, 4.40000582, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  1298. o57.BackSurface = Enum.SurfaceType.Weld
  1299. o57.BottomSurface = Enum.SurfaceType.Weld
  1300. o57.FrontSurface = Enum.SurfaceType.Weld
  1301. o57.LeftSurface = Enum.SurfaceType.Weld
  1302. o57.RightSurface = Enum.SurfaceType.Weld
  1303. o57.TopSurface = Enum.SurfaceType.Weld
  1304. o57.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1305. o58.Parent = o57
  1306. o59.Parent = o1
  1307. o59.BrickColor = BrickColor.new("Institutional white")
  1308. o59.Position = Vector3.new(113.818176, 3.80000734, 18.3115101)
  1309. o59.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  1310. o59.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1311. o59.Velocity = Vector3.new(0.00204589404, -0.000567637384, -0.00752151385)
  1312. o59.Anchored = true
  1313. o59.FormFactor = Enum.FormFactor.Plate
  1314. o59.Size = Vector3.new(1, 0.800000012, 1)
  1315. o59.CFrame = CFrame.new(113.818176, 3.80000734, 18.3115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  1316. o59.BackSurface = Enum.SurfaceType.Weld
  1317. o59.BottomSurface = Enum.SurfaceType.Weld
  1318. o59.FrontSurface = Enum.SurfaceType.Weld
  1319. o59.LeftSurface = Enum.SurfaceType.Weld
  1320. o59.RightSurface = Enum.SurfaceType.Weld
  1321. o59.TopSurface = Enum.SurfaceType.Weld
  1322. o59.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1323. o60.Parent = o59
  1324. o61.Parent = o1
  1325. o61.BrickColor = BrickColor.new("Institutional white")
  1326. o61.Position = Vector3.new(105.317894, 8.40000725, 18.3115101)
  1327. o61.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  1328. o61.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1329. o61.Velocity = Vector3.new(0.00237834454, 4.6692905e-005, -0.00436840346)
  1330. o61.Anchored = true
  1331. o61.CanCollide = false
  1332. o61.FormFactor = Enum.FormFactor.Plate
  1333. o61.Size = Vector3.new(14, 0.400000006, 1)
  1334. o61.CFrame = CFrame.new(105.317894, 8.40000725, 18.3115101, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  1335. o61.BackSurface = Enum.SurfaceType.Weld
  1336. o61.BottomSurface = Enum.SurfaceType.Weld
  1337. o61.FrontSurface = Enum.SurfaceType.Weld
  1338. o61.LeftSurface = Enum.SurfaceType.Weld
  1339. o61.RightSurface = Enum.SurfaceType.Weld
  1340. o61.TopSurface = Enum.SurfaceType.Weld
  1341. o61.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1342. o62.Parent = o61
  1343. o63.Parent = o1
  1344. o63.BrickColor = BrickColor.new("Institutional white")
  1345. o63.Position = Vector3.new(97.8181839, 5.79500866, 9.31151104)
  1346. o63.Rotation = Vector3.new(-0, 0, -2.36894834e-006)
  1347. o63.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1348. o63.Velocity = Vector3.new(-0.000433602603, 0.00190957636, -0.00256440602)
  1349. o63.Anchored = true
  1350. o63.CanCollide = false
  1351. o63.FormFactor = Enum.FormFactor.Plate
  1352. o63.Size = Vector3.new(1, 4.80999994, 1)
  1353. o63.CFrame = CFrame.new(97.8181839, 5.79500866, 9.31151104, 1, 4.13459489e-008, 0, -4.13459489e-008, 1, 0, 0, 0, 1)
  1354. o63.BottomSurface = Enum.SurfaceType.Weld
  1355. o63.LeftSurface = Enum.SurfaceType.Weld
  1356. o63.RightSurface = Enum.SurfaceType.Weld
  1357. o63.TopSurface = Enum.SurfaceType.Weld
  1358. o63.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1359. o64.Parent = o1
  1360. o64.BrickColor = BrickColor.new("Institutional white")
  1361. o64.Position = Vector3.new(97.8178101, 7.00000858, 18.3115101)
  1362. o64.Rotation = Vector3.new(-0, 0, -2.14529973e-006)
  1363. o64.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1364. o64.Velocity = Vector3.new(0.00227716402, 0.00058873737, -0.00238744705)
  1365. o64.Anchored = true
  1366. o64.CanCollide = false
  1367. o64.FormFactor = Enum.FormFactor.Plate
  1368. o64.Size = Vector3.new(1, 2.4000001, 1)
  1369. o64.CFrame = CFrame.new(97.8178101, 7.00000858, 18.3115101, 0.999999762, 3.74425326e-008, 0, -3.74952727e-008, 1, 0, 0, 0, 1)
  1370. o64.BottomSurface = Enum.SurfaceType.Weld
  1371. o64.LeftSurface = Enum.SurfaceType.Weld
  1372. o64.RightSurface = Enum.SurfaceType.Weld
  1373. o64.TopSurface = Enum.SurfaceType.Weld
  1374. o64.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1375. o65.Parent = o1
  1376. o65.BrickColor = BrickColor.new("Institutional white")
  1377. o65.Position = Vector3.new(113.418167, 2.40000749, 13.8115101)
  1378. o65.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  1379. o65.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1380. o65.Velocity = Vector3.new(0.000632874086, 0.000121704477, -0.0076103732)
  1381. o65.Anchored = true
  1382. o65.FormFactor = Enum.FormFactor.Plate
  1383. o65.Size = Vector3.new(1.80000007, 1.20000005, 10)
  1384. o65.CFrame = CFrame.new(113.418167, 2.40000749, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  1385. o65.BackSurface = Enum.SurfaceType.Weld
  1386. o65.BottomSurface = Enum.SurfaceType.Weld
  1387. o65.FrontSurface = Enum.SurfaceType.Weld
  1388. o65.LeftSurface = Enum.SurfaceType.Weld
  1389. o65.RightSurface = Enum.SurfaceType.Weld
  1390. o65.TopSurface = Enum.SurfaceType.Weld
  1391. o65.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1392. o66.Parent = o65
  1393. o67.Parent = o1
  1394. o67.BrickColor = BrickColor.new("Really red")
  1395. o67.Position = Vector3.new(113.817245, 4.80000687, 18.3115101)
  1396. o67.Rotation = Vector3.new(-0, 0, -3.17145691e-006)
  1397. o67.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1398. o67.Velocity = Vector3.new(0.00211816584, -0.000567570096, -0.0073744799)
  1399. o67.Anchored = true
  1400. o67.FormFactor = Enum.FormFactor.Plate
  1401. o67.Size = Vector3.new(1, 1.20000005, 1)
  1402. o67.CFrame = CFrame.new(113.817245, 4.80000687, 18.3115101, 1, 5.53523627e-008, 0, -5.53523627e-008, 1, 0, 0, 0, 1)
  1403. o67.BackSurface = Enum.SurfaceType.Weld
  1404. o67.BottomSurface = Enum.SurfaceType.Weld
  1405. o67.FrontSurface = Enum.SurfaceType.Weld
  1406. o67.LeftSurface = Enum.SurfaceType.Weld
  1407. o67.RightSurface = Enum.SurfaceType.Weld
  1408. o67.TopSurface = Enum.SurfaceType.Weld
  1409. o67.Color = Color3.new(1, 0, 0)
  1410. o68.Parent = o67
  1411. o69.Parent = o1
  1412. o69.BrickColor = BrickColor.new("Institutional white")
  1413. o69.Position = Vector3.new(112.817894, 8.40000725, 13.8115139)
  1414. o69.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  1415. o69.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1416. o69.Velocity = Vector3.new(0.00106650498, 0.000165087578, -0.00655480288)
  1417. o69.Anchored = true
  1418. o69.CanCollide = false
  1419. o69.FormFactor = Enum.FormFactor.Plate
  1420. o69.Size = Vector3.new(1, 0.400000006, 10)
  1421. o69.CFrame = CFrame.new(112.817894, 8.40000725, 13.8115139, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  1422. o69.BackSurface = Enum.SurfaceType.Weld
  1423. o69.BottomSurface = Enum.SurfaceType.Weld
  1424. o69.FrontSurface = Enum.SurfaceType.Weld
  1425. o69.LeftSurface = Enum.SurfaceType.Weld
  1426. o69.RightSurface = Enum.SurfaceType.Weld
  1427. o69.TopSurface = Enum.SurfaceType.Weld
  1428. o69.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1429. o70.Parent = o69
  1430. o71.Parent = o1
  1431. o71.BrickColor = BrickColor.new("Really black")
  1432. o71.Position = Vector3.new(92.2181854, 3.8000083, 13.8115101)
  1433. o71.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  1434. o71.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1435. o71.Velocity = Vector3.new(0.0007340546, 0.00165386556, -0.00122468593)
  1436. o71.Anchored = true
  1437. o71.FormFactor = Enum.FormFactor.Custom
  1438. o71.Size = Vector3.new(0.200000003, 0.800000012, 6)
  1439. o71.CFrame = CFrame.new(92.2181854, 3.8000083, 13.8115101, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  1440. o71.BackSurface = Enum.SurfaceType.Weld
  1441. o71.BottomSurface = Enum.SurfaceType.Weld
  1442. o71.FrontSurface = Enum.SurfaceType.Weld
  1443. o71.LeftSurface = Enum.SurfaceType.Weld
  1444. o71.RightSurface = Enum.SurfaceType.Weld
  1445. o71.TopSurface = Enum.SurfaceType.Weld
  1446. o71.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1447. o72.Parent = o71
  1448. o73.Name = "Head"
  1449. o73.Parent = o1
  1450. o73.Material = Enum.Material.SmoothPlastic
  1451. o73.BrickColor = BrickColor.new("Institutional white")
  1452. o73.Position = Vector3.new(99.207077, 7.026577, 15.2047167)
  1453. o73.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1454. o73.Anchored = true
  1455. o73.FormFactor = Enum.FormFactor.Symmetric
  1456. o73.Size = Vector3.new(2, 1, 1)
  1457. o73.CFrame = CFrame.new(99.207077, 7.026577, 15.2047167, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  1458. o73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1459. o73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1460. o73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1461. o73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1462. o73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1463. o73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1464. o73.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1465. o74.Parent = o73
  1466. o74.Scale = Vector3.new(1.25, 1.25, 1.25)
  1467. o75.Name = "face"
  1468. o75.Parent = o73
  1469. o75.Texture = "rbxasset://textures/face.png"
  1470. o76.Parent = o1
  1471. o76.BrickColor = BrickColor.new("Institutional white")
  1472. o76.Position = Vector3.new(99.6954269, 5.81500673, 9.31151104)
  1473. o76.Rotation = Vector3.new(-0, 0, -8.82515178e-006)
  1474. o76.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1475. o76.Velocity = Vector3.new(-0.000432157307, 0.00177390513, -0.00310872309)
  1476. o76.Anchored = true
  1477. o76.CanCollide = false
  1478. o76.FormFactor = Enum.FormFactor.Plate
  1479. o76.Size = Vector3.new(2.76000023, 4.82999992, 1)
  1480. o76.CFrame = CFrame.new(99.6954269, 5.81500673, 9.31151104, 1, 1.54027958e-007, 0, -1.54027958e-007, 1, 0, 0, 0, 1)
  1481. o76.BottomSurface = Enum.SurfaceType.Weld
  1482. o76.LeftSurface = Enum.SurfaceType.Weld
  1483. o76.RightSurface = Enum.SurfaceType.Weld
  1484. o76.TopSurface = Enum.SurfaceType.Weld
  1485. o76.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1486. o77.Parent = o1
  1487. o77.BrickColor = BrickColor.new("Institutional white")
  1488. o77.Position = Vector3.new(100.909996, 5.80000877, 14.2915134)
  1489. o77.Rotation = Vector3.new(-0, 0, -7.89941078e-006)
  1490. o77.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1491. o77.Velocity = Vector3.new(0.0010185279, 0.000955246738, -0.00346499542)
  1492. o77.Anchored = true
  1493. o77.FormFactor = Enum.FormFactor.Plate
  1494. o77.Size = Vector3.new(0.200000003, 4.80000019, 9.0199995)
  1495. o77.CFrame = CFrame.new(100.909996, 5.80000877, 14.2915134, 1, 1.37870728e-007, 0, -1.37870728e-007, 1, 0, 0, 0, 1)
  1496. o77.BackSurface = Enum.SurfaceType.Weld
  1497. o77.BottomSurface = Enum.SurfaceType.Weld
  1498. o77.FrontSurface = Enum.SurfaceType.Weld
  1499. o77.LeftSurface = Enum.SurfaceType.Weld
  1500. o77.RightSurface = Enum.SurfaceType.Weld
  1501. o77.TopSurface = Enum.SurfaceType.Weld
  1502. o77.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1503. o78.Parent = o77
  1504. o79.Name = "Head"
  1505. o79.Parent = o1
  1506. o79.Material = Enum.Material.SmoothPlastic
  1507. o79.BrickColor = BrickColor.new("Institutional white")
  1508. o79.Position = Vector3.new(103.10894, 7.49666739, 15.2047167)
  1509. o79.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1510. o79.Anchored = true
  1511. o79.FormFactor = Enum.FormFactor.Symmetric
  1512. o79.Size = Vector3.new(2, 1, 1)
  1513. o79.CFrame = CFrame.new(103.10894, 7.49666739, 15.2047167, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  1514. o79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1515. o79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1516. o79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1517. o79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1518. o79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1519. o79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1520. o79.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1521. o80.Parent = o79
  1522. o80.Scale = Vector3.new(1.25, 1.25, 1.25)
  1523. o81.Name = "face"
  1524. o81.Parent = o79
  1525. o81.Texture = "rbxasset://textures/face.png"
  1526. o82.Name = "Handle"
  1527. o82.Parent = o1
  1528. o82.Material = Enum.Material.SmoothPlastic
  1529. o82.Position = Vector3.new(103.10894, 7.34666729, 15.2047167)
  1530. o82.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1531. o82.Anchored = true
  1532. o82.CanCollide = false
  1533. o82.FormFactor = Enum.FormFactor.Symmetric
  1534. o82.Size = Vector3.new(2, 2, 2)
  1535. o82.CFrame = CFrame.new(103.10894, 7.34666729, 15.2047167, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  1536. o82.BottomSurface = Enum.SurfaceType.Smooth
  1537. o82.TopSurface = Enum.SurfaceType.Smooth
  1538. o83.Parent = o82
  1539. o83.MeshId = "http://www.roblox.com/asset/?id=15393031"
  1540. o83.TextureId = "http://www.roblox.com/asset/?id=15393013"
  1541. o83.MeshType = Enum.MeshType.FileMesh
  1542. o84.Parent = o1
  1543. o84.NameOcclusion = Enum.NameOcclusion.NoOcclusion
  1544. o84.RightLeg = o94
  1545. o84.LeftLeg = o96
  1546. o84.Torso = o87
  1547. o84.Health = 0
  1548. o84.MaxHealth = 0
  1549. o85.Name = "TPPART"
  1550. o85.Parent = o1
  1551. o85.Transparency = 1
  1552. o85.Position = Vector3.new(104.155182, 4.24109221, 12.6003485)
  1553. o85.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  1554. o85.Anchored = true
  1555. o85.CanCollide = false
  1556. o85.Size = Vector3.new(4, 1, 2)
  1557. o85.CFrame = CFrame.new(104.155182, 4.24109221, 12.6003485, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  1558. o86.Name = "TPPART2"
  1559. o86.Parent = o1
  1560. o86.Transparency = 1
  1561. o86.Position = Vector3.new(104.155182, 5.40188599, 6.32408237)
  1562. o86.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  1563. o86.Anchored = true
  1564. o86.CanCollide = false
  1565. o86.Size = Vector3.new(4, 1, 2)
  1566. o86.CFrame = CFrame.new(104.155182, 5.40188599, 6.32408237, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  1567. o87.Name = "Torso"
  1568. o87.Parent = o1
  1569. o87.Material = Enum.Material.SmoothPlastic
  1570. o87.BrickColor = BrickColor.new("Navy blue")
  1571. o87.Position = Vector3.new(99.207077, 5.526577, 15.2047167)
  1572. o87.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1573. o87.Anchored = true
  1574. o87.FormFactor = Enum.FormFactor.Symmetric
  1575. o87.Size = Vector3.new(2, 2, 1)
  1576. o87.CFrame = CFrame.new(99.207077, 5.526577, 15.2047167, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  1577. o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1578. o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1579. o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1580. o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1581. o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1582. o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1583. o87.Color = Color3.new(0, 0.12549, 0.376471)
  1584. o88.Name = "roblox"
  1585. o88.Parent = o87
  1586. o89.Name = "Right Shoulder"
  1587. o89.Parent = o87
  1588. o89.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1589. o89.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1590. o89.Part0 = o87
  1591. o89.Part1 = o95
  1592. o89.DesiredAngle = -0.062025275081396
  1593. o89.MaxVelocity = 0.15000000596046
  1594. o90.Name = "Left Shoulder"
  1595. o90.Parent = o87
  1596. o90.C0 = CFrame.new(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1597. o90.C1 = CFrame.new(0.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1598. o90.Part0 = o87
  1599. o90.Part1 = o97
  1600. o90.DesiredAngle = -0.062025275081396
  1601. o90.MaxVelocity = 0.15000000596046
  1602. o91.Name = "Right Hip"
  1603. o91.Parent = o87
  1604. o91.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1605. o91.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1606. o91.Part0 = o87
  1607. o91.Part1 = o94
  1608. o91.DesiredAngle = 0.062025275081396
  1609. o91.MaxVelocity = 0.10000000149012
  1610. o92.Name = "Left Hip"
  1611. o92.Parent = o87
  1612. o92.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1613. o92.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1614. o92.Part0 = o87
  1615. o92.Part1 = o96
  1616. o92.DesiredAngle = 0.062025275081396
  1617. o92.MaxVelocity = 0.10000000149012
  1618. o93.Name = "Neck"
  1619. o93.Parent = o87
  1620. o93.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1621. o93.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1622. o93.Part0 = o87
  1623. o93.Part1 = o73
  1624. o93.MaxVelocity = 0.10000000149012
  1625. o94.Name = "Right Leg"
  1626. o94.Parent = o1
  1627. o94.Material = Enum.Material.SmoothPlastic
  1628. o94.BrickColor = BrickColor.new("Navy blue")
  1629. o94.Position = Vector3.new(99.215416, 3.526577, 14.7047863)
  1630. o94.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1631. o94.Anchored = true
  1632. o94.CanCollide = false
  1633. o94.FormFactor = Enum.FormFactor.Symmetric
  1634. o94.Size = Vector3.new(1, 2, 1)
  1635. o94.CFrame = CFrame.new(99.215416, 3.526577, 14.7047863, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  1636. o94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1637. o94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1638. o94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1639. o94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1640. o94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1641. o94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1642. o94.Color = Color3.new(0, 0.12549, 0.376471)
  1643. o95.Name = "Right Arm"
  1644. o95.Parent = o1
  1645. o95.Material = Enum.Material.SmoothPlastic
  1646. o95.BrickColor = BrickColor.new("Maroon")
  1647. o95.Position = Vector3.new(99.2321014, 5.526577, 13.7049236)
  1648. o95.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1649. o95.Anchored = true
  1650. o95.CanCollide = false
  1651. o95.FormFactor = Enum.FormFactor.Symmetric
  1652. o95.Size = Vector3.new(1, 2, 1)
  1653. o95.CFrame = CFrame.new(99.2321014, 5.526577, 13.7049236, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  1654. o95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1655. o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1656. o95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1657. o95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1658. o95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1659. o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1660. o95.Color = Color3.new(0.458824, 0, 0)
  1661. o96.Name = "Left Leg"
  1662. o96.Parent = o1
  1663. o96.Material = Enum.Material.SmoothPlastic
  1664. o96.BrickColor = BrickColor.new("Navy blue")
  1665. o96.Position = Vector3.new(99.1987381, 3.526577, 15.7046452)
  1666. o96.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1667. o96.Anchored = true
  1668. o96.CanCollide = false
  1669. o96.FormFactor = Enum.FormFactor.Symmetric
  1670. o96.Size = Vector3.new(1, 2, 1)
  1671. o96.CFrame = CFrame.new(99.1987381, 3.526577, 15.7046452, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  1672. o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1673. o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1674. o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1675. o96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1676. o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1677. o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1678. o96.Color = Color3.new(0, 0.12549, 0.376471)
  1679. o97.Name = "Left Arm"
  1680. o97.Parent = o1
  1681. o97.Material = Enum.Material.SmoothPlastic
  1682. o97.BrickColor = BrickColor.new("Maroon")
  1683. o97.Position = Vector3.new(99.1820602, 5.526577, 16.7045078)
  1684. o97.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1685. o97.Anchored = true
  1686. o97.CanCollide = false
  1687. o97.FormFactor = Enum.FormFactor.Symmetric
  1688. o97.Size = Vector3.new(1, 2, 1)
  1689. o97.CFrame = CFrame.new(99.1820602, 5.526577, 16.7045078, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  1690. o97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1691. o97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1692. o97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1693. o97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1694. o97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1695. o97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1696. o97.Color = Color3.new(0.458824, 0, 0)
  1697. o98.Name = "Torso"
  1698. o98.Parent = o1
  1699. o98.Material = Enum.Material.SmoothPlastic
  1700. o98.BrickColor = BrickColor.new("Navy blue")
  1701. o98.Position = Vector3.new(103.10894, 5.99666739, 15.2047167)
  1702. o98.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1703. o98.Anchored = true
  1704. o98.FormFactor = Enum.FormFactor.Symmetric
  1705. o98.Size = Vector3.new(2, 2, 1)
  1706. o98.CFrame = CFrame.new(103.10894, 5.99666739, 15.2047167, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  1707. o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1708. o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1709. o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1710. o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1711. o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1712. o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1713. o98.Color = Color3.new(0, 0.12549, 0.376471)
  1714. o99.Name = "roblox"
  1715. o99.Parent = o98
  1716. o100.Name = "Right Hip"
  1717. o100.Parent = o98
  1718. o100.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1719. o100.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1720. o100.Part0 = o98
  1721. o100.Part1 = o103
  1722. o100.DesiredAngle = 0.062025275081396
  1723. o100.MaxVelocity = 0.10000000149012
  1724. o101.Name = "Left Hip"
  1725. o101.Parent = o98
  1726. o101.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1727. o101.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1728. o101.Part0 = o98
  1729. o101.Part1 = o105
  1730. o101.DesiredAngle = 0.062025275081396
  1731. o101.MaxVelocity = 0.10000000149012
  1732. o102.Name = "Neck"
  1733. o102.Parent = o98
  1734. o102.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1735. o102.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1736. o102.Part0 = o98
  1737. o102.Part1 = o79
  1738. o102.MaxVelocity = 0.10000000149012
  1739. o103.Name = "Right Leg"
  1740. o103.Parent = o1
  1741. o103.Material = Enum.Material.SmoothPlastic
  1742. o103.BrickColor = BrickColor.new("Really black")
  1743. o103.Position = Vector3.new(103.608864, 3.99666739, 15.2130556)
  1744. o103.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1745. o103.Anchored = true
  1746. o103.CanCollide = false
  1747. o103.FormFactor = Enum.FormFactor.Symmetric
  1748. o103.Size = Vector3.new(1, 2, 1)
  1749. o103.CFrame = CFrame.new(103.608864, 3.99666739, 15.2130556, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  1750. o103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1751. o103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1752. o103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1753. o103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1754. o103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1755. o103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1756. o103.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1757. o104.Name = "Right Arm"
  1758. o104.Parent = o1
  1759. o104.Material = Enum.Material.SmoothPlastic
  1760. o104.BrickColor = BrickColor.new("Maroon")
  1761. o104.Position = Vector3.new(104.615349, 5.89646101, 14.8330393)
  1762. o104.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  1763. o104.Anchored = true
  1764. o104.CanCollide = false
  1765. o104.FormFactor = Enum.FormFactor.Symmetric
  1766. o104.Size = Vector3.new(1, 2, 1)
  1767. o104.CFrame = CFrame.new(104.615349, 5.89646101, 14.8330393, 0.999860883, -0.0117952423, -0.0117952526, 0, 0.707107067, -0.707106411, 0.0166809987, 0.707008064, 0.707008719)
  1768. o104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1769. o104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1770. o104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1771. o104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1772. o104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1773. o104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1774. o104.Color = Color3.new(0.458824, 0, 0)
  1775. o105.Name = "Left Leg"
  1776. o105.Parent = o1
  1777. o105.Material = Enum.Material.SmoothPlastic
  1778. o105.BrickColor = BrickColor.new("Really black")
  1779. o105.Position = Vector3.new(102.609009, 3.99666739, 15.1963739)
  1780. o105.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1781. o105.Anchored = true
  1782. o105.CanCollide = false
  1783. o105.FormFactor = Enum.FormFactor.Symmetric
  1784. o105.Size = Vector3.new(1, 2, 1)
  1785. o105.CFrame = CFrame.new(102.609009, 3.99666739, 15.1963739, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  1786. o105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1787. o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1788. o105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1789. o105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1790. o105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1791. o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1792. o105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1793. o106.Name = "Left Arm"
  1794. o106.Parent = o1
  1795. o106.Material = Enum.Material.SmoothPlastic
  1796. o106.BrickColor = BrickColor.new("Maroon")
  1797. o106.Position = Vector3.new(101.617271, 5.96075201, 14.6924496)
  1798. o106.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  1799. o106.Anchored = true
  1800. o106.CanCollide = false
  1801. o106.FormFactor = Enum.FormFactor.Symmetric
  1802. o106.Size = Vector3.new(1, 2, 1)
  1803. o106.CFrame = CFrame.new(101.617271, 5.96075201, 14.6924496, 0.999860883, -0.0117952423, -0.0117952526, 0, 0.707107067, -0.707106411, 0.0166809987, 0.707008064, 0.707008719)
  1804. o106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1805. o106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1806. o106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1807. o106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1808. o106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1809. o106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1810. o106.Color = Color3.new(0.458824, 0, 0)
  1811. o107.Parent = o1
  1812. o107.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  1813. o107.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  1814. o107.Anchored = true
  1815. o107.FormFactor = Enum.FormFactor.Symmetric
  1816. o107.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  1817. o107.CFrame = CFrame.new(110.917458, 1.50000954, 18.4564953, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  1818. o108.Parent = o107
  1819. o109.Parent = o1
  1820. o109.BrickColor = BrickColor.new("Really black")
  1821. o109.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  1822. o109.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1823. o109.Anchored = true
  1824. o109.FormFactor = Enum.FormFactor.Symmetric
  1825. o109.Size = Vector3.new(3, 1.20000005, 3)
  1826. o109.CFrame = CFrame.new(110.917442, 1.50002527, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  1827. o109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1828. o110.Parent = o109
  1829. o111.Parent = o1
  1830. o111.BrickColor = BrickColor.new("Really black")
  1831. o111.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  1832. o111.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  1833. o111.Anchored = true
  1834. o111.FormFactor = Enum.FormFactor.Symmetric
  1835. o111.Size = Vector3.new(3, 1.20000005, 3)
  1836. o111.CFrame = CFrame.new(110.917458, 1.50000954, 18.4564953, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  1837. o111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1838. o112.Parent = o111
  1839. o113.Parent = o1
  1840. o113.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  1841. o113.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1842. o113.Anchored = true
  1843. o113.FormFactor = Enum.FormFactor.Symmetric
  1844. o113.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  1845. o113.CFrame = CFrame.new(95.3486252, 1.50002623, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  1846. o114.Parent = o113
  1847. o115.Parent = o1
  1848. o115.BrickColor = BrickColor.new("Really black")
  1849. o115.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  1850. o115.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1851. o115.Anchored = true
  1852. o115.FormFactor = Enum.FormFactor.Symmetric
  1853. o115.Size = Vector3.new(3, 1.20000005, 3)
  1854. o115.CFrame = CFrame.new(95.3486252, 1.50002623, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  1855. o115.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1856. o116.Parent = o115
  1857. o117.Parent = o1
  1858. o117.BrickColor = BrickColor.new("Really black")
  1859. o117.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  1860. o117.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  1861. o117.Anchored = true
  1862. o117.FormFactor = Enum.FormFactor.Symmetric
  1863. o117.Size = Vector3.new(3, 1.20000005, 3)
  1864. o117.CFrame = CFrame.new(95.3486252, 1.50001001, 18.4564877, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  1865. o117.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1866. o118.Parent = o117
  1867. o119.Parent = o1
  1868. o119.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  1869. o119.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1870. o119.Anchored = true
  1871. o119.FormFactor = Enum.FormFactor.Symmetric
  1872. o119.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  1873. o119.CFrame = CFrame.new(110.917442, 1.50002527, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  1874. o120.Parent = o119
  1875. o121.Name = "Handle"
  1876. o121.Parent = o1
  1877. o121.Material = Enum.Material.SmoothPlastic
  1878. o121.Position = Vector3.new(99.207077, 6.8765769, 15.2047167)
  1879. o121.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1880. o121.Anchored = true
  1881. o121.CanCollide = false
  1882. o121.FormFactor = Enum.FormFactor.Symmetric
  1883. o121.Size = Vector3.new(2, 2, 2)
  1884. o121.CFrame = CFrame.new(99.207077, 6.8765769, 15.2047167, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  1885. o121.BottomSurface = Enum.SurfaceType.Smooth
  1886. o121.TopSurface = Enum.SurfaceType.Smooth
  1887. o122.Parent = o121
  1888. o122.MeshId = "http://www.roblox.com/asset/?id=15393031"
  1889. o122.TextureId = "http://www.roblox.com/asset/?id=15393013"
  1890. o122.MeshType = Enum.MeshType.FileMesh
  1891. o123.Name = "RPPART"
  1892. o123.Parent = o1
  1893. o123.Transparency = 1
  1894. o123.Position = Vector3.new(103.454132, 5.33460093, 13.0707426)
  1895. o123.Rotation = Vector3.new(-90, 0, -0)
  1896. o123.Anchored = true
  1897. o123.CanCollide = false
  1898. o123.Size = Vector3.new(4, 1, 2)
  1899. o123.CFrame = CFrame.new(103.454132, 5.33460093, 13.0707426, 1, 0, 0, 0, 0, 1, 0, -1, 0)
  1900. o124.Parent = o12
  1901. o124.Texture = "http://roblox.com/asset/?id=112031763"
  1902. function MoveY(model, Position)
  1903.     for _,part in pairs (model:GetChildren()) do
  1904.         if part.ClassName == "Part" then
  1905.             part.CFrame = part.CFrame + Vector3.new(0,Position,0)
  1906.         end
  1907.     end
  1908. end
  1909. function MoveX(model, Position)
  1910.     for _,part in pairs (model:GetChildren()) do
  1911.         if part.ClassName == "Part" then
  1912.             part.CFrame = part.CFrame + Vector3.new(Position,0,0)
  1913.         end
  1914.     end
  1915. end
  1916. function MoveSpawn(model, PLAYERPOS)
  1917.     for _,part in pairs (model:GetChildren()) do
  1918.         if part.ClassName == "Part" then
  1919.             part.CFrame = part.CFrame + PLAYERPOS + Vector3.new(50,-2.7,-5)
  1920.         end
  1921.     end
  1922. end
  1923. function MoveZ(model, Position)
  1924.     for _,part in pairs (model:GetChildren()) do
  1925.         if part.ClassName == "Part" then
  1926.             part.CFrame = part.CFrame + Vector3.new(0,0,Position)
  1927.         end
  1928.     end
  1929. end
  1930. function MoveZPart(Part, Position)
  1931.             Part.CFrame = Part.CFrame + Vector3.new(0,0,Position)
  1932. end
  1933. function MoveXPart(Part, Position)
  1934.             Part.CFrame = Part.CFrame + Vector3.new(Position,0,0)
  1935. end
  1936. game.Players[Victim].Character.HumanoidRootPart.Anchored = true
  1937. OMGCREEPY = Instance.new("Sound")
  1938. OMGCREEPY.Parent = o1
  1939. OMGCREEPY.Volume = 10
  1940. OMGCREEPY.SoundId = "rbxassetid://177775134"
  1941. for i,v in pairs (o1:GetChildren()) do
  1942.     if v:IsA("Part") then
  1943.         v.Material = "SmoothPlastic"
  1944.         v.BackSurface = "SmoothNoOutlines"
  1945.         v.FrontSurface = "SmoothNoOutlines"
  1946.         v.BottomSurface = "SmoothNoOutlines"
  1947.         v.LeftSurface = "SmoothNoOutlines"
  1948.         v.RightSurface = "SmoothNoOutlines"
  1949.         v.TopSurface = "SmoothNoOutlines"
  1950.     end
  1951. end
  1952. OMGCREEPY:Play()
  1953. o21:Play()
  1954.     MoveSpawn(o1,game.Players[Victim].Character.HumanoidRootPart.Position)
  1955. for i=1,51 do
  1956. MoveX(o1,-3)
  1957. wait(.05)
  1958. end
  1959. wait(.5)
  1960.     MoveZPart(o12,-1)
  1961.     wait(.2)
  1962. for i=1,6 do
  1963.     MoveXPart(o12,1)
  1964.     wait(.1)
  1965. end
  1966. wait(.5)
  1967. game.Players[Victim].Character.HumanoidRootPart.CFrame = o86.CFrame
  1968. wait(.5)
  1969. game.Players[Victim].Character.HumanoidRootPart.CFrame = o85.CFrame
  1970. wait(.5)
  1971.     MoveZPart(o12,1)
  1972.     wait(.2)
  1973.  
  1974. for i=1,6 do
  1975.     MoveXPart(o12,-1)
  1976.     wait(.1)
  1977. end
  1978. for i=1,50 do
  1979. MoveX(o1,-3)
  1980. game.Players[Victim].Character.HumanoidRootPart.CFrame = o85.CFrame
  1981. wait(.05)
  1982. end
  1983. game.Players[Victim].Character.Head.face.Texture = "rbxassetid://629925029"
  1984. game.Players[Victim].Character.HumanoidRootPart.CFrame = o123.CFrame
  1985. SCREAM = Instance.new("Sound")
  1986. SCREAM.Parent = game.Players[Victim].Character.Head
  1987. SCREAM.SoundId = "rbxassetid://138167455"
  1988. SCREAM:Play()
  1989. wait(2.5)
  1990. game.Players[Victim].Character.Head.BrickColor = BrickColor.new("Maroon")
  1991.     MoveZPart(o12,-1)
  1992.     wait(.2)
  1993. for i=1,6 do
  1994.     MoveXPart(o12,1)
  1995.     wait(.1)
  1996. end
  1997. wait(.5)
  1998. game.Players[Victim].Character.HumanoidRootPart.CFrame = o86.CFrame
  1999. wait(.5)
  2000.     MoveZPart(o12,1)
  2001.     wait(.2)
  2002. for i=1,6 do
  2003.     MoveXPart(o12,-1)
  2004.     wait(.1)
  2005. end
  2006. game.Players[Victim].Character.Humanoid.Health = 0
  2007. player = game.Players[Victim]
  2008. char = player.Character
  2009.             char.Archivable = true
  2010.             local rg = char:Clone()
  2011.             rg.HumanoidRootPart:Destroy()
  2012.             rg.Name = ""
  2013.             rg.Humanoid.MaxHealth = 0
  2014.             for i, v in pairs(rg.Torso:GetChildren()) do
  2015.                 if v:IsA("Motor6D") then
  2016.                     v:Destroy()
  2017.                 end
  2018.             end
  2019.            
  2020.             local n = Instance.new("Glue", rg.Torso)
  2021.             n.Name = "Neck"
  2022.             n.Part0 = rg.Torso
  2023.             n.Part1 = rg.Head
  2024.             n.C0 = CFrame.new(0, 1, 0)
  2025.             n.C1 = CFrame.new(0, -0.5, 0)
  2026.            
  2027.             local rs = Instance.new("Glue", rg.Torso)
  2028.             rs.Name = "Right Shoulder"
  2029.             rs.Part0 = rg.Torso
  2030.             rs.Part1 = rg["Right Arm"]
  2031.             rs.C0 = CFrame.new(1.5, 0.5, 0)
  2032.             rs.C1 = CFrame.new(0, 0.5, 0)
  2033.             local ls = Instance.new("Glue", rg.Torso)
  2034.             ls.Name = "Left Shoulder"
  2035.             ls.Part0 = rg.Torso
  2036.             ls.Part1 = rg["Left Arm"]
  2037.             ls.C0 = CFrame.new(-1.5, 0.5, 0)
  2038.             ls.C1 = CFrame.new(0, 0.5, 0)
  2039.            
  2040.             local rh = Instance.new("Glue", rg.Torso)
  2041.             rh.Name = "Right Hip"
  2042.             rh.Part0 = rg.Torso
  2043.             rh.Part1 = rg["Right Leg"]
  2044.             rh.C0 = CFrame.new(0.5, -1, 0)
  2045.             rh.C1 = CFrame.new(0, 1, 0)
  2046.             local lh = Instance.new("Glue", rg.Torso)
  2047.             lh.Name = "Left Hip"
  2048.             lh.Part0 = rg.Torso
  2049.             lh.Part1 = rg["Left Leg"]
  2050.             lh.C0 = CFrame.new(-0.5, -1, 0)
  2051.             lh.C1 = CFrame.new(0, 1, 0)
  2052.             char.Torso:Destroy()
  2053.             char.Head:Destroy()
  2054.             char["Left Leg"]:Destroy()
  2055.             char["Left Arm"]:Destroy()
  2056.             char["Right Leg"]:Destroy()
  2057.             char["Right Arm"]:Destroy()
  2058.             rg.Parent = game.Workspace
  2059.             rg.Head.BrickColor = BrickColor.new("Maroon")
  2060. function DEATH ()
  2061. OHHNELLY = Instance.new("Part")
  2062. OHHNELLY.Parent = workspace
  2063. OHHNELLY.Anchored = false
  2064. OHHNELLY.Material = Enum.Material.SmoothPlastic
  2065. OHHNELLY.BrickColor = BrickColor.new("Maroon")
  2066. OHHNELLY.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2067. OHHNELLY.Position = rg.Head.Position
  2068. OHHNELLY.Color = Color3.new(0.458824, 0, 0)
  2069. OHHNELLY.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2070. OHHNELLY.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2071. OHHNELLY.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2072. OHHNELLY.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2073. OHHNELLY.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2074. OHHNELLY.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2075. end
  2076. for i=1,20 do
  2077. DEATH()
  2078. MoveX(o1,-3)
  2079. wait(.05)
  2080. end
  2081. o1:Destroy()
  2082. end)
  2083. end)
  2084.  
  2085. doomspire.Name = "doomspire"
  2086. doomspire.Parent = maingui
  2087. doomspire.BackgroundColor3 = Color3.new(1, 1, 1)
  2088. doomspire.Position = UDim2.new(0.670936704, 0, 0.355808944, 0)
  2089. doomspire.Size = UDim2.new(0, 162, 0, 39)
  2090. doomspire.Style = Enum.ButtonStyle.RobloxRoundButton
  2091. doomspire.Font = Enum.Font.SciFi
  2092. doomspire.Text = "Doomspire Gui"
  2093. doomspire.TextColor3 = Color3.new(0, 0, 0)
  2094. doomspire.TextSize = 14
  2095. doomspire.MouseButton1Down:connect(function()
  2096. -- LoW Products
  2097.  
  2098.  
  2099.  -- Objects
  2100.  
  2101. local DoomGui = Instance.new("ScreenGui")
  2102. local tb = Instance.new("Frame")
  2103. local wd = Instance.new("Frame")
  2104. local yy = Instance.new("TextButton")
  2105. local gg = Instance.new("TextButton")
  2106. local bb = Instance.new("TextButton")
  2107. local rr = Instance.new("TextButton")
  2108. local title = Instance.new("TextLabel")
  2109.  
  2110. -- Properties
  2111.  
  2112. DoomGui.Name = "DoomGui"
  2113. DoomGui.Parent = game.CoreGui
  2114.  
  2115. tb.Name = "tb"
  2116. tb.Parent = DoomGui
  2117. tb.BackgroundColor3 = Color3.new(0.0823529, 0.0784314, 0.0823529)
  2118. tb.BorderSizePixel = 0
  2119. tb.Position = UDim2.new(-0, 0,0.484, 0)
  2120. tb.Size = UDim2.new(0, 130, 0, 19)
  2121. tb.Draggable = true
  2122.  
  2123. wd.Name = "wd"
  2124. wd.Parent = tb
  2125. wd.BackgroundColor3 = Color3.new(0.176471, 0.172549, 0.176471)
  2126. wd.BorderSizePixel = 0
  2127. wd.Position = UDim2.new(0, 0, 1, 0)
  2128. wd.Size = UDim2.new(0, 130, 0, 114)
  2129.  
  2130. yy.Name = "yy"
  2131. yy.Parent = wd
  2132. yy.BackgroundColor3 = Color3.new(0.960784, 0.803922, 0.188235)
  2133. yy.BorderSizePixel = 0
  2134. yy.Position = UDim2.new(0.100000024, 0, 0.0865384638, 0)
  2135. yy.Size = UDim2.new(0, 104, 0, 23)
  2136. yy.Font = Enum.Font.SourceSans
  2137. yy.Text = "Yellow"
  2138. yy.TextColor3 = Color3.new(1, 1, 1)
  2139. yy.TextScaled = true
  2140. yy.TextSize = 14
  2141. yy.TextStrokeTransparency = 0.5
  2142. yy.TextWrapped = true
  2143.  
  2144. gg.Name = "gg"
  2145. gg.Parent = wd
  2146. gg.BackgroundColor3 = Color3.new(0.294118, 0.592157, 0.294118)
  2147. gg.BorderSizePixel = 0
  2148. gg.Position = UDim2.new(0.100000024, 0, 0.290148437, 0)
  2149. gg.Size = UDim2.new(0, 104, 0, 23)
  2150. gg.Font = Enum.Font.SourceSans
  2151. gg.Text = "Green"
  2152. gg.TextColor3 = Color3.new(1, 1, 1)
  2153. gg.TextScaled = true
  2154. gg.TextSize = 14
  2155. gg.TextStrokeTransparency = 0.5
  2156. gg.TextWrapped = true
  2157.  
  2158. bb.Name = "bb"
  2159. bb.Parent = wd
  2160. bb.BackgroundColor3 = Color3.new(0.0509804, 0.411765, 0.67451)
  2161. bb.BorderSizePixel = 0
  2162. bb.Position = UDim2.new(0.100000024, 0, 0.49375838, 0)
  2163. bb.Size = UDim2.new(0, 104, 0, 23)
  2164. bb.Font = Enum.Font.SourceSans
  2165. bb.Text = "Blue"
  2166. bb.TextColor3 = Color3.new(1, 1, 1)
  2167. bb.TextScaled = true
  2168. bb.TextSize = 14
  2169. bb.TextStrokeTransparency = 0.5
  2170. bb.TextWrapped = true
  2171.  
  2172. rr.Name = "rr"
  2173. rr.Parent = wd
  2174. rr.BackgroundColor3 = Color3.new(0.768628, 0.156863, 0.109804)
  2175. rr.BorderSizePixel = 0
  2176. rr.Position = UDim2.new(0.100000024, 0, 0.688596487, 0)
  2177. rr.Size = UDim2.new(0, 104, 0, 23)
  2178. rr.Font = Enum.Font.SourceSans
  2179. rr.Text = "Red"
  2180. rr.TextColor3 = Color3.new(1, 1, 1)
  2181. rr.TextScaled = true
  2182. rr.TextSize = 14
  2183. rr.TextStrokeTransparency = 0.5
  2184. rr.TextWrapped = true
  2185.  
  2186. title.Name = "title"
  2187. title.Parent = tb
  2188. title.BackgroundColor3 = Color3.new(1, 1, 1)
  2189. title.BackgroundTransparency = 1
  2190. title.Size = UDim2.new(0, 130, 0, 19)
  2191. title.Font = Enum.Font.SourceSans
  2192. title.Text = "DoomGui"
  2193. title.TextColor3 = Color3.new(1, 1, 1)
  2194. title.TextScaled = true
  2195. title.TextSize = 14
  2196. title.TextWrapped = true
  2197.  
  2198. -- Scripts
  2199.  
  2200. function tp(x,y,z)
  2201. local me = game.Players.LocalPlayer.Character
  2202. me:MoveTo(Vector3.new(x, y, z))
  2203. end
  2204.  
  2205.  
  2206. yy.MouseButton1Click:connect(function()
  2207. tp(131.266, 24.799, -1.551)
  2208. end)
  2209.  
  2210. bb.MouseButton1Click:connect(function()
  2211. tp(-0.413, 24.799, 131.2)
  2212. end)
  2213.  
  2214. gg.MouseButton1Click:connect(function()
  2215. tp(-0.413, 24.799, -131.2)
  2216. end)
  2217.  
  2218. rr.MouseButton1Click:connect(function()
  2219. tp(-131.266, 24.799, -1.551)
  2220. end)
  2221.  
  2222. end)
  2223.  
  2224. money.Name = "money"
  2225. money.Parent = maingui
  2226. money.BackgroundColor3 = Color3.new(1, 1, 1)
  2227. money.Position = UDim2.new(0.670936704, 0, 0.528613448, 0)
  2228. money.Size = UDim2.new(0, 162, 0, 39)
  2229. money.Style = Enum.ButtonStyle.RobloxRoundButton
  2230. money.Font = Enum.Font.SciFi
  2231. money.Text = "Money (Non FE)"
  2232. money.TextColor3 = Color3.new(0, 0, 0)
  2233. money.TextSize = 14
  2234. money.MouseButton1Down:connect(function()
  2235. local amount = 10000000000
  2236. game.ReplicatedStorage.ServerStats.ChangeMoney:FireServer(amount, math.floor(math.sqrt(game.ReplicatedStorage.ServerStats.CurrentID.Value)) + 1337)
  2237. end)
  2238.  
  2239. allguns.Name = "allguns"
  2240. allguns.Parent = maingui
  2241. allguns.BackgroundColor3 = Color3.new(1, 1, 1)
  2242. allguns.Position = UDim2.new(0.670936704, 0, 0.698585153, 0)
  2243. allguns.Size = UDim2.new(0, 162, 0, 39)
  2244. allguns.Style = Enum.ButtonStyle.RobloxRoundButton
  2245. allguns.Font = Enum.Font.SciFi
  2246. allguns.Text = "All Guns (Prison Life)"
  2247. allguns.TextColor3 = Color3.new(0, 0, 0)
  2248. allguns.TextSize = 14
  2249. allguns.MouseButton1Down:connect(function()
  2250. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  2251.  
  2252. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  2253. print(lol)
  2254. end
  2255. end)
  2256.  
  2257. rhsgui.Name = "rhsgui"
  2258. rhsgui.Parent = maingui
  2259. rhsgui.BackgroundColor3 = Color3.new(1, 1, 1)
  2260. rhsgui.Position = UDim2.new(0.670936704, 0, 0.865723968, 0)
  2261. rhsgui.Size = UDim2.new(0, 162, 0, 39)
  2262. rhsgui.Style = Enum.ButtonStyle.RobloxRoundButton
  2263. rhsgui.Font = Enum.Font.SciFi
  2264. rhsgui.Text = "Robloxian High School Gui"
  2265. rhsgui.TextColor3 = Color3.new(0, 0, 0)
  2266. rhsgui.TextSize = 14
  2267. rhsgui.MouseButton1Down:connect(function()
  2268. -- Objects
  2269.  
  2270. local RbxhighGUIv2 = Instance.new("ScreenGui")
  2271. local topframe = Instance.new("Frame")
  2272. local close = Instance.new("TextButton")
  2273. local minimize = Instance.new("TextButton")
  2274. local creds = Instance.new("TextLabel")
  2275. local mainframe = Instance.new("Frame")
  2276. local Titan = Instance.new("TextButton")
  2277. local GiantTitan = Instance.new("TextButton")
  2278. local GiantHead = Instance.new("TextButton")
  2279. local MemeCreature = Instance.new("TextButton")
  2280. local RainbowChat = Instance.new("TextButton")
  2281. local BlackChat = Instance.new("TextButton")
  2282. local SizeFrameTab = Instance.new("TextButton")
  2283. local MusicPlayerTab = Instance.new("TextButton")
  2284. local MusicPlayerTab_2 = Instance.new("TextButton")
  2285. local Sizeframe = Instance.new("Frame")
  2286. local title = Instance.new("TextLabel")
  2287. local HeadScaleBox = Instance.new("TextBox")
  2288. local LowerLegHeightBox = Instance.new("TextBox")
  2289. local UpperTorsoWidthBox = Instance.new("TextBox")
  2290. local LowerTorsoWidthBox = Instance.new("TextBox")
  2291. local UpperArmHeightBox = Instance.new("TextBox")
  2292. local HandHeightBox = Instance.new("TextBox")
  2293. local UpperLegWidthBox = Instance.new("TextBox")
  2294. local LowerArmWidthBox = Instance.new("TextBox")
  2295. local UpperArmWidthBox = Instance.new("TextBox")
  2296. local FootWidthBox = Instance.new("TextBox")
  2297. local FootHeightBox = Instance.new("TextBox")
  2298. local LowerTorsoHeightBox = Instance.new("TextBox")
  2299. local UpperTorsoHeightBox = Instance.new("TextBox")
  2300. local UpperLegHeightBox = Instance.new("TextBox")
  2301. local HandWidthBox = Instance.new("TextBox")
  2302. local LowerArmHeightbox = Instance.new("TextBox")
  2303. local LowerLegWidthBox = Instance.new("TextBox")
  2304. local HelpBtnSizeFrame = Instance.new("TextButton")
  2305. local MorphButton = Instance.new("TextButton")
  2306. local DontMess = Instance.new("TextBox")
  2307. local TextLabel = Instance.new("TextLabel")
  2308. local TextLabel_2 = Instance.new("TextLabel")
  2309. local TextLabel_3 = Instance.new("TextLabel")
  2310. local TextLabel_4 = Instance.new("TextLabel")
  2311. local TextLabel_5 = Instance.new("TextLabel")
  2312. local TextLabel_6 = Instance.new("TextLabel")
  2313. local TextLabel_7 = Instance.new("TextLabel")
  2314. local TextLabel_8 = Instance.new("TextLabel")
  2315. local TextLabel_9 = Instance.new("TextLabel")
  2316. local TextLabel_10 = Instance.new("TextLabel")
  2317. local TextLabel_11 = Instance.new("TextLabel")
  2318. local TextLabel_12 = Instance.new("TextLabel")
  2319. local TextLabel_13 = Instance.new("TextLabel")
  2320. local TextLabel_14 = Instance.new("TextLabel")
  2321. local TextLabel_15 = Instance.new("TextLabel")
  2322. local TextLabel_16 = Instance.new("TextLabel")
  2323. local TextLabel_17 = Instance.new("TextLabel")
  2324. local BodyConfigurationHelpFrame = Instance.new("Frame")
  2325. local title_2 = Instance.new("TextLabel")
  2326. local info = Instance.new("TextLabel")
  2327. local MusicPlayerFrame = Instance.new("Frame")
  2328. local TitleMusicPlayer = Instance.new("TextLabel")
  2329. local MusicIDbox = Instance.new("TextBox")
  2330. local MusicPlayButton = Instance.new("TextButton")
  2331. local AllBodyConfigFrame = Instance.new("Frame")
  2332. local AllBodyConfigInfo = Instance.new("TextLabel")
  2333. local AllBodyConfigBox = Instance.new("TextBox")
  2334. local ChangeAll = Instance.new("TextButton")
  2335.  
  2336. -- Properties
  2337.  
  2338. RbxhighGUIv2.Name = "Rbx-high GUI v2"
  2339. RbxhighGUIv2.Parent = game.CoreGui
  2340.  
  2341. topframe.Name = "topframe"
  2342. topframe.Parent = RbxhighGUIv2
  2343. topframe.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  2344. topframe.BorderColor3 = Color3.new(0, 0, 0)
  2345. topframe.Position = UDim2.new(0.194001839, 0, 0.58914727, 0)
  2346. topframe.Size = UDim2.new(0, 148, 0, 13)
  2347. topframe.Active = true
  2348. topframe.Draggable = true
  2349.  
  2350. close.Name = "close"
  2351. close.Parent = topframe
  2352. close.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  2353. close.BorderColor3 = Color3.new(0, 0, 0)
  2354. close.BorderSizePixel = 0
  2355. close.Position = UDim2.new(0.928326011, 0, 0, 0)
  2356. close.Size = UDim2.new(0, 12, 0, 8)
  2357. close.Font = Enum.Font.SourceSans
  2358. close.Text = "X"
  2359. close.TextColor3 = Color3.new(1, 1, 1)
  2360. close.TextSize = 14
  2361. close.MouseButton1Click:Connect(function()
  2362.  
  2363.     if topframe.Visible == false then
  2364.         topframe.Visible = false
  2365.     else
  2366.         topframe.Visible = false
  2367.     end
  2368.  
  2369. end)
  2370.  
  2371. close.MouseButton1Click:Connect(function()
  2372.  
  2373.     if Sizeframe.Visible == false then
  2374.         Sizeframe.Visible = false
  2375.     else
  2376.         Sizeframe.Visible = false
  2377.     end
  2378.  
  2379. end)
  2380.  
  2381. close.MouseButton1Click:Connect(function()
  2382.  
  2383.     if BodyConfigurationHelpFrame.Visible == false then
  2384.         BodyConfigurationHelpFrame.Visible = false
  2385.     else
  2386.         BodyConfigurationHelpFrame.Visible = false
  2387.     end
  2388.  
  2389. end)
  2390.  
  2391. close.MouseButton1Click:Connect(function()
  2392.  
  2393.     if AllBodyConfigFrame.Visible == false then
  2394.         AllBodyConfigFrame.Visible = false
  2395.     else
  2396.         AllBodyConfigFrame.Visible = false
  2397.     end
  2398.  
  2399. end)
  2400.  
  2401. minimize.Name = "minimize"
  2402. minimize.Parent = topframe
  2403. minimize.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  2404. minimize.BorderColor3 = Color3.new(0, 0, 0)
  2405. minimize.BorderSizePixel = 0
  2406. minimize.Position = UDim2.new(0.843447685, 0, 0, 0)
  2407. minimize.Size = UDim2.new(0, 12, 0, 8)
  2408. minimize.Font = Enum.Font.SourceSans
  2409. minimize.Text = "-"
  2410. minimize.TextColor3 = Color3.new(1, 1, 1)
  2411. minimize.TextSize = 14
  2412. minimize.MouseButton1Click:Connect(function()
  2413.  
  2414.     if mainframe.Visible == false then
  2415.         mainframe.Visible = true
  2416.     else
  2417.         mainframe.Visible = false
  2418.     end
  2419.  
  2420. end)
  2421.  
  2422. minimize.MouseButton1Click:Connect(function()
  2423.  
  2424.     if Sizeframe.Visible == false then
  2425.         Sizeframe.Visible = false
  2426.     else
  2427.         Sizeframe.Visible = false
  2428.     end
  2429.  
  2430. end)
  2431.  
  2432. minimize.MouseButton1Click:Connect(function()
  2433.  
  2434.     if BodyConfigurationHelpFrame.Visible == false then
  2435.         BodyConfigurationHelpFrame.Visible = false
  2436.     else
  2437.         BodyConfigurationHelpFrame.Visible = false
  2438.     end
  2439.  
  2440. end)
  2441.  
  2442. minimize.MouseButton1Click:Connect(function()
  2443.  
  2444.     if AllBodyConfigFrame.Visible == false then
  2445.         AllBodyConfigFrame.Visible = false
  2446.     else
  2447.         AllBodyConfigFrame.Visible = false
  2448.     end
  2449.  
  2450. end)
  2451.  
  2452. creds.Name = "creds"
  2453. creds.Parent = topframe
  2454. creds.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  2455. creds.BorderColor3 = Color3.new(0, 0, 0)
  2456. creds.BorderSizePixel = 0
  2457. creds.Size = UDim2.new(0, 72, 0, 9)
  2458. creds.Font = Enum.Font.SourceSans
  2459. creds.Text = "Psykek#3180"
  2460. creds.TextColor3 = Color3.new(1, 0.619608, 0.00392157)
  2461. creds.TextSize = 14
  2462.  
  2463. mainframe.Name = "mainframe"
  2464. mainframe.Parent = topframe
  2465. mainframe.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  2466. mainframe.BorderColor3 = Color3.new(0, 0, 0)
  2467. mainframe.Position = UDim2.new(0, 0, 1, 0)
  2468. mainframe.Size = UDim2.new(0, 148, 0, 132)
  2469.  
  2470. Titan.Name = "Titan"
  2471. Titan.Parent = mainframe
  2472. Titan.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  2473. Titan.BorderColor3 = Color3.new(0, 0, 0)
  2474. Titan.Position = UDim2.new(0.0472972952, 0, 0.0454545468, 0)
  2475. Titan.Size = UDim2.new(0, 86, 0, 13)
  2476. Titan.Font = Enum.Font.SourceSans
  2477. Titan.Text = "Titan"
  2478. Titan.TextColor3 = Color3.new(0, 0, 0)
  2479. Titan.TextSize = 14
  2480. Titan.MouseButton1Click:Connect(function()
  2481.     local titan =
  2482. {
  2483. ["assets"] =
  2484. {
  2485. [1] =
  2486. {
  2487. ["drotation"] =
  2488. {
  2489. ["y"] = 90,
  2490. ["x"] = 90,
  2491. ["z"] = 90
  2492. },
  2493. ["dposition"] =
  2494. {
  2495. ["y"] = 200,
  2496. ["x"] = 200,
  2497. ["z"] = 200
  2498. },
  2499. ["scale"] =
  2500. {
  2501. ["y"] = 100,
  2502. ["x"] = 100,
  2503. ["z"] = 100
  2504. },
  2505. ["dscale"] =
  2506. {
  2507. ["y"] = 500,
  2508. ["x"] = 500,
  2509. ["z"] = 500
  2510. },
  2511. ["vscale"] =
  2512. {
  2513. ["y"] = 1,
  2514. ["x"] = 1,
  2515. ["z"] = 1
  2516. },
  2517. ["rotation"] =
  2518. {
  2519. ["y"] = 0,
  2520. ["x"] = 0,
  2521. ["z"] = 0
  2522. },
  2523. ["assetId"] = 616980142,
  2524. ["changedFX"] = false,
  2525. ["position"] =
  2526. {
  2527. ["y"] = 0,
  2528. ["x"] = 0,
  2529. ["z"] = 0
  2530. },
  2531. ["fx"] =
  2532. {
  2533. [1] = true,
  2534. [2] = true,
  2535. [3] = true,
  2536. [4] = true,
  2537. [5] = true
  2538. },
  2539. ["vrotation"] =
  2540. {
  2541. ["y"] = 0,
  2542. ["x"] = 0,
  2543. ["z"] = 0
  2544. },
  2545. ["vposition"] =
  2546. {
  2547. ["y"] = 0,
  2548. ["x"] = -0,
  2549. ["z"] = -0
  2550. }
  2551. },
  2552. [2] =
  2553. {
  2554. ["drotation"] =
  2555. {
  2556. ["y"] = 90,
  2557. ["x"] = 90,
  2558. ["z"] = 90
  2559. },
  2560. ["dposition"] =
  2561. {
  2562. ["y"] = 200,
  2563. ["x"] = 200,
  2564. ["z"] = 200
  2565. },
  2566. ["scale"] =
  2567. {
  2568. ["y"] = 100,
  2569. ["x"] = 100,
  2570. ["z"] = 100
  2571. },
  2572. ["dscale"] =
  2573. {
  2574. ["y"] = 500,
  2575. ["x"] = 500,
  2576. ["z"] = 500
  2577. },
  2578. ["vscale"] =
  2579. {
  2580. ["y"] = 1,
  2581. ["x"] = 1,
  2582. ["z"] = 1
  2583. },
  2584. ["rotation"] =
  2585. {
  2586. ["y"] = 0,
  2587. ["x"] = 0,
  2588. ["z"] = 0
  2589. },
  2590. ["assetId"] = 602599987,
  2591. ["changedFX"] = false,
  2592. ["position"] =
  2593. {
  2594. ["y"] = 0,
  2595. ["x"] = 0,
  2596. ["z"] = 0
  2597. },
  2598. ["fx"] =
  2599. {
  2600. [1] = true,
  2601. [2] = true,
  2602. [3] = true,
  2603. [4] = true,
  2604. [5] = true
  2605. },
  2606. ["vrotation"] =
  2607. {
  2608. ["y"] = 0,
  2609. ["x"] = 0,
  2610. ["z"] = 0
  2611. },
  2612. ["vposition"] =
  2613. {
  2614. ["y"] = 0,
  2615. ["x"] = -0,
  2616. ["z"] = -0
  2617. }
  2618. },
  2619. [3] =
  2620. {
  2621. ["drotation"] =
  2622. {
  2623. ["y"] = 180,
  2624. ["x"] = 90,
  2625. ["z"] = 90
  2626. },
  2627. ["dposition"] =
  2628. {
  2629. ["y"] = 100,
  2630. ["x"] = 200,
  2631. ["z"] = 200
  2632. },
  2633. ["scale"] =
  2634. {
  2635. ["y"] = 100,
  2636. ["x"] = 100,
  2637. ["z"] = 100
  2638. },
  2639. ["dscale"] =
  2640. {
  2641. ["y"] = 500,
  2642. ["x"] = 500,
  2643. ["z"] = 500
  2644. },
  2645. ["vscale"] =
  2646. {
  2647. ["y"] = 1,
  2648. ["x"] = 1,
  2649. ["z"] = 1
  2650. },
  2651. ["rotation"] =
  2652. {
  2653. ["y"] = 0,
  2654. ["x"] = 0,
  2655. ["z"] = 0
  2656. },
  2657. ["assetId"] = 244159819,
  2658. ["changedFX"] = false,
  2659. ["position"] =
  2660. {
  2661. ["y"] = 0,
  2662. ["x"] = 0,
  2663. ["z"] = 0
  2664. },
  2665. ["fx"] =
  2666. {
  2667. [1] = true,
  2668. [2] = true,
  2669. [3] = true,
  2670. [4] = true,
  2671. [5] = true
  2672. },
  2673. ["vrotation"] =
  2674. {
  2675. ["y"] = 0,
  2676. ["x"] = 0,
  2677. ["z"] = 0
  2678. },
  2679. ["vposition"] =
  2680. {
  2681. ["y"] = 0,
  2682. ["x"] = -0,
  2683. ["z"] = -0
  2684. }
  2685. },
  2686. [4] =
  2687. {
  2688. ["drotation"] =
  2689. {
  2690. ["y"] = 90,
  2691. ["x"] = 90,
  2692. ["z"] = 90
  2693. },
  2694. ["dposition"] =
  2695. {
  2696. ["y"] = 200,
  2697. ["x"] = 200,
  2698. ["z"] = 200
  2699. },
  2700. ["scale"] =
  2701. {
  2702. ["y"] = 100,
  2703. ["x"] = 100,
  2704. ["z"] = 100
  2705. },
  2706. ["dscale"] =
  2707. {
  2708. ["y"] = 500,
  2709. ["x"] = 500,
  2710. ["z"] = 500
  2711. },
  2712. ["vscale"] =
  2713. {
  2714. ["y"] = 1,
  2715. ["x"] = 1,
  2716. ["z"] = 1
  2717. },
  2718. ["rotation"] =
  2719. {
  2720. ["y"] = 0,
  2721. ["x"] = 0,
  2722. ["z"] = 0
  2723. },
  2724. ["assetId"] = 7075502,
  2725. ["changedFX"] = false,
  2726. ["position"] =
  2727. {
  2728. ["y"] = 0,
  2729. ["x"] = 0,
  2730. ["z"] = 0
  2731. },
  2732. ["fx"] =
  2733. {
  2734. [1] = true,
  2735. [2] = true,
  2736. [3] = true,
  2737. [4] = true,
  2738. [5] = true
  2739. },
  2740. ["vrotation"] =
  2741. {
  2742. ["y"] = 0,
  2743. ["x"] = 0,
  2744. ["z"] = 0
  2745. },
  2746. ["vposition"] =
  2747. {
  2748. ["y"] = 0,
  2749. ["x"] = -0,
  2750. ["z"] = -0
  2751. }
  2752. },
  2753. [5] =
  2754. {
  2755. ["drotation"] =
  2756. {
  2757. ["y"] = 90,
  2758. ["x"] = 90,
  2759. ["z"] = 90
  2760. },
  2761. ["dposition"] =
  2762. {
  2763. ["y"] = 200,
  2764. ["x"] = 200,
  2765. ["z"] = 200
  2766. },
  2767. ["scale"] =
  2768. {
  2769. ["y"] = 100,
  2770. ["x"] = 100,
  2771. ["z"] = 100
  2772. },
  2773. ["dscale"] =
  2774. {
  2775. ["y"] = 500,
  2776. ["x"] = 500,
  2777. ["z"] = 500
  2778. },
  2779. ["vscale"] =
  2780. {
  2781. ["y"] = 1,
  2782. ["x"] = 1,
  2783. ["z"] = 1
  2784. },
  2785. ["rotation"] =
  2786. {
  2787. ["y"] = 0,
  2788. ["x"] = 0,
  2789. ["z"] = 0
  2790. },
  2791. ["assetId"] = 916733101,
  2792. ["changedFX"] = false,
  2793. ["position"] =
  2794. {
  2795. ["y"] = 0,
  2796. ["x"] = 0,
  2797. ["z"] = 0
  2798. },
  2799. ["fx"] =
  2800. {
  2801. [1] = true,
  2802. [2] = true,
  2803. [3] = true,
  2804. [4] = true,
  2805. [5] = true
  2806. },
  2807. ["vrotation"] =
  2808. {
  2809. ["y"] = 0,
  2810. ["x"] = 0,
  2811. ["z"] = 0
  2812. },
  2813. ["vposition"] =
  2814. {
  2815. ["y"] = 0,
  2816. ["x"] = -0,
  2817. ["z"] = -0
  2818. }
  2819. }
  2820. },
  2821. ["description"] = "",
  2822. ["createdDate"] = 1000,
  2823. ["lowerDesc"] = "",
  2824. ["bodyColors"] =
  2825. {
  2826. ["HeadColor"] = Color3.new(1, 0, 0),
  2827. ["TorsoColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  2828. ["LeftArmColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  2829. ["RightLegColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  2830. ["RightArmColor"] = Color3.new(1, 0, 0),
  2831. ["LeftLegColor"] = Color3.new(1, 0, 0)
  2832. },
  2833. ["scales"] =
  2834. {
  2835. ["LowerLegHeight"] = 5,
  2836. ["UpperTorsoWidth"] = 5,
  2837. ["UpperArmHeight"] = 5,
  2838. ["HandHeight"] = 5,
  2839. ["UpperLegWidth"] = 5,
  2840. ["LowerArmWidth"] = 5,
  2841. ["FootWidth"] = 5,
  2842. ["LowerArmHeight"] = 5,
  2843. ["UpperArmWidth"] = 5,
  2844. ["FootHeight"] = 5,
  2845. ["LowerTorsoWidth"] = 5,
  2846. ["UpperTorsoHeight"] = 5,
  2847. ["HandWidth"] = 5,
  2848. ["HeadScale"] = 5,
  2849. ["UpperLegHeight"] = 5,
  2850. ["LowerTorsoHeight"] = 5,
  2851. ["LowerLegWidth"] = 5
  2852. },
  2853. ["name"] = "",
  2854. ["outfitId"] = 1,
  2855. ["isOutfit"] = true,
  2856. ["collageSeed"] = 0,
  2857. ["lowerName"] = ""
  2858. }
  2859. local Event = game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance
  2860. Event:FireServer(titan)
  2861. end)
  2862.  
  2863. GiantTitan.Name = "GiantTitan"
  2864. GiantTitan.Parent = mainframe
  2865. GiantTitan.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  2866. GiantTitan.BorderColor3 = Color3.new(0, 0, 0)
  2867. GiantTitan.Position = UDim2.new(0.0472972952, 0, 0.189393938, 0)
  2868. GiantTitan.Size = UDim2.new(0, 86, 0, 13)
  2869. GiantTitan.Font = Enum.Font.SourceSans
  2870. GiantTitan.Text = "Giant Titan"
  2871. GiantTitan.TextColor3 = Color3.new(0, 0, 0)
  2872. GiantTitan.TextSize = 14
  2873. GiantTitan.MouseButton1Click:Connect(function()
  2874.     local titan =
  2875. {
  2876. ["assets"] =
  2877. {
  2878. [1] =
  2879. {
  2880. ["drotation"] =
  2881. {
  2882. ["y"] = 90,
  2883. ["x"] = 90,
  2884. ["z"] = 90
  2885. },
  2886. ["dposition"] =
  2887. {
  2888. ["y"] = 200,
  2889. ["x"] = 200,
  2890. ["z"] = 200
  2891. },
  2892. ["scale"] =
  2893. {
  2894. ["y"] = 100,
  2895. ["x"] = 100,
  2896. ["z"] = 100
  2897. },
  2898. ["dscale"] =
  2899. {
  2900. ["y"] = 500,
  2901. ["x"] = 500,
  2902. ["z"] = 500
  2903. },
  2904. ["vscale"] =
  2905. {
  2906. ["y"] = 1,
  2907. ["x"] = 1,
  2908. ["z"] = 1
  2909. },
  2910. ["rotation"] =
  2911. {
  2912. ["y"] = 0,
  2913. ["x"] = 0,
  2914. ["z"] = 0
  2915. },
  2916. ["assetId"] = 616980142,
  2917. ["changedFX"] = false,
  2918. ["position"] =
  2919. {
  2920. ["y"] = 0,
  2921. ["x"] = 0,
  2922. ["z"] = 0
  2923. },
  2924. ["fx"] =
  2925. {
  2926. [1] = true,
  2927. [2] = true,
  2928. [3] = true,
  2929. [4] = true,
  2930. [5] = true
  2931. },
  2932. ["vrotation"] =
  2933. {
  2934. ["y"] = 0,
  2935. ["x"] = 0,
  2936. ["z"] = 0
  2937. },
  2938. ["vposition"] =
  2939. {
  2940. ["y"] = 0,
  2941. ["x"] = -0,
  2942. ["z"] = -0
  2943. }
  2944. },
  2945. [2] =
  2946. {
  2947. ["drotation"] =
  2948. {
  2949. ["y"] = 90,
  2950. ["x"] = 90,
  2951. ["z"] = 90
  2952. },
  2953. ["dposition"] =
  2954. {
  2955. ["y"] = 200,
  2956. ["x"] = 200,
  2957. ["z"] = 200
  2958. },
  2959. ["scale"] =
  2960. {
  2961. ["y"] = 100,
  2962. ["x"] = 100,
  2963. ["z"] = 100
  2964. },
  2965. ["dscale"] =
  2966. {
  2967. ["y"] = 500,
  2968. ["x"] = 500,
  2969. ["z"] = 500
  2970. },
  2971. ["vscale"] =
  2972. {
  2973. ["y"] = 1,
  2974. ["x"] = 1,
  2975. ["z"] = 1
  2976. },
  2977. ["rotation"] =
  2978. {
  2979. ["y"] = 0,
  2980. ["x"] = 0,
  2981. ["z"] = 0
  2982. },
  2983. ["assetId"] = 602599987,
  2984. ["changedFX"] = false,
  2985. ["position"] =
  2986. {
  2987. ["y"] = 0,
  2988. ["x"] = 0,
  2989. ["z"] = 0
  2990. },
  2991. ["fx"] =
  2992. {
  2993. [1] = true,
  2994. [2] = true,
  2995. [3] = true,
  2996. [4] = true,
  2997. [5] = true
  2998. },
  2999. ["vrotation"] =
  3000. {
  3001. ["y"] = 0,
  3002. ["x"] = 0,
  3003. ["z"] = 0
  3004. },
  3005. ["vposition"] =
  3006. {
  3007. ["y"] = 0,
  3008. ["x"] = -0,
  3009. ["z"] = -0
  3010. }
  3011. },
  3012. [3] =
  3013. {
  3014. ["drotation"] =
  3015. {
  3016. ["y"] = 180,
  3017. ["x"] = 90,
  3018. ["z"] = 90
  3019. },
  3020. ["dposition"] =
  3021. {
  3022. ["y"] = 100,
  3023. ["x"] = 200,
  3024. ["z"] = 200
  3025. },
  3026. ["scale"] =
  3027. {
  3028. ["y"] = 100,
  3029. ["x"] = 100,
  3030. ["z"] = 100
  3031. },
  3032. ["dscale"] =
  3033. {
  3034. ["y"] = 500,
  3035. ["x"] = 500,
  3036. ["z"] = 500
  3037. },
  3038. ["vscale"] =
  3039. {
  3040. ["y"] = 1,
  3041. ["x"] = 1,
  3042. ["z"] = 1
  3043. },
  3044. ["rotation"] =
  3045. {
  3046. ["y"] = 0,
  3047. ["x"] = 0,
  3048. ["z"] = 0
  3049. },
  3050. ["assetId"] = 244159819,
  3051. ["changedFX"] = false,
  3052. ["position"] =
  3053. {
  3054. ["y"] = 0,
  3055. ["x"] = 0,
  3056. ["z"] = 0
  3057. },
  3058. ["fx"] =
  3059. {
  3060. [1] = true,
  3061. [2] = true,
  3062. [3] = true,
  3063. [4] = true,
  3064. [5] = true
  3065. },
  3066. ["vrotation"] =
  3067. {
  3068. ["y"] = 0,
  3069. ["x"] = 0,
  3070. ["z"] = 0
  3071. },
  3072. ["vposition"] =
  3073. {
  3074. ["y"] = 0,
  3075. ["x"] = -0,
  3076. ["z"] = -0
  3077. }
  3078. },
  3079. [4] =
  3080. {
  3081. ["drotation"] =
  3082. {
  3083. ["y"] = 90,
  3084. ["x"] = 90,
  3085. ["z"] = 90
  3086. },
  3087. ["dposition"] =
  3088. {
  3089. ["y"] = 200,
  3090. ["x"] = 200,
  3091. ["z"] = 200
  3092. },
  3093. ["scale"] =
  3094. {
  3095. ["y"] = 100,
  3096. ["x"] = 100,
  3097. ["z"] = 100
  3098. },
  3099. ["dscale"] =
  3100. {
  3101. ["y"] = 500,
  3102. ["x"] = 500,
  3103. ["z"] = 500
  3104. },
  3105. ["vscale"] =
  3106. {
  3107. ["y"] = 1,
  3108. ["x"] = 1,
  3109. ["z"] = 1
  3110. },
  3111. ["rotation"] =
  3112. {
  3113. ["y"] = 0,
  3114. ["x"] = 0,
  3115. ["z"] = 0
  3116. },
  3117. ["assetId"] = 7075502,
  3118. ["changedFX"] = false,
  3119. ["position"] =
  3120. {
  3121. ["y"] = 0,
  3122. ["x"] = 0,
  3123. ["z"] = 0
  3124. },
  3125. ["fx"] =
  3126. {
  3127. [1] = true,
  3128. [2] = true,
  3129. [3] = true,
  3130. [4] = true,
  3131. [5] = true
  3132. },
  3133. ["vrotation"] =
  3134. {
  3135. ["y"] = 0,
  3136. ["x"] = 0,
  3137. ["z"] = 0
  3138. },
  3139. ["vposition"] =
  3140. {
  3141. ["y"] = 0,
  3142. ["x"] = -0,
  3143. ["z"] = -0
  3144. }
  3145. },
  3146. [5] =
  3147. {
  3148. ["drotation"] =
  3149. {
  3150. ["y"] = 90,
  3151. ["x"] = 90,
  3152. ["z"] = 90
  3153. },
  3154. ["dposition"] =
  3155. {
  3156. ["y"] = 200,
  3157. ["x"] = 200,
  3158. ["z"] = 200
  3159. },
  3160. ["scale"] =
  3161. {
  3162. ["y"] = 100,
  3163. ["x"] = 100,
  3164. ["z"] = 100
  3165. },
  3166. ["dscale"] =
  3167. {
  3168. ["y"] = 500,
  3169. ["x"] = 500,
  3170. ["z"] = 500
  3171. },
  3172. ["vscale"] =
  3173. {
  3174. ["y"] = 1,
  3175. ["x"] = 1,
  3176. ["z"] = 1
  3177. },
  3178. ["rotation"] =
  3179. {
  3180. ["y"] = 0,
  3181. ["x"] = 0,
  3182. ["z"] = 0
  3183. },
  3184. ["assetId"] = 916733101,
  3185. ["changedFX"] = false,
  3186. ["position"] =
  3187. {
  3188. ["y"] = 0,
  3189. ["x"] = 0,
  3190. ["z"] = 0
  3191. },
  3192. ["fx"] =
  3193. {
  3194. [1] = true,
  3195. [2] = true,
  3196. [3] = true,
  3197. [4] = true,
  3198. [5] = true
  3199. },
  3200. ["vrotation"] =
  3201. {
  3202. ["y"] = 0,
  3203. ["x"] = 0,
  3204. ["z"] = 0
  3205. },
  3206. ["vposition"] =
  3207. {
  3208. ["y"] = 0,
  3209. ["x"] = -0,
  3210. ["z"] = -0
  3211. }
  3212. }
  3213. },
  3214. ["description"] = "",
  3215. ["createdDate"] = 1000,
  3216. ["lowerDesc"] = "",
  3217. ["bodyColors"] =
  3218. {
  3219. ["HeadColor"] = Color3.new(1, 0, 0),
  3220. ["TorsoColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3221. ["LeftArmColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3222. ["RightLegColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3223. ["RightArmColor"] = Color3.new(1, 0, 0),
  3224. ["LeftLegColor"] = Color3.new(1, 0, 0)
  3225. },
  3226. ["scales"] =
  3227. {
  3228. ["LowerLegHeight"] = 2e9,
  3229. ["UpperTorsoWidth"] = 2e9,
  3230. ["UpperArmHeight"] = 2e9,
  3231. ["HandHeight"] = 2e9,
  3232. ["UpperLegWidth"] = 2e9,
  3233. ["LowerArmWidth"] = 2e9,
  3234. ["FootWidth"] = 2e9,
  3235. ["LowerArmHeight"] = 2e9,
  3236. ["UpperArmWidth"] = 2e9,
  3237. ["FootHeight"] = 2e9,
  3238. ["LowerTorsoWidth"] = 2e9,
  3239. ["UpperTorsoHeight"] = 2e9,
  3240. ["HandWidth"] = 2e9,
  3241. ["HeadScale"] = 2e9,
  3242. ["UpperLegHeight"] = 2e9,
  3243. ["LowerTorsoHeight"] = 2e9,
  3244. ["LowerLegWidth"] = 2e9
  3245. },
  3246. ["name"] = "",
  3247. ["outfitId"] = 1,
  3248. ["isOutfit"] = true,
  3249. ["collageSeed"] = 0,
  3250. ["lowerName"] = ""
  3251. }
  3252. local Event = game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance
  3253. Event:FireServer(titan)
  3254. end)
  3255.  
  3256. GiantHead.Name = "GiantHead"
  3257. GiantHead.Parent = mainframe
  3258. GiantHead.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  3259. GiantHead.BorderColor3 = Color3.new(0, 0, 0)
  3260. GiantHead.Position = UDim2.new(0.0472972952, 0, 0.340909094, 0)
  3261. GiantHead.Size = UDim2.new(0, 86, 0, 13)
  3262. GiantHead.Font = Enum.Font.SourceSans
  3263. GiantHead.Text = "Giant Head"
  3264. GiantHead.TextColor3 = Color3.new(0, 0, 0)
  3265. GiantHead.TextSize = 14
  3266. GiantHead.MouseButton1Click:Connect(function()
  3267.     local OOF =
  3268. {
  3269. ["assets"] =
  3270. {
  3271. [1] =
  3272. {
  3273. ["drotation"] =
  3274. {
  3275. ["y"] = 90,
  3276. ["x"] = 90,
  3277. ["z"] = 90
  3278. },
  3279. ["dposition"] =
  3280. {
  3281. ["y"] = 200,
  3282. ["x"] = 200,
  3283. ["z"] = 200
  3284. },
  3285. ["scale"] =
  3286. {
  3287. ["y"] = 10000,
  3288. ["x"] = 10000,
  3289. ["z"] = 10000
  3290. },
  3291. ["dscale"] =
  3292. {
  3293. ["y"] = 500,
  3294. ["x"] = 500,
  3295. ["z"] = 500
  3296. },
  3297. ["vscale"] =
  3298. {
  3299. ["y"] = 1,
  3300. ["x"] = 1,
  3301. ["z"] = 1
  3302. },
  3303. ["rotation"] =
  3304. {
  3305. ["y"] = 0,
  3306. ["x"] = 0,
  3307. ["z"] = 0
  3308. },
  3309. ["assetId"] = 916733101,
  3310. ["changedFX"] = false,
  3311. ["position"] =
  3312. {
  3313. ["y"] = 0,
  3314. ["x"] = 0,
  3315. ["z"] = 0
  3316. },
  3317. ["fx"] =
  3318. {
  3319. [1] = true,
  3320. [2] = true,
  3321. [3] = true,
  3322. [4] = true,
  3323. [5] = true
  3324. },
  3325. ["vrotation"] =
  3326. {
  3327. ["y"] = 0,
  3328. ["x"] = 0,
  3329. ["z"] = 0
  3330. },
  3331. ["vposition"] =
  3332. {
  3333. ["y"] = 0,
  3334. ["x"] = -0,
  3335. ["z"] = -0
  3336. }
  3337. },
  3338. [2] =
  3339. {
  3340. ["drotation"] =
  3341. {
  3342. ["y"] = 90,
  3343. ["x"] = 90,
  3344. ["z"] = 90
  3345. },
  3346. ["dposition"] =
  3347. {
  3348. ["y"] = 20000,
  3349. ["x"] = 20000,
  3350. ["z"] = 20000
  3351. },
  3352. ["scale"] =
  3353. {
  3354. ["y"] = 100,
  3355. ["x"] = 100,
  3356. ["z"] = 100
  3357. },
  3358. ["dscale"] =
  3359. {
  3360. ["y"] = 500,
  3361. ["x"] = 500,
  3362. ["z"] = 500
  3363. },
  3364. ["vscale"] =
  3365. {
  3366. ["y"] = 1,
  3367. ["x"] = 1,
  3368. ["z"] = 1
  3369. },
  3370. ["rotation"] =
  3371. {
  3372. ["y"] = 0,
  3373. ["x"] = 0,
  3374. ["z"] = 0
  3375. },
  3376. ["assetId"] = 602599987,
  3377. ["changedFX"] = false,
  3378. ["position"] =
  3379. {
  3380. ["y"] = 0,
  3381. ["x"] = 0,
  3382. ["z"] = 0
  3383. },
  3384. ["fx"] =
  3385. {
  3386. [1] = true,
  3387. [2] = true,
  3388. [3] = true,
  3389. [4] = true,
  3390. [5] = true
  3391. },
  3392. ["vrotation"] =
  3393. {
  3394. ["y"] = 0,
  3395. ["x"] = 0,
  3396. ["z"] = 0
  3397. },
  3398. ["vposition"] =
  3399. {
  3400. ["y"] = 0,
  3401. ["x"] = -0,
  3402. ["z"] = -0
  3403. }
  3404. },
  3405. [3] =
  3406. {
  3407. ["drotation"] =
  3408. {
  3409. ["y"] = 90,
  3410. ["x"] = 90,
  3411. ["z"] = 90
  3412. },
  3413. ["dposition"] =
  3414. {
  3415. ["y"] = 200,
  3416. ["x"] = 200,
  3417. ["z"] = 200
  3418. },
  3419. ["scale"] =
  3420. {
  3421. ["y"] = 10000,
  3422. ["x"] = 10000,
  3423. ["z"] = 10000
  3424. },
  3425. ["dscale"] =
  3426. {
  3427. ["y"] = 500,
  3428. ["x"] = 500,
  3429. ["z"] = 500
  3430. },
  3431. ["vscale"] =
  3432. {
  3433. ["y"] = 1,
  3434. ["x"] = 1,
  3435. ["z"] = 1
  3436. },
  3437. ["rotation"] =
  3438. {
  3439. ["y"] = 0,
  3440. ["x"] = 0,
  3441. ["z"] = 0
  3442. },
  3443. ["assetId"] = 616980142,
  3444. ["changedFX"] = false,
  3445. ["position"] =
  3446. {
  3447. ["y"] = 0,
  3448. ["x"] = 0,
  3449. ["z"] = 0
  3450. },
  3451. ["fx"] =
  3452. {
  3453. [1] = true,
  3454. [2] = true,
  3455. [3] = true,
  3456. [4] = true,
  3457. [5] = true
  3458. },
  3459. ["vrotation"] =
  3460. {
  3461. ["y"] = 0,
  3462. ["x"] = 0,
  3463. ["z"] = 0
  3464. },
  3465. ["vposition"] =
  3466. {
  3467. ["y"] = 0,
  3468. ["x"] = -0,
  3469. ["z"] = -0
  3470. }
  3471. },
  3472. [4] =
  3473. {
  3474. ["drotation"] =
  3475. {
  3476. ["y"] = 180,
  3477. ["x"] = 90,
  3478. ["z"] = 90
  3479. },
  3480. ["dposition"] =
  3481. {
  3482. ["y"] = 100,
  3483. ["x"] = 200,
  3484. ["z"] = 200
  3485. },
  3486. ["scale"] =
  3487. {
  3488. ["y"] = 1250,
  3489. ["x"] = 1250,
  3490. ["z"] = 12500
  3491. },
  3492. ["dscale"] =
  3493. {
  3494. ["y"] = 750,
  3495. ["x"] = 750,
  3496. ["z"] = 750
  3497. },
  3498. ["vscale"] =
  3499. {
  3500. ["y"] = 1.25,
  3501. ["x"] = 1.25,
  3502. ["z"] = 1.25
  3503. },
  3504. ["rotation"] =
  3505. {
  3506. ["y"] = 0,
  3507. ["x"] = 0,
  3508. ["z"] = 0
  3509. },
  3510. ["assetId"] = 244159819,
  3511. ["changedFX"] = false,
  3512. ["position"] =
  3513. {
  3514. ["y"] = 0,
  3515. ["x"] = 0,
  3516. ["z"] = 0
  3517. },
  3518. ["fx"] =
  3519. {
  3520. [1] = true,
  3521. [2] = true,
  3522. [3] = true,
  3523. [4] = true,
  3524. [5] = true
  3525. },
  3526. ["vrotation"] =
  3527. {
  3528. ["y"] = 0,
  3529. ["x"] = 0,
  3530. ["z"] = 0
  3531. },
  3532. ["vposition"] =
  3533. {
  3534. ["y"] = 0,
  3535. ["x"] = -0,
  3536. ["z"] = -0
  3537. }
  3538. },
  3539. [5] =
  3540. {
  3541. ["drotation"] =
  3542. {
  3543. ["y"] = 90,
  3544. ["x"] = 90,
  3545. ["z"] = 90
  3546. },
  3547. ["dposition"] =
  3548. {
  3549. ["y"] = 200,
  3550. ["x"] = 200,
  3551. ["z"] = 200
  3552. },
  3553. ["scale"] =
  3554. {
  3555. ["y"] = 5000,
  3556. ["x"] = 5000,
  3557. ["z"] = 5000
  3558. },
  3559. ["dscale"] =
  3560. {
  3561. ["y"] = 5000,
  3562. ["x"] = 5000,
  3563. ["z"] = 5000
  3564. },
  3565. ["vscale"] =
  3566. {
  3567. ["y"] = 1,
  3568. ["x"] = 1,
  3569. ["z"] = 1
  3570. },
  3571. ["rotation"] =
  3572. {
  3573. ["y"] = 0,
  3574. ["x"] = 0,
  3575. ["z"] = 0
  3576. },
  3577. ["assetId"] = 7075502,
  3578. ["changedFX"] = false,
  3579. ["position"] =
  3580. {
  3581. ["y"] = 0,
  3582. ["x"] = 0,
  3583. ["z"] = 0
  3584. },
  3585. ["fx"] =
  3586. {
  3587. [1] = true,
  3588. [2] = true,
  3589. [3] = true,
  3590. [4] = true,
  3591. [5] = true
  3592. },
  3593. ["vrotation"] =
  3594. {
  3595. ["y"] = 0,
  3596. ["x"] = 0,
  3597. ["z"] = 0
  3598. },
  3599. ["vposition"] =
  3600. {
  3601. ["y"] = 0,
  3602. ["x"] = -0,
  3603. ["z"] = -0
  3604. }
  3605. }
  3606. },
  3607. ["description"] = "",
  3608. ["createdDate"] = 1000,
  3609. ["lowerDesc"] = "",
  3610. ["bodyColors"] =
  3611. {
  3612. ["HeadColor"] = Color3.new(1, 0, 0),
  3613. ["TorsoColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3614. ["LeftArmColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3615. ["RightLegColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3616. ["RightArmColor"] = Color3.new(1, 0, 0),
  3617. ["LeftLegColor"] = Color3.new(1, 0, 0)
  3618. },
  3619. ["scales"] =
  3620. {
  3621. ["LowerLegHeight"] = 1,
  3622. ["UpperTorsoWidth"] = 1,
  3623. ["UpperArmHeight"] = 1,
  3624. ["HandHeight"] = 1,
  3625. ["UpperLegWidth"] = 1,
  3626. ["LowerArmWidth"] = 1,
  3627. ["FootWidth"] = 1,
  3628. ["LowerArmHeight"] = 1,
  3629. ["UpperArmWidth"] = 1,
  3630. ["FootHeight"] = 1,
  3631. ["LowerTorsoWidth"] = 1,
  3632. ["UpperTorsoHeight"] = 1,
  3633. ["HandWidth"] = 1,
  3634. ["HeadScale"] = 500,
  3635. ["UpperLegHeight"] = 1,
  3636. ["LowerTorsoHeight"] = 1,
  3637. ["LowerLegWidth"] = 1
  3638. },
  3639. ["name"] = "GAY",
  3640. ["outfitId"] = 1,
  3641. ["isOutfit"] = true,
  3642. ["collageSeed"] = 0,
  3643. ["lowerName"] = ""
  3644. }
  3645. local Event = game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance
  3646. Event:FireServer(OOF)
  3647. end)
  3648.  
  3649. MemeCreature.Name = "MemeCreature"
  3650. MemeCreature.Parent = mainframe
  3651. MemeCreature.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  3652. MemeCreature.BorderColor3 = Color3.new(0, 0, 0)
  3653. MemeCreature.Position = UDim2.new(0.0472972952, 0, 0.5, 0)
  3654. MemeCreature.Size = UDim2.new(0, 86, 0, 13)
  3655. MemeCreature.Font = Enum.Font.SourceSans
  3656. MemeCreature.Text = "Meme Creature"
  3657. MemeCreature.TextColor3 = Color3.new(0, 0, 0)
  3658. MemeCreature.TextSize = 14
  3659. MemeCreature.MouseButton1Click:Connect(function()
  3660.     local weird =
  3661. {
  3662. ["assets"] =
  3663. {
  3664. [1] =
  3665. {
  3666. ["drotation"] =
  3667. {
  3668. ["y"] = 90,
  3669. ["x"] = 90,
  3670. ["z"] = 90
  3671. },
  3672. ["dposition"] =
  3673. {
  3674. ["y"] = 200,
  3675. ["x"] = 200,
  3676. ["z"] = 200
  3677. },
  3678. ["scale"] =
  3679. {
  3680. ["y"] = 100,
  3681. ["x"] = 100,
  3682. ["z"] = 100
  3683. },
  3684. ["dscale"] =
  3685. {
  3686. ["y"] = 500,
  3687. ["x"] = 500,
  3688. ["z"] = 500
  3689. },
  3690. ["vscale"] =
  3691. {
  3692. ["y"] = 1,
  3693. ["x"] = 1,
  3694. ["z"] = 1
  3695. },
  3696. ["rotation"] =
  3697. {
  3698. ["y"] = 0,
  3699. ["x"] = 0,
  3700. ["z"] = 0
  3701. },
  3702. ["assetId"] = 616980142,
  3703. ["changedFX"] = false,
  3704. ["position"] =
  3705. {
  3706. ["y"] = 0,
  3707. ["x"] = 0,
  3708. ["z"] = 0
  3709. },
  3710. ["fx"] =
  3711. {
  3712. [1] = true,
  3713. [2] = true,
  3714. [3] = true,
  3715. [4] = true,
  3716. [5] = true
  3717. },
  3718. ["vrotation"] =
  3719. {
  3720. ["y"] = 0,
  3721. ["x"] = 0,
  3722. ["z"] = 0
  3723. },
  3724. ["vposition"] =
  3725. {
  3726. ["y"] = 0,
  3727. ["x"] = -0,
  3728. ["z"] = -0
  3729. }
  3730. },
  3731. [2] =
  3732. {
  3733. ["drotation"] =
  3734. {
  3735. ["y"] = 90,
  3736. ["x"] = 90,
  3737. ["z"] = 90
  3738. },
  3739. ["dposition"] =
  3740. {
  3741. ["y"] = 200,
  3742. ["x"] = 200,
  3743. ["z"] = 200
  3744. },
  3745. ["scale"] =
  3746. {
  3747. ["y"] = 100,
  3748. ["x"] = 100,
  3749. ["z"] = 100
  3750. },
  3751. ["dscale"] =
  3752. {
  3753. ["y"] = 500,
  3754. ["x"] = 500,
  3755. ["z"] = 500
  3756. },
  3757. ["vscale"] =
  3758. {
  3759. ["y"] = 1,
  3760. ["x"] = 1,
  3761. ["z"] = 1
  3762. },
  3763. ["rotation"] =
  3764. {
  3765. ["y"] = 0,
  3766. ["x"] = 0,
  3767. ["z"] = 0
  3768. },
  3769. ["assetId"] = 602599987,
  3770. ["changedFX"] = false,
  3771. ["position"] =
  3772. {
  3773. ["y"] = 0,
  3774. ["x"] = 0,
  3775. ["z"] = 0
  3776. },
  3777. ["fx"] =
  3778. {
  3779. [1] = true,
  3780. [2] = true,
  3781. [3] = true,
  3782. [4] = true,
  3783. [5] = true
  3784. },
  3785. ["vrotation"] =
  3786. {
  3787. ["y"] = 0,
  3788. ["x"] = 0,
  3789. ["z"] = 0
  3790. },
  3791. ["vposition"] =
  3792. {
  3793. ["y"] = 0,
  3794. ["x"] = -0,
  3795. ["z"] = -0
  3796. }
  3797. },
  3798. [3] =
  3799. {
  3800. ["drotation"] =
  3801. {
  3802. ["y"] = 180,
  3803. ["x"] = 90,
  3804. ["z"] = 90
  3805. },
  3806. ["dposition"] =
  3807. {
  3808. ["y"] = 100,
  3809. ["x"] = 200,
  3810. ["z"] = 200
  3811. },
  3812. ["scale"] =
  3813. {
  3814. ["y"] = 100,
  3815. ["x"] = 100,
  3816. ["z"] = 100
  3817. },
  3818. ["dscale"] =
  3819. {
  3820. ["y"] = 500,
  3821. ["x"] = 500,
  3822. ["z"] = 500
  3823. },
  3824. ["vscale"] =
  3825. {
  3826. ["y"] = 1,
  3827. ["x"] = 1,
  3828. ["z"] = 1
  3829. },
  3830. ["rotation"] =
  3831. {
  3832. ["y"] = 0,
  3833. ["x"] = 0,
  3834. ["z"] = 0
  3835. },
  3836. ["assetId"] = 244159819,
  3837. ["changedFX"] = false,
  3838. ["position"] =
  3839. {
  3840. ["y"] = 0,
  3841. ["x"] = 0,
  3842. ["z"] = 0
  3843. },
  3844. ["fx"] =
  3845. {
  3846. [1] = true,
  3847. [2] = true,
  3848. [3] = true,
  3849. [4] = true,
  3850. [5] = true
  3851. },
  3852. ["vrotation"] =
  3853. {
  3854. ["y"] = 0,
  3855. ["x"] = 0,
  3856. ["z"] = 0
  3857. },
  3858. ["vposition"] =
  3859. {
  3860. ["y"] = 0,
  3861. ["x"] = -0,
  3862. ["z"] = -0
  3863. }
  3864. },
  3865. [4] =
  3866. {
  3867. ["drotation"] =
  3868. {
  3869. ["y"] = 90,
  3870. ["x"] = 90,
  3871. ["z"] = 90
  3872. },
  3873. ["dposition"] =
  3874. {
  3875. ["y"] = 200,
  3876. ["x"] = 200,
  3877. ["z"] = 200
  3878. },
  3879. ["scale"] =
  3880. {
  3881. ["y"] = 100,
  3882. ["x"] = 100,
  3883. ["z"] = 100
  3884. },
  3885. ["dscale"] =
  3886. {
  3887. ["y"] = 500,
  3888. ["x"] = 500,
  3889. ["z"] = 500
  3890. },
  3891. ["vscale"] =
  3892. {
  3893. ["y"] = 1,
  3894. ["x"] = 1,
  3895. ["z"] = 1
  3896. },
  3897. ["rotation"] =
  3898. {
  3899. ["y"] = 0,
  3900. ["x"] = 0,
  3901. ["z"] = 0
  3902. },
  3903. ["assetId"] = 7075502,
  3904. ["changedFX"] = false,
  3905. ["position"] =
  3906. {
  3907. ["y"] = 0,
  3908. ["x"] = 0,
  3909. ["z"] = 0
  3910. },
  3911. ["fx"] =
  3912. {
  3913. [1] = true,
  3914. [2] = true,
  3915. [3] = true,
  3916. [4] = true,
  3917. [5] = true
  3918. },
  3919. ["vrotation"] =
  3920. {
  3921. ["y"] = 0,
  3922. ["x"] = 0,
  3923. ["z"] = 0
  3924. },
  3925. ["vposition"] =
  3926. {
  3927. ["y"] = 0,
  3928. ["x"] = -0,
  3929. ["z"] = -0
  3930. }
  3931. },
  3932. [5] =
  3933. {
  3934. ["drotation"] =
  3935. {
  3936. ["y"] = 90,
  3937. ["x"] = 90,
  3938. ["z"] = 90
  3939. },
  3940. ["dposition"] =
  3941. {
  3942. ["y"] = 200,
  3943. ["x"] = 200,
  3944. ["z"] = 200
  3945. },
  3946. ["scale"] =
  3947. {
  3948. ["y"] = 100,
  3949. ["x"] = 100,
  3950. ["z"] = 100
  3951. },
  3952. ["dscale"] =
  3953. {
  3954. ["y"] = 500,
  3955. ["x"] = 500,
  3956. ["z"] = 500
  3957. },
  3958. ["vscale"] =
  3959. {
  3960. ["y"] = 1,
  3961. ["x"] = 1,
  3962. ["z"] = 1
  3963. },
  3964. ["rotation"] =
  3965. {
  3966. ["y"] = 0,
  3967. ["x"] = 0,
  3968. ["z"] = 0
  3969. },
  3970. ["assetId"] = 916733101,
  3971. ["changedFX"] = false,
  3972. ["position"] =
  3973. {
  3974. ["y"] = 0,
  3975. ["x"] = 0,
  3976. ["z"] = 0
  3977. },
  3978. ["fx"] =
  3979. {
  3980. [1] = true,
  3981. [2] = true,
  3982. [3] = true,
  3983. [4] = true,
  3984. [5] = true
  3985. },
  3986. ["vrotation"] =
  3987. {
  3988. ["y"] = 0,
  3989. ["x"] = 0,
  3990. ["z"] = 0
  3991. },
  3992. ["vposition"] =
  3993. {
  3994. ["y"] = 0,
  3995. ["x"] = -0,
  3996. ["z"] = -0
  3997. }
  3998. }
  3999. },
  4000. ["description"] = "",
  4001. ["createdDate"] = 1000,
  4002. ["lowerDesc"] = "",
  4003. ["bodyColors"] =
  4004. {
  4005. ["HeadColor"] = Color3.new(1, 0, 0),
  4006. ["TorsoColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  4007. ["LeftArmColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  4008. ["RightLegColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  4009. ["RightArmColor"] = Color3.new(1, 0, 0),
  4010. ["LeftLegColor"] = Color3.new(1, 0, 0)
  4011. },
  4012. ["scales"] =
  4013. {
  4014. ["LowerLegHeight"] = 5,
  4015. ["UpperTorsoWidth"] = 5,
  4016. ["UpperArmHeight"] = 5,
  4017. ["HandHeight"] = 5,
  4018. ["UpperLegWidth"] = -1,
  4019. ["LowerArmWidth"] = -1,
  4020. ["FootWidth"] = 5,
  4021. ["LowerArmHeight"] = -1,
  4022. ["UpperArmWidth"] = -1,
  4023. ["FootHeight"] = 5,
  4024. ["LowerTorsoWidth"] = -1,
  4025. ["UpperTorsoHeight"] = -1,
  4026. ["HandWidth"] = -1,
  4027. ["HeadScale"] = -1,
  4028. ["UpperLegHeight"] = -1,
  4029. ["LowerTorsoHeight"] = -1,
  4030. ["LowerLegWidth"] = -1
  4031. },
  4032. ["name"] = "",
  4033. ["outfitId"] = 1,
  4034. ["isOutfit"] = true,
  4035. ["collageSeed"] = 0,
  4036. ["lowerName"] = ""
  4037. }
  4038. local Event = game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance
  4039. Event:FireServer(weird)
  4040. end)
  4041.  
  4042. RainbowChat.Name = "RainbowChat"
  4043. RainbowChat.Parent = mainframe
  4044. RainbowChat.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  4045. RainbowChat.BorderColor3 = Color3.new(0, 0, 0)
  4046. RainbowChat.Position = UDim2.new(0.0472972952, 0, 0.651515126, 0)
  4047. RainbowChat.Size = UDim2.new(0, 86, 0, 13)
  4048. RainbowChat.Font = Enum.Font.SourceSans
  4049. RainbowChat.Text = "Rainbow Chat"
  4050. RainbowChat.TextColor3 = Color3.new(0, 0, 0)
  4051. RainbowChat.TextSize = 14
  4052. RainbowChat.MouseButton1Click:Connect(function()
  4053. while true do
  4054. wait()
  4055. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
  4056. local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
  4057. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
  4058. local color = Color3.new(r, g, b)
  4059. local Event = game:GetService("ReplicatedStorage").ClientRequests.UpdateChatColorEvent
  4060. Event:FireServer(color)
  4061. end
  4062. end)
  4063.  
  4064. BlackChat.Name = "BlackChat"
  4065. BlackChat.Parent = mainframe
  4066. BlackChat.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  4067. BlackChat.BorderColor3 = Color3.new(0, 0, 0)
  4068. BlackChat.Position = UDim2.new(0.0472972952, 0, 0.803030252, 0)
  4069. BlackChat.Size = UDim2.new(0, 86, 0, 13)
  4070. BlackChat.Font = Enum.Font.SourceSans
  4071. BlackChat.Text = "Black Chat"
  4072. BlackChat.TextColor3 = Color3.new(0, 0, 0)
  4073. BlackChat.TextSize = 14
  4074. BlackChat.MouseButton1Click:Connect(function()
  4075.     local color = Color3.new(0,0,0) --Color you want here!
  4076. local Event = game:GetService("ReplicatedStorage").ClientRequests.UpdateChatColorEvent
  4077. Event:FireServer(color)
  4078. end)
  4079.  
  4080. SizeFrameTab.Name = "SizeFrameTab"
  4081. SizeFrameTab.Parent = mainframe
  4082. SizeFrameTab.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  4083. SizeFrameTab.BorderColor3 = Color3.new(0, 0, 0)
  4084. SizeFrameTab.Position = UDim2.new(0.92567569, 0, 0.0454545468, 0)
  4085. SizeFrameTab.Size = UDim2.new(0, 11, 0, 13)
  4086. SizeFrameTab.Font = Enum.Font.SourceSans
  4087. SizeFrameTab.Text = "1"
  4088. SizeFrameTab.TextColor3 = Color3.new(0, 0, 0)
  4089. SizeFrameTab.TextSize = 14
  4090. SizeFrameTab.MouseButton1Click:Connect(function()
  4091.      if Sizeframe.Visible == false then
  4092.         Sizeframe.Visible = true
  4093.     else
  4094.         Sizeframe.Visible = false
  4095.     end
  4096. end)
  4097.  
  4098. SizeFrameTab.MouseButton1Click:Connect(function()
  4099.  
  4100.     if BodyConfigurationHelpFrame.Visible == false then
  4101.         BodyConfigurationHelpFrame.Visible = false
  4102.     else
  4103.         BodyConfigurationHelpFrame.Visible = false
  4104.     end
  4105.  
  4106. end)
  4107.  
  4108.  
  4109. MusicPlayerTab.Name = "MusicPlayerTab"
  4110. MusicPlayerTab.Parent = mainframe
  4111. MusicPlayerTab.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  4112. MusicPlayerTab.BorderColor3 = Color3.new(0, 0, 0)
  4113. MusicPlayerTab.Position = UDim2.new(0.92567569, 0, 0.189393938, 0)
  4114. MusicPlayerTab.Size = UDim2.new(0, 11, 0, 13)
  4115. MusicPlayerTab.Font = Enum.Font.SourceSans
  4116. MusicPlayerTab.Text = "2"
  4117. MusicPlayerTab.TextColor3 = Color3.new(0, 0, 0)
  4118. MusicPlayerTab.TextSize = 14
  4119. MusicPlayerTab.MouseButton1Click:Connect(function()
  4120.  
  4121.     if AllBodyConfigFrame.Visible == false then
  4122.         AllBodyConfigFrame.Visible = true
  4123.     else
  4124.         AllBodyConfigFrame.Visible = false
  4125.     end
  4126.  
  4127. end)
  4128.  
  4129. Sizeframe.Name = "Sizeframe"
  4130. Sizeframe.Parent = RbxhighGUIv2
  4131. Sizeframe.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  4132. Sizeframe.BorderColor3 = Color3.new(0, 0, 0)
  4133. Sizeframe.Position = UDim2.new(0.61105901, 0, 0.434108555, 0)
  4134. Sizeframe.Size = UDim2.new(0, 375, 0, 271)
  4135. Sizeframe.Active = true
  4136. Sizeframe.Draggable = true
  4137. Sizeframe.Visible = false
  4138.  
  4139. title.Name = "title"
  4140. title.Parent = Sizeframe
  4141. title.BackgroundColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  4142. title.BorderColor3 = Color3.new(0, 0, 0)
  4143. title.Position = UDim2.new(0.207310781, 0, 0, 0)
  4144. title.Size = UDim2.new(0, 219, 0, 26)
  4145. title.Font = Enum.Font.SourceSans
  4146. title.Text = "Custom Body Configuration"
  4147. title.TextColor3 = Color3.new(0, 0, 0)
  4148. title.TextSize = 16
  4149. title.TextWrapped = true
  4150.  
  4151. HeadScaleBox.Name = "HeadScaleBox"
  4152. HeadScaleBox.Parent = Sizeframe
  4153. HeadScaleBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  4154. HeadScaleBox.BorderColor3 = Color3.new(0, 0, 0)
  4155. HeadScaleBox.Position = UDim2.new(0.042871356, 0, 0.222484708, 0)
  4156. HeadScaleBox.Size = UDim2.new(0, 62, 0, 20)
  4157. HeadScaleBox.Font = Enum.Font.SourceSans
  4158. HeadScaleBox.Text = "INT"
  4159. HeadScaleBox.TextColor3 = Color3.new(0, 0, 0)
  4160. HeadScaleBox.TextScaled = true
  4161. HeadScaleBox.TextSize = 14
  4162. HeadScaleBox.TextWrapped = true
  4163.  
  4164. LowerLegHeightBox.Name = "LowerLegHeightBox"
  4165. LowerLegHeightBox.Parent = Sizeframe
  4166. LowerLegHeightBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  4167. LowerLegHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  4168. LowerLegHeightBox.Position = UDim2.new(0.296204686, 0, 0.221601546, 0)
  4169. LowerLegHeightBox.Size = UDim2.new(0, 62, 0, 20)
  4170. LowerLegHeightBox.Font = Enum.Font.SourceSans
  4171. LowerLegHeightBox.Text = "INT"
  4172. LowerLegHeightBox.TextColor3 = Color3.new(0, 0, 0)
  4173. LowerLegHeightBox.TextScaled = true
  4174. LowerLegHeightBox.TextSize = 14
  4175. LowerLegHeightBox.TextWrapped = true
  4176.  
  4177. UpperTorsoWidthBox.Name = "UpperTorsoWidthBox"
  4178. UpperTorsoWidthBox.Parent = Sizeframe
  4179. UpperTorsoWidthBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  4180. UpperTorsoWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  4181. UpperTorsoWidthBox.Position = UDim2.new(0.549538076, 0, 0.221949041, 0)
  4182. UpperTorsoWidthBox.Size = UDim2.new(0, 62, 0, 20)
  4183. UpperTorsoWidthBox.Font = Enum.Font.SourceSans
  4184. UpperTorsoWidthBox.Text = "INT"
  4185. UpperTorsoWidthBox.TextColor3 = Color3.new(0, 0, 0)
  4186. UpperTorsoWidthBox.TextScaled = true
  4187. UpperTorsoWidthBox.TextSize = 14
  4188. UpperTorsoWidthBox.TextWrapped = true
  4189.  
  4190. LowerTorsoWidthBox.Name = "LowerTorsoWidthBox"
  4191. LowerTorsoWidthBox.Parent = Sizeframe
  4192. LowerTorsoWidthBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  4193. LowerTorsoWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  4194. LowerTorsoWidthBox.Position = UDim2.new(0.790871382, 0, 0.222313806, 0)
  4195. LowerTorsoWidthBox.Size = UDim2.new(0, 62, 0, 20)
  4196. LowerTorsoWidthBox.Font = Enum.Font.SourceSans
  4197. LowerTorsoWidthBox.Text = "INT"
  4198. LowerTorsoWidthBox.TextColor3 = Color3.new(0, 0, 0)
  4199. LowerTorsoWidthBox.TextScaled = true
  4200. LowerTorsoWidthBox.TextSize = 14
  4201. LowerTorsoWidthBox.TextWrapped = true
  4202.  
  4203. UpperArmHeightBox.Name = "UpperArmHeightBox"
  4204. UpperArmHeightBox.Parent = Sizeframe
  4205. UpperArmHeightBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  4206. UpperArmHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  4207. UpperArmHeightBox.Position = UDim2.new(0.296204716, 0, 0.399800479, 0)
  4208. UpperArmHeightBox.Size = UDim2.new(0, 62, 0, 20)
  4209. UpperArmHeightBox.Font = Enum.Font.SourceSans
  4210. UpperArmHeightBox.Text = "INT"
  4211. UpperArmHeightBox.TextColor3 = Color3.new(0, 0, 0)
  4212. UpperArmHeightBox.TextScaled = true
  4213. UpperArmHeightBox.TextSize = 14
  4214. UpperArmHeightBox.TextWrapped = true
  4215.  
  4216. HandHeightBox.Name = "HandHeightBox"
  4217. HandHeightBox.Parent = Sizeframe
  4218. HandHeightBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  4219. HandHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  4220. HandHeightBox.Position = UDim2.new(0.54838872, 0, 0.580418229, 0)
  4221. HandHeightBox.Size = UDim2.new(0, 62, 0, 20)
  4222. HandHeightBox.Font = Enum.Font.SourceSans
  4223. HandHeightBox.Text = "INT"
  4224. HandHeightBox.TextColor3 = Color3.new(0, 0, 0)
  4225. HandHeightBox.TextScaled = true
  4226. HandHeightBox.TextSize = 14
  4227. HandHeightBox.TextWrapped = true
  4228.  
  4229. UpperLegWidthBox.Name = "UpperLegWidthBox"
  4230. UpperLegWidthBox.Parent = Sizeframe
  4231. UpperLegWidthBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  4232. UpperLegWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  4233. UpperLegWidthBox.Position = UDim2.new(0.550472975, 0, 0.398723304, 0)
  4234. UpperLegWidthBox.Size = UDim2.new(0, 62, 0, 20)
  4235. UpperLegWidthBox.Font = Enum.Font.SourceSans
  4236. UpperLegWidthBox.Text = "INT"
  4237. UpperLegWidthBox.TextColor3 = Color3.new(0, 0, 0)
  4238. UpperLegWidthBox.TextScaled = true
  4239. UpperLegWidthBox.TextSize = 14
  4240. UpperLegWidthBox.TextWrapped = true
  4241.  
  4242. LowerArmWidthBox.Name = "LowerArmWidthBox"
  4243. LowerArmWidthBox.Parent = Sizeframe
  4244. LowerArmWidthBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  4245. LowerArmWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  4246. LowerArmWidthBox.Position = UDim2.new(0.787055373, 0, 0.39907074, 0)
  4247. LowerArmWidthBox.Size = UDim2.new(0, 62, 0, 20)
  4248. LowerArmWidthBox.Font = Enum.Font.SourceSans
  4249. LowerArmWidthBox.Text = "INT"
  4250. LowerArmWidthBox.TextColor3 = Color3.new(0, 0, 0)
  4251. LowerArmWidthBox.TextScaled = true
  4252. LowerArmWidthBox.TextSize = 14
  4253. LowerArmWidthBox.TextWrapped = true
  4254.  
  4255. UpperArmWidthBox.Name = "UpperArmWidthBox"
  4256. UpperArmWidthBox.Parent = Sizeframe
  4257. UpperArmWidthBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  4258. UpperArmWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  4259. UpperArmWidthBox.Position = UDim2.new(0.0417220592, 0, 0.580721974, 0)
  4260. UpperArmWidthBox.Size = UDim2.new(0, 62, 0, 20)
  4261. UpperArmWidthBox.Font = Enum.Font.SourceSans
  4262. UpperArmWidthBox.Text = "INT"
  4263. UpperArmWidthBox.TextColor3 = Color3.new(0, 0, 0)
  4264. UpperArmWidthBox.TextScaled = true
  4265. UpperArmWidthBox.TextSize = 14
  4266. UpperArmWidthBox.TextWrapped = true
  4267.  
  4268. FootWidthBox.Name = "FootWidthBox"
  4269. FootWidthBox.Parent = Sizeframe
  4270. FootWidthBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  4271. FootWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  4272. FootWidthBox.Position = UDim2.new(0.297139645, 0, 0.580137789, 0)
  4273. FootWidthBox.Size = UDim2.new(0, 62, 0, 20)
  4274. FootWidthBox.Font = Enum.Font.SourceSans
  4275. FootWidthBox.Text = "INT"
  4276. FootWidthBox.TextColor3 = Color3.new(0, 0, 0)
  4277. FootWidthBox.TextScaled = true
  4278. FootWidthBox.TextSize = 14
  4279. FootWidthBox.TextWrapped = true
  4280.  
  4281. FootHeightBox.Name = "FootHeightBox"
  4282. FootHeightBox.Parent = Sizeframe
  4283. FootHeightBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  4284. FootHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  4285. FootHeightBox.Position = UDim2.new(0.417333335, 0, 0.918819189, 0)
  4286. FootHeightBox.Size = UDim2.new(0, 62, 0, 16)
  4287. FootHeightBox.Font = Enum.Font.SourceSans
  4288. FootHeightBox.Text = "INT"
  4289. FootHeightBox.TextColor3 = Color3.new(0, 0, 0)
  4290. FootHeightBox.TextScaled = true
  4291. FootHeightBox.TextSize = 14
  4292. FootHeightBox.TextWrapped = true
  4293.  
  4294. LowerTorsoHeightBox.Name = "LowerTorsoHeightBox"
  4295. LowerTorsoHeightBox.Parent = Sizeframe
  4296. LowerTorsoHeightBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  4297. LowerTorsoHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  4298. LowerTorsoHeightBox.Position = UDim2.new(0.295821607, 0, 0.754811883, 0)
  4299. LowerTorsoHeightBox.Size = UDim2.new(0, 62, 0, 20)
  4300. LowerTorsoHeightBox.Font = Enum.Font.SourceSans
  4301. LowerTorsoHeightBox.Text = "INT"
  4302. LowerTorsoHeightBox.TextColor3 = Color3.new(0, 0, 0)
  4303. LowerTorsoHeightBox.TextScaled = true
  4304. LowerTorsoHeightBox.TextSize = 14
  4305. LowerTorsoHeightBox.TextWrapped = true
  4306.  
  4307. UpperTorsoHeightBox.Name = "UpperTorsoHeightBox"
  4308. UpperTorsoHeightBox.Parent = Sizeframe
  4309. UpperTorsoHeightBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  4310. UpperTorsoHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  4311. UpperTorsoHeightBox.Position = UDim2.new(0.793154955, 0, 0.755159318, 0)
  4312. UpperTorsoHeightBox.Size = UDim2.new(0, 62, 0, 20)
  4313. UpperTorsoHeightBox.Font = Enum.Font.SourceSans
  4314. UpperTorsoHeightBox.Text = "INT"
  4315. UpperTorsoHeightBox.TextColor3 = Color3.new(0, 0, 0)
  4316. UpperTorsoHeightBox.TextScaled = true
  4317. UpperTorsoHeightBox.TextSize = 14
  4318. UpperTorsoHeightBox.TextWrapped = true
  4319.  
  4320. UpperLegHeightBox.Name = "UpperLegHeightBox"
  4321. UpperLegHeightBox.Parent = Sizeframe
  4322. UpperLegHeightBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  4323. UpperLegHeightBox.BorderColor3 = Color3.new(0, 0, 0)
  4324. UpperLegHeightBox.Position = UDim2.new(0.0438215733, 0, 0.755998671, 0)
  4325. UpperLegHeightBox.Size = UDim2.new(0, 62, 0, 20)
  4326. UpperLegHeightBox.Font = Enum.Font.SourceSans
  4327. UpperLegHeightBox.Text = "INT"
  4328. UpperLegHeightBox.TextColor3 = Color3.new(0, 0, 0)
  4329. UpperLegHeightBox.TextScaled = true
  4330. UpperLegHeightBox.TextSize = 14
  4331. UpperLegHeightBox.TextWrapped = true
  4332.  
  4333. HandWidthBox.Name = "HandWidthBox"
  4334. HandWidthBox.Parent = Sizeframe
  4335. HandWidthBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  4336. HandWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  4337. HandWidthBox.Position = UDim2.new(0.549154937, 0, 0.755414486, 0)
  4338. HandWidthBox.Size = UDim2.new(0, 62, 0, 20)
  4339. HandWidthBox.Font = Enum.Font.SourceSans
  4340. HandWidthBox.Text = "INT"
  4341. HandWidthBox.TextColor3 = Color3.new(0, 0, 0)
  4342. HandWidthBox.TextScaled = true
  4343. HandWidthBox.TextSize = 14
  4344. HandWidthBox.TextWrapped = true
  4345.  
  4346. LowerArmHeightbox.Name = "LowerArmHeightbox"
  4347. LowerArmHeightbox.Parent = Sizeframe
  4348. LowerArmHeightbox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  4349. LowerArmHeightbox.BorderColor3 = Color3.new(0, 0, 0)
  4350. LowerArmHeightbox.Position = UDim2.new(0.0415380001, 0, 0.398847759, 0)
  4351. LowerArmHeightbox.Size = UDim2.new(0, 62, 0, 20)
  4352. LowerArmHeightbox.Font = Enum.Font.SourceSans
  4353. LowerArmHeightbox.Text = "INT"
  4354. LowerArmHeightbox.TextColor3 = Color3.new(0, 0, 0)
  4355. LowerArmHeightbox.TextScaled = true
  4356. LowerArmHeightbox.TextSize = 14
  4357. LowerArmHeightbox.TextWrapped = true
  4358.  
  4359. LowerLegWidthBox.Name = "LowerLegWidthBox"
  4360. LowerLegWidthBox.Parent = Sizeframe
  4361. LowerLegWidthBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  4362. LowerLegWidthBox.BorderColor3 = Color3.new(0, 0, 0)
  4363. LowerLegWidthBox.Position = UDim2.new(0.791821599, 0, 0.578968227, 0)
  4364. LowerLegWidthBox.Size = UDim2.new(0, 62, 0, 20)
  4365. LowerLegWidthBox.Font = Enum.Font.SourceSans
  4366. LowerLegWidthBox.Text = "INT"
  4367. LowerLegWidthBox.TextColor3 = Color3.new(0, 0, 0)
  4368. LowerLegWidthBox.TextScaled = true
  4369. LowerLegWidthBox.TextSize = 14
  4370. LowerLegWidthBox.TextWrapped = true
  4371.  
  4372. HelpBtnSizeFrame.Name = "HelpBtnSizeFrame"
  4373. HelpBtnSizeFrame.Parent = Sizeframe
  4374. HelpBtnSizeFrame.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  4375. HelpBtnSizeFrame.BorderColor3 = Color3.new(0, 0, 0)
  4376. HelpBtnSizeFrame.Position = UDim2.new(0.964319468, 0, 0, 0)
  4377. HelpBtnSizeFrame.Size = UDim2.new(0, 13, 0, 12)
  4378. HelpBtnSizeFrame.Font = Enum.Font.SourceSans
  4379. HelpBtnSizeFrame.Text = "?"
  4380. HelpBtnSizeFrame.TextColor3 = Color3.new(0, 0, 0)
  4381. HelpBtnSizeFrame.TextSize = 14
  4382. HelpBtnSizeFrame.MouseButton1Click:Connect(function()
  4383.  
  4384.     if BodyConfigurationHelpFrame.Visible == false then
  4385.         BodyConfigurationHelpFrame.Visible = true
  4386.     else
  4387.         BodyConfigurationHelpFrame.Visible = false
  4388.     end
  4389.  
  4390. end)
  4391.  
  4392. MorphButton.Name = "MorphButton"
  4393. MorphButton.Parent = Sizeframe
  4394. MorphButton.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  4395. MorphButton.BorderColor3 = Color3.new(1, 1, 1)
  4396. MorphButton.Position = UDim2.new(0.759990275, 0, 0.89912641, 0)
  4397. MorphButton.Size = UDim2.new(0, 82, 0, 19)
  4398. MorphButton.Font = Enum.Font.SourceSans
  4399. MorphButton.Text = "Change"
  4400. MorphButton.TextColor3 = Color3.new(0, 0, 0)
  4401. MorphButton.TextSize = 14
  4402. MorphButton.MouseButton1Click:Connect(function()
  4403.         local OOF =
  4404. {
  4405. ["assets"] =
  4406. {
  4407. [1] =
  4408. {
  4409. ["drotation"] =
  4410. {
  4411. ["y"] = 0,
  4412. ["x"] = 0,
  4413. ["z"] = 0
  4414. },
  4415. ["dposition"] =
  4416. {
  4417. ["y"] = 0,
  4418. ["x"] = 0,
  4419. ["z"] = 0
  4420. },
  4421. ["scale"] =
  4422. {
  4423. ["y"] = 0,
  4424. ["x"] = 0,
  4425. ["z"] = 0
  4426. },
  4427. ["dscale"] =
  4428. {
  4429. ["y"] = 0,
  4430. ["x"] = 0,
  4431. ["z"] = 0
  4432. },
  4433. ["vscale"] =
  4434. {
  4435. ["y"] = 0,
  4436. ["x"] = 0,
  4437. ["z"] = 0
  4438. },
  4439. ["rotation"] =
  4440. {
  4441. ["y"] = 0,
  4442. ["x"] = 0,
  4443. ["z"] = 0
  4444. },
  4445. ["position"] =
  4446. {
  4447. ["y"] = 0,
  4448. ["x"] = 0,
  4449. ["z"] = 0
  4450. },
  4451. ["vrotation"] =
  4452. {
  4453. ["y"] = 0,
  4454. ["x"] = 0,
  4455. ["z"] = 0
  4456. },
  4457. ["vposition"] =
  4458. {
  4459. ["y"] = 0,
  4460. ["x"] = 0,
  4461. ["z"] = 0
  4462. }
  4463. },
  4464. [2] =
  4465. {
  4466. ["drotation"] =
  4467. {
  4468. ["y"] = 0,
  4469. ["x"] = 0,
  4470. ["z"] = 0
  4471. },
  4472. ["dposition"] =
  4473. {
  4474. ["y"] = 0,
  4475. ["x"] = 0,
  4476. ["z"] = 0
  4477. },
  4478. ["scale"] =
  4479. {
  4480. ["y"] = 0,
  4481. ["x"] = 0,
  4482. ["z"] = 0
  4483. },
  4484. ["dscale"] =
  4485. {
  4486. ["y"] = 0,
  4487. ["x"] = 0,
  4488. ["z"] = 0
  4489. },
  4490. ["vscale"] =
  4491. {
  4492. ["y"] = 0,
  4493. ["x"] = 0,
  4494. ["z"] = 0
  4495. },
  4496. ["rotation"] =
  4497. {
  4498. ["y"] = 0,
  4499. ["x"] = 0,
  4500. ["z"] = 0
  4501. },
  4502. ["position"] =
  4503. {
  4504. ["y"] = 0,
  4505. ["x"] = 0,
  4506. ["z"] = 0
  4507. },
  4508. ["vrotation"] =
  4509. {
  4510. ["y"] = 0,
  4511. ["x"] = 0,
  4512. ["z"] = 0
  4513. },
  4514. ["vposition"] =
  4515. {
  4516. ["y"] = 0,
  4517. ["x"] = 0,
  4518. ["z"] = 0
  4519. }
  4520. },
  4521. [3] =
  4522. {
  4523. ["drotation"] =
  4524. {
  4525. ["y"] = 0,
  4526. ["x"] = 0,
  4527. ["z"] = 0
  4528. },
  4529. ["dposition"] =
  4530. {
  4531. ["y"] = 0,
  4532. ["x"] = 0,
  4533. ["z"] = 0
  4534. },
  4535. ["scale"] =
  4536. {
  4537. ["y"] = 0,
  4538. ["x"] = 0,
  4539. ["z"] = 0
  4540. },
  4541. ["dscale"] =
  4542. {
  4543. ["y"] = 0,
  4544. ["x"] = 0,
  4545. ["z"] = 0
  4546. },
  4547. ["vscale"] =
  4548. {
  4549. ["y"] = 0,
  4550. ["x"] = 0,
  4551. ["z"] = 0
  4552. },
  4553. ["rotation"] =
  4554. {
  4555. ["y"] = 0,
  4556. ["x"] = 0,
  4557. ["z"] = 0
  4558. },
  4559. ["position"] =
  4560. {
  4561. ["y"] = 0,
  4562. ["x"] = 0,
  4563. ["z"] = 0
  4564. },
  4565. ["vrotation"] =
  4566. {
  4567. ["y"] = 0,
  4568. ["x"] = 0,
  4569. ["z"] = 0
  4570. },
  4571. ["vposition"] =
  4572. {
  4573. ["y"] = 0,
  4574. ["x"] = 0,
  4575. ["z"] = 0
  4576. }
  4577. },
  4578. [4] =
  4579. {
  4580. ["drotation"] =
  4581. {
  4582. ["y"] = 0,
  4583. ["x"] = 0,
  4584. ["z"] = 0
  4585. },
  4586. ["dposition"] =
  4587. {
  4588. ["y"] = 0,
  4589. ["x"] = 0,
  4590. ["z"] = 0
  4591. },
  4592. ["scale"] =
  4593. {
  4594. ["y"] = 0,
  4595. ["x"] = 0,
  4596. ["z"] = 0
  4597. },
  4598. ["dscale"] =
  4599. {
  4600. ["y"] = 0,
  4601. ["x"] = 0,
  4602. ["z"] = 0
  4603. },
  4604. ["vscale"] =
  4605. {
  4606. ["y"] = 0,
  4607. ["x"] = 0,
  4608. ["z"] = 0
  4609. },
  4610. ["rotation"] =
  4611. {
  4612. ["y"] = 0,
  4613. ["x"] = 0,
  4614. ["z"] = 0
  4615. },
  4616. ["position"] =
  4617. {
  4618. ["y"] = 0,
  4619. ["x"] = 0,
  4620. ["z"] = 0
  4621. },
  4622. ["vrotation"] =
  4623. {
  4624. ["y"] = 0,
  4625. ["x"] = 0,
  4626. ["z"] = 0
  4627. },
  4628. ["vposition"] =
  4629. {
  4630. ["y"] = 0,
  4631. ["x"] = 0,
  4632. ["z"] = 0
  4633. }
  4634. },
  4635. [5] =
  4636. {
  4637. ["drotation"] =
  4638. {
  4639. ["y"] = 0,
  4640. ["x"] = 0,
  4641. ["z"] = 0
  4642. },
  4643. ["dposition"] =
  4644. {
  4645. ["y"] = 0,
  4646. ["x"] = 0,
  4647. ["z"] = 0
  4648. },
  4649. ["scale"] =
  4650. {
  4651. ["y"] = 0,
  4652. ["x"] = 0,
  4653. ["z"] = 0
  4654. },
  4655. ["dscale"] =
  4656. {
  4657. ["y"] = 0,
  4658. ["x"] = 0,
  4659. ["z"] = 0
  4660. },
  4661. ["vscale"] =
  4662. {
  4663. ["y"] = 0,
  4664. ["x"] = 0,
  4665. ["z"] = 0
  4666. },
  4667. ["rotation"] =
  4668. {
  4669. ["y"] = 0,
  4670. ["x"] = 0,
  4671. ["z"] = 0
  4672. },
  4673. ["position"] =
  4674. {
  4675. ["y"] = 0,
  4676. ["x"] = 0,
  4677. ["z"] = 0
  4678. },
  4679. ["vrotation"] =
  4680. {
  4681. ["y"] = 0,
  4682. ["x"] = 0,
  4683. ["z"] = 0
  4684. },
  4685. ["vposition"] =
  4686. {
  4687. ["y"] = 0,
  4688. ["x"] = 0,
  4689. ["z"] = 0
  4690. }
  4691. }
  4692. },
  4693. ["description"] = "",
  4694. ["createdDate"] = 1000,
  4695. ["lowerDesc"] = "",
  4696. ["scales"] =
  4697. {
  4698. ["LowerLegHeight"] = (LowerLegHeightBox.Text),
  4699. ["UpperTorsoWidth"] = (UpperTorsoHeightBox.Text),
  4700. ["UpperArmHeight"] = (UpperArmHeightBox.Text),
  4701. ["HandHeight"] = (HandHeightBox.Text),
  4702. ["UpperLegWidth"] = (UpperLegWidthBox.Text),
  4703. ["LowerArmWidth"] = (LowerArmWidthBox.Text),
  4704. ["FootWidth"] = (FootWidthBox.Text),
  4705. ["LowerArmHeight"] = (LowerArmHeightbox.Text),
  4706. ["UpperArmWidth"] = (UpperArmWidthBox.Text),
  4707. ["FootHeight"] = (FootHeightBox.Text),
  4708. ["LowerTorsoWidth"] = (LowerTorsoWidthBox.Text),
  4709. ["UpperTorsoHeight"] = (UpperTorsoHeightBox.Text),
  4710. ["HandWidth"] = (HandWidthBox.Text),
  4711. ["HeadScale"] = (HeadScaleBox.Text),
  4712. ["UpperLegHeight"] = (UpperLegHeightBox.Text),
  4713. ["LowerTorsoHeight"] = (LowerTorsoHeightBox.Text),
  4714. ["LowerLegWidth"] = (LowerLegWidthBox.Text)
  4715. },
  4716. ["name"] = "",
  4717. ["outfitId"] = 1,
  4718. ["isOutfit"] = true,
  4719. ["collageSeed"] = 0,
  4720. ["lowerName"] = ""
  4721. }
  4722. local Event = game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance
  4723. Event:FireServer(OOF)
  4724. end)
  4725.  
  4726. DontMess.Name = "DontMess"
  4727. DontMess.Parent = Sizeframe
  4728. DontMess.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  4729. DontMess.BorderSizePixel = 0
  4730. DontMess.Size = UDim2.new(0, 7, 0, 6)
  4731. DontMess.Visible = false
  4732. DontMess.Font = Enum.Font.SourceSans
  4733. DontMess.Text = ""
  4734. DontMess.TextSize = 14
  4735.  
  4736. TextLabel.Parent = Sizeframe
  4737. TextLabel.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  4738. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  4739. TextLabel.BorderSizePixel = 0
  4740. TextLabel.Position = UDim2.new(0, 0, 0.136531368, 0)
  4741. TextLabel.Size = UDim2.new(0, 95, 0, 16)
  4742. TextLabel.Font = Enum.Font.SourceSans
  4743. TextLabel.Text = "-- Head Scale --"
  4744. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  4745. TextLabel.TextSize = 14
  4746. TextLabel.TextWrapped = true
  4747.  
  4748. TextLabel_2.Parent = Sizeframe
  4749. TextLabel_2.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  4750. TextLabel_2.BorderColor3 = Color3.new(0, 0, 0)
  4751. TextLabel_2.BorderSizePixel = 0
  4752. TextLabel_2.Position = UDim2.new(0.25333333, 0, 0.136531368, 0)
  4753. TextLabel_2.Size = UDim2.new(0, 95, 0, 16)
  4754. TextLabel_2.Font = Enum.Font.SourceSans
  4755. TextLabel_2.Text = "-- Low Leg Height --"
  4756. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  4757. TextLabel_2.TextScaled = true
  4758. TextLabel_2.TextSize = 14
  4759. TextLabel_2.TextWrapped = true
  4760.  
  4761. TextLabel_3.Parent = Sizeframe
  4762. TextLabel_3.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  4763. TextLabel_3.BorderColor3 = Color3.new(0, 0, 0)
  4764. TextLabel_3.BorderSizePixel = 0
  4765. TextLabel_3.Position = UDim2.new(0.50666666, 0, 0.136531368, 0)
  4766. TextLabel_3.Size = UDim2.new(0, 95, 0, 16)
  4767. TextLabel_3.Font = Enum.Font.SourceSans
  4768. TextLabel_3.Text = "-- Up Torso Width --"
  4769. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  4770. TextLabel_3.TextScaled = true
  4771. TextLabel_3.TextSize = 14
  4772. TextLabel_3.TextWrapped = true
  4773.  
  4774. TextLabel_4.Parent = Sizeframe
  4775. TextLabel_4.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  4776. TextLabel_4.BorderColor3 = Color3.new(0, 0, 0)
  4777. TextLabel_4.BorderSizePixel = 0
  4778. TextLabel_4.Position = UDim2.new(-0.00133333332, 0, 0.317343175, 0)
  4779. TextLabel_4.Size = UDim2.new(0, 95, 0, 16)
  4780. TextLabel_4.Font = Enum.Font.SourceSans
  4781. TextLabel_4.Text = "-- Low Arm Height --"
  4782. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  4783. TextLabel_4.TextScaled = true
  4784. TextLabel_4.TextSize = 14
  4785. TextLabel_4.TextWrapped = true
  4786.  
  4787. TextLabel_5.Parent = Sizeframe
  4788. TextLabel_5.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  4789. TextLabel_5.BorderColor3 = Color3.new(0, 0, 0)
  4790. TextLabel_5.BorderSizePixel = 0
  4791. TextLabel_5.Position = UDim2.new(0.252000004, 0, 0.317343175, 0)
  4792. TextLabel_5.Size = UDim2.new(0, 95, 0, 16)
  4793. TextLabel_5.Font = Enum.Font.SourceSans
  4794. TextLabel_5.Text = "-- Up Arm Height --"
  4795. TextLabel_5.TextColor3 = Color3.new(0, 0, 0)
  4796. TextLabel_5.TextScaled = true
  4797. TextLabel_5.TextSize = 14
  4798. TextLabel_5.TextWrapped = true
  4799.  
  4800. TextLabel_6.Parent = Sizeframe
  4801. TextLabel_6.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  4802. TextLabel_6.BorderColor3 = Color3.new(0, 0, 0)
  4803. TextLabel_6.BorderSizePixel = 0
  4804. TextLabel_6.Position = UDim2.new(0.745333314, 0, 0.136531368, 0)
  4805. TextLabel_6.Size = UDim2.new(0, 95, 0, 16)
  4806. TextLabel_6.Font = Enum.Font.SourceSans
  4807. TextLabel_6.Text = "-- Low Torso Width --"
  4808. TextLabel_6.TextColor3 = Color3.new(0, 0, 0)
  4809. TextLabel_6.TextScaled = true
  4810. TextLabel_6.TextSize = 14
  4811. TextLabel_6.TextWrapped = true
  4812.  
  4813. TextLabel_7.Parent = Sizeframe
  4814. TextLabel_7.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  4815. TextLabel_7.BorderColor3 = Color3.new(0, 0, 0)
  4816. TextLabel_7.BorderSizePixel = 0
  4817. TextLabel_7.Position = UDim2.new(-0.00133333332, 0, 0.498154998, 0)
  4818. TextLabel_7.Size = UDim2.new(0, 95, 0, 16)
  4819. TextLabel_7.Font = Enum.Font.SourceSans
  4820. TextLabel_7.Text = "-- Up Arm Width --"
  4821. TextLabel_7.TextColor3 = Color3.new(0, 0, 0)
  4822. TextLabel_7.TextSize = 14
  4823. TextLabel_7.TextWrapped = true
  4824.  
  4825. TextLabel_8.Parent = Sizeframe
  4826. TextLabel_8.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  4827. TextLabel_8.BorderColor3 = Color3.new(0, 0, 0)
  4828. TextLabel_8.BorderSizePixel = 0
  4829. TextLabel_8.Position = UDim2.new(0.742666662, 0, 0.317343175, 0)
  4830. TextLabel_8.Size = UDim2.new(0, 95, 0, 16)
  4831. TextLabel_8.Font = Enum.Font.SourceSans
  4832. TextLabel_8.Text = "-- Low Arm Width --"
  4833. TextLabel_8.TextColor3 = Color3.new(0, 0, 0)
  4834. TextLabel_8.TextScaled = true
  4835. TextLabel_8.TextSize = 14
  4836. TextLabel_8.TextWrapped = true
  4837.  
  4838. TextLabel_9.Parent = Sizeframe
  4839. TextLabel_9.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  4840. TextLabel_9.BorderColor3 = Color3.new(0, 0, 0)
  4841. TextLabel_9.BorderSizePixel = 0
  4842. TextLabel_9.Position = UDim2.new(0.505333304, 0, 0.317343175, 0)
  4843. TextLabel_9.Size = UDim2.new(0, 95, 0, 16)
  4844. TextLabel_9.Font = Enum.Font.SourceSans
  4845. TextLabel_9.Text = "-- Up Leg Width --"
  4846. TextLabel_9.TextColor3 = Color3.new(0, 0, 0)
  4847. TextLabel_9.TextSize = 14
  4848. TextLabel_9.TextWrapped = true
  4849.  
  4850. TextLabel_10.Parent = Sizeframe
  4851. TextLabel_10.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  4852. TextLabel_10.BorderColor3 = Color3.new(0, 0, 0)
  4853. TextLabel_10.BorderSizePixel = 0
  4854. TextLabel_10.Position = UDim2.new(0.252000004, 0, 0.498154998, 0)
  4855. TextLabel_10.Size = UDim2.new(0, 95, 0, 16)
  4856. TextLabel_10.Font = Enum.Font.SourceSans
  4857. TextLabel_10.Text = "-- Foot Width --"
  4858. TextLabel_10.TextColor3 = Color3.new(0, 0, 0)
  4859. TextLabel_10.TextSize = 14
  4860.  
  4861. TextLabel_11.Parent = Sizeframe
  4862. TextLabel_11.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  4863. TextLabel_11.BorderColor3 = Color3.new(0, 0, 0)
  4864. TextLabel_11.BorderSizePixel = 0
  4865. TextLabel_11.Position = UDim2.new(0.505333304, 0, 0.498154998, 0)
  4866. TextLabel_11.Size = UDim2.new(0, 95, 0, 16)
  4867. TextLabel_11.Font = Enum.Font.SourceSans
  4868. TextLabel_11.Text = "-- Hand Height --"
  4869. TextLabel_11.TextColor3 = Color3.new(0, 0, 0)
  4870. TextLabel_11.TextSize = 14
  4871.  
  4872. TextLabel_12.Parent = Sizeframe
  4873. TextLabel_12.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  4874. TextLabel_12.BorderColor3 = Color3.new(0, 0, 0)
  4875. TextLabel_12.BorderSizePixel = 0
  4876. TextLabel_12.Position = UDim2.new(0.742666602, 0, 0.498154998, 0)
  4877. TextLabel_12.Size = UDim2.new(0, 95, 0, 16)
  4878. TextLabel_12.Font = Enum.Font.SourceSans
  4879. TextLabel_12.Text = "-- Low Leg Width --"
  4880. TextLabel_12.TextColor3 = Color3.new(0, 0, 0)
  4881. TextLabel_12.TextSize = 14
  4882. TextLabel_12.TextWrapped = true
  4883.  
  4884. TextLabel_13.Parent = Sizeframe
  4885. TextLabel_13.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  4886. TextLabel_13.BorderColor3 = Color3.new(0, 0, 0)
  4887. TextLabel_13.BorderSizePixel = 0
  4888. TextLabel_13.Position = UDim2.new(-0.00133333332, 0, 0.675276756, 0)
  4889. TextLabel_13.Size = UDim2.new(0, 95, 0, 16)
  4890. TextLabel_13.Font = Enum.Font.SourceSans
  4891. TextLabel_13.Text = "-- Up Leg Width --"
  4892. TextLabel_13.TextColor3 = Color3.new(0, 0, 0)
  4893. TextLabel_13.TextSize = 14
  4894.  
  4895. TextLabel_14.Parent = Sizeframe
  4896. TextLabel_14.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  4897. TextLabel_14.BorderColor3 = Color3.new(0, 0, 0)
  4898. TextLabel_14.BorderSizePixel = 0
  4899. TextLabel_14.Position = UDim2.new(0.249333337, 0, 0.675276756, 0)
  4900. TextLabel_14.Size = UDim2.new(0, 95, 0, 16)
  4901. TextLabel_14.Font = Enum.Font.SourceSans
  4902. TextLabel_14.Text = "-- Low Torso Height --"
  4903. TextLabel_14.TextColor3 = Color3.new(0, 0, 0)
  4904. TextLabel_14.TextScaled = true
  4905. TextLabel_14.TextSize = 14
  4906. TextLabel_14.TextWrapped = true
  4907.  
  4908. TextLabel_15.Parent = Sizeframe
  4909. TextLabel_15.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  4910. TextLabel_15.BorderColor3 = Color3.new(0, 0, 0)
  4911. TextLabel_15.BorderSizePixel = 0
  4912. TextLabel_15.Position = UDim2.new(0.374666572, 0, 0.850553513, 0)
  4913. TextLabel_15.Size = UDim2.new(0, 95, 0, 13)
  4914. TextLabel_15.Font = Enum.Font.SourceSans
  4915. TextLabel_15.Text = "-- Foot Height --"
  4916. TextLabel_15.TextColor3 = Color3.new(0, 0, 0)
  4917. TextLabel_15.TextSize = 14
  4918.  
  4919. TextLabel_16.Parent = Sizeframe
  4920. TextLabel_16.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  4921. TextLabel_16.BorderColor3 = Color3.new(0, 0, 0)
  4922. TextLabel_16.BorderSizePixel = 0
  4923. TextLabel_16.Position = UDim2.new(0.75999999, 0, 0.675276756, 0)
  4924. TextLabel_16.Size = UDim2.new(0, 90, 0, 16)
  4925. TextLabel_16.Font = Enum.Font.SourceSans
  4926. TextLabel_16.Text = "-- Up Torso Height --"
  4927. TextLabel_16.TextColor3 = Color3.new(0, 0, 0)
  4928. TextLabel_16.TextScaled = true
  4929. TextLabel_16.TextSize = 14
  4930. TextLabel_16.TextWrapped = true
  4931.  
  4932. TextLabel_17.Parent = Sizeframe
  4933. TextLabel_17.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  4934. TextLabel_17.BorderColor3 = Color3.new(0, 0, 0)
  4935. TextLabel_17.BorderSizePixel = 0
  4936. TextLabel_17.Position = UDim2.new(0.50666666, 0, 0.675276756, 0)
  4937. TextLabel_17.Size = UDim2.new(0, 95, 0, 16)
  4938. TextLabel_17.Font = Enum.Font.SourceSans
  4939. TextLabel_17.Text = "-- Hand Width --"
  4940. TextLabel_17.TextColor3 = Color3.new(0, 0, 0)
  4941. TextLabel_17.TextSize = 14
  4942.  
  4943. BodyConfigurationHelpFrame.Name = "BodyConfigurationHelpFrame"
  4944. BodyConfigurationHelpFrame.Parent = RbxhighGUIv2
  4945. BodyConfigurationHelpFrame.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  4946. BodyConfigurationHelpFrame.BorderColor3 = Color3.new(0, 0, 0)
  4947. BodyConfigurationHelpFrame.Position = UDim2.new(0.0135895219, 0, 0.326550364, 0)
  4948. BodyConfigurationHelpFrame.Size = UDim2.new(0, 179, 0, 193)
  4949. BodyConfigurationHelpFrame.Active = true
  4950. BodyConfigurationHelpFrame.Draggable = true
  4951. BodyConfigurationHelpFrame.Visible = false
  4952.  
  4953. title_2.Name = "title"
  4954. title_2.Parent = BodyConfigurationHelpFrame
  4955. title_2.BackgroundColor3 = Color3.new(0.376471, 0.376471, 0.376471)
  4956. title_2.BorderColor3 = Color3.new(0, 0, 0)
  4957. title_2.Position = UDim2.new(0.0670391023, 0, 0.0310880821, 0)
  4958. title_2.Size = UDim2.new(0, 155, 0, 28)
  4959. title_2.Font = Enum.Font.SourceSans
  4960. title_2.Text = "~ Help ~"
  4961. title_2.TextColor3 = Color3.new(0, 0, 0)
  4962. title_2.TextSize = 20
  4963.  
  4964. info.Name = "info"
  4965. info.Parent = BodyConfigurationHelpFrame
  4966. info.BackgroundColor3 = Color3.new(0.376471, 0.376471, 0.376471)
  4967. info.BorderColor3 = Color3.new(0, 0, 0)
  4968. info.Position = UDim2.new(0.0670391098, 0, 0.259067357, 0)
  4969. info.Size = UDim2.new(0, 155, 0, 131)
  4970. info.Font = Enum.Font.SourceSans
  4971. info.Text = "This part of the GUI allows you to customize the size and width of your body. It's simple! All you have to do is replace what is originally in the text box with a number. Once you hit the button, then the number you put in the box will take effect on your player."
  4972. info.TextColor3 = Color3.new(0, 0, 0)
  4973. info.TextScaled = true
  4974. info.TextSize = 20
  4975. info.TextWrapped = true
  4976.  
  4977. AllBodyConfigFrame.Name = "AllBodyConfigFrame"
  4978. AllBodyConfigFrame.Parent = RbxhighGUIv2
  4979. AllBodyConfigFrame.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  4980. AllBodyConfigFrame.BorderColor3 = Color3.new(0, 0, 0)
  4981. AllBodyConfigFrame.Position = UDim2.new(0.479850024, 0, 0.589147329, 0)
  4982. AllBodyConfigFrame.Size = UDim2.new(0, 128, 0, 100)
  4983. AllBodyConfigFrame.Active = true
  4984. AllBodyConfigFrame.Draggable = true
  4985. AllBodyConfigFrame.Visible = false
  4986.  
  4987. AllBodyConfigInfo.Name = "AllBodyConfigInfo"
  4988. AllBodyConfigInfo.Parent = AllBodyConfigFrame
  4989. AllBodyConfigInfo.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  4990. AllBodyConfigInfo.BorderColor3 = Color3.new(0, 0, 0)
  4991. AllBodyConfigInfo.Position = UDim2.new(0.046875, 0, 0, 0)
  4992. AllBodyConfigInfo.Size = UDim2.new(0, 116, 0, 40)
  4993. AllBodyConfigInfo.Font = Enum.Font.SourceSans
  4994. AllBodyConfigInfo.Text = "Change the size of everything at once instead of one at a time!"
  4995. AllBodyConfigInfo.TextColor3 = Color3.new(0, 0, 0)
  4996. AllBodyConfigInfo.TextScaled = true
  4997. AllBodyConfigInfo.TextSize = 14
  4998. AllBodyConfigInfo.TextWrapped = true
  4999.  
  5000. AllBodyConfigBox.Name = "AllBodyConfigBox"
  5001. AllBodyConfigBox.Parent = AllBodyConfigFrame
  5002. AllBodyConfigBox.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  5003. AllBodyConfigBox.BorderColor3 = Color3.new(0, 0, 0)
  5004. AllBodyConfigBox.Position = UDim2.new(0.046875, 0, 0.460000008, 0)
  5005. AllBodyConfigBox.Size = UDim2.new(0, 116, 0, 21)
  5006. AllBodyConfigBox.Font = Enum.Font.SourceSans
  5007. AllBodyConfigBox.Text = "INT"
  5008. AllBodyConfigBox.TextColor3 = Color3.new(0, 0, 0)
  5009. AllBodyConfigBox.TextScaled = true
  5010. AllBodyConfigBox.TextSize = 14
  5011. AllBodyConfigBox.TextWrapped = true
  5012.  
  5013. ChangeAll.Name = "ChangeAll"
  5014. ChangeAll.Parent = AllBodyConfigFrame
  5015. ChangeAll.BackgroundColor3 = Color3.new(0.545098, 0.545098, 0.545098)
  5016. ChangeAll.BorderColor3 = Color3.new(1, 1, 1)
  5017. ChangeAll.Position = UDim2.new(0.109375, 0, 0.730000019, 0)
  5018. ChangeAll.Size = UDim2.new(0, 100, 0, 18)
  5019. ChangeAll.Font = Enum.Font.SourceSans
  5020. ChangeAll.Text = "Change"
  5021. ChangeAll.TextColor3 = Color3.new(0, 0, 0)
  5022. ChangeAll.TextSize = 14
  5023. ChangeAll.MouseButton1Click:Connect(function()
  5024.         local OOF =
  5025. {
  5026. ["assets"] =
  5027. {
  5028. [1] =
  5029. {
  5030. ["drotation"] =
  5031. {
  5032. ["y"] = 0,
  5033. ["x"] = 0,
  5034. ["z"] = 0
  5035. },
  5036. ["dposition"] =
  5037. {
  5038. ["y"] = 0,
  5039. ["x"] = 0,
  5040. ["z"] = 0
  5041. },
  5042. ["scale"] =
  5043. {
  5044. ["y"] = 0,
  5045. ["x"] = 0,
  5046. ["z"] = 0
  5047. },
  5048. ["dscale"] =
  5049. {
  5050. ["y"] = 0,
  5051. ["x"] = 0,
  5052. ["z"] = 0
  5053. },
  5054. ["vscale"] =
  5055. {
  5056. ["y"] = 0,
  5057. ["x"] = 0,
  5058. ["z"] = 0
  5059. },
  5060. ["rotation"] =
  5061. {
  5062. ["y"] = 0,
  5063. ["x"] = 0,
  5064. ["z"] = 0
  5065. },
  5066. ["position"] =
  5067. {
  5068. ["y"] = 0,
  5069. ["x"] = 0,
  5070. ["z"] = 0
  5071. },
  5072. ["vrotation"] =
  5073. {
  5074. ["y"] = 0,
  5075. ["x"] = 0,
  5076. ["z"] = 0
  5077. },
  5078. ["vposition"] =
  5079. {
  5080. ["y"] = 0,
  5081. ["x"] = 0,
  5082. ["z"] = 0
  5083. }
  5084. },
  5085. [2] =
  5086. {
  5087. ["drotation"] =
  5088. {
  5089. ["y"] = 0,
  5090. ["x"] = 0,
  5091. ["z"] = 0
  5092. },
  5093. ["dposition"] =
  5094. {
  5095. ["y"] = 0,
  5096. ["x"] = 0,
  5097. ["z"] = 0
  5098. },
  5099. ["scale"] =
  5100. {
  5101. ["y"] = 0,
  5102. ["x"] = 0,
  5103. ["z"] = 0
  5104. },
  5105. ["dscale"] =
  5106. {
  5107. ["y"] = 0,
  5108. ["x"] = 0,
  5109. ["z"] = 0
  5110. },
  5111. ["vscale"] =
  5112. {
  5113. ["y"] = 0,
  5114. ["x"] = 0,
  5115. ["z"] = 0
  5116. },
  5117. ["rotation"] =
  5118. {
  5119. ["y"] = 0,
  5120. ["x"] = 0,
  5121. ["z"] = 0
  5122. },
  5123. ["position"] =
  5124. {
  5125. ["y"] = 0,
  5126. ["x"] = 0,
  5127. ["z"] = 0
  5128. },
  5129. ["vrotation"] =
  5130. {
  5131. ["y"] = 0,
  5132. ["x"] = 0,
  5133. ["z"] = 0
  5134. },
  5135. ["vposition"] =
  5136. {
  5137. ["y"] = 0,
  5138. ["x"] = 0,
  5139. ["z"] = 0
  5140. }
  5141. },
  5142. [3] =
  5143. {
  5144. ["drotation"] =
  5145. {
  5146. ["y"] = 0,
  5147. ["x"] = 0,
  5148. ["z"] = 0
  5149. },
  5150. ["dposition"] =
  5151. {
  5152. ["y"] = 0,
  5153. ["x"] = 0,
  5154. ["z"] = 0
  5155. },
  5156. ["scale"] =
  5157. {
  5158. ["y"] = 0,
  5159. ["x"] = 0,
  5160. ["z"] = 0
  5161. },
  5162. ["dscale"] =
  5163. {
  5164. ["y"] = 0,
  5165. ["x"] = 0,
  5166. ["z"] = 0
  5167. },
  5168. ["vscale"] =
  5169. {
  5170. ["y"] = 0,
  5171. ["x"] = 0,
  5172. ["z"] = 0
  5173. },
  5174. ["rotation"] =
  5175. {
  5176. ["y"] = 0,
  5177. ["x"] = 0,
  5178. ["z"] = 0
  5179. },
  5180. ["position"] =
  5181. {
  5182. ["y"] = 0,
  5183. ["x"] = 0,
  5184. ["z"] = 0
  5185. },
  5186. ["vrotation"] =
  5187. {
  5188. ["y"] = 0,
  5189. ["x"] = 0,
  5190. ["z"] = 0
  5191. },
  5192. ["vposition"] =
  5193. {
  5194. ["y"] = 0,
  5195. ["x"] = 0,
  5196. ["z"] = 0
  5197. }
  5198. },
  5199. [4] =
  5200. {
  5201. ["drotation"] =
  5202. {
  5203. ["y"] = 0,
  5204. ["x"] = 0,
  5205. ["z"] = 0
  5206. },
  5207. ["dposition"] =
  5208. {
  5209. ["y"] = 0,
  5210. ["x"] = 0,
  5211. ["z"] = 0
  5212. },
  5213. ["scale"] =
  5214. {
  5215. ["y"] = 0,
  5216. ["x"] = 0,
  5217. ["z"] = 0
  5218. },
  5219. ["dscale"] =
  5220. {
  5221. ["y"] = 0,
  5222. ["x"] = 0,
  5223. ["z"] = 0
  5224. },
  5225. ["vscale"] =
  5226. {
  5227. ["y"] = 0,
  5228. ["x"] = 0,
  5229. ["z"] = 0
  5230. },
  5231. ["rotation"] =
  5232. {
  5233. ["y"] = 0,
  5234. ["x"] = 0,
  5235. ["z"] = 0
  5236. },
  5237. ["position"] =
  5238. {
  5239. ["y"] = 0,
  5240. ["x"] = 0,
  5241. ["z"] = 0
  5242. },
  5243. ["vrotation"] =
  5244. {
  5245. ["y"] = 0,
  5246. ["x"] = 0,
  5247. ["z"] = 0
  5248. },
  5249. ["vposition"] =
  5250. {
  5251. ["y"] = 0,
  5252. ["x"] = 0,
  5253. ["z"] = 0
  5254. }
  5255. },
  5256. [5] =
  5257. {
  5258. ["drotation"] =
  5259. {
  5260. ["y"] = 0,
  5261. ["x"] = 0,
  5262. ["z"] = 0
  5263. },
  5264. ["dposition"] =
  5265. {
  5266. ["y"] = 0,
  5267. ["x"] = 0,
  5268. ["z"] = 0
  5269. },
  5270. ["scale"] =
  5271. {
  5272. ["y"] = 0,
  5273. ["x"] = 0,
  5274. ["z"] = 0
  5275. },
  5276. ["dscale"] =
  5277. {
  5278. ["y"] = 0,
  5279. ["x"] = 0,
  5280. ["z"] = 0
  5281. },
  5282. ["vscale"] =
  5283. {
  5284. ["y"] = 0,
  5285. ["x"] = 0,
  5286. ["z"] = 0
  5287. },
  5288. ["rotation"] =
  5289. {
  5290. ["y"] = 0,
  5291. ["x"] = 0,
  5292. ["z"] = 0
  5293. },
  5294. ["position"] =
  5295. {
  5296. ["y"] = 0,
  5297. ["x"] = 0,
  5298. ["z"] = 0
  5299. },
  5300. ["vrotation"] =
  5301. {
  5302. ["y"] = 0,
  5303. ["x"] = 0,
  5304. ["z"] = 0
  5305. },
  5306. ["vposition"] =
  5307. {
  5308. ["y"] = 0,
  5309. ["x"] = 0,
  5310. ["z"] = 0
  5311. }
  5312. }
  5313. },
  5314. ["description"] = "",
  5315. ["createdDate"] = 1000,
  5316. ["lowerDesc"] = "",
  5317. ["scales"] =
  5318. {
  5319. ["LowerLegHeight"] = (AllBodyConfigBox.Text),
  5320. ["UpperTorsoWidth"] = (AllBodyConfigBox.Text),
  5321. ["UpperArmHeight"] = (AllBodyConfigBox.Text),
  5322. ["HandHeight"] = (AllBodyConfigBox.Text),
  5323. ["UpperLegWidth"] = (AllBodyConfigBox.Text),
  5324. ["LowerArmWidth"] = (AllBodyConfigBox.Text),
  5325. ["FootWidth"] = (AllBodyConfigBox.Text),
  5326. ["LowerArmHeight"] = (AllBodyConfigBox.Text),
  5327. ["UpperArmWidth"] = (AllBodyConfigBox.Text),
  5328. ["FootHeight"] = (AllBodyConfigBox.Text),
  5329. ["LowerTorsoWidth"] = (AllBodyConfigBox.Text),
  5330. ["UpperTorsoHeight"] = (AllBodyConfigBox.Text),
  5331. ["HandWidth"] = (AllBodyConfigBox.Text),
  5332. ["HeadScale"] = (AllBodyConfigBox.Text),
  5333. ["UpperLegHeight"] = (AllBodyConfigBox.Text),
  5334. ["LowerTorsoHeight"] = (AllBodyConfigBox.Text),
  5335. ["LowerLegWidth"] = (AllBodyConfigBox.Text)
  5336. },
  5337. ["name"] = "",
  5338. ["outfitId"] = 1,
  5339. ["isOutfit"] = true,
  5340. ["collageSeed"] = 0,
  5341. ["lowerName"] = ""
  5342. }
  5343. local Event = game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance
  5344. Event:FireServer(OOF)
  5345. end)
  5346. end)
  5347.  
  5348. moneyplaza.Name = "moneyplaza"
  5349. moneyplaza.Parent = maingui
  5350. moneyplaza.BackgroundColor3 = Color3.new(1, 1, 1)
  5351. moneyplaza.Position = UDim2.new(0.00749375112, 0, 0.528613448, 0)
  5352. moneyplaza.Size = UDim2.new(0, 162, 0, 39)
  5353. moneyplaza.Style = Enum.ButtonStyle.RobloxRoundButton
  5354. moneyplaza.Font = Enum.Font.SciFi
  5355. moneyplaza.Text = "Money Plaza"
  5356. moneyplaza.TextColor3 = Color3.new(0, 0, 0)
  5357. moneyplaza.TextSize = 14
  5358. moneyplaza.MouseButton1Down:connect(function()
  5359. local amount = 10000000000
  5360. game.ReplicatedStorage.ServerStats.ChangeMoney:FireServer(amount, math.floor(math.sqrt(game.ReplicatedStorage.ServerStats.CurrentID.Value)) + 1337)
  5361. end)
  5362.  
  5363. fastak.Name = "fastak"
  5364. fastak.Parent = maingui
  5365. fastak.BackgroundColor3 = Color3.new(1, 1, 1)
  5366. fastak.Position = UDim2.new(0.00749375112, 0, 0.698585153, 0)
  5367. fastak.Size = UDim2.new(0, 162, 0, 39)
  5368. fastak.Style = Enum.ButtonStyle.RobloxRoundButton
  5369. fastak.Font = Enum.Font.SciFi
  5370. fastak.Text = "Fast AK47"
  5371. fastak.TextColor3 = Color3.new(0, 0, 0)
  5372. fastak.TextSize = 14
  5373. fastak.MouseButton1Down:connect(function()
  5374. local player = game:GetService("Players").LocalPlayer
  5375. local gun = player.Backpack:FindFirstChild("AK-47")
  5376. local sM = require(gun:FindFirstChild("GunStates"))
  5377. sM["Damage"] = 999
  5378. sM["MaxAmmo"] = 9999991
  5379. sM["StoredAmmo"] = 9999991
  5380. sM["FireRate"] = 0.05
  5381. sM["AmmoPerClip"] = 9999991
  5382. sM["Range"] = 5000
  5383. sM["ReloadTime"] = 0.05
  5384. sM["Bullets"] = 10
  5385. sM["AutoFire"] = true
  5386. end)
  5387.  
  5388. rocitizenscar.Name = "rocitizenscar"
  5389. rocitizenscar.Parent = maingui
  5390. rocitizenscar.BackgroundColor3 = Color3.new(1, 1, 1)
  5391. rocitizenscar.Position = UDim2.new(0.00749375112, 0, 0.857225358, 0)
  5392. rocitizenscar.Size = UDim2.new(0, 162, 0, 39)
  5393. rocitizenscar.Style = Enum.ButtonStyle.RobloxRoundButton
  5394. rocitizenscar.Font = Enum.Font.SciFi
  5395. rocitizenscar.Text = "Rocitizens Car Giver Gui"
  5396. rocitizenscar.TextColor3 = Color3.new(0, 0, 0)
  5397. rocitizenscar.TextSize = 14
  5398. rocitizenscar.MouseButton1Down:connect(function()
  5399. function CreateGui()
  5400.  
  5401.         -- Objects
  5402.        
  5403.         local friggysGui = Instance.new("ScreenGui")
  5404.         local Shadow = Instance.new("Frame")
  5405.         local Frame = Instance.new("Frame")
  5406.         local CheckMoney = Instance.new("TextButton")
  5407.         local Close = Instance.new("TextButton")
  5408.         local GiveConfirm = Instance.new("TextButton")
  5409.         local BlueBar = Instance.new("TextLabel")
  5410.         local HowMuchMoney = Instance.new("TextBox")
  5411.         local MaxMoney = Instance.new("TextButton")
  5412.         local MoneyConfirm = Instance.new("TextButton")
  5413.         local Open = Instance.new("TextButton")
  5414.         local StealConfirm = Instance.new("TextButton")
  5415.         local WhoToGive = Instance.new("TextBox")
  5416.         local WhoToSteal = Instance.new("TextBox")
  5417.         local SleighIns = Instance.new("TextLabel")
  5418.         local GuiName = Instance.new("TextLabel")
  5419.         local StealMoneyIns = Instance.new("TextLabel")
  5420.         local Page2 = Instance.new("TextButton")
  5421.         local Page1 = Instance.new("TextButton")
  5422.         local Rocky = Instance.new("TextButton")
  5423.         local HousePerms = Instance.new("TextButton")
  5424.         local StealHouse = Instance.new("TextButton")
  5425.         local GetSleigh = Instance.new("TextButton")
  5426.         local StealMoney = Instance.new("TextButton")
  5427.         local ChangeMoney = Instance.new("TextButton")
  5428.         local GiveMoney = Instance.new("TextButton")
  5429.         local TP = Instance.new("TextButton")
  5430.         local GiveMoneyIns = Instance.new("TextLabel")
  5431.         local ChangeMoneyIns = Instance.new("TextLabel")
  5432.         local SleighConfirm = Instance.new("TextButton")
  5433.         local WhoToCheck = Instance.new("TextBox")
  5434.         local CheckConfirm = Instance.new("TextButton")
  5435.         local CheckMoneyIns = Instance.new("TextLabel")
  5436.         local ChkMon = Instance.new("TextLabel")
  5437.         local ChkMonClose = Instance.new("TextButton")
  5438.         local HouseToSteal = Instance.new("TextBox")
  5439.         local StealHouseIns = Instance.new("TextLabel")
  5440.         local HouseConfirm = Instance.new("TextButton")
  5441.         local CreditsTxt = Instance.new("TextLabel")
  5442.         local Credits = Instance.new("TextButton")
  5443.         local Back = Instance.new("TextButton")
  5444.         local Back2 = Instance.new("TextButton")
  5445.        
  5446.         -- Properties
  5447.        
  5448.         friggysGui.Name = "friggysGui"
  5449.         friggysGui.Parent = game.CoreGui
  5450.        
  5451.         Shadow.Name = "Shadow"
  5452.         Shadow.Parent = friggysGui
  5453.         Shadow.Active = true
  5454.         Shadow.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  5455.         Shadow.BackgroundTransparency = 0.69999998807907
  5456.         Shadow.Draggable = true
  5457.         Shadow.Position = UDim2.new(0, 90, 0, 296)
  5458.         Shadow.Size = UDim2.new(0, 445, 0, 420)
  5459.        
  5460.         Frame.Parent = friggysGui
  5461.         Frame.Active = true
  5462.         Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  5463.         Frame.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  5464.         Frame.Draggable = true
  5465.         Frame.Position = UDim2.new(0, 85, 0, 291)
  5466.         Frame.Size = UDim2.new(0, 445, 0, 420)
  5467.        
  5468.         CheckMoney.Name = "CheckMoney"
  5469.         CheckMoney.Parent = Frame
  5470.         CheckMoney.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  5471.         CheckMoney.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  5472.         CheckMoney.BorderSizePixel = 5
  5473.         CheckMoney.Position = UDim2.new(0, 122, 0, 139)
  5474.         CheckMoney.Size = UDim2.new(0, 200, 0, 50)
  5475.         CheckMoney.Visible = false
  5476.         CheckMoney.AutoButtonColor = false
  5477.         CheckMoney.Font = Enum.Font.SciFi
  5478.         CheckMoney.FontSize = Enum.FontSize.Size28
  5479.         CheckMoney.Text = "Check Money"
  5480.         CheckMoney.TextColor3 = Color3.new(0, 0, 0)
  5481.         CheckMoney.TextSize = 25
  5482.        
  5483.         Close.Name = "Close"
  5484.         Close.Parent = Frame
  5485.         Close.BackgroundColor3 = Color3.new(1, 1, 1)
  5486.         Close.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  5487.         Close.Position = UDim2.new(0, 0, 0, 384)
  5488.         Close.Size = UDim2.new(0, 42, 0, 36)
  5489.         Close.Font = Enum.Font.Arial
  5490.         Close.FontSize = Enum.FontSize.Size14
  5491.         Close.Text = "Close"
  5492.         Close.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  5493.         Close.TextSize = 14
  5494.        
  5495.         GiveConfirm.Name = "GiveConfirm"
  5496.         GiveConfirm.Parent = Frame
  5497.         GiveConfirm.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  5498.         GiveConfirm.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  5499.         GiveConfirm.BorderSizePixel = 5
  5500.         GiveConfirm.Position = UDim2.new(0, 123, 0, 251)
  5501.         GiveConfirm.Size = UDim2.new(0, 200, 0, 50)
  5502.         GiveConfirm.Visible = false
  5503.         GiveConfirm.Font = Enum.Font.SciFi
  5504.         GiveConfirm.FontSize = Enum.FontSize.Size28
  5505.         GiveConfirm.Text = "Confirm"
  5506.         GiveConfirm.TextColor3 = Color3.new(0, 0, 0)
  5507.         GiveConfirm.TextSize = 25
  5508.        
  5509.         BlueBar.Name = "BlueBar"
  5510.         BlueBar.Parent = Frame
  5511.         BlueBar.BackgroundColor3 = Color3.new(0.388235, 0.705882, 1)
  5512.         BlueBar.BorderColor3 = Color3.new(0.388235, 0.705882, 1)
  5513.         BlueBar.Position = UDim2.new(0, 0, 0, 39)
  5514.         BlueBar.Size = UDim2.new(0, 445, 0, 12)
  5515.         BlueBar.Font = Enum.Font.SourceSans
  5516.         BlueBar.FontSize = Enum.FontSize.Size14
  5517.         BlueBar.Text = ""
  5518.         BlueBar.TextSize = 14
  5519.        
  5520.         HowMuchMoney.Name = "HowMuchMoney"
  5521.         HowMuchMoney.Parent = Frame
  5522.         HowMuchMoney.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  5523.         HowMuchMoney.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  5524.         HowMuchMoney.BorderSizePixel = 5
  5525.         HowMuchMoney.Position = UDim2.new(0, 123, 0, 128)
  5526.         HowMuchMoney.Size = UDim2.new(0, 200, 0, 50)
  5527.         HowMuchMoney.Visible = false
  5528.         HowMuchMoney.Font = Enum.Font.Code
  5529.         HowMuchMoney.FontSize = Enum.FontSize.Size14
  5530.         HowMuchMoney.Text = "How much money you want"
  5531.         HowMuchMoney.TextColor3 = Color3.new(0, 0, 0)
  5532.         HowMuchMoney.TextSize = 14
  5533.        
  5534.         MaxMoney.Name = "MaxMoney"
  5535.         MaxMoney.Parent = Frame
  5536.         MaxMoney.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  5537.         MaxMoney.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  5538.         MaxMoney.BorderSizePixel = 5
  5539.         MaxMoney.Position = UDim2.new(0, 123, 0, 291)
  5540.         MaxMoney.Size = UDim2.new(0, 200, 0, 50)
  5541.         MaxMoney.Visible = false
  5542.         MaxMoney.Font = Enum.Font.SciFi
  5543.         MaxMoney.FontSize = Enum.FontSize.Size28
  5544.         MaxMoney.Text = "Max Money"
  5545.         MaxMoney.TextColor3 = Color3.new(0, 1, 0.933333)
  5546.         MaxMoney.TextSize = 25
  5547.        
  5548.         MoneyConfirm.Name = "MoneyConfirm"
  5549.         MoneyConfirm.Parent = Frame
  5550.         MoneyConfirm.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  5551.         MoneyConfirm.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  5552.         MoneyConfirm.BorderSizePixel = 5
  5553.         MoneyConfirm.Position = UDim2.new(0, 123, 0, 210)
  5554.         MoneyConfirm.Size = UDim2.new(0, 200, 0, 50)
  5555.         MoneyConfirm.Visible = false
  5556.         MoneyConfirm.Font = Enum.Font.SciFi
  5557.         MoneyConfirm.FontSize = Enum.FontSize.Size28
  5558.         MoneyConfirm.Text = "Confirm"
  5559.         MoneyConfirm.TextColor3 = Color3.new(0, 0, 0)
  5560.         MoneyConfirm.TextSize = 25
  5561.        
  5562.         Open.Name = "Open"
  5563.         Open.Parent = friggysGui
  5564.         Open.BackgroundColor3 = Color3.new(1, 1, 1)
  5565.         Open.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  5566.         Open.Position = UDim2.new(0, 0, 0, 384)
  5567.         Open.Size = UDim2.new(0, 42, 0, 36)
  5568.         Open.Visible = false
  5569.         Open.Font = Enum.Font.Arial
  5570.         Open.FontSize = Enum.FontSize.Size14
  5571.         Open.Text = "Open"
  5572.         Open.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  5573.         Open.TextSize = 14
  5574.        
  5575.         StealConfirm.Name = "StealConfirm"
  5576.         StealConfirm.Parent = Frame
  5577.         StealConfirm.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  5578.         StealConfirm.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  5579.         StealConfirm.BorderSizePixel = 5
  5580.         StealConfirm.Position = UDim2.new(0, 123, 0, 251)
  5581.         StealConfirm.Size = UDim2.new(0, 200, 0, 50)
  5582.         StealConfirm.Visible = false
  5583.         StealConfirm.Font = Enum.Font.SciFi
  5584.         StealConfirm.FontSize = Enum.FontSize.Size28
  5585.         StealConfirm.Text = "Confirm"
  5586.         StealConfirm.TextColor3 = Color3.new(0, 0, 0)
  5587.         StealConfirm.TextSize = 25
  5588.        
  5589.         WhoToGive.Name = "WhoToGive"
  5590.         WhoToGive.Parent = Frame
  5591.         WhoToGive.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  5592.         WhoToGive.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  5593.         WhoToGive.BorderSizePixel = 5
  5594.         WhoToGive.Position = UDim2.new(0, 122, 0, 160)
  5595.         WhoToGive.Size = UDim2.new(0, 200, 0, 50)
  5596.         WhoToGive.Visible = false
  5597.         WhoToGive.Font = Enum.Font.Code
  5598.         WhoToGive.FontSize = Enum.FontSize.Size18
  5599.         WhoToGive.Text = "Who you want to donate"
  5600.         WhoToGive.TextColor3 = Color3.new(0, 0, 0)
  5601.         WhoToGive.TextSize = 16
  5602.        
  5603.         WhoToSteal.Name = "WhoToSteal"
  5604.         WhoToSteal.Parent = Frame
  5605.         WhoToSteal.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  5606.         WhoToSteal.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  5607.         WhoToSteal.BorderSizePixel = 5
  5608.         WhoToSteal.Position = UDim2.new(0, 123, 0, 159)
  5609.         WhoToSteal.Size = UDim2.new(0, 200, 0, 50)
  5610.         WhoToSteal.Visible = false
  5611.         WhoToSteal.Font = Enum.Font.Code
  5612.         WhoToSteal.FontSize = Enum.FontSize.Size14
  5613.         WhoToSteal.Text = "Who you want to steal from"
  5614.         WhoToSteal.TextColor3 = Color3.new(0, 0, 0)
  5615.         WhoToSteal.TextSize = 14
  5616.        
  5617.         SleighIns.Name = "SleighIns"
  5618.         SleighIns.Parent = Frame
  5619.         SleighIns.BackgroundColor3 = Color3.new(1, 1, 1)
  5620.         SleighIns.BorderColor3 = Color3.new(1, 1, 1)
  5621.         SleighIns.Position = UDim2.new(0, 151, 0, 88)
  5622.         SleighIns.Size = UDim2.new(0, 144, 0, 57)
  5623.         SleighIns.Visible = false
  5624.         SleighIns.Font = Enum.Font.Code
  5625.         SleighIns.FontSize = Enum.FontSize.Size14
  5626.         SleighIns.Text = "Go to the car dealership.\nSelect to buy a car.\nPress the 'Confirm' button.\nChange the car colours, and press buy."
  5627.         SleighIns.TextColor3 = Color3.new(0, 0, 0)
  5628.         SleighIns.TextSize = 14
  5629.        
  5630.         GuiName.Name = "GuiName"
  5631.         GuiName.Parent = Frame
  5632.         GuiName.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  5633.         GuiName.BorderColor3 = Color3.new(0.905882, 1, 0.984314)
  5634.         GuiName.Position = UDim2.new(0, 0, 0, 2)
  5635.         GuiName.Size = UDim2.new(0, 445, 0, 35)
  5636.         GuiName.Font = Enum.Font.SciFi
  5637.         GuiName.FontSize = Enum.FontSize.Size48
  5638.         GuiName.Text = "RoCitizen GUI"
  5639.         GuiName.TextColor3 = Color3.new(0.12549, 0.568627, 0.866667)
  5640.         GuiName.TextSize = 40
  5641.        
  5642.         StealMoneyIns.Name = "StealMoneyIns"
  5643.         StealMoneyIns.Parent = Frame
  5644.         StealMoneyIns.BackgroundColor3 = Color3.new(1, 1, 1)
  5645.         StealMoneyIns.BorderColor3 = Color3.new(1, 1, 1)
  5646.         StealMoneyIns.Position = UDim2.new(0, 45, 0, 55)
  5647.         StealMoneyIns.Size = UDim2.new(0, 350, 0, 70)
  5648.         StealMoneyIns.Visible = false
  5649.         StealMoneyIns.Font = Enum.Font.Fantasy
  5650.         StealMoneyIns.FontSize = Enum.FontSize.Size14
  5651.         StealMoneyIns.Text = "Trade the victim 4k to gain their trust.\nType the name of who you want to steal from below.\nPress \"Confirm\".\nTrade them however much money you want.\nIf they ask why its negative say it's a glitch."
  5652.         StealMoneyIns.TextColor3 = Color3.new(0, 0, 0)
  5653.         StealMoneyIns.TextSize = 14
  5654.         StealMoneyIns.TextWrapped = true
  5655.        
  5656.         ChangeMoneyIns.Name = "ChangeMoneyIns"
  5657.         ChangeMoneyIns.Archivable = false
  5658.         ChangeMoneyIns.Parent = Frame
  5659.         ChangeMoneyIns.BackgroundColor3 = Color3.new(1, 1, 1)
  5660.         ChangeMoneyIns.BorderColor3 = Color3.new(1, 1, 1)
  5661.         ChangeMoneyIns.Position = UDim2.new(0, 64, 0, 55)
  5662.         ChangeMoneyIns.Size = UDim2.new(0, 317, 0, 55)
  5663.         ChangeMoneyIns.Visible = false
  5664.         ChangeMoneyIns.Font = Enum.Font.Fantasy
  5665.         ChangeMoneyIns.FontSize = Enum.FontSize.Size14
  5666.         ChangeMoneyIns.Text = "Type the amount of money you want below and press \"Confirm\".\nAlternatively, if you want max money, press \"Max\"."
  5667.         StealMoneyIns.TextColor3 = Color3.new(0, 0, 0)
  5668.         ChangeMoneyIns.TextSize = 14
  5669.        
  5670.         Page2.Name = "Page2"
  5671.         Page2.Parent = Frame
  5672.         Page2.BackgroundColor3 = Color3.new(1, 1, 1)
  5673.         Page2.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  5674.         Page2.Position = UDim2.new(0, 397, 0, 0)
  5675.         Page2.Size = UDim2.new(0, 48, 0, 37)
  5676.         Page2.Font = Enum.Font.Arial
  5677.         Page2.FontSize = Enum.FontSize.Size14
  5678.         Page2.Text = "Page 2"
  5679.         Page2.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  5680.         Page2.TextSize = 14
  5681.         Page2.TextStrokeColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  5682.        
  5683.         Page1.Name = "Page1"
  5684.         Page1.Parent = Frame
  5685.         Page1.BackgroundColor3 = Color3.new(1, 1, 1)
  5686.         Page1.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  5687.         Page1.Size = UDim2.new(0, 48, 0, 37)
  5688.         Page1.Visible = false
  5689.         Page1.Font = Enum.Font.Arial
  5690.         Page1.FontSize = Enum.FontSize.Size14
  5691.         Page1.Text = "Page 1"
  5692.         Page1.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  5693.         Page1.TextSize = 14
  5694.        
  5695.         Rocky.Name = "Rocky"
  5696.         Rocky.Parent = Frame
  5697.         Rocky.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  5698.         Rocky.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  5699.         Rocky.BorderSizePixel = 5
  5700.         Rocky.Position = UDim2.new(0, 122, 0, 340)
  5701.         Rocky.Size = UDim2.new(0, 200, 0, 50)
  5702.         Rocky.AutoButtonColor = false
  5703.         Rocky.Font = Enum.Font.SciFi
  5704.         Rocky.FontSize = Enum.FontSize.Size28
  5705.         Rocky.Text = "Rocky2u"
  5706.         Rocky.TextColor3 = Color3.new(0.0666667, 0.0823529, 1)
  5707.         Rocky.TextSize = 25
  5708.        
  5709.         HousePerms.Name = "HousePerms"
  5710.         HousePerms.Parent = Frame
  5711.         HousePerms.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  5712.         HousePerms.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  5713.         HousePerms.BorderSizePixel = 5
  5714.         HousePerms.Position = UDim2.new(0, 122, 0, 273)
  5715.         HousePerms.Size = UDim2.new(0, 200, 0, 50)
  5716.         HousePerms.Visible = false
  5717.         HousePerms.AutoButtonColor = false
  5718.         HousePerms.Font = Enum.Font.SciFi
  5719.         HousePerms.FontSize = Enum.FontSize.Size28
  5720.         HousePerms.Text = "Perms for all houses"
  5721.         HousePerms.TextColor3 = Color3.new(0, 0, 0)
  5722.         HousePerms.TextScaled = true
  5723.         HousePerms.TextSize = 25
  5724.         HousePerms.TextWrapped = true
  5725.        
  5726.         StealHouse.Name = "StealHouse"
  5727.         StealHouse.Parent = Frame
  5728.         StealHouse.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  5729.         StealHouse.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  5730.         StealHouse.BorderSizePixel = 5
  5731.         StealHouse.Position = UDim2.new(0, 122, 0, 206)
  5732.         StealHouse.Size = UDim2.new(0, 200, 0, 50)
  5733.         StealHouse.Visible = false
  5734.         StealHouse.AutoButtonColor = false
  5735.         StealHouse.Font = Enum.Font.SciFi
  5736.         StealHouse.FontSize = Enum.FontSize.Size28
  5737.         StealHouse.Text = "Steal House"
  5738.         StealHouse.TextColor3 = Color3.new(0, 0, 0)
  5739.         StealHouse.TextSize = 25
  5740.        
  5741.         GetSleigh.Name = "GetSleigh"
  5742.         GetSleigh.Parent = Frame
  5743.         GetSleigh.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  5744.         GetSleigh.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  5745.         GetSleigh.BorderSizePixel = 5
  5746.         GetSleigh.Position = UDim2.new(0, 122, 0, 72)
  5747.         GetSleigh.Size = UDim2.new(0, 200, 0, 50)
  5748.         GetSleigh.Visible = false
  5749.         GetSleigh.AutoButtonColor = false
  5750.         GetSleigh.Font = Enum.Font.SciFi
  5751.         GetSleigh.FontSize = Enum.FontSize.Size28
  5752.         GetSleigh.Text = "Buy Sleigher"
  5753.         GetSleigh.TextColor3 = Color3.new(0, 0, 0)
  5754.         GetSleigh.TextSize = 25
  5755.        
  5756.         StealMoney.Name = "StealMoney"
  5757.         StealMoney.Parent = Frame
  5758.         StealMoney.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  5759.         StealMoney.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  5760.         StealMoney.BorderSizePixel = 5
  5761.         StealMoney.Position = UDim2.new(0, 122, 0, 206)
  5762.         StealMoney.Size = UDim2.new(0, 200, 0, 50)
  5763.         StealMoney.AutoButtonColor = false
  5764.         StealMoney.Font = Enum.Font.SciFi
  5765.         StealMoney.FontSize = Enum.FontSize.Size28
  5766.         StealMoney.Text = "Steal Money"
  5767.         StealMoney.TextColor3 = Color3.new(0, 0, 0)
  5768.         StealMoney.TextSize = 25
  5769.        
  5770.         ChangeMoney.Name = "ChangeMoney"
  5771.         ChangeMoney.Parent = Frame
  5772.         ChangeMoney.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  5773.         ChangeMoney.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  5774.         ChangeMoney.BorderSizePixel = 5
  5775.         ChangeMoney.Position = UDim2.new(0, 122, 0, 72)
  5776.         ChangeMoney.Size = UDim2.new(0, 200, 0, 50)
  5777.         ChangeMoney.AutoButtonColor = false
  5778.         ChangeMoney.Font = Enum.Font.SciFi
  5779.         ChangeMoney.FontSize = Enum.FontSize.Size28
  5780.         ChangeMoney.Text = " Change Money"
  5781.         ChangeMoney.TextColor3 = Color3.new(0, 0, 0)
  5782.         ChangeMoney.TextSize = 25
  5783.        
  5784.         GiveMoney.Name = "GiveMoney"
  5785.         GiveMoney.Parent = Frame
  5786.         GiveMoney.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  5787.         GiveMoney.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  5788.         GiveMoney.BorderSizePixel = 5
  5789.         GiveMoney.Position = UDim2.new(0, 122, 0, 139)
  5790.         GiveMoney.Size = UDim2.new(0, 200, 0, 50)
  5791.         GiveMoney.AutoButtonColor = false
  5792.         GiveMoney.Font = Enum.Font.SciFi
  5793.         GiveMoney.FontSize = Enum.FontSize.Size28
  5794.         GiveMoney.Text = "Give Money"
  5795.         GiveMoney.TextColor3 = Color3.new(0, 0, 0)
  5796.         GiveMoney.TextSize = 25
  5797.        
  5798.         TP.Name = "TP"
  5799.         TP.Parent = Frame
  5800.         TP.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  5801.         TP.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  5802.         TP.BorderSizePixel = 5
  5803.         TP.Position = UDim2.new(0, 122, 0, 273)
  5804.         TP.Size = UDim2.new(0, 200, 0, 50)
  5805.         TP.AutoButtonColor = false
  5806.         TP.Font = Enum.Font.SciFi
  5807.         TP.FontSize = Enum.FontSize.Size28
  5808.         TP.Text = "E to TP"
  5809.         TP.TextColor3 = Color3.new(0.0666667, 0.0823529, 1)
  5810.         TP.TextSize = 25
  5811.        
  5812.         GiveMoneyIns.Name = "GiveMoneyIns"
  5813.         GiveMoneyIns.Parent = Frame
  5814.         GiveMoneyIns.BackgroundColor3 = Color3.new(1, 1, 1)
  5815.         GiveMoneyIns.BorderColor3 = Color3.new(1, 1, 1)
  5816.         GiveMoneyIns.Position = UDim2.new(0, 101, 0, 55)
  5817.         GiveMoneyIns.Size = UDim2.new(0, 230, 0, 72)
  5818.         GiveMoneyIns.Visible = false
  5819.         GiveMoneyIns.Font = Enum.Font.Code
  5820.         GiveMoneyIns.FontSize = Enum.FontSize.Size14
  5821.         GiveMoneyIns.Text = "Trade the recipient some money.\nType the name of the recipient.\nPress \"Confirm\".\nTrade them however much money you want."
  5822.         GiveMoneyIns.TextColor3 = Color3.new(0, 0, 0)
  5823.         GiveMoneyIns.TextSize = 14
  5824.         GiveMoneyIns.TextWrapped = true
  5825.        
  5826.         SleighConfirm.Name = "SleighConfirm"
  5827.         SleighConfirm.Parent = Frame
  5828.         SleighConfirm.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  5829.         SleighConfirm.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  5830.         SleighConfirm.BorderSizePixel = 5
  5831.         SleighConfirm.Position = UDim2.new(0, 122, 0, 210)
  5832.         SleighConfirm.Size = UDim2.new(0, 200, 0, 50)
  5833.         SleighConfirm.Visible = false
  5834.         SleighConfirm.Font = Enum.Font.SciFi
  5835.         SleighConfirm.FontSize = Enum.FontSize.Size28
  5836.         SleighConfirm.Text = "Confirm"
  5837.         SleighConfirm.TextColor3 = Color3.new(0, 0, 0)
  5838.         SleighConfirm.TextSize = 25
  5839.        
  5840.         WhoToCheck.Name = "WhoToCheck"
  5841.         WhoToCheck.Parent = Frame
  5842.         WhoToCheck.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  5843.         WhoToCheck.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  5844.         WhoToCheck.BorderSizePixel = 5
  5845.         WhoToCheck.Position = UDim2.new(0, 122, 0, 160)
  5846.         WhoToCheck.Size = UDim2.new(0, 200, 0, 50)
  5847.         WhoToCheck.Visible = false
  5848.         WhoToCheck.Font = Enum.Font.Code
  5849.         WhoToCheck.FontSize = Enum.FontSize.Size18
  5850.         WhoToCheck.Text = "Who you want to check on"
  5851.         WhoToCheck.TextColor3 = Color3.new(0, 0, 0)
  5852.         WhoToCheck.TextSize = 16
  5853.        
  5854.         CheckConfirm.Name = "CheckConfirm"
  5855.         CheckConfirm.Parent = Frame
  5856.         CheckConfirm.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  5857.         CheckConfirm.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  5858.         CheckConfirm.BorderSizePixel = 5
  5859.         CheckConfirm.Position = UDim2.new(0, 123, 0, 251)
  5860.         CheckConfirm.Size = UDim2.new(0, 200, 0, 50)
  5861.         CheckConfirm.Visible = false
  5862.         CheckConfirm.Font = Enum.Font.SciFi
  5863.         CheckConfirm.FontSize = Enum.FontSize.Size28
  5864.         CheckConfirm.Text = "Check"
  5865.         CheckConfirm.TextColor3 = Color3.new(0, 0, 0)
  5866.         CheckConfirm.TextSize = 25
  5867.        
  5868.         CheckMoneyIns.Name = "CheckMoneyIns"
  5869.         CheckMoneyIns.Parent = Frame
  5870.         CheckMoneyIns.BackgroundColor3 = Color3.new(1, 1, 1)
  5871.         CheckMoneyIns.BorderColor3 = Color3.new(1, 1, 1)
  5872.         CheckMoneyIns.Position = UDim2.new(0, 151, 0, 59)
  5873.         CheckMoneyIns.Size = UDim2.new(0, 144, 0, 57)
  5874.         CheckMoneyIns.Visible = false
  5875.         CheckMoneyIns.Font = Enum.Font.Code
  5876.         CheckMoneyIns.FontSize = Enum.FontSize.Size14
  5877.         CheckMoneyIns.Text = "Type the name of the person you want to check on.\nPress the 'Check' button."
  5878.         CheckMoneyIns.TextColor3 = Color3.new(0, 0, 0)
  5879.         CheckMoneyIns.TextSize = 14
  5880.        
  5881.         ChkMon.Name = "ChkMon"
  5882.         ChkMon.Parent = Frame
  5883.         ChkMon.Active = true
  5884.         ChkMon.BackgroundColor3 = Color3.new(1, 1, 1)
  5885.         ChkMon.BackgroundTransparency = 0.40000000596046
  5886.         ChkMon.Draggable = true
  5887.         ChkMon.Position = UDim2.new(0, 518, 0, 0)
  5888.         ChkMon.Size = UDim2.new(0, 611, 0, 99)
  5889.         ChkMon.Visible = false
  5890.         ChkMon.Font = Enum.Font.SourceSans
  5891.         ChkMon.FontSize = Enum.FontSize.Size14
  5892.         ChkMon.Text = "Money Here"
  5893.         ChkMon.TextScaled = true
  5894.         ChkMon.TextSize = 14
  5895.         ChkMon.TextWrapped = true
  5896.        
  5897.         ChkMonClose.Name = "ChkMonClose"
  5898.         ChkMonClose.Parent = ChkMon
  5899.         ChkMonClose.BackgroundColor3 = Color3.new(1, 0.545098, 0.545098)
  5900.         ChkMonClose.Position = UDim2.new(0, 568, 0, 0)
  5901.         ChkMonClose.Size = UDim2.new(0, 43, 0, 37)
  5902.         ChkMonClose.Font = Enum.Font.SourceSans
  5903.         ChkMonClose.FontSize = Enum.FontSize.Size14
  5904.         ChkMonClose.Text = "Close"
  5905.         ChkMonClose.TextSize = 14
  5906.        
  5907.         HouseToSteal.Name = "HouseToSteal"
  5908.         HouseToSteal.Parent = Frame
  5909.         HouseToSteal.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  5910.         HouseToSteal.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  5911.         HouseToSteal.BorderSizePixel = 5
  5912.         HouseToSteal.Position = UDim2.new(0, 122, 0, 160)
  5913.         HouseToSteal.Size = UDim2.new(0, 200, 0, 50)
  5914.         HouseToSteal.Visible = false
  5915.         HouseToSteal.Font = Enum.Font.Code
  5916.         HouseToSteal.FontSize = Enum.FontSize.Size18
  5917.         HouseToSteal.Text = "Who's house you want"
  5918.         HouseToSteal.TextColor3 = Color3.new(0, 0, 0)
  5919.         HouseToSteal.TextSize = 16
  5920.        
  5921.         StealHouseIns.Name = "StealHouseIns"
  5922.         StealHouseIns.Parent = Frame
  5923.         StealHouseIns.BackgroundColor3 = Color3.new(1, 1, 1)
  5924.         StealHouseIns.BorderColor3 = Color3.new(1, 1, 1)
  5925.         StealHouseIns.Position = UDim2.new(0, 151, 0, 59)
  5926.         StealHouseIns.Size = UDim2.new(0, 144, 0, 57)
  5927.         StealHouseIns.Visible = false
  5928.         StealHouseIns.Font = Enum.Font.Code
  5929.         StealHouseIns.FontSize = Enum.FontSize.Size14
  5930.         StealHouseIns.Text = "Demolish your house.\nType the name of the person whom's house you want to steal.\nPress the 'Confirm' button."
  5931.         StealHouseIns.TextColor3 = Color3.new(0, 0, 0)
  5932.         StealHouseIns.TextSize = 14
  5933.        
  5934.         HouseConfirm.Name = "HouseConfirm"
  5935.         HouseConfirm.Parent = Frame
  5936.         HouseConfirm.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  5937.         HouseConfirm.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  5938.         HouseConfirm.BorderSizePixel = 5
  5939.         HouseConfirm.Position = UDim2.new(0, 123, 0, 241)
  5940.         HouseConfirm.Size = UDim2.new(0, 200, 0, 50)
  5941.         HouseConfirm.Visible = false
  5942.         HouseConfirm.Font = Enum.Font.SciFi
  5943.         HouseConfirm.FontSize = Enum.FontSize.Size28
  5944.         HouseConfirm.Text = "Confirm"
  5945.         HouseConfirm.TextColor3 = Color3.new(0, 0, 0)
  5946.         HouseConfirm.TextSize = 25
  5947.        
  5948.         CreditsTxt.Name = "CreditsTxt"
  5949.         CreditsTxt.Parent = Frame
  5950.         CreditsTxt.BackgroundColor3 = Color3.new(1, 1, 1)
  5951.         CreditsTxt.BorderColor3 = Color3.new(1, 1, 1)
  5952.         CreditsTxt.Position = UDim2.new(0, 26, 0, 78)
  5953.         CreditsTxt.Size = UDim2.new(0, 393, 0, 297)
  5954.         CreditsTxt.Visible = false
  5955.         CreditsTxt.Font = Enum.Font.SourceSans
  5956.         CreditsTxt.FontSize = Enum.FontSize.Size14
  5957.         CreditsTxt.Text = "Steal money script: Webkinz\nSleigher script:\nWebkinz\nHouse Stealer script: Falcon Punch\nHouse Perm script: Falcon Punch"
  5958.         CreditsTxt.TextColor3 = Color3.new(0, 0.666667, 1)
  5959.         CreditsTxt.TextScaled = true
  5960.         CreditsTxt.TextSize = 14
  5961.         CreditsTxt.TextWrapped = true
  5962.        
  5963.         Credits.Name = "Credits"
  5964.         Credits.Parent = Frame
  5965.         Credits.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  5966.         Credits.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  5967.         Credits.BorderSizePixel = 5
  5968.         Credits.Position = UDim2.new(0, 122, 0, 341)
  5969.         Credits.Size = UDim2.new(0, 200, 0, 50)
  5970.         Credits.Visible = false
  5971.         Credits.AutoButtonColor = false
  5972.         Credits.Font = Enum.Font.SourceSansLight
  5973.         Credits.FontSize = Enum.FontSize.Size28
  5974.         Credits.Text = "Credits"
  5975.         Credits.TextColor3 = Color3.new(0, 0.666667, 1)
  5976.         Credits.TextScaled = true
  5977.         Credits.TextSize = 25
  5978.         Credits.TextWrapped = true
  5979.        
  5980.         Back.Name = "Back"
  5981.         Back.Parent = Frame
  5982.         Back.BackgroundColor3 = Color3.new(1, 1, 1)
  5983.         Back.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  5984.         Back.Size = UDim2.new(0, 42, 0, 37)
  5985.         Back.Visible = false
  5986.         Back.Font = Enum.Font.Arial
  5987.         Back.FontSize = Enum.FontSize.Size14
  5988.         Back.Text = "Back"
  5989.         Back.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  5990.         Back.TextSize = 14
  5991.        
  5992.         Back2.Name = "Back2"
  5993.         Back2.Parent = Frame
  5994.         Back2.BackgroundColor3 = Color3.new(1, 1, 1)
  5995.         Back2.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  5996.         Back2.Size = UDim2.new(0, 42, 0, 37)
  5997.         Back2.Visible = false
  5998.         Back2.Font = Enum.Font.Arial
  5999.         Back2.FontSize = Enum.FontSize.Size14
  6000.         Back2.Text = "Back"
  6001.         Back2.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  6002.         Back2.TextSize = 14
  6003.  
  6004.     -- Functions
  6005.  
  6006.         Open.MouseButton1Down:connect(function()
  6007.             friggysGui.Frame.Visible = true
  6008.             friggysGui.Shadow.Visible = true
  6009.             friggysGui.Open.Visible = false
  6010.         end)
  6011.        
  6012.         Close.MouseButton1Down:connect(function()
  6013.             Open.Visible = true
  6014.             Frame.Visible = false
  6015.             Shadow.Visible = false
  6016.         end)
  6017.        
  6018.         ChangeMoney.MouseButton1Down:connect(function()
  6019.             Frame.Back.Visible = true
  6020.             Frame.GiveMoney.Visible = false
  6021.             Frame.StealMoney.Visible = false
  6022.             Frame.Close.Visible = false
  6023.             Frame.ChangeMoney.Visible = false
  6024.             Frame.TP.Visible = false
  6025.             Frame.Rocky.Visible = false
  6026.             Frame.HowMuchMoney.Visible = true
  6027.             Frame.MaxMoney.Visible = true
  6028.             Frame.MoneyConfirm.Visible = true
  6029.             Frame.ChangeMoneyIns.Visible = true
  6030.             Frame.Page2.Visible = false
  6031.         end)
  6032.        
  6033.         StealMoney.MouseButton1Down:connect(function()
  6034.             Frame.Back.Visible = true
  6035.             Frame.GiveMoney.Visible = false
  6036.             Frame.StealMoney.Visible = false
  6037.             Frame.Close.Visible = false
  6038.             Frame.ChangeMoney.Visible = false
  6039.             Frame.TP.Visible = false
  6040.             Frame.Rocky.Visible = false
  6041.             Frame.StealMoneyIns.Visible = true
  6042.             Frame.StealConfirm.Visible = true
  6043.             Frame.WhoToSteal.Visible = true
  6044.             Frame.Page2.Visible = false
  6045.         end)
  6046.        
  6047.         GiveMoney.MouseButton1Down:connect(function()
  6048.             Frame.Back.Visible = true
  6049.             Frame.GiveMoney.Visible = false
  6050.             Frame.StealMoney.Visible = false
  6051.             Frame.Close.Visible = false
  6052.             Frame.ChangeMoney.Visible = false
  6053.             Frame.TP.Visible = false
  6054.             Frame.Rocky.Visible = false
  6055.             Frame.GiveMoneyIns.Visible = true
  6056.             Frame.GiveConfirm.Visible = true
  6057.             Frame.WhoToGive.Visible = true
  6058.             Frame.Page2.Visible = false
  6059.         end)
  6060.        
  6061.         GetSleigh.MouseButton1Down:connect(function()
  6062.             Frame.Back2.Visible = true
  6063.             Frame.StealHouse.Visible = false
  6064.             Frame.HousePerms.Visible = false
  6065.             Frame.Close.Visible = false
  6066.             Frame.Credits.Visible = false
  6067.             Frame.GetSleigh.Visible = false
  6068.             Frame.CheckMoney.Visible = false
  6069.             Frame.SleighIns.Visible = true
  6070.             Frame.SleighConfirm.Visible = true
  6071.             Frame.Page1.Visible = false
  6072.         end)
  6073.        
  6074.         StealHouse.MouseButton1Down:connect(function()
  6075.             Frame.Back2.Visible = true
  6076.             Frame.StealHouse.Visible = false
  6077.             Frame.HousePerms.Visible = false
  6078.             Frame.Close.Visible = false
  6079.             Frame.Credits.Visible = false
  6080.             Frame.GetSleigh.Visible = false
  6081.             Frame.CheckMoney.Visible = false
  6082.             Frame.StealHouseIns.Visible = true
  6083.             Frame.HouseToSteal.Visible = true
  6084.             Frame.HouseConfirm.Visible = true
  6085.             Frame.Page1.Visible = false
  6086.         end)
  6087.        
  6088.         CheckMoney.MouseButton1Down:connect(function()
  6089.             Frame.Back2.Visible = true
  6090.             Frame.StealHouse.Visible = false
  6091.             Frame.HousePerms.Visible = false
  6092.             Frame.Close.Visible = false
  6093.             Frame.Credits.Visible = false
  6094.             Frame.GetSleigh.Visible = false
  6095.             Frame.CheckMoney.Visible = false
  6096.             Frame.CheckMoneyIns.Visible = true
  6097.             Frame.CheckConfirm.Visible = true
  6098.             Frame.WhoToCheck.Visible = true
  6099.             Frame.Page1.Visible = false
  6100.         end)
  6101.        
  6102.         Credits.MouseButton1Down:connect(function()
  6103.             Frame.Back2.Visible = true
  6104.             Frame.StealHouse.Visible = false
  6105.             Frame.HousePerms.Visible = false
  6106.             Frame.Close.Visible = false
  6107.             Frame.Credits.Visible = false
  6108.             Frame.GetSleigh.Visible = false
  6109.             Frame.CreditsTxt.Visible = true
  6110.             Frame.Page1.Visible = false
  6111.         end)
  6112.        
  6113.         Back2.MouseButton1Down:connect(function()
  6114.             Frame.Back2.Visible = false
  6115.             Frame.StealHouse.Visible = true
  6116.             Frame.HousePerms.Visible = true
  6117.             Frame.Close.Visible = true
  6118.             Frame.Credits.Visible = true
  6119.             Frame.GetSleigh.Visible = true
  6120.             Frame.CheckMoney.Visible = true
  6121.             Frame.SleighIns.Visible = false
  6122.             Frame.CheckMoneyIns.Visible = false
  6123.             Frame.CheckConfirm.Visible = false
  6124.             Frame.WhoToCheck.Visible = false
  6125.             Frame.CreditsTxt.Visible = false
  6126.             Frame.StealHouseIns.Visible = false
  6127.             Frame.SleighConfirm.Visible = false
  6128.             Frame.HouseToSteal.Visible = false
  6129.             Frame.HouseConfirm.Visible = false
  6130.             Frame.Page1.Visible = true
  6131.         end)
  6132.        
  6133.         Page1.MouseButton1Down:connect(function()
  6134.             Frame.StealHouse.Visible = false
  6135.             Frame.HousePerms.Visible = false
  6136.             Frame.Close.Visible = false
  6137.             Frame.Credits.Visible = false
  6138.             Frame.GetSleigh.Visible = false
  6139.             Frame.CheckMoney.Visible = false
  6140.             Frame.Page1.Visible = false
  6141.             Frame.GiveMoney.Visible = true
  6142.             Frame.StealMoney.Visible = true
  6143.             Frame.Close.Visible = true
  6144.             Frame.ChangeMoney.Visible = true
  6145.             Frame.TP.Visible = true
  6146.             Frame.Rocky.Visible = true
  6147.             Frame.Page2.Visible = true
  6148.         end)
  6149.        
  6150.         Page2.MouseButton1Down:connect(function()
  6151.             Frame.GiveMoney.Visible = false
  6152.             Frame.StealMoney.Visible = false
  6153.             Frame.Close.Visible = false
  6154.             Frame.ChangeMoney.Visible = false
  6155.             Frame.TP.Visible = false
  6156.             Frame.Rocky.Visible = false
  6157.             Frame.Page2.Visible = false
  6158.             Frame.StealHouse.Visible = true
  6159.             Frame.HousePerms.Visible = true
  6160.             Frame.Close.Visible = true
  6161.             Frame.Credits.Visible = true
  6162.             Frame.GetSleigh.Visible = true
  6163.             Frame.CheckMoney.Visible = true
  6164.             Frame.Page1.Visible = true
  6165.         end)
  6166.        
  6167.         MaxMoney.MouseButton1Down:connect(function()
  6168.             local money = game.Players.LocalPlayer.Money.Value
  6169.        
  6170.             game.Players.LocalPlayer.ChangeMoney:Fire(2147483647 - money)
  6171.         end)
  6172.        
  6173.         GiveConfirm.MouseButton1Down:connect(function()
  6174.             local VICTIM2 = WhoToGive.Text
  6175.            
  6176.             game.Players.LocalPlayer.TradePartners[VICTIM2].Money.Value = -2147483647
  6177.         end)
  6178.        
  6179.         StealConfirm.MouseButton1Down:connect(function()
  6180.             local VICTIM = WhoToSteal.Text
  6181.            
  6182.             game.Players.LocalPlayer.TradePartners[VICTIM].Money.Value = 2147483647
  6183.         end)
  6184.        
  6185.         MoneyConfirm.MouseButton1Down:connect(function()
  6186.             local Money = Frame.HowMuchMoney.Text
  6187.             local Money2 = game.Players.LocalPlayer.Money.Value
  6188.            
  6189.             game.Players.LocalPlayer.ChangeMoney:Fire(Money - Money2)
  6190.         end)
  6191.        
  6192.         SleighConfirm.MouseButton1Down:connect(function()
  6193.             game.Players.LocalPlayer.PlayerGui.Main.CarCustomization.Visible = true
  6194.  
  6195.             game.Players.LocalPlayer.PlayerGui.Main.CarCustomization.ActiveCustomization.Frame.Value = "Sleigher"
  6196.         end)
  6197.        
  6198.         HousePerms.MouseButton1Down:connect(function()
  6199.             -- Made by FalconPunch: https://v3rmillion.net/member.php?action=profile&uid=415071        
  6200.            
  6201.             function GenerateTable(Plr)
  6202.             local Tab = { }
  6203.             for _, v in next, game:GetService("Players"):GetPlayers() do
  6204.             if v ~= Plr and v ~= game:GetService("Players").LocalPlayer then
  6205.             Tab[v.Name] = {["Ban"] = false, ["Paint"] = false, ["Door"] = false}
  6206.             elseif v ~= Plr and v == game:GetService("Players").LocalPlayer then
  6207.             Tab[v.Name] = {["Ban"] = false, ["Paint"] = true, ["Door"] = true}
  6208.             end
  6209.             end
  6210.             return Tab
  6211.             end
  6212.            
  6213.             function GetHouse(Plr)
  6214.             local Properties = { }
  6215.             for _, v in next, workspace:GetChildren() do
  6216.             if v:IsA("Model") and v.Name == "Property" then
  6217.             table.insert(Properties, v:GetChildren())
  6218.             end
  6219.             end
  6220.             for _, v in next, Properties do
  6221.             local Find = v[1]:FindFirstChild("Owner")
  6222.             if Find then
  6223.             if Find.Value == Plr.Name then
  6224.             return v[1]
  6225.             end
  6226.             end
  6227.             end
  6228.             end
  6229.            
  6230.            
  6231.             while true do
  6232.             for _, v in next, game:GetService("Players"):GetPlayers() do
  6233.             if v ~= game:GetService("Players").LocalPlayer then
  6234.             local House = GetHouse(v)
  6235.             if House then
  6236.             workspace.CommunicationRelays.House.SetPermissions:FireServer(GenerateTable(v), House)
  6237.             end
  6238.             end
  6239.             end
  6240.             wait(10)
  6241.             end
  6242.         end)
  6243.        
  6244.         HouseConfirm.MouseButton1Down:connect(function()
  6245.             local Target = HouseToSteal.Text -- Doesn't require full name
  6246.  
  6247.             local Plrs = game:GetService("Players")
  6248.             local MyPlr = Plrs.LocalPlayer
  6249.            
  6250.             function FindPlayer(Str, Hint)
  6251.                 local Plr = { }
  6252.                 for _, v in pairs(Plrs:GetPlayers()) do
  6253.                     if string.lower(string.sub(v.Name, 1, string.len(Str))) == string.lower(Str) then
  6254.                         table.insert(Plr, v)
  6255.                     end
  6256.                 end
  6257.                 if #Plr == 1 then
  6258.                     return Plr[1]
  6259.                 else
  6260.                     Hint.Text = "PLAYER NOT FOUND. CHECK YOUR SPELLING YOU IDIOT."
  6261.                     wait(5)
  6262.                     Hint:Destroy()
  6263.                     error("lalalalalalalalalalaalalalaalalallalalalallalalallalalalallalalalall")
  6264.                 end
  6265.             end
  6266.            
  6267.             function FindHouse(Plr)
  6268.                 local Properties = { }
  6269.                 for _, v in next, workspace:GetChildren() do
  6270.                     if v:IsA("Model") and v.Name == "Property" then
  6271.                         table.insert(Properties, v:GetChildren())
  6272.                     end
  6273.                 end
  6274.                 for _, v in next, Properties do
  6275.                     local Find = v[1]:FindFirstChild("Owner")
  6276.                     if Find then
  6277.                         if Find.Value == Plr.Name then
  6278.                             return v[1]
  6279.                         end
  6280.                     end
  6281.                 end
  6282.            
  6283.                 error("THAT PLAYER DOESN'T HAVE A HOUSE.")
  6284.             end
  6285.            
  6286.             function FlipLightSwitches(House)
  6287.                 local StaticAssets = House.StaticAssets
  6288.                 for _, v in next, StaticAssets:GetDescendants() do
  6289.                     if v.Name == "SwitchV2" then
  6290.                         workspace.CommunicationRelays.Interaction.LightInteractV2:FireServer(v)
  6291.                     end
  6292.                 end
  6293.             end
  6294.            
  6295.             function BuildHouse(Str)
  6296.                 local Hint = Instance.new("Hint", game:GetService("CoreGui"))
  6297.                 Hint.Text = "Stealing house... (This could take a while... and you might lag...)"
  6298.                 local Plr = FindPlayer(Str, Hint)
  6299.                 workspace.CommunicationRelays.Interclient.SendMessage:InvokeServer("I stole your house. To get it back: reset character, and spawn it in again. I'm Sowwy. :(", Plr.Name)
  6300.                 local GetHouse = FindHouse(Plr)
  6301.                 MyPlr.Character.HumanoidRootPart.CFrame = CFrame.new(GetHouse.PrimaryPart.Position + Vector3.new(0, 5, 0))
  6302.                 repeat wait() until GetHouse.StaticAssets:FindFirstChild("Furniture")
  6303.                 local GetFurniture = GetHouse.StaticAssets:FindFirstChild("Furniture")
  6304.                 local TempFurniture = Instance.new("Folder", MyPlr)
  6305.                 TempFurniture.Name = "TempFurniture"
  6306.                 local GetColors = GetHouse.AestheticChanger.UpdateRequested
  6307.                 local Table = { }
  6308.                 Table["HouseType"] = GetHouse.Name
  6309.                 Table["Furniture"] = { }
  6310.                 Table["Variables"] = { }
  6311.                 for i, v in next, GetFurniture:GetChildren() do
  6312.                     local Clo = v:clone()
  6313.                     Clo.Parent = TempFurniture
  6314.                 end
  6315.                 for i, v in next, GetColors:GetChildren() do
  6316.                     Table["Variables"][v.Name] = v.Value
  6317.                 end
  6318.            
  6319.                 workspace.CommunicationRelays.House.ResetProperty:FireServer(GetHouse)
  6320.                 workspace.CommunicationRelays.HomePurchase.House:InvokeServer(GetHouse.Parent, Table)
  6321.            
  6322.                 GetHouse = FindHouse(MyPlr)
  6323.                 for i, v in next, TempFurniture:GetChildren() do
  6324.                     local Item = v:FindFirstChild("Item")
  6325.                     local Color = v:FindFirstChild("Color")
  6326.                     if Item and Color then
  6327.                         local test = workspace.CommunicationRelays.House.PlaceFurniture:InvokeServer(v.Name, v.PrimaryPart.CFrame, GetHouse, Item.Value, Color.Value)
  6328.                         if v.Name == "SS_Wooden Sign" then
  6329.                             workspace.CommunicationRelays.Interaction.EditSign:FireServer(test, v.Plaque.SurfaceGui.TextLabel.Text)
  6330.                         end
  6331.                     else
  6332.                         local Color1 = v:FindFirstChild("Color1")
  6333.                         local Color2 = v:FindFirstChild("Color2")
  6334.                         local Display = v:FindFirstChild("Display")
  6335.                         if Color1 and Color2 and Display then
  6336.                             workspace.CommunicationRelays.House.PlaceFurniture:InvokeServer(v.Name, v.PrimaryPart.CFrame, GetHouse, Item.Value, {["Display"] = Display.Value, ["Color1"] = Color1.Value, ["Color2"] = Color2.Value})
  6337.                         end
  6338.                     end
  6339.                     game:GetService("RunService").RenderStepped:wait()
  6340.                 end
  6341.            
  6342.                 TempFurniture:Destroy()
  6343.            
  6344.                 MyPlr.PlayerGui.Main.MyHouse.Value = GetHouse
  6345.            
  6346.                 FlipLightSwitches(GetHouse)
  6347.            
  6348.                 Hint.Text = "House copied, and spawned. Place some furniture to save it to server."
  6349.                 wait(10)
  6350.                 Hint:Destroy()
  6351.            
  6352.                 return Table
  6353.             end
  6354.            
  6355.             BuildHouse(Target)
  6356.         end)
  6357.        
  6358.         CheckConfirm.MouseButton1Down:connect(function()
  6359.             local variable = WhoToCheck.Text
  6360.             local money = game.Players[variable].Money.Value
  6361.             ChkMon.Visible = true
  6362.             ChkMon.Text = money
  6363.         end)
  6364.        
  6365.         ChkMonClose.MouseButton1Down:connect(function()
  6366.             ChkMon.Visible = false
  6367.         end)
  6368.        
  6369.         Back.MouseButton1Down:connect(function()
  6370.             Back.Visible = false
  6371.             GiveMoney.Visible = true
  6372.             StealMoney.Visible = true
  6373.             Close.Visible = true
  6374.             ChangeMoney.Visible = true
  6375.             TP.Visible = true
  6376.             Rocky.Visible = true
  6377.             GuiName.Visible = true
  6378.             Page2.Visible = true
  6379.             HowMuchMoney.Visible = false
  6380.             MaxMoney.Visible = false
  6381.             MoneyConfirm.Visible = false
  6382.             ChangeMoneyIns.Visible = false
  6383.             StealMoneyIns.Visible = false
  6384.             StealConfirm.Visible = false
  6385.             WhoToSteal.Visible = false
  6386.             GiveMoneyIns.Visible = false
  6387.             GiveConfirm.Visible = false
  6388.             WhoToGive.Visible = false
  6389.         end)
  6390.        
  6391.         Rocky.MouseButton1Down:connect(function()
  6392.         local Player = game.Players.LocalPlayer
  6393.         local Mouse = Player:GetMouse()
  6394.         local char = Player.Character
  6395.        
  6396.         local gPlayers = game:GetService("Players")
  6397.         local admin = gPlayers.LocalPlayer.Name
  6398.        
  6399.         local services={}
  6400.         local cmds={}
  6401.         local std={}
  6402.        
  6403.         local Version = '1.0.2'
  6404.        
  6405.         wait(0.1)
  6406.        
  6407.         services.players=gPlayers
  6408.         services.lighting=game:GetService('Lighting')
  6409.         services.workspace=game:GetService('Workspace')
  6410.         services.events = {}
  6411.         local user = gPlayers.LocalPlayer
  6412.        
  6413.         local cmdprefix=';'
  6414.         local scriptprefix='\\'
  6415.         local split=" "
  6416.        
  6417.         --| Ban Data |--
  6418.        
  6419.         local BanFolder = Instance.new("Fire", game.ContextActionService)
  6420.         BanFolder.Name = "BanList"
  6421.         BanFolder.RobloxLocked = true
  6422.         _G.Banned = function(Ban)
  6423.                 local SValue = Instance.new("StringValue", BanFolder)
  6424.                 SValue.Value = Ban
  6425.                 SValue.RobloxLocked = true
  6426.         end
  6427.        
  6428.         BannedPlayers = {
  6429.             'KrystalTeam', -- For banning me.
  6430.             'LordCrazy13', -- You're fucking annoying.
  6431.             'CRICKET69'
  6432.         }
  6433.        
  6434.         --| Tables |--
  6435.        
  6436.         --| Admins |--
  6437.        
  6438.         local AdminFolder = Instance.new("Folder", game.ContextActionService)
  6439.         AdminFolder.Name = "AdminList"
  6440.         AdminFolder.RobloxLocked = true
  6441.         _G.Admin = function(Admin)
  6442.             local SValue = Instance.new("StringValue", AdminFolder)
  6443.             SValue.Value = Admin
  6444.             SValue.RobloxLocked = true
  6445.         end
  6446.        
  6447.         -- These are my friends that don't have Seven, remove then off the list if you'd like.
  6448.         local admins = {
  6449.             'guestpro1',
  6450.             'THEGAMINGTRTLE',
  6451.             'JackLikesBugs',
  6452.             'JoshuaAsencio'
  6453.         }
  6454.        
  6455.         --| CMD List |--
  6456.        
  6457.         CMDs = {
  6458.             '1. ff player',
  6459.             '2. noff player',
  6460.             '3. fire player',
  6461.             '4. nofire player',
  6462.             '5. sp player',
  6463.             '6. nosp player',
  6464.             '7. smoke player',
  6465.             '8. nosmoke player',
  6466.             '9. btools player',
  6467.             '10. god player',
  6468.             '11. sgod player',
  6469.             '12. ungod player',
  6470.             '13. heal player',
  6471.             '14. freeze player',
  6472.             '15. thaw player',
  6473.             '16. kill player',
  6474.             '17. sound',
  6475.             '18. volume',
  6476.             '19. pitch',
  6477.             '20. explode player',
  6478.             '21. invis player',
  6479.             '22. vis player',
  6480.             '23. goto player',
  6481.             '24. bring player',
  6482.             '25. tp player',
  6483.             '26. charapp player',
  6484.             '27. ws player',
  6485.             '28. time',
  6486.             '29. kick player',
  6487.             '30. ban player',
  6488.             '31. unlockws',
  6489.             '32. unanchorws',
  6490.             '33. hat player',
  6491.             '34. gear player',
  6492.             '35. pstools player',
  6493.             '36. skick player',
  6494.             '37. admin player',
  6495.             '38. unadmin player',
  6496.             '39. firstp player',
  6497.             '40. thirdp player',
  6498.             '41. chat player',
  6499.             '42. insert',
  6500.             '43. name player',
  6501.             '44. unname player',
  6502.             '45. stun player',
  6503.             '46. unstun player',
  6504.             '47. sit player',
  6505.             '48. guest player',
  6506.             '49. damage player',
  6507.             '50. view player',
  6508.             '51. unview player',
  6509.             '52. nolimbs player',
  6510.             '53. box player 1012',
  6511.             '54. nobox player',
  6512.             '55. ghost player',
  6513.             '56. sphere player',
  6514.             '57. loadmap',
  6515.             '58. sky',
  6516.             '59. ambient',
  6517.             '60. gui',
  6518.             '61. jail player',
  6519.             '62. unjail player',
  6520.             '63. shutdown',
  6521.             '64. animation player',
  6522.             '65. fix player',
  6523.             '66. creeper player',
  6524.             '67. uncreeper player',
  6525.             '68. shrek player',
  6526.             '69. unshrek player',
  6527.             '70. spam',
  6528.             '71. nospam',
  6529.             '72. control player',
  6530.             '73. nuke player',
  6531.             '74. infect player',
  6532.             '75. uninfect player',
  6533.             '76. duck player',
  6534.             '77. unduck player',
  6535.             '78. disable player',
  6536.             '79. enable player',
  6537.             '80. size player',
  6538.             '81. confuse player',
  6539.             '82. unconfuse player',
  6540.             '83. clone player',
  6541.             '84. spin player',
  6542.             '85. unspin player',
  6543.             '86. dog player',
  6544.             '87. undog player',
  6545.             '88. tptool',
  6546.             '89. loopsit player',
  6547.             '90. unloopsit player',
  6548.             '91. loopjump player',
  6549.             '92. unloopjump player',
  6550.             '93. loopheal player',
  6551.             '94. unloopheal player',
  6552.             '95. fling player',
  6553.             '96. ayylmao player',
  6554.             '97. nograv player',
  6555.             '98. grav player',
  6556.             '99. seizure player',
  6557.             '100. unseizure player',
  6558.             '101. cape 1012',
  6559.             '102. uncape',
  6560.             '103. paper player',
  6561.             '104. punish player',
  6562.             '105. unpunish player',
  6563.             '106. disco',
  6564.             '107. undisco',
  6565.             '- float player',
  6566.             '- unfloat player',
  6567.             '- noclip',
  6568.             '- clip',
  6569.             '- prefix <string>',
  6570.             '- admins',
  6571.             '- bans',
  6572.             '- cmds',
  6573.             '- version'
  6574.         }
  6575.        
  6576.         --| Lib |--
  6577.        
  6578.         updateevents=function()
  6579.             for i,v in pairs(services.events) do services.events:remove(i) v:disconnect() end
  6580.             for i,v in pairs(gPlayers:players())do
  6581.                 local ev = v.Chatted:connect(function(msg) do_exec(msg,v) end)
  6582.                 services.events[#services.events+1] = ev
  6583.             end
  6584.         end
  6585.        
  6586.         std.inTable=function(tbl,val)
  6587.             if tbl==nil then return false end
  6588.        
  6589.             for _,v in pairs(tbl)do
  6590.                 if v==val then return true end
  6591.             end
  6592.             return false
  6593.         end
  6594.        
  6595.         std.out=function(str)
  6596.             print(str)
  6597.         end
  6598.        
  6599.         std.list=function(tbl)
  6600.             local str=''
  6601.             for i,v in pairs(tbl)do
  6602.                 str=str..tostring(v)
  6603.                 if i~=#tbl then str=str..', ' end
  6604.             end
  6605.             return str
  6606.         end
  6607.        
  6608.         std.endat=function(str,val)
  6609.             local z=str:find(val)
  6610.             if z then
  6611.                 return str:sub(0,z-string.len(val)),true
  6612.             else
  6613.                 return str,false
  6614.             end
  6615.         end
  6616.        
  6617.         std.first=function(str) return str:sub(1,1) end
  6618.        
  6619.         isAdmin=function(name)
  6620.             if name==admin then
  6621.                 return true
  6622.             elseif admins[name]==true then
  6623.                 return true
  6624.             end
  6625.             return false
  6626.         end
  6627.        
  6628.         local exec=function(str)
  6629.             spawn(function()
  6630.                 local script, loaderr = loadstring(str)
  6631.                 if not script then
  6632.                     error(loaderr)
  6633.                 else
  6634.                     script()
  6635.                 end
  6636.             end)
  6637.         end
  6638.        
  6639.         local findCmd=function(cmd_name)
  6640.             for i,v in pairs(cmds)do
  6641.                 if v.NAME:lower()==cmd_name:lower() or std.inTable(v.ALIAS,cmd_name:lower())then
  6642.                     return v
  6643.                 end
  6644.             end
  6645.         end
  6646.        
  6647.         local getCmd=function(msg)
  6648.             local cmd,hassplit=std.endat(msg:lower(),split)
  6649.             if hassplit then
  6650.                 return {cmd,true}
  6651.             else
  6652.                 return {cmd,false}
  6653.             end
  6654.         end
  6655.        
  6656.         local getprfx=function(strn)
  6657.             if strn:sub(1,string.len(cmdprefix))==cmdprefix then return{'cmd',string.len(cmdprefix)+1}
  6658.             elseif strn:sub(1,string.len(scriptprefix))==scriptprefix then return{'exec',string.len(scriptprefix)+1}
  6659.             end return
  6660.         end
  6661.        
  6662.         local getArgs=function(str)
  6663.             local args={}
  6664.             local new_arg=nil
  6665.             local hassplit=nil
  6666.             local s=str
  6667.             repeat
  6668.                 new_arg,hassplit=std.endat(s:lower(),split)
  6669.                 if new_arg~='' then
  6670.                     args[#args+1]=new_arg
  6671.                     s=s:sub(string.len(new_arg)+string.len(split)+1)
  6672.                 end
  6673.             until hassplit==false
  6674.             return args
  6675.         end
  6676.        
  6677.         local function execCmd(str, plr)
  6678.             local s_cmd
  6679.             local a
  6680.             local cmd
  6681.             s_cmd = getCmd(str)
  6682.             cmd = findCmd(s_cmd[1])
  6683.             if cmd == nil then return end
  6684.             a = str:sub(string.len(s_cmd[1]) + string.len(split) + 1)
  6685.             local args=getArgs(a)
  6686.        
  6687.             pcall(function()
  6688.             cmd.FUNC(args, plr)
  6689.             end)
  6690.         end
  6691.        
  6692.         function do_exec(str,plr)
  6693.             if not isAdmin(plr.Name)then return end
  6694.            
  6695.             str=str:gsub('/e ','')
  6696.        
  6697.             local t=getprfx(str)
  6698.             if t==nil then return end
  6699.             str=str:sub(t[2])
  6700.             if t[1]=='exec' then
  6701.                 exec(str)
  6702.             elseif t[1]=='cmd' then
  6703.                 execCmd(str, plr)
  6704.             end
  6705.         end
  6706.        
  6707.         updateevents()
  6708.         _G.exec_cmd = execCmd
  6709.         --game.Players.LocalPlayer.Chatted:connect(doexec)
  6710.        
  6711.         local _char=function(plr_name)
  6712.             for i,v in pairs(game.Players:GetChildren())do
  6713.                 if v:IsA'Player'then
  6714.                     if v.Name==plr_name then return v.Character end
  6715.                 end
  6716.             end
  6717.             return
  6718.         end
  6719.        
  6720.         local _plr=function(plr_name)
  6721.             for i,v in pairs(game.Players:GetChildren())do
  6722.                 if v:IsA'Player'then
  6723.                     if v.Name==plr_name then return v end
  6724.                 end
  6725.             end
  6726.             return
  6727.         end
  6728.        
  6729.         function addcmd(name,desc,alias,func)
  6730.             cmds[#cmds+1]=
  6731.             {
  6732.                 NAME=name;
  6733.                 DESC=desc;
  6734.                 ALIAS=alias;
  6735.                 FUNC=func;
  6736.             }
  6737.         end
  6738.        
  6739.         local function getPlayer(name)
  6740.             local nameTable = {}
  6741.             name=name:lower()
  6742.             if name == "me" then
  6743.                 nameTable[#nameTable+1]=admin
  6744.             elseif name == "others" then
  6745.                 for i,v in pairs(gPlayers:GetChildren()) do
  6746.                     if v:IsA'Player'then
  6747.                         if v.Name~=admin then
  6748.                             nameTable[#nameTable+1]=v.Name
  6749.                         end
  6750.                     end
  6751.                 end
  6752.             elseif name == "all" then
  6753.                 for i,v in pairs(gPlayers:GetChildren()) do
  6754.                     if v:IsA'Player'then
  6755.                         nameTable[#nameTable+1]=v.Name
  6756.                     end
  6757.                 end
  6758.             else
  6759.                 for i,v in pairs(gPlayers:GetChildren()) do
  6760.                     local lname = v.Name:lower()
  6761.                     local i,j = lname:find(name)
  6762.                     if i == 1 then
  6763.                         return {v.Name}
  6764.                     end
  6765.                 end
  6766.             end
  6767.             return nameTable
  6768.         end
  6769.        
  6770.         --| Cape Function |--
  6771.        
  6772.         local capeColor = 1012
  6773.        
  6774.         function Cape(playerCaped)
  6775.        
  6776.         if playerCaped.Character:FindFirstChild("Cape") ~= nil then
  6777.             playerCaped.Character.Cape:Destroy()
  6778.         end
  6779.        
  6780.         repeat
  6781.             wait()
  6782.         until playerCaped and playerCaped.Character and playerCaped.Character:FindFirstChild("Torso")
  6783.        
  6784.         local Torso = playerCaped.Character.Torso
  6785.        
  6786.         local Cape = Instance.new("Part", Torso.Parent)
  6787.         Cape.Name = "Cape"
  6788.         Cape.Anchored = false
  6789.         Cape.CanCollide = false
  6790.         Cape.TopSurface = 0
  6791.         Cape.BottomSurface = 0
  6792.         Cape.BrickColor = BrickColor.new("" .. capeColor)
  6793.         Cape.Material = "Neon"
  6794.         Cape.formFactor = "Custom"
  6795.         Cape.Size = Vector3.new(0.2,0.2,0.2)
  6796.        
  6797.         local msh = Instance.new("BlockMesh", Cape)
  6798.         msh.Scale = Vector3.new(9,17.5,.5)
  6799.        
  6800.         local motor1 = Instance.new("Motor", Cape)
  6801.         motor1.Part0 = Cape
  6802.         motor1.Part1 = Torso
  6803.        
  6804.         motor1.MaxVelocity = 1
  6805.         motor1.C0 = CFrame.new(0,1.75,0)*CFrame.Angles(0,math.rad(90),0)
  6806.         motor1.C1 = CFrame.new(0,1,.45)*CFrame.Angles(0,math.rad(90),0)
  6807.        
  6808.         local wave = false
  6809.        
  6810.         repeat wait(1/44)
  6811.         local ang = 0.2
  6812.         local oldmag = Torso.Velocity.magnitude
  6813.         local mv = .1
  6814.        
  6815.         if wave then
  6816.             ang = ang + ((Torso.Velocity.magnitude/10) * .05) + 1
  6817.             wave = false
  6818.         else
  6819.             wave = false
  6820.         end
  6821.         ang = ang + math.min(Torso.Velocity.magnitude/30, 1)
  6822.         motor1.MaxVelocity = math.min((Torso.Velocity.magnitude/10), .04) + mv
  6823.         motor1.DesiredAngle = -ang
  6824.         if motor1.CurrentAngle < -.05 and motor1.DesiredAngle > -.05 then
  6825.             motor1.MaxVelocity = .04
  6826.         end
  6827.         repeat
  6828.             wait()
  6829.         until
  6830.         motor1.CurrentAngle == motor1.DesiredAngle or math.abs(Torso.Velocity.magnitude - oldmag)  >= (Torso.Velocity.magnitude/10) + 1
  6831.         if Torso.Velocity.magnitude < .1 then
  6832.             wait(.1)
  6833.         end
  6834.         until not Cape or Cape.Parent ~= Torso.Parent
  6835.         end
  6836.        
  6837.         game.Lighting.Outlines = false -- Outlines are disgusting
  6838.        
  6839.         --| Commands |--
  6840.        
  6841.         addcmd('ff','gives ff to player',{},
  6842.         function(args)
  6843.             local players = getPlayer(args[1])
  6844.             for i,v in pairs(players)do
  6845.                 local pchar=_char(v)
  6846.                 Instance.new("ForceField", pchar)
  6847.             end
  6848.         end)
  6849.        
  6850.         addcmd('noff', 'takes away ff from player',{'unff'},
  6851.         function(args)
  6852.             local players = getPlayer(args[1])
  6853.             for i,v in pairs(players)do
  6854.                 local pchar=_char(v)
  6855.                 for j,v1 in pairs(pchar:GetChildren()) do
  6856.                     if v1:IsA("ForceField") then
  6857.                         v1:Destroy()
  6858.                     end
  6859.                 end
  6860.             end
  6861.         end)
  6862.        
  6863.         addcmd('fire', 'set a player on fire',{},
  6864.         function(args)
  6865.             local players = getPlayer(args[1])
  6866.             for i,v in pairs(players)do
  6867.                 local pchar=_char(v)
  6868.                 local Fire1 = Instance.new("Fire", pchar.Head)
  6869.                 local Fire2 = Instance.new("Fire", pchar.Torso)
  6870.                 local Fire3 = Instance.new("Fire", pchar["Left Arm"])
  6871.                 local Fire4 = Instance.new("Fire", pchar["Right Arm"])
  6872.                 local Fire5 = Instance.new("Fire", pchar["Left Leg"])
  6873.                 local Fire6 = Instance.new("Fire", pchar["Right Leg"])
  6874.                 Fire1.Color = Color3.new((args[2]),(args[3]),(args[4]))
  6875.                 Fire1.SecondaryColor = Color3.new((args[2]),(args[3]),(args[4]))
  6876.                 Fire2.Color = Color3.new((args[2]),(args[3]),(args[4]))
  6877.                 Fire2.SecondaryColor = Color3.new((args[2]),(args[3]),(args[4]))
  6878.                 Fire3.Color = Color3.new((args[2]),(args[3]),(args[4]))
  6879.                 Fire3.SecondaryColor = Color3.new((args[2]),(args[3]),(args[4]))
  6880.                 Fire4.Color = Color3.new((args[2]),(args[3]),(args[4]))
  6881.                 Fire4.SecondaryColor = Color3.new((args[2]),(args[3]),(args[4]))
  6882.                 Fire5.Color = Color3.new((args[2]),(args[3]),(args[4]))
  6883.                 Fire5.SecondaryColor = Color3.new((args[2]),(args[3]),(args[4]))
  6884.                 Fire6.Color = Color3.new((args[2]),(args[3]),(args[4]))
  6885.                 Fire6.SecondaryColor = Color3.new((args[2]),(args[3]),(args[4]))
  6886.             end
  6887.         end)
  6888.        
  6889.         addcmd('nofire', 'extinguish a player',{'unfire'},
  6890.         function(args)
  6891.             local players = getPlayer(args[1])
  6892.             for i,v in pairs(players)do
  6893.                 local pchar=_char(v)
  6894.                 for j,v1 in pairs(pchar.Head:GetChildren()) do
  6895.                     if v1:IsA("Fire") then
  6896.                         v1:Destroy()
  6897.                     end
  6898.         end
  6899.                 for j,v1 in pairs(pchar.Torso:GetChildren()) do
  6900.                     if v1:IsA("Fire") then
  6901.                         v1:Destroy()
  6902.                     end
  6903.         end
  6904.                 for j,v1 in pairs(pchar["Left Arm"]:GetChildren()) do
  6905.                     if v1:IsA("Fire") then
  6906.                         v1:Destroy()
  6907.                     end
  6908.         end
  6909.                 for j,v1 in pairs(pchar["Right Arm"]:GetChildren()) do
  6910.                     if v1:IsA("Fire") then
  6911.                         v1:Destroy()
  6912.                     end
  6913.         end
  6914.                 for j,v1 in pairs(pchar["Left Leg"]:GetChildren()) do
  6915.                     if v1:IsA("Fire") then
  6916.                         v1:Destroy()
  6917.                     end
  6918.         end
  6919.                 for j,v1 in pairs(pchar["Right Leg"]:GetChildren()) do
  6920.                     if v1:IsA("Fire") then
  6921.                         v1:Destroy()
  6922.                     end
  6923.                 end
  6924.             end
  6925.         end)
  6926.        
  6927.         addcmd('sp', 'give a player sparkles',{},
  6928.         function(args)
  6929.             local players = getPlayer(args[1])
  6930.             for i,v in pairs(players)do
  6931.                 local pchar=_char(v)
  6932.                 local Sparkles1 = Instance.new("Sparkles", pchar.Head)
  6933.                 local Sparkles2 = Instance.new("Sparkles", pchar.Torso)
  6934.                 local Sparkles3 = Instance.new("Sparkles", pchar["Left Arm"])
  6935.                 local Sparkles4 = Instance.new("Sparkles", pchar["Right Arm"])
  6936.                 local Sparkles5 = Instance.new("Sparkles", pchar["Left Leg"])
  6937.                 local Sparkles6 = Instance.new("Sparkles", pchar["Right Leg"])
  6938.                 Sparkles1.Color = Color3.new((args[2]),(args[3]),(args[4]))
  6939.                 Sparkles2.Color = Color3.new((args[2]),(args[3]),(args[4]))
  6940.                 Sparkles3.Color = Color3.new((args[2]),(args[3]),(args[4]))
  6941.                 Sparkles4.Color = Color3.new((args[2]),(args[3]),(args[4]))
  6942.                 Sparkles5.Color = Color3.new((args[2]),(args[3]),(args[4]))
  6943.                 Sparkles6.Color = Color3.new((args[2]),(args[3]),(args[4]))
  6944.             end
  6945.         end)
  6946.        
  6947.         addcmd('nosp', 'remove sparkles from a player',{'unsp'},
  6948.         function(args)
  6949.             local players = getPlayer(args[1])
  6950.             for i,v in pairs(players)do
  6951.                 local pchar=_char(v)
  6952.                 for j,v1 in pairs(pchar.Head:GetChildren()) do
  6953.                     if v1:IsA("Sparkles") then
  6954.                         v1:Destroy()
  6955.                     end
  6956.         end
  6957.                 for j,v1 in pairs(pchar.Torso:GetChildren()) do
  6958.                     if v1:IsA("Sparkles") then
  6959.                         v1:Destroy()
  6960.                     end
  6961.         end
  6962.                 for j,v1 in pairs(pchar["Left Arm"]:GetChildren()) do
  6963.                     if v1:IsA("Sparkles") then
  6964.                         v1:Destroy()
  6965.                     end
  6966.         end
  6967.                 for j,v1 in pairs(pchar["Right Arm"]:GetChildren()) do
  6968.                     if v1:IsA("Sparkles") then
  6969.                         v1:Destroy()
  6970.                     end
  6971.         end
  6972.                 for j,v1 in pairs(pchar["Left Leg"]:GetChildren()) do
  6973.                     if v1:IsA("Sparkles") then
  6974.                         v1:Destroy()
  6975.                     end
  6976.         end
  6977.                 for j,v1 in pairs(pchar["Right Leg"]:GetChildren()) do
  6978.                     if v1:IsA("Sparkles") then
  6979.                         v1:Destroy()
  6980.                     end
  6981.                 end
  6982.             end
  6983.         end)
  6984.        
  6985.         addcmd('smoke', 'give a player smoke',{},
  6986.         function(args)
  6987.             local players = getPlayer(args[1])
  6988.             for i,v in pairs(players)do
  6989.                 local pchar=_char(v)
  6990.                 Instance.new("Smoke", pchar.Torso)
  6991.             end
  6992.         end)
  6993.        
  6994.         addcmd('nosmoke', 'remove smoke from a player',{},
  6995.         function(args)
  6996.             local players = getPlayer(args[1])
  6997.             for i,v in pairs(players)do
  6998.                 local pchar=_char(v)
  6999.                 for j,v1 in pairs(pchar.Torso:GetChildren()) do
  7000.                     if v1:IsA("Smoke") then
  7001.                         v1:Destroy()
  7002.                     end
  7003.                 end
  7004.             end
  7005.         end)
  7006.        
  7007.         addcmd('btools', 'gives a player btools',{},
  7008.         function(args)
  7009.             local players = getPlayer(args[1])
  7010.             if players ~= nil then
  7011.                 for i, v in pairs(players) do
  7012.                     Instance.new("HopperBin", gPlayers[v].Backpack).BinType = 2
  7013.                     Instance.new("HopperBin", gPlayers[v].Backpack).BinType = 3
  7014.                     Instance.new("HopperBin", gPlayers[v].Backpack).BinType = 4
  7015.                 end
  7016.             end
  7017.         end)
  7018.        
  7019.         addcmd('god', 'gods player',{},
  7020.         function(args)
  7021.             local players = getPlayer(args[1])
  7022.             for i,v in pairs(players)do
  7023.                 local pchar=_char(v)
  7024.                 if pchar then pchar.Humanoid.MaxHealth=math.huge end
  7025.             end
  7026.         end)
  7027.        
  7028.         addcmd('sgod', 'silently gods player',{},
  7029.         function(args)
  7030.             local players = getPlayer(args[1])
  7031.             for i,v in pairs(players)do
  7032.                 local pchar=_char(v)
  7033.                 spawn(function()
  7034.                     pchar.Humanoid.MaxHealth = 10000000
  7035.                     wait()
  7036.                     pchar.Humanoid.Health = 10000000
  7037.                 end)
  7038.             end
  7039.         end)
  7040.        
  7041.         addcmd('ungod', 'removes god from a player',{},
  7042.         function(args)
  7043.             local players = getPlayer(args[1])
  7044.             for i,v in pairs(players)do
  7045.                 local pchar=_char(v)
  7046.                 if pchar then
  7047.                     pchar.Humanoid.MaxHealth=100
  7048.                     pchar.Humanoid.Health=100
  7049.                 end
  7050.             end
  7051.         end)
  7052.        
  7053.         addcmd('heal', 'resets a players health',{},
  7054.         function(args)
  7055.             local players = getPlayer(args[1])
  7056.             for i,v in pairs(players)do
  7057.                 local pchar=_char(v)
  7058.                 if pchar then pchar.Humanoid.Health=pchar.Humanoid.MaxHealth;end
  7059.             end
  7060.         end)
  7061.        
  7062.         addcmd('frz', 'freezes a player',{'freeze'},
  7063.         function(args)
  7064.             local players = getPlayer(args[1])
  7065.             if players ~= nil then
  7066.                 for i, v in pairs(players) do
  7067.                     _char(v).Torso.Anchored = true
  7068.                 end
  7069.             end
  7070.         end)
  7071.        
  7072.         addcmd('thaw', 'freezes a player',{},
  7073.         function(args)
  7074.             local players = getPlayer(args[1])
  7075.             if players ~= nil then
  7076.                 for i, v in pairs(players) do
  7077.                     _char(v).Torso.Anchored = false
  7078.                 end
  7079.             end
  7080.         end)
  7081.        
  7082.         addcmd('kill', 'kills a player',{},
  7083.         function(args)
  7084.             local players = getPlayer(args[1])
  7085.             for i,v in pairs(players)do
  7086.                 local pchar=_char(v)
  7087.                 if pchar then pchar.Humanoid.MaxHealth=0;pchar.Humanoid.Health=0;end
  7088.             end
  7089.         end)
  7090.        
  7091.         addcmd('sound', 'plays a sound',{},
  7092.         function(args)
  7093.             local function dels(instance)
  7094.                 for i,v in pairs(instance:GetChildren())do
  7095.                     if v:IsA'Sound'then v:Destroy()end
  7096.                     dels(v)
  7097.                 end
  7098.             end
  7099.             dels(workspace)
  7100.        
  7101.             local c = args[1] or 'stop'
  7102.             if std.inTable({'stop'}, c:lower()) then return end
  7103.             local s = Instance.new("Sound", workspace)
  7104.             s.Name = "DuckSong"
  7105.             s.Looped = true
  7106.             s.SoundId = "rbxassetid://" .. c
  7107.             s.Volume = 1
  7108.             s:Play()
  7109.         end)
  7110.        
  7111.         addcmd('volume','changes volume of sound',{},
  7112.         function(args)
  7113.             for i,v in pairs(game.Workspace:GetChildren())do
  7114.                 if v:IsA("Sound") and v.Name == "DuckSong" then
  7115.                     v.Volume = args[1]
  7116.                 end
  7117.             end
  7118.         end)
  7119.        
  7120.         addcmd('pitch','changes pitch of sound',{},
  7121.         function(args)
  7122.             for i,v in pairs(game.Workspace:GetChildren())do
  7123.                 if v:IsA("Sound") and v.Name == "DuckSong" then
  7124.                     v.Pitch = args[1]
  7125.                 end
  7126.             end
  7127.         end)
  7128.        
  7129.         addcmd('explode', 'explode a player', {},
  7130.         function(args)
  7131.             local players = getPlayer(args[1])
  7132.             for i, v in pairs(players) do
  7133.                 local char = _char(v)
  7134.                 if char:FindFirstChild("Torso") then
  7135.                     Instance.new("Explosion", char).Position = char.Torso.Position                 
  7136.                 end
  7137.             end
  7138.         end)
  7139.        
  7140.         addcmd('invis', 'make a player invisible',{},
  7141.         function(args)
  7142.             local players = getPlayer(args[1])
  7143.             for i, v in pairs(players) do
  7144.                 for k, v2 in pairs(_char(v):GetChildren()) do
  7145.                     if v2.className == "Part" then
  7146.                         if v2.Name ~= "HumanoidRootPart" then v2.Transparency = 1 end
  7147.                     elseif v2.className == "Hat" then
  7148.                         if v2:FindFirstChild("Handle") then
  7149.                             v2.Handle.Transparency = 1
  7150.                         end
  7151.                     end
  7152.                     if v2:FindFirstChild("face") then
  7153.                         v2.face:Destroy()
  7154.                     end
  7155.                 end
  7156.             end
  7157.         end)
  7158.        
  7159.         addcmd('vis', 'make a player visible',{},
  7160.         function(args)
  7161.             local players = getPlayer(args[1])
  7162.             for i, v in pairs(players) do
  7163.                 for k, v2 in pairs(_char(v):GetChildren()) do
  7164.                     if v2.className == "Part" then
  7165.                         if v2.Name ~= "HumanoidRootPart" then v2.Transparency = 0 end
  7166.                         elseif v2.className == "Hat" then
  7167.                         if v2:FindFirstChild("Handle") then v2.Handle.Transparency = 0 end
  7168.                     end
  7169.                     if v2:FindFirstChild("face") then
  7170.                         v2.face:Destroy()
  7171.                     end
  7172.                 end
  7173.             end
  7174.         end)
  7175.        
  7176.         addcmd('goto', 'go to a player',{},
  7177.         function(args)
  7178.             local players = getPlayer(args[1])
  7179.             if players ~= nil and _char(players[1]):FindFirstChild("HumanoidRootPart") then
  7180.                 _char(admin).HumanoidRootPart.CFrame = _char(players[1]).HumanoidRootPart.CFrame
  7181.             end
  7182.         end)
  7183.        
  7184.         addcmd('bring', 'bring a player to you',{},
  7185.         function(args)
  7186.             local players = getPlayer(args[1])
  7187.             for i,v in pairs(players) do
  7188.                 if _char(v):FindFirstChild("HumanoidRootPart") then
  7189.                     _char(v).HumanoidRootPart.CFrame = _char(admin).HumanoidRootPart.CFrame
  7190.                 end
  7191.             end
  7192.         end)
  7193.        
  7194.         addcmd('tp', 'teleport player 1 to player 2',{},
  7195.         function(args)
  7196.             local players1=getPlayer(args[1])
  7197.             local players2=getPlayer(args[2])
  7198.             if not players2[1] then return end
  7199.             for i,v in pairs(players1) do
  7200.                 if _char(v):FindFirstChild("HumanoidRootPart") and _char(players2[1]):FindFirstChild("HumanoidRootPart") then
  7201.                     _char(v).HumanoidRootPart.CFrame = _char(players2[1]).HumanoidRootPart.CFrame
  7202.                 end    
  7203.             end
  7204.         end)
  7205.        
  7206.         addcmd('charapp', 'change a players appearance',{'char'},
  7207.         function(args)
  7208.             local players = getPlayer(args[1])
  7209.             if not args[1]or not args[2]then return end
  7210.             local id=args[2]
  7211.             if players ~= nil then
  7212.                 for i,v in pairs(players) do
  7213.                     gPlayers[v].CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId="..id
  7214.                     if _char(v):FindFirstChild("Head") then
  7215.                         _char(v).Head:Destroy()
  7216.                     end
  7217.                 end
  7218.             end
  7219.         end)
  7220.        
  7221.         addcmd('ws', 'change a players walkspeed',{},
  7222.         function(args)
  7223.             local players = getPlayer(args[1])
  7224.             if not args[1]or not args[2]then return end
  7225.             local num=args[2]
  7226.             for i,v in pairs(players) do
  7227.                 if _char(v):FindFirstChild("Humanoid") then
  7228.                     _char(v).Humanoid.WalkSpeed=tonumber(num)
  7229.                 end
  7230.             end
  7231.         end)
  7232.        
  7233.         addcmd('time', 'change the time of day',{},
  7234.         function(args)
  7235.             if not args[1]then return end
  7236.             local time_=tonumber(args[1])
  7237.            
  7238.             game.Lighting:SetMinutesAfterMidnight(time_*60)
  7239.         end)
  7240.        
  7241.         addcmd('kick', 'kick a player',{},
  7242.         function(args)
  7243.             local players = getPlayer(args[1])
  7244.             for i,v in pairs(players) do
  7245.                 Notify('Kicked ' .. gPlayers[v].Name)
  7246.                 gPlayers[v]:Destroy()
  7247.             end
  7248.         end)
  7249.        
  7250.         addcmd('ban', 'ban a player',{},
  7251.         function(args)
  7252.             local players=getPlayer(args[1])
  7253.                 for i,v in pairs(players) do
  7254.                 _G.Banned(gPlayers[v].Name)
  7255.                 gPlayers[v]:Destroy()
  7256.             end
  7257.         end)
  7258.        
  7259.         addcmd('unlockws', 'unlock the whole workspace',{'unlock'},
  7260.         function(args)
  7261.             local function unlock(instance)
  7262.                 for i,v in pairs(instance:GetChildren()) do
  7263.                     if v:IsA("BasePart") then
  7264.                         v.Locked = false
  7265.                     end
  7266.                     unlock(v)
  7267.                 end
  7268.             end
  7269.             unlock(workspace)
  7270.         end)
  7271.        
  7272.         addcmd('unanchorws', 'unanchor the whole workspace',{'unanchor', 'unanchr'},
  7273.         function(args)
  7274.            local function unanchor(instance)
  7275.                 for i,v in pairs(instance:GetChildren()) do
  7276.                     if v:IsA("BasePart") then
  7277.                         v.Anchored=false
  7278.                     end
  7279.                     unanchor(v)
  7280.                 end
  7281.             end
  7282.             unanchor(workspace)
  7283.         end)
  7284.        
  7285.         addcmd('hat', 'give player a hat ingame',{},
  7286.         function(args)
  7287.             if not args[1] or not args[2] then return end
  7288.             local players = getPlayer(args[1])
  7289.             local id=args[2]
  7290.             local hat = game:GetService("InsertService"):LoadAsset(id)
  7291.             if hat:IsA("Hat") then
  7292.                 for i,v in pairs(players) do
  7293.                     hat:clone().Parent = _char(v)
  7294.                 end    
  7295.             end
  7296.             hat:Destroy()
  7297.         end)
  7298.        
  7299.         addcmd('gear', 'give player a gear ingame',{},
  7300.         function(args)
  7301.             spawn(function()
  7302.                 if not args[1] or not args[2] then return end
  7303.                 local players = getPlayer(args[1])
  7304.                 local id=args[2]
  7305.                 local model = game:GetService("InsertService"):LoadAsset(id)
  7306.                 for i,v in pairs(players) do
  7307.                     for _,j in pairs(model:GetChildren()) do
  7308.                         if j:IsA("Tool") then
  7309.                             j:Clone().Parent = gPlayers[v].Backpack
  7310.                         end
  7311.                     end
  7312.                 end
  7313.                 model:Destroy()
  7314.             end)
  7315.         end)
  7316.        
  7317.         addcmd('pstools', 'give player personal server tools',{},
  7318.         function(args)
  7319.             local players = getPlayer(args[1])
  7320.             for i,v in pairs(players) do
  7321.                 gPlayers[v].PersonalServerRank = 240
  7322.             end
  7323.         end)
  7324.        
  7325.         addcmd('skick','kicks a player by shutting them down, takes a few seconds',{},
  7326.         function(args)
  7327.             local players = getPlayer(args[1])
  7328.             for i,v in pairs(players) do
  7329.                 spawn(function()
  7330.                     gPlayers[v].PersonalServerRank = 240
  7331.                     gPlayers[v].Backpack:WaitForChild("ClassicTool")
  7332.                     gPlayers[v].PersonalServerRank = 0
  7333.                 end)
  7334.             end
  7335.         end)
  7336.        
  7337.         addcmd('admin', 'gives a player admin',{},
  7338.         function(args)
  7339.             if not args[1]then return end
  7340.             local players = getPlayer(args[1])
  7341.             table.foreach(players,function(k,v)
  7342.                 admins[v]=true
  7343.                 Notify(gPlayers[v].Name .. ' has been given Admin.')
  7344.             end)
  7345.             for i,v in pairs(players) do
  7346.                 local pchar = gPlayers[v].Character
  7347.                 game.Chat:Chat(pchar.Head, "You've been given admin.")
  7348.                 wait(2.5)
  7349.                 game.Chat:Chat(pchar.Head, 'Prefix is "' .. cmdprefix .. '"')
  7350.                 wait(2.5)
  7351.                 game.Chat:Chat(pchar.Head, "[NO] ;fire me [YES] ;fire YourName")
  7352.                 wait(2.5)
  7353.                 game.Chat:Chat(pchar.Head, "You may now use commands.")
  7354.             end
  7355.         end)
  7356.        
  7357.         addcmd('unadmin', 'removes a players admin',{},
  7358.         function(args)
  7359.             if not args[1] then return end
  7360.             local players = getPlayer(args[1])
  7361.             table.foreach(players,function(k,v)
  7362.                 admins[v]=nil
  7363.                 Notify(gPlayers[v].Name .. ' no longer has Admin.')
  7364.             end)
  7365.         end)
  7366.        
  7367.         addcmd('firstp', 'forces player to go into first person',{},
  7368.         function(args)
  7369.             local players = getPlayer(args[1])
  7370.             for i,v in pairs(players)do
  7371.                 gPlayers[v].CameraMode = "LockFirstPerson"
  7372.             end
  7373.         end)
  7374.        
  7375.         addcmd('thirdp', 'allows player to go into third person',{},
  7376.         function(args)
  7377.             local players = getPlayer(args[1])
  7378.             for i,v in pairs(players)do
  7379.                 gPlayers[v].CameraMode = "Classic"
  7380.             end
  7381.         end)
  7382.        
  7383.         addcmd('chat', 'forces player to chat what you input',{},
  7384.         function(args)
  7385.             local players = getPlayer(args[1])
  7386.             local MSG = table.concat(args, " ")
  7387.             local newMSG = string.gsub(MSG, args[1] .. " ", "")
  7388.             for i,v in pairs(players)do
  7389.                 game.Chat:Chat(gPlayers[v].Character.Head, newMSG)
  7390.             end
  7391.         end)
  7392.        
  7393.         addcmd('insert', 'inserts a model',{},
  7394.         function(args)
  7395.             local model = game:GetService("InsertService"):LoadAsset(args[1])
  7396.             model.Parent = game.Workspace
  7397.             model:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  7398.             model:MakeJoints()
  7399.         end)
  7400.        
  7401.         addcmd('name', 'names player',{},
  7402.         function(args)
  7403.             local players = getPlayer(args[1])
  7404.             local msg = table.concat(args, " ")
  7405.             local newmsg = string.gsub(msg, args[1] .. " ", "")
  7406.             for i,v in pairs(players) do
  7407.                 for a, mod in pairs(gPlayers[v].Character:children()) do
  7408.                 if mod:FindFirstChild("TAG") then
  7409.                 gPlayers[v].Character.Head.Transparency = 0
  7410.                 mod:Destroy()
  7411.                 end
  7412.                 end
  7413.                
  7414.                 local char = gPlayers[v].Character
  7415.                 local model = Instance.new("Model", char)
  7416.                 local clone = char.Head:Clone()
  7417.                 local hum = Instance.new("Humanoid", model)
  7418.                 local weld = Instance.new("Weld", clone)
  7419.                     model.Name = newmsg
  7420.                     clone.Parent = model
  7421.                     hum.Name = "TAG"
  7422.                     hum.MaxHealth = 100
  7423.                     hum.Health = 100
  7424.                     weld.Part0 = clone
  7425.                     weld.Part1 = char.Head
  7426.                     char.Head.Transparency = 1
  7427.             end
  7428.         end)
  7429.        
  7430.         addcmd('unname', 'unnames player',{},
  7431.         function(args)
  7432.             local players = getPlayer(args[1])
  7433.             local name = (args[2])
  7434.             for i,v in pairs(players) do
  7435.                 for a, mod in pairs(gPlayers[v].Character:children()) do
  7436.                     if mod:FindFirstChild("TAG") then
  7437.                         gPlayers[v].Character.Head.Transparency = 0
  7438.                         mod:Destroy()
  7439.                     end
  7440.                 end
  7441.             end
  7442.         end)
  7443.        
  7444.         addcmd('stun', 'stuns player',{},
  7445.         function(args)
  7446.             local players = getPlayer(args[1])
  7447.             for i,v in pairs(players) do
  7448.                 gPlayers[v].Character.Humanoid.PlatformStand = true
  7449.             end
  7450.         end)
  7451.        
  7452.         addcmd('unstun', 'stuns player',{},
  7453.         function(args)
  7454.             local players = getPlayer(args[1])
  7455.             for i,v in pairs(players) do
  7456.                 gPlayers[v].Character.Humanoid.PlatformStand = false
  7457.             end
  7458.         end)
  7459.        
  7460.         addcmd('sit', 'stuns player',{},
  7461.         function(args)
  7462.             local players = getPlayer(args[1])
  7463.             for i,v in pairs(players) do
  7464.                 gPlayers[v].Character.Humanoid.Sit = true
  7465.             end
  7466.         end)
  7467.        
  7468.         addcmd('guest', 'ew a guest',{},
  7469.         function(args)
  7470.             local players = getPlayer(args[1])
  7471.             for i,v in pairs(players) do
  7472.                 gPlayers[v].CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=1"
  7473.                 gPlayers[v].Character:BreakJoints()
  7474.             end
  7475.         end)
  7476.        
  7477.         addcmd('damage', 'damages a player',{},
  7478.         function(args)
  7479.             local players = getPlayer(args[1])
  7480.             for i,v in pairs(players) do
  7481.                 gPlayers[v].Character.Humanoid.Health = gPlayers[v].Character.Humanoid.Health - 25
  7482.             end
  7483.         end)
  7484.        
  7485.         addcmd('view', 'views player',{},
  7486.         function(args)
  7487.             local players = getPlayer(args[1])
  7488.             for i,v in pairs(players) do
  7489.                 game.Workspace.CurrentCamera.CameraSubject = gPlayers[v].Character
  7490.             end
  7491.         end)
  7492.        
  7493.         addcmd('unview', 'stops viewing player',{},
  7494.         function()
  7495.             game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  7496.         end)
  7497.        
  7498.         addcmd('nolimbs', 'removes limbs from player',{},
  7499.         function(args)
  7500.             local players = getPlayer(args[1])
  7501.             for i,v in pairs(players) do
  7502.                 for i,v in pairs(gPlayers[v].Character:GetChildren()) do
  7503.                     if v:IsA("BasePart") and
  7504.                         v.Name == "Right Leg" or
  7505.                         v.Name == "Left Leg" or
  7506.                         v.Name == "Right Arm" or
  7507.                         v.Name == "Left Arm" then
  7508.                         v:Remove()
  7509.                     end
  7510.                 end
  7511.             end
  7512.         end)
  7513.        
  7514.         addcmd('box', 'creates a box around player',{},
  7515.         function(args)
  7516.             local players = getPlayer(args[1])
  7517.             for i,v in pairs(players)do
  7518.                 local pchar=_char(v)
  7519.                 local SB = Instance.new("SelectionBox", pchar)
  7520.                 SB.Adornee = SB.Parent
  7521.                 SB.Color = BrickColor.new("" .. (args[2]))
  7522.             end
  7523.         end)
  7524.        
  7525.         addcmd('nobox', 'takes away box from player',{'unbox'},
  7526.         function(args)
  7527.             local players = getPlayer(args[1])
  7528.             for i,v in pairs(players)do
  7529.                 local pchar=_char(v)
  7530.                 for i,v in pairs(gPlayers[v].Character:GetChildren()) do
  7531.                     if v:IsA("SelectionBox") then
  7532.                         v:Destroy()
  7533.                     end
  7534.                 end
  7535.             end
  7536.         end)
  7537.        
  7538.         addcmd('ghost', 'ghostifys player',{},
  7539.         function(args)
  7540.             local players = getPlayer(args[1])
  7541.             for i,v in pairs(players)do
  7542.                 local pchar=gPlayers[v].Character
  7543.                 pchar.Head.Transparency = 0.5
  7544.                 pchar.Torso.Transparency = 0.5
  7545.                 pchar["Left Arm"].Transparency = 0.5
  7546.                 pchar["Right Arm"].Transparency = 0.5
  7547.                 pchar["Left Leg"].Transparency = 0.5
  7548.                 pchar["Right Leg"].Transparency = 0.5
  7549.                 pchar.Head.face.Transparency = 0.5
  7550.             end
  7551.         end)
  7552.        
  7553.         addcmd('sphere', 'puts sphere around player',{},
  7554.         function(args)
  7555.             local players = getPlayer(args[1])
  7556.             for i,v in pairs(players)do
  7557.                 local pchar=gPlayers[v].Character
  7558.                 local SS = Instance.new("SelectionSphere", pchar)
  7559.                 SS.Adornee = SS.Parent
  7560.             end
  7561.         end)
  7562.        
  7563.         addcmd('loadmap','loads map from model',{},
  7564.         function(args)
  7565.             pcall(function()
  7566.             for i,v in pairs(workspace:GetChildren()) do
  7567.                 if v.Name~="Camera" and v.Name~="Terrain" then
  7568.                     v:Destroy()
  7569.                 end
  7570.             end
  7571.             workspace.Terrain:Clear()
  7572.             for i,v in pairs(game.Players:GetChildren()) do
  7573.                 local plr = v
  7574.                 local prt = Instance.new("Model", workspace)
  7575.                 Instance.new("Part", prt).Name="Torso"
  7576.                 Instance.new("Part", prt).Name="Head"
  7577.                 Instance.new("Humanoid", prt).Name="Humanoid"
  7578.                 plr.Character = prt
  7579.             end
  7580.             if (args[1]) == "sfotho" then
  7581.                 local b = Insert(296400126, game.Workspace, "sfotho")
  7582.                 b:MakeJoints()
  7583.             end
  7584.             local b = Insert(args[1], game.Workspace, "LoadedMap")
  7585.             b:MakeJoints()
  7586.         end)
  7587.         Notify('Loaded Map')
  7588.         end)
  7589.        
  7590.         addcmd('sky','changes skybox',{},
  7591.         function(args)
  7592.             pcall(function()
  7593.                 local ID = (args[1])
  7594.                 local sky = Instance.new("Sky", game.Lighting)
  7595.                 sky.SkyboxBk = "rbxassetid://" .. ID
  7596.                 sky.SkyboxDn = "rbxassetid://" .. ID
  7597.                 sky.SkyboxFt = "rbxassetid://" .. ID
  7598.                 sky.SkyboxLf = "rbxassetid://" .. ID
  7599.                 sky.SkyboxRt = "rbxassetid://" .. ID
  7600.                 sky.SkyboxUp = "rbxassetid://" .. ID
  7601.             end)
  7602.         end)
  7603.        
  7604.         addcmd('ambient','changes ambient',{},
  7605.         function(args)
  7606.             game.Lighting.Ambient = Color3.new(args[1],args[2],args[3])
  7607.         end)
  7608.        
  7609.         addcmd('gui','gives YourMom GUI',{},
  7610.         function(args)
  7611.             loadstring(Insert(289110135, game.CoreGui.RobloxGui).Source)()
  7612.         end)
  7613.        
  7614.         addcmd('jail','jails player',{},
  7615.         function(args)
  7616.             local players = getPlayer(args[1])
  7617.             for i,v in pairs(players)do
  7618.                 local pchar=gPlayers[v].Character
  7619.                 local JailPlayer = DATA.JAIL:Clone()
  7620.                 JailPlayer.Parent = game.Workspace
  7621.                 JailPlayer:MoveTo(pchar.Torso.Position)
  7622.                 JailPlayer.Name = "JAIL_" .. gPlayers[v].Name
  7623.                 if pchar:FindFirstChild("HumanoidRootPart") then
  7624.                     pchar.HumanoidRootPart.CFrame = JailPlayer.MAIN.CFrame
  7625.                 end    
  7626.             end
  7627.         end)
  7628.        
  7629.         addcmd('unjail','unjails player',{},
  7630.         function(args)
  7631.             local players = getPlayer(args[1])
  7632.             for i,v in pairs(players)do
  7633.                 game.Workspace["JAIL_" .. gPlayers[v].Name]:Destroy()
  7634.             end
  7635.         end)
  7636.        
  7637.         addcmd('shutdown', 'shuts the server down',{},
  7638.         function(args)
  7639.             local function ShutDown(Base)
  7640.                 for i,v in pairs(Base:GetChildren()) do
  7641.                     v:Destroy()
  7642.                 end
  7643.             end
  7644.             ShutDown(game.Players)
  7645.         end)
  7646.        
  7647.         addcmd('animation','makes player animate',{'anim'},
  7648.         function(args)
  7649.             local players = getPlayer(args[1])
  7650.             for i,v in pairs(players)do
  7651.                 local pchar = gPlayers[v].Character
  7652.                 local ID = args[2]
  7653.        
  7654.                 if args[2] == "climb" then
  7655.                     ID = "180436334"
  7656.             end
  7657.                 if args[2] == "fall" then
  7658.                     ID = "180436148"
  7659.             end
  7660.                 if args[2] == "jump" then
  7661.                     ID = "125750702"
  7662.             end
  7663.                 if args[2] == "sit" then
  7664.                     ID = "178130996"
  7665.             end
  7666.                 for _,x in pairs(gPlayers[v].Character.Animate:GetChildren()) do
  7667.                     if x:IsA("StringValue") then
  7668.                         for _,c in pairs(x:GetChildren()) do
  7669.                             if c:IsA("Animation") then
  7670.                                 c.AnimationId = "rbxassetid://" .. ID
  7671.                             end
  7672.                         end
  7673.                     end
  7674.                 end
  7675.             end
  7676.         end)
  7677.        
  7678.         addcmd('fix','turns player back to normal',{},
  7679.         function(args)
  7680.             local players = getPlayer(args[1])
  7681.             for i,v in pairs(players)do
  7682.                 local pchar = gPlayers[v].Character
  7683.                
  7684.                 pchar.Torso.Neck.C0 = CFrame.new(0,1,0) * CFrame.Angles(math.rad(90),math.rad(180),0)
  7685.                 pchar.Torso["Right Shoulder"].C0 = CFrame.new(1,0.5,0) * CFrame.Angles(0,math.rad(90),0)
  7686.                 pchar.Torso["Left Shoulder"].C0 = CFrame.new(-1,0.5,0) * CFrame.Angles(0,math.rad(-90),0)
  7687.                 pchar.Torso["Right Hip"].C0 = CFrame.new(1,-1,0) * CFrame.Angles(0,math.rad(90),0)
  7688.                 pchar.Torso["Left Hip"].C0 = CFrame.new(-1,-1,0) * CFrame.Angles(0,math.rad(-90),0)
  7689.            
  7690.                 for i,v in pairs(pchar.Head:GetChildren()) do
  7691.                     if v:IsA("SpecialMesh") then
  7692.                         v:Destroy()
  7693.                     end
  7694.                 end
  7695.            
  7696.                 for i,v in pairs(pchar:GetChildren()) do
  7697.                     if v:IsA("Shirt") then
  7698.                         v:Destroy()
  7699.                     end
  7700.                 end
  7701.                
  7702.                 for i,v in pairs(pchar:GetChildren()) do
  7703.                     if v:IsA("Pants") then
  7704.                         v:Destroy()
  7705.                     end
  7706.                 end
  7707.                
  7708.                 if Player.Character:FindFirstChild("Shirt Graphic") ~= nil then
  7709.                     Player.Character["Shirt Graphic"].Graphic = ""
  7710.                 end
  7711.                
  7712.                 local HeadMesh = Instance.new("SpecialMesh", pchar.Head)
  7713.                 HeadMesh.MeshType = "Head"
  7714.                 HeadMesh.Scale = Vector3.new(1.25, 1.25, 1.25)
  7715.                
  7716.                 pchar.Head.Transparency = 0
  7717.                 pchar.Torso.Transparency = 0
  7718.                 pchar["Left Arm"].Transparency = 0
  7719.                 pchar["Right Arm"].Transparency = 0
  7720.                 pchar["Left Leg"].Transparency = 0
  7721.                 pchar["Right Leg"].Transparency = 0
  7722.                
  7723.                 for i,v in pairs(pchar.Head:GetChildren()) do
  7724.                     if v:IsA("Decal") then
  7725.                         v:Destroy()
  7726.                     end
  7727.                 end
  7728.                
  7729.                 local face = Instance.new("Decal", pchar.Head)
  7730.                 face.Name = "face"
  7731.                 face.Texture = "rbxasset://textures/face.png"
  7732.                 face.Face = "Front"
  7733.                
  7734.                 for i,v in pairs(pchar:GetChildren()) do
  7735.                     if v:IsA("Seat") then
  7736.                         v:Destroy()
  7737.                     end
  7738.                 end
  7739.                
  7740.                 for i,v in pairs(pchar.Torso:GetChildren()) do
  7741.                     if v:IsA("Weld") then
  7742.                         v:Destroy()
  7743.                     end
  7744.                 end
  7745.                
  7746.                 for i,v in pairs(pchar.Torso:GetChildren()) do
  7747.                     if v:IsA("SpecialMesh") then
  7748.                         v:Destroy()
  7749.                     end
  7750.                 end
  7751.                
  7752.                 pchar["Body Colors"].HeadColor = BrickColor.new("Cool yellow")
  7753.                 pchar["Body Colors"].LeftArmColor = BrickColor.new("Cool yellow")
  7754.                 pchar["Body Colors"].LeftLegColor = BrickColor.new("Medium blue")
  7755.                 pchar["Body Colors"].RightArmColor = BrickColor.new("Cool yellow")
  7756.                 pchar["Body Colors"].RightLegColor = BrickColor.new("Medium blue")
  7757.                 pchar["Body Colors"].TorsoColor = BrickColor.new("Bright blue")
  7758.                 for _,v in pairs(Player.Character:GetChildren()) do
  7759.                     if v:IsA("Hat") then
  7760.                         v:Destroy()
  7761.                     end
  7762.                 end
  7763.             end
  7764.         end)
  7765.        
  7766.         addcmd('creeper','make the player a creeper',{'crpr'},
  7767.         function(args)
  7768.             local players = getPlayer(args[1])
  7769.             for i,v in pairs(players)do
  7770.             local pchar = gPlayers[v].Character
  7771.                 if gPlayers[v] and pchar and pchar:findFirstChild("Torso") then
  7772.                     if pchar:FindFirstChild("Shirt") then
  7773.                         pchar.Shirt.Parent = pchar.Torso
  7774.                     end
  7775.                     if pchar:FindFirstChild("Pants") then
  7776.                         pchar.Pants.Parent = pchar.Torso
  7777.                     end
  7778.                     if pchar:FindFirstChild("Shirt Graphic") then
  7779.                         pchar["Shirt Graphic"].Graphic = ""
  7780.                     end
  7781.                     for i,v in pairs(pchar:GetChildren()) do
  7782.                         if v:IsA("Hat") then
  7783.                             v:Destroy()
  7784.                         end
  7785.                     end
  7786.                     pchar.Torso.Neck.C0 = CFrame.new(0,1,0) * CFrame.Angles(math.rad(90),math.rad(180),0)
  7787.                     pchar.Torso["Right Shoulder"].C0 = CFrame.new(0,-1.5,-.5) * CFrame.Angles(0,math.rad(90),0)
  7788.                     pchar.Torso["Left Shoulder"].C0 = CFrame.new(0,-1.5,-.5) * CFrame.Angles(0,math.rad(-90),0)
  7789.                     pchar.Torso["Right Hip"].C0 = CFrame.new(0,-1,.5) * CFrame.Angles(0,math.rad(90),0)
  7790.                     pchar.Torso["Left Hip"].C0 = CFrame.new(0,-1,.5) * CFrame.Angles(0,math.rad(-90),0)
  7791.                     pchar["Body Colors"].HeadColor = BrickColor.new("Bright green")
  7792.                     pchar["Body Colors"].LeftArmColor = BrickColor.new("Bright green")
  7793.                     pchar["Body Colors"].LeftLegColor = BrickColor.new("Bright green")
  7794.                     pchar["Body Colors"].RightArmColor = BrickColor.new("Bright green")
  7795.                     pchar["Body Colors"].RightLegColor = BrickColor.new("Bright green")
  7796.                     pchar["Body Colors"].TorsoColor = BrickColor.new("Bright green")
  7797.                 end
  7798.             end
  7799.         end)
  7800.        
  7801.         addcmd('uncreeper','makes player back to normal',{},
  7802.         function(args)
  7803.             local players = getPlayer(args[1])
  7804.             for i,v in pairs(players)do
  7805.                 execCmd("fix " .. gPlayers[v].Name, Player)
  7806.             end
  7807.         end)
  7808.        
  7809.         addcmd('shrek', 'makes player shrek',{},
  7810.         function(args)
  7811.             local players = getPlayer(args[1])
  7812.             for i,v in pairs(players) do
  7813.                 local pchar = gPlayers[v].Character
  7814.                 for i,v in pairs(pchar:GetChildren()) do
  7815.                     if v:IsA("Hat") or v:IsA("CharacterMesh") or v:IsA("Shirt") or v:IsA("Pants") then
  7816.                         v:Destroy()
  7817.                     end
  7818.                 end
  7819.                 for i,v in pairs(pchar.Head:GetChildren()) do
  7820.                     if v:IsA("Decal") or v:IsA("SpecialMesh") then
  7821.                         v:Destroy()
  7822.                     end
  7823.                 end
  7824.                
  7825.                 local mesh = Instance.new("SpecialMesh", pchar.Head)
  7826.                 mesh.MeshType = "FileMesh"
  7827.                 pchar.Head.Mesh.MeshId = "http://www.roblox.com/asset/?id=19999257"
  7828.                 pchar.Head.Mesh.Offset = Vector3.new(-0.1, 0.1, 0)
  7829.                 pchar.Head.Mesh.TextureId = "http://www.roblox.com/asset/?id=156397869"
  7830.                
  7831.                 local Shirt = Instance.new("Shirt", gPlayers[v].Character)
  7832.                 local Pants = Instance.new("Pants", gPlayers[v].Character)
  7833.                
  7834.                 Shirt.ShirtTemplate = "rbxassetid://133078194"
  7835.                 Pants.PantsTemplate = "rbxassetid://133078204"
  7836.             end
  7837.         end)
  7838.        
  7839.         addcmd('unshrek','makes player back to normal',{},
  7840.         function(args)
  7841.             local players = getPlayer(args[1])
  7842.             for i,v in pairs(players)do
  7843.                 execCmd("fix " .. gPlayers[v].Name, Player)
  7844.             end
  7845.         end)
  7846.        
  7847.         local Spamming = false
  7848.        
  7849.         addcmd('spam','spams text',{},
  7850.         function(args)
  7851.             Spamming = true
  7852.             spawn(function()
  7853.                 while wait(0) do
  7854.                     if Spamming == true then
  7855.                         while wait(0.1) do
  7856.                             if Spamming == true then
  7857.                                 game.Players:Chat(""  .. args[1])
  7858.                         elseif Spamming == false then
  7859.                                 return
  7860.                             end
  7861.                         end
  7862.                     end
  7863.                 end
  7864.             end)
  7865.         end)
  7866.        
  7867.         addcmd('nospam','stops spamming',{},
  7868.         function(args)
  7869.             Spamming = false
  7870.         end)
  7871.        
  7872.         addcmd('control','controls player',{},
  7873.         function(args)
  7874.             local players = getPlayer(args[1])
  7875.             for i,v in pairs(players)do
  7876.                 local pchar = gPlayers[v].Character
  7877.                 if gPlayers[v] and pchar then
  7878.                     pchar.Humanoid.PlatformStand = true
  7879.                     local w = Instance.new("Weld", Player.Character.Torso)
  7880.                     w.Part0 = Player.Character.Torso
  7881.                     w.Part1 = pchar.Torso  
  7882.                     local w2 = Instance.new("Weld", Player.Character.Head)
  7883.                     w2.Part0 = Player.Character.Head
  7884.                     w2.Part1 = pchar.Head  
  7885.                     local w3 = Instance.new("Weld", Player.Character:findFirstChild("Right Arm"))
  7886.                     w3.Part0 = Player.Character:findFirstChild("Right Arm")
  7887.                     w3.Part1 = pchar:findFirstChild("Right Arm")
  7888.                     local w4 = Instance.new("Weld", Player.Character:findFirstChild("Left Arm"))
  7889.                     w4.Part0 = Player.Character:findFirstChild("Left Arm")
  7890.                     w4.Part1 = pchar:findFirstChild("Left Arm")
  7891.                     local w5 = Instance.new("Weld", Player.Character:findFirstChild("Right Leg"))
  7892.                     w5.Part0 = Player.Character:findFirstChild("Right Leg")
  7893.                     w5.Part1 = pchar:findFirstChild("Right Leg")
  7894.                     local w6 = Instance.new("Weld", Player.Character:findFirstChild("Left Leg"))
  7895.                     w6.Part0 = Player.Character:findFirstChild("Left Leg")
  7896.                     w6.Part1 = pchar:findFirstChild("Left Leg")
  7897.                     char.Head.face:Destroy()
  7898.                     for i,v in pairs(pchar:GetChildren()) do
  7899.                         if v:IsA("BasePart") then
  7900.                             v.CanCollide = false
  7901.                         end
  7902.                     end
  7903.                     for i,v in pairs(char:GetChildren()) do
  7904.                         if v:IsA("BasePart") then
  7905.                             v.Transparency = 1
  7906.                         elseif v:IsA("Hat") then
  7907.                             v:Destroy()
  7908.                         end
  7909.                     end
  7910.                     pchar.Parent = char
  7911.                     pchar.Humanoid.Changed:connect(function()
  7912.                         pchar.Humanoid.PlatformStand = true
  7913.                     end)
  7914.                 end
  7915.                 end
  7916.         end)
  7917.        
  7918.         addcmd('nuke','nukes player',{},
  7919.         function(args)
  7920.             local players = getPlayer(args[1])
  7921.             for i,v in pairs(players)do
  7922.                 local pchar = gPlayers[v].Character
  7923.                 if gPlayers[v] and pchar and pchar:FindFirstChild("Torso")  then
  7924.                     local nuke = Instance.new("Part", game.Workspace)
  7925.                     nuke.Anchored = true
  7926.                     nuke.CanCollide = false
  7927.                     nuke.FormFactor = "Symmetric"
  7928.                     nuke.Shape = "Ball"
  7929.                     nuke.Size = Vector3.new(1,1,1)
  7930.                     nuke.BrickColor = BrickColor.new("New Yeller")
  7931.                     nuke.Transparency = 0.5
  7932.                     nuke.Reflectance = 0.2
  7933.                     nuke.TopSurface = 0
  7934.                     nuke.BottomSurface = 0
  7935.                     nuke.Touched:connect(function (hit)
  7936.                         if hit and hit.Parent then
  7937.                             local boom = Instance.new("Explosion", game.Workspace)
  7938.                             boom.Position = hit.Position
  7939.                             boom.BlastRadius = 11
  7940.                             boom.BlastPressure = math.huge
  7941.                         end
  7942.                     end)
  7943.                     local CF = pchar.Torso.CFrame
  7944.                     nuke.CFrame = CF
  7945.                     for i = 1,333 do
  7946.                         nuke.Size = nuke.Size + Vector3.new(3,3,3)
  7947.                         nuke.CFrame = CF
  7948.                         wait(1/44)
  7949.                     end
  7950.                     nuke:Destroy()
  7951.                 end
  7952.             end
  7953.         end)
  7954.        
  7955.         addcmd('infect','infects player',{},
  7956.         function(args)
  7957.             local players = getPlayer(args[1])
  7958.             for i,v in pairs(players)do
  7959.                 function infect(rip)
  7960.                 local pchar = gPlayers[v].Character
  7961.                     for i,v in pairs(pchar:GetChildren()) do
  7962.                         if v:IsA("Hat") or v:IsA("Shirt") or v:IsA("Pants") then
  7963.                             v:Destroy()
  7964.                         end
  7965.                     end
  7966.                     if pchar.Torso:FindFirstChild("roblox") then
  7967.                         pchar.Torso.roblox:Destroy()
  7968.                     end
  7969.                     if pchar.Head:FindFirstChild("face") then
  7970.                         pchar.Head.face.Texture = "http://www.roblox.com/asset/?id=94634491"
  7971.                     end
  7972.                     if pchar:FindFirstChild("Body Colors") then
  7973.                         local Colors = pchar["Body Colors"]
  7974.                         local Skin = BrickColor.new("Pastel green")
  7975.                         local Clothes = BrickColor.new("Reddish brown")
  7976.                         Colors.HeadColor = Skin
  7977.                         Colors.LeftArmColor = Skin
  7978.                         Colors.RightArmColor = Skin
  7979.                         Colors.LeftLegColor = Clothes
  7980.                         Colors.RightLegColor = Clothes
  7981.                         Colors.TorsoColor = Clothes
  7982.                     end
  7983.                     local w1 = Instance.new("Weld", pchar)
  7984.                     w1.Part0 = pchar["Right Arm"]
  7985.                     w1.Part1 = pchar.Torso
  7986.                     w1.C0 = CFrame.new(-1.5, 0.5, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(0), math.rad(0))
  7987.                     local w2 = Instance.new("Weld", pchar)
  7988.                     w2.Part0 = pchar["Left Arm"]
  7989.                     w2.Part1 = pchar.Torso
  7990.                     w2.C0 = CFrame.new(1.5, 0.5, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(0), math.rad(0))
  7991.                     local rip = false
  7992.                     local connect1 = pchar["Left Arm"].Touched:connect(function(hit)
  7993.                         if connect1 == false then
  7994.                             connect1 = true
  7995.                             if game.Players:FindFirstChild(hit.Parent.Name) then
  7996.                                 infect(game.Players[hit.Parent.Name])
  7997.                             end
  7998.                             wait(0.5)
  7999.                             connect1 = true
  8000.                         end
  8001.                     end)
  8002.                     local connect2 = pchar["Right Arm"].Touched:connect(function(hit)
  8003.                         if connect2 == false then
  8004.                             connect2 = true
  8005.                             if game.Players:FindFirstChild(hit.Parent.Name) then
  8006.                                 infect(game.Players[hit.Parent.Name])
  8007.                             end
  8008.                             wait(0.5)
  8009.                             connect2 = true
  8010.                         end
  8011.                     end)
  8012.                     local IV = Instance.new("IntValue", pchar)
  8013.                     IV.Name = "Infected"
  8014.                     IV.Value = 0
  8015.                     IV.Changed:connect(function()
  8016.                         connect1:disconnect()
  8017.                         connect2:disconnect()
  8018.                     end)
  8019.                 end
  8020.                 infect(v)
  8021.             end
  8022.         end)
  8023.        
  8024.         addcmd('uninfect','makes player back to normal',{},
  8025.         function(args)
  8026.             local players = getPlayer(args[1])
  8027.             for i,v in pairs(players)do
  8028.                 execCmd("fix " .. gPlayers[v].Name, Player)
  8029.             end
  8030.         end)
  8031.        
  8032.         addcmd('duck','makes players head a duck',{},
  8033.         function(args)
  8034.             local players = getPlayer(args[1])
  8035.             for i,v in pairs(players)do
  8036.                 local pchar = gPlayers[v].Character
  8037.                 for i,v in pairs(pchar.Torso:GetChildren()) do
  8038.                     if v:IsA("Decal") then
  8039.                         v:Destroy()
  8040.                     end
  8041.                 end
  8042.                 for i,v in pairs(pchar:GetChildren()) do
  8043.                     if v:IsA("Hat") then
  8044.                         v:Destroy()
  8045.                     end
  8046.                 end
  8047.                 local duck = Instance.new("SpecialMesh", pchar.Torso)
  8048.                 duck.MeshType = "FileMesh"
  8049.                 duck.MeshId = "http://www.roblox.com/asset/?id=9419831"
  8050.                 duck.TextureId = "http://www.roblox.com/asset/?id=9419827"
  8051.                 duck.Scale = Vector3.new(5, 5, 5)
  8052.                 pchar.Head.Transparency = 1
  8053.                 pchar["Left Arm"].Transparency = 1
  8054.                 pchar["Right Arm"].Transparency = 1
  8055.                 pchar["Left Leg"].Transparency = 1
  8056.                 pchar["Right Leg"].Transparency = 1
  8057.                 pchar.Head.face.Transparency = 1
  8058.             end
  8059.         end)
  8060.        
  8061.         addcmd('unduck','makes player back to normal',{},
  8062.         function(args)
  8063.             local players = getPlayer(args[1])
  8064.             for i,v in pairs(players)do
  8065.                 execCmd("fix " .. gPlayers[v].Name, Player)
  8066.             end
  8067.         end)
  8068.        
  8069.         addcmd('disable','removes players humanoid',{},
  8070.         function(args)
  8071.             local players = getPlayer(args[1])
  8072.             for i,v in pairs(players)do
  8073.                 local pchar = gPlayers[v].Character
  8074.                 if pchar:FindFirstChild("Humanoid") then
  8075.                    pchar.Humanoid.Name = "HUMANOID_" .. gPlayers[v].Name
  8076.                    local humanoid = pchar["HUMANOID_" .. gPlayers[v].Name]
  8077.                    humanoid.Parent = game.ContextActionService
  8078.                 end
  8079.             end
  8080.         end)
  8081.        
  8082.         addcmd('enable','gives player humanoid',{},
  8083.         function(args)
  8084.             local players = getPlayer(args[1])
  8085.             for i,v in pairs(players)do
  8086.                 local pchar = gPlayers[v].Character
  8087.                 if pchar:FindFirstChild("Humanoid") then
  8088.                     return
  8089.                 else
  8090.                     local humanoid = game.ContextActionService["HUMANOID_" .. gPlayers[v].Name]
  8091.                     humanoid.Parent = pchar
  8092.                     humanoid.Name = "Humanoid"
  8093.                 end
  8094.             end
  8095.         end)
  8096.        
  8097.         addcmd('size','changes size of player',{},
  8098.         function(args)
  8099.             local players = getPlayer(args[1])
  8100.             for i,v in pairs(players)do
  8101.             local pchar = gPlayers[v].Character
  8102.                 local function scale(chr,scl)
  8103.                
  8104.                     for _,v in pairs(pchar:GetChildren()) do
  8105.                         if v:IsA("Hat") then
  8106.                             v:Clone()
  8107.                             v.Parent = game.Lighting
  8108.                         end
  8109.                     end
  8110.                        
  8111.                     local Head = chr['Head']
  8112.                     local Torso = chr['Torso']
  8113.                     local LA = chr['Left Arm']
  8114.                     local RA = chr['Right Arm']
  8115.                     local LL = chr['Left Leg']
  8116.                     local RL = chr['Right Leg']
  8117.                     local HRP = chr['HumanoidRootPart']
  8118.                
  8119.                     wait(0.1)
  8120.                    
  8121.                     Head.formFactor = 3
  8122.                     Torso.formFactor = 3
  8123.                     LA.formFactor = 3
  8124.                     RA.formFactor = 3
  8125.                     LL.formFactor = 3
  8126.                     RL.formFactor = 3
  8127.                     HRP.formFactor = 3
  8128.                    
  8129.                     Head.Size = Vector3.new(scl * 2, scl, scl)
  8130.                     Torso.Size = Vector3.new(scl * 2, scl * 2, scl)
  8131.                     LA.Size = Vector3.new(scl, scl * 2, scl)
  8132.                     RA.Size = Vector3.new(scl, scl * 2, scl)
  8133.                     LL.Size = Vector3.new(scl, scl * 2, scl)
  8134.                     RL.Size = Vector3.new(scl, scl * 2, scl)
  8135.                     HRP.Size = Vector3.new(scl * 2, scl * 2, scl)
  8136.                    
  8137.                     local Motor1 = Instance.new('Motor6D', Torso)
  8138.                     Motor1.Part0 = Torso
  8139.                     Motor1.Part1 = Head
  8140.                     Motor1.C0 = CFrame.new(0, 1 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
  8141.                     Motor1.C1 = CFrame.new(0, -0.5 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
  8142.                     Motor1.Name = "Neck"
  8143.                            
  8144.                     local Motor2 = Instance.new('Motor6D', Torso)
  8145.                     Motor2.Part0 = Torso
  8146.                     Motor2.Part1 = LA
  8147.                     Motor2.C0 = CFrame.new(-1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  8148.                     Motor2.C1 = CFrame.new(0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  8149.                     Motor2.Name = "Left Shoulder"
  8150.                    
  8151.                     local Motor3 = Instance.new('Motor6D', Torso)
  8152.                     Motor3.Part0 = Torso
  8153.                     Motor3.Part1 = RA
  8154.                     Motor3.C0 = CFrame.new(1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  8155.                     Motor3.C1 = CFrame.new(-0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  8156.                     Motor3.Name = "Right Shoulder"
  8157.                    
  8158.                     local Motor4 = Instance.new('Motor6D', Torso)
  8159.                     Motor4.Part0 = Torso
  8160.                     Motor4.Part1 = LL
  8161.                     Motor4.C0 = CFrame.new(-1 * scl, -1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  8162.                     Motor4.C1 = CFrame.new(-0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  8163.                     Motor4.Name = "Left Hip"
  8164.                    
  8165.                     local Motor5 = Instance.new('Motor6D', Torso)
  8166.                     Motor5.Part0 = Torso
  8167.                     Motor5.Part1 = RL
  8168.                     Motor5.C0 = CFrame.new(1 * scl, -1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  8169.                     Motor5.C1 = CFrame.new(0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  8170.                     Motor5.Name = "Right Hip"
  8171.                    
  8172.                     local Motor6 = Instance.new('Motor6D', HRP)
  8173.                     Motor6.Part0 = HRP
  8174.                     Motor6.Part1 = Torso
  8175.                     Motor6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
  8176.                     Motor6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
  8177.                        
  8178.                 end
  8179.                
  8180.                 scale(pchar, args[2])
  8181.            
  8182.                 for _,v in pairs(game.Lighting:GetChildren()) do
  8183.                     if v:IsA("Hat") then
  8184.                         v.Parent = pchar
  8185.                     end
  8186.                 end
  8187.             end
  8188.         end)
  8189.        
  8190.         addcmd('confuse','reverses players speed',{'reverse'},
  8191.         function(args)
  8192.             local players = getPlayer(args[1])
  8193.             for i,v in pairs(players)do
  8194.                 local pchar = gPlayers[v].Character
  8195.                 pchar.Humanoid.WalkSpeed = tonumber(-16)
  8196.             end
  8197.         end)
  8198.        
  8199.         addcmd('unconfuse','reverses players speed',{'unreverse'},
  8200.         function(args)
  8201.             local players = getPlayer(args[1])
  8202.             for i,v in pairs(players)do
  8203.                 local pchar = gPlayers[v].Character
  8204.                 pchar.Humanoid.WalkSpeed = tonumber(16)
  8205.             end
  8206.         end)
  8207.        
  8208.         addcmd('clone','clones player',{},
  8209.         function(args)
  8210.             local players = getPlayer(args[1])
  8211.             for i,v in pairs(players)do
  8212.                 local pchar = gPlayers[v].Character
  8213.                 pchar.Archivable = true
  8214.                 local clone = pchar:Clone()
  8215.                 clone.Parent = game.Workspace
  8216.                 clone:MoveTo(pchar:GetModelCFrame().p)
  8217.                 clone:MakeJoints()
  8218.                 pchar.Archivable = false
  8219.             end
  8220.         end)
  8221.        
  8222.         addcmd('spin','spins player',{},
  8223.         function(args)
  8224.             local players = getPlayer(args[1])
  8225.             for i,v in pairs(players)do
  8226.                 local pchar = gPlayers[v].Character
  8227.                 for i,v in pairs(pchar.Torso:GetChildren()) do
  8228.                     if v.Name == "Spinning" then
  8229.                         v:Destroy()
  8230.                     end
  8231.                 end
  8232.                 local Torso = pchar.Torso
  8233.                 local BG = Instance.new("BodyGyro", Torso)
  8234.                 BG.Name = "Spinning"
  8235.                 BG.maxTorque = Vector3.new(0, math.huge, 0)
  8236.                 BG.P = 11111
  8237.                 BG.cframe = Torso.CFrame
  8238.                 repeat wait(1/44)
  8239.                     BG.CFrame = BG.CFrame * CFrame.Angles(0,math.rad(30),0)
  8240.                 until not BG or BG.Parent ~= Torso
  8241.             end
  8242.         end)
  8243.        
  8244.         addcmd('unspin','stops spinning player',{},
  8245.         function(args)
  8246.             local players = getPlayer(args[1])
  8247.             for i,v in pairs(players)do
  8248.                 local pchar = gPlayers[v].Character
  8249.                 for i,v in pairs(pchar.Torso:GetChildren()) do
  8250.                     if v.Name == "Spinning" then
  8251.                         v:Destroy()
  8252.                     end
  8253.                 end
  8254.             end
  8255.         end)
  8256.        
  8257.         addcmd('dog','makes player a dog',{},
  8258.         function(args)
  8259.             local players = getPlayer(args[1])
  8260.             for i,v in pairs(players)do
  8261.                 local pchar = gPlayers[v].Character
  8262.                 if pchar:FindFirstChild("Shirt") then
  8263.                     pchar.Shirt:Destroy()
  8264.                 end
  8265.                 if pchar:FindFirstChild("Pants") then
  8266.                     pchar.Pants:Destroy()
  8267.                 end
  8268.                 if pchar:FindFirstChild("Shirt Graphic") then
  8269.                     pchar["Shirt Graphic"].Graphic = ""
  8270.                 end
  8271.                 pchar.Torso.Transparency = 1
  8272.                 pchar.Torso.Neck.C0 = CFrame.new(0,-.5,-2) * CFrame.Angles(math.rad(90),math.rad(180),0)
  8273.                 pchar.Torso["Right Shoulder"].C0 = CFrame.new(.5,-1.5,-1.5) * CFrame.Angles(0,math.rad(90),0)
  8274.                 pchar.Torso["Left Shoulder"].C0 = CFrame.new(-.5,-1.5,-1.5) * CFrame.Angles(0,math.rad(-90),0)
  8275.                 pchar.Torso["Right Hip"].C0 = CFrame.new(1.5,-1,1.5) * CFrame.Angles(0,math.rad(90),0)
  8276.                 pchar.Torso["Left Hip"].C0 = CFrame.new(-1.5,-1,1.5) * CFrame.Angles(0,math.rad(-90),0)
  8277.                 local FakeTorso = Instance.new("Seat", pchar)
  8278.                 FakeTorso.Name = "FakeTorso"
  8279.                 FakeTorso.FormFactor = "Symmetric"
  8280.                 FakeTorso.TopSurface = 0
  8281.                 FakeTorso.BottomSurface = 0
  8282.                 FakeTorso.Size = Vector3.new(3,1,4)
  8283.                 FakeTorso.BrickColor = BrickColor.new("Brown")
  8284.                 FakeTorso.CFrame = pchar.Torso.CFrame
  8285.                 local BF = Instance.new("BodyForce", FakeTorso)
  8286.                 BF.Force = Vector3.new(0, FakeTorso:GetMass() * 196.25, 0)
  8287.                 local W = Instance.new("Weld", pchar.Torso)
  8288.                 W.Part0 = pchar.Torso
  8289.                 W.Part1 = FakeTorso
  8290.                 W.C0 = CFrame.new(0,-.5,0)
  8291.                 local BC = pchar["Body Colors"]
  8292.                 BC.HeadColor = BrickColor.new("Brown")
  8293.                 BC.LeftArmColor = BrickColor.new("Brown")
  8294.                 BC.LeftLegColor = BrickColor.new("Brown")
  8295.                 BC.RightArmColor = BrickColor.new("Brown")
  8296.                 BC.RightLegColor = BrickColor.new("Brown")
  8297.                 BC.TorsoColor = BrickColor.new("Brown")
  8298.             end
  8299.         end)
  8300.        
  8301.         addcmd('undog','makes player back to normal',{},
  8302.         function(args)
  8303.             local players = getPlayer(args[1])
  8304.             for i,v in pairs(players)do
  8305.                 execCmd("fix " .. gPlayers[v].Name, Player)
  8306.             end
  8307.         end)
  8308.        
  8309.         addcmd('tptool','gives player tptool',{''},
  8310.         function(args)
  8311.             local tool = DATA.Teleport:Clone()
  8312.             tool.Parent = Player.Backpack
  8313.         end)
  8314.        
  8315.         addcmd('loopsit','loop sits player',{},
  8316.         function(args)
  8317.             local players = getPlayer(args[1])
  8318.             for i,v in pairs(players)do
  8319.                 local pchar = gPlayers[v].Character
  8320.                 if pchar:FindFirstChild("LoopSit") then
  8321.                     pchar.LoopSit.Name = "NotLoopSit"
  8322.                     wait(0.1)
  8323.                     pchar.NotLoopSit:Destroy()
  8324.                 end
  8325.                 local LoopSit = Instance.new("StringValue", pchar)
  8326.                 LoopSit.Name = "LoopSit"
  8327.                 repeat wait(0.1)
  8328.                     pchar.Humanoid.Sit = true
  8329.                 until LoopSit.Name == "NotLoopSit"
  8330.             end
  8331.         end)
  8332.        
  8333.         addcmd('unloopsit','stops loop sit on player',{'noloopsit'},
  8334.         function(args)
  8335.             local players = getPlayer(args[1])
  8336.             for i,v in pairs(players)do
  8337.                 local pchar = gPlayers[v].Character
  8338.                 if pchar:FindFirstChild("LoopSit") then
  8339.                     pchar.LoopSit.Name = "NotLoopSit"
  8340.                     wait(0.1)
  8341.                     pchar.NotLoopSit:Destroy()
  8342.                 end
  8343.             end
  8344.         end)
  8345.        
  8346.         addcmd('loopjump','loop jumps player',{},
  8347.         function(args)
  8348.             local players = getPlayer(args[1])
  8349.             for i,v in pairs(players)do
  8350.                 local pchar = gPlayers[v].Character
  8351.                 if pchar:FindFirstChild("LoopJump") then
  8352.                     pchar.LoopJump.Name = "NotLoopJump"
  8353.                     wait(0.1)
  8354.                     pchar.NotLoopJump:Destroy()
  8355.                 end
  8356.                 local LoopJump = Instance.new("StringValue", pchar)
  8357.                 LoopJump.Name = "LoopJump"
  8358.                 repeat wait(0.1)
  8359.                     pchar.Humanoid.Jump = true
  8360.                 until LoopJump.Name == "NotLoopJump"
  8361.             end
  8362.         end)
  8363.        
  8364.         addcmd('unloopjump','stops loop jump on player',{'noloopjump'},
  8365.         function(args)
  8366.             local players = getPlayer(args[1])
  8367.             for i,v in pairs(players)do
  8368.                 local pchar = gPlayers[v].Character
  8369.                 if pchar:FindFirstChild("LoopJump") then
  8370.                     pchar.LoopJump.Name = "NotLoopJump"
  8371.                     wait(0.1)
  8372.                     pchar.NotLoopJump:Destroy()
  8373.                 end
  8374.             end
  8375.         end)
  8376.        
  8377.         addcmd('loopheal','loop heals player',{},
  8378.         function(args)
  8379.             local players = getPlayer(args[1])
  8380.             for i,v in pairs(players)do
  8381.                 local pchar = gPlayers[v].Character
  8382.                 if pchar:FindFirstChild("LoopHeal") then
  8383.                     pchar.LoopHeal.Name = "NotLoopHeal"
  8384.                     wait(0.1)
  8385.                     pchar.NotLoopHeal:Destroy()
  8386.                 end
  8387.                 local LoopHeal = Instance.new("StringValue", pchar)
  8388.                 LoopHeal.Name = "LoopHeal"
  8389.                 repeat wait(0.1)
  8390.                     pchar.Humanoid.Health = pchar.Humanoid.MaxHealth
  8391.                 until LoopHeal.Name == "NotLoopHeal"
  8392.             end
  8393.         end)
  8394.        
  8395.         addcmd('unloopheal','stops loop heal on player',{'noloopheal'},
  8396.         function(args)
  8397.             local players = getPlayer(args[1])
  8398.             for i,v in pairs(players)do
  8399.                 local pchar = gPlayers[v].Character
  8400.                 if pchar:FindFirstChild("LoopHeal") then
  8401.                     pchar.LoopHeal.Name = "NotLoopHeal"
  8402.                     wait(0.1)
  8403.                     pchar.NotLoopHeal:Destroy()
  8404.                 end
  8405.             end
  8406.         end)
  8407.        
  8408.         addcmd('fling','flings player',{},
  8409.         function(args)
  8410.             local players = getPlayer(args[1])
  8411.             for i,v in pairs(players)do
  8412.                 local pchar = gPlayers[v].Character
  8413.                 if pchar:FindFirstChild("Humanoid") then
  8414.                     local xran
  8415.                     local zran
  8416.                     repeat
  8417.                         xran = math.random(-9999,9999)
  8418.                     until math.abs(xran) >= 5555
  8419.                     repeat
  8420.                         zran = math.random(-9999,9999)
  8421.                     until math.abs(zran) >= 5555
  8422.                     pchar.Humanoid.Sit = true
  8423.                     pchar.Torso.Velocity = Vector3.new(0,0,0)
  8424.                     local BF = Instance.new("BodyForce", pchar.Torso)
  8425.                     BF.force = Vector3.new(xran * 4, 9999 * 5, zran * 4)
  8426.                 end
  8427.             end
  8428.         end)
  8429.        
  8430.         addcmd('nograv','makes player have moon gravity',{''},
  8431.         function(args)
  8432.             local players = getPlayer(args[1])
  8433.             for i,v in pairs(players)do
  8434.                 local pchar = gPlayers[v].Character
  8435.                 for i,v in pairs(pchar.Torso:GetChildren()) do
  8436.                     if v.Name == "NoGrav" then
  8437.                         v:Destroy()
  8438.                     end
  8439.                 end
  8440.                 local BF = Instance.new("BodyForce", pchar.Torso)
  8441.                 BF.Name = "NoGrav"
  8442.                 BF.Force = Vector3.new(0,2700,0)
  8443.             end
  8444.         end)
  8445.        
  8446.         addcmd('grav','makes player have normal gravity',{''},
  8447.         function(args)
  8448.             local players = getPlayer(args[1])
  8449.             for i,v in pairs(players)do
  8450.                 local pchar = gPlayers[v].Character
  8451.                 for i,v in pairs(pchar.Torso:GetChildren()) do
  8452.                     if v.Name == "NoGrav" then
  8453.                         v:Destroy()
  8454.                     end
  8455.                 end
  8456.             end
  8457.         end)
  8458.        
  8459.         addcmd('seizure','makes player have a seizure',{''},
  8460.         function(args)
  8461.             local players = getPlayer(args[1])
  8462.             for i,v in pairs(players)do
  8463.                 local pchar = gPlayers[v].Character
  8464.                 if pchar:FindFirstChild("Seizure") then
  8465.                    
  8466.                 end
  8467.                 local Seizure = Instance.new("StringValue", pchar)
  8468.                 Seizure.Name = "Seizure"
  8469.                 pchar.Humanoid.PlatformStand = true
  8470.                 repeat wait()
  8471.                     pchar.Torso.Velocity = Vector3.new(math.random(-10,10),-5,math.random(-10,10))
  8472.                     pchar.Torso.RotVelocity = Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))
  8473.                 until Seizure.Name == "NotSeizure"
  8474.             end
  8475.         end)
  8476.        
  8477.         addcmd('unseizure','makes player stop having a seizure',{''},
  8478.         function(args)
  8479.             local players = getPlayer(args[1])
  8480.             for i,v in pairs(players)do
  8481.                 local pchar = gPlayers[v].Character
  8482.                 if pchar:FindFirstChild("Seizure") then
  8483.                     pchar.Humanoid.PlatformStand = false
  8484.                     pchar.Seizure.Name = "NotSeizure"
  8485.                     wait(0.1)
  8486.                     pchar.NotSeizure:Destroy()
  8487.                 end
  8488.             end
  8489.         end)
  8490.        
  8491.         addcmd('cape','gives you a cape',{''},
  8492.         function(args)
  8493.             if not args[1] then
  8494.                 args[1] = 1012
  8495.             end
  8496.             capeColor = args[1]
  8497.             Cape(Player)
  8498.         end)
  8499.        
  8500.         addcmd('uncape','takes cape away from you',{''},
  8501.         function(args)
  8502.             if char:FindFirstChild("Cape") ~= nil then
  8503.                 char.Cape:Destroy()
  8504.             end
  8505.         end)
  8506.        
  8507.         addcmd('paper','makes player thin as paper',{''},
  8508.         function(args)
  8509.             local players = getPlayer(args[1])
  8510.             for i,v in pairs(players)do
  8511.                 local pchar = gPlayers[v].Character
  8512.                 local LA = DATA.Paper:Clone()
  8513.                 LA.Parent = pchar["Left Arm"]
  8514.                 local RA = DATA.Paper:Clone()
  8515.                 RA.Parent = pchar["Right Arm"]
  8516.                 local LL = DATA.Paper:Clone()
  8517.                 LL.Parent = pchar["Left Leg"]
  8518.                 local RL = DATA.Paper:Clone()
  8519.                 RL.Parent = pchar["Right Leg"]
  8520.                 local T = DATA.Paper:Clone()
  8521.                 T.Parent = pchar.Torso
  8522.                 local H = DATA.Paper:Clone()
  8523.                 H.Parent = pchar.Head
  8524.                 pchar.Head.face:Destroy()
  8525.             end
  8526.         end)
  8527.        
  8528.         addcmd('punish','punishs player',{''},
  8529.         function(args)
  8530.             local players = getPlayer(args[1])
  8531.             for i,v in pairs(players)do
  8532.                 local pchar = gPlayers[v].Character
  8533.                 pchar.Parent = game.Lighting
  8534.             end
  8535.         end)
  8536.        
  8537.         addcmd('unpunish','unpunishs player',{''},
  8538.         function(args)
  8539.             local players = getPlayer(args[1])
  8540.             for i,v in pairs(players)do
  8541.                 if game.Lighting:FindFirstChild("" .. gPlayers[v].Name) then
  8542.                     game.Lighting:FindFirstChild("" .. gPlayers[v].Name).Parent = game.Workspace
  8543.                 end
  8544.             end
  8545.         end)
  8546.        
  8547.         addcmd('disco','disco party',{''},
  8548.         function(args)
  8549.             Disco = true
  8550.             if Disco == true then
  8551.                 repeat wait(0.3)
  8552.                     game.Lighting.Ambient = Color3.new(math.random(),math.random(),math.random())
  8553.                 until Disco == false
  8554.             end
  8555.         end)
  8556.        
  8557.         addcmd('undisco','rip disco party',{''},
  8558.         function(args)
  8559.             Disco = false
  8560.             wait(0.1)
  8561.             game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  8562.         end)
  8563.        
  8564.         -- Extras --
  8565.        
  8566.         Floating = false
  8567.        
  8568.         addcmd('float', 'makes player float',{},
  8569.         function(args,speaker)
  8570.             Floating = true
  8571.             local players = getPlayer(args[1])
  8572.             for _,v in pairs(players) do
  8573.                 local pchar = gPlayers[v].Character
  8574.                 if gPlayers[v] and pchar and not pchar:FindFirstChild("Float") then
  8575.                     spawn(function()
  8576.                         local float = DATA.Float:Clone()
  8577.                         float.Parent = pchar
  8578.                         float.CFrame = pchar.Torso.CFrame * CFrame.new(0,-3.5,0)
  8579.                         spawn(function()
  8580.                             while wait(0.1) do
  8581.                                 if pchar:FindFirstChild("Float") then
  8582.                                     float.CFrame = pchar.Torso.CFrame * CFrame.new(0,-3.5,0)
  8583.                                 else
  8584.                                     break
  8585.                                 end
  8586.                             end
  8587.                         end)
  8588.                     end)
  8589.                 end
  8590.             end
  8591.         end)
  8592.        
  8593.         addcmd('unfloat','disables floating',{},
  8594.         function(args)
  8595.             Floating = false
  8596.             local players = getPlayer(args[1])
  8597.             for i,v in pairs(players)do
  8598.                 local pchar = gPlayers[v].Character
  8599.                 if pchar:FindFirstChild("Float") then
  8600.                     pchar.Float:Destroy()
  8601.                 end
  8602.             end
  8603.         end)
  8604.        
  8605.         local Clip = true
  8606.        
  8607.         addcmd('noclip','enables noclip',{},
  8608.         function(args)
  8609.         Notify('NoClip Enabled')
  8610.         Clip = false
  8611.             wait(1)
  8612.             Name = game.Players.LocalPlayer.Name
  8613.             game:GetService('Players').LocalPlayer.PlayerGui.ChildAdded:connect(function (NC)
  8614.                 delay(0, function()
  8615.                     if NC.Name ~= "OuputGUI" then
  8616.                         NC:Destroy()
  8617.                     end
  8618.                 end)
  8619.             end)
  8620.             game:GetService('RunService').Stepped:connect(function ()
  8621.             game.Workspace[Name].Torso.CanCollide = Clip
  8622.             game.Workspace[Name].Head.CanCollide = Clip
  8623.             end)
  8624.             game.Workspace[Name].Torso.Changed:connect(function()
  8625.             game.Workspace[Name].Torso.CanCollide = Clip
  8626.             game.Workspace[Name].Head.CanCollide = Clip
  8627.             end)
  8628.         end)
  8629.        
  8630.         addcmd('clip','disables noclip',{},
  8631.         function(args)
  8632.             Notify('NoClip Disabled')
  8633.             Clip = true
  8634.         end)
  8635.        
  8636.         wait(0.1)
  8637.        
  8638.         addcmd('prefix','changes prefix',{},
  8639.         function(args)
  8640.             cmdprefix = args[1]
  8641.             Notify('Changed prefix to "' .. args[1] .. '"')
  8642.         end)
  8643.        
  8644.         addcmd('admins','prints admins',{},
  8645.         function(args)
  8646.             for i,v in pairs(AdminFolder:GetChildren()) do
  8647.                 if v:IsA("StringValue") then
  8648.                     print("-" .. v.Value)
  8649.                     Notify('Printed Admins, Check Console')
  8650.                 end
  8651.             end
  8652.         end)
  8653.        
  8654.         addcmd('bans','prints bans',{},
  8655.         function(args)
  8656.             for i,v in pairs(BanFolder:GetChildren()) do
  8657.                 if v:IsA("StringValue") then
  8658.                     print("-" .. v.Value)
  8659.                     Notify('Printed Bans, Check Console')
  8660.                 end
  8661.             end
  8662.         end)
  8663.        
  8664.         addcmd('version','shows version',{''},
  8665.         function(args)
  8666.             Notify("Version is " .. Version)
  8667.         end)
  8668.        
  8669.         --| Floating |--
  8670.        
  8671.         Mouse.KeyDown:connect(function (Key)
  8672.             if Key:byte() == 29 then
  8673.                 if Floating == false then
  8674.                     execCmd("float me", Player)
  8675.                     Floating = true
  8676.                 elseif Floating == true then
  8677.                     execCmd("unfloat me", Player)
  8678.                     Floating = false
  8679.                 end
  8680.             end
  8681.         end)
  8682.        
  8683.         --| Ban Data |--
  8684.        
  8685.         for i,v in pairs(BannedPlayers) do
  8686.             local ban = Instance.new("StringValue", BanFolder)
  8687.             ban.Value = v
  8688.             ban.RobloxLocked = true
  8689.         end
  8690.        
  8691.         spawn(function ()
  8692.             while wait(0.1) do
  8693.                 for _,a in pairs(game.ContextActionService:GetChildren()) do
  8694.                     if a.Name == "BanList" then
  8695.                         for _,b in pairs(a:GetChildren()) do
  8696.                             if b:IsA("StringValue") then
  8697.                                 for _,c in pairs(game.Players:GetChildren()) do
  8698.                                     if c.Name == b.Value then
  8699.                                         c.PersonalServerRank = 200
  8700.                                         wait(0.1)
  8701.                                         c.PersonalServerRank = 0
  8702.                                     end
  8703.                                 end
  8704.                             end
  8705.                         end
  8706.                     end
  8707.                 end
  8708.             end
  8709.         end)
  8710.        
  8711.         --| Admin |--
  8712.        
  8713.         for i,v in pairs(admins) do
  8714.             local admin = Instance.new("StringValue", AdminFolder)
  8715.             admin.Value = v
  8716.             admin.RobloxLocked = true
  8717.         end
  8718.        
  8719.         spawn(function ()
  8720.             while wait(0.1) do
  8721.                 for _,a in pairs(game.ContextActionService:GetChildren()) do
  8722.                     if a.Name == "AdminList" then
  8723.                         for _,b in pairs(a:GetChildren()) do
  8724.                             if b:IsA("StringValue") then
  8725.                                 for _,c in pairs(game.Players:GetChildren()) do
  8726.                                     if c.Name == b.Value then
  8727.                                         execCmd('admin ' .. c.Name)
  8728.                                     end
  8729.                                 end
  8730.                             end
  8731.                         end
  8732.                     end
  8733.                 end
  8734.             end
  8735.         end)
  8736.        
  8737.        
  8738.        
  8739.        
  8740.        
  8741.        
  8742.        
  8743.        
  8744.        
  8745.        
  8746.        
  8747.        
  8748.        
  8749.        
  8750.        
  8751.        
  8752.        
  8753.        
  8754.        
  8755.        
  8756.        
  8757.         --| Don't.. Touch.. |--
  8758.        
  8759.        
  8760.        
  8761.        
  8762.        
  8763.        
  8764.         --| CMD Bar |--
  8765.        
  8766.         CMDbar = Instance.new('ScreenGui', game.CoreGui)
  8767.         CMDbar.Name = 'GUI'
  8768.         cmdBAR = Instance.new('TextBox', CMDbar)
  8769.         cmdBAR.Name = 'CMDbar'
  8770.         cmdBAR.Active = true
  8771.         cmdBAR.BackgroundColor = BrickColor.new(0,0,0)
  8772.         cmdBAR.BackgroundTransparency = 0.5
  8773.         cmdBAR.BorderColor = BrickColor.new(0,0,0)
  8774.         cmdBAR.BorderSizePixel = 0
  8775.         cmdBAR.Position = UDim2.new(0,0,1,-25)
  8776.         cmdBAR.Size = UDim2.new(0,200,0,20)
  8777.         cmdBAR.Font = 'SourceSans'
  8778.         cmdBAR.FontSize = 'Size18'
  8779.         cmdBAR.Text = 'Press ; to Execute a Command'
  8780.         cmdBAR.TextColor = BrickColor.new(255,255,255)
  8781.        
  8782.         --| Data |--
  8783.        
  8784.         DATA = Instance.new('Folder', game.ContextActionService)
  8785.         DATA.Name = 'Data'
  8786.        
  8787.         Paper = Instance.new('BlockMesh', DATA)
  8788.         Paper.Name = 'Paper'
  8789.         Paper.Scale = Vector3.new(1,1,0.1)
  8790.        
  8791.         ayylmao = Instance.new('Hat', DATA)
  8792.         ayylmao.Name = 'ayylmao'
  8793.         ayyHandle = Instance.new('Part', ayylmao)
  8794.         ayyHandle.Name = 'Handle'
  8795.         ayyHandle.Size = Vector3.new(2,2.4,2)
  8796.         ayyHandle.FormFactor = 'Plate'
  8797.         ayyMesh = Instance.new('SpecialMesh', ayyHandle)
  8798.         ayyMesh.Scale = Vector3.new(1,1.02,1)
  8799.         ayyMesh.MeshType = 'FileMesh'
  8800.         ayyMesh.MeshId = 'http://www.roblox.com/asset/?id=13827689'
  8801.         ayyMesh.TextureId = 'http://www.roblox.com/asset/?id=13827796'
  8802.        
  8803.         Float = Instance.new('Part', DATA)
  8804.         Float.Name = 'Float'
  8805.         Float.Transparency = 1
  8806.         Float.Size = Vector3.new(6,1,6)
  8807.         Float.Anchored = true
  8808.        
  8809.         cmdGUI = Instance.new('ScreenGui', DATA)
  8810.         cmdGUI.Name = 'CMDs'
  8811.         cmdMAIN = Instance.new('Frame', cmdGUI)
  8812.         cmdMAIN.Name = 'MAIN'
  8813.         cmdMAIN.Active = true
  8814.         cmdMAIN.BackgroundColor = BrickColor.new(0,0,0)
  8815.         cmdMAIN.BackgroundTransparency = 0.5
  8816.         cmdMAIN.BorderColor = BrickColor.new(0,0,0)
  8817.         cmdMAIN.BorderSizePixel = 0
  8818.         cmdMAIN.Position = UDim2.new(0,10,0,350)
  8819.         cmdMAIN.Size = UDim2.new(0,170,0,15)
  8820.         cmdMAIN.Draggable = true
  8821.         cmdCMDs = Instance.new('ScrollingFrame', cmdMAIN)
  8822.         cmdCMDs.Name = 'CMDs'
  8823.         cmdCMDs.BackgroundColor = BrickColor.new(0,0,0)
  8824.         cmdCMDs.BackgroundTransparency = 0.8
  8825.         cmdCMDs.BorderColor = BrickColor.new(0,0,0)
  8826.         cmdCMDs.BorderSizePixel = 0
  8827.         cmdCMDs.Position = UDim2.new(0,0,0,15)
  8828.         cmdCMDs.Size = UDim2.new(0,200,0,150)
  8829.         cmdCMDs.CanvasSize = UDim2.new(0,0,0,0)
  8830.         cmdCMDs.TopImage = 'rbxasset://textures/blackBkg_square.png'
  8831.         cmdCMDs.MidImage = 'rbxasset://textures/blackBkg_square.png'
  8832.         cmdCMDs.BottomImage = 'rbxasset://textures/blackBkg_square.png'
  8833.         cmdCMDs.ScrollBarThickness = 2
  8834.         cmdExit = Instance.new('TextButton', cmdMAIN)
  8835.         cmdExit.Name = 'Exit'
  8836.         cmdExit.BackgroundColor = BrickColor.new(255,0,0)
  8837.         cmdExit.BackgroundTransparency = 0.5
  8838.         cmdExit.BorderColor = BrickColor.new(255,0,0)
  8839.         cmdExit.BorderSizePixel = 0
  8840.         cmdExit.Position = UDim2.new(0,185,0,0)
  8841.         cmdExit.Size = UDim2.new(0,15,0,15)
  8842.         cmdExit.Text = ""
  8843.         ExitScript = Instance.new('LocalScript', cmdExit)
  8844.         ExitScript.Source =
  8845.         [[
  8846.         script.Parent.MouseButton1Down:connect(function()
  8847.             script.Parent.Parent.Parent:Destroy()
  8848.         end)
  8849.         ]]
  8850.         cmdMin = Instance.new('TextButton', cmdMAIN)
  8851.         cmdMin.Name = 'MM'
  8852.         cmdMin.BackgroundColor = BrickColor.new(140,140,140)
  8853.         cmdMin.BackgroundTransparency = 0.5
  8854.         cmdMin.BorderColor = BrickColor.new(140,140,140)
  8855.         cmdMin.BorderSizePixel = 0
  8856.         cmdMin.Position = UDim2.new(0,170,0,0)
  8857.         cmdMin.Size = UDim2.new(0,15,0,15)
  8858.         cmdMin.Text = ""
  8859.         MinScript = Instance.new('LocalScript', cmdMin)
  8860.         MinScript.Source =
  8861.         [[
  8862.         local CMDs = script.Parent.Parent.CMDs
  8863.        
  8864.         script.Parent.MouseButton1Down:connect(function()
  8865.             if CMDs.Visible == true then
  8866.                 CMDs.Visible = false
  8867.             elseif CMDs.Visible == false then
  8868.                 CMDs.Visible = true
  8869.             end
  8870.         end)
  8871.         ]]
  8872.         cmdEx = Instance.new('TextLabel', cmdMAIN)
  8873.         cmdEx.Name = 'Example'
  8874.         cmdEx.BackgroundColor = BrickColor.new(0,0,0)
  8875.         cmdEx.BackgroundTransparency = 0.8
  8876.         cmdEx.BorderColor = BrickColor.new(0,0,0)
  8877.         cmdEx.BorderSizePixel = 0
  8878.         cmdEx.Position = UDim2.new(0,5,0,20)
  8879.         cmdEx.Size = UDim2.new(0,190,0,20)
  8880.         cmdEx.Visible = false
  8881.         cmdEx.TextColor = BrickColor.new(255,255,255)
  8882.         cmdEx.TextXAlignment = 'Left'
  8883.        
  8884.         duckGUI = Instance.new('ScreenGui', DATA)
  8885.         duckGUI.Name = 'Duck'
  8886.         duckImage = Instance.new('ImageLabel', duckGUI)
  8887.         duckImage.BackgroundTransparency = 1
  8888.         duckImage.Position = UDim2.new(0,-300,1,-150)
  8889.         duckImage.Size = UDim2.new(0,300,0,300)
  8890.         duckImage.Rotation = -30
  8891.         duckImage.Image = 'rbxassetid://301388647'
  8892.         duckScript = Instance.new('LocalScript', duckGUI)
  8893.         duckScript.Source =
  8894.         [[
  8895.         local duck = script.Parent.ImageLabel
  8896.        
  8897.         wait(2)
  8898.        
  8899.         duck:TweenPosition(UDim2.new(1, 0, 1, -150), "InOut", "Quad", 3, true, nil)
  8900.         ]]
  8901.        
  8902.         espMAIN = Instance.new('BillboardGui', DATA)
  8903.         espMAIN.Name = 'MAIN'
  8904.         espMAIN.AlwaysOnTop = true
  8905.         espMAIN.ExtentsOffset = Vector3.new(0,1,0)
  8906.         espMAIN.Size = UDim2.new(0,5,0,5)
  8907.         espMAIN.StudsOffset = Vector3.new(0,1,0)
  8908.         espDot = Instance.new('Frame', espMAIN)
  8909.         espDot.BackgroundColor = BrickColor.new(42,181,255)
  8910.         espDot.BackgroundTransparency = 0.3
  8911.         espDot.BorderSizePixel = 0
  8912.         espDot.Position = UDim2.new(-0.5,0,-0.5,0)
  8913.         espDot.Size = UDim2.new(2,0,2,0)
  8914.         espDot.Visible = false
  8915.         espDot.ZIndex = 10
  8916.         espName = Instance.new('TextLabel', espMAIN)
  8917.         espName.Name = 'Name'
  8918.         espName.BackgroundColor = BrickColor.new(0,0,0)
  8919.         espName.BackgroundTransparency = 1
  8920.         espName.BorderColor = BrickColor.new(0,0,0)
  8921.         espName.BorderSizePixel = 0
  8922.         espName.Position = UDim2.new(0,0,0,-35)
  8923.         espName.Size = UDim2.new(1,0,10,0)
  8924.         espName.Visible = false
  8925.         espName.ZIndex = 10
  8926.        
  8927.         notifyMAIN = Instance.new('ScreenGui', DATA)
  8928.         notifyMAIN.Name = 'Notification'
  8929.         notifyNOT = Instance.new('Frame', notifyMAIN)
  8930.         notifyNOT.Name = 'NOTIFY'
  8931.         notifyNOT.BackgroundColor = BrickColor.new(0,0,0)
  8932.         notifyNOT.BackgroundTransparency = 0.5
  8933.         notifyNOT.BorderColor = BrickColor.new(255,255,255)
  8934.         notifyNOT.BorderSizePixel = 2
  8935.         notifyNOT.Position = UDim2.new(0,-200,0.7,0)
  8936.         notifyNOT.Size = UDim2.new(0,200,0,30)
  8937.         notifyNOTE = Instance.new('TextLabel', notifyNOT)
  8938.         notifyNOTE.Name = 'NOTE'
  8939.         notifyNOTE.BackgroundColor = BrickColor.new(255,255,255)
  8940.         notifyNOTE.BackgroundTransparency = 1
  8941.         notifyNOTE.BorderColor = BrickColor.new(255,255,255)
  8942.         notifyNOTE.BorderSizePixel = 0
  8943.         notifyNOTE.Size = UDim2.new(1,0,1,0)
  8944.         notifyNOTE.ZIndex = 10
  8945.         notifyNOTE.FontSize = 'Size18'
  8946.         notifyNOTE.Font = 'SourceSans'
  8947.         notifyNOTE.Text = 'NOTIFY'
  8948.         notifyNOTE.TextColor = BrickColor.new(255,255,255)
  8949.         notifyNOTE.TextStrokeColor3 = Color3.new(255,255,255)
  8950.         notifyNOTE.TextStrokeTransparency = 0.8
  8951.        
  8952.         tpTool = Instance.new('HopperBin', DATA)
  8953.         tpTool.Name = 'Teleport'
  8954.         tpScript = Instance.new('LocalScript', tpTool)
  8955.         tpScript.Source =
  8956.         [[
  8957.         local Player = game.Players.LocalPlayer
  8958.         local Mouse = Player:GetMouse()
  8959.        
  8960.         local Tool = script.Parent
  8961.        
  8962.         Mouse.Button1Down:connect(function()
  8963.             if Mouse.Target and Tool.Active then
  8964.                 Player.Character.HumanoidRootPart.CFrame = Mouse.Hit + Vector3.new(0,2,0)
  8965.             end
  8966.         end)
  8967.         ]]
  8968.        
  8969.         modJAIL = Instance.new('Model', DATA)
  8970.         modJAIL.Name = 'JAIL'
  8971.         botJAIL = Instance.new('Part', modJAIL)
  8972.         botJAIL.Name = 'BOTTOM'
  8973.         botJAIL.BrickColor = BrickColor.new('Black')
  8974.         botJAIL.Transparency = 0.5
  8975.         botJAIL.Position = Vector3.new(-6.2,0.5,-11.6)
  8976.         botJAIL.Anchored = true
  8977.         botJAIL.Locked = true
  8978.         botJAIL.Size = Vector3.new(6,1,6)
  8979.         botJAIL.TopSurface = 'Smooth'
  8980.         botJAIL.BottomSurface = 'Smooth'
  8981.         topJAIL = Instance.new('Part', modJAIL)
  8982.         topJAIL.Name = 'BOTTOM'
  8983.         topJAIL.BrickColor = BrickColor.new('Black')
  8984.         topJAIL.Transparency = 0.5
  8985.         topJAIL.Position = Vector3.new(-6.2,7.5,-11.6)
  8986.         topJAIL.Anchored = true
  8987.         topJAIL.Locked = true
  8988.         topJAIL.Size = Vector3.new(6,1,6)
  8989.         topJAIL.TopSurface = 'Smooth'
  8990.         topJAIL.BottomSurface = 'Smooth'
  8991.         p1 = Instance.new('Part', modJAIL)
  8992.         p1.Name = 'MAIN'
  8993.         p1.BrickColor = BrickColor.new('Black')
  8994.         p1.Transparency = 1
  8995.         p1.Position = Vector3.new(-8.7,4,-11.6)
  8996.         p1.Rotation = Vector3.new(-180,0,-180)
  8997.         p1.Anchored = true
  8998.         p1.Locked = true
  8999.         p1.Size = Vector3.new(1,6,4)
  9000.         p1.TopSurface = 'Smooth'
  9001.         p1.BottomSurface = 'Smooth'
  9002.         p2 = Instance.new('Part', modJAIL)
  9003.         p2.BrickColor = BrickColor.new('Black')
  9004.         p2.Transparency = 0.5
  9005.         p2.Position = Vector3.new(-3.7,4,-14.1)
  9006.         p2.Anchored = true
  9007.         p2.Locked = true
  9008.         p2.Size = Vector3.new(1,6,1)
  9009.         p2.TopSurface = 'Smooth'
  9010.         p2.BottomSurface = 'Smooth'
  9011.         p3 = Instance.new('Part', modJAIL)
  9012.         p3.BrickColor = BrickColor.new('Black')
  9013.         p3.Transparency = 0.5
  9014.         p3.Position = Vector3.new(-8.7,4,-9.1)
  9015.         p3.Anchored = true
  9016.         p3.Locked = true
  9017.         p3.Size = Vector3.new(1,6,1)
  9018.         p3.TopSurface = 'Smooth'
  9019.         p3.BottomSurface = 'Smooth'
  9020.         p4 = Instance.new('Part', modJAIL)
  9021.         p4.BrickColor = BrickColor.new('Black')
  9022.         p4.Transparency = 0.5
  9023.         p4.Position = Vector3.new(-3.7,4,-9.1)
  9024.         p4.Anchored = true
  9025.         p4.Locked = true
  9026.         p4.Size = Vector3.new(1,6,1)
  9027.         p4.TopSurface = 'Smooth'
  9028.         p4.BottomSurface = 'Smooth'
  9029.         p5 = Instance.new('Part', modJAIL)
  9030.         p5.BrickColor = BrickColor.new('Black')
  9031.         p5.Transparency = 0.5
  9032.         p5.Position = Vector3.new(-8.7,4,-14.1)
  9033.         p5.Anchored = true
  9034.         p5.Locked = true
  9035.         p5.Size = Vector3.new(1,6,1)
  9036.         p5.TopSurface = 'Smooth'
  9037.         p5.BottomSurface = 'Smooth'
  9038.         p6 = Instance.new('Part', modJAIL)
  9039.         p6.BrickColor = BrickColor.new('Black')
  9040.         p6.Transparency = 1
  9041.         p6.Position = Vector3.new(-6.2,4,-14.1)
  9042.         p6.Rotation = Vector3.new(0,90,0)
  9043.         p6.Anchored = true
  9044.         p6.Locked = true
  9045.         p6.Size = Vector3.new(1,6,4)
  9046.         p6.TopSurface = 'Smooth'
  9047.         p6.BottomSurface = 'Smooth'
  9048.         p7 = Instance.new('Part', modJAIL)
  9049.         p7.BrickColor = BrickColor.new('Black')
  9050.         p7.Transparency = 1
  9051.         p7.Position = Vector3.new(-3.7,4,-11.6)
  9052.         p7.Anchored = true
  9053.         p7.Locked = true
  9054.         p7.Size = Vector3.new(1,6,4)
  9055.         p7.TopSurface = 'Smooth'
  9056.         p7.BottomSurface = 'Smooth'
  9057.         p8 = Instance.new('Part', modJAIL)
  9058.         p8.BrickColor = BrickColor.new('Black')
  9059.         p8.Transparency = 1
  9060.         p8.Position = Vector3.new(-6.2,4,-9.1)
  9061.         p8.Rotation = Vector3.new(0,90,0)
  9062.         p8.Anchored = true
  9063.         p8.Locked = true
  9064.         p8.Size = Vector3.new(1,6,4)
  9065.         p8.TopSurface = 'Smooth'
  9066.         p8.BottomSurface = 'Smooth'
  9067.        
  9068.         --| Some Commands |--
  9069.        
  9070.         addcmd('ayylmao','ayy lmao',{''},
  9071.         function(args)
  9072.             local players = getPlayer(args[1])
  9073.             for i,v in pairs(players)do
  9074.                 local pchar = gPlayers[v].Character
  9075.                 if pchar:FindFirstChild("Shirt") then
  9076.                     pchar.Shirt:Destroy()
  9077.                 end
  9078.                 if pchar:FindFirstChild("Pants") then
  9079.                     pchar.Pants:Destroy()
  9080.                 end
  9081.                 if pchar:FindFirstChild("Shirt Graphic") then
  9082.                     pchar["Shirt Graphic"].Graphic = ""
  9083.                 end
  9084.                 for i,v in pairs(pchar:GetChildren()) do
  9085.                     if v:IsA("Hat") then
  9086.                         v:Destroy()
  9087.                     end
  9088.                 end
  9089.                 local ayylmao = DATA.ayylmao:Clone()
  9090.                 ayylmao.Parent = pchar
  9091.                 local BC = pchar["Body Colors"]
  9092.                 BC.HeadColor = BrickColor.new("Fossil")
  9093.                 BC.LeftArmColor = BrickColor.new("Fossil")
  9094.                 BC.LeftLegColor = BrickColor.new("Fossil")
  9095.                 BC.RightArmColor = BrickColor.new("Fossil")
  9096.                 BC.RightLegColor = BrickColor.new("Fossil")
  9097.                 BC.TorsoColor = BrickColor.new("Fossil")
  9098.             end
  9099.         end)
  9100.        
  9101.         -- CMDs GUI --
  9102.        
  9103.         CMDsFolder = Instance.new("Folder", game.CoreGui)
  9104.        
  9105.         for i,v in pairs(CMDs) do
  9106.             CMDsValue = Instance.new("StringValue", CMDsFolder)
  9107.             CMDsValue.Value = v
  9108.             CMDsValue.RobloxLocked = true
  9109.         end
  9110.        
  9111.         local function commands()
  9112.             local cmds = DATA.CMDs:Clone()
  9113.             cmds.Parent = Player.PlayerGui
  9114.             local CMDsV = CMDsFolder:GetChildren()
  9115.             for i = 1, #CMDsV do
  9116.                 local YSize = 25
  9117.                 local Position = ((i * YSize) - YSize)
  9118.                 local newcmd = cmds.MAIN.Example:Clone()
  9119.                 newcmd.Parent = cmds.MAIN.CMDs
  9120.                 newcmd.Visible = true
  9121.                 newcmd.Position = UDim2.new(0,5,0, Position + 5)
  9122.                 newcmd.Text = "" .. CMDsV[i].Value
  9123.                 cmds.MAIN.CMDs.CanvasSize = UDim2.new(0,0,0, Position + 30)
  9124.             end
  9125.         end
  9126.        
  9127.         addcmd('cmds','prints cmds',{},
  9128.         function(args)
  9129.             commands()
  9130.         end)
  9131.        
  9132.         --| Command Bar |--
  9133.        
  9134.         CMDbar.CMDbar.FocusLost:connect(function(enterpressed)
  9135.             if enterpressed and CMDbar.CMDbar.Text ~= "" then
  9136.                 spawn(function ()
  9137.                     execCmd(CMDbar.CMDbar.Text, Player)
  9138.                 end)
  9139.             end
  9140.             CMDbar.CMDbar:TweenPosition(UDim2.new(0, -200, 1, -25), "InOut", "Quad", 0.5, true, nil)
  9141.         end)
  9142.        
  9143.         Mouse.KeyDown:connect(function(Key)
  9144.             if Key:byte() == 59 then
  9145.                 CMDbar.CMDbar:TweenPosition(UDim2.new(0, 0, 1, -25), "InOut", "Quad", 0.5, true, nil)
  9146.                 CMDbar.CMDbar:CaptureFocus()
  9147.             end
  9148.         end)
  9149.        
  9150.         --| ESP Function |--
  9151.        
  9152.         local ESP = false
  9153.         local track = false
  9154.        
  9155.         function Create(base, team)
  9156.             local MAIN = DATA.MAIN:Clone()
  9157.             local F = MAIN.DOT
  9158.             local ESP = MAIN.NAME
  9159.        
  9160.             MAIN.Parent = Player.PlayerGui
  9161.             MAIN.Adornee = base
  9162.            
  9163.             F.Visible = true
  9164.            
  9165.             ESP.Text = base.Parent.Name:upper()
  9166.             ESP.Visible = true
  9167.         end
  9168.        
  9169.         function Clear()
  9170.             for _,v in pairs(Player.PlayerGui:children()) do
  9171.                 if v.Name == "MAIN" and v:IsA("BillboardGui") then
  9172.                     v:Destroy()
  9173.                 end
  9174.             end
  9175.         end
  9176.        
  9177.         function Find()
  9178.             Clear()
  9179.             track = true
  9180.             spawn(function()
  9181.                 while wait() do
  9182.                     if track then
  9183.                         Clear()
  9184.                         for i,v in pairs(game.Players:players()) do
  9185.                             if v.Character and v.Character.Head then
  9186.                                 Create(v.Character.Head, true)
  9187.                             end
  9188.                         end
  9189.                     end
  9190.                     wait(1)
  9191.                 end
  9192.             end)
  9193.         end
  9194.        
  9195.         --| ESP |--
  9196.        
  9197.         Mouse.KeyDown:connect(function(Key)
  9198.             if Key:byte() == 30 then
  9199.                 if ESP == false then
  9200.                     Find()
  9201.                     ESP = true
  9202.                 elseif ESP == true then
  9203.                     Clear()
  9204.                     track = false
  9205.                     ESP = false
  9206.                 end
  9207.             end
  9208.         end)
  9209.        
  9210.         --| More Functions |--
  9211.        
  9212.         local NOTIFY = DATA.Notification
  9213.         NOTIFY.Parent = game.CoreGui
  9214.        
  9215.         local duck = DATA.Duck:Clone()
  9216.         duck.Parent = Player.PlayerGui
  9217.        
  9218.         local usingNOTE = false
  9219.        
  9220.         function Notify(msg)
  9221.             if usingNOTE == false then
  9222.                 if NOTIFY.NOTIFY and NOTIFY.NOTIFY.NOTE then
  9223.                     spawn(function()
  9224.                         NOTIFY.NOTIFY:TweenPosition(UDim2.new(0, 0, 0.7, 0), "InOut", "Quad", 0.5, true, nil)
  9225.                         NOTIFY.NOTIFY.NOTE.Text = msg
  9226.                         usingNOTE = true
  9227.                         wait(2.5)
  9228.                         NOTIFY.NOTIFY:TweenPosition(UDim2.new(0, -200, 0.7, 0), "InOut", "Quad", 0.5, true, nil)
  9229.                         usingNOTE = false
  9230.                     end)
  9231.                 end
  9232.             end
  9233.         end
  9234.        
  9235.         --| Notifications |--
  9236.        
  9237.         wait(1)
  9238.        
  9239.         if game.Workspace.FilteringEnabled == true then
  9240.             NOTIFY.NOTIFY.BorderColor = BrickColor.new(255,0,0)
  9241.             Notify('Filtering is ENABLED.')
  9242.         elseif game.Workspace.FilteringEnabled == false then
  9243.             NOTIFY.NOTIFY.BorderColor = BrickColor.new(0,255,0)
  9244.             Notify('Filtering is Disabled.')
  9245.         end
  9246.        
  9247.         wait(3.5)
  9248.        
  9249.         NOTIFY.NOTIFY.BorderColor = BrickColor.new(255,255,255)
  9250.        
  9251.         Notify('Loaded ' .. #cmds .. ' commands!')
  9252.        
  9253.         wait(3.5)
  9254.        
  9255.         Notify('Welcome ' .. Player.Name .. '!')
  9256.        
  9257.         Player.PlayerGui.Duck:Destroy()
  9258.        
  9259.         --[[
  9260.         addcmd('name','desc',{''},
  9261.         function(args)
  9262.             local players = getPlayer(args[1])
  9263.             for i,v in pairs(players)do
  9264.                 local pchar = gPlayers[v].Character
  9265.             end
  9266.         end)
  9267.         --]]
  9268.         end)
  9269.        
  9270.         TP.MouseButton1Down:connect(function()
  9271.             local plr = game.Players.LocalPlayer
  9272.        
  9273.             local hum = plr.Character.HumanoidRootPart
  9274.            
  9275.             local mouse = plr:GetMouse()
  9276.            
  9277.             mouse.KeyDown:connect(function(key)
  9278.            
  9279.                 if key == "e" then
  9280.                
  9281.                     if mouse.Target then
  9282.                    
  9283.                         hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  9284.                    
  9285.                     end
  9286.                
  9287.                 end
  9288.             end)
  9289.         end)   
  9290. end
  9291.  
  9292. CreateGui()
  9293. end)
  9294.  
  9295. close.Name = "close"
  9296. close.Parent = maingui
  9297. close.BackgroundColor3 = Color3.new(1, 1, 1)
  9298. close.BackgroundTransparency = 1
  9299. close.Position = UDim2.new(0.00773694413, 0, 0.00849858299, 0)
  9300. close.Size = UDim2.new(0, 52, 0, 43)
  9301. close.Font = Enum.Font.GothamBold
  9302. close.Text = "X"
  9303. close.TextColor3 = Color3.new(1, 1, 1)
  9304. close.TextSize = 35
  9305. close.TextWrapped = true
  9306. close.MouseButton1Down:connect(function()
  9307. maingui.Visible = false
  9308. opengui.Visible = true
  9309. end)
  9310.  
  9311. opengui.Name = "opengui"
  9312. opengui.Parent = ScreenGui
  9313. opengui.BackgroundColor3 = Color3.new(1, 1, 1)
  9314. opengui.Position = UDim2.new(0, 0, 0.760442257, 0)
  9315. opengui.Size = UDim2.new(0, 98, 0, 42)
  9316. opengui.Visible = false
  9317. opengui.Style = Enum.FrameStyle.DropShadow
  9318.  
  9319. open.Name = "open"
  9320. open.Parent = opengui
  9321. open.BackgroundColor3 = Color3.new(1, 1, 1)
  9322. open.BackgroundTransparency = 1
  9323. open.Position = UDim2.new(-0.00708038919, 0, 0.0249430351, 0)
  9324. open.Size = UDim2.new(0, 83, 0, 26)
  9325. open.Font = Enum.Font.GothamBold
  9326. open.Text = "Open"
  9327. open.TextColor3 = Color3.new(1, 1, 1)
  9328. open.TextScaled = true
  9329. open.TextSize = 14
  9330. open.TextWrapped = true
  9331. open.MouseButton1Down:connect(function()
  9332. opengui.Visible = false
  9333. maingui.Visible = true
  9334. end)
  9335. -- Scripts:
Add Comment
Please, Sign In to add comment