Advertisement
DiscordWhitelisting

V1.3

Sep 22nd, 2018
708
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.53 KB | None | 0 0
  1. --[[
  2. SUPREME v1.3
  3. _________________________________________
  4. Current Commands:
  5.  
  6. Kill [Player] - Kills [Player]
  7. Bakiez Bakery (PATCHED)
  8. Panda Express (PATCHED)
  9. Jailbreak (WORKING)
  10. Prison Life (WORKING)
  11. Bloxxed Hotels (WORKING)
  12. Auto Rap Battles (WORKING)
  13. Make a cake back for seconds (WORKING)
  14. KillAll - Kills All Players
  15. Bakiez Bakery (PATCHED)
  16. Panda Express (PATCHED)
  17. Jailbreak (WORKING)
  18. Prison Life (WORKING)
  19. Bloxxed Hotels (WORKING)
  20. Auto Rap Battles (WORKING)
  21. Make a cake back for seconds (WORKING)
  22. Goto [Player] - Teleports to [Player]
  23. All Games
  24. Tools - Steals all tools in workspace
  25. All Games
  26. Annoy [Player] - Annoys [Player]
  27. All Games
  28. Rape [Player] - Rapes [Player]
  29. All Games
  30.  
  31. --]]
  32. -- Variables:
  33. local SUPREME = Instance.new("ScreenGui")
  34. local Top = Instance.new("Frame")
  35. local Under = Instance.new("Frame")
  36. local Purple = Instance.new("TextButton")
  37. local Blue = Instance.new("TextButton")
  38. local Default = Instance.new("TextButton")
  39. local VictimName = Instance.new("TextBox")
  40. local Slider = Instance.new("Frame")
  41. local Kill = Instance.new("TextButton")
  42. local KillAll = Instance.new("TextButton")
  43. local Goto = Instance.new("TextButton")
  44. local Tools = Instance.new("TextButton")
  45. local Annoy = Instance.new("TextButton")
  46. local Rape = Instance.new("TextButton")
  47. local TextLabel = Instance.new("TextLabel")
  48. local TextLabel_2 = Instance.new("TextLabel")
  49. local Player = game:GetService("Players").LocalPlayer
  50. --Functions:
  51.  
  52. local function sendNotification(title,text)
  53. game:GetService("StarterGui"):SetCore("SendNotification", {
  54. Title = tostring(title);
  55. Text = tostring(text);
  56. Duration = 7;
  57. });
  58. end
  59.  
  60. --Properties:
  61.  
  62. SUPREME.Name = "SUPREME"
  63. SUPREME.Parent = Player:WaitForChild("PlayerGui")
  64.  
  65. Top.Name = "Top"
  66. Top.Parent = SUPREME
  67. Top.BackgroundColor3 = Color3.new(1, 0.505882, 0.513726)
  68. Top.BackgroundTransparency = 0.30000001192093
  69. Top.BorderColor3 = Color3.new(1, 0.505882, 0.513726)
  70. Top.Position = UDim2.new(0.209424078, 0, 0.250377089, 0)
  71. Top.Size = UDim2.new(0, 260, 0, 53)
  72. Top.Draggable = true
  73. Top.Active = true
  74. Top.Selectable = true
  75.  
  76. Under.Name = "Under"
  77. Under.Parent = Top
  78. Under.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  79. Under.BackgroundTransparency = 0.050000000745058
  80. Under.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  81. Under.Position = UDim2.new(-0.00384615385, 0, 1, 0)
  82. Under.Size = UDim2.new(0, 261, 0, 191)
  83.  
  84. Purple.Name = "Purple"
  85. Purple.Parent = Under
  86. Purple.BackgroundColor3 = Color3.new(0.419608, 0.00392157, 0.658824)
  87. Purple.BorderColor3 = Color3.new(0.419608, 0.00392157, 0.658824)
  88. Purple.Position = UDim2.new(-1.16415322e-09, 0, 0.916230381, 0)
  89. Purple.Size = UDim2.new(0, 20, 0, 16)
  90. Purple.Font = Enum.Font.SourceSans
  91. Purple.Text = ""
  92. Purple.TextColor3 = Color3.new(0, 0, 0)
  93. Purple.TextSize = 14
  94.  
  95. Blue.Name = "Blue"
  96. Blue.Parent = Under
  97. Blue.BackgroundColor3 = Color3.new(0, 0.65098, 1)
  98. Blue.BorderColor3 = Color3.new(0, 0.65098, 1)
  99. Blue.Position = UDim2.new(0.0766283497, 0, 0.916230381, 0)
  100. Blue.Size = UDim2.new(0, 20, 0, 16)
  101. Blue.Font = Enum.Font.SourceSans
  102. Blue.Text = ""
  103. Blue.TextColor3 = Color3.new(0, 0, 0)
  104. Blue.TextSize = 14
  105.  
  106. Default.Name = "Default"
  107. Default.Parent = Under
  108. Default.BackgroundColor3 = Color3.new(1, 0.505882, 0.513726)
  109. Default.BorderColor3 = Color3.new(1, 0.505882, 0.513726)
  110. Default.Position = UDim2.new(0.153256714, 0, 0.916230381, 0)
  111. Default.Size = UDim2.new(0, 20, 0, 16)
  112. Default.Font = Enum.Font.SourceSans
  113. Default.Text = ""
  114. Default.TextColor3 = Color3.new(0, 0, 0)
  115. Default.TextSize = 14
  116.  
  117. VictimName.Name = "VictimName"
  118. VictimName.Parent = Under
  119. VictimName.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  120. VictimName.BackgroundTransparency = 0.40000000596046
  121. VictimName.BorderColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  122. VictimName.Position = UDim2.new(0.130268201, 0, 0.0994764417, 0)
  123. VictimName.Size = UDim2.new(0, 192, 0, 33)
  124. VictimName.Font = Enum.Font.SourceSansItalic
  125. VictimName.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  126. VictimName.Text = "Victim"
  127. VictimName.TextColor3 = Color3.new(1, 1, 1)
  128. VictimName.TextSize = 28
  129.  
  130. Slider.Name = "Slider"
  131. Slider.Parent = VictimName
  132. Slider.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  133. Slider.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  134. Slider.Size = UDim2.new(0, 192, 0, 33)
  135.  
  136. Kill.Name = "Kill"
  137. Kill.Parent = Under
  138. Kill.BackgroundColor3 = Color3.new(1, 0.505882, 0.513726)
  139. Kill.BackgroundTransparency = 0.30000001192093
  140. Kill.BorderColor3 = Color3.new(1, 0.505882, 0.513726)
  141. Kill.Position = UDim2.new(0.521072805, 0, 0.329842925, 0)
  142. Kill.Size = UDim2.new(0, 90, 0, 26)
  143. Kill.Font = Enum.Font.SourceSansItalic
  144. Kill.Text = "Kill"
  145. Kill.TextColor3 = Color3.new(1, 1, 1)
  146. Kill.TextSize = 23
  147.  
  148. KillAll.Name = "KillAll"
  149. KillAll.Parent = Under
  150. KillAll.BackgroundColor3 = Color3.new(1, 0.505882, 0.513726)
  151. KillAll.BackgroundTransparency = 0.30000001192093
  152. KillAll.BorderColor3 = Color3.new(1, 0.505882, 0.513726)
  153. KillAll.Position = UDim2.new(0.130268216, 0, 0.329842925, 0)
  154. KillAll.Size = UDim2.new(0, 90, 0, 26)
  155. KillAll.Font = Enum.Font.SourceSansItalic
  156. KillAll.Text = "Kill All"
  157. KillAll.TextColor3 = Color3.new(1, 1, 1)
  158. KillAll.TextSize = 23
  159.  
  160. Goto.Name = "Goto"
  161. Goto.Parent = Under
  162. Goto.BackgroundColor3 = Color3.new(1, 0.505882, 0.513726)
  163. Goto.BackgroundTransparency = 0.30000001192093
  164. Goto.BorderColor3 = Color3.new(1, 0.505882, 0.513726)
  165. Goto.Position = UDim2.new(0.521072805, 0, 0.518324614, 0)
  166. Goto.Size = UDim2.new(0, 90, 0, 26)
  167. Goto.Font = Enum.Font.SourceSansItalic
  168. Goto.Text = "Goto"
  169. Goto.TextColor3 = Color3.new(1, 1, 1)
  170. Goto.TextSize = 23
  171.  
  172. Tools.Name = "Tools"
  173. Tools.Parent = Under
  174. Tools.BackgroundColor3 = Color3.new(1, 0.505882, 0.513726)
  175. Tools.BackgroundTransparency = 0.30000001192093
  176. Tools.BorderColor3 = Color3.new(1, 0.505882, 0.513726)
  177. Tools.Position = UDim2.new(0.130268216, 0, 0.518324614, 0)
  178. Tools.Size = UDim2.new(0, 90, 0, 26)
  179. Tools.Font = Enum.Font.SourceSansItalic
  180. Tools.Text = "Tools"
  181. Tools.TextColor3 = Color3.new(1, 1, 1)
  182. Tools.TextSize = 23
  183.  
  184. Annoy.Name = "Annoy"
  185. Annoy.Parent = Under
  186. Annoy.BackgroundColor3 = Color3.new(1, 0.505882, 0.513726)
  187. Annoy.BackgroundTransparency = 0.30000001192093
  188. Annoy.BorderColor3 = Color3.new(1, 0.505882, 0.513726)
  189. Annoy.Position = UDim2.new(0.130268216, 0, 0.706806242, 0)
  190. Annoy.Size = UDim2.new(0, 90, 0, 26)
  191. Annoy.Font = Enum.Font.SourceSansItalic
  192. Annoy.Text = "Annoy"
  193. Annoy.TextColor3 = Color3.new(1, 1, 1)
  194. Annoy.TextSize = 23
  195.  
  196. Rape.Name = "Rape"
  197. Rape.Parent = Under
  198. Rape.BackgroundColor3 = Color3.new(1, 0.505882, 0.513726)
  199. Rape.BackgroundTransparency = 0.30000001192093
  200. Rape.BorderColor3 = Color3.new(1, 0.505882, 0.513726)
  201. Rape.Position = UDim2.new(0.521072805, 0, 0.706806302, 0)
  202. Rape.Size = UDim2.new(0, 90, 0, 26)
  203. Rape.Font = Enum.Font.SourceSansItalic
  204. Rape.Text = "Rape"
  205. Rape.TextColor3 = Color3.new(1, 1, 1)
  206. Rape.TextSize = 23
  207.  
  208. TextLabel.Parent = Under
  209. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  210. TextLabel.BackgroundTransparency = 1
  211. TextLabel.Position = UDim2.new(0.256704986, 0, 0.879581153, 0)
  212. TextLabel.Size = UDim2.new(0, 188, 0, 23)
  213. TextLabel.Font = Enum.Font.SourceSansItalic
  214. TextLabel.Text = "Credits to Peep and Bloxy <3"
  215. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  216. TextLabel.TextScaled = true
  217. TextLabel.TextSize = 14
  218. TextLabel.TextWrapped = true
  219.  
  220. TextLabel_2.Parent = Top
  221. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  222. TextLabel_2.BackgroundTransparency = 1
  223. TextLabel_2.Size = UDim2.new(0, 171, 0, 53)
  224. TextLabel_2.Font = Enum.Font.SourceSansItalic
  225. TextLabel_2.Text = "SUPREME"
  226. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  227. TextLabel_2.TextSize = 43
  228. -- Scripts:
  229.  
  230. --//THEMES
  231. local THEMES = {
  232. PURPLE=Color3.fromRGB(107, 1, 168);
  233. BLUE=Color3.fromRGB(0, 166, 255);
  234. DEFAULT=Color3.fromRGB(255, 129, 131);
  235. };
  236. Purple.MouseButton1Down:connect(function()
  237. Top.BackgroundColor3 = THEMES["PURPLE"];
  238. Top.BorderColor3 = THEMES["PURPLE"];
  239. for i,v in pairs(SUPREME:GetDescendants()) do
  240. if v:IsA("TextButton") and v.Name ~= "Purple" and v.Name ~= "Blue" and v.Name ~= "Default" then
  241. v.BackgroundColor3 = THEMES["PURPLE"];
  242. v.BorderColor3 = THEMES["PURPLE"];
  243. end
  244. end
  245. sendNotification("Theme","Theme set to Purple!");
  246. end)
  247. Blue.MouseButton1Down:connect(function()
  248. Top.BackgroundColor3 = THEMES["BLUE"];
  249. Top.BorderColor3 = THEMES["BLUE"];
  250. for i,v in pairs(SUPREME:GetDescendants()) do
  251. if v:IsA("TextButton") and v.Name ~= "Purple" and v.Name ~= "Blue" and v.Name ~= "Default" then
  252. v.BackgroundColor3 = THEMES["BLUE"];
  253. v.BorderColor3 = THEMES["BLUE"];
  254. end
  255. end
  256. sendNotification("Theme","Theme set to Blue!");
  257. end)
  258. Default.MouseButton1Down:connect(function()
  259. Top.BackgroundColor3 = THEMES["DEFAULT"];
  260. Top.BorderColor3 = THEMES["DEFAULT"];
  261. for i,v in pairs(SUPREME:GetDescendants()) do
  262. if v:IsA("TextButton") and v.Name ~= "Purple" and v.Name ~= "Blue" and v.Name ~= "Default" then
  263. v.BackgroundColor3 = THEMES["DEFAULT"];
  264. v.BorderColor3 = THEMES["DEFAULT"];
  265. end
  266. end
  267. sendNotification("Theme","Theme set to Default!");
  268. end)
  269. --//TWEENING
  270. local TWEENING = {
  271. CLOSE=UDim2.new(0, 192,0, 33);
  272. OPEN=UDim2.new(0, 6,0, 33);
  273. };
  274. Slider.MouseEnter:connect(function()
  275. Slider:TweenSize(TWEENING["OPEN"],"Out","Quad",1.2);
  276. end)
  277. Slider.MouseLeave:connect(function()
  278. Slider:TweenSize(TWEENING["CLOSE"],"Out","Quad",1.2);
  279. end)
  280. --//SCRIPTING
  281. Goto.MouseButton1Down:connect(function()
  282. local victim = game:GetService("Players")[VictimName.Text];
  283. Player.Character.HumanoidRootPart.CFrame = victim.Character.HumanoidRootPart.CFrame;
  284. sendNotification("Teleport","You have been teleported to "..victim.Name);
  285. end)
  286. Tools.MouseButton1Down:connect(function()
  287. for i,v in pairs(workspace:GetDescendants()) do
  288. if v:IsA("Tool") then
  289. spawn(function()
  290. v.Parent = Player.Backpack;
  291. end)
  292. end
  293. end
  294. sendNotification("Tools","You now have all tools in workspace!");
  295. end)
  296. Annoy.MouseButton1Down:connect(function()
  297. local victim = game:GetService("Players")[VictimName.Text];
  298. while victim.Character["Head"] ~= nil and Player.Character["Head"] ~= nil do
  299. Player.Character.HumanoidRootPart.CFrame = victim.Character.HumanoidRootPart.CFrame
  300. end
  301. sendNotification("Annoy","You are now annoying "..victim.Name);
  302. end)
  303. Rape.MouseButton1Down:connect(function()
  304. local victim = game:GetService("Players")[VictimName.Text];
  305. local anim = Instance.new("Animation");
  306. anim.AnimationId = 'rbxassetid://148840371';
  307. local char = Player.Character;
  308. local h = char.Humanoid:LoadAnimation(anim);
  309. h:Play();
  310. h:AdjustSpeed(2.5);
  311. while victim.Character["Head"] ~= nil and char.Character["Head"] ~= nil do
  312. char.HumanoidRootPart.CFrame = victim.Character.HumanoidRootPart.CFrame;
  313. end
  314. sendNotification("Rape","You are now raping "..victim.Name);
  315. end)
  316. Kill.MouseButton1Down:connect(function()
  317. if game.PlaceId == 524578448 then
  318. print("Yeet! Panda Express!");
  319. local function PandaTeleport(HRP,CF)
  320. for i=1,5 do
  321. wait(0.2);
  322. HRP.CFrame = CF + Vector3.new(-8,0,0);
  323. end
  324. end
  325. game:GetService("Players")[VictimName.Text].Character.Humanoid.Jump = true;
  326. PandaTeleport(game:GetService("Players")[VictimName.Text].Character.HumanoidRootPart,CFrame.new(-279.19342, 3.00001287, -106.28035));
  327. elseif game.PlaceId == 155615604 then
  328. local part = workspace.Prison_Fences.fence.damagePart
  329. local function tp(humanoidrootpart,cframe)
  330. for i=1,10 do
  331. wait(0.2)
  332. humanoidrootpart.CFrame = cframe
  333. end
  334. end
  335. for i,v in pairs(game.Players:GetPlayers()) do
  336. if v.Name == VictimName.Text then
  337. spawn(function()
  338. v.Character.Humanoid.Jump = true
  339. tp(v.Character.HumanoidRootPart,part.CFrame)
  340. end)
  341. end
  342. end
  343. elseif game.PlaceId == 606849621 then
  344. local function tp(hrp,cf)
  345. for i=1, 10 do
  346. wait(0.2)
  347. hrp.CFrame = cf
  348. end
  349. end
  350. for i,v in pairs(workspace:GetDescendants()) do
  351. if v.Name == "BarbedWire" then
  352. for _,player in pairs(game:GetService("Players"):GetPlayers()) do
  353. if player.Name == VictimName.Text then
  354. spawn(function()
  355. player.Character.Humanoid.Jump = true
  356. tp(player.Character.HumanoidRootPart,v.CFrame)
  357. end)
  358. end
  359. end
  360. end
  361. end
  362. elseif game.PlaceId == 716420144 then
  363. local cframes = {
  364. [1] = CFrame.new(-6.90366364, 0.176558256, -91.689537);
  365. };
  366. local api = {};
  367. function api:teleport(h,c)
  368. for i=1, 10 do
  369. wait(0.2);
  370. h.CFrame = c + Vector3.new(-3,3,0);
  371. end;
  372. end;
  373. for i,v in pairs(game.Players:GetPlayers()) do
  374. if v.Name == VictimName.Text then
  375. spawn(function()
  376. v.Character.Humanoid.Jump = true;
  377. api:teleport(v.Character.HumanoidRootPart,cframes[1]);
  378. end)
  379. end
  380. end;
  381. elseif game.PlaceId == 39972972 then
  382. local c = CFrame.new(399.769,179,-31.679);
  383. local function tp(hrp,cframe)
  384. for i=1,5 do
  385. wait(0.2);
  386. hrp.CFrame = cframe;
  387. end
  388. end
  389. for i,v in pairs(game.Players:GetPlayers()) do
  390. if v.Name == VictimName.Text then
  391. spawn(function()
  392. v.Character.Humanoid.Jump = true;
  393. tp(v.Character.HumanoidRootPart,c);
  394. end)
  395. end
  396. end
  397. end
  398. sendNotification("Kill","Success!");
  399. end)
  400. KillAll.MouseButton1Down:connect(function()
  401. if game.PlaceId == 524578448 then
  402. print("Yeet! Panda Express!");
  403. local function PandaTeleport(HRP,CF)
  404. for i=1,10 do
  405. wait(0.2);
  406. HRP.CFrame = CF+Vector3.new(-8,0,0);
  407. end;
  408. end;
  409. for i,v in pairs(game.Players:GetPlayers()) do
  410. spawn(function()
  411. v.Character.Humanoid.Jump = true;
  412. PandaTeleport(v.Character.HumanoidRootPart,CFrame.new(-279.19342, 3.00001287, -106.28035));
  413. end)
  414. end
  415. elseif game.PlaceId == 155615604 then
  416. local part = workspace.Prison_Fences.fence.damagePart
  417. local function tp(humanoidrootpart,cframe)
  418. for i=1,10 do
  419. wait(0.2)
  420. humanoidrootpart.CFrame = cframe
  421. end
  422. end
  423. for i,v in pairs(game.Players:GetPlayers()) do
  424. spawn(function()
  425. v.Character.Humanoid.Jump = true
  426. tp(v.Character.HumanoidRootPart,part.CFrame)
  427. end)
  428. end
  429. elseif game.PlaceId == 606849621 then
  430. local function tp(hrp,cf)
  431. for i=1, 10 do
  432. wait(0.2)
  433. hrp.CFrame = cf
  434. end
  435. end
  436. for i,v in pairs(workspace:GetDescendants()) do
  437. if v.Name == "BarbedWire" then
  438. for _,player in pairs(game:GetService("Players"):GetPlayers()) do
  439. spawn(function()
  440. player.Character.Humanoid.Jump = true
  441. tp(player.Character.HumanoidRootPart,v.CFrame)
  442. end)
  443. end
  444. end
  445. end
  446. elseif game.PlaceId == 716420144 then
  447. local cframes = {
  448. [1] = CFrame.new(-6.90366364, 0.176558256, -91.689537);
  449. };
  450. local api = {};
  451. function api:teleport(h,c)
  452. for i=1, 10 do
  453. wait(0.2);
  454. h.CFrame = c + Vector3.new(-3,3,0);
  455. end;
  456. end;
  457. for i,v in pairs(game.Players:GetPlayers()) do
  458. spawn(function()
  459. v.Character.Humanoid.Jump = true;
  460. api:teleport(v.Character.HumanoidRootPart,cframes[1]);
  461. end)
  462. end;
  463. elseif game.PlaceId == 39972972 then
  464. local c = CFrame.new(399.769,179,-31.679);
  465. local function tp(hrp,cframe)
  466. for i=1,5 do
  467. wait(0.2);
  468. hrp.CFrame = cframe;
  469. end
  470. end
  471. for i,v in pairs(game.Players:GetPlayers()) do
  472. spawn(function()
  473. v.Character.Humanoid.Jump = true;
  474. tp(v.Character.HumanoidRootPart,c);
  475. end)
  476. end
  477. end
  478. sendNotification("Kill","Killed everyone! Success!");
  479. end)
  480. sendNotification("SUPREME","Loaded successfully!");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement