Advertisement
1_F0

Untitled

Jun 28th, 2020
8,894
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 119.63 KB | None | 0 0
  1. function CreateGui()
  2.  
  3. -- Objects
  4.  
  5. local friggysGui = Instance.new("ScreenGui")
  6. local Shadow = Instance.new("Frame")
  7. local Frame = Instance.new("Frame")
  8. local CheckMoney = Instance.new("TextButton")
  9. local Close = Instance.new("TextButton")
  10. local GiveConfirm = Instance.new("TextButton")
  11. local BlueBar = Instance.new("TextLabel")
  12. local HowMuchMoney = Instance.new("TextBox")
  13. local MaxMoney = Instance.new("TextButton")
  14. local MoneyConfirm = Instance.new("TextButton")
  15. local Open = Instance.new("TextButton")
  16. local StealConfirm = Instance.new("TextButton")
  17. local WhoToGive = Instance.new("TextBox")
  18. local WhoToSteal = Instance.new("TextBox")
  19. local SleighIns = Instance.new("TextLabel")
  20. local GuiName = Instance.new("TextLabel")
  21. local StealMoneyIns = Instance.new("TextLabel")
  22. local Page2 = Instance.new("TextButton")
  23. local Page1 = Instance.new("TextButton")
  24. local Rocky = Instance.new("TextButton")
  25. local HousePerms = Instance.new("TextButton")
  26. local StealHouse = Instance.new("TextButton")
  27. local GetSleigh = Instance.new("TextButton")
  28. local StealMoney = Instance.new("TextButton")
  29. local ChangeMoney = Instance.new("TextButton")
  30. local GiveMoney = Instance.new("TextButton")
  31. local TP = Instance.new("TextButton")
  32. local GiveMoneyIns = Instance.new("TextLabel")
  33. local ChangeMoneyIns = Instance.new("TextLabel")
  34. local SleighConfirm = Instance.new("TextButton")
  35. local WhoToCheck = Instance.new("TextBox")
  36. local CheckConfirm = Instance.new("TextButton")
  37. local CheckMoneyIns = Instance.new("TextLabel")
  38. local ChkMon = Instance.new("TextLabel")
  39. local ChkMonClose = Instance.new("TextButton")
  40. local HouseToSteal = Instance.new("TextBox")
  41. local StealHouseIns = Instance.new("TextLabel")
  42. local HouseConfirm = Instance.new("TextButton")
  43. local CreditsTxt = Instance.new("TextLabel")
  44. local Credits = Instance.new("TextButton")
  45. local Back = Instance.new("TextButton")
  46. local Back2 = Instance.new("TextButton")
  47.  
  48. -- Properties
  49.  
  50. friggysGui.Name = "friggysGui"
  51. friggysGui.Parent = game.CoreGui
  52.  
  53. Shadow.Name = "Shadow"
  54. Shadow.Parent = friggysGui
  55. Shadow.Active = true
  56. Shadow.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  57. Shadow.BackgroundTransparency = 0.69999998807907
  58. Shadow.Draggable = true
  59. Shadow.Position = UDim2.new(0, 90, 0, 296)
  60. Shadow.Size = UDim2.new(0, 445, 0, 420)
  61.  
  62. Frame.Parent = friggysGui
  63. Frame.Active = true
  64. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  65. Frame.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  66. Frame.Draggable = true
  67. Frame.Position = UDim2.new(0, 85, 0, 291)
  68. Frame.Size = UDim2.new(0, 445, 0, 420)
  69.  
  70. CheckMoney.Name = "CheckMoney"
  71. CheckMoney.Parent = Frame
  72. CheckMoney.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  73. CheckMoney.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  74. CheckMoney.BorderSizePixel = 5
  75. CheckMoney.Position = UDim2.new(0, 122, 0, 139)
  76. CheckMoney.Size = UDim2.new(0, 200, 0, 50)
  77. CheckMoney.Visible = false
  78. CheckMoney.AutoButtonColor = false
  79. CheckMoney.Font = Enum.Font.SciFi
  80. CheckMoney.FontSize = Enum.FontSize.Size28
  81. CheckMoney.Text = "Check Money"
  82. CheckMoney.TextColor3 = Color3.new(0, 0, 0)
  83. CheckMoney.TextSize = 25
  84.  
  85. Close.Name = "Close"
  86. Close.Parent = Frame
  87. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  88. Close.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  89. Close.Position = UDim2.new(0, 0, 0, 384)
  90. Close.Size = UDim2.new(0, 42, 0, 36)
  91. Close.Font = Enum.Font.Arial
  92. Close.FontSize = Enum.FontSize.Size14
  93. Close.Text = "Close"
  94. Close.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  95. Close.TextSize = 14
  96.  
  97. GiveConfirm.Name = "GiveConfirm"
  98. GiveConfirm.Parent = Frame
  99. GiveConfirm.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  100. GiveConfirm.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  101. GiveConfirm.BorderSizePixel = 5
  102. GiveConfirm.Position = UDim2.new(0, 123, 0, 251)
  103. GiveConfirm.Size = UDim2.new(0, 200, 0, 50)
  104. GiveConfirm.Visible = false
  105. GiveConfirm.Font = Enum.Font.SciFi
  106. GiveConfirm.FontSize = Enum.FontSize.Size28
  107. GiveConfirm.Text = "Confirm"
  108. GiveConfirm.TextColor3 = Color3.new(0, 0, 0)
  109. GiveConfirm.TextSize = 25
  110.  
  111. BlueBar.Name = "BlueBar"
  112. BlueBar.Parent = Frame
  113. BlueBar.BackgroundColor3 = Color3.new(0.388235, 0.705882, 1)
  114. BlueBar.BorderColor3 = Color3.new(0.388235, 0.705882, 1)
  115. BlueBar.Position = UDim2.new(0, 0, 0, 39)
  116. BlueBar.Size = UDim2.new(0, 445, 0, 12)
  117. BlueBar.Font = Enum.Font.SourceSans
  118. BlueBar.FontSize = Enum.FontSize.Size14
  119. BlueBar.Text = ""
  120. BlueBar.TextSize = 14
  121.  
  122. HowMuchMoney.Name = "HowMuchMoney"
  123. HowMuchMoney.Parent = Frame
  124. HowMuchMoney.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  125. HowMuchMoney.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  126. HowMuchMoney.BorderSizePixel = 5
  127. HowMuchMoney.Position = UDim2.new(0, 123, 0, 128)
  128. HowMuchMoney.Size = UDim2.new(0, 200, 0, 50)
  129. HowMuchMoney.Visible = false
  130. HowMuchMoney.Font = Enum.Font.Code
  131. HowMuchMoney.FontSize = Enum.FontSize.Size14
  132. HowMuchMoney.Text = "How much money you want"
  133. HowMuchMoney.TextColor3 = Color3.new(0, 0, 0)
  134. HowMuchMoney.TextSize = 14
  135.  
  136. MaxMoney.Name = "MaxMoney"
  137. MaxMoney.Parent = Frame
  138. MaxMoney.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  139. MaxMoney.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  140. MaxMoney.BorderSizePixel = 5
  141. MaxMoney.Position = UDim2.new(0, 123, 0, 291)
  142. MaxMoney.Size = UDim2.new(0, 200, 0, 50)
  143. MaxMoney.Visible = false
  144. MaxMoney.Font = Enum.Font.SciFi
  145. MaxMoney.FontSize = Enum.FontSize.Size28
  146. MaxMoney.Text = "Max Money"
  147. MaxMoney.TextColor3 = Color3.new(0, 1, 0.933333)
  148. MaxMoney.TextSize = 25
  149.  
  150. MoneyConfirm.Name = "MoneyConfirm"
  151. MoneyConfirm.Parent = Frame
  152. MoneyConfirm.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  153. MoneyConfirm.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  154. MoneyConfirm.BorderSizePixel = 5
  155. MoneyConfirm.Position = UDim2.new(0, 123, 0, 210)
  156. MoneyConfirm.Size = UDim2.new(0, 200, 0, 50)
  157. MoneyConfirm.Visible = false
  158. MoneyConfirm.Font = Enum.Font.SciFi
  159. MoneyConfirm.FontSize = Enum.FontSize.Size28
  160. MoneyConfirm.Text = "Confirm"
  161. MoneyConfirm.TextColor3 = Color3.new(0, 0, 0)
  162. MoneyConfirm.TextSize = 25
  163.  
  164. Open.Name = "Open"
  165. Open.Parent = friggysGui
  166. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  167. Open.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  168. Open.Position = UDim2.new(0, 0, 0, 384)
  169. Open.Size = UDim2.new(0, 42, 0, 36)
  170. Open.Visible = false
  171. Open.Font = Enum.Font.Arial
  172. Open.FontSize = Enum.FontSize.Size14
  173. Open.Text = "Open"
  174. Open.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  175. Open.TextSize = 14
  176.  
  177. StealConfirm.Name = "StealConfirm"
  178. StealConfirm.Parent = Frame
  179. StealConfirm.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  180. StealConfirm.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  181. StealConfirm.BorderSizePixel = 5
  182. StealConfirm.Position = UDim2.new(0, 123, 0, 251)
  183. StealConfirm.Size = UDim2.new(0, 200, 0, 50)
  184. StealConfirm.Visible = false
  185. StealConfirm.Font = Enum.Font.SciFi
  186. StealConfirm.FontSize = Enum.FontSize.Size28
  187. StealConfirm.Text = "Confirm"
  188. StealConfirm.TextColor3 = Color3.new(0, 0, 0)
  189. StealConfirm.TextSize = 25
  190.  
  191. WhoToGive.Name = "WhoToGive"
  192. WhoToGive.Parent = Frame
  193. WhoToGive.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  194. WhoToGive.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  195. WhoToGive.BorderSizePixel = 5
  196. WhoToGive.Position = UDim2.new(0, 122, 0, 160)
  197. WhoToGive.Size = UDim2.new(0, 200, 0, 50)
  198. WhoToGive.Visible = false
  199. WhoToGive.Font = Enum.Font.Code
  200. WhoToGive.FontSize = Enum.FontSize.Size18
  201. WhoToGive.Text = "Who you want to donate"
  202. WhoToGive.TextColor3 = Color3.new(0, 0, 0)
  203. WhoToGive.TextSize = 16
  204.  
  205. WhoToSteal.Name = "WhoToSteal"
  206. WhoToSteal.Parent = Frame
  207. WhoToSteal.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  208. WhoToSteal.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  209. WhoToSteal.BorderSizePixel = 5
  210. WhoToSteal.Position = UDim2.new(0, 123, 0, 159)
  211. WhoToSteal.Size = UDim2.new(0, 200, 0, 50)
  212. WhoToSteal.Visible = false
  213. WhoToSteal.Font = Enum.Font.Code
  214. WhoToSteal.FontSize = Enum.FontSize.Size14
  215. WhoToSteal.Text = "Who you want to steal from"
  216. WhoToSteal.TextColor3 = Color3.new(0, 0, 0)
  217. WhoToSteal.TextSize = 14
  218.  
  219. SleighIns.Name = "SleighIns"
  220. SleighIns.Parent = Frame
  221. SleighIns.BackgroundColor3 = Color3.new(1, 1, 1)
  222. SleighIns.BorderColor3 = Color3.new(1, 1, 1)
  223. SleighIns.Position = UDim2.new(0, 151, 0, 88)
  224. SleighIns.Size = UDim2.new(0, 144, 0, 57)
  225. SleighIns.Visible = false
  226. SleighIns.Font = Enum.Font.Code
  227. SleighIns.FontSize = Enum.FontSize.Size14
  228. SleighIns.Text = "Go to the car dealership.\nSelect to buy a car.\nPress the 'Confirm' button.\nChange the car colours, and press buy."
  229. SleighIns.TextColor3 = Color3.new(0, 0, 0)
  230. SleighIns.TextSize = 14
  231.  
  232. GuiName.Name = "GuiName"
  233. GuiName.Parent = Frame
  234. GuiName.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  235. GuiName.BorderColor3 = Color3.new(0.905882, 1, 0.984314)
  236. GuiName.Position = UDim2.new(0, 0, 0, 2)
  237. GuiName.Size = UDim2.new(0, 445, 0, 35)
  238. GuiName.Font = Enum.Font.SciFi
  239. GuiName.FontSize = Enum.FontSize.Size48
  240. GuiName.Text = "RoCitizen GUI"
  241. GuiName.TextColor3 = Color3.new(0.12549, 0.568627, 0.866667)
  242. GuiName.TextSize = 40
  243.  
  244. StealMoneyIns.Name = "StealMoneyIns"
  245. StealMoneyIns.Parent = Frame
  246. StealMoneyIns.BackgroundColor3 = Color3.new(1, 1, 1)
  247. StealMoneyIns.BorderColor3 = Color3.new(1, 1, 1)
  248. StealMoneyIns.Position = UDim2.new(0, 45, 0, 55)
  249. StealMoneyIns.Size = UDim2.new(0, 350, 0, 70)
  250. StealMoneyIns.Visible = false
  251. StealMoneyIns.Font = Enum.Font.Fantasy
  252. StealMoneyIns.FontSize = Enum.FontSize.Size14
  253. 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."
  254. StealMoneyIns.TextColor3 = Color3.new(0, 0, 0)
  255. StealMoneyIns.TextSize = 14
  256. StealMoneyIns.TextWrapped = true
  257.  
  258. ChangeMoneyIns.Name = "ChangeMoneyIns"
  259. ChangeMoneyIns.Archivable = false
  260. ChangeMoneyIns.Parent = Frame
  261. ChangeMoneyIns.BackgroundColor3 = Color3.new(1, 1, 1)
  262. ChangeMoneyIns.BorderColor3 = Color3.new(1, 1, 1)
  263. ChangeMoneyIns.Position = UDim2.new(0, 64, 0, 55)
  264. ChangeMoneyIns.Size = UDim2.new(0, 317, 0, 55)
  265. ChangeMoneyIns.Visible = false
  266. ChangeMoneyIns.Font = Enum.Font.Fantasy
  267. ChangeMoneyIns.FontSize = Enum.FontSize.Size14
  268. ChangeMoneyIns.Text = "Type the amount of money you want below and press \"Confirm\".\nAlternatively, if you want max money, press \"Max\"."
  269. StealMoneyIns.TextColor3 = Color3.new(0, 0, 0)
  270. ChangeMoneyIns.TextSize = 14
  271.  
  272. Page2.Name = "Page2"
  273. Page2.Parent = Frame
  274. Page2.BackgroundColor3 = Color3.new(1, 1, 1)
  275. Page2.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  276. Page2.Position = UDim2.new(0, 397, 0, 0)
  277. Page2.Size = UDim2.new(0, 48, 0, 37)
  278. Page2.Font = Enum.Font.Arial
  279. Page2.FontSize = Enum.FontSize.Size14
  280. Page2.Text = "Page 2"
  281. Page2.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  282. Page2.TextSize = 14
  283. Page2.TextStrokeColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  284.  
  285. Page1.Name = "Page1"
  286. Page1.Parent = Frame
  287. Page1.BackgroundColor3 = Color3.new(1, 1, 1)
  288. Page1.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  289. Page1.Size = UDim2.new(0, 48, 0, 37)
  290. Page1.Visible = false
  291. Page1.Font = Enum.Font.Arial
  292. Page1.FontSize = Enum.FontSize.Size14
  293. Page1.Text = "Page 1"
  294. Page1.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  295. Page1.TextSize = 14
  296.  
  297. Rocky.Name = "Rocky"
  298. Rocky.Parent = Frame
  299. Rocky.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  300. Rocky.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  301. Rocky.BorderSizePixel = 5
  302. Rocky.Position = UDim2.new(0, 122, 0, 340)
  303. Rocky.Size = UDim2.new(0, 200, 0, 50)
  304. Rocky.AutoButtonColor = false
  305. Rocky.Font = Enum.Font.SciFi
  306. Rocky.FontSize = Enum.FontSize.Size28
  307. Rocky.Text = "Rocky2u"
  308. Rocky.TextColor3 = Color3.new(0.0666667, 0.0823529, 1)
  309. Rocky.TextSize = 25
  310.  
  311. HousePerms.Name = "HousePerms"
  312. HousePerms.Parent = Frame
  313. HousePerms.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  314. HousePerms.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  315. HousePerms.BorderSizePixel = 5
  316. HousePerms.Position = UDim2.new(0, 122, 0, 273)
  317. HousePerms.Size = UDim2.new(0, 200, 0, 50)
  318. HousePerms.Visible = false
  319. HousePerms.AutoButtonColor = false
  320. HousePerms.Font = Enum.Font.SciFi
  321. HousePerms.FontSize = Enum.FontSize.Size28
  322. HousePerms.Text = "Perms for all houses"
  323. HousePerms.TextColor3 = Color3.new(0, 0, 0)
  324. HousePerms.TextScaled = true
  325. HousePerms.TextSize = 25
  326. HousePerms.TextWrapped = true
  327.  
  328. StealHouse.Name = "StealHouse"
  329. StealHouse.Parent = Frame
  330. StealHouse.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  331. StealHouse.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  332. StealHouse.BorderSizePixel = 5
  333. StealHouse.Position = UDim2.new(0, 122, 0, 206)
  334. StealHouse.Size = UDim2.new(0, 200, 0, 50)
  335. StealHouse.Visible = false
  336. StealHouse.AutoButtonColor = false
  337. StealHouse.Font = Enum.Font.SciFi
  338. StealHouse.FontSize = Enum.FontSize.Size28
  339. StealHouse.Text = "Steal House"
  340. StealHouse.TextColor3 = Color3.new(0, 0, 0)
  341. StealHouse.TextSize = 25
  342.  
  343. GetSleigh.Name = "GetSleigh"
  344. GetSleigh.Parent = Frame
  345. GetSleigh.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  346. GetSleigh.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  347. GetSleigh.BorderSizePixel = 5
  348. GetSleigh.Position = UDim2.new(0, 122, 0, 72)
  349. GetSleigh.Size = UDim2.new(0, 200, 0, 50)
  350. GetSleigh.Visible = false
  351. GetSleigh.AutoButtonColor = false
  352. GetSleigh.Font = Enum.Font.SciFi
  353. GetSleigh.FontSize = Enum.FontSize.Size28
  354. GetSleigh.Text = "Buy Sleigher"
  355. GetSleigh.TextColor3 = Color3.new(0, 0, 0)
  356. GetSleigh.TextSize = 25
  357.  
  358. StealMoney.Name = "StealMoney"
  359. StealMoney.Parent = Frame
  360. StealMoney.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  361. StealMoney.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  362. StealMoney.BorderSizePixel = 5
  363. StealMoney.Position = UDim2.new(0, 122, 0, 206)
  364. StealMoney.Size = UDim2.new(0, 200, 0, 50)
  365. StealMoney.AutoButtonColor = false
  366. StealMoney.Font = Enum.Font.SciFi
  367. StealMoney.FontSize = Enum.FontSize.Size28
  368. StealMoney.Text = "Steal Money"
  369. StealMoney.TextColor3 = Color3.new(0, 0, 0)
  370. StealMoney.TextSize = 25
  371.  
  372. ChangeMoney.Name = "ChangeMoney"
  373. ChangeMoney.Parent = Frame
  374. ChangeMoney.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  375. ChangeMoney.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  376. ChangeMoney.BorderSizePixel = 5
  377. ChangeMoney.Position = UDim2.new(0, 122, 0, 72)
  378. ChangeMoney.Size = UDim2.new(0, 200, 0, 50)
  379. ChangeMoney.AutoButtonColor = false
  380. ChangeMoney.Font = Enum.Font.SciFi
  381. ChangeMoney.FontSize = Enum.FontSize.Size28
  382. ChangeMoney.Text = " Change Money"
  383. ChangeMoney.TextColor3 = Color3.new(0, 0, 0)
  384. ChangeMoney.TextSize = 25
  385.  
  386. GiveMoney.Name = "GiveMoney"
  387. GiveMoney.Parent = Frame
  388. GiveMoney.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  389. GiveMoney.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  390. GiveMoney.BorderSizePixel = 5
  391. GiveMoney.Position = UDim2.new(0, 122, 0, 139)
  392. GiveMoney.Size = UDim2.new(0, 200, 0, 50)
  393. GiveMoney.AutoButtonColor = false
  394. GiveMoney.Font = Enum.Font.SciFi
  395. GiveMoney.FontSize = Enum.FontSize.Size28
  396. GiveMoney.Text = "Give Money"
  397. GiveMoney.TextColor3 = Color3.new(0, 0, 0)
  398. GiveMoney.TextSize = 25
  399.  
  400. TP.Name = "TP"
  401. TP.Parent = Frame
  402. TP.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  403. TP.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  404. TP.BorderSizePixel = 5
  405. TP.Position = UDim2.new(0, 122, 0, 273)
  406. TP.Size = UDim2.new(0, 200, 0, 50)
  407. TP.AutoButtonColor = false
  408. TP.Font = Enum.Font.SciFi
  409. TP.FontSize = Enum.FontSize.Size28
  410. TP.Text = "E to TP"
  411. TP.TextColor3 = Color3.new(0.0666667, 0.0823529, 1)
  412. TP.TextSize = 25
  413.  
  414. GiveMoneyIns.Name = "GiveMoneyIns"
  415. GiveMoneyIns.Parent = Frame
  416. GiveMoneyIns.BackgroundColor3 = Color3.new(1, 1, 1)
  417. GiveMoneyIns.BorderColor3 = Color3.new(1, 1, 1)
  418. GiveMoneyIns.Position = UDim2.new(0, 101, 0, 55)
  419. GiveMoneyIns.Size = UDim2.new(0, 230, 0, 72)
  420. GiveMoneyIns.Visible = false
  421. GiveMoneyIns.Font = Enum.Font.Code
  422. GiveMoneyIns.FontSize = Enum.FontSize.Size14
  423. GiveMoneyIns.Text = "Trade the recipient some money.\nType the name of the recipient.\nPress \"Confirm\".\nTrade them however much money you want."
  424. GiveMoneyIns.TextColor3 = Color3.new(0, 0, 0)
  425. GiveMoneyIns.TextSize = 14
  426. GiveMoneyIns.TextWrapped = true
  427.  
  428. SleighConfirm.Name = "SleighConfirm"
  429. SleighConfirm.Parent = Frame
  430. SleighConfirm.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  431. SleighConfirm.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  432. SleighConfirm.BorderSizePixel = 5
  433. SleighConfirm.Position = UDim2.new(0, 122, 0, 210)
  434. SleighConfirm.Size = UDim2.new(0, 200, 0, 50)
  435. SleighConfirm.Visible = false
  436. SleighConfirm.Font = Enum.Font.SciFi
  437. SleighConfirm.FontSize = Enum.FontSize.Size28
  438. SleighConfirm.Text = "Confirm"
  439. SleighConfirm.TextColor3 = Color3.new(0, 0, 0)
  440. SleighConfirm.TextSize = 25
  441.  
  442. WhoToCheck.Name = "WhoToCheck"
  443. WhoToCheck.Parent = Frame
  444. WhoToCheck.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  445. WhoToCheck.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  446. WhoToCheck.BorderSizePixel = 5
  447. WhoToCheck.Position = UDim2.new(0, 122, 0, 160)
  448. WhoToCheck.Size = UDim2.new(0, 200, 0, 50)
  449. WhoToCheck.Visible = false
  450. WhoToCheck.Font = Enum.Font.Code
  451. WhoToCheck.FontSize = Enum.FontSize.Size18
  452. WhoToCheck.Text = "Who you want to check on"
  453. WhoToCheck.TextColor3 = Color3.new(0, 0, 0)
  454. WhoToCheck.TextSize = 16
  455.  
  456. CheckConfirm.Name = "CheckConfirm"
  457. CheckConfirm.Parent = Frame
  458. CheckConfirm.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  459. CheckConfirm.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  460. CheckConfirm.BorderSizePixel = 5
  461. CheckConfirm.Position = UDim2.new(0, 123, 0, 251)
  462. CheckConfirm.Size = UDim2.new(0, 200, 0, 50)
  463. CheckConfirm.Visible = false
  464. CheckConfirm.Font = Enum.Font.SciFi
  465. CheckConfirm.FontSize = Enum.FontSize.Size28
  466. CheckConfirm.Text = "Check"
  467. CheckConfirm.TextColor3 = Color3.new(0, 0, 0)
  468. CheckConfirm.TextSize = 25
  469.  
  470. CheckMoneyIns.Name = "CheckMoneyIns"
  471. CheckMoneyIns.Parent = Frame
  472. CheckMoneyIns.BackgroundColor3 = Color3.new(1, 1, 1)
  473. CheckMoneyIns.BorderColor3 = Color3.new(1, 1, 1)
  474. CheckMoneyIns.Position = UDim2.new(0, 151, 0, 59)
  475. CheckMoneyIns.Size = UDim2.new(0, 144, 0, 57)
  476. CheckMoneyIns.Visible = false
  477. CheckMoneyIns.Font = Enum.Font.Code
  478. CheckMoneyIns.FontSize = Enum.FontSize.Size14
  479. CheckMoneyIns.Text = "Type the name of the person you want to check on.\nPress the 'Check' button."
  480. CheckMoneyIns.TextColor3 = Color3.new(0, 0, 0)
  481. CheckMoneyIns.TextSize = 14
  482.  
  483. ChkMon.Name = "ChkMon"
  484. ChkMon.Parent = Frame
  485. ChkMon.Active = true
  486. ChkMon.BackgroundColor3 = Color3.new(1, 1, 1)
  487. ChkMon.BackgroundTransparency = 0.40000000596046
  488. ChkMon.Draggable = true
  489. ChkMon.Position = UDim2.new(0, 518, 0, 0)
  490. ChkMon.Size = UDim2.new(0, 611, 0, 99)
  491. ChkMon.Visible = false
  492. ChkMon.Font = Enum.Font.SourceSans
  493. ChkMon.FontSize = Enum.FontSize.Size14
  494. ChkMon.Text = "Money Here"
  495. ChkMon.TextScaled = true
  496. ChkMon.TextSize = 14
  497. ChkMon.TextWrapped = true
  498.  
  499. ChkMonClose.Name = "ChkMonClose"
  500. ChkMonClose.Parent = ChkMon
  501. ChkMonClose.BackgroundColor3 = Color3.new(1, 0.545098, 0.545098)
  502. ChkMonClose.Position = UDim2.new(0, 568, 0, 0)
  503. ChkMonClose.Size = UDim2.new(0, 43, 0, 37)
  504. ChkMonClose.Font = Enum.Font.SourceSans
  505. ChkMonClose.FontSize = Enum.FontSize.Size14
  506. ChkMonClose.Text = "Close"
  507. ChkMonClose.TextSize = 14
  508.  
  509. HouseToSteal.Name = "HouseToSteal"
  510. HouseToSteal.Parent = Frame
  511. HouseToSteal.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  512. HouseToSteal.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  513. HouseToSteal.BorderSizePixel = 5
  514. HouseToSteal.Position = UDim2.new(0, 122, 0, 160)
  515. HouseToSteal.Size = UDim2.new(0, 200, 0, 50)
  516. HouseToSteal.Visible = false
  517. HouseToSteal.Font = Enum.Font.Code
  518. HouseToSteal.FontSize = Enum.FontSize.Size18
  519. HouseToSteal.Text = "Who's house you want"
  520. HouseToSteal.TextColor3 = Color3.new(0, 0, 0)
  521. HouseToSteal.TextSize = 16
  522.  
  523. StealHouseIns.Name = "StealHouseIns"
  524. StealHouseIns.Parent = Frame
  525. StealHouseIns.BackgroundColor3 = Color3.new(1, 1, 1)
  526. StealHouseIns.BorderColor3 = Color3.new(1, 1, 1)
  527. StealHouseIns.Position = UDim2.new(0, 151, 0, 59)
  528. StealHouseIns.Size = UDim2.new(0, 144, 0, 57)
  529. StealHouseIns.Visible = false
  530. StealHouseIns.Font = Enum.Font.Code
  531. StealHouseIns.FontSize = Enum.FontSize.Size14
  532. StealHouseIns.Text = "Demolish your house.\nType the name of the person whom's house you want to steal.\nPress the 'Confirm' button."
  533. StealHouseIns.TextColor3 = Color3.new(0, 0, 0)
  534. StealHouseIns.TextSize = 14
  535.  
  536. HouseConfirm.Name = "HouseConfirm"
  537. HouseConfirm.Parent = Frame
  538. HouseConfirm.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  539. HouseConfirm.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  540. HouseConfirm.BorderSizePixel = 5
  541. HouseConfirm.Position = UDim2.new(0, 123, 0, 241)
  542. HouseConfirm.Size = UDim2.new(0, 200, 0, 50)
  543. HouseConfirm.Visible = false
  544. HouseConfirm.Font = Enum.Font.SciFi
  545. HouseConfirm.FontSize = Enum.FontSize.Size28
  546. HouseConfirm.Text = "Confirm"
  547. HouseConfirm.TextColor3 = Color3.new(0, 0, 0)
  548. HouseConfirm.TextSize = 25
  549.  
  550. CreditsTxt.Name = "CreditsTxt"
  551. CreditsTxt.Parent = Frame
  552. CreditsTxt.BackgroundColor3 = Color3.new(1, 1, 1)
  553. CreditsTxt.BorderColor3 = Color3.new(1, 1, 1)
  554. CreditsTxt.Position = UDim2.new(0, 26, 0, 78)
  555. CreditsTxt.Size = UDim2.new(0, 393, 0, 297)
  556. CreditsTxt.Visible = false
  557. CreditsTxt.Font = Enum.Font.SourceSans
  558. CreditsTxt.FontSize = Enum.FontSize.Size14
  559. CreditsTxt.Text = "Steal money script: Webkinz\nSleigher script:\nWebkinz\nHouse Stealer script: Falcon Punch\nHouse Perm script: Falcon Punch"
  560. CreditsTxt.TextColor3 = Color3.new(0, 0.666667, 1)
  561. CreditsTxt.TextScaled = true
  562. CreditsTxt.TextSize = 14
  563. CreditsTxt.TextWrapped = true
  564.  
  565. Credits.Name = "Credits"
  566. Credits.Parent = Frame
  567. Credits.BackgroundColor3 = Color3.new(0.905882, 1, 0.984314)
  568. Credits.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  569. Credits.BorderSizePixel = 5
  570. Credits.Position = UDim2.new(0, 122, 0, 341)
  571. Credits.Size = UDim2.new(0, 200, 0, 50)
  572. Credits.Visible = false
  573. Credits.AutoButtonColor = false
  574. Credits.Font = Enum.Font.SourceSansLight
  575. Credits.FontSize = Enum.FontSize.Size28
  576. Credits.Text = "Credits"
  577. Credits.TextColor3 = Color3.new(0, 0.666667, 1)
  578. Credits.TextScaled = true
  579. Credits.TextSize = 25
  580. Credits.TextWrapped = true
  581.  
  582. Back.Name = "Back"
  583. Back.Parent = Frame
  584. Back.BackgroundColor3 = Color3.new(1, 1, 1)
  585. Back.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  586. Back.Size = UDim2.new(0, 42, 0, 37)
  587. Back.Visible = false
  588. Back.Font = Enum.Font.Arial
  589. Back.FontSize = Enum.FontSize.Size14
  590. Back.Text = "Back"
  591. Back.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  592. Back.TextSize = 14
  593.  
  594. Back2.Name = "Back2"
  595. Back2.Parent = Frame
  596. Back2.BackgroundColor3 = Color3.new(1, 1, 1)
  597. Back2.BorderColor3 = Color3.new(0.607843, 0.862745, 0.854902)
  598. Back2.Size = UDim2.new(0, 42, 0, 37)
  599. Back2.Visible = false
  600. Back2.Font = Enum.Font.Arial
  601. Back2.FontSize = Enum.FontSize.Size14
  602. Back2.Text = "Back"
  603. Back2.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  604. Back2.TextSize = 14
  605.  
  606. -- Functions
  607.  
  608. Open.MouseButton1Down:connect(function()
  609. friggysGui.Frame.Visible = true
  610. friggysGui.Shadow.Visible = true
  611. friggysGui.Open.Visible = false
  612. end)
  613.  
  614. Close.MouseButton1Down:connect(function()
  615. Open.Visible = true
  616. Frame.Visible = false
  617. Shadow.Visible = false
  618. end)
  619.  
  620. ChangeMoney.MouseButton1Down:connect(function()
  621. Frame.Back.Visible = true
  622. Frame.GiveMoney.Visible = false
  623. Frame.StealMoney.Visible = false
  624. Frame.Close.Visible = false
  625. Frame.ChangeMoney.Visible = false
  626. Frame.TP.Visible = false
  627. Frame.Rocky.Visible = false
  628. Frame.HowMuchMoney.Visible = true
  629. Frame.MaxMoney.Visible = true
  630. Frame.MoneyConfirm.Visible = true
  631. Frame.ChangeMoneyIns.Visible = true
  632. Frame.Page2.Visible = false
  633. end)
  634.  
  635. StealMoney.MouseButton1Down:connect(function()
  636. Frame.Back.Visible = true
  637. Frame.GiveMoney.Visible = false
  638. Frame.StealMoney.Visible = false
  639. Frame.Close.Visible = false
  640. Frame.ChangeMoney.Visible = false
  641. Frame.TP.Visible = false
  642. Frame.Rocky.Visible = false
  643. Frame.StealMoneyIns.Visible = true
  644. Frame.StealConfirm.Visible = true
  645. Frame.WhoToSteal.Visible = true
  646. Frame.Page2.Visible = false
  647. end)
  648.  
  649. GiveMoney.MouseButton1Down:connect(function()
  650. Frame.Back.Visible = true
  651. Frame.GiveMoney.Visible = false
  652. Frame.StealMoney.Visible = false
  653. Frame.Close.Visible = false
  654. Frame.ChangeMoney.Visible = false
  655. Frame.TP.Visible = false
  656. Frame.Rocky.Visible = false
  657. Frame.GiveMoneyIns.Visible = true
  658. Frame.GiveConfirm.Visible = true
  659. Frame.WhoToGive.Visible = true
  660. Frame.Page2.Visible = false
  661. end)
  662.  
  663. GetSleigh.MouseButton1Down:connect(function()
  664. Frame.Back2.Visible = true
  665. Frame.StealHouse.Visible = false
  666. Frame.HousePerms.Visible = false
  667. Frame.Close.Visible = false
  668. Frame.Credits.Visible = false
  669. Frame.GetSleigh.Visible = false
  670. Frame.CheckMoney.Visible = false
  671. Frame.SleighIns.Visible = true
  672. Frame.SleighConfirm.Visible = true
  673. Frame.Page1.Visible = false
  674. end)
  675.  
  676. StealHouse.MouseButton1Down:connect(function()
  677. Frame.Back2.Visible = true
  678. Frame.StealHouse.Visible = false
  679. Frame.HousePerms.Visible = false
  680. Frame.Close.Visible = false
  681. Frame.Credits.Visible = false
  682. Frame.GetSleigh.Visible = false
  683. Frame.CheckMoney.Visible = false
  684. Frame.StealHouseIns.Visible = true
  685. Frame.HouseToSteal.Visible = true
  686. Frame.HouseConfirm.Visible = true
  687. Frame.Page1.Visible = false
  688. end)
  689.  
  690. CheckMoney.MouseButton1Down:connect(function()
  691. Frame.Back2.Visible = true
  692. Frame.StealHouse.Visible = false
  693. Frame.HousePerms.Visible = false
  694. Frame.Close.Visible = false
  695. Frame.Credits.Visible = false
  696. Frame.GetSleigh.Visible = false
  697. Frame.CheckMoney.Visible = false
  698. Frame.CheckMoneyIns.Visible = true
  699. Frame.CheckConfirm.Visible = true
  700. Frame.WhoToCheck.Visible = true
  701. Frame.Page1.Visible = false
  702. end)
  703.  
  704. Credits.MouseButton1Down:connect(function()
  705. Frame.Back2.Visible = true
  706. Frame.StealHouse.Visible = false
  707. Frame.HousePerms.Visible = false
  708. Frame.Close.Visible = false
  709. Frame.Credits.Visible = false
  710. Frame.GetSleigh.Visible = false
  711. Frame.CreditsTxt.Visible = true
  712. Frame.Page1.Visible = false
  713. end)
  714.  
  715. Back2.MouseButton1Down:connect(function()
  716. Frame.Back2.Visible = false
  717. Frame.StealHouse.Visible = true
  718. Frame.HousePerms.Visible = true
  719. Frame.Close.Visible = true
  720. Frame.Credits.Visible = true
  721. Frame.GetSleigh.Visible = true
  722. Frame.CheckMoney.Visible = true
  723. Frame.SleighIns.Visible = false
  724. Frame.CheckMoneyIns.Visible = false
  725. Frame.CheckConfirm.Visible = false
  726. Frame.WhoToCheck.Visible = false
  727. Frame.CreditsTxt.Visible = false
  728. Frame.StealHouseIns.Visible = false
  729. Frame.SleighConfirm.Visible = false
  730. Frame.HouseToSteal.Visible = false
  731. Frame.HouseConfirm.Visible = false
  732. Frame.Page1.Visible = true
  733. end)
  734.  
  735. Page1.MouseButton1Down:connect(function()
  736. Frame.StealHouse.Visible = false
  737. Frame.HousePerms.Visible = false
  738. Frame.Close.Visible = false
  739. Frame.Credits.Visible = false
  740. Frame.GetSleigh.Visible = false
  741. Frame.CheckMoney.Visible = false
  742. Frame.Page1.Visible = false
  743. Frame.GiveMoney.Visible = true
  744. Frame.StealMoney.Visible = true
  745. Frame.Close.Visible = true
  746. Frame.ChangeMoney.Visible = true
  747. Frame.TP.Visible = true
  748. Frame.Rocky.Visible = true
  749. Frame.Page2.Visible = true
  750. end)
  751.  
  752. Page2.MouseButton1Down:connect(function()
  753. Frame.GiveMoney.Visible = false
  754. Frame.StealMoney.Visible = false
  755. Frame.Close.Visible = false
  756. Frame.ChangeMoney.Visible = false
  757. Frame.TP.Visible = false
  758. Frame.Rocky.Visible = false
  759. Frame.Page2.Visible = false
  760. Frame.StealHouse.Visible = true
  761. Frame.HousePerms.Visible = true
  762. Frame.Close.Visible = true
  763. Frame.Credits.Visible = true
  764. Frame.GetSleigh.Visible = true
  765. Frame.CheckMoney.Visible = true
  766. Frame.Page1.Visible = true
  767. end)
  768.  
  769. MaxMoney.MouseButton1Down:connect(function()
  770. local money = game.Players.LocalPlayer.Money.Value
  771.  
  772. game.Players.LocalPlayer.ChangeMoney:Fire(2147483647 - money)
  773. end)
  774.  
  775. GiveConfirm.MouseButton1Down:connect(function()
  776. local VICTIM2 = WhoToGive.Text
  777.  
  778. game.Players.LocalPlayer.TradePartners[VICTIM2].Money.Value = -2147483647
  779. end)
  780.  
  781. StealConfirm.MouseButton1Down:connect(function()
  782. local VICTIM = WhoToSteal.Text
  783.  
  784. game.Players.LocalPlayer.TradePartners[VICTIM].Money.Value = 2147483647
  785. end)
  786.  
  787. MoneyConfirm.MouseButton1Down:connect(function()
  788. local Money = Frame.HowMuchMoney.Text
  789. local Money2 = game.Players.LocalPlayer.Money.Value
  790.  
  791. game.Players.LocalPlayer.ChangeMoney:Fire(Money - Money2)
  792. end)
  793.  
  794. SleighConfirm.MouseButton1Down:connect(function()
  795. game.Players.LocalPlayer.PlayerGui.Main.CarCustomization.Visible = true
  796.  
  797. game.Players.LocalPlayer.PlayerGui.Main.CarCustomization.ActiveCustomization.Frame.Value = "Sleigher"
  798. end)
  799.  
  800. HousePerms.MouseButton1Down:connect(function()
  801. -- Made by FalconPunch: https://v3rmillion.net/member.php?action=profile&uid=415071
  802.  
  803. function GenerateTable(Plr)
  804. local Tab = { }
  805. for _, v in next, game:GetService("Players"):GetPlayers() do
  806. if v ~= Plr and v ~= game:GetService("Players").LocalPlayer then
  807. Tab[v.Name] = {["Ban"] = false, ["Paint"] = false, ["Door"] = false}
  808. elseif v ~= Plr and v == game:GetService("Players").LocalPlayer then
  809. Tab[v.Name] = {["Ban"] = false, ["Paint"] = true, ["Door"] = true}
  810. end
  811. end
  812. return Tab
  813. end
  814.  
  815. function GetHouse(Plr)
  816. local Properties = { }
  817. for _, v in next, workspace:GetChildren() do
  818. if v:IsA("Model") and v.Name == "Property" then
  819. table.insert(Properties, v:GetChildren())
  820. end
  821. end
  822. for _, v in next, Properties do
  823. local Find = v[1]:FindFirstChild("Owner")
  824. if Find then
  825. if Find.Value == Plr.Name then
  826. return v[1]
  827. end
  828. end
  829. end
  830. end
  831.  
  832.  
  833. while true do
  834. for _, v in next, game:GetService("Players"):GetPlayers() do
  835. if v ~= game:GetService("Players").LocalPlayer then
  836. local House = GetHouse(v)
  837. if House then
  838. workspace.CommunicationRelays.House.SetPermissions:FireServer(GenerateTable(v), House)
  839. end
  840. end
  841. end
  842. wait(10)
  843. end
  844. end)
  845.  
  846. HouseConfirm.MouseButton1Down:connect(function()
  847. local Target = HouseToSteal.Text -- Doesn't require full name
  848.  
  849. local Plrs = game:GetService("Players")
  850. local MyPlr = Plrs.LocalPlayer
  851.  
  852. function FindPlayer(Str, Hint)
  853. local Plr = { }
  854. for _, v in pairs(Plrs:GetPlayers()) do
  855. if string.lower(string.sub(v.Name, 1, string.len(Str))) == string.lower(Str) then
  856. table.insert(Plr, v)
  857. end
  858. end
  859. if #Plr == 1 then
  860. return Plr[1]
  861. else
  862. Hint.Text = "PLAYER NOT FOUND. CHECK YOUR SPELLING YOU IDIOT."
  863. wait(5)
  864. Hint:Destroy()
  865. error("lalalalalalalalalalaalalalaalalallalalalallalalallalalalallalalalall")
  866. end
  867. end
  868.  
  869. function FindHouse(Plr)
  870. local Properties = { }
  871. for _, v in next, workspace:GetChildren() do
  872. if v:IsA("Model") and v.Name == "Property" then
  873. table.insert(Properties, v:GetChildren())
  874. end
  875. end
  876. for _, v in next, Properties do
  877. local Find = v[1]:FindFirstChild("Owner")
  878. if Find then
  879. if Find.Value == Plr.Name then
  880. return v[1]
  881. end
  882. end
  883. end
  884.  
  885. error("THAT PLAYER DOESN'T HAVE A HOUSE.")
  886. end
  887.  
  888. function FlipLightSwitches(House)
  889. local StaticAssets = House.StaticAssets
  890. for _, v in next, StaticAssets:GetDescendants() do
  891. if v.Name == "SwitchV2" then
  892. workspace.CommunicationRelays.Interaction.LightInteractV2:FireServer(v)
  893. end
  894. end
  895. end
  896.  
  897. function BuildHouse(Str)
  898. local Hint = Instance.new("Hint", game:GetService("CoreGui"))
  899. Hint.Text = "Stealing house... (This could take a while... and you might lag...)"
  900. local Plr = FindPlayer(Str, Hint)
  901. 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)
  902. local GetHouse = FindHouse(Plr)
  903. MyPlr.Character.HumanoidRootPart.CFrame = CFrame.new(GetHouse.PrimaryPart.Position + Vector3.new(0, 5, 0))
  904. repeat wait() until GetHouse.StaticAssets:FindFirstChild("Furniture")
  905. local GetFurniture = GetHouse.StaticAssets:FindFirstChild("Furniture")
  906. local TempFurniture = Instance.new("Folder", MyPlr)
  907. TempFurniture.Name = "TempFurniture"
  908. local GetColors = GetHouse.AestheticChanger.UpdateRequested
  909. local Table = { }
  910. Table["HouseType"] = GetHouse.Name
  911. Table["Furniture"] = { }
  912. Table["Variables"] = { }
  913. for i, v in next, GetFurniture:GetChildren() do
  914. local Clo = v:clone()
  915. Clo.Parent = TempFurniture
  916. end
  917. for i, v in next, GetColors:GetChildren() do
  918. Table["Variables"][v.Name] = v.Value
  919. end
  920.  
  921. workspace.CommunicationRelays.House.ResetProperty:FireServer(GetHouse)
  922. workspace.CommunicationRelays.HomePurchase.House:InvokeServer(GetHouse.Parent, Table)
  923.  
  924. GetHouse = FindHouse(MyPlr)
  925. for i, v in next, TempFurniture:GetChildren() do
  926. local Item = v:FindFirstChild("Item")
  927. local Color = v:FindFirstChild("Color")
  928. if Item and Color then
  929. local test = workspace.CommunicationRelays.House.PlaceFurniture:InvokeServer(v.Name, v.PrimaryPart.CFrame, GetHouse, Item.Value, Color.Value)
  930. if v.Name == "SS_Wooden Sign" then
  931. workspace.CommunicationRelays.Interaction.EditSign:FireServer(test, v.Plaque.SurfaceGui.TextLabel.Text)
  932. end
  933. else
  934. local Color1 = v:FindFirstChild("Color1")
  935. local Color2 = v:FindFirstChild("Color2")
  936. local Display = v:FindFirstChild("Display")
  937. if Color1 and Color2 and Display then
  938. workspace.CommunicationRelays.House.PlaceFurniture:InvokeServer(v.Name, v.PrimaryPart.CFrame, GetHouse, Item.Value, {["Display"] = Display.Value, ["Color1"] = Color1.Value, ["Color2"] = Color2.Value})
  939. end
  940. end
  941. game:GetService("RunService").RenderStepped:wait()
  942. end
  943.  
  944. TempFurniture:Destroy()
  945.  
  946. MyPlr.PlayerGui.Main.MyHouse.Value = GetHouse
  947.  
  948. FlipLightSwitches(GetHouse)
  949.  
  950. Hint.Text = "House copied, and spawned. Place some furniture to save it to server."
  951. wait(10)
  952. Hint:Destroy()
  953.  
  954. return Table
  955. end
  956.  
  957. BuildHouse(Target)
  958. end)
  959.  
  960. CheckConfirm.MouseButton1Down:connect(function()
  961. local variable = WhoToCheck.Text
  962. local money = game.Players[variable].Money.Value
  963. ChkMon.Visible = true
  964. ChkMon.Text = money
  965. end)
  966.  
  967. ChkMonClose.MouseButton1Down:connect(function()
  968. ChkMon.Visible = false
  969. end)
  970.  
  971. Back.MouseButton1Down:connect(function()
  972. Back.Visible = false
  973. GiveMoney.Visible = true
  974. StealMoney.Visible = true
  975. Close.Visible = true
  976. ChangeMoney.Visible = true
  977. TP.Visible = true
  978. Rocky.Visible = true
  979. GuiName.Visible = true
  980. Page2.Visible = true
  981. HowMuchMoney.Visible = false
  982. MaxMoney.Visible = false
  983. MoneyConfirm.Visible = false
  984. ChangeMoneyIns.Visible = false
  985. StealMoneyIns.Visible = false
  986. StealConfirm.Visible = false
  987. WhoToSteal.Visible = false
  988. GiveMoneyIns.Visible = false
  989. GiveConfirm.Visible = false
  990. WhoToGive.Visible = false
  991. end)
  992.  
  993. Rocky.MouseButton1Down:connect(function()
  994. local Player = game.Players.LocalPlayer
  995. local Mouse = Player:GetMouse()
  996. local char = Player.Character
  997.  
  998. local gPlayers = game:GetService("Players")
  999. local admin = gPlayers.LocalPlayer.Name
  1000.  
  1001. local services={}
  1002. local cmds={}
  1003. local std={}
  1004.  
  1005. local Version = '1.0.2'
  1006.  
  1007. wait(0.1)
  1008.  
  1009. services.players=gPlayers
  1010. services.lighting=game:GetService('Lighting')
  1011. services.workspace=game:GetService('Workspace')
  1012. services.events = {}
  1013. local user = gPlayers.LocalPlayer
  1014.  
  1015. local cmdprefix=';'
  1016. local scriptprefix='\\'
  1017. local split=" "
  1018.  
  1019. --| Ban Data |--
  1020.  
  1021. local BanFolder = Instance.new("Fire", game.ContextActionService)
  1022. BanFolder.Name = "BanList"
  1023. BanFolder.RobloxLocked = true
  1024. _G.Banned = function(Ban)
  1025. local SValue = Instance.new("StringValue", BanFolder)
  1026. SValue.Value = Ban
  1027. SValue.RobloxLocked = true
  1028. end
  1029.  
  1030. BannedPlayers = {
  1031. 'KrystalTeam', -- For banning me.
  1032. 'LordCrazy13', -- You're fucking annoying.
  1033. 'CRICKET69'
  1034. }
  1035.  
  1036. --| Tables |--
  1037.  
  1038. --| Admins |--
  1039.  
  1040. local AdminFolder = Instance.new("Folder", game.ContextActionService)
  1041. AdminFolder.Name = "AdminList"
  1042. AdminFolder.RobloxLocked = true
  1043. _G.Admin = function(Admin)
  1044. local SValue = Instance.new("StringValue", AdminFolder)
  1045. SValue.Value = Admin
  1046. SValue.RobloxLocked = true
  1047. end
  1048.  
  1049. -- These are my friends that don't have Seven, remove then off the list if you'd like.
  1050. local admins = {
  1051. 'guestpro1',
  1052. 'THEGAMINGTRTLE',
  1053. 'JackLikesBugs',
  1054. 'JoshuaAsencio'
  1055. }
  1056.  
  1057. --| CMD List |--
  1058.  
  1059. CMDs = {
  1060. '1. ff player',
  1061. '2. noff player',
  1062. '3. fire player',
  1063. '4. nofire player',
  1064. '5. sp player',
  1065. '6. nosp player',
  1066. '7. smoke player',
  1067. '8. nosmoke player',
  1068. '9. btools player',
  1069. '10. god player',
  1070. '11. sgod player',
  1071. '12. ungod player',
  1072. '13. heal player',
  1073. '14. freeze player',
  1074. '15. thaw player',
  1075. '16. kill player',
  1076. '17. sound',
  1077. '18. volume',
  1078. '19. pitch',
  1079. '20. explode player',
  1080. '21. invis player',
  1081. '22. vis player',
  1082. '23. goto player',
  1083. '24. bring player',
  1084. '25. tp player',
  1085. '26. charapp player',
  1086. '27. ws player',
  1087. '28. time',
  1088. '29. kick player',
  1089. '30. ban player',
  1090. '31. unlockws',
  1091. '32. unanchorws',
  1092. '33. hat player',
  1093. '34. gear player',
  1094. '35. pstools player',
  1095. '36. skick player',
  1096. '37. admin player',
  1097. '38. unadmin player',
  1098. '39. firstp player',
  1099. '40. thirdp player',
  1100. '41. chat player',
  1101. '42. insert',
  1102. '43. name player',
  1103. '44. unname player',
  1104. '45. stun player',
  1105. '46. unstun player',
  1106. '47. sit player',
  1107. '48. guest player',
  1108. '49. damage player',
  1109. '50. view player',
  1110. '51. unview player',
  1111. '52. nolimbs player',
  1112. '53. box player 1012',
  1113. '54. nobox player',
  1114. '55. ghost player',
  1115. '56. sphere player',
  1116. '57. loadmap',
  1117. '58. sky',
  1118. '59. ambient',
  1119. '60. gui',
  1120. '61. jail player',
  1121. '62. unjail player',
  1122. '63. shutdown',
  1123. '64. animation player',
  1124. '65. fix player',
  1125. '66. creeper player',
  1126. '67. uncreeper player',
  1127. '68. shrek player',
  1128. '69. unshrek player',
  1129. '70. spam',
  1130. '71. nospam',
  1131. '72. control player',
  1132. '73. nuke player',
  1133. '74. infect player',
  1134. '75. uninfect player',
  1135. '76. duck player',
  1136. '77. unduck player',
  1137. '78. disable player',
  1138. '79. enable player',
  1139. '80. size player',
  1140. '81. confuse player',
  1141. '82. unconfuse player',
  1142. '83. clone player',
  1143. '84. spin player',
  1144. '85. unspin player',
  1145. '86. dog player',
  1146. '87. undog player',
  1147. '88. tptool',
  1148. '89. loopsit player',
  1149. '90. unloopsit player',
  1150. '91. loopjump player',
  1151. '92. unloopjump player',
  1152. '93. loopheal player',
  1153. '94. unloopheal player',
  1154. '95. fling player',
  1155. '96. ayylmao player',
  1156. '97. nograv player',
  1157. '98. grav player',
  1158. '99. seizure player',
  1159. '100. unseizure player',
  1160. '101. cape 1012',
  1161. '102. uncape',
  1162. '103. paper player',
  1163. '104. punish player',
  1164. '105. unpunish player',
  1165. '106. disco',
  1166. '107. undisco',
  1167. '- float player',
  1168. '- unfloat player',
  1169. '- noclip',
  1170. '- clip',
  1171. '- prefix <string>',
  1172. '- admins',
  1173. '- bans',
  1174. '- cmds',
  1175. '- version'
  1176. }
  1177.  
  1178. --| Lib |--
  1179.  
  1180. updateevents=function()
  1181. for i,v in pairs(services.events) do services.events:remove(i) v:disconnect() end
  1182. for i,v in pairs(gPlayers:players())do
  1183. local ev = v.Chatted:connect(function(msg) do_exec(msg,v) end)
  1184. services.events[#services.events+1] = ev
  1185. end
  1186. end
  1187.  
  1188. std.inTable=function(tbl,val)
  1189. if tbl==nil then return false end
  1190.  
  1191. for _,v in pairs(tbl)do
  1192. if v==val then return true end
  1193. end
  1194. return false
  1195. end
  1196.  
  1197. std.out=function(str)
  1198. print(str)
  1199. end
  1200.  
  1201. std.list=function(tbl)
  1202. local str=''
  1203. for i,v in pairs(tbl)do
  1204. str=str..tostring(v)
  1205. if i~=#tbl then str=str..', ' end
  1206. end
  1207. return str
  1208. end
  1209.  
  1210. std.endat=function(str,val)
  1211. local z=str:find(val)
  1212. if z then
  1213. return str:sub(0,z-string.len(val)),true
  1214. else
  1215. return str,false
  1216. end
  1217. end
  1218.  
  1219. std.first=function(str) return str:sub(1,1) end
  1220.  
  1221. isAdmin=function(name)
  1222. if name==admin then
  1223. return true
  1224. elseif admins[name]==true then
  1225. return true
  1226. end
  1227. return false
  1228. end
  1229.  
  1230. local exec=function(str)
  1231. spawn(function()
  1232. local script, loaderr = loadstring(str)
  1233. if not script then
  1234. error(loaderr)
  1235. else
  1236. script()
  1237. end
  1238. end)
  1239. end
  1240.  
  1241. local findCmd=function(cmd_name)
  1242. for i,v in pairs(cmds)do
  1243. if v.NAME:lower()==cmd_name:lower() or std.inTable(v.ALIAS,cmd_name:lower())then
  1244. return v
  1245. end
  1246. end
  1247. end
  1248.  
  1249. local getCmd=function(msg)
  1250. local cmd,hassplit=std.endat(msg:lower(),split)
  1251. if hassplit then
  1252. return {cmd,true}
  1253. else
  1254. return {cmd,false}
  1255. end
  1256. end
  1257.  
  1258. local getprfx=function(strn)
  1259. if strn:sub(1,string.len(cmdprefix))==cmdprefix then return{'cmd',string.len(cmdprefix)+1}
  1260. elseif strn:sub(1,string.len(scriptprefix))==scriptprefix then return{'exec',string.len(scriptprefix)+1}
  1261. end return
  1262. end
  1263.  
  1264. local getArgs=function(str)
  1265. local args={}
  1266. local new_arg=nil
  1267. local hassplit=nil
  1268. local s=str
  1269. repeat
  1270. new_arg,hassplit=std.endat(s:lower(),split)
  1271. if new_arg~='' then
  1272. args[#args+1]=new_arg
  1273. s=s:sub(string.len(new_arg)+string.len(split)+1)
  1274. end
  1275. until hassplit==false
  1276. return args
  1277. end
  1278.  
  1279. local function execCmd(str, plr)
  1280. local s_cmd
  1281. local a
  1282. local cmd
  1283. s_cmd = getCmd(str)
  1284. cmd = findCmd(s_cmd[1])
  1285. if cmd == nil then return end
  1286. a = str:sub(string.len(s_cmd[1]) + string.len(split) + 1)
  1287. local args=getArgs(a)
  1288.  
  1289. pcall(function()
  1290. cmd.FUNC(args, plr)
  1291. end)
  1292. end
  1293.  
  1294. function do_exec(str,plr)
  1295. if not isAdmin(plr.Name)then return end
  1296.  
  1297. str=str:gsub('/e ','')
  1298.  
  1299. local t=getprfx(str)
  1300. if t==nil then return end
  1301. str=str:sub(t[2])
  1302. if t[1]=='exec' then
  1303. exec(str)
  1304. elseif t[1]=='cmd' then
  1305. execCmd(str, plr)
  1306. end
  1307. end
  1308.  
  1309. updateevents()
  1310. _G.exec_cmd = execCmd
  1311. --game.Players.LocalPlayer.Chatted:connect(doexec)
  1312.  
  1313. local _char=function(plr_name)
  1314. for i,v in pairs(game.Players:GetChildren())do
  1315. if v:IsA'Player'then
  1316. if v.Name==plr_name then return v.Character end
  1317. end
  1318. end
  1319. return
  1320. end
  1321.  
  1322. local _plr=function(plr_name)
  1323. for i,v in pairs(game.Players:GetChildren())do
  1324. if v:IsA'Player'then
  1325. if v.Name==plr_name then return v end
  1326. end
  1327. end
  1328. return
  1329. end
  1330.  
  1331. function addcmd(name,desc,alias,func)
  1332. cmds[#cmds+1]=
  1333. {
  1334. NAME=name;
  1335. DESC=desc;
  1336. ALIAS=alias;
  1337. FUNC=func;
  1338. }
  1339. end
  1340.  
  1341. local function getPlayer(name)
  1342. local nameTable = {}
  1343. name=name:lower()
  1344. if name == "me" then
  1345. nameTable[#nameTable+1]=admin
  1346. elseif name == "others" then
  1347. for i,v in pairs(gPlayers:GetChildren()) do
  1348. if v:IsA'Player'then
  1349. if v.Name~=admin then
  1350. nameTable[#nameTable+1]=v.Name
  1351. end
  1352. end
  1353. end
  1354. elseif name == "all" then
  1355. for i,v in pairs(gPlayers:GetChildren()) do
  1356. if v:IsA'Player'then
  1357. nameTable[#nameTable+1]=v.Name
  1358. end
  1359. end
  1360. else
  1361. for i,v in pairs(gPlayers:GetChildren()) do
  1362. local lname = v.Name:lower()
  1363. local i,j = lname:find(name)
  1364. if i == 1 then
  1365. return {v.Name}
  1366. end
  1367. end
  1368. end
  1369. return nameTable
  1370. end
  1371.  
  1372. --| Cape Function |--
  1373.  
  1374. local capeColor = 1012
  1375.  
  1376. function Cape(playerCaped)
  1377.  
  1378. if playerCaped.Character:FindFirstChild("Cape") ~= nil then
  1379. playerCaped.Character.Cape:Destroy()
  1380. end
  1381.  
  1382. repeat
  1383. wait()
  1384. until playerCaped and playerCaped.Character and playerCaped.Character:FindFirstChild("Torso")
  1385.  
  1386. local Torso = playerCaped.Character.Torso
  1387.  
  1388. local Cape = Instance.new("Part", Torso.Parent)
  1389. Cape.Name = "Cape"
  1390. Cape.Anchored = false
  1391. Cape.CanCollide = false
  1392. Cape.TopSurface = 0
  1393. Cape.BottomSurface = 0
  1394. Cape.BrickColor = BrickColor.new("" .. capeColor)
  1395. Cape.Material = "Neon"
  1396. Cape.formFactor = "Custom"
  1397. Cape.Size = Vector3.new(0.2,0.2,0.2)
  1398.  
  1399. local msh = Instance.new("BlockMesh", Cape)
  1400. msh.Scale = Vector3.new(9,17.5,.5)
  1401.  
  1402. local motor1 = Instance.new("Motor", Cape)
  1403. motor1.Part0 = Cape
  1404. motor1.Part1 = Torso
  1405.  
  1406. motor1.MaxVelocity = 1
  1407. motor1.C0 = CFrame.new(0,1.75,0)*CFrame.Angles(0,math.rad(90),0)
  1408. motor1.C1 = CFrame.new(0,1,.45)*CFrame.Angles(0,math.rad(90),0)
  1409.  
  1410. local wave = false
  1411.  
  1412. repeat wait(1/44)
  1413. local ang = 0.2
  1414. local oldmag = Torso.Velocity.magnitude
  1415. local mv = .1
  1416.  
  1417. if wave then
  1418. ang = ang + ((Torso.Velocity.magnitude/10) * .05) + 1
  1419. wave = false
  1420. else
  1421. wave = false
  1422. end
  1423. ang = ang + math.min(Torso.Velocity.magnitude/30, 1)
  1424. motor1.MaxVelocity = math.min((Torso.Velocity.magnitude/10), .04) + mv
  1425. motor1.DesiredAngle = -ang
  1426. if motor1.CurrentAngle < -.05 and motor1.DesiredAngle > -.05 then
  1427. motor1.MaxVelocity = .04
  1428. end
  1429. repeat
  1430. wait()
  1431. until
  1432. motor1.CurrentAngle == motor1.DesiredAngle or math.abs(Torso.Velocity.magnitude - oldmag) >= (Torso.Velocity.magnitude/10) + 1
  1433. if Torso.Velocity.magnitude < .1 then
  1434. wait(.1)
  1435. end
  1436. until not Cape or Cape.Parent ~= Torso.Parent
  1437. end
  1438.  
  1439. game.Lighting.Outlines = false -- Outlines are disgusting
  1440.  
  1441. --| Commands |--
  1442.  
  1443. addcmd('ff','gives ff to player',{},
  1444. function(args)
  1445. local players = getPlayer(args[1])
  1446. for i,v in pairs(players)do
  1447. local pchar=_char(v)
  1448. Instance.new("ForceField", pchar)
  1449. end
  1450. end)
  1451.  
  1452. addcmd('noff', 'takes away ff from player',{'unff'},
  1453. function(args)
  1454. local players = getPlayer(args[1])
  1455. for i,v in pairs(players)do
  1456. local pchar=_char(v)
  1457. for j,v1 in pairs(pchar:GetChildren()) do
  1458. if v1:IsA("ForceField") then
  1459. v1:Destroy()
  1460. end
  1461. end
  1462. end
  1463. end)
  1464.  
  1465. addcmd('fire', 'set a player on fire',{},
  1466. function(args)
  1467. local players = getPlayer(args[1])
  1468. for i,v in pairs(players)do
  1469. local pchar=_char(v)
  1470. local Fire1 = Instance.new("Fire", pchar.Head)
  1471. local Fire2 = Instance.new("Fire", pchar.Torso)
  1472. local Fire3 = Instance.new("Fire", pchar["Left Arm"])
  1473. local Fire4 = Instance.new("Fire", pchar["Right Arm"])
  1474. local Fire5 = Instance.new("Fire", pchar["Left Leg"])
  1475. local Fire6 = Instance.new("Fire", pchar["Right Leg"])
  1476. Fire1.Color = Color3.new((args[2]),(args[3]),(args[4]))
  1477. Fire1.SecondaryColor = Color3.new((args[2]),(args[3]),(args[4]))
  1478. Fire2.Color = Color3.new((args[2]),(args[3]),(args[4]))
  1479. Fire2.SecondaryColor = Color3.new((args[2]),(args[3]),(args[4]))
  1480. Fire3.Color = Color3.new((args[2]),(args[3]),(args[4]))
  1481. Fire3.SecondaryColor = Color3.new((args[2]),(args[3]),(args[4]))
  1482. Fire4.Color = Color3.new((args[2]),(args[3]),(args[4]))
  1483. Fire4.SecondaryColor = Color3.new((args[2]),(args[3]),(args[4]))
  1484. Fire5.Color = Color3.new((args[2]),(args[3]),(args[4]))
  1485. Fire5.SecondaryColor = Color3.new((args[2]),(args[3]),(args[4]))
  1486. Fire6.Color = Color3.new((args[2]),(args[3]),(args[4]))
  1487. Fire6.SecondaryColor = Color3.new((args[2]),(args[3]),(args[4]))
  1488. end
  1489. end)
  1490.  
  1491. addcmd('nofire', 'extinguish a player',{'unfire'},
  1492. function(args)
  1493. local players = getPlayer(args[1])
  1494. for i,v in pairs(players)do
  1495. local pchar=_char(v)
  1496. for j,v1 in pairs(pchar.Head:GetChildren()) do
  1497. if v1:IsA("Fire") then
  1498. v1:Destroy()
  1499. end
  1500. end
  1501. for j,v1 in pairs(pchar.Torso:GetChildren()) do
  1502. if v1:IsA("Fire") then
  1503. v1:Destroy()
  1504. end
  1505. end
  1506. for j,v1 in pairs(pchar["Left Arm"]:GetChildren()) do
  1507. if v1:IsA("Fire") then
  1508. v1:Destroy()
  1509. end
  1510. end
  1511. for j,v1 in pairs(pchar["Right Arm"]:GetChildren()) do
  1512. if v1:IsA("Fire") then
  1513. v1:Destroy()
  1514. end
  1515. end
  1516. for j,v1 in pairs(pchar["Left Leg"]:GetChildren()) do
  1517. if v1:IsA("Fire") then
  1518. v1:Destroy()
  1519. end
  1520. end
  1521. for j,v1 in pairs(pchar["Right Leg"]:GetChildren()) do
  1522. if v1:IsA("Fire") then
  1523. v1:Destroy()
  1524. end
  1525. end
  1526. end
  1527. end)
  1528.  
  1529. addcmd('sp', 'give a player sparkles',{},
  1530. function(args)
  1531. local players = getPlayer(args[1])
  1532. for i,v in pairs(players)do
  1533. local pchar=_char(v)
  1534. local Sparkles1 = Instance.new("Sparkles", pchar.Head)
  1535. local Sparkles2 = Instance.new("Sparkles", pchar.Torso)
  1536. local Sparkles3 = Instance.new("Sparkles", pchar["Left Arm"])
  1537. local Sparkles4 = Instance.new("Sparkles", pchar["Right Arm"])
  1538. local Sparkles5 = Instance.new("Sparkles", pchar["Left Leg"])
  1539. local Sparkles6 = Instance.new("Sparkles", pchar["Right Leg"])
  1540. Sparkles1.Color = Color3.new((args[2]),(args[3]),(args[4]))
  1541. Sparkles2.Color = Color3.new((args[2]),(args[3]),(args[4]))
  1542. Sparkles3.Color = Color3.new((args[2]),(args[3]),(args[4]))
  1543. Sparkles4.Color = Color3.new((args[2]),(args[3]),(args[4]))
  1544. Sparkles5.Color = Color3.new((args[2]),(args[3]),(args[4]))
  1545. Sparkles6.Color = Color3.new((args[2]),(args[3]),(args[4]))
  1546. end
  1547. end)
  1548.  
  1549. addcmd('nosp', 'remove sparkles from a player',{'unsp'},
  1550. function(args)
  1551. local players = getPlayer(args[1])
  1552. for i,v in pairs(players)do
  1553. local pchar=_char(v)
  1554. for j,v1 in pairs(pchar.Head:GetChildren()) do
  1555. if v1:IsA("Sparkles") then
  1556. v1:Destroy()
  1557. end
  1558. end
  1559. for j,v1 in pairs(pchar.Torso:GetChildren()) do
  1560. if v1:IsA("Sparkles") then
  1561. v1:Destroy()
  1562. end
  1563. end
  1564. for j,v1 in pairs(pchar["Left Arm"]:GetChildren()) do
  1565. if v1:IsA("Sparkles") then
  1566. v1:Destroy()
  1567. end
  1568. end
  1569. for j,v1 in pairs(pchar["Right Arm"]:GetChildren()) do
  1570. if v1:IsA("Sparkles") then
  1571. v1:Destroy()
  1572. end
  1573. end
  1574. for j,v1 in pairs(pchar["Left Leg"]:GetChildren()) do
  1575. if v1:IsA("Sparkles") then
  1576. v1:Destroy()
  1577. end
  1578. end
  1579. for j,v1 in pairs(pchar["Right Leg"]:GetChildren()) do
  1580. if v1:IsA("Sparkles") then
  1581. v1:Destroy()
  1582. end
  1583. end
  1584. end
  1585. end)
  1586.  
  1587. addcmd('smoke', 'give a player smoke',{},
  1588. function(args)
  1589. local players = getPlayer(args[1])
  1590. for i,v in pairs(players)do
  1591. local pchar=_char(v)
  1592. Instance.new("Smoke", pchar.Torso)
  1593. end
  1594. end)
  1595.  
  1596. addcmd('nosmoke', 'remove smoke from a player',{},
  1597. function(args)
  1598. local players = getPlayer(args[1])
  1599. for i,v in pairs(players)do
  1600. local pchar=_char(v)
  1601. for j,v1 in pairs(pchar.Torso:GetChildren()) do
  1602. if v1:IsA("Smoke") then
  1603. v1:Destroy()
  1604. end
  1605. end
  1606. end
  1607. end)
  1608.  
  1609. addcmd('btools', 'gives a player btools',{},
  1610. function(args)
  1611. local players = getPlayer(args[1])
  1612. if players ~= nil then
  1613. for i, v in pairs(players) do
  1614. Instance.new("HopperBin", gPlayers[v].Backpack).BinType = 2
  1615. Instance.new("HopperBin", gPlayers[v].Backpack).BinType = 3
  1616. Instance.new("HopperBin", gPlayers[v].Backpack).BinType = 4
  1617. end
  1618. end
  1619. end)
  1620.  
  1621. addcmd('god', 'gods player',{},
  1622. function(args)
  1623. local players = getPlayer(args[1])
  1624. for i,v in pairs(players)do
  1625. local pchar=_char(v)
  1626. if pchar then pchar.Humanoid.MaxHealth=math.huge end
  1627. end
  1628. end)
  1629.  
  1630. addcmd('sgod', 'silently gods player',{},
  1631. function(args)
  1632. local players = getPlayer(args[1])
  1633. for i,v in pairs(players)do
  1634. local pchar=_char(v)
  1635. spawn(function()
  1636. pchar.Humanoid.MaxHealth = 10000000
  1637. wait()
  1638. pchar.Humanoid.Health = 10000000
  1639. end)
  1640. end
  1641. end)
  1642.  
  1643. addcmd('ungod', 'removes god from a player',{},
  1644. function(args)
  1645. local players = getPlayer(args[1])
  1646. for i,v in pairs(players)do
  1647. local pchar=_char(v)
  1648. if pchar then
  1649. pchar.Humanoid.MaxHealth=100
  1650. pchar.Humanoid.Health=100
  1651. end
  1652. end
  1653. end)
  1654.  
  1655. addcmd('heal', 'resets a players health',{},
  1656. function(args)
  1657. local players = getPlayer(args[1])
  1658. for i,v in pairs(players)do
  1659. local pchar=_char(v)
  1660. if pchar then pchar.Humanoid.Health=pchar.Humanoid.MaxHealth;end
  1661. end
  1662. end)
  1663.  
  1664. addcmd('frz', 'freezes a player',{'freeze'},
  1665. function(args)
  1666. local players = getPlayer(args[1])
  1667. if players ~= nil then
  1668. for i, v in pairs(players) do
  1669. _char(v).Torso.Anchored = true
  1670. end
  1671. end
  1672. end)
  1673.  
  1674. addcmd('thaw', 'freezes a player',{},
  1675. function(args)
  1676. local players = getPlayer(args[1])
  1677. if players ~= nil then
  1678. for i, v in pairs(players) do
  1679. _char(v).Torso.Anchored = false
  1680. end
  1681. end
  1682. end)
  1683.  
  1684. addcmd('kill', 'kills a player',{},
  1685. function(args)
  1686. local players = getPlayer(args[1])
  1687. for i,v in pairs(players)do
  1688. local pchar=_char(v)
  1689. if pchar then pchar.Humanoid.MaxHealth=0;pchar.Humanoid.Health=0;end
  1690. end
  1691. end)
  1692.  
  1693. addcmd('sound', 'plays a sound',{},
  1694. function(args)
  1695. local function dels(instance)
  1696. for i,v in pairs(instance:GetChildren())do
  1697. if v:IsA'Sound'then v:Destroy()end
  1698. dels(v)
  1699. end
  1700. end
  1701. dels(workspace)
  1702.  
  1703. local c = args[1] or 'stop'
  1704. if std.inTable({'stop'}, c:lower()) then return end
  1705. local s = Instance.new("Sound", workspace)
  1706. s.Name = "DuckSong"
  1707. s.Looped = true
  1708. s.SoundId = "rbxassetid://" .. c
  1709. s.Volume = 1
  1710. s:Play()
  1711. end)
  1712.  
  1713. addcmd('volume','changes volume of sound',{},
  1714. function(args)
  1715. for i,v in pairs(game.Workspace:GetChildren())do
  1716. if v:IsA("Sound") and v.Name == "DuckSong" then
  1717. v.Volume = args[1]
  1718. end
  1719. end
  1720. end)
  1721.  
  1722. addcmd('pitch','changes pitch of sound',{},
  1723. function(args)
  1724. for i,v in pairs(game.Workspace:GetChildren())do
  1725. if v:IsA("Sound") and v.Name == "DuckSong" then
  1726. v.Pitch = args[1]
  1727. end
  1728. end
  1729. end)
  1730.  
  1731. addcmd('explode', 'explode a player', {},
  1732. function(args)
  1733. local players = getPlayer(args[1])
  1734. for i, v in pairs(players) do
  1735. local char = _char(v)
  1736. if char:FindFirstChild("Torso") then
  1737. Instance.new("Explosion", char).Position = char.Torso.Position
  1738. end
  1739. end
  1740. end)
  1741.  
  1742. addcmd('invis', 'make a player invisible',{},
  1743. function(args)
  1744. local players = getPlayer(args[1])
  1745. for i, v in pairs(players) do
  1746. for k, v2 in pairs(_char(v):GetChildren()) do
  1747. if v2.className == "Part" then
  1748. if v2.Name ~= "HumanoidRootPart" then v2.Transparency = 1 end
  1749. elseif v2.className == "Hat" then
  1750. if v2:FindFirstChild("Handle") then
  1751. v2.Handle.Transparency = 1
  1752. end
  1753. end
  1754. if v2:FindFirstChild("face") then
  1755. v2.face:Destroy()
  1756. end
  1757. end
  1758. end
  1759. end)
  1760.  
  1761. addcmd('vis', 'make a player visible',{},
  1762. function(args)
  1763. local players = getPlayer(args[1])
  1764. for i, v in pairs(players) do
  1765. for k, v2 in pairs(_char(v):GetChildren()) do
  1766. if v2.className == "Part" then
  1767. if v2.Name ~= "HumanoidRootPart" then v2.Transparency = 0 end
  1768. elseif v2.className == "Hat" then
  1769. if v2:FindFirstChild("Handle") then v2.Handle.Transparency = 0 end
  1770. end
  1771. if v2:FindFirstChild("face") then
  1772. v2.face:Destroy()
  1773. end
  1774. end
  1775. end
  1776. end)
  1777.  
  1778. addcmd('goto', 'go to a player',{},
  1779. function(args)
  1780. local players = getPlayer(args[1])
  1781. if players ~= nil and _char(players[1]):FindFirstChild("HumanoidRootPart") then
  1782. _char(admin).HumanoidRootPart.CFrame = _char(players[1]).HumanoidRootPart.CFrame
  1783. end
  1784. end)
  1785.  
  1786. addcmd('bring', 'bring a player to you',{},
  1787. function(args)
  1788. local players = getPlayer(args[1])
  1789. for i,v in pairs(players) do
  1790. if _char(v):FindFirstChild("HumanoidRootPart") then
  1791. _char(v).HumanoidRootPart.CFrame = _char(admin).HumanoidRootPart.CFrame
  1792. end
  1793. end
  1794. end)
  1795.  
  1796. addcmd('tp', 'teleport player 1 to player 2',{},
  1797. function(args)
  1798. local players1=getPlayer(args[1])
  1799. local players2=getPlayer(args[2])
  1800. if not players2[1] then return end
  1801. for i,v in pairs(players1) do
  1802. if _char(v):FindFirstChild("HumanoidRootPart") and _char(players2[1]):FindFirstChild("HumanoidRootPart") then
  1803. _char(v).HumanoidRootPart.CFrame = _char(players2[1]).HumanoidRootPart.CFrame
  1804. end
  1805. end
  1806. end)
  1807.  
  1808. addcmd('charapp', 'change a players appearance',{'char'},
  1809. function(args)
  1810. local players = getPlayer(args[1])
  1811. if not args[1]or not args[2]then return end
  1812. local id=args[2]
  1813. if players ~= nil then
  1814. for i,v in pairs(players) do
  1815. gPlayers[v].CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId="..id
  1816. if _char(v):FindFirstChild("Head") then
  1817. _char(v).Head:Destroy()
  1818. end
  1819. end
  1820. end
  1821. end)
  1822.  
  1823. addcmd('ws', 'change a players walkspeed',{},
  1824. function(args)
  1825. local players = getPlayer(args[1])
  1826. if not args[1]or not args[2]then return end
  1827. local num=args[2]
  1828. for i,v in pairs(players) do
  1829. if _char(v):FindFirstChild("Humanoid") then
  1830. _char(v).Humanoid.WalkSpeed=tonumber(num)
  1831. end
  1832. end
  1833. end)
  1834.  
  1835. addcmd('time', 'change the time of day',{},
  1836. function(args)
  1837. if not args[1]then return end
  1838. local time_=tonumber(args[1])
  1839.  
  1840. game.Lighting:SetMinutesAfterMidnight(time_*60)
  1841. end)
  1842.  
  1843. addcmd('kick', 'kick a player',{},
  1844. function(args)
  1845. local players = getPlayer(args[1])
  1846. for i,v in pairs(players) do
  1847. Notify('Kicked ' .. gPlayers[v].Name)
  1848. gPlayers[v]:Destroy()
  1849. end
  1850. end)
  1851.  
  1852. addcmd('ban', 'ban a player',{},
  1853. function(args)
  1854. local players=getPlayer(args[1])
  1855. for i,v in pairs(players) do
  1856. _G.Banned(gPlayers[v].Name)
  1857. gPlayers[v]:Destroy()
  1858. end
  1859. end)
  1860.  
  1861. addcmd('unlockws', 'unlock the whole workspace',{'unlock'},
  1862. function(args)
  1863. local function unlock(instance)
  1864. for i,v in pairs(instance:GetChildren()) do
  1865. if v:IsA("BasePart") then
  1866. v.Locked = false
  1867. end
  1868. unlock(v)
  1869. end
  1870. end
  1871. unlock(workspace)
  1872. end)
  1873.  
  1874. addcmd('unanchorws', 'unanchor the whole workspace',{'unanchor', 'unanchr'},
  1875. function(args)
  1876. local function unanchor(instance)
  1877. for i,v in pairs(instance:GetChildren()) do
  1878. if v:IsA("BasePart") then
  1879. v.Anchored=false
  1880. end
  1881. unanchor(v)
  1882. end
  1883. end
  1884. unanchor(workspace)
  1885. end)
  1886.  
  1887. addcmd('hat', 'give player a hat ingame',{},
  1888. function(args)
  1889. if not args[1] or not args[2] then return end
  1890. local players = getPlayer(args[1])
  1891. local id=args[2]
  1892. local hat = game:GetService("InsertService"):LoadAsset(id)
  1893. if hat:IsA("Hat") then
  1894. for i,v in pairs(players) do
  1895. hat:clone().Parent = _char(v)
  1896. end
  1897. end
  1898. hat:Destroy()
  1899. end)
  1900.  
  1901. addcmd('gear', 'give player a gear ingame',{},
  1902. function(args)
  1903. spawn(function()
  1904. if not args[1] or not args[2] then return end
  1905. local players = getPlayer(args[1])
  1906. local id=args[2]
  1907. local model = game:GetService("InsertService"):LoadAsset(id)
  1908. for i,v in pairs(players) do
  1909. for _,j in pairs(model:GetChildren()) do
  1910. if j:IsA("Tool") then
  1911. j:Clone().Parent = gPlayers[v].Backpack
  1912. end
  1913. end
  1914. end
  1915. model:Destroy()
  1916. end)
  1917. end)
  1918.  
  1919. addcmd('pstools', 'give player personal server tools',{},
  1920. function(args)
  1921. local players = getPlayer(args[1])
  1922. for i,v in pairs(players) do
  1923. gPlayers[v].PersonalServerRank = 240
  1924. end
  1925. end)
  1926.  
  1927. addcmd('skick','kicks a player by shutting them down, takes a few seconds',{},
  1928. function(args)
  1929. local players = getPlayer(args[1])
  1930. for i,v in pairs(players) do
  1931. spawn(function()
  1932. gPlayers[v].PersonalServerRank = 240
  1933. gPlayers[v].Backpack:WaitForChild("ClassicTool")
  1934. gPlayers[v].PersonalServerRank = 0
  1935. end)
  1936. end
  1937. end)
  1938.  
  1939. addcmd('admin', 'gives a player admin',{},
  1940. function(args)
  1941. if not args[1]then return end
  1942. local players = getPlayer(args[1])
  1943. table.foreach(players,function(k,v)
  1944. admins[v]=true
  1945. Notify(gPlayers[v].Name .. ' has been given Admin.')
  1946. end)
  1947. for i,v in pairs(players) do
  1948. local pchar = gPlayers[v].Character
  1949. game.Chat:Chat(pchar.Head, "You've been given admin.")
  1950. wait(2.5)
  1951. game.Chat:Chat(pchar.Head, 'Prefix is "' .. cmdprefix .. '"')
  1952. wait(2.5)
  1953. game.Chat:Chat(pchar.Head, "[NO] ;fire me [YES] ;fire YourName")
  1954. wait(2.5)
  1955. game.Chat:Chat(pchar.Head, "You may now use commands.")
  1956. end
  1957. end)
  1958.  
  1959. addcmd('unadmin', 'removes a players admin',{},
  1960. function(args)
  1961. if not args[1] then return end
  1962. local players = getPlayer(args[1])
  1963. table.foreach(players,function(k,v)
  1964. admins[v]=nil
  1965. Notify(gPlayers[v].Name .. ' no longer has Admin.')
  1966. end)
  1967. end)
  1968.  
  1969. addcmd('firstp', 'forces player to go into first person',{},
  1970. function(args)
  1971. local players = getPlayer(args[1])
  1972. for i,v in pairs(players)do
  1973. gPlayers[v].CameraMode = "LockFirstPerson"
  1974. end
  1975. end)
  1976.  
  1977. addcmd('thirdp', 'allows player to go into third person',{},
  1978. function(args)
  1979. local players = getPlayer(args[1])
  1980. for i,v in pairs(players)do
  1981. gPlayers[v].CameraMode = "Classic"
  1982. end
  1983. end)
  1984.  
  1985. addcmd('chat', 'forces player to chat what you input',{},
  1986. function(args)
  1987. local players = getPlayer(args[1])
  1988. local MSG = table.concat(args, " ")
  1989. local newMSG = string.gsub(MSG, args[1] .. " ", "")
  1990. for i,v in pairs(players)do
  1991. game.Chat:Chat(gPlayers[v].Character.Head, newMSG)
  1992. end
  1993. end)
  1994.  
  1995. addcmd('insert', 'inserts a model',{},
  1996. function(args)
  1997. local model = game:GetService("InsertService"):LoadAsset(args[1])
  1998. model.Parent = game.Workspace
  1999. model:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  2000. model:MakeJoints()
  2001. end)
  2002.  
  2003. addcmd('name', 'names player',{},
  2004. function(args)
  2005. local players = getPlayer(args[1])
  2006. local msg = table.concat(args, " ")
  2007. local newmsg = string.gsub(msg, args[1] .. " ", "")
  2008. for i,v in pairs(players) do
  2009. for a, mod in pairs(gPlayers[v].Character:children()) do
  2010. if mod:FindFirstChild("TAG") then
  2011. gPlayers[v].Character.Head.Transparency = 0
  2012. mod:Destroy()
  2013. end
  2014. end
  2015.  
  2016. local char = gPlayers[v].Character
  2017. local model = Instance.new("Model", char)
  2018. local clone = char.Head:Clone()
  2019. local hum = Instance.new("Humanoid", model)
  2020. local weld = Instance.new("Weld", clone)
  2021. model.Name = newmsg
  2022. clone.Parent = model
  2023. hum.Name = "TAG"
  2024. hum.MaxHealth = 100
  2025. hum.Health = 100
  2026. weld.Part0 = clone
  2027. weld.Part1 = char.Head
  2028. char.Head.Transparency = 1
  2029. end
  2030. end)
  2031.  
  2032. addcmd('unname', 'unnames player',{},
  2033. function(args)
  2034. local players = getPlayer(args[1])
  2035. local name = (args[2])
  2036. for i,v in pairs(players) do
  2037. for a, mod in pairs(gPlayers[v].Character:children()) do
  2038. if mod:FindFirstChild("TAG") then
  2039. gPlayers[v].Character.Head.Transparency = 0
  2040. mod:Destroy()
  2041. end
  2042. end
  2043. end
  2044. end)
  2045.  
  2046. addcmd('stun', 'stuns player',{},
  2047. function(args)
  2048. local players = getPlayer(args[1])
  2049. for i,v in pairs(players) do
  2050. gPlayers[v].Character.Humanoid.PlatformStand = true
  2051. end
  2052. end)
  2053.  
  2054. addcmd('unstun', 'stuns player',{},
  2055. function(args)
  2056. local players = getPlayer(args[1])
  2057. for i,v in pairs(players) do
  2058. gPlayers[v].Character.Humanoid.PlatformStand = false
  2059. end
  2060. end)
  2061.  
  2062. addcmd('sit', 'stuns player',{},
  2063. function(args)
  2064. local players = getPlayer(args[1])
  2065. for i,v in pairs(players) do
  2066. gPlayers[v].Character.Humanoid.Sit = true
  2067. end
  2068. end)
  2069.  
  2070. addcmd('guest', 'ew a guest',{},
  2071. function(args)
  2072. local players = getPlayer(args[1])
  2073. for i,v in pairs(players) do
  2074. gPlayers[v].CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=1"
  2075. gPlayers[v].Character:BreakJoints()
  2076. end
  2077. end)
  2078.  
  2079. addcmd('damage', 'damages a player',{},
  2080. function(args)
  2081. local players = getPlayer(args[1])
  2082. for i,v in pairs(players) do
  2083. gPlayers[v].Character.Humanoid.Health = gPlayers[v].Character.Humanoid.Health - 25
  2084. end
  2085. end)
  2086.  
  2087. addcmd('view', 'views player',{},
  2088. function(args)
  2089. local players = getPlayer(args[1])
  2090. for i,v in pairs(players) do
  2091. game.Workspace.CurrentCamera.CameraSubject = gPlayers[v].Character
  2092. end
  2093. end)
  2094.  
  2095. addcmd('unview', 'stops viewing player',{},
  2096. function()
  2097. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  2098. end)
  2099.  
  2100. addcmd('nolimbs', 'removes limbs from player',{},
  2101. function(args)
  2102. local players = getPlayer(args[1])
  2103. for i,v in pairs(players) do
  2104. for i,v in pairs(gPlayers[v].Character:GetChildren()) do
  2105. if v:IsA("BasePart") and
  2106. v.Name == "Right Leg" or
  2107. v.Name == "Left Leg" or
  2108. v.Name == "Right Arm" or
  2109. v.Name == "Left Arm" then
  2110. v:Remove()
  2111. end
  2112. end
  2113. end
  2114. end)
  2115.  
  2116. addcmd('box', 'creates a box around player',{},
  2117. function(args)
  2118. local players = getPlayer(args[1])
  2119. for i,v in pairs(players)do
  2120. local pchar=_char(v)
  2121. local SB = Instance.new("SelectionBox", pchar)
  2122. SB.Adornee = SB.Parent
  2123. SB.Color = BrickColor.new("" .. (args[2]))
  2124. end
  2125. end)
  2126.  
  2127. addcmd('nobox', 'takes away box from player',{'unbox'},
  2128. function(args)
  2129. local players = getPlayer(args[1])
  2130. for i,v in pairs(players)do
  2131. local pchar=_char(v)
  2132. for i,v in pairs(gPlayers[v].Character:GetChildren()) do
  2133. if v:IsA("SelectionBox") then
  2134. v:Destroy()
  2135. end
  2136. end
  2137. end
  2138. end)
  2139.  
  2140. addcmd('ghost', 'ghostifys player',{},
  2141. function(args)
  2142. local players = getPlayer(args[1])
  2143. for i,v in pairs(players)do
  2144. local pchar=gPlayers[v].Character
  2145. pchar.Head.Transparency = 0.5
  2146. pchar.Torso.Transparency = 0.5
  2147. pchar["Left Arm"].Transparency = 0.5
  2148. pchar["Right Arm"].Transparency = 0.5
  2149. pchar["Left Leg"].Transparency = 0.5
  2150. pchar["Right Leg"].Transparency = 0.5
  2151. pchar.Head.face.Transparency = 0.5
  2152. end
  2153. end)
  2154.  
  2155. addcmd('sphere', 'puts sphere around player',{},
  2156. function(args)
  2157. local players = getPlayer(args[1])
  2158. for i,v in pairs(players)do
  2159. local pchar=gPlayers[v].Character
  2160. local SS = Instance.new("SelectionSphere", pchar)
  2161. SS.Adornee = SS.Parent
  2162. end
  2163. end)
  2164.  
  2165. addcmd('loadmap','loads map from model',{},
  2166. function(args)
  2167. pcall(function()
  2168. for i,v in pairs(workspace:GetChildren()) do
  2169. if v.Name~="Camera" and v.Name~="Terrain" then
  2170. v:Destroy()
  2171. end
  2172. end
  2173. workspace.Terrain:Clear()
  2174. for i,v in pairs(game.Players:GetChildren()) do
  2175. local plr = v
  2176. local prt = Instance.new("Model", workspace)
  2177. Instance.new("Part", prt).Name="Torso"
  2178. Instance.new("Part", prt).Name="Head"
  2179. Instance.new("Humanoid", prt).Name="Humanoid"
  2180. plr.Character = prt
  2181. end
  2182. if (args[1]) == "sfotho" then
  2183. local b = Insert(296400126, game.Workspace, "sfotho")
  2184. b:MakeJoints()
  2185. end
  2186. local b = Insert(args[1], game.Workspace, "LoadedMap")
  2187. b:MakeJoints()
  2188. end)
  2189. Notify('Loaded Map')
  2190. end)
  2191.  
  2192. addcmd('sky','changes skybox',{},
  2193. function(args)
  2194. pcall(function()
  2195. local ID = (args[1])
  2196. local sky = Instance.new("Sky", game.Lighting)
  2197. sky.SkyboxBk = "rbxassetid://" .. ID
  2198. sky.SkyboxDn = "rbxassetid://" .. ID
  2199. sky.SkyboxFt = "rbxassetid://" .. ID
  2200. sky.SkyboxLf = "rbxassetid://" .. ID
  2201. sky.SkyboxRt = "rbxassetid://" .. ID
  2202. sky.SkyboxUp = "rbxassetid://" .. ID
  2203. end)
  2204. end)
  2205.  
  2206. addcmd('ambient','changes ambient',{},
  2207. function(args)
  2208. game.Lighting.Ambient = Color3.new(args[1],args[2],args[3])
  2209. end)
  2210.  
  2211. addcmd('gui','gives YourMom GUI',{},
  2212. function(args)
  2213. loadstring(Insert(289110135, game.CoreGui.RobloxGui).Source)()
  2214. end)
  2215.  
  2216. addcmd('jail','jails player',{},
  2217. function(args)
  2218. local players = getPlayer(args[1])
  2219. for i,v in pairs(players)do
  2220. local pchar=gPlayers[v].Character
  2221. local JailPlayer = DATA.JAIL:Clone()
  2222. JailPlayer.Parent = game.Workspace
  2223. JailPlayer:MoveTo(pchar.Torso.Position)
  2224. JailPlayer.Name = "JAIL_" .. gPlayers[v].Name
  2225. if pchar:FindFirstChild("HumanoidRootPart") then
  2226. pchar.HumanoidRootPart.CFrame = JailPlayer.MAIN.CFrame
  2227. end
  2228. end
  2229. end)
  2230.  
  2231. addcmd('unjail','unjails player',{},
  2232. function(args)
  2233. local players = getPlayer(args[1])
  2234. for i,v in pairs(players)do
  2235. game.Workspace["JAIL_" .. gPlayers[v].Name]:Destroy()
  2236. end
  2237. end)
  2238.  
  2239. addcmd('shutdown', 'shuts the server down',{},
  2240. function(args)
  2241. local function ShutDown(Base)
  2242. for i,v in pairs(Base:GetChildren()) do
  2243. v:Destroy()
  2244. end
  2245. end
  2246. ShutDown(game.Players)
  2247. end)
  2248.  
  2249. addcmd('animation','makes player animate',{'anim'},
  2250. function(args)
  2251. local players = getPlayer(args[1])
  2252. for i,v in pairs(players)do
  2253. local pchar = gPlayers[v].Character
  2254. local ID = args[2]
  2255.  
  2256. if args[2] == "climb" then
  2257. ID = "180436334"
  2258. end
  2259. if args[2] == "fall" then
  2260. ID = "180436148"
  2261. end
  2262. if args[2] == "jump" then
  2263. ID = "125750702"
  2264. end
  2265. if args[2] == "sit" then
  2266. ID = "178130996"
  2267. end
  2268. for _,x in pairs(gPlayers[v].Character.Animate:GetChildren()) do
  2269. if x:IsA("StringValue") then
  2270. for _,c in pairs(x:GetChildren()) do
  2271. if c:IsA("Animation") then
  2272. c.AnimationId = "rbxassetid://" .. ID
  2273. end
  2274. end
  2275. end
  2276. end
  2277. end
  2278. end)
  2279.  
  2280. addcmd('fix','turns player back to normal',{},
  2281. function(args)
  2282. local players = getPlayer(args[1])
  2283. for i,v in pairs(players)do
  2284. local pchar = gPlayers[v].Character
  2285.  
  2286. pchar.Torso.Neck.C0 = CFrame.new(0,1,0) * CFrame.Angles(math.rad(90),math.rad(180),0)
  2287. pchar.Torso["Right Shoulder"].C0 = CFrame.new(1,0.5,0) * CFrame.Angles(0,math.rad(90),0)
  2288. pchar.Torso["Left Shoulder"].C0 = CFrame.new(-1,0.5,0) * CFrame.Angles(0,math.rad(-90),0)
  2289. pchar.Torso["Right Hip"].C0 = CFrame.new(1,-1,0) * CFrame.Angles(0,math.rad(90),0)
  2290. pchar.Torso["Left Hip"].C0 = CFrame.new(-1,-1,0) * CFrame.Angles(0,math.rad(-90),0)
  2291.  
  2292. for i,v in pairs(pchar.Head:GetChildren()) do
  2293. if v:IsA("SpecialMesh") then
  2294. v:Destroy()
  2295. end
  2296. end
  2297.  
  2298. for i,v in pairs(pchar:GetChildren()) do
  2299. if v:IsA("Shirt") then
  2300. v:Destroy()
  2301. end
  2302. end
  2303.  
  2304. for i,v in pairs(pchar:GetChildren()) do
  2305. if v:IsA("Pants") then
  2306. v:Destroy()
  2307. end
  2308. end
  2309.  
  2310. if Player.Character:FindFirstChild("Shirt Graphic") ~= nil then
  2311. Player.Character["Shirt Graphic"].Graphic = ""
  2312. end
  2313.  
  2314. local HeadMesh = Instance.new("SpecialMesh", pchar.Head)
  2315. HeadMesh.MeshType = "Head"
  2316. HeadMesh.Scale = Vector3.new(1.25, 1.25, 1.25)
  2317.  
  2318. pchar.Head.Transparency = 0
  2319. pchar.Torso.Transparency = 0
  2320. pchar["Left Arm"].Transparency = 0
  2321. pchar["Right Arm"].Transparency = 0
  2322. pchar["Left Leg"].Transparency = 0
  2323. pchar["Right Leg"].Transparency = 0
  2324.  
  2325. for i,v in pairs(pchar.Head:GetChildren()) do
  2326. if v:IsA("Decal") then
  2327. v:Destroy()
  2328. end
  2329. end
  2330.  
  2331. local face = Instance.new("Decal", pchar.Head)
  2332. face.Name = "face"
  2333. face.Texture = "rbxasset://textures/face.png"
  2334. face.Face = "Front"
  2335.  
  2336. for i,v in pairs(pchar:GetChildren()) do
  2337. if v:IsA("Seat") then
  2338. v:Destroy()
  2339. end
  2340. end
  2341.  
  2342. for i,v in pairs(pchar.Torso:GetChildren()) do
  2343. if v:IsA("Weld") then
  2344. v:Destroy()
  2345. end
  2346. end
  2347.  
  2348. for i,v in pairs(pchar.Torso:GetChildren()) do
  2349. if v:IsA("SpecialMesh") then
  2350. v:Destroy()
  2351. end
  2352. end
  2353.  
  2354. pchar["Body Colors"].HeadColor = BrickColor.new("Cool yellow")
  2355. pchar["Body Colors"].LeftArmColor = BrickColor.new("Cool yellow")
  2356. pchar["Body Colors"].LeftLegColor = BrickColor.new("Medium blue")
  2357. pchar["Body Colors"].RightArmColor = BrickColor.new("Cool yellow")
  2358. pchar["Body Colors"].RightLegColor = BrickColor.new("Medium blue")
  2359. pchar["Body Colors"].TorsoColor = BrickColor.new("Bright blue")
  2360. for _,v in pairs(Player.Character:GetChildren()) do
  2361. if v:IsA("Hat") then
  2362. v:Destroy()
  2363. end
  2364. end
  2365. end
  2366. end)
  2367.  
  2368. addcmd('creeper','make the player a creeper',{'crpr'},
  2369. function(args)
  2370. local players = getPlayer(args[1])
  2371. for i,v in pairs(players)do
  2372. local pchar = gPlayers[v].Character
  2373. if gPlayers[v] and pchar and pchar:findFirstChild("Torso") then
  2374. if pchar:FindFirstChild("Shirt") then
  2375. pchar.Shirt.Parent = pchar.Torso
  2376. end
  2377. if pchar:FindFirstChild("Pants") then
  2378. pchar.Pants.Parent = pchar.Torso
  2379. end
  2380. if pchar:FindFirstChild("Shirt Graphic") then
  2381. pchar["Shirt Graphic"].Graphic = ""
  2382. end
  2383. for i,v in pairs(pchar:GetChildren()) do
  2384. if v:IsA("Hat") then
  2385. v:Destroy()
  2386. end
  2387. end
  2388. pchar.Torso.Neck.C0 = CFrame.new(0,1,0) * CFrame.Angles(math.rad(90),math.rad(180),0)
  2389. pchar.Torso["Right Shoulder"].C0 = CFrame.new(0,-1.5,-.5) * CFrame.Angles(0,math.rad(90),0)
  2390. pchar.Torso["Left Shoulder"].C0 = CFrame.new(0,-1.5,-.5) * CFrame.Angles(0,math.rad(-90),0)
  2391. pchar.Torso["Right Hip"].C0 = CFrame.new(0,-1,.5) * CFrame.Angles(0,math.rad(90),0)
  2392. pchar.Torso["Left Hip"].C0 = CFrame.new(0,-1,.5) * CFrame.Angles(0,math.rad(-90),0)
  2393. pchar["Body Colors"].HeadColor = BrickColor.new("Bright green")
  2394. pchar["Body Colors"].LeftArmColor = BrickColor.new("Bright green")
  2395. pchar["Body Colors"].LeftLegColor = BrickColor.new("Bright green")
  2396. pchar["Body Colors"].RightArmColor = BrickColor.new("Bright green")
  2397. pchar["Body Colors"].RightLegColor = BrickColor.new("Bright green")
  2398. pchar["Body Colors"].TorsoColor = BrickColor.new("Bright green")
  2399. end
  2400. end
  2401. end)
  2402.  
  2403. addcmd('uncreeper','makes player back to normal',{},
  2404. function(args)
  2405. local players = getPlayer(args[1])
  2406. for i,v in pairs(players)do
  2407. execCmd("fix " .. gPlayers[v].Name, Player)
  2408. end
  2409. end)
  2410.  
  2411. addcmd('shrek', 'makes player shrek',{},
  2412. function(args)
  2413. local players = getPlayer(args[1])
  2414. for i,v in pairs(players) do
  2415. local pchar = gPlayers[v].Character
  2416. for i,v in pairs(pchar:GetChildren()) do
  2417. if v:IsA("Hat") or v:IsA("CharacterMesh") or v:IsA("Shirt") or v:IsA("Pants") then
  2418. v:Destroy()
  2419. end
  2420. end
  2421. for i,v in pairs(pchar.Head:GetChildren()) do
  2422. if v:IsA("Decal") or v:IsA("SpecialMesh") then
  2423. v:Destroy()
  2424. end
  2425. end
  2426.  
  2427. local mesh = Instance.new("SpecialMesh", pchar.Head)
  2428. mesh.MeshType = "FileMesh"
  2429. pchar.Head.Mesh.MeshId = "http://www.roblox.com/asset/?id=19999257"
  2430. pchar.Head.Mesh.Offset = Vector3.new(-0.1, 0.1, 0)
  2431. pchar.Head.Mesh.TextureId = "http://www.roblox.com/asset/?id=156397869"
  2432.  
  2433. local Shirt = Instance.new("Shirt", gPlayers[v].Character)
  2434. local Pants = Instance.new("Pants", gPlayers[v].Character)
  2435.  
  2436. Shirt.ShirtTemplate = "rbxassetid://133078194"
  2437. Pants.PantsTemplate = "rbxassetid://133078204"
  2438. end
  2439. end)
  2440.  
  2441. addcmd('unshrek','makes player back to normal',{},
  2442. function(args)
  2443. local players = getPlayer(args[1])
  2444. for i,v in pairs(players)do
  2445. execCmd("fix " .. gPlayers[v].Name, Player)
  2446. end
  2447. end)
  2448.  
  2449. local Spamming = false
  2450.  
  2451. addcmd('spam','spams text',{},
  2452. function(args)
  2453. Spamming = true
  2454. spawn(function()
  2455. while wait(0) do
  2456. if Spamming == true then
  2457. while wait(0.1) do
  2458. if Spamming == true then
  2459. game.Players:Chat("" .. args[1])
  2460. elseif Spamming == false then
  2461. return
  2462. end
  2463. end
  2464. end
  2465. end
  2466. end)
  2467. end)
  2468.  
  2469. addcmd('nospam','stops spamming',{},
  2470. function(args)
  2471. Spamming = false
  2472. end)
  2473.  
  2474. addcmd('control','controls player',{},
  2475. function(args)
  2476. local players = getPlayer(args[1])
  2477. for i,v in pairs(players)do
  2478. local pchar = gPlayers[v].Character
  2479. if gPlayers[v] and pchar then
  2480. pchar.Humanoid.PlatformStand = true
  2481. local w = Instance.new("Weld", Player.Character.Torso)
  2482. w.Part0 = Player.Character.Torso
  2483. w.Part1 = pchar.Torso
  2484. local w2 = Instance.new("Weld", Player.Character.Head)
  2485. w2.Part0 = Player.Character.Head
  2486. w2.Part1 = pchar.Head
  2487. local w3 = Instance.new("Weld", Player.Character:findFirstChild("Right Arm"))
  2488. w3.Part0 = Player.Character:findFirstChild("Right Arm")
  2489. w3.Part1 = pchar:findFirstChild("Right Arm")
  2490. local w4 = Instance.new("Weld", Player.Character:findFirstChild("Left Arm"))
  2491. w4.Part0 = Player.Character:findFirstChild("Left Arm")
  2492. w4.Part1 = pchar:findFirstChild("Left Arm")
  2493. local w5 = Instance.new("Weld", Player.Character:findFirstChild("Right Leg"))
  2494. w5.Part0 = Player.Character:findFirstChild("Right Leg")
  2495. w5.Part1 = pchar:findFirstChild("Right Leg")
  2496. local w6 = Instance.new("Weld", Player.Character:findFirstChild("Left Leg"))
  2497. w6.Part0 = Player.Character:findFirstChild("Left Leg")
  2498. w6.Part1 = pchar:findFirstChild("Left Leg")
  2499. char.Head.face:Destroy()
  2500. for i,v in pairs(pchar:GetChildren()) do
  2501. if v:IsA("BasePart") then
  2502. v.CanCollide = false
  2503. end
  2504. end
  2505. for i,v in pairs(char:GetChildren()) do
  2506. if v:IsA("BasePart") then
  2507. v.Transparency = 1
  2508. elseif v:IsA("Hat") then
  2509. v:Destroy()
  2510. end
  2511. end
  2512. pchar.Parent = char
  2513. pchar.Humanoid.Changed:connect(function()
  2514. pchar.Humanoid.PlatformStand = true
  2515. end)
  2516. end
  2517. end
  2518. end)
  2519.  
  2520. addcmd('nuke','nukes player',{},
  2521. function(args)
  2522. local players = getPlayer(args[1])
  2523. for i,v in pairs(players)do
  2524. local pchar = gPlayers[v].Character
  2525. if gPlayers[v] and pchar and pchar:FindFirstChild("Torso") then
  2526. local nuke = Instance.new("Part", game.Workspace)
  2527. nuke.Anchored = true
  2528. nuke.CanCollide = false
  2529. nuke.FormFactor = "Symmetric"
  2530. nuke.Shape = "Ball"
  2531. nuke.Size = Vector3.new(1,1,1)
  2532. nuke.BrickColor = BrickColor.new("New Yeller")
  2533. nuke.Transparency = 0.5
  2534. nuke.Reflectance = 0.2
  2535. nuke.TopSurface = 0
  2536. nuke.BottomSurface = 0
  2537. nuke.Touched:connect(function (hit)
  2538. if hit and hit.Parent then
  2539. local boom = Instance.new("Explosion", game.Workspace)
  2540. boom.Position = hit.Position
  2541. boom.BlastRadius = 11
  2542. boom.BlastPressure = math.huge
  2543. end
  2544. end)
  2545. local CF = pchar.Torso.CFrame
  2546. nuke.CFrame = CF
  2547. for i = 1,333 do
  2548. nuke.Size = nuke.Size + Vector3.new(3,3,3)
  2549. nuke.CFrame = CF
  2550. wait(1/44)
  2551. end
  2552. nuke:Destroy()
  2553. end
  2554. end
  2555. end)
  2556.  
  2557. addcmd('infect','infects player',{},
  2558. function(args)
  2559. local players = getPlayer(args[1])
  2560. for i,v in pairs(players)do
  2561. function infect(rip)
  2562. local pchar = gPlayers[v].Character
  2563. for i,v in pairs(pchar:GetChildren()) do
  2564. if v:IsA("Hat") or v:IsA("Shirt") or v:IsA("Pants") then
  2565. v:Destroy()
  2566. end
  2567. end
  2568. if pchar.Torso:FindFirstChild("roblox") then
  2569. pchar.Torso.roblox:Destroy()
  2570. end
  2571. if pchar.Head:FindFirstChild("face") then
  2572. pchar.Head.face.Texture = "http://www.roblox.com/asset/?id=94634491"
  2573. end
  2574. if pchar:FindFirstChild("Body Colors") then
  2575. local Colors = pchar["Body Colors"]
  2576. local Skin = BrickColor.new("Pastel green")
  2577. local Clothes = BrickColor.new("Reddish brown")
  2578. Colors.HeadColor = Skin
  2579. Colors.LeftArmColor = Skin
  2580. Colors.RightArmColor = Skin
  2581. Colors.LeftLegColor = Clothes
  2582. Colors.RightLegColor = Clothes
  2583. Colors.TorsoColor = Clothes
  2584. end
  2585. local w1 = Instance.new("Weld", pchar)
  2586. w1.Part0 = pchar["Right Arm"]
  2587. w1.Part1 = pchar.Torso
  2588. w1.C0 = CFrame.new(-1.5, 0.5, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(0), math.rad(0))
  2589. local w2 = Instance.new("Weld", pchar)
  2590. w2.Part0 = pchar["Left Arm"]
  2591. w2.Part1 = pchar.Torso
  2592. w2.C0 = CFrame.new(1.5, 0.5, 0.5) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(0), math.rad(0))
  2593. local rip = false
  2594. local connect1 = pchar["Left Arm"].Touched:connect(function(hit)
  2595. if connect1 == false then
  2596. connect1 = true
  2597. if game.Players:FindFirstChild(hit.Parent.Name) then
  2598. infect(game.Players[hit.Parent.Name])
  2599. end
  2600. wait(0.5)
  2601. connect1 = true
  2602. end
  2603. end)
  2604. local connect2 = pchar["Right Arm"].Touched:connect(function(hit)
  2605. if connect2 == false then
  2606. connect2 = true
  2607. if game.Players:FindFirstChild(hit.Parent.Name) then
  2608. infect(game.Players[hit.Parent.Name])
  2609. end
  2610. wait(0.5)
  2611. connect2 = true
  2612. end
  2613. end)
  2614. local IV = Instance.new("IntValue", pchar)
  2615. IV.Name = "Infected"
  2616. IV.Value = 0
  2617. IV.Changed:connect(function()
  2618. connect1:disconnect()
  2619. connect2:disconnect()
  2620. end)
  2621. end
  2622. infect(v)
  2623. end
  2624. end)
  2625.  
  2626. addcmd('uninfect','makes player back to normal',{},
  2627. function(args)
  2628. local players = getPlayer(args[1])
  2629. for i,v in pairs(players)do
  2630. execCmd("fix " .. gPlayers[v].Name, Player)
  2631. end
  2632. end)
  2633.  
  2634. addcmd('duck','makes players head a duck',{},
  2635. function(args)
  2636. local players = getPlayer(args[1])
  2637. for i,v in pairs(players)do
  2638. local pchar = gPlayers[v].Character
  2639. for i,v in pairs(pchar.Torso:GetChildren()) do
  2640. if v:IsA("Decal") then
  2641. v:Destroy()
  2642. end
  2643. end
  2644. for i,v in pairs(pchar:GetChildren()) do
  2645. if v:IsA("Hat") then
  2646. v:Destroy()
  2647. end
  2648. end
  2649. local duck = Instance.new("SpecialMesh", pchar.Torso)
  2650. duck.MeshType = "FileMesh"
  2651. duck.MeshId = "http://www.roblox.com/asset/?id=9419831"
  2652. duck.TextureId = "http://www.roblox.com/asset/?id=9419827"
  2653. duck.Scale = Vector3.new(5, 5, 5)
  2654. pchar.Head.Transparency = 1
  2655. pchar["Left Arm"].Transparency = 1
  2656. pchar["Right Arm"].Transparency = 1
  2657. pchar["Left Leg"].Transparency = 1
  2658. pchar["Right Leg"].Transparency = 1
  2659. pchar.Head.face.Transparency = 1
  2660. end
  2661. end)
  2662.  
  2663. addcmd('unduck','makes player back to normal',{},
  2664. function(args)
  2665. local players = getPlayer(args[1])
  2666. for i,v in pairs(players)do
  2667. execCmd("fix " .. gPlayers[v].Name, Player)
  2668. end
  2669. end)
  2670.  
  2671. addcmd('disable','removes players humanoid',{},
  2672. function(args)
  2673. local players = getPlayer(args[1])
  2674. for i,v in pairs(players)do
  2675. local pchar = gPlayers[v].Character
  2676. if pchar:FindFirstChild("Humanoid") then
  2677. pchar.Humanoid.Name = "HUMANOID_" .. gPlayers[v].Name
  2678. local humanoid = pchar["HUMANOID_" .. gPlayers[v].Name]
  2679. humanoid.Parent = game.ContextActionService
  2680. end
  2681. end
  2682. end)
  2683.  
  2684. addcmd('enable','gives player humanoid',{},
  2685. function(args)
  2686. local players = getPlayer(args[1])
  2687. for i,v in pairs(players)do
  2688. local pchar = gPlayers[v].Character
  2689. if pchar:FindFirstChild("Humanoid") then
  2690. return
  2691. else
  2692. local humanoid = game.ContextActionService["HUMANOID_" .. gPlayers[v].Name]
  2693. humanoid.Parent = pchar
  2694. humanoid.Name = "Humanoid"
  2695. end
  2696. end
  2697. end)
  2698.  
  2699. addcmd('size','changes size of player',{},
  2700. function(args)
  2701. local players = getPlayer(args[1])
  2702. for i,v in pairs(players)do
  2703. local pchar = gPlayers[v].Character
  2704. local function scale(chr,scl)
  2705.  
  2706. for _,v in pairs(pchar:GetChildren()) do
  2707. if v:IsA("Hat") then
  2708. v:Clone()
  2709. v.Parent = game.Lighting
  2710. end
  2711. end
  2712.  
  2713. local Head = chr['Head']
  2714. local Torso = chr['Torso']
  2715. local LA = chr['Left Arm']
  2716. local RA = chr['Right Arm']
  2717. local LL = chr['Left Leg']
  2718. local RL = chr['Right Leg']
  2719. local HRP = chr['HumanoidRootPart']
  2720.  
  2721. wait(0.1)
  2722.  
  2723. Head.formFactor = 3
  2724. Torso.formFactor = 3
  2725. LA.formFactor = 3
  2726. RA.formFactor = 3
  2727. LL.formFactor = 3
  2728. RL.formFactor = 3
  2729. HRP.formFactor = 3
  2730.  
  2731. Head.Size = Vector3.new(scl * 2, scl, scl)
  2732. Torso.Size = Vector3.new(scl * 2, scl * 2, scl)
  2733. LA.Size = Vector3.new(scl, scl * 2, scl)
  2734. RA.Size = Vector3.new(scl, scl * 2, scl)
  2735. LL.Size = Vector3.new(scl, scl * 2, scl)
  2736. RL.Size = Vector3.new(scl, scl * 2, scl)
  2737. HRP.Size = Vector3.new(scl * 2, scl * 2, scl)
  2738.  
  2739. local Motor1 = Instance.new('Motor6D', Torso)
  2740. Motor1.Part0 = Torso
  2741. Motor1.Part1 = Head
  2742. Motor1.C0 = CFrame.new(0, 1 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
  2743. Motor1.C1 = CFrame.new(0, -0.5 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
  2744. Motor1.Name = "Neck"
  2745.  
  2746. local Motor2 = Instance.new('Motor6D', Torso)
  2747. Motor2.Part0 = Torso
  2748. Motor2.Part1 = LA
  2749. Motor2.C0 = CFrame.new(-1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  2750. Motor2.C1 = CFrame.new(0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  2751. Motor2.Name = "Left Shoulder"
  2752.  
  2753. local Motor3 = Instance.new('Motor6D', Torso)
  2754. Motor3.Part0 = Torso
  2755. Motor3.Part1 = RA
  2756. Motor3.C0 = CFrame.new(1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  2757. Motor3.C1 = CFrame.new(-0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  2758. Motor3.Name = "Right Shoulder"
  2759.  
  2760. local Motor4 = Instance.new('Motor6D', Torso)
  2761. Motor4.Part0 = Torso
  2762. Motor4.Part1 = LL
  2763. Motor4.C0 = CFrame.new(-1 * scl, -1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  2764. Motor4.C1 = CFrame.new(-0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  2765. Motor4.Name = "Left Hip"
  2766.  
  2767. local Motor5 = Instance.new('Motor6D', Torso)
  2768. Motor5.Part0 = Torso
  2769. Motor5.Part1 = RL
  2770. Motor5.C0 = CFrame.new(1 * scl, -1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  2771. Motor5.C1 = CFrame.new(0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  2772. Motor5.Name = "Right Hip"
  2773.  
  2774. local Motor6 = Instance.new('Motor6D', HRP)
  2775. Motor6.Part0 = HRP
  2776. Motor6.Part1 = Torso
  2777. Motor6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
  2778. Motor6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
  2779.  
  2780. end
  2781.  
  2782. scale(pchar, args[2])
  2783.  
  2784. for _,v in pairs(game.Lighting:GetChildren()) do
  2785. if v:IsA("Hat") then
  2786. v.Parent = pchar
  2787. end
  2788. end
  2789. end
  2790. end)
  2791.  
  2792. addcmd('confuse','reverses players speed',{'reverse'},
  2793. function(args)
  2794. local players = getPlayer(args[1])
  2795. for i,v in pairs(players)do
  2796. local pchar = gPlayers[v].Character
  2797. pchar.Humanoid.WalkSpeed = tonumber(-16)
  2798. end
  2799. end)
  2800.  
  2801. addcmd('unconfuse','reverses players speed',{'unreverse'},
  2802. function(args)
  2803. local players = getPlayer(args[1])
  2804. for i,v in pairs(players)do
  2805. local pchar = gPlayers[v].Character
  2806. pchar.Humanoid.WalkSpeed = tonumber(16)
  2807. end
  2808. end)
  2809.  
  2810. addcmd('clone','clones player',{},
  2811. function(args)
  2812. local players = getPlayer(args[1])
  2813. for i,v in pairs(players)do
  2814. local pchar = gPlayers[v].Character
  2815. pchar.Archivable = true
  2816. local clone = pchar:Clone()
  2817. clone.Parent = game.Workspace
  2818. clone:MoveTo(pchar:GetModelCFrame().p)
  2819. clone:MakeJoints()
  2820. pchar.Archivable = false
  2821. end
  2822. end)
  2823.  
  2824. addcmd('spin','spins player',{},
  2825. function(args)
  2826. local players = getPlayer(args[1])
  2827. for i,v in pairs(players)do
  2828. local pchar = gPlayers[v].Character
  2829. for i,v in pairs(pchar.Torso:GetChildren()) do
  2830. if v.Name == "Spinning" then
  2831. v:Destroy()
  2832. end
  2833. end
  2834. local Torso = pchar.Torso
  2835. local BG = Instance.new("BodyGyro", Torso)
  2836. BG.Name = "Spinning"
  2837. BG.maxTorque = Vector3.new(0, math.huge, 0)
  2838. BG.P = 11111
  2839. BG.cframe = Torso.CFrame
  2840. repeat wait(1/44)
  2841. BG.CFrame = BG.CFrame * CFrame.Angles(0,math.rad(30),0)
  2842. until not BG or BG.Parent ~= Torso
  2843. end
  2844. end)
  2845.  
  2846. addcmd('unspin','stops spinning player',{},
  2847. function(args)
  2848. local players = getPlayer(args[1])
  2849. for i,v in pairs(players)do
  2850. local pchar = gPlayers[v].Character
  2851. for i,v in pairs(pchar.Torso:GetChildren()) do
  2852. if v.Name == "Spinning" then
  2853. v:Destroy()
  2854. end
  2855. end
  2856. end
  2857. end)
  2858.  
  2859. addcmd('dog','makes player a dog',{},
  2860. function(args)
  2861. local players = getPlayer(args[1])
  2862. for i,v in pairs(players)do
  2863. local pchar = gPlayers[v].Character
  2864. if pchar:FindFirstChild("Shirt") then
  2865. pchar.Shirt:Destroy()
  2866. end
  2867. if pchar:FindFirstChild("Pants") then
  2868. pchar.Pants:Destroy()
  2869. end
  2870. if pchar:FindFirstChild("Shirt Graphic") then
  2871. pchar["Shirt Graphic"].Graphic = ""
  2872. end
  2873. pchar.Torso.Transparency = 1
  2874. pchar.Torso.Neck.C0 = CFrame.new(0,-.5,-2) * CFrame.Angles(math.rad(90),math.rad(180),0)
  2875. pchar.Torso["Right Shoulder"].C0 = CFrame.new(.5,-1.5,-1.5) * CFrame.Angles(0,math.rad(90),0)
  2876. pchar.Torso["Left Shoulder"].C0 = CFrame.new(-.5,-1.5,-1.5) * CFrame.Angles(0,math.rad(-90),0)
  2877. pchar.Torso["Right Hip"].C0 = CFrame.new(1.5,-1,1.5) * CFrame.Angles(0,math.rad(90),0)
  2878. pchar.Torso["Left Hip"].C0 = CFrame.new(-1.5,-1,1.5) * CFrame.Angles(0,math.rad(-90),0)
  2879. local FakeTorso = Instance.new("Seat", pchar)
  2880. FakeTorso.Name = "FakeTorso"
  2881. FakeTorso.FormFactor = "Symmetric"
  2882. FakeTorso.TopSurface = 0
  2883. FakeTorso.BottomSurface = 0
  2884. FakeTorso.Size = Vector3.new(3,1,4)
  2885. FakeTorso.BrickColor = BrickColor.new("Brown")
  2886. FakeTorso.CFrame = pchar.Torso.CFrame
  2887. local BF = Instance.new("BodyForce", FakeTorso)
  2888. BF.Force = Vector3.new(0, FakeTorso:GetMass() * 196.25, 0)
  2889. local W = Instance.new("Weld", pchar.Torso)
  2890. W.Part0 = pchar.Torso
  2891. W.Part1 = FakeTorso
  2892. W.C0 = CFrame.new(0,-.5,0)
  2893. local BC = pchar["Body Colors"]
  2894. BC.HeadColor = BrickColor.new("Brown")
  2895. BC.LeftArmColor = BrickColor.new("Brown")
  2896. BC.LeftLegColor = BrickColor.new("Brown")
  2897. BC.RightArmColor = BrickColor.new("Brown")
  2898. BC.RightLegColor = BrickColor.new("Brown")
  2899. BC.TorsoColor = BrickColor.new("Brown")
  2900. end
  2901. end)
  2902.  
  2903. addcmd('undog','makes player back to normal',{},
  2904. function(args)
  2905. local players = getPlayer(args[1])
  2906. for i,v in pairs(players)do
  2907. execCmd("fix " .. gPlayers[v].Name, Player)
  2908. end
  2909. end)
  2910.  
  2911. addcmd('tptool','gives player tptool',{''},
  2912. function(args)
  2913. local tool = DATA.Teleport:Clone()
  2914. tool.Parent = Player.Backpack
  2915. end)
  2916.  
  2917. addcmd('loopsit','loop sits player',{},
  2918. function(args)
  2919. local players = getPlayer(args[1])
  2920. for i,v in pairs(players)do
  2921. local pchar = gPlayers[v].Character
  2922. if pchar:FindFirstChild("LoopSit") then
  2923. pchar.LoopSit.Name = "NotLoopSit"
  2924. wait(0.1)
  2925. pchar.NotLoopSit:Destroy()
  2926. end
  2927. local LoopSit = Instance.new("StringValue", pchar)
  2928. LoopSit.Name = "LoopSit"
  2929. repeat wait(0.1)
  2930. pchar.Humanoid.Sit = true
  2931. until LoopSit.Name == "NotLoopSit"
  2932. end
  2933. end)
  2934.  
  2935. addcmd('unloopsit','stops loop sit on player',{'noloopsit'},
  2936. function(args)
  2937. local players = getPlayer(args[1])
  2938. for i,v in pairs(players)do
  2939. local pchar = gPlayers[v].Character
  2940. if pchar:FindFirstChild("LoopSit") then
  2941. pchar.LoopSit.Name = "NotLoopSit"
  2942. wait(0.1)
  2943. pchar.NotLoopSit:Destroy()
  2944. end
  2945. end
  2946. end)
  2947.  
  2948. addcmd('loopjump','loop jumps player',{},
  2949. function(args)
  2950. local players = getPlayer(args[1])
  2951. for i,v in pairs(players)do
  2952. local pchar = gPlayers[v].Character
  2953. if pchar:FindFirstChild("LoopJump") then
  2954. pchar.LoopJump.Name = "NotLoopJump"
  2955. wait(0.1)
  2956. pchar.NotLoopJump:Destroy()
  2957. end
  2958. local LoopJump = Instance.new("StringValue", pchar)
  2959. LoopJump.Name = "LoopJump"
  2960. repeat wait(0.1)
  2961. pchar.Humanoid.Jump = true
  2962. until LoopJump.Name == "NotLoopJump"
  2963. end
  2964. end)
  2965.  
  2966. addcmd('unloopjump','stops loop jump on player',{'noloopjump'},
  2967. function(args)
  2968. local players = getPlayer(args[1])
  2969. for i,v in pairs(players)do
  2970. local pchar = gPlayers[v].Character
  2971. if pchar:FindFirstChild("LoopJump") then
  2972. pchar.LoopJump.Name = "NotLoopJump"
  2973. wait(0.1)
  2974. pchar.NotLoopJump:Destroy()
  2975. end
  2976. end
  2977. end)
  2978.  
  2979. addcmd('loopheal','loop heals player',{},
  2980. function(args)
  2981. local players = getPlayer(args[1])
  2982. for i,v in pairs(players)do
  2983. local pchar = gPlayers[v].Character
  2984. if pchar:FindFirstChild("LoopHeal") then
  2985. pchar.LoopHeal.Name = "NotLoopHeal"
  2986. wait(0.1)
  2987. pchar.NotLoopHeal:Destroy()
  2988. end
  2989. local LoopHeal = Instance.new("StringValue", pchar)
  2990. LoopHeal.Name = "LoopHeal"
  2991. repeat wait(0.1)
  2992. pchar.Humanoid.Health = pchar.Humanoid.MaxHealth
  2993. until LoopHeal.Name == "NotLoopHeal"
  2994. end
  2995. end)
  2996.  
  2997. addcmd('unloopheal','stops loop heal on player',{'noloopheal'},
  2998. function(args)
  2999. local players = getPlayer(args[1])
  3000. for i,v in pairs(players)do
  3001. local pchar = gPlayers[v].Character
  3002. if pchar:FindFirstChild("LoopHeal") then
  3003. pchar.LoopHeal.Name = "NotLoopHeal"
  3004. wait(0.1)
  3005. pchar.NotLoopHeal:Destroy()
  3006. end
  3007. end
  3008. end)
  3009.  
  3010. addcmd('fling','flings player',{},
  3011. function(args)
  3012. local players = getPlayer(args[1])
  3013. for i,v in pairs(players)do
  3014. local pchar = gPlayers[v].Character
  3015. if pchar:FindFirstChild("Humanoid") then
  3016. local xran
  3017. local zran
  3018. repeat
  3019. xran = math.random(-9999,9999)
  3020. until math.abs(xran) >= 5555
  3021. repeat
  3022. zran = math.random(-9999,9999)
  3023. until math.abs(zran) >= 5555
  3024. pchar.Humanoid.Sit = true
  3025. pchar.Torso.Velocity = Vector3.new(0,0,0)
  3026. local BF = Instance.new("BodyForce", pchar.Torso)
  3027. BF.force = Vector3.new(xran * 4, 9999 * 5, zran * 4)
  3028. end
  3029. end
  3030. end)
  3031.  
  3032. addcmd('nograv','makes player have moon gravity',{''},
  3033. function(args)
  3034. local players = getPlayer(args[1])
  3035. for i,v in pairs(players)do
  3036. local pchar = gPlayers[v].Character
  3037. for i,v in pairs(pchar.Torso:GetChildren()) do
  3038. if v.Name == "NoGrav" then
  3039. v:Destroy()
  3040. end
  3041. end
  3042. local BF = Instance.new("BodyForce", pchar.Torso)
  3043. BF.Name = "NoGrav"
  3044. BF.Force = Vector3.new(0,2700,0)
  3045. end
  3046. end)
  3047.  
  3048. addcmd('grav','makes player have normal gravity',{''},
  3049. function(args)
  3050. local players = getPlayer(args[1])
  3051. for i,v in pairs(players)do
  3052. local pchar = gPlayers[v].Character
  3053. for i,v in pairs(pchar.Torso:GetChildren()) do
  3054. if v.Name == "NoGrav" then
  3055. v:Destroy()
  3056. end
  3057. end
  3058. end
  3059. end)
  3060.  
  3061. addcmd('seizure','makes player have a seizure',{''},
  3062. function(args)
  3063. local players = getPlayer(args[1])
  3064. for i,v in pairs(players)do
  3065. local pchar = gPlayers[v].Character
  3066. if pchar:FindFirstChild("Seizure") then
  3067.  
  3068. end
  3069. local Seizure = Instance.new("StringValue", pchar)
  3070. Seizure.Name = "Seizure"
  3071. pchar.Humanoid.PlatformStand = true
  3072. repeat wait()
  3073. pchar.Torso.Velocity = Vector3.new(math.random(-10,10),-5,math.random(-10,10))
  3074. pchar.Torso.RotVelocity = Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))
  3075. until Seizure.Name == "NotSeizure"
  3076. end
  3077. end)
  3078.  
  3079. addcmd('unseizure','makes player stop having a seizure',{''},
  3080. function(args)
  3081. local players = getPlayer(args[1])
  3082. for i,v in pairs(players)do
  3083. local pchar = gPlayers[v].Character
  3084. if pchar:FindFirstChild("Seizure") then
  3085. pchar.Humanoid.PlatformStand = false
  3086. pchar.Seizure.Name = "NotSeizure"
  3087. wait(0.1)
  3088. pchar.NotSeizure:Destroy()
  3089. end
  3090. end
  3091. end)
  3092.  
  3093. addcmd('cape','gives you a cape',{''},
  3094. function(args)
  3095. if not args[1] then
  3096. args[1] = 1012
  3097. end
  3098. capeColor = args[1]
  3099. Cape(Player)
  3100. end)
  3101.  
  3102. addcmd('uncape','takes cape away from you',{''},
  3103. function(args)
  3104. if char:FindFirstChild("Cape") ~= nil then
  3105. char.Cape:Destroy()
  3106. end
  3107. end)
  3108.  
  3109. addcmd('paper','makes player thin as paper',{''},
  3110. function(args)
  3111. local players = getPlayer(args[1])
  3112. for i,v in pairs(players)do
  3113. local pchar = gPlayers[v].Character
  3114. local LA = DATA.Paper:Clone()
  3115. LA.Parent = pchar["Left Arm"]
  3116. local RA = DATA.Paper:Clone()
  3117. RA.Parent = pchar["Right Arm"]
  3118. local LL = DATA.Paper:Clone()
  3119. LL.Parent = pchar["Left Leg"]
  3120. local RL = DATA.Paper:Clone()
  3121. RL.Parent = pchar["Right Leg"]
  3122. local T = DATA.Paper:Clone()
  3123. T.Parent = pchar.Torso
  3124. local H = DATA.Paper:Clone()
  3125. H.Parent = pchar.Head
  3126. pchar.Head.face:Destroy()
  3127. end
  3128. end)
  3129.  
  3130. addcmd('punish','punishs player',{''},
  3131. function(args)
  3132. local players = getPlayer(args[1])
  3133. for i,v in pairs(players)do
  3134. local pchar = gPlayers[v].Character
  3135. pchar.Parent = game.Lighting
  3136. end
  3137. end)
  3138.  
  3139. addcmd('unpunish','unpunishs player',{''},
  3140. function(args)
  3141. local players = getPlayer(args[1])
  3142. for i,v in pairs(players)do
  3143. if game.Lighting:FindFirstChild("" .. gPlayers[v].Name) then
  3144. game.Lighting:FindFirstChild("" .. gPlayers[v].Name).Parent = game.Workspace
  3145. end
  3146. end
  3147. end)
  3148.  
  3149. addcmd('disco','disco party',{''},
  3150. function(args)
  3151. Disco = true
  3152. if Disco == true then
  3153. repeat wait(0.3)
  3154. game.Lighting.Ambient = Color3.new(math.random(),math.random(),math.random())
  3155. until Disco == false
  3156. end
  3157. end)
  3158.  
  3159. addcmd('undisco','rip disco party',{''},
  3160. function(args)
  3161. Disco = false
  3162. wait(0.1)
  3163. game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  3164. end)
  3165.  
  3166. -- Extras --
  3167.  
  3168. Floating = false
  3169.  
  3170. addcmd('float', 'makes player float',{},
  3171. function(args,speaker)
  3172. Floating = true
  3173. local players = getPlayer(args[1])
  3174. for _,v in pairs(players) do
  3175. local pchar = gPlayers[v].Character
  3176. if gPlayers[v] and pchar and not pchar:FindFirstChild("Float") then
  3177. spawn(function()
  3178. local float = DATA.Float:Clone()
  3179. float.Parent = pchar
  3180. float.CFrame = pchar.Torso.CFrame * CFrame.new(0,-3.5,0)
  3181. spawn(function()
  3182. while wait(0.1) do
  3183. if pchar:FindFirstChild("Float") then
  3184. float.CFrame = pchar.Torso.CFrame * CFrame.new(0,-3.5,0)
  3185. else
  3186. break
  3187. end
  3188. end
  3189. end)
  3190. end)
  3191. end
  3192. end
  3193. end)
  3194.  
  3195. addcmd('unfloat','disables floating',{},
  3196. function(args)
  3197. Floating = false
  3198. local players = getPlayer(args[1])
  3199. for i,v in pairs(players)do
  3200. local pchar = gPlayers[v].Character
  3201. if pchar:FindFirstChild("Float") then
  3202. pchar.Float:Destroy()
  3203. end
  3204. end
  3205. end)
  3206.  
  3207. local Clip = true
  3208.  
  3209. addcmd('noclip','enables noclip',{},
  3210. function(args)
  3211. Notify('NoClip Enabled')
  3212. Clip = false
  3213. wait(1)
  3214. Name = game.Players.LocalPlayer.Name
  3215. game:GetService('Players').LocalPlayer.PlayerGui.ChildAdded:connect(function (NC)
  3216. delay(0, function()
  3217. if NC.Name ~= "OuputGUI" then
  3218. NC:Destroy()
  3219. end
  3220. end)
  3221. end)
  3222. game:GetService('RunService').Stepped:connect(function ()
  3223. game.Workspace[Name].Torso.CanCollide = Clip
  3224. game.Workspace[Name].Head.CanCollide = Clip
  3225. end)
  3226. game.Workspace[Name].Torso.Changed:connect(function()
  3227. game.Workspace[Name].Torso.CanCollide = Clip
  3228. game.Workspace[Name].Head.CanCollide = Clip
  3229. end)
  3230. end)
  3231.  
  3232. addcmd('clip','disables noclip',{},
  3233. function(args)
  3234. Notify('NoClip Disabled')
  3235. Clip = true
  3236. end)
  3237.  
  3238. wait(0.1)
  3239.  
  3240. addcmd('prefix','changes prefix',{},
  3241. function(args)
  3242. cmdprefix = args[1]
  3243. Notify('Changed prefix to "' .. args[1] .. '"')
  3244. end)
  3245.  
  3246. addcmd('admins','prints admins',{},
  3247. function(args)
  3248. for i,v in pairs(AdminFolder:GetChildren()) do
  3249. if v:IsA("StringValue") then
  3250. print("-" .. v.Value)
  3251. Notify('Printed Admins, Check Console')
  3252. end
  3253. end
  3254. end)
  3255.  
  3256. addcmd('bans','prints bans',{},
  3257. function(args)
  3258. for i,v in pairs(BanFolder:GetChildren()) do
  3259. if v:IsA("StringValue") then
  3260. print("-" .. v.Value)
  3261. Notify('Printed Bans, Check Console')
  3262. end
  3263. end
  3264. end)
  3265.  
  3266. addcmd('version','shows version',{''},
  3267. function(args)
  3268. Notify("Version is " .. Version)
  3269. end)
  3270.  
  3271. --| Floating |--
  3272.  
  3273. Mouse.KeyDown:connect(function (Key)
  3274. if Key:byte() == 29 then
  3275. if Floating == false then
  3276. execCmd("float me", Player)
  3277. Floating = true
  3278. elseif Floating == true then
  3279. execCmd("unfloat me", Player)
  3280. Floating = false
  3281. end
  3282. end
  3283. end)
  3284.  
  3285. --| Ban Data |--
  3286.  
  3287. for i,v in pairs(BannedPlayers) do
  3288. local ban = Instance.new("StringValue", BanFolder)
  3289. ban.Value = v
  3290. ban.RobloxLocked = true
  3291. end
  3292.  
  3293. spawn(function ()
  3294. while wait(0.1) do
  3295. for _,a in pairs(game.ContextActionService:GetChildren()) do
  3296. if a.Name == "BanList" then
  3297. for _,b in pairs(a:GetChildren()) do
  3298. if b:IsA("StringValue") then
  3299. for _,c in pairs(game.Players:GetChildren()) do
  3300. if c.Name == b.Value then
  3301. c.PersonalServerRank = 200
  3302. wait(0.1)
  3303. c.PersonalServerRank = 0
  3304. end
  3305. end
  3306. end
  3307. end
  3308. end
  3309. end
  3310. end
  3311. end)
  3312.  
  3313. --| Admin |--
  3314.  
  3315. for i,v in pairs(admins) do
  3316. local admin = Instance.new("StringValue", AdminFolder)
  3317. admin.Value = v
  3318. admin.RobloxLocked = true
  3319. end
  3320.  
  3321. spawn(function ()
  3322. while wait(0.1) do
  3323. for _,a in pairs(game.ContextActionService:GetChildren()) do
  3324. if a.Name == "AdminList" then
  3325. for _,b in pairs(a:GetChildren()) do
  3326. if b:IsA("StringValue") then
  3327. for _,c in pairs(game.Players:GetChildren()) do
  3328. if c.Name == b.Value then
  3329. execCmd('admin ' .. c.Name)
  3330. end
  3331. end
  3332. end
  3333. end
  3334. end
  3335. end
  3336. end
  3337. end)
  3338.  
  3339.  
  3340.  
  3341.  
  3342.  
  3343.  
  3344.  
  3345.  
  3346.  
  3347.  
  3348.  
  3349.  
  3350.  
  3351.  
  3352.  
  3353.  
  3354.  
  3355.  
  3356.  
  3357.  
  3358.  
  3359. --| Don't.. Touch.. |--
  3360.  
  3361.  
  3362.  
  3363.  
  3364.  
  3365.  
  3366. --| CMD Bar |--
  3367.  
  3368. CMDbar = Instance.new('ScreenGui', game.CoreGui)
  3369. CMDbar.Name = 'GUI'
  3370. cmdBAR = Instance.new('TextBox', CMDbar)
  3371. cmdBAR.Name = 'CMDbar'
  3372. cmdBAR.Active = true
  3373. cmdBAR.BackgroundColor = BrickColor.new(0,0,0)
  3374. cmdBAR.BackgroundTransparency = 0.5
  3375. cmdBAR.BorderColor = BrickColor.new(0,0,0)
  3376. cmdBAR.BorderSizePixel = 0
  3377. cmdBAR.Position = UDim2.new(0,0,1,-25)
  3378. cmdBAR.Size = UDim2.new(0,200,0,20)
  3379. cmdBAR.Font = 'SourceSans'
  3380. cmdBAR.FontSize = 'Size18'
  3381. cmdBAR.Text = 'Press ; to Execute a Command'
  3382. cmdBAR.TextColor = BrickColor.new(255,255,255)
  3383.  
  3384. --| Data |--
  3385.  
  3386. DATA = Instance.new('Folder', game.ContextActionService)
  3387. DATA.Name = 'Data'
  3388.  
  3389. Paper = Instance.new('BlockMesh', DATA)
  3390. Paper.Name = 'Paper'
  3391. Paper.Scale = Vector3.new(1,1,0.1)
  3392.  
  3393. ayylmao = Instance.new('Hat', DATA)
  3394. ayylmao.Name = 'ayylmao'
  3395. ayyHandle = Instance.new('Part', ayylmao)
  3396. ayyHandle.Name = 'Handle'
  3397. ayyHandle.Size = Vector3.new(2,2.4,2)
  3398. ayyHandle.FormFactor = 'Plate'
  3399. ayyMesh = Instance.new('SpecialMesh', ayyHandle)
  3400. ayyMesh.Scale = Vector3.new(1,1.02,1)
  3401. ayyMesh.MeshType = 'FileMesh'
  3402. ayyMesh.MeshId = 'http://www.roblox.com/asset/?id=13827689'
  3403. ayyMesh.TextureId = 'http://www.roblox.com/asset/?id=13827796'
  3404.  
  3405. Float = Instance.new('Part', DATA)
  3406. Float.Name = 'Float'
  3407. Float.Transparency = 1
  3408. Float.Size = Vector3.new(6,1,6)
  3409. Float.Anchored = true
  3410.  
  3411. cmdGUI = Instance.new('ScreenGui', DATA)
  3412. cmdGUI.Name = 'CMDs'
  3413. cmdMAIN = Instance.new('Frame', cmdGUI)
  3414. cmdMAIN.Name = 'MAIN'
  3415. cmdMAIN.Active = true
  3416. cmdMAIN.BackgroundColor = BrickColor.new(0,0,0)
  3417. cmdMAIN.BackgroundTransparency = 0.5
  3418. cmdMAIN.BorderColor = BrickColor.new(0,0,0)
  3419. cmdMAIN.BorderSizePixel = 0
  3420. cmdMAIN.Position = UDim2.new(0,10,0,350)
  3421. cmdMAIN.Size = UDim2.new(0,170,0,15)
  3422. cmdMAIN.Draggable = true
  3423. cmdCMDs = Instance.new('ScrollingFrame', cmdMAIN)
  3424. cmdCMDs.Name = 'CMDs'
  3425. cmdCMDs.BackgroundColor = BrickColor.new(0,0,0)
  3426. cmdCMDs.BackgroundTransparency = 0.8
  3427. cmdCMDs.BorderColor = BrickColor.new(0,0,0)
  3428. cmdCMDs.BorderSizePixel = 0
  3429. cmdCMDs.Position = UDim2.new(0,0,0,15)
  3430. cmdCMDs.Size = UDim2.new(0,200,0,150)
  3431. cmdCMDs.CanvasSize = UDim2.new(0,0,0,0)
  3432. cmdCMDs.TopImage = 'rbxasset://textures/blackBkg_square.png'
  3433. cmdCMDs.MidImage = 'rbxasset://textures/blackBkg_square.png'
  3434. cmdCMDs.BottomImage = 'rbxasset://textures/blackBkg_square.png'
  3435. cmdCMDs.ScrollBarThickness = 2
  3436. cmdExit = Instance.new('TextButton', cmdMAIN)
  3437. cmdExit.Name = 'Exit'
  3438. cmdExit.BackgroundColor = BrickColor.new(255,0,0)
  3439. cmdExit.BackgroundTransparency = 0.5
  3440. cmdExit.BorderColor = BrickColor.new(255,0,0)
  3441. cmdExit.BorderSizePixel = 0
  3442. cmdExit.Position = UDim2.new(0,185,0,0)
  3443. cmdExit.Size = UDim2.new(0,15,0,15)
  3444. cmdExit.Text = ""
  3445. ExitScript = Instance.new('LocalScript', cmdExit)
  3446. ExitScript.Source =
  3447. [[
  3448. script.Parent.MouseButton1Down:connect(function()
  3449. script.Parent.Parent.Parent:Destroy()
  3450. end)
  3451. ]]
  3452. cmdMin = Instance.new('TextButton', cmdMAIN)
  3453. cmdMin.Name = 'MM'
  3454. cmdMin.BackgroundColor = BrickColor.new(140,140,140)
  3455. cmdMin.BackgroundTransparency = 0.5
  3456. cmdMin.BorderColor = BrickColor.new(140,140,140)
  3457. cmdMin.BorderSizePixel = 0
  3458. cmdMin.Position = UDim2.new(0,170,0,0)
  3459. cmdMin.Size = UDim2.new(0,15,0,15)
  3460. cmdMin.Text = ""
  3461. MinScript = Instance.new('LocalScript', cmdMin)
  3462. MinScript.Source =
  3463. [[
  3464. local CMDs = script.Parent.Parent.CMDs
  3465.  
  3466. script.Parent.MouseButton1Down:connect(function()
  3467. if CMDs.Visible == true then
  3468. CMDs.Visible = false
  3469. elseif CMDs.Visible == false then
  3470. CMDs.Visible = true
  3471. end
  3472. end)
  3473. ]]
  3474. cmdEx = Instance.new('TextLabel', cmdMAIN)
  3475. cmdEx.Name = 'Example'
  3476. cmdEx.BackgroundColor = BrickColor.new(0,0,0)
  3477. cmdEx.BackgroundTransparency = 0.8
  3478. cmdEx.BorderColor = BrickColor.new(0,0,0)
  3479. cmdEx.BorderSizePixel = 0
  3480. cmdEx.Position = UDim2.new(0,5,0,20)
  3481. cmdEx.Size = UDim2.new(0,190,0,20)
  3482. cmdEx.Visible = false
  3483. cmdEx.TextColor = BrickColor.new(255,255,255)
  3484. cmdEx.TextXAlignment = 'Left'
  3485.  
  3486. duckGUI = Instance.new('ScreenGui', DATA)
  3487. duckGUI.Name = 'Duck'
  3488. duckImage = Instance.new('ImageLabel', duckGUI)
  3489. duckImage.BackgroundTransparency = 1
  3490. duckImage.Position = UDim2.new(0,-300,1,-150)
  3491. duckImage.Size = UDim2.new(0,300,0,300)
  3492. duckImage.Rotation = -30
  3493. duckImage.Image = 'rbxassetid://301388647'
  3494. duckScript = Instance.new('LocalScript', duckGUI)
  3495. duckScript.Source =
  3496. [[
  3497. local duck = script.Parent.ImageLabel
  3498.  
  3499. wait(2)
  3500.  
  3501. duck:TweenPosition(UDim2.new(1, 0, 1, -150), "InOut", "Quad", 3, true, nil)
  3502. ]]
  3503.  
  3504. espMAIN = Instance.new('BillboardGui', DATA)
  3505. espMAIN.Name = 'MAIN'
  3506. espMAIN.AlwaysOnTop = true
  3507. espMAIN.ExtentsOffset = Vector3.new(0,1,0)
  3508. espMAIN.Size = UDim2.new(0,5,0,5)
  3509. espMAIN.StudsOffset = Vector3.new(0,1,0)
  3510. espDot = Instance.new('Frame', espMAIN)
  3511. espDot.BackgroundColor = BrickColor.new(42,181,255)
  3512. espDot.BackgroundTransparency = 0.3
  3513. espDot.BorderSizePixel = 0
  3514. espDot.Position = UDim2.new(-0.5,0,-0.5,0)
  3515. espDot.Size = UDim2.new(2,0,2,0)
  3516. espDot.Visible = false
  3517. espDot.ZIndex = 10
  3518. espName = Instance.new('TextLabel', espMAIN)
  3519. espName.Name = 'Name'
  3520. espName.BackgroundColor = BrickColor.new(0,0,0)
  3521. espName.BackgroundTransparency = 1
  3522. espName.BorderColor = BrickColor.new(0,0,0)
  3523. espName.BorderSizePixel = 0
  3524. espName.Position = UDim2.new(0,0,0,-35)
  3525. espName.Size = UDim2.new(1,0,10,0)
  3526. espName.Visible = false
  3527. espName.ZIndex = 10
  3528.  
  3529. notifyMAIN = Instance.new('ScreenGui', DATA)
  3530. notifyMAIN.Name = 'Notification'
  3531. notifyNOT = Instance.new('Frame', notifyMAIN)
  3532. notifyNOT.Name = 'NOTIFY'
  3533. notifyNOT.BackgroundColor = BrickColor.new(0,0,0)
  3534. notifyNOT.BackgroundTransparency = 0.5
  3535. notifyNOT.BorderColor = BrickColor.new(255,255,255)
  3536. notifyNOT.BorderSizePixel = 2
  3537. notifyNOT.Position = UDim2.new(0,-200,0.7,0)
  3538. notifyNOT.Size = UDim2.new(0,200,0,30)
  3539. notifyNOTE = Instance.new('TextLabel', notifyNOT)
  3540. notifyNOTE.Name = 'NOTE'
  3541. notifyNOTE.BackgroundColor = BrickColor.new(255,255,255)
  3542. notifyNOTE.BackgroundTransparency = 1
  3543. notifyNOTE.BorderColor = BrickColor.new(255,255,255)
  3544. notifyNOTE.BorderSizePixel = 0
  3545. notifyNOTE.Size = UDim2.new(1,0,1,0)
  3546. notifyNOTE.ZIndex = 10
  3547. notifyNOTE.FontSize = 'Size18'
  3548. notifyNOTE.Font = 'SourceSans'
  3549. notifyNOTE.Text = 'NOTIFY'
  3550. notifyNOTE.TextColor = BrickColor.new(255,255,255)
  3551. notifyNOTE.TextStrokeColor3 = Color3.new(255,255,255)
  3552. notifyNOTE.TextStrokeTransparency = 0.8
  3553.  
  3554. tpTool = Instance.new('HopperBin', DATA)
  3555. tpTool.Name = 'Teleport'
  3556. tpScript = Instance.new('LocalScript', tpTool)
  3557. tpScript.Source =
  3558. [[
  3559. local Player = game.Players.LocalPlayer
  3560. local Mouse = Player:GetMouse()
  3561.  
  3562. local Tool = script.Parent
  3563.  
  3564. Mouse.Button1Down:connect(function()
  3565. if Mouse.Target and Tool.Active then
  3566. Player.Character.HumanoidRootPart.CFrame = Mouse.Hit + Vector3.new(0,2,0)
  3567. end
  3568. end)
  3569. ]]
  3570.  
  3571. modJAIL = Instance.new('Model', DATA)
  3572. modJAIL.Name = 'JAIL'
  3573. botJAIL = Instance.new('Part', modJAIL)
  3574. botJAIL.Name = 'BOTTOM'
  3575. botJAIL.BrickColor = BrickColor.new('Black')
  3576. botJAIL.Transparency = 0.5
  3577. botJAIL.Position = Vector3.new(-6.2,0.5,-11.6)
  3578. botJAIL.Anchored = true
  3579. botJAIL.Locked = true
  3580. botJAIL.Size = Vector3.new(6,1,6)
  3581. botJAIL.TopSurface = 'Smooth'
  3582. botJAIL.BottomSurface = 'Smooth'
  3583. topJAIL = Instance.new('Part', modJAIL)
  3584. topJAIL.Name = 'BOTTOM'
  3585. topJAIL.BrickColor = BrickColor.new('Black')
  3586. topJAIL.Transparency = 0.5
  3587. topJAIL.Position = Vector3.new(-6.2,7.5,-11.6)
  3588. topJAIL.Anchored = true
  3589. topJAIL.Locked = true
  3590. topJAIL.Size = Vector3.new(6,1,6)
  3591. topJAIL.TopSurface = 'Smooth'
  3592. topJAIL.BottomSurface = 'Smooth'
  3593. p1 = Instance.new('Part', modJAIL)
  3594. p1.Name = 'MAIN'
  3595. p1.BrickColor = BrickColor.new('Black')
  3596. p1.Transparency = 1
  3597. p1.Position = Vector3.new(-8.7,4,-11.6)
  3598. p1.Rotation = Vector3.new(-180,0,-180)
  3599. p1.Anchored = true
  3600. p1.Locked = true
  3601. p1.Size = Vector3.new(1,6,4)
  3602. p1.TopSurface = 'Smooth'
  3603. p1.BottomSurface = 'Smooth'
  3604. p2 = Instance.new('Part', modJAIL)
  3605. p2.BrickColor = BrickColor.new('Black')
  3606. p2.Transparency = 0.5
  3607. p2.Position = Vector3.new(-3.7,4,-14.1)
  3608. p2.Anchored = true
  3609. p2.Locked = true
  3610. p2.Size = Vector3.new(1,6,1)
  3611. p2.TopSurface = 'Smooth'
  3612. p2.BottomSurface = 'Smooth'
  3613. p3 = Instance.new('Part', modJAIL)
  3614. p3.BrickColor = BrickColor.new('Black')
  3615. p3.Transparency = 0.5
  3616. p3.Position = Vector3.new(-8.7,4,-9.1)
  3617. p3.Anchored = true
  3618. p3.Locked = true
  3619. p3.Size = Vector3.new(1,6,1)
  3620. p3.TopSurface = 'Smooth'
  3621. p3.BottomSurface = 'Smooth'
  3622. p4 = Instance.new('Part', modJAIL)
  3623. p4.BrickColor = BrickColor.new('Black')
  3624. p4.Transparency = 0.5
  3625. p4.Position = Vector3.new(-3.7,4,-9.1)
  3626. p4.Anchored = true
  3627. p4.Locked = true
  3628. p4.Size = Vector3.new(1,6,1)
  3629. p4.TopSurface = 'Smooth'
  3630. p4.BottomSurface = 'Smooth'
  3631. p5 = Instance.new('Part', modJAIL)
  3632. p5.BrickColor = BrickColor.new('Black')
  3633. p5.Transparency = 0.5
  3634. p5.Position = Vector3.new(-8.7,4,-14.1)
  3635. p5.Anchored = true
  3636. p5.Locked = true
  3637. p5.Size = Vector3.new(1,6,1)
  3638. p5.TopSurface = 'Smooth'
  3639. p5.BottomSurface = 'Smooth'
  3640. p6 = Instance.new('Part', modJAIL)
  3641. p6.BrickColor = BrickColor.new('Black')
  3642. p6.Transparency = 1
  3643. p6.Position = Vector3.new(-6.2,4,-14.1)
  3644. p6.Rotation = Vector3.new(0,90,0)
  3645. p6.Anchored = true
  3646. p6.Locked = true
  3647. p6.Size = Vector3.new(1,6,4)
  3648. p6.TopSurface = 'Smooth'
  3649. p6.BottomSurface = 'Smooth'
  3650. p7 = Instance.new('Part', modJAIL)
  3651. p7.BrickColor = BrickColor.new('Black')
  3652. p7.Transparency = 1
  3653. p7.Position = Vector3.new(-3.7,4,-11.6)
  3654. p7.Anchored = true
  3655. p7.Locked = true
  3656. p7.Size = Vector3.new(1,6,4)
  3657. p7.TopSurface = 'Smooth'
  3658. p7.BottomSurface = 'Smooth'
  3659. p8 = Instance.new('Part', modJAIL)
  3660. p8.BrickColor = BrickColor.new('Black')
  3661. p8.Transparency = 1
  3662. p8.Position = Vector3.new(-6.2,4,-9.1)
  3663. p8.Rotation = Vector3.new(0,90,0)
  3664. p8.Anchored = true
  3665. p8.Locked = true
  3666. p8.Size = Vector3.new(1,6,4)
  3667. p8.TopSurface = 'Smooth'
  3668. p8.BottomSurface = 'Smooth'
  3669.  
  3670. --| Some Commands |--
  3671.  
  3672. addcmd('ayylmao','ayy lmao',{''},
  3673. function(args)
  3674. local players = getPlayer(args[1])
  3675. for i,v in pairs(players)do
  3676. local pchar = gPlayers[v].Character
  3677. if pchar:FindFirstChild("Shirt") then
  3678. pchar.Shirt:Destroy()
  3679. end
  3680. if pchar:FindFirstChild("Pants") then
  3681. pchar.Pants:Destroy()
  3682. end
  3683. if pchar:FindFirstChild("Shirt Graphic") then
  3684. pchar["Shirt Graphic"].Graphic = ""
  3685. end
  3686. for i,v in pairs(pchar:GetChildren()) do
  3687. if v:IsA("Hat") then
  3688. v:Destroy()
  3689. end
  3690. end
  3691. local ayylmao = DATA.ayylmao:Clone()
  3692. ayylmao.Parent = pchar
  3693. local BC = pchar["Body Colors"]
  3694. BC.HeadColor = BrickColor.new("Fossil")
  3695. BC.LeftArmColor = BrickColor.new("Fossil")
  3696. BC.LeftLegColor = BrickColor.new("Fossil")
  3697. BC.RightArmColor = BrickColor.new("Fossil")
  3698. BC.RightLegColor = BrickColor.new("Fossil")
  3699. BC.TorsoColor = BrickColor.new("Fossil")
  3700. end
  3701. end)
  3702.  
  3703. -- CMDs GUI --
  3704.  
  3705. CMDsFolder = Instance.new("Folder", game.CoreGui)
  3706.  
  3707. for i,v in pairs(CMDs) do
  3708. CMDsValue = Instance.new("StringValue", CMDsFolder)
  3709. CMDsValue.Value = v
  3710. CMDsValue.RobloxLocked = true
  3711. end
  3712.  
  3713. local function commands()
  3714. local cmds = DATA.CMDs:Clone()
  3715. cmds.Parent = Player.PlayerGui
  3716. local CMDsV = CMDsFolder:GetChildren()
  3717. for i = 1, #CMDsV do
  3718. local YSize = 25
  3719. local Position = ((i * YSize) - YSize)
  3720. local newcmd = cmds.MAIN.Example:Clone()
  3721. newcmd.Parent = cmds.MAIN.CMDs
  3722. newcmd.Visible = true
  3723. newcmd.Position = UDim2.new(0,5,0, Position + 5)
  3724. newcmd.Text = "" .. CMDsV[i].Value
  3725. cmds.MAIN.CMDs.CanvasSize = UDim2.new(0,0,0, Position + 30)
  3726. end
  3727. end
  3728.  
  3729. addcmd('cmds','prints cmds',{},
  3730. function(args)
  3731. commands()
  3732. end)
  3733.  
  3734. --| Command Bar |--
  3735.  
  3736. CMDbar.CMDbar.FocusLost:connect(function(enterpressed)
  3737. if enterpressed and CMDbar.CMDbar.Text ~= "" then
  3738. spawn(function ()
  3739. execCmd(CMDbar.CMDbar.Text, Player)
  3740. end)
  3741. end
  3742. CMDbar.CMDbar:TweenPosition(UDim2.new(0, -200, 1, -25), "InOut", "Quad", 0.5, true, nil)
  3743. end)
  3744.  
  3745. Mouse.KeyDown:connect(function(Key)
  3746. if Key:byte() == 59 then
  3747. CMDbar.CMDbar:TweenPosition(UDim2.new(0, 0, 1, -25), "InOut", "Quad", 0.5, true, nil)
  3748. CMDbar.CMDbar:CaptureFocus()
  3749. end
  3750. end)
  3751.  
  3752. --| ESP Function |--
  3753.  
  3754. local ESP = false
  3755. local track = false
  3756.  
  3757. function Create(base, team)
  3758. local MAIN = DATA.MAIN:Clone()
  3759. local F = MAIN.DOT
  3760. local ESP = MAIN.NAME
  3761.  
  3762. MAIN.Parent = Player.PlayerGui
  3763. MAIN.Adornee = base
  3764.  
  3765. F.Visible = true
  3766.  
  3767. ESP.Text = base.Parent.Name:upper()
  3768. ESP.Visible = true
  3769. end
  3770.  
  3771. function Clear()
  3772. for _,v in pairs(Player.PlayerGui:children()) do
  3773. if v.Name == "MAIN" and v:IsA("BillboardGui") then
  3774. v:Destroy()
  3775. end
  3776. end
  3777. end
  3778.  
  3779. function Find()
  3780. Clear()
  3781. track = true
  3782. spawn(function()
  3783. while wait() do
  3784. if track then
  3785. Clear()
  3786. for i,v in pairs(game.Players:players()) do
  3787. if v.Character and v.Character.Head then
  3788. Create(v.Character.Head, true)
  3789. end
  3790. end
  3791. end
  3792. wait(1)
  3793. end
  3794. end)
  3795. end
  3796.  
  3797. --| ESP |--
  3798.  
  3799. Mouse.KeyDown:connect(function(Key)
  3800. if Key:byte() == 30 then
  3801. if ESP == false then
  3802. Find()
  3803. ESP = true
  3804. elseif ESP == true then
  3805. Clear()
  3806. track = false
  3807. ESP = false
  3808. end
  3809. end
  3810. end)
  3811.  
  3812. --| More Functions |--
  3813.  
  3814. local NOTIFY = DATA.Notification
  3815. NOTIFY.Parent = game.CoreGui
  3816.  
  3817. local duck = DATA.Duck:Clone()
  3818. duck.Parent = Player.PlayerGui
  3819.  
  3820. local usingNOTE = false
  3821.  
  3822. function Notify(msg)
  3823. if usingNOTE == false then
  3824. if NOTIFY.NOTIFY and NOTIFY.NOTIFY.NOTE then
  3825. spawn(function()
  3826. NOTIFY.NOTIFY:TweenPosition(UDim2.new(0, 0, 0.7, 0), "InOut", "Quad", 0.5, true, nil)
  3827. NOTIFY.NOTIFY.NOTE.Text = msg
  3828. usingNOTE = true
  3829. wait(2.5)
  3830. NOTIFY.NOTIFY:TweenPosition(UDim2.new(0, -200, 0.7, 0), "InOut", "Quad", 0.5, true, nil)
  3831. usingNOTE = false
  3832. end)
  3833. end
  3834. end
  3835. end
  3836.  
  3837. --| Notifications |--
  3838.  
  3839. wait(1)
  3840.  
  3841. if game.Workspace.FilteringEnabled == true then
  3842. NOTIFY.NOTIFY.BorderColor = BrickColor.new(255,0,0)
  3843. Notify('Filtering is ENABLED.')
  3844. elseif game.Workspace.FilteringEnabled == false then
  3845. NOTIFY.NOTIFY.BorderColor = BrickColor.new(0,255,0)
  3846. Notify('Filtering is Disabled.')
  3847. end
  3848.  
  3849. wait(3.5)
  3850.  
  3851. NOTIFY.NOTIFY.BorderColor = BrickColor.new(255,255,255)
  3852.  
  3853. Notify('Loaded ' .. #cmds .. ' commands!')
  3854.  
  3855. wait(3.5)
  3856.  
  3857. Notify('Welcome ' .. Player.Name .. '!')
  3858.  
  3859. Player.PlayerGui.Duck:Destroy()
  3860.  
  3861. --[[
  3862. addcmd('name','desc',{''},
  3863. function(args)
  3864. local players = getPlayer(args[1])
  3865. for i,v in pairs(players)do
  3866. local pchar = gPlayers[v].Character
  3867. end
  3868. end)
  3869. --]]
  3870. end)
  3871.  
  3872. TP.MouseButton1Down:connect(function()
  3873. local plr = game.Players.LocalPlayer
  3874.  
  3875. local hum = plr.Character.HumanoidRootPart
  3876.  
  3877. local mouse = plr:GetMouse()
  3878.  
  3879. mouse.KeyDown:connect(function(key)
  3880.  
  3881. if key == "e" then
  3882.  
  3883. if mouse.Target then
  3884.  
  3885. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  3886.  
  3887. end
  3888.  
  3889. end
  3890. end)
  3891. end)
  3892. end
  3893.  
  3894. CreateGui()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement