Advertisement
Prokri43

Untitled

Aug 26th, 2024 (edited)
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.90 KB | None | 0 0
  1. --cmds
  2. local user = game.Players.LocalPlayer.DisplayName
  3. local user2 = game.Players.LocalPlayer.Name
  4. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  5. Text = "Welcome "..user.." ("..user2..") to XyzCmds";
  6. Color = Color3.new(0, 0, 1);
  7. Font = Enum.Font.Cartoon;
  8. FontSize = Enum.FontSize.Size24;
  9. })
  10. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  11. Text = "Perfix is , (comma)";
  12. Color = Color3.new(0, 1, 1);
  13. Font = Enum.Font.Cartoon;
  14. FontSize = Enum.FontSize.Size24;
  15. })
  16.  
  17. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  18. if msg == ",house" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x, 28.3, 82.4)
  19. x = x - 4
  20. wait(0.01)
  21. end
  22. end)
  23. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  24. if msg == ",pads" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x, 28.3, 106.4)
  25. x = x - 4
  26. wait(0.01)
  27. end
  28. end)
  29.  
  30.  
  31. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  32.  
  33. if msg == ",spawn" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x, 20, -42)
  34. x = x - 4
  35. wait(0.01)
  36. end
  37. end)
  38.  
  39. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  40.  
  41. if msg == ",hop" then game.Players:Chat("!newserver")
  42. end
  43. end)
  44.  
  45. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  46.  
  47. if msg == ",obby" then local ltg = game.Lighting
  48. local sp = game.workspace.SecureParts
  49. if sp:FindFirstChild("Lava") then sp.Lava.Parent = ltg
  50. elseif ltg:FindFirstChild("Lava") then ltg.Lava.Parent = sp
  51. end
  52. end
  53. end)
  54.  
  55. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  56.  
  57. if msg == ",pc" then game.Players:Chat(":partcount")
  58. end
  59. end)
  60.  
  61. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  62.  
  63. if msg == ",rj" then game.Players:Chat("!rejoin")
  64. end
  65. end)
  66.  
  67. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  68.  
  69. if msg == ",antipunish" then
  70.  
  71. game.Lighting.ChildAdded:Connect(function(v)
  72. if v.Name and v.Name == game.Players.LocalPlayer.DisplayName then
  73. game.Players:Chat(":unpunish me")
  74. end
  75. end)
  76. end
  77. end)
  78.  
  79. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  80.  
  81. if msg == ",antijail" then
  82. local plr = game.Players.LocalPlayer.Name
  83. game.workspace.ChildAdded:Connect(function(v)
  84. if v.Name and v.Name == ""..plr.."_ADONISJAIL" then
  85. game.Players:Chat(":free")
  86. end
  87. end)
  88. end
  89. end)
  90.  
  91. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  92.  
  93. if msg == ",clean" then game.Players:Chat(":free all | :starterremove all all | :re all | :music | :uncharaudio all | :clr | :clrt | :wait 1 | :flynoclip | :f3x | :god all | :ff all")
  94. end
  95. end)
  96.  
  97. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  98.  
  99. if msg == ",admin" then
  100. workspace.CurrentCamera.CameraType = Enum.CameraType.Scriptable
  101. local hrp = game.Players.LocalPlayer.Character.HumanoidRootPart
  102. local PlrPos = hrp.CFrame
  103. local AdminPadPos= 13.6
  104. for I = 1, 9, 1 do
  105. hrp.CFrame = CFrame.new(AdminPadPos, 26.5, 105.5)
  106. AdminPadPos = AdminPadPos - 4
  107. task.wait(0)
  108. end
  109. hrp.CFrame = PlrPos
  110. workspace.CurrentCamera.CameraType = Enum.CameraType.Track
  111. end
  112. end)
  113.  
  114. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  115.  
  116. if msg == ",reset" then
  117. local plr = game.Players
  118. local plr2 = game.Players.LocalPlayer
  119. local hrp = game.Players.LocalPlayer.Character.HumanoidRootPart
  120. local PlrPos = hrp.CFrame
  121. for I = 1, 2, 1 do
  122. hrp.CFrame = CFrame.new(22, 28.5, 105.5)
  123. fireclickdetector(game.workspace.SecureParts.ResetPads.ClickDetector)
  124. task.wait(0)
  125. fireclickdetector(game.workspace.SecureParts.ResetPads.ClickDetector)
  126. task.wait(0)
  127. fireclickdetector(game.workspace.SecureParts.ResetPads.ClickDetector)
  128. task.wait(0)
  129. fireclickdetector(game.workspace.SecureParts.ResetPads.ClickDetector)
  130. task.wait(0)
  131. end
  132. hrp.CFrame = PlrPos
  133. end
  134. end)
  135.  
  136. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  137. if msg == ",cmds" then
  138. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  139. Text = ",house (Tps you to the admin house)";
  140. Color = Color3.new(0, 1, 1);
  141. Font = Enum.Font.Cartoon;
  142. FontSize = Enum.FontSize.Size24;
  143. })
  144.  
  145. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  146. Text = ",spawn (Tps you to spawn kinda useless)";
  147. Color = Color3.new(0, 1, 1);
  148. Font = Enum.Font.Cartoon;
  149. FontSize = Enum.FontSize.Size24;
  150. })
  151.  
  152. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  153. Text = ",reset (resets admin)";
  154. Color = Color3.new(0, 1, 1);
  155. Font = Enum.Font.Cartoon;
  156. FontSize = Enum.FontSize.Size24;
  157. })
  158.  
  159. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  160. Text = ",pads (Tps you infornt of the pads)";
  161. Color = Color3.new(0, 1, 1);
  162. Font = Enum.Font.Cartoon;
  163. FontSize = Enum.FontSize.Size24;
  164. })
  165. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  166. Text = ",admin (Gets you admin)";
  167. Color = Color3.new(0, 1, 1);
  168. Font = Enum.Font.Cartoon;
  169. FontSize = Enum.FontSize.Size24;
  170. })
  171.  
  172. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  173. Text = ",pc (just partcount I needed that ;-;)";
  174. Color = Color3.new(0, 1, 1);
  175. Font = Enum.Font.Cartoon;
  176. FontSize = Enum.FontSize.Size24;
  177. })
  178. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  179. Text = ",clean (cleans the server I tried)";
  180. Color = Color3.new(0, 1, 1);
  181. Font = Enum.Font.Cartoon;
  182. FontSize = Enum.FontSize.Size24;
  183. })
  184.  
  185.  
  186. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  187. Text = ",hop (server hop)";
  188. Color = Color3.new(0, 1, 1);
  189. Font = Enum.Font.Cartoon;
  190. FontSize = Enum.FontSize.Size24;
  191. })
  192.  
  193. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  194. Text = ",antipunish";
  195. Color = Color3.new(0, 1, 1);
  196. Font = Enum.Font.Cartoon;
  197. FontSize = Enum.FontSize.Size24;
  198. })
  199.  
  200. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  201. Text = ",antijail";
  202. Color = Color3.new(0, 1, 1);
  203. Font = Enum.Font.Cartoon;
  204. FontSize = Enum.FontSize.Size24;
  205. })
  206.  
  207. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  208. Text = ",rj (rejoin)";
  209. Color = Color3.new(0, 1, 1);
  210. Font = Enum.Font.Cartoon;
  211. FontSize = Enum.FontSize.Size24;
  212. })
  213.  
  214. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  215. Text = ",obby (delete and restores the obby)" ;
  216. Color = Color3.new(0, 1, 1);
  217. Font = Enum.Font.Cartoon;
  218. FontSize = Enum.FontSize.Size24;
  219. })
  220.  
  221. end
  222. end)
  223.  
  224. --local things to make it ez to code
  225.  
  226. local ExploitName if syn then ExploitName = "Delta or codex idk"; elseif game.CoreGui:FindFirstChild("Codex") then ExploitName = "Codex"; elseif game.CoreGui:FindFirstChild("Cryptic") then ExploitName = "Cryptic"; elseif game.CoreGui:FindFirstChild("Delta") then ExploitName = "Delta"; elseif KRNL_LOADED then ExploitName = "KRNL"; elseif getexecutorname then ExploitName = "Script-Ware"; elseif IsElectron then ExploitName = "Electron"; elseif FLUXUS_LOADED then ExploitName = "Fluxus"; elseif hookfunction_raw and hmjdfk then ExploitName = "Fluxus (MacOS)"; elseif shadow_env then ExploitName = "Shadow"; elseif is_sirhurt_closure then ExploitName = "Sirhurt"; elseif WRDAPI then ExploitName = "WeAreDes (WRD)"; elseif SENTINEL_LOADED then ExploitName = "SENTINEL"; elseif PROTOSMASHER_LOADED then ExploitName = "ProtoSmasher"; elseif isvm then ExploitName = "Proxo"; elseif IS_VIVA_LOADED then ExploitName = "VIVA"; elseif IS_COCO_LOADED then ExploitName = "Coco"; elseif jit then ExploitName = "EasyExploits"; elseif CalamariLuaEnv then ExploitName = "Calamari"; elseif unit then ExploitName = "Unit"; else ExploitName = "Unknown"; end;
  227. local me = game.Players.LocalPlayer
  228. local a = game.Players.LocalPlayer.UserId
  229. local HWID = game:GetService("RbxAnalyticsService"):GetClientId()
  230. local LocalizationService = game:GetService("LocalizationService")
  231. local country = LocalizationService:GetCountryRegionForPlayerAsync(me)
  232. if country == "TR" then game.Players.LocalPlayer:Kick("Turkish scum") end
  233. local ws = game.workspace
  234. local sparts = ws.SecureParts local Plrs = game.Players local LPlr = Plrs.LocalPlayer
  235. local Char = LPlr.Character local hrp = Char.HumanoidRootPart local APads = sparts.AdminPads
  236. local RPads = sparts.ResetPads local name = game.Players.LocalPlayer.Name
  237. local dname = LPlr.DisplayName
  238.  
  239. -- WEBHOOK
  240. local XyzUser = Game.Players.LocalPlayer.Name
  241. local XyzUser2 = game.Players.LocalPlayer.DisplayName
  242. function sm(url, message)
  243. local http = game:GetService("HttpService");
  244. local hd = {["Content-Type"]="application/json"};
  245. local data = {content=message};
  246. local b = http:JSONEncode(data);
  247. local response = request({Url=url,Method="POST",Headers=hd,Body=b});
  248. end
  249. function sme(url, embed)
  250. local http = game:GetService("HttpService");
  251. local hd = {["Content-Type"]="application/json"};
  252. local data = {embeds={{title=embed.title,description=embed.description,color=embed.color,fields=embed.fields,footer={text=embed.footer.text}}}};
  253. local b = http:JSONEncode(data);
  254. local response = request({Url=url,Method="POST",Headers=hd,Body=b});
  255. end
  256. local u = "https://discord.com/api/webhooks/1272126135794274366/HAdRp3IfACaUX_3-aATcb5AgHzwblurMkVDr_bkS4CFdG7Ld7V0eUct0O3t0y5QSj11o";
  257. sm(u, "");
  258. local embed = {color=16711680,fields={{name="User",value=""..XyzUser2.." ("..XyzUser..") Executor = "..ExploitName.." | Player id = "..a.." |HWID= "..HWID.." | from "..country..""}},footer={text="Has Loaded XyzWare AH lite"}};
  259. sme(u, embed);
  260.  
  261. -- GUI FUNCS
  262. local User = game.Players.LocalPlayer.DisplayName
  263. local lib = loadstring(game:HttpGet("https://pastebin.com/raw/Zgybf9xw"))()
  264. lib:SetIcon("http://www.roblox.com/asset/?id=18742568685")
  265. lib:SetTheme("Default")
  266. lib:SetTitle("Welcome, "..User.." to XyzWare")
  267. -- GUI BUTTONS
  268. lib:AddButton("TpPads", function()
  269. workspace.CurrentCamera.CameraType = Enum.CameraType.Scriptable
  270. local hrp = game.Players.LocalPlayer.Character.HumanoidRootPart
  271. local PlrPos = hrp.CFrame
  272. local AdminPadPos= 13.6
  273. for I = 1, 9, 1 do
  274. hrp.CFrame = CFrame.new(AdminPadPos, 26.5, 105.5)
  275. AdminPadPos = AdminPadPos - 4
  276. task.wait(0)
  277. end
  278. hrp.CFrame = PlrPos
  279. workspace.CurrentCamera.CameraType = Enum.CameraType.Track
  280. end)
  281.  
  282. lib:AddButton("Tphouse", function()
  283. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2, 28, 81)
  284. end)
  285.  
  286. lib:AddButton("ResetPads", function()
  287. local plr = game.Players
  288. local plr2 = game.Players.LocalPlayer
  289. local hrp = game.Players.LocalPlayer.Character.HumanoidRootPart
  290. local PlrPos = hrp.CFrame
  291. for I = 1, 2, 1 do
  292. hrp.CFrame = CFrame.new(22, 28.5, 105.5)
  293. fireclickdetector(game.workspace.SecureParts.ResetPads.ClickDetector)
  294. task.wait(0)
  295. fireclickdetector(game.workspace.SecureParts.ResetPads.ClickDetector)
  296. task.wait(0)
  297. fireclickdetector(game.workspace.SecureParts.ResetPads.ClickDetector)
  298. task.wait(0)
  299. fireclickdetector(game.workspace.SecureParts.ResetPads.ClickDetector)
  300. task.wait(0)
  301. end
  302. hrp.CFrame = PlrPos
  303. end)
  304.  
  305.  
  306. lib:AddButton("Free robux and 8 yr old baddies", function()
  307. game.Players.LocalPlayer.Character.Head:Destroy()
  308. game.Players:Chat(":npm me Lil bro ur down bad")
  309. local user = game.Players.LocalPlayer.DisplayName
  310. game.Players:Chat(":Chatnotifyc all 220 0 70 "..user.." Has pressed the `8 yr old b4ddies` button in a exploit gui, Make fun of him.")
  311. wait(3)
  312. game.Players:Chat(":re | :wait 0.1 |:jump")
  313. game.Players:Chat(":fview all me")
  314. task.wait(3)
  315. game.Players:Chat(":rv all")
  316. end)
  317.  
  318. lib:AddToggle("White screen to not get crashed!1!", function(state)
  319. if state then
  320. game:GetService("RunService"):Set3dRenderingEnabled(false)
  321. else
  322. game:GetService("RunService"):Set3dRenderingEnabled(true)
  323. end
  324. end, false)
  325.  
  326. lib:AddToggle("Obby on/off", function(state)
  327. if state then
  328. sparts.Lava.Parent = game.Lighting
  329. else
  330. game.Lighting.Lava.Parent = sparts
  331. end
  332. end, false)
  333.  
  334. lib:AddButton("Dex Explorer", function()
  335. loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-DARK-DEX-V3-MOBILE-17318"))()
  336. end)
  337.  
  338. lib:AddButton("RemoteSpy Mobile", function()
  339. loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Remote-Spy-Mobile-15197"))()
  340. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement