Advertisement
Guest User

Hereyougocaleb

a guest
Jan 24th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.96 KB | None | 0 0
  1. blacklistedplaceids = {300883396, 317251128, 490843859}
  2. for i,v in pairs(blacklistedplaceids)do
  3. if game.PlaceId == v then
  4. game:GetService'Players'.LocalPlayer:Kick'Blacklisted place!'
  5. end
  6. end
  7. local function G(x)
  8. if not game:GetService(x)then return'Incorrect service!'end
  9. return game:GetService(x)
  10. end
  11. local _WL = false
  12. plr = G'Players'.LocalPlayer
  13. local AUTH = {
  14. ["CENSORED"] = "CENSORED",
  15. ["CENSORED"] = "CENSORED"
  16. }
  17. local Whitelist = Instance.new("ScreenGui", game:GetService'CoreGui')
  18. local Frame_ = Instance.new("Frame")
  19. local Title_ = Instance.new("TextLabel")
  20. local User = Instance.new("TextBox")
  21. local Enter_ = Instance.new("TextButton")
  22. local Pass = Instance.new("TextBox")
  23. Whitelist.Name = "Whitelist"
  24. Frame_.Parent = Whitelist
  25. Frame_.BackgroundColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  26. Frame_.Position = UDim2.new(0.236153841, 0, 0.262039661, 0)
  27. Frame_.Size = UDim2.new(0.512307703, 0, 0.393767715, 0)
  28. Title_.Name = "Title"
  29. Title_.Parent = Frame_
  30. Title_.BackgroundColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  31. Title_.BackgroundTransparency = 0.44999998807907
  32. Title_.BorderSizePixel = 0
  33. Title_.Position = UDim2.new(0.00300300308, 0, -0.115107916, 0)
  34. Title_.Size = UDim2.new(1, 0, 0.111510791, 0)
  35. Title_.ZIndex = 2
  36. Title_.Font = Enum.Font.SourceSans
  37. Title_.FontSize = Enum.FontSize.Size24
  38. Title_.Text = "JurD"
  39. Title_.TextColor3 = Color3.new(1, 1, 1)
  40. Title_.TextSize = 24
  41. Title_.TextWrapped = true
  42. User.Name = "User"
  43. User.Parent = Frame_
  44. User.BackgroundColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  45. User.BorderColor3 = Color3.new(0, 0, 0)
  46. User.BorderSizePixel = 5
  47. User.Position = UDim2.new(0.0399999991, 0, 0.125, 0)
  48. User.Size = UDim2.new(0.925000012, 0, 0.25, 0)
  49. User.Font = Enum.Font.SourceSans
  50. User.FontSize = Enum.FontSize.Size14
  51. User.Text = "Username"
  52. User.TextColor3 = Color3.new(0, 0, 0)
  53. User.TextScaled = true
  54. User.TextSize = 14
  55. User.TextWrapped = true
  56. Enter_.Name = "Enter"
  57. Enter_.Parent = Frame_
  58. Enter_.BackgroundColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  59. Enter_.BorderColor3 = Color3.new(0, 0, 0)
  60. Enter_.BorderSizePixel = 5
  61. Enter_.Position = UDim2.new(0.200000003, 0, 0.850000024, 0)
  62. Enter_.Size = UDim2.new(0.581081092, 0, 0.115107916, 0)
  63. Enter_.Font = Enum.Font.SourceSans
  64. Enter_.FontSize = Enum.FontSize.Size14
  65. Enter_.Text = "Enter"
  66. Enter_.TextColor3 = Color3.new(0, 0, 0)
  67. Enter_.TextScaled = true
  68. Enter_.TextSize = 14
  69. Enter_.TextWrapped = true
  70. Pass.Name = "Pass"
  71. Pass.Parent = Frame_
  72. Pass.BackgroundColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  73. Pass.BorderColor3 = Color3.new(0, 0, 0)
  74. Pass.BorderSizePixel = 5
  75. Pass.Position = UDim2.new(0.0399999991, 0, 0.535000026, 0)
  76. Pass.Size = UDim2.new(0.925000012, 0, 0.25, 0)
  77. Pass.Font = Enum.Font.SourceSans
  78. Pass.FontSize = Enum.FontSize.Size14
  79. Pass.Text = "Password"
  80. Pass.TextColor3 = Color3.new(0, 0, 0)
  81. Pass.TextScaled = true
  82. Pass.TextSize = 14
  83. Pass.TextWrapped = true
  84. local function WL(u,p)
  85. if AUTH[User.Text]and AUTH[User.Text]==Pass.Text then
  86. return true
  87. end
  88. end
  89.  
  90.  
  91. Enter_.MouseButton1Down:connect(function()
  92. if WL()then
  93. Enter_.Text = 'Whitelisted!'
  94. wait(3)
  95. Whitelist:Destroy()
  96. _WL = true
  97. else
  98. Enter_.Text = 'Whitelisted!'
  99. wait(3)
  100. Whitelist:Destroy()
  101. _WL = true
  102. end
  103. end)
  104. local function dap(x)
  105. for _,v in pairs(G'Players':GetPlayers())do
  106. if string.find(v.Name, x)then
  107. return v
  108. end
  109. end
  110. end
  111. local function _dap(x)
  112. for _,v in pairs(workspace:GetChildren())do
  113. if string.find(v.Name, x)and v:IsA'Model'and v:FindFirstChild'Humanoid'then
  114. return v
  115. end
  116. end
  117. end
  118. local function Get(x, w)
  119. if w == 'Char'then
  120. if workspace:FindFirstChild(x)then
  121. return workspace:WaitForChild(x)
  122. elseif G'Players':FindFirstChild(x)then
  123. repeat wait(.5)until G'Players':WaitForChild(x).Character
  124. return G'Players':WaitForChild(x).Character
  125. elseif _dap(x)then
  126. return _dap(x)
  127. elseif G'ReplicatedStorage':FindFirstChild(x)then
  128. return G'ReplicatedStorage':FindFirstChild(x)
  129. elseif x == 'me'then
  130. if plr.Character then
  131. return plr.Character
  132. elseif workspace:FindFirstChild(plr.Name)then
  133. return workspace:WaitForChild(plr.Name)
  134. elseif _dap(x)then
  135. return _dap(x)
  136. elseif G'ReplicatedStorage':FindFirstChild(plr.Name)then
  137. return G'ReplicatedStorage':FindFirstChild(plr.Name)
  138. end
  139. --[[elseif x == 'others'then
  140. local Q = {}
  141. for _,v in pairs(game:GetService'Players':GetPlayers())do
  142. if v ~= plr and v.Character then
  143. local err,succ = pcall(function()table.insert(Q, v.Character)end)
  144. end
  145. end
  146. wait();return Q
  147. elseif x == 'all'then
  148. local Q = {}
  149. for _,v in pairs(game:GetService'Players':GetPlayers())do
  150. if v.Character then
  151. local err,succ = pcall(function()table.insert(Q, v.Character)end)
  152. end
  153. end
  154. wait();return Q]]
  155. end
  156. elseif w == 'Player'then
  157. if game:GetService'Players':FindFirstChild(x)then
  158. return G'Players':WaitForChild(x)
  159. elseif workspace:FindFirstChild(x)and G'Players':GetPlayerFromCharacter(x)then
  160. return G'Players':GetPlayerFromCharacter(x)
  161. elseif dap(x)then
  162. return dap(x)
  163. elseif x == 'me'then
  164. return plr
  165. --[[elseif x == 'others'then
  166. local Q = {}
  167. for _,v in pairs(game:GetService'Players':GetPlayers())do
  168. if v ~= plr then
  169. local err,succ = pcall(function()table.insert(Q, v)end)
  170. end
  171. end
  172. wait();return Q
  173. elseif x == 'all'then
  174. local Q = {}
  175. for _,v in pairs(game:GetService'Players':GetPlayers())do
  176. local err,succ = pcall(function()table.insert(Q, v)end)
  177. end
  178. wait();return Q]]
  179. end
  180. end
  181. end
  182. repeat wait(.5)until _WL
  183. local Gui = Instance.new("ScreenGui", G'CoreGui')
  184. local Grab = Instance.new("Frame")
  185. local Body = Instance.new("Frame")
  186. local PlayerName = Instance.new("TextBox")
  187. local Hacker = Instance.new("TextButton")
  188. local FF = Instance.new("TextButton")
  189. local Duck = Instance.new("TextButton")
  190. local Btools = Instance.new("TextButton")
  191. local Shrek = Instance.new("TextButton")
  192. local Invisible = Instance.new("TextButton")
  193. local Visible = Instance.new("TextButton")
  194. local Kill = Instance.new("TextButton")
  195. local Crash = Instance.new("TextButton")
  196. local Punish = Instance.new("TextButton")
  197. local MLG = Instance.new("TextButton")
  198. local Goto = Instance.new("TextButton")
  199. local Bring = Instance.new("TextButton")
  200. local Unpunish = Instance.new("TextButton")
  201. local God = Instance.new("TextButton")
  202. local Dong = Instance.new("TextButton")
  203. local Famous = Instance.new("TextButton")
  204. local Keemstar = Instance.new("TextButton")
  205. local ValueBox = Instance.new("TextBox")
  206. local Page1 = Instance.new("TextButton")
  207. local Page2 = Instance.new("TextButton")
  208. local Page3 = Instance.new("TextButton")
  209. local Health = Instance.new("TextButton")
  210. local SCrash = Instance.new("TextButton")
  211. local UnFF = Instance.new("TextButton")
  212. local Title = Instance.new("TextLabel")
  213. local Close = Instance.new("TextButton")
  214. Gui.Name = math.random()
  215. Grab.Name = "Grab"
  216. Grab.Parent = Gui
  217. Grab.Active = true
  218. Grab.BackgroundColor3 = Color3.new(0, 0, 0)
  219. Grab.BackgroundTransparency = 0.75
  220. Grab.BorderColor3 = Color3.new(0, 0, 0)
  221. Grab.BorderSizePixel = 0
  222. Grab.Draggable = true
  223. Grab.Position = UDim2.new(0.200000003, 0, 0.200000003, 0)
  224. Grab.Size = UDim2.new(0.200000003, 0, 0.0500000007, 0)
  225.  
  226. Body.Name = "Body"
  227. Body.Parent = Grab
  228. Body.Active = true
  229. Body.BackgroundColor3 = Color3.new(0.32549, 0.32549, 0.298039)
  230. Body.BorderSizePixel = 0
  231. Body.Position = UDim2.new(0, 0, 0, 24)
  232. Body.Size = UDim2.new(0, 250, 0, 350)
  233. Body.ZIndex = 2
  234.  
  235. PlayerName.Name = "PlayerName"
  236. PlayerName.Parent = Body
  237. PlayerName.BackgroundColor3 = Color3.new(1, 1, 1)
  238. PlayerName.BorderSizePixel = 0
  239. PlayerName.Position = UDim2.new(0.032097958, 0, 0, 20)
  240. PlayerName.Size = UDim2.new(0.449371427, 0, 0, 28)
  241. PlayerName.ZIndex = 2
  242. PlayerName.Font = Enum.Font.SourceSans
  243. PlayerName.FontSize = Enum.FontSize.Size14
  244. PlayerName.Text = "Player Name"
  245. PlayerName.TextScaled = true
  246. PlayerName.TextSize = 14
  247. PlayerName.TextWrapped = true
  248.  
  249. Hacker.Name = "Hacker"
  250. Hacker.Parent = Body
  251. Hacker.BackgroundColor3 = Color3.new(0, 0, 0)
  252. Hacker.BorderSizePixel = 0
  253. Hacker.Position = UDim2.new(0.368355215, 0, 0, 64)
  254. Hacker.Size = UDim2.new(0.272262543, 0, 0, 26)
  255. Hacker.ZIndex = 2
  256. Hacker.Font = Enum.Font.SourceSans
  257. Hacker.FontSize = Enum.FontSize.Size14
  258. Hacker.Text = "Hacker"
  259. Hacker.TextColor3 = Color3.new(1, 1, 1)
  260. Hacker.TextScaled = true
  261. Hacker.TextSize = 14
  262. Hacker.TextStrokeTransparency = 0
  263. Hacker.TextWrapped = true
  264.  
  265. FF.Name = "FF"
  266. FF.Parent = Body
  267. FF.BackgroundColor3 = Color3.new(0, 0, 0)
  268. FF.BorderSizePixel = 0
  269. FF.Position = UDim2.new(0.672648609, 0, 0, 64)
  270. FF.Size = UDim2.new(0.272262543, 0, 0, 26)
  271. FF.ZIndex = 2
  272. FF.Font = Enum.Font.SourceSans
  273. FF.FontSize = Enum.FontSize.Size14
  274. FF.Text = "FF"
  275. FF.TextColor3 = Color3.new(1, 1, 1)
  276. FF.TextScaled = true
  277. FF.TextSize = 14
  278. FF.TextStrokeTransparency = 0
  279. FF.TextWrapped = true
  280.  
  281. Duck.Name = "Duck"
  282. Duck.Parent = Body
  283. Duck.BackgroundColor3 = Color3.new(0, 0, 0)
  284. Duck.BorderSizePixel = 0
  285. Duck.Position = UDim2.new(0.0480463319, 0, 0, 104)
  286. Duck.Size = UDim2.new(0.272262543, 0, 0, 26)
  287. Duck.ZIndex = 2
  288. Duck.Font = Enum.Font.SourceSans
  289. Duck.FontSize = Enum.FontSize.Size14
  290. Duck.Text = "Duck"
  291. Duck.TextColor3 = Color3.new(1, 1, 1)
  292. Duck.TextScaled = true
  293. Duck.TextSize = 14
  294. Duck.TextStrokeTransparency = 0
  295. Duck.TextWrapped = true
  296.  
  297. Btools.Name = "Btools"
  298. Btools.Parent = Body
  299. Btools.BackgroundColor3 = Color3.new(0, 0, 0)
  300. Btools.BorderSizePixel = 0
  301. Btools.Position = UDim2.new(0.672648609, 0, 0, 104)
  302. Btools.Size = UDim2.new(0.272262543, 0, 0, 26)
  303. Btools.ZIndex = 2
  304. Btools.Font = Enum.Font.SourceSans
  305. Btools.FontSize = Enum.FontSize.Size14
  306. Btools.Text = "BTools"
  307. Btools.TextColor3 = Color3.new(1, 1, 1)
  308. Btools.TextScaled = true
  309. Btools.TextSize = 14
  310. Btools.TextStrokeTransparency = 0
  311. Btools.TextWrapped = true
  312.  
  313. Shrek.Name = "Shrek"
  314. Shrek.Parent = Body
  315. Shrek.BackgroundColor3 = Color3.new(0, 0, 0)
  316. Shrek.BorderSizePixel = 0
  317. Shrek.Position = UDim2.new(0.0480463319, 0, 0, 148)
  318. Shrek.Size = UDim2.new(0.272262543, 0, 0, 26)
  319. Shrek.ZIndex = 2
  320. Shrek.Font = Enum.Font.SourceSans
  321. Shrek.FontSize = Enum.FontSize.Size14
  322. Shrek.Text = "Shrek"
  323. Shrek.TextColor3 = Color3.new(1, 1, 1)
  324. Shrek.TextScaled = true
  325. Shrek.TextSize = 14
  326. Shrek.TextStrokeTransparency = 0
  327. Shrek.TextWrapped = true
  328.  
  329. Invisible.Name = "Invisible"
  330. Invisible.Parent = Body
  331. Invisible.BackgroundColor3 = Color3.new(0, 0, 0)
  332. Invisible.BorderSizePixel = 0
  333. Invisible.Position = UDim2.new(0.368355215, 0, 0, 148)
  334. Invisible.Size = UDim2.new(0.272262543, 0, 0, 26)
  335. Invisible.ZIndex = 2
  336. Invisible.Font = Enum.Font.SourceSans
  337. Invisible.FontSize = Enum.FontSize.Size14
  338. Invisible.Text = "Invisible"
  339. Invisible.TextColor3 = Color3.new(1, 1, 1)
  340. Invisible.TextScaled = true
  341. Invisible.TextSize = 14
  342. Invisible.TextStrokeTransparency = 0
  343. Invisible.TextWrapped = true
  344.  
  345. Visible.Name = "Visible"
  346. Visible.Parent = Body
  347. Visible.BackgroundColor3 = Color3.new(0, 0, 0)
  348. Visible.BorderSizePixel = 0
  349. Visible.Position = UDim2.new(0.672648609, 0, 0, 148)
  350. Visible.Size = UDim2.new(0.272262543, 0, 0, 26)
  351. Visible.ZIndex = 2
  352. Visible.Font = Enum.Font.SourceSans
  353. Visible.FontSize = Enum.FontSize.Size14
  354. Visible.Text = "Visible"
  355. Visible.TextColor3 = Color3.new(1, 1, 1)
  356. Visible.TextScaled = true
  357. Visible.TextSize = 14
  358. Visible.TextStrokeTransparency = 0
  359. Visible.TextWrapped = true
  360.  
  361. Kill.Name = "Kill"
  362. Kill.Parent = Body
  363. Kill.BackgroundColor3 = Color3.new(0, 0, 0)
  364. Kill.BorderSizePixel = 0
  365. Kill.Position = UDim2.new(0.0480463319, 0, 0, 192)
  366. Kill.Size = UDim2.new(0.272262543, 0, 0, 26)
  367. Kill.ZIndex = 2
  368. Kill.Font = Enum.Font.SourceSans
  369. Kill.FontSize = Enum.FontSize.Size14
  370. Kill.Text = "Kill"
  371. Kill.TextColor3 = Color3.new(1, 1, 1)
  372. Kill.TextScaled = true
  373. Kill.TextSize = 14
  374. Kill.TextStrokeTransparency = 0
  375. Kill.TextWrapped = true
  376.  
  377. Crash.Name = "Crash"
  378. Crash.Parent = Body
  379. Crash.BackgroundColor3 = Color3.new(0, 0, 0)
  380. Crash.BorderSizePixel = 0
  381. Crash.Position = UDim2.new(0.368355215, 0, 0, 192)
  382. Crash.Size = UDim2.new(0.272262543, 0, 0, 26)
  383. Crash.ZIndex = 2
  384. Crash.Font = Enum.Font.SourceSans
  385. Crash.FontSize = Enum.FontSize.Size14
  386. Crash.Text = "Crash"
  387. Crash.TextColor3 = Color3.new(1, 1, 1)
  388. Crash.TextScaled = true
  389. Crash.TextSize = 14
  390. Crash.TextStrokeTransparency = 0
  391. Crash.TextWrapped = true
  392.  
  393. Punish.Name = "Punish"
  394. Punish.Parent = Body
  395. Punish.BackgroundColor3 = Color3.new(0, 0, 0)
  396. Punish.BorderSizePixel = 0
  397. Punish.Position = UDim2.new(0.672648609, 0, 0, 192)
  398. Punish.Size = UDim2.new(0.272262543, 0, 0, 26)
  399. Punish.ZIndex = 2
  400. Punish.Font = Enum.Font.SourceSans
  401. Punish.FontSize = Enum.FontSize.Size14
  402. Punish.Text = "Punish"
  403. Punish.TextColor3 = Color3.new(1, 1, 1)
  404. Punish.TextScaled = true
  405. Punish.TextSize = 14
  406. Punish.TextStrokeTransparency = 0
  407. Punish.TextWrapped = true
  408.  
  409. MLG.Name = "MLG"
  410. MLG.Parent = Body
  411. MLG.BackgroundColor3 = Color3.new(0, 0, 0)
  412. MLG.BorderSizePixel = 0
  413. MLG.Position = UDim2.new(0.0480463319, 0, 0, 236)
  414. MLG.Size = UDim2.new(0.272262543, 0, 0, 26)
  415. MLG.ZIndex = 2
  416. MLG.Font = Enum.Font.SourceSans
  417. MLG.FontSize = Enum.FontSize.Size14
  418. MLG.Text = "MLG"
  419. MLG.TextColor3 = Color3.new(1, 1, 1)
  420. MLG.TextScaled = true
  421. MLG.TextSize = 14
  422. MLG.TextStrokeTransparency = 0
  423. MLG.TextWrapped = true
  424.  
  425. Goto.Name = "Goto"
  426. Goto.Parent = Body
  427. Goto.BackgroundColor3 = Color3.new(0, 0, 0)
  428. Goto.BorderSizePixel = 0
  429. Goto.Position = UDim2.new(0.368355215, 0, 0, 236)
  430. Goto.Size = UDim2.new(0.272262543, 0, 0, 26)
  431. Goto.ZIndex = 2
  432. Goto.Font = Enum.Font.SourceSans
  433. Goto.FontSize = Enum.FontSize.Size14
  434. Goto.Text = "Goto"
  435. Goto.TextColor3 = Color3.new(1, 1, 1)
  436. Goto.TextScaled = true
  437. Goto.TextSize = 14
  438. Goto.TextStrokeTransparency = 0
  439. Goto.TextWrapped = true
  440.  
  441. Bring.Name = "Bring"
  442. Bring.Parent = Body
  443. Bring.BackgroundColor3 = Color3.new(0, 0, 0)
  444. Bring.BorderSizePixel = 0
  445. Bring.Position = UDim2.new(0.672648609, 0, 0, 236)
  446. Bring.Size = UDim2.new(0.272262543, 0, 0, 26)
  447. Bring.ZIndex = 2
  448. Bring.Font = Enum.Font.SourceSans
  449. Bring.FontSize = Enum.FontSize.Size14
  450. Bring.Text = "Bring"
  451. Bring.TextColor3 = Color3.new(1, 1, 1)
  452. Bring.TextScaled = true
  453. Bring.TextSize = 14
  454. Bring.TextStrokeTransparency = 0
  455. Bring.TextWrapped = true
  456.  
  457. Unpunish.Name = "Unpunish"
  458. Unpunish.Parent = Body
  459. Unpunish.BackgroundColor3 = Color3.new(0, 0, 0)
  460. Unpunish.BorderSizePixel = 0
  461. Unpunish.Position = UDim2.new(0.368355215, 0, 0, 284)
  462. Unpunish.Size = UDim2.new(0.272262543, 0, 0, 26)
  463. Unpunish.ZIndex = 2
  464. Unpunish.Font = Enum.Font.SourceSans
  465. Unpunish.FontSize = Enum.FontSize.Size14
  466. Unpunish.Text = "Unpunish"
  467. Unpunish.TextColor3 = Color3.new(1, 1, 1)
  468. Unpunish.TextScaled = true
  469. Unpunish.TextSize = 14
  470. Unpunish.TextStrokeTransparency = 0
  471. Unpunish.TextWrapped = true
  472.  
  473. God.Name = "God"
  474. God.Parent = Body
  475. God.BackgroundColor3 = Color3.new(0, 0, 0)
  476. God.BorderSizePixel = 0
  477. God.Position = UDim2.new(0.0480463319, 0, 0, 64)
  478. God.Size = UDim2.new(0.272262543, 0, 0, 26)
  479. God.ZIndex = 2
  480. God.Font = Enum.Font.SourceSans
  481. God.FontSize = Enum.FontSize.Size14
  482. God.Text = "God"
  483. God.TextColor3 = Color3.new(1, 1, 1)
  484. God.TextScaled = true
  485. God.TextSize = 14
  486. God.TextStrokeTransparency = 0
  487. God.TextWrapped = true
  488.  
  489. Dong.Name = "Dong"
  490. Dong.Parent = Body
  491. Dong.BackgroundColor3 = Color3.new(0, 0, 0)
  492. Dong.BorderSizePixel = 0
  493. Dong.Position = UDim2.new(0.368355215, 0, 0, 104)
  494. Dong.Size = UDim2.new(0.272262543, 0, 0, 26)
  495. Dong.ZIndex = 2
  496. Dong.Font = Enum.Font.SourceSans
  497. Dong.FontSize = Enum.FontSize.Size14
  498. Dong.Text = "Dong"
  499. Dong.TextColor3 = Color3.new(1, 1, 1)
  500. Dong.TextScaled = true
  501. Dong.TextSize = 14
  502. Dong.TextStrokeTransparency = 0
  503. Dong.TextWrapped = true
  504.  
  505. Famous.Name = "Famous"
  506. Famous.Parent = Body
  507. Famous.BackgroundColor3 = Color3.new(0, 0, 0)
  508. Famous.BorderSizePixel = 0
  509. Famous.Position = UDim2.new(0.674057126, 0, 0, 284)
  510. Famous.Size = UDim2.new(0.272262543, 0, 0, 26)
  511. Famous.ZIndex = 2
  512. Famous.Font = Enum.Font.SourceSans
  513. Famous.FontSize = Enum.FontSize.Size14
  514. Famous.Text = "Famous"
  515. Famous.TextColor3 = Color3.new(1, 1, 1)
  516. Famous.TextScaled = true
  517. Famous.TextSize = 14
  518. Famous.TextStrokeTransparency = 0
  519. Famous.TextWrapped = true
  520.  
  521. Keemstar.Name = "Keemstar"
  522. Keemstar.Parent = Body
  523. Keemstar.BackgroundColor3 = Color3.new(0, 0, 0)
  524. Keemstar.BorderSizePixel = 0
  525. Keemstar.Position = UDim2.new(0.048146937, 0, 0, 284)
  526. Keemstar.Size = UDim2.new(0.272262543, 0, 0, 26)
  527. Keemstar.ZIndex = 2
  528. Keemstar.Font = Enum.Font.SourceSans
  529. Keemstar.FontSize = Enum.FontSize.Size14
  530. Keemstar.Text = "Keemstar"
  531. Keemstar.TextColor3 = Color3.new(1, 1, 1)
  532. Keemstar.TextScaled = true
  533. Keemstar.TextSize = 14
  534. Keemstar.TextStrokeTransparency = 0
  535. Keemstar.TextWrapped = true
  536.  
  537. ValueBox.Name = "ValueBox"
  538. ValueBox.Parent = Body
  539. ValueBox.BackgroundColor3 = Color3.new(1, 1, 1)
  540. ValueBox.BorderSizePixel = 0
  541. ValueBox.Position = UDim2.new(0.513567328, 0, 0, 20)
  542. ValueBox.Size = UDim2.new(0.465420425, 0, 0, 28)
  543. ValueBox.ZIndex = 2
  544. ValueBox.Font = Enum.Font.SourceSans
  545. ValueBox.FontSize = Enum.FontSize.Size14
  546. ValueBox.Text = "Value"
  547. ValueBox.TextScaled = true
  548. ValueBox.TextSize = 14
  549. ValueBox.TextWrapped = true
  550.  
  551. Page1.Name = "Page1"
  552. Page1.Parent = Body
  553. Page1.BackgroundColor3 = Color3.new(0, 0, 0)
  554. Page1.BorderSizePixel = 0
  555. Page1.Position = UDim2.new(0, 0, 0, 349)
  556. Page1.Size = UDim2.new(0.328334004, 0, 0, 20)
  557. Page1.ZIndex = 2
  558. Page1.Font = Enum.Font.SourceSans
  559. Page1.FontSize = Enum.FontSize.Size14
  560. Page1.Text = "Page 1"
  561. Page1.TextColor3 = Color3.new(1, 1, 1)
  562. Page1.TextScaled = true
  563. Page1.TextSize = 14
  564. Page1.TextStrokeTransparency = 0
  565. Page1.TextWrapped = true
  566.  
  567. Page2.Name = "Page2"
  568. Page2.Parent = Body
  569. Page2.BackgroundColor3 = Color3.new(0, 0, 0)
  570. Page2.BorderSizePixel = 0
  571. Page2.Position = UDim2.new(0.336342156, 0, 0, 349)
  572. Page2.Size = UDim2.new(0.328334004, 0, 0, 20)
  573. Page2.ZIndex = 2
  574. Page2.Font = Enum.Font.SourceSans
  575. Page2.FontSize = Enum.FontSize.Size14
  576. Page2.Text = "Page 2"
  577. Page2.TextColor3 = Color3.new(1, 1, 1)
  578. Page2.TextScaled = true
  579. Page2.TextSize = 14
  580. Page2.TextStrokeTransparency = 0
  581. Page2.TextWrapped = true
  582.  
  583. Page3.Name = "Page3"
  584. Page3.Parent = Body
  585. Page3.BackgroundColor3 = Color3.new(0, 0, 0)
  586. Page3.BorderSizePixel = 0
  587. Page3.Position = UDim2.new(0.672684312, 0, 0, 349)
  588. Page3.Size = UDim2.new(0.328334004, 0, 0, 20)
  589. Page3.ZIndex = 2
  590. Page3.Font = Enum.Font.SourceSans
  591. Page3.FontSize = Enum.FontSize.Size14
  592. Page3.Text = "Page 3"
  593. Page3.TextColor3 = Color3.new(1, 1, 1)
  594. Page3.TextScaled = true
  595. Page3.TextSize = 14
  596. Page3.TextStrokeTransparency = 0
  597. Page3.TextWrapped = true
  598.  
  599. Health.Name = "Health"
  600. Health.Parent = Body
  601. Health.BackgroundColor3 = Color3.new(0, 0, 0)
  602. Health.BorderSizePixel = 0
  603. Health.Position = UDim2.new(0.0480000004, 0, 0.914285719, 0)
  604. Health.Size = UDim2.new(0.263999999, 0, 0.0485714301, 0)
  605. Health.ZIndex = 2
  606. Health.Font = Enum.Font.SourceSans
  607. Health.FontSize = Enum.FontSize.Size14
  608. Health.Text = "MaxHealth"
  609. Health.TextColor3 = Color3.new(1, 1, 1)
  610. Health.TextScaled = true
  611. Health.TextSize = 14
  612. Health.TextStrokeTransparency = 0
  613. Health.TextWrapped = true
  614.  
  615. SCrash.Name = "SCrash"
  616. SCrash.Parent = Body
  617. SCrash.BackgroundColor3 = Color3.new(0, 0, 0)
  618. SCrash.BorderSizePixel = 0
  619. SCrash.Position = UDim2.new(0.379999995, 0, 0.920000017, 0)
  620. SCrash.Size = UDim2.new(0.263999999, 0, 0.0485714301, 0)
  621. SCrash.ZIndex = 2
  622. SCrash.Font = Enum.Font.SourceSans
  623. SCrash.FontSize = Enum.FontSize.Size14
  624. SCrash.Text = "Crash Server"
  625. SCrash.TextColor3 = Color3.new(1, 1, 1)
  626. SCrash.TextScaled = true
  627. SCrash.TextSize = 14
  628. SCrash.TextStrokeTransparency = 0
  629. SCrash.TextWrapped = true
  630.  
  631. UnFF.Name = "Un-FF"
  632. UnFF.Parent = Body
  633. UnFF.BackgroundColor3 = Color3.new(0, 0, 0)
  634. UnFF.BorderSizePixel = 0
  635. UnFF.Position = UDim2.new(0.671999991, 0, 0.922857165, 0)
  636. UnFF.Size = UDim2.new(0.263999999, 0, 0.0485714301, 0)
  637. UnFF.ZIndex = 2
  638. UnFF.Font = Enum.Font.SourceSans
  639. UnFF.FontSize = Enum.FontSize.Size14
  640. UnFF.Text = "Un-FF"
  641. UnFF.TextColor3 = Color3.new(1, 1, 1)
  642. UnFF.TextScaled = true
  643. UnFF.TextSize = 14
  644. UnFF.TextStrokeTransparency = 0
  645. UnFF.TextWrapped = true
  646.  
  647. Title.Name = "Title"
  648. Title.Parent = Grab
  649. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  650. Title.BackgroundTransparency = 1
  651. Title.BorderSizePixel = 0
  652. Title.Position = UDim2.new(0.349999994, 0, 0, -5)
  653. Title.Size = UDim2.new(0.263999999, 0, 0, 28)
  654. Title.ZIndex = 2
  655. Title.Font = Enum.Font.SourceSans
  656. Title.FontSize = Enum.FontSize.Size24
  657. Title.Text = "Cracked"
  658. Title.TextColor3 = Color3.new(1, 1, 1)
  659. Title.TextSize = 24
  660. Title.TextWrapped = true
  661.  
  662. Close.Name = "Close"
  663. Close.Parent = Title
  664. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  665. Close.BorderSizePixel = 0
  666. Close.Position = UDim2.new(2.5, 0, 0.300000012, 0)
  667. Close.Size = UDim2.new(0, 20, 0, 20)
  668. Close.ZIndex = 2
  669. Close.Font = Enum.Font.SourceSans
  670. Close.FontSize = Enum.FontSize.Size42
  671. Close.Text = "-"
  672. Close.TextColor3 = Color3.new(0, 0, 0)
  673. Close.TextSize = 42
  674. Close.TextWrapped = true
  675. --[[Page1.MouseButton1Down:connect(function()
  676. end)]]
  677. Page2.MouseButton1Down:connect(function()
  678. local Gui = Instance.new("ScreenGui" , G'CoreGui')
  679. Gui.Name = math.random()
  680. local Pull = Instance.new("Frame" ,Gui)
  681. Pull.Name = "Grab"
  682. Pull.Active = true
  683. Pull.BackgroundColor3 = Color3.new(0, 0, 0)
  684. Pull.BackgroundTransparency = 0
  685. Pull.BorderSizePixel = 0
  686. Pull.Position = UDim2.new(0.2, 0, 0, 164)
  687. Pull.Size = UDim2.new(0.157, 0, 0, 24)
  688. Pull.Draggable = true
  689. local Close_ = Instance.new("TextButton" ,Pull)
  690. Close_.Name = "Close"
  691. Close_.BackgroundColor3 = Color3.new(1, 1, 1)
  692. Close_.BackgroundTransparency = 1
  693. Close_.BorderSizePixel = 0
  694. Close_.Position = UDim2.new(0.904999971, 0, 0, -10)
  695. Close_.Size = UDim2.new(0, 20, 0, 20)
  696. Close_.ZIndex = 2
  697. Close_.Font = Enum.Font.SourceSans
  698. Close_.FontSize = Enum.FontSize.Size24
  699. Close_.Text = "-"
  700. Close_.TextColor3 = Color3.new(1, 1, 1)
  701. Close_.TextSize = 24
  702. local Body = Instance.new("Frame" ,Pull)
  703. Body.Name = "Body"
  704. Body.Active = true
  705. Body.BackgroundColor3 = Color3.new(0.32549, 0.32549, 0.298039)
  706. Pull.BackgroundTransparency = 0.8
  707. Body.BorderSizePixel = 0
  708. Body.Position = UDim2.new(0, 0, 0, 24)
  709. Body.Size = UDim2.new(0, 250, 0, 350)
  710. Body.ZIndex = 2
  711. local Title = Instance.new("TextLabel" ,Pull)
  712. Title.Name = "Title"
  713. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  714. Title.BackgroundTransparency = 1
  715. Title.BorderSizePixel = 0
  716. Title.Position = UDim2.new(0.349999994, 0, 0, -5)
  717. Title.Size = UDim2.new(0.263999999, 0, 0, 28)
  718. Title.ZIndex = 2
  719. Title.Font = Enum.Font.SourceSans
  720. Title.FontSize = Enum.FontSize.Size24
  721. Title.Text = "Apoc CMDS"
  722. Title.TextColor3 = Color3.new(1, 1, 1)
  723. Title.TextSize = 24
  724. local PlayerName = Instance.new("TextBox" ,Body)
  725. PlayerName.Name = "PlayerName"
  726. PlayerName.BackgroundColor3 = Color3.new(1, 1, 1)
  727. PlayerName.BorderSizePixel = 0
  728. PlayerName.Position = UDim2.new(0.032097958, 0, 0, 20)
  729. PlayerName.Size = UDim2.new(0.449371427, 0, 0, 28)
  730. PlayerName.ZIndex = 2
  731. PlayerName.Font = Enum.Font.SourceSans
  732. PlayerName.FontSize = Enum.FontSize.Size14
  733. PlayerName.Text = "Player Name"
  734. PlayerName.TextSize = 14
  735. PlayerName.TextWrapped = true
  736. local Semigod = Instance.new("TextButton" ,Body)
  737. Semigod.Name = "Semigod"
  738. Semigod.BackgroundColor3 = Color3.new(0, 0, 0)
  739. Semigod.BorderSizePixel = 0
  740. Semigod.Position = UDim2.new(0.368355215, 0, 0, 64)
  741. Semigod.Size = UDim2.new(0.272262543, 0, 0, 26)
  742. Semigod.ZIndex = 2
  743. Semigod.Font = Enum.Font.SourceSans
  744. Semigod.FontSize = Enum.FontSize.Size14
  745. Semigod.Text = "God"
  746. Semigod.TextColor3 = Color3.new(1, 1, 1)
  747. Semigod.TextSize = 14
  748. Semigod.TextStrokeTransparency = 0
  749. local KillAll = Semigod:Clone()
  750. KillAll.Name = 'KillAll'
  751. KillAll.Parent = Body
  752. KillAll.Position = UDim2.new(0.672648609, 0, 0, 64)
  753. KillAll.Text = 'Kill All'
  754. local KillPlr = Semigod:Clone()
  755. KillPlr.Name = 'KillPlr'
  756. KillPlr.Parent = Body
  757. KillPlr.Position = UDim2.new(0.0480463319, 0, 0, 104)
  758. KillPlr.Text = 'Kill'
  759. local Bring = Semigod:Clone()
  760. Bring.Name = 'Bring'
  761. Bring.Parent = Body
  762. Bring.Position = UDim2.new(0.672648609, 0, 0, 104)
  763. Bring.Text = 'Bring'
  764. local Goto2 = God:Clone()
  765. Goto2.Name = 'Goto'
  766. Goto2.Parent = Body
  767. Goto2.Position = UDim2.new(0.0480463319, 0, 0, 148)
  768. Goto2.Text = 'Goto'
  769. local TpAllMe = Semigod:Clone()
  770. TpAllMe.Name = 'TpAllMe'
  771. TpAllMe.Parent = Body
  772. TpAllMe.Position = UDim2.new(0.0480463319, 0, 0, 148)
  773. TpAllMe.Text = 'Bring All'
  774. local GiveBadges = Semigod:Clone()
  775. GiveBadges.Name = 'GiveBadges'
  776. GiveBadges.Parent = Body
  777. GiveBadges.Position = UDim2.new(0.368355215, 0, 0, 148)
  778. GiveBadges.Text = 'Give Badges'
  779. local FALKIT = Semigod:Clone()
  780. FALKIT.Name = 'SpawnFal'
  781. FALKIT.Parent = Body
  782. FALKIT.Position = UDim2.new(0.672648609, 0, 0, 148)
  783. FALKIT.Text = 'Fal Kit'
  784. local HungerThirst = God:Clone()
  785. HungerThirst.Name = 'HT'
  786. HungerThirst.Parent = Body
  787. HungerThirst.Position = UDim2.new(0.0480463319, 0, 0, 192)
  788. HungerThirst.Text = 'Hunger Thirst'
  789. local Valbox2 = PlayerName:Clone()
  790. Valbox2.Name = 'ValueBox'
  791. Valbox2.Parent = Body
  792. Valbox2.Position = UDim2.new(0.513567328, 0, 0, 20)
  793. Valbox2.Size= UDim2.new(0.465420425, 0, 0, 28)
  794. Valbox2.Text = 'Value'
  795. Semigod.MouseButton1Down:connect(function()
  796. local P = Get(PlayerName.Text,'Char')
  797. while wait(.25)do
  798. game:GetService'Lighting':WaitForChild'Remote':WaitForChild'AddHealth':FireServer(P:WaitForChild'Humanoid', 420699001)
  799. end
  800. end)
  801. -- =====================================================================
  802. KillAll.MouseButton1Down:connect(function()
  803. for i,v in pairs(G'Players':GetPlayers())do
  804. repeat wait(.5)until v.Character
  805. game:GetService'Lighting':WaitForChild'Remote':WaitForChild'AddHealth':FireServer(v.Character:WaitForChild'Humanoid', -420699001)
  806. end
  807. end)
  808. -- =====================================================================
  809. KillPlr.MouseButton1Down:connect(function()
  810. local P = Get(PlayerName.Text,'Char')
  811. game:GetService'Lighting':WaitForChild'Remote':WaitForChild'AddHealth':FireServer(P:WaitForChild'Humanoid', -420699001)
  812. end)
  813. -- =====================================================================
  814. Bring.MouseButton1Down:connect(function()
  815. local P = Get(PlayerName.Text,'Player')
  816. game:GetService'Lighting':WaitForChild'Remote':WaitForChild"TeleportRequest":InvokeServer("To Me", math.floor(tick() % 1 * 100000), P)
  817. end)
  818. -- =====================================================================
  819. Goto2.MouseButton1Down:connect(function()
  820. local P = Get(PlayerName.Text,'Player')
  821. game:GetService'Lighting':WaitForChild'Remote':WaitForChild"TeleportRequest":InvokeServer("Me To", math.floor(tick() % 1 * 100000), P)
  822. end)
  823. -- =====================================================================
  824. TpAllMe.MouseButton1Down:connect(function()
  825. for i,v in pairs(G'Players':GetPlayers())do
  826. if v ~= plr then
  827. game:GetService'Lighting':WaitForChild'Remote':WaitForChild"TeleportRequest":InvokeServer("To Me", math.floor(tick() % 1 * 100000), v.Name)
  828. end
  829. end
  830. end)
  831. -- =====================================================================
  832. GiveBadges.MouseButton1Down:connect(function()
  833. local ps = plr:WaitForChild'playerstats'
  834. ps:WaitForChild'PlayerKill':WaitForChild'Defensive'.Value = 75
  835. ps:WaitForChild'ZombieKill':WaitForChild'Military'.Value = 751
  836. ps:WaitForChild'Days'.Value = 30
  837. end)
  838. -- =====================================================================
  839. Close_.MouseButton1Down:connect(function()
  840. if Body.Visible then
  841. Close.Text = "+"
  842. Body.Visible = false
  843. else
  844. Close.Text = "-"
  845. Body.Visible = true
  846. end
  847. end)
  848. -- =====================================================================
  849. FALKIT.MouseButton1Down:connect(function()
  850. local AO = G'Lighting':WaitForChild'Remote':WaitForChild'AddObject'
  851. local Pl = Get(PlayerName.Text,'Player'):WaitForChild'playerstats':WaitForChild'slots'
  852. AO:FireServer(Pl:WaitForChild'slotbackpack', 4016)
  853. wait(.1)
  854. AO:FireServer(Pl:WaitForChild'slotprimary', 1029)
  855. wait(.1)
  856. AO:FireServer(Pl:WaitForChild'slot1', 9013)
  857. wait(.1)
  858. AO:FireServer(Pl:WaitForChild'slot2', 9010)
  859. wait(.1)
  860. AO:FireServer(Pl:WaitForChild'slot3', 9005)
  861. wait(.1)
  862. for i = 3,10 do
  863. AO:FireServer(Pl:WaitForChild'slot'..i+1, 64)
  864. end
  865. wait(.1)
  866. for i = 11,19 do
  867. AO:FireServer(Pl:WaitForChild'slot'..i+1, 11)
  868. end
  869. wait(.1)
  870. warn'Objects spawned successfully!'
  871. end)
  872. end)
  873. Crash.MouseButton1Down:connect(function()
  874. local P = Get(PlayerName.Text,'Char'):WaitForChild'Humanoid'
  875. P.HipHeight = 1 * 0/0
  876. end)
  877. Kill.MouseButton1Down:connect(function()
  878. local P = Get(PlayerName.Text,'Char'):BreakJoints()
  879. end)
  880. God.MouseButton1Down:connect(function()
  881. local P = Get(PlayerName.Text,'Char'):WaitForChild'Humanoid'
  882. P.MaxHealth = math.huge
  883. end)
  884. Bring.MouseButton1Down:connect(function()
  885. repeat wait(.5)until plr.Character
  886. local P = plr.Character:WaitForChild'Torso'.Position + Vector3.new(0,10,0)
  887. Get(PlayerName.Text,'Char'):MoveTo(P)
  888. end)
  889. Goto.MouseButton1Down:connect(function()
  890. local P = Get(PlayerName.Text,'Char'):WaitForChild'Torso'.Position + Vector3.new(0,10,0)
  891. repeat wait(.5)until plr.Character
  892. plr.Character:MoveTo(P)
  893. end)
  894. Keemstar.MouseButton1Down:connect(function()
  895. local p = Get(PlayerName.Text,'Char')
  896. local weld = Instance.new("Weld",p:WaitForChild'Torso')
  897. weld.Part0 = p.Torso
  898. local Harambe = Instance.new("Part",p:WaitForChild'Torso')
  899. Harambe.Anchored = true
  900. Harambe.CanCollide = false
  901. Harambe.Size = Vector3.new(3,2,6)
  902. Harambe.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  903. weld.Part1 = Harambe
  904. weld.C1 = CFrame.new(0,-2,0) * CFrame.Angles(0,math.rad(270),0)
  905. Harambe.Anchored = false
  906. local HarambeMesh = Instance.new("SpecialMesh",Harambe)
  907. HarambeMesh.MeshType = Enum.MeshType.FileMesh
  908. HarambeMesh.Scale = Vector3.new(1,1,1)
  909. HarambeMesh.MeshId = "rbxassetid://471652548"
  910. HarambeMesh.TextureId = "rbxassetid://471652580"
  911. local weld2 = Instance.new("Weld",p:WaitForChild'Torso')
  912. weld2.Part0 = p.Torso
  913. local Smoke = Instance.new("Part",p:WaitForChild'Torso')
  914. Smoke.Anchored = true
  915. Smoke.CanCollide = false
  916. Smoke.Size = Vector3.new(0.2,1.8,0.2)
  917. Smoke.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  918. weld2.Part1 = Smoke
  919. weld2.C1 = CFrame.new(0,-3,0) * CFrame.Angles(math.rad(270),0,0)
  920. Smoke.Anchored = false
  921. Smoke.Transparency = 1;
  922. local Particle = Instance.new("ParticleEmitter",Smoke)
  923. Particle.Rate = 666;
  924. Particle.Speed = NumberRange.new(5,10);
  925. Particle.Lifetime = NumberRange.new(0.5,1);
  926. local A = {NumberSequenceKeypoint.new(0, 0, 0),NumberSequenceKeypoint.new(1, 1, 0)}
  927. local B = {NumberSequenceKeypoint.new(0, 1, 0),NumberSequenceKeypoint.new(1, 0, 0)}
  928. Particle.Transparency = NumberSequence.new(A);
  929. Particle.Size = NumberSequence.new(A);
  930. Particle.Color = ColorSequence.new(Color3.new(85/255,1,0),Color3.new(85/255,1,0))
  931. Particle.Rotation = NumberRange.new(-360, 360)
  932. Particle.VelocitySpread = 10;
  933. Particle.Texture = "rbxassetid://133619974"
  934. p:WaitForChild'Humanoid'.WalkSpeed = 50;
  935. for i,v in pairs(p:GetChildren())do
  936. if v:IsA"Part"then
  937. v.Transparency = 1;
  938. elseif v:IsA"Hat"or v:IsA'Model'then
  939. v:Destroy()
  940. end
  941. end
  942. local err,succ = pcall(function()p.Head.face:Destroy()end)
  943. local function SFX(id)local s=Instance.new("Sound",p:WaitForChild'Torso');s.SoundId = "rbxassetid://"..id; s.Volume = 1; return s; end
  944. Harambe.Touched:connect(function(z)
  945. if z.Parent and z.Parent:FindFirstChild'Humanoid'and not z.Parent.Name ~= plr.Name then
  946. G'Players':WaitForChild(z.Parent.Name).Character:BreakJoints()
  947. local Fart = SFX(131314452)
  948. Fart:Play()
  949. end
  950. end)
  951. local Music = SFX(433992205)
  952. Music.Looped = true
  953. wait()
  954. Music:Play()
  955. end)
  956. Duck.MouseButton1Down:connect(function()
  957. local m1 = Instance.new("SpecialMesh", Get(PlayerName.Text,'Char'):WaitForChild'Torso')
  958. m1.MeshType = "FileMesh"
  959. m1.TextureId = "http://www.roblox.com/asset/?id=9419827"
  960. m1.MeshId = "http://www.roblox.com/asset/?id=9419831"
  961. m1.Scale = Vector3.new(6, 6, 6)
  962. local P = Get(PlayerName.Text,'Char')
  963. local err,succ = pcall(function()for _,v in pairs(P:GetChildren())do if not v:IsA'Script'and not v:IsA'Humanoid'and not v:IsA'LocalScript'and not v:IsA'Model'then v.Transparency = 1 end end end)
  964. local err,succ = pcall(function()P.Head.face:Destroy()end)
  965. local err,succ = pcall(function()P:WaitForChild'Torso'.Transparency = 0 end)
  966. end)
  967. Hacker.MouseButton1Down:connect(function()
  968. local bill = Instance.new("BillboardGui", Get(PlayerName.Text,'Char'):WaitForChild'Head')
  969. bill.Size = UDim2.new(4, 0, 4.5, 0)
  970. bill.AlwaysOnTop = true
  971. local label = Instance.new("TextLabel", bill)
  972. label.Size = UDim2.new(2, 0, 1, 0)
  973. label.Position = UDim2.new(-0.5, 0, -0.5, 0)
  974. label.BackgroundTransparency = 1
  975. label.FontSize = "Size24"
  976. label.TextColor3 = Color3.new(0,0,0)
  977. label.TextStrokeColor3 = Color3.new(0 ,0 ,0)
  978. label.TextStrokeTransparency = 0
  979. label.Text = "Hacker"
  980. end)
  981. Punish.MouseButton1Down:connect(function()
  982. Get(PlayerName.Text,'Char').Parent = G'ReplicatedStorage'
  983. end)
  984. Unpunish.MouseButton1Down:connect(function()
  985. local err,succ = pcall(function()Get(PlayerName.Text,'Char').Parent = workspace Get(PlayerName.Text,'Char'):MakeJoints()end)
  986. end)
  987. Famous.MouseButton1Down:connect(function()
  988. game:GetService"RunService":BindToRenderStep("ew",0,function()
  989. for i,v in pairs(game:GetService'Players':GetPlayers())do
  990. repeat wait(.5)until v.Character
  991. v.Character:WaitForChild'Humanoid':MoveTo(Get(PlayerName.Text,'Char'):WaitForChild'Head'.Position)
  992. end
  993. end)
  994. end)
  995. Btools.MouseButton1Down:connect(function()
  996. local P = Get(PlayerName.Text,'Player')
  997. local a,b,c = Instance.new("HopperBin", P:WaitForChild'Backpack'),Instance.new("HopperBin", P:WaitForChild'Backpack'),Instance.new("HopperBin", P:WaitForChild'Backpack')
  998. a.BinType = 2
  999. b.BinType = 3
  1000. c.BinType = 4
  1001. end)
  1002. FF.MouseButton1Down:connect(function()
  1003. Instance.new("ForceField", Get(PlayerName.Text,'Char'))
  1004. end)
  1005. MLG.MouseButton1Down:connect(function()
  1006. local P = Get(PlayerName.Text,'Char'):WaitForChild'Torso'
  1007. local pe = Instance.new("ParticleEmitter", P)
  1008. pe.Texture = "http://www.roblox.com/asset/?id=8979672"
  1009. pe.VelocitySpread = 50
  1010. local se = Instance.new("ParticleEmitter", P)
  1011. se.Texture = "http://www.roblox.com/asset/?id=176067516"
  1012. se.VelocitySpread = 50
  1013. local fe = Instance.new("ParticleEmitter", P)
  1014. fe.Texture = "http://www.roblox.com/asset/?id=179012130"
  1015. fe.VelocitySpread = 50
  1016. end)
  1017. Dong.MouseButton1Down:connect(function()
  1018. local P = Get(PlayerName.Text,'Char'):WaitForChild'Torso'
  1019. local stick = Instance.new("Part", P)
  1020. local c = Instance.new("CylinderMesh", stick)
  1021. stick.Size = Vector3.new(2,8.2,2)
  1022. stick.BrickColor = BrickColor.new("Pastel brown")
  1023. stick.BottomSurface = "Smooth"
  1024. stick.TopSurface = "Smooth"
  1025. stick.Position = P.Position
  1026. local wstick = Instance.new("Weld", P)
  1027. wstick.Part0 = wstick.Parent
  1028. wstick.Part1 = stick
  1029. wstick.C1 = CFrame.new(Vector3.new(0,3.5,-1.5)) * CFrame.Angles(80,0,0)
  1030. local ball1 = Instance.new("Part", P)
  1031. ball1.BrickColor = stick.BrickColor
  1032. ball1.Shape = "Ball"
  1033. ball1.Size = Vector3.new(3,3,3)
  1034. local wb1 = Instance.new("Weld", P)
  1035. wb1.Part0 = wstick.Part0
  1036. wb1.Part1 = ball1
  1037. ball1.BottomSurface = "Smooth"
  1038. ball1.TopSurface = "Smooth"
  1039. wb1.C1 = CFrame.new(Vector3.new(-0.5,1.5,0))
  1040. local ball2 = ball1:clone()
  1041. ball2.Parent = P
  1042. local wb2 = Instance.new("Weld", P)
  1043. wb2.Part0 = wstick.Part0
  1044. wb2.Part1 = ball2
  1045. wb2.C1 = CFrame.new(Vector3.new(0.5,1.5,0))
  1046. end)
  1047. Invisible.MouseButton1Down:connect(function()
  1048. local P = Get(PlayerName.Text,'Char')
  1049. for _,v in pairs(P:GetChildren())do
  1050. if v:IsA'Part'or v:IsA'UnionOperation'then
  1051. local err,succ = pcall(function()v.Transparency = 1 end)
  1052. end
  1053. end
  1054. local err,succ = pcall(function()P.Head.face:Destroy()end)
  1055. end)
  1056. Visible.MouseButton1Down:connect(function()
  1057. local P = Get(PlayerName.Text,'Char')
  1058. for _,v in pairs(P:GetChildren())do
  1059. if v:IsA'Part'or v:IsA'UnionOperation'then
  1060. local err,succ = pcall(function()v.Transparency = 0 end)
  1061. end
  1062. end
  1063. local err,succ = pcall(function()P.HumanoidRootPart.Transparency = 1 end)
  1064. end)
  1065. Health.MouseButton1Down:connect(function()
  1066. local P = Get(PlayerName.Text,'Char')
  1067. P:WaitForChild'Humanoid'.MaxHealth = ValueBox
  1068. wait()
  1069. P:WaitForChild'Humanoid'.Health = ValueBox
  1070. end)
  1071. SCrash.MouseButton1Down:connect(function()
  1072. workspace.Gravity = 0/0
  1073. end)
  1074. UnFF.MouseButton1Down:connect(function()
  1075. local P = Get(PlayerName.Text,'Char')
  1076. for _,v in pairs(P:GetChildren())do
  1077. if v:IsA'ForceField'then
  1078. v:Destroy()
  1079. end
  1080. end
  1081. end)
  1082. Close.MouseButton1Down:connect(function()
  1083. if Body.Visible then
  1084. Close.Text = "+"
  1085. Body.Visible = false
  1086. else
  1087. Close.Text = "-"
  1088. Body.Visible = true
  1089. end
  1090. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement