Advertisement
Chatbypassscriptandm

Untitled

May 11th, 2025
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.47 KB | None | 0 0
  1. --[[
  2. WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
  3. ]]
  4. local player = game.Players.LocalPlayer
  5. local replicatedStorage = game:GetService("ReplicatedStorage")
  6.  
  7.  
  8. local screenGui = Instance.new("ScreenGui")
  9. screenGui.Name = "e"
  10. screenGui.Parent = player:WaitForChild("PlayerGui")
  11. screenGui.ResetOnSpawn = false
  12.  
  13.  
  14. local mainFrame = Instance.new("Frame")
  15. mainFrame.Size = UDim2.new(0, 490, 0, 1030)
  16. mainFrame.Position = UDim2.new(0.5, -300, 0.5, -225)
  17. mainFrame.BackgroundColor3 = Color3.new(2, 0, 0)
  18. mainFrame.BorderSizePixel = 3
  19. mainFrame.BorderColor3 = Color3.new(5, 0, 0)
  20. mainFrame.Active = true
  21. mainFrame.Draggable = true
  22. mainFrame.Parent = screenGui
  23.  
  24.  
  25. local titleLabel = Instance.new("TextLabel")
  26. titleLabel.Size = UDim2.new(1, 0, 0, 40)
  27. titleLabel.Position = UDim2.new(0, 0, 0, 0)
  28. titleLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  29. titleLabel.BorderSizePixel = 1
  30. titleLabel.BorderColor3 = Color3.new(0, 0, 1)
  31. titleLabel.Font = Enum.Font.JosefinSans
  32. titleLabel.Text = "zoung gui"
  33. titleLabel.TextColor3 = Color3.new(1, 1, 1)
  34. titleLabel.TextSize = 30
  35. titleLabel.Parent = mainFrame
  36.  
  37. local titleLabel = Instance.new("TextLabel")
  38. titleLabel.Size = UDim2.new(1, 0, 0, 40)
  39. titleLabel.Position = UDim2.new(0, 0, 0.05, 1)
  40. titleLabel.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  41. titleLabel.BorderSizePixel = 0
  42. titleLabel.BorderColor3 = Color3.new(0, 0, 1)
  43. titleLabel.Font = Enum.Font.Roboto
  44. titleLabel.Text = "music"
  45. titleLabel.TextColor3 = Color3.new(1, 1, 1)
  46. titleLabel.TextSize = 30
  47. titleLabel.Parent = mainFrame
  48.  
  49. local scriptbyblue2spooky = Instance.new("TextButton")
  50. scriptbyblue2spooky.Size = UDim2.new(0, 120, 0, 40)
  51. scriptbyblue2spooky.Position = UDim2.new(0.01, 0, 0.1, 0)
  52. scriptbyblue2spooky.BackgroundColor3 = Color3.new(0, 0, 0)
  53. scriptbyblue2spooky.BorderSizePixel = 1
  54. scriptbyblue2spooky.BorderColor3 = Color3.new(0, 0, 1)
  55. scriptbyblue2spooky.Font = Enum.Font.Roboto
  56. scriptbyblue2spooky.Text = "mario.exe ambience"
  57. scriptbyblue2spooky.TextColor3 = Color3.new(1, 1, 1)
  58. scriptbyblue2spooky.TextSize = 20
  59. scriptbyblue2spooky.TextWrapped = true
  60. scriptbyblue2spooky.Parent = mainFrame
  61.  
  62. scriptbyblue2spooky.MouseButton1Click:Connect(function()
  63.  
  64. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  65. local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommand
  66.  
  67. RequestCommand:InvokeServer(";music 133180219581309")
  68. RequestCommand:InvokeServer(";pitch 0.09")
  69. RequestCommand:InvokeServer(";volume inf")
  70.  
  71. end)
  72.  
  73. local scriptbyblue2spooky = Instance.new("TextButton")
  74. scriptbyblue2spooky.Size = UDim2.new(0, 120, 0, 40)
  75. scriptbyblue2spooky.Position = UDim2.new(0.24, 0, 0.1, 0)
  76. scriptbyblue2spooky.BackgroundColor3 = Color3.new(0, 0, 0)
  77. scriptbyblue2spooky.BorderSizePixel = 1
  78. scriptbyblue2spooky.BorderColor3 = Color3.new(0, 0, 1)
  79. scriptbyblue2spooky.Font = Enum.Font.Roboto
  80. scriptbyblue2spooky.Text = "wont stop us"
  81. scriptbyblue2spooky.TextColor3 = Color3.new(1, 1, 1)
  82. scriptbyblue2spooky.TextSize = 20
  83. scriptbyblue2spooky.TextWrapped = true
  84. scriptbyblue2spooky.Parent = mainFrame
  85.  
  86. scriptbyblue2spooky.MouseButton1Click:Connect(function()
  87.  
  88. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  89. local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommand
  90.  
  91. RequestCommand:InvokeServer(";music 1847661821")
  92. RequestCommand:InvokeServer(";pitch 1")
  93. RequestCommand:InvokeServer(";volume inf")
  94.  
  95. end)
  96.  
  97. local scriptbyblue2spooky = Instance.new("TextButton")
  98. scriptbyblue2spooky.Size = UDim2.new(0, 120, 0, 40)
  99. scriptbyblue2spooky.Position = UDim2.new(0.47, 0, 0.1, 0)
  100. scriptbyblue2spooky.BackgroundColor3 = Color3.new(0, 0, 0)
  101. scriptbyblue2spooky.BorderSizePixel = 1
  102. scriptbyblue2spooky.BorderColor3 = Color3.new(0, 0, 1)
  103. scriptbyblue2spooky.Font = Enum.Font.Roboto
  104. scriptbyblue2spooky.Text = "Spooky Scary Skeletons"
  105. scriptbyblue2spooky.TextColor3 = Color3.new(1, 1, 1)
  106. scriptbyblue2spooky.TextSize = 17
  107. scriptbyblue2spooky.TextWrapped = true
  108. scriptbyblue2spooky.Parent = mainFrame
  109.  
  110. scriptbyblue2spooky.MouseButton1Click:Connect(function()
  111.  
  112. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  113. local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommand
  114.  
  115. RequestCommand:InvokeServer(";music 77484784570543")
  116. RequestCommand:InvokeServer(";pitch 0.09")
  117. RequestCommand:InvokeServer(";volume inf")
  118.  
  119. end)
  120.  
  121. local scriptbyblue2spooky = Instance.new("TextButton")
  122. scriptbyblue2spooky.Size = UDim2.new(0, 120, 0, 40)
  123. scriptbyblue2spooky.Position = UDim2.new(0.7, 0, 0.1, 0)
  124. scriptbyblue2spooky.BackgroundColor3 = Color3.new(0, 0, 0)
  125. scriptbyblue2spooky.BorderSizePixel = 1
  126. scriptbyblue2spooky.BorderColor3 = Color3.new(0, 0, 1)
  127. scriptbyblue2spooky.Font = Enum.Font.Roboto
  128. scriptbyblue2spooky.Text = "team fat"
  129. scriptbyblue2spooky.TextColor3 = Color3.new(1, 1, 1)
  130. scriptbyblue2spooky.TextSize = 17
  131. scriptbyblue2spooky.TextWrapped = true
  132. scriptbyblue2spooky.Parent = mainFrame
  133.  
  134. scriptbyblue2spooky.MouseButton1Click:Connect(function()
  135.  
  136. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  137. local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommand
  138.  
  139. RequestCommand:InvokeServer(";music 1837807891")
  140. RequestCommand:InvokeServer(";volume inf")
  141. RequestCommand:InvokeServer(";pitch 0.9")
  142. end)
  143.  
  144. local scriptbyblue2spooky = Instance.new("TextButton")
  145. scriptbyblue2spooky.Size = UDim2.new(0, 120, 0, 40)
  146. scriptbyblue2spooky.Position = UDim2.new(0.01, 0, 0.14, 0)
  147. scriptbyblue2spooky.BackgroundColor3 = Color3.new(0, 0, 0)
  148. scriptbyblue2spooky.BorderSizePixel = 1
  149. scriptbyblue2spooky.BorderColor3 = Color3.new(0, 0, 1)
  150. scriptbyblue2spooky.Font = Enum.Font.Roboto
  151. scriptbyblue2spooky.Text = "wind of fjords"
  152. scriptbyblue2spooky.TextColor3 = Color3.new(1, 1, 1)
  153. scriptbyblue2spooky.TextSize = 20
  154. scriptbyblue2spooky.TextWrapped = true
  155. scriptbyblue2spooky.Parent = mainFrame
  156.  
  157. scriptbyblue2spooky.MouseButton1Click:Connect(function()
  158.  
  159. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  160. local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommand
  161.  
  162. RequestCommand:InvokeServer(";music 93932484780481")
  163. RequestCommand:InvokeServer(";pitch 0.08")
  164. RequestCommand:InvokeServer(";volume inf")
  165.  
  166. end)
  167.  
  168. local scriptbyblue2spooky = Instance.new("TextButton")
  169. scriptbyblue2spooky.Size = UDim2.new(0, 120, 0, 40)
  170. scriptbyblue2spooky.Position = UDim2.new(0.24, 0, 0.14, 0)
  171. scriptbyblue2spooky.BackgroundColor3 = Color3.new(0, 0, 0)
  172. scriptbyblue2spooky.BorderSizePixel = 1
  173. scriptbyblue2spooky.BorderColor3 = Color3.new(0, 0, 1)
  174. scriptbyblue2spooky.Font = Enum.Font.Roboto
  175. scriptbyblue2spooky.Text = "roblox theme"
  176. scriptbyblue2spooky.TextColor3 = Color3.new(1, 1, 1)
  177. scriptbyblue2spooky.TextSize = 20
  178. scriptbyblue2spooky.TextWrapped = true
  179. scriptbyblue2spooky.Parent = mainFrame
  180.  
  181. scriptbyblue2spooky.MouseButton1Click:Connect(function()
  182.  
  183. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  184. local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommand
  185.  
  186. RequestCommand:InvokeServer(";music 125591252722564")
  187. RequestCommand:InvokeServer(";pitch 0.155")
  188. RequestCommand:InvokeServer(";volume inf")
  189.  
  190. end)
  191.  
  192. local scriptbyblue2spooky = Instance.new("TextButton")
  193. scriptbyblue2spooky.Size = UDim2.new(0, 120, 0, 40)
  194. scriptbyblue2spooky.Position = UDim2.new(0.47, 0, 0.14, 0)
  195. scriptbyblue2spooky.BackgroundColor3 = Color3.new(0, 0, 0)
  196. scriptbyblue2spooky.BorderSizePixel = 1
  197. scriptbyblue2spooky.BorderColor3 = Color3.new(0, 0, 1)
  198. scriptbyblue2spooky.Font = Enum.Font.Roboto
  199. scriptbyblue2spooky.Text = "raining men"
  200. scriptbyblue2spooky.TextColor3 = Color3.new(1, 1, 1)
  201. scriptbyblue2spooky.TextSize = 20
  202. scriptbyblue2spooky.TextWrapped = true
  203. scriptbyblue2spooky.Parent = mainFrame
  204.  
  205. scriptbyblue2spooky.MouseButton1Click:Connect(function()
  206.  
  207. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  208. local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommand
  209.  
  210. RequestCommand:InvokeServer(";music 104497567166761")
  211. RequestCommand:InvokeServer(";volume inf")
  212. RequestCommand:InvokeServer(";pitch 0.27")
  213. end)
  214.  
  215. local scriptbyblue2spooky = Instance.new("TextButton")
  216. scriptbyblue2spooky.Size = UDim2.new(0, 120, 0, 40)
  217. scriptbyblue2spooky.Position = UDim2.new(0.7, 0, 0.14, 0)
  218. scriptbyblue2spooky.BackgroundColor3 = Color3.new(0, 0, 0)
  219. scriptbyblue2spooky.BorderSizePixel = 1
  220. scriptbyblue2spooky.BorderColor3 = Color3.new(0, 0, 1)
  221. scriptbyblue2spooky.Font = Enum.Font.Roboto
  222. scriptbyblue2spooky.Text = "mario.exe start"
  223. scriptbyblue2spooky.TextColor3 = Color3.new(1, 1, 1)
  224. scriptbyblue2spooky.TextSize = 20
  225. scriptbyblue2spooky.TextWrapped = true
  226. scriptbyblue2spooky.Parent = mainFrame
  227.  
  228. scriptbyblue2spooky.MouseButton1Click:Connect(function()
  229.  
  230. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  231. local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommand
  232.  
  233. RequestCommand:InvokeServer(";music 1332644289")
  234. RequestCommand:InvokeServer(";volume inf")
  235.  
  236. end)
  237.  
  238. local scriptbyblue2spooky = Instance.new("TextButton")
  239. scriptbyblue2spooky.Size = UDim2.new(0, 120, 0, 40)
  240. scriptbyblue2spooky.Position = UDim2.new(0.01, 0, 0.18, 0)
  241. scriptbyblue2spooky.BackgroundColor3 = Color3.new(0, 0, 0)
  242. scriptbyblue2spooky.BorderSizePixel = 1
  243. scriptbyblue2spooky.BorderColor3 = Color3.new(0, 0, 1)
  244. scriptbyblue2spooky.Font = Enum.Font.Roboto
  245. scriptbyblue2spooky.Text = "raining men"
  246. scriptbyblue2spooky.TextColor3 = Color3.new(1, 1, 1)
  247. scriptbyblue2spooky.TextSize = 20
  248. scriptbyblue2spooky.TextWrapped = true
  249. scriptbyblue2spooky.Parent = mainFrame
  250.  
  251. scriptbyblue2spooky.MouseButton1Click:Connect(function()
  252.  
  253. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  254. local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommand
  255.  
  256. RequestCommand:InvokeServer(";music 104497567166761")
  257. RequestCommand:InvokeServer(";volume inf")
  258. RequestCommand:InvokeServer(";pitch 0.27")
  259. end)
  260.  
  261. local scriptbyblue2spooky = Instance.new("TextButton")
  262. scriptbyblue2spooky.Size = UDim2.new(0, 120, 0, 40)
  263. scriptbyblue2spooky.Position = UDim2.new(0.24, 0, 0.18, 0)
  264. scriptbyblue2spooky.BackgroundColor3 = Color3.new(0, 0, 0)
  265. scriptbyblue2spooky.BorderSizePixel = 1
  266. scriptbyblue2spooky.BorderColor3 = Color3.new(0, 0, 1)
  267. scriptbyblue2spooky.Font = Enum.Font.Roboto
  268. scriptbyblue2spooky.Text = "1x1x1x1"
  269. scriptbyblue2spooky.TextColor3 = Color3.new(1, 1, 1)
  270. scriptbyblue2spooky.TextSize = 20
  271. scriptbyblue2spooky.TextWrapped = true
  272. scriptbyblue2spooky.Parent = mainFrame
  273.  
  274. scriptbyblue2spooky.MouseButton1Click:Connect(function()
  275.  
  276. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  277. local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommand
  278.  
  279. RequestCommand:InvokeServer(";music 139488665764275")
  280. RequestCommand:InvokeServer(";volume inf")
  281. RequestCommand:InvokeServer(";pitch 0.85")
  282. end)
  283.  
  284. local scriptbyblue2spooky = Instance.new("TextButton")
  285. scriptbyblue2spooky.Size = UDim2.new(0, 120, 0, 40)
  286. scriptbyblue2spooky.Position = UDim2.new(0.47, 0, 0.18, 0)
  287. scriptbyblue2spooky.BackgroundColor3 = Color3.new(0, 0, 0)
  288. scriptbyblue2spooky.BorderSizePixel = 1
  289. scriptbyblue2spooky.BorderColor3 = Color3.new(0, 0, 1)
  290. scriptbyblue2spooky.Font = Enum.Font.Roboto
  291. scriptbyblue2spooky.Text = "red sun"
  292. scriptbyblue2spooky.TextColor3 = Color3.new(1, 1, 1)
  293. scriptbyblue2spooky.TextSize = 20
  294. scriptbyblue2spooky.TextWrapped = true
  295. scriptbyblue2spooky.Parent = mainFrame
  296.  
  297. scriptbyblue2spooky.MouseButton1Click:Connect(function()
  298.  
  299. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  300. local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommand
  301.  
  302. RequestCommand:InvokeServer(";music 121922837560201")
  303. RequestCommand:InvokeServer(";volume inf")
  304. RequestCommand:InvokeServer(";pitch 0.19")
  305.  
  306. end)
  307.  
  308. local scriptbyblue2spooky = Instance.new("TextButton")
  309. scriptbyblue2spooky.Size = UDim2.new(0, 120, 0, 40)
  310. scriptbyblue2spooky.Position = UDim2.new(0.7, 0, 0.18, 0)
  311. scriptbyblue2spooky.BackgroundColor3 = Color3.new(0, 0, 0)
  312. scriptbyblue2spooky.BorderSizePixel = 1
  313. scriptbyblue2spooky.BorderColor3 = Color3.new(0, 0, 1)
  314. scriptbyblue2spooky.Font = Enum.Font.Roboto
  315. scriptbyblue2spooky.Text = "warmkidd"
  316. scriptbyblue2spooky.TextColor3 = Color3.new(1, 1, 1)
  317. scriptbyblue2spooky.TextSize = 20
  318. scriptbyblue2spooky.TextWrapped = true
  319. scriptbyblue2spooky.Parent = mainFrame
  320.  
  321. scriptbyblue2spooky.MouseButton1Click:Connect(function()
  322.  
  323. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  324. local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommand
  325.  
  326. RequestCommand:InvokeServer(";music 1837821702")
  327. RequestCommand:InvokeServer(";pitch 0.9")
  328. RequestCommand:InvokeServer(";volume inf")
  329.  
  330. end)
  331.  
  332. local titleLabel = Instance.new("TextLabel")
  333. titleLabel.Size = UDim2.new(1, 0, 0, 40)
  334. titleLabel.Position = UDim2.new(0, 0, 0.25, 1)
  335. titleLabel.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  336. titleLabel.BorderSizePixel = 0
  337. titleLabel.BorderColor3 = Color3.new(0, 0, 1)
  338. titleLabel.Font = Enum.Font.Roboto
  339. titleLabel.Text = "F3x abuse Scripts"
  340. titleLabel.TextColor3 = Color3.new(1, 1, 1)
  341. titleLabel.TextSize = 30
  342. titleLabel.Parent = mainFrame
  343.  
  344. local scriptbyblue2spooky = Instance.new("TextButton")
  345. scriptbyblue2spooky.Size = UDim2.new(0, 120, 0, 40)
  346. scriptbyblue2spooky.Position = UDim2.new(0.01, 0, 0.3, 0)
  347. scriptbyblue2spooky.BackgroundColor3 = Color3.new(0, 0, 0)
  348. scriptbyblue2spooky.BorderSizePixel = 1
  349. scriptbyblue2spooky.BorderColor3 = Color3.new(0, 0, 1)
  350. scriptbyblue2spooky.Font = Enum.Font.Roboto
  351. scriptbyblue2spooky.Text = "Get F3X"
  352. scriptbyblue2spooky.TextColor3 = Color3.new(1, 1, 1)
  353. scriptbyblue2spooky.TextSize = 20
  354. scriptbyblue2spooky.TextWrapped = true
  355. scriptbyblue2spooky.Parent = mainFrame
  356.  
  357. scriptbyblue2spooky.MouseButton1Click:Connect(function()
  358.  
  359. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  360. local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommand
  361.  
  362. RequestCommand:InvokeServer(";btools")
  363. RequestCommand:InvokeServer(";give me b")
  364. RequestCommand:InvokeServer(";give me F3X")
  365.  
  366. end)
  367.  
  368. local scriptbyblue2spooky = Instance.new("TextButton")
  369. scriptbyblue2spooky.Size = UDim2.new(0, 120, 0, 40)
  370. scriptbyblue2spooky.Position = UDim2.new(0.24, 0, 0.3, 0)
  371. scriptbyblue2spooky.BackgroundColor3 = Color3.new(0, 0, 0)
  372. scriptbyblue2spooky.BorderSizePixel = 1
  373. scriptbyblue2spooky.BorderColor3 = Color3.new(0, 0, 1)
  374. scriptbyblue2spooky.Font = Enum.Font.Roboto
  375. scriptbyblue2spooky.Text = "zoung Sky"
  376. scriptbyblue2spooky.TextColor3 = Color3.new(1, 1, 1)
  377. scriptbyblue2spooky.TextSize = 20
  378. scriptbyblue2spooky.TextWrapped = true
  379. scriptbyblue2spooky.Parent = mainFrame
  380.  
  381. scriptbyblue2spooky.MouseButton1Click:Connect(function()
  382. local player = game.Players.LocalPlayer
  383. local char = player.Character
  384. local tool
  385. for i,v in player:GetDescendants() do
  386. if v.Name == "SyncAPI" then
  387. tool = v.Parent
  388. end
  389. end
  390. for i,v in game.ReplicatedStorage:GetDescendants() do
  391. if v.Name == "SyncAPI" then
  392. tool = v.Parent
  393. end
  394. end
  395. --craaa
  396. remote = tool.SyncAPI.ServerEndpoint
  397. function _(args)
  398. remote:InvokeServer(unpack(args))
  399. end
  400. function SetCollision(part,boolean)
  401. local args = {
  402. [1] = "SyncCollision",
  403. [2] = {
  404. [1] = {
  405. ["Part"] = part,
  406. ["CanCollide"] = boolean
  407. }
  408. }
  409. }
  410. _(args)
  411. end
  412. function SetAnchor(boolean,part)
  413. local args = {
  414. [1] = "SyncAnchor",
  415. [2] = {
  416. [1] = {
  417. ["Part"] = part,
  418. ["Anchored"] = boolean
  419. }
  420. }
  421. }
  422. _(args)
  423. end
  424. function CreatePart(cf,parent)
  425. local args = {
  426. [1] = "CreatePart",
  427. [2] = "Normal",
  428. [3] = cf,
  429. [4] = parent
  430. }
  431. _(args)
  432. end
  433. function DestroyPart(part)
  434. local args = {
  435. [1] = "Remove",
  436. [2] = {
  437. [1] = part
  438. }
  439. }
  440. _(args)
  441. end
  442. function MovePart(part,cf)
  443. local args = {
  444. [1] = "SyncMove",
  445. [2] = {
  446. [1] = {
  447. ["Part"] = part,
  448. ["CFrame"] = cf
  449. }
  450. }
  451. }
  452. _(args)
  453. end
  454. function Resize(part,size,cf)
  455. local args = {
  456. [1] = "SyncResize",
  457. [2] = {
  458. [1] = {
  459. ["Part"] = part,
  460. ["CFrame"] = cf,
  461. ["Size"] = size
  462. }
  463. }
  464. }
  465. _(args)
  466. end
  467. function AddMesh(part)
  468. local args = {
  469. [1] = "CreateMeshes",
  470. [2] = {
  471. [1] = {
  472. ["Part"] = part
  473. }
  474. }
  475. }
  476. _(args)
  477. end
  478.  
  479. function SetMesh(part,meshid)
  480. local args = {
  481. [1] = "SyncMesh",
  482. [2] = {
  483. [1] = {
  484. ["Part"] = part,
  485. ["MeshId"] = "rbxassetid://"..meshid
  486. }
  487. }
  488. }
  489. _(args)
  490. end
  491. function SetTexture(part, texid)
  492. local args = {
  493. [1] = "SyncMesh",
  494. [2] = {
  495. [1] = {
  496. ["Part"] = part,
  497. ["TextureId"] = "rbxassetid://"..texid
  498. }
  499. }
  500. }
  501. _(args)
  502. end
  503. function SetName(part, stringg)
  504. local args = {
  505. [1] = "SetName",
  506. [2] = {
  507. [1] = part
  508. },
  509. [3] = stringg
  510. }
  511.  
  512. _(args)
  513. end
  514. function MeshResize(part,size)
  515. local args = {
  516. [1] = "SyncMesh",
  517. [2] = {
  518. [1] = {
  519. ["Part"] = part,
  520. ["Scale"] = size
  521. }
  522. }
  523. }
  524. _(args)
  525. end
  526. function Weld(part1, part2,lead)
  527. local args = {
  528. [1] = "CreateWelds",
  529. [2] = {
  530. [1] = part1,
  531. [2] = part2
  532. },
  533. [3] = lead
  534. }
  535. _(args)
  536.  
  537. end
  538. function SetLocked(part,boolean)
  539. local args = {
  540. [1] = "SetLocked",
  541. [2] = {
  542. [1] = part
  543. },
  544. [3] = boolean
  545. }
  546. _(args)
  547. end
  548. function SetTrans(part,int)
  549. local args = {
  550. [1] = "SyncMaterial",
  551. [2] = {
  552. [1] = {
  553. ["Part"] = part,
  554. ["Transparency"] = int
  555. }
  556. }
  557. }
  558. _(args)
  559. end
  560. function CreateSpotlight(part)
  561. local args = {
  562. [1] = "CreateLights",
  563. [2] = {
  564. [1] = {
  565. ["Part"] = part,
  566. ["LightType"] = "SpotLight"
  567. }
  568. }
  569. }
  570. _(args)
  571. end
  572. function SyncLighting(part,brightness)
  573. local args = {
  574. [1] = "SyncLighting",
  575. [2] = {
  576. [1] = {
  577. ["Part"] = part,
  578. ["LightType"] = "SpotLight",
  579. ["Brightness"] = brightness
  580. }
  581. }
  582. }
  583. _(args)
  584. end
  585. function Color(part,color)
  586. local args = {
  587. [1] = "SyncColor",
  588. [2] = {
  589. [1] = {
  590. ["Part"] = part,
  591. ["Color"] = color --[[Color3]],
  592. ["UnionColoring"] = false
  593. }
  594. }
  595. }
  596. _(args)
  597. end
  598. function SpawnDecal(part,side)
  599. local args = {
  600. [1] = "CreateTextures",
  601. [2] = {
  602. [1] = {
  603. ["Part"] = part,
  604. ["Face"] = side,
  605. ["TextureType"] = "Decal"
  606. }
  607. }
  608. }
  609.  
  610. _(args)
  611. end
  612. function AddDecal(part,asset,side)
  613. local args = {
  614. [1] = "SyncTexture",
  615. [2] = {
  616. [1] = {
  617. ["Part"] = part,
  618. ["Face"] = side,
  619. ["TextureType"] = "Decal",
  620. ["Texture"] = "rbxassetid://".. asset
  621. }
  622. }
  623. }
  624. _(args)
  625. end
  626.  
  627. function Sky(id)
  628. e = char.HumanoidRootPart.CFrame.x
  629. f = char.HumanoidRootPart.CFrame.y
  630. g = char.HumanoidRootPart.CFrame.z
  631. CreatePart(CFrame.new(math.floor(e),math.floor(f),math.floor(g)) + Vector3.new(0,6,0),workspace)
  632. for i,v in game.Workspace:GetDescendants() do
  633. if v:IsA("BasePart") and v.CFrame.x == math.floor(e) and v.CFrame.z == math.floor(g) then
  634. --spawn(function()
  635. SetName(v,"Sky")
  636. AddMesh(v)
  637. --end)
  638. --spawn(function()
  639. SetMesh(v,"111891702759441")
  640. SetTexture(v,id)
  641. --end)
  642. MeshResize(v,Vector3.new(6000,6000,6000))
  643. SetLocked(v,true)
  644. end
  645. end
  646. end
  647. Sky("71978036996707")
  648. end)
  649.  
  650. local scriptbyblue2spooky = Instance.new("TextButton")
  651. scriptbyblue2spooky.Size = UDim2.new(0, 120, 0, 40)
  652. scriptbyblue2spooky.Position = UDim2.new(0.47, 0, 0.3, 0)
  653. scriptbyblue2spooky.BackgroundColor3 = Color3.new(0, 0, 0)
  654. scriptbyblue2spooky.BorderSizePixel = 1
  655. scriptbyblue2spooky.BorderColor3 = Color3.new(0, 0, 1)
  656. scriptbyblue2spooky.Font = Enum.Font.Roboto
  657. scriptbyblue2spooky.Text = " zoung Decal"
  658. scriptbyblue2spooky.TextColor3 = Color3.new(1, 1, 1)
  659. scriptbyblue2spooky.TextSize = 20
  660. scriptbyblue2spooky.TextWrapped = true
  661. scriptbyblue2spooky.Parent = mainFrame
  662.  
  663. scriptbyblue2spooky.MouseButton1Click:Connect(function()
  664. local player = game.Players.LocalPlayer
  665. local char = player.Character
  666. local tool
  667. for i,v in player:GetDescendants() do
  668. if v.Name == "SyncAPI" then
  669. tool = v.Parent
  670. end
  671. end
  672. for i,v in game.ReplicatedStorage:GetDescendants() do
  673. if v.Name == "SyncAPI" then
  674. tool = v.Parent
  675. end
  676. end
  677. --craaa
  678. remote = tool.SyncAPI.ServerEndpoint
  679. function _(args)
  680. remote:InvokeServer(unpack(args))
  681. end
  682. function SetCollision(part,boolean)
  683. local args = {
  684. [1] = "SyncCollision",
  685. [2] = {
  686. [1] = {
  687. ["Part"] = part,
  688. ["CanCollide"] = boolean
  689. }
  690. }
  691. }
  692. _(args)
  693. end
  694. function SetAnchor(boolean,part)
  695. local args = {
  696. [1] = "SyncAnchor",
  697. [2] = {
  698. [1] = {
  699. ["Part"] = part,
  700. ["Anchored"] = boolean
  701. }
  702. }
  703. }
  704. _(args)
  705. end
  706. function CreatePart(cf,parent)
  707. local args = {
  708. [1] = "CreatePart",
  709. [2] = "Normal",
  710. [3] = cf,
  711. [4] = parent
  712. }
  713. _(args)
  714. end
  715. function DestroyPart(part)
  716. local args = {
  717. [1] = "Remove",
  718. [2] = {
  719. [1] = part
  720. }
  721. }
  722. _(args)
  723. end
  724. function MovePart(part,cf)
  725. local args = {
  726. [1] = "SyncMove",
  727. [2] = {
  728. [1] = {
  729. ["Part"] = part,
  730. ["CFrame"] = cf
  731. }
  732. }
  733. }
  734. _(args)
  735. end
  736. function Resize(part,size,cf)
  737. local args = {
  738. [1] = "SyncResize",
  739. [2] = {
  740. [1] = {
  741. ["Part"] = part,
  742. ["CFrame"] = cf,
  743. ["Size"] = size
  744. }
  745. }
  746. }
  747. _(args)
  748. end
  749. function AddMesh(part)
  750. local args = {
  751. [1] = "CreateMeshes",
  752. [2] = {
  753. [1] = {
  754. ["Part"] = part
  755. }
  756. }
  757. }
  758. _(args)
  759. end
  760.  
  761. function SetMesh(part,meshid)
  762. local args = {
  763. [1] = "SyncMesh",
  764. [2] = {
  765. [1] = {
  766. ["Part"] = part,
  767. ["MeshId"] = "rbxassetid://"..meshid
  768. }
  769. }
  770. }
  771. _(args)
  772. end
  773. function SetTexture(part, texid)
  774. local args = {
  775. [1] = "SyncMesh",
  776. [2] = {
  777. [1] = {
  778. ["Part"] = part,
  779. ["TextureId"] = "rbxassetid://"..texid
  780. }
  781. }
  782. }
  783. _(args)
  784. end
  785. function SetName(part, stringg)
  786. local args = {
  787. [1] = "SetName",
  788. [2] = {
  789. [1] = part
  790. },
  791. [3] = stringg
  792. }
  793.  
  794. _(args)
  795. end
  796. function MeshResize(part,size)
  797. local args = {
  798. [1] = "SyncMesh",
  799. [2] = {
  800. [1] = {
  801. ["Part"] = part,
  802. ["Scale"] = size
  803. }
  804. }
  805. }
  806. _(args)
  807. end
  808. function Weld(part1, part2,lead)
  809. local args = {
  810. [1] = "CreateWelds",
  811. [2] = {
  812. [1] = part1,
  813. [2] = part2
  814. },
  815. [3] = lead
  816. }
  817. _(args)
  818.  
  819. end
  820. function SetLocked(part,boolean)
  821. local args = {
  822. [1] = "SetLocked",
  823. [2] = {
  824. [1] = part
  825. },
  826. [3] = boolean
  827. }
  828. _(args)
  829. end
  830. function SetTrans(part,int)
  831. local args = {
  832. [1] = "SyncMaterial",
  833. [2] = {
  834. [1] = {
  835. ["Part"] = part,
  836. ["Transparency"] = int
  837. }
  838. }
  839. }
  840. _(args)
  841. end
  842. function CI
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement