Advertisement
Luidyotavio1947827

Nothing Here

Feb 12th, 2024
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.13 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  2. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/thanhdat4461/OrionMoblie/main/source')))()
  3. local Window = OrionLib:MakeWindow({Name = "luidyotavio235's UTMM Hub", HidePremium = false, SaveConfig = true, ConfigFolder = "UTMMfolder"})
  4. local Tab = Window:MakeTab({
  5. Name = "Most UTMMs",
  6. Icon = "rbxassetid://4483345998",
  7. PremiumOnly = false
  8. })
  9. local Section = Tab:AddSection({
  10. Name = "Scripts"
  11. })
  12.  
  13.  
  14. Tab:AddButton({
  15. Name = "Get All Weapons",
  16. Callback = function()
  17. print("button pressed")
  18. for i,v in pairs(game.Players.LocalPlayer.Weapons:GetChildren()) do v.Value = true end
  19. end
  20. })
  21. Tab:AddButton({
  22. Name = "Put Items in Shop",
  23. Callback = function()
  24. print("button pressed")
  25. for i,v in pairs(game.Lighting:GetDescendants()) do
  26.  
  27. if v.ClassName == "StringValue" and v.Name == "Shop" then v.Value = "ExampleShop" end end
  28. end
  29. })
  30. Tab:AddButton({
  31. Name = "Delete Gamepass Doors",
  32. Callback = function()
  33. print("button pressed")
  34. while wait() do
  35. game:GetService("Workspace")["GP Door"]:Destroy()
  36. end
  37. end
  38. })
  39. Tab:AddButton({
  40. Name = "Delete Badge Doors",
  41. Callback = function()
  42. print("button pressed")
  43. while wait() do
  44. game:GetService("Workspace").BadgeDoor:Destroy()
  45. end
  46. end
  47. })
  48. local Tab = Window:MakeTab({
  49. Name = "Normally Utmm Game",
  50. Icon = "rbxassetid://4483345998",
  51. PremiumOnly = false
  52. })
  53.  
  54. local Section = Tab:AddSection({
  55. Name = "Scripts for Normally Utmm Game"
  56. })
  57.  
  58. --[[
  59. Name = <string> - The name of the section.
  60. ]]
  61. OrionLib:MakeNotification({
  62. Name = "Welcome To My Utmm Hub! ",
  63. Content = "Join Discord https://discord.com/invite/2FRQ5U8CqRhttps",
  64. Image = "rbxassetid://4483345998",
  65. Time = 5
  66. })
  67. Tab:AddButton({
  68. Name = "HAKAI GOD BONE",
  69. Callback = function()
  70. print("button pressed")
  71. local args = {
  72. [1] = game:GetService("Lighting"):WaitForChild("Weapons"):WaitForChild("HAKAI"),
  73. [2] = "Weapon"
  74. }
  75.  
  76. game:GetService("Lighting"):WaitForChild("Buy"):FireServer(unpack(args))
  77. end
  78. })
  79. Tab:AddButton({
  80. Name = "POP BLADE",
  81. Callback = function()
  82. print("button pressed")
  83. local args = {
  84. [1] = game:GetService("Lighting"):WaitForChild("Weapons"):WaitForChild("POp Blade"),
  85. [2] = "Weapon"
  86. }
  87.  
  88. game:GetService("Lighting"):WaitForChild("Buy"):FireServer(unpack(args))
  89. end
  90. })
  91. Tab:AddButton({
  92. Name = "HITOMI SWORD",
  93. Callback = function()
  94. print("button pressed")
  95. local args = {
  96. [1] = game:GetService("Lighting"):WaitForChild("Weapons"):WaitForChild("GKATANA"),
  97. [2] = "Weapon"
  98. }
  99.  
  100. game:GetService("Lighting"):WaitForChild("Buy"):FireServer(unpack(args))
  101. end
  102. })
  103. Tab:AddButton({
  104. Name = "takusatu's Imposter Knife",
  105. Callback = function()
  106. print("button pressed")
  107. local args = {
  108. [1] = game:GetService("Lighting"):WaitForChild("Weapons"):WaitForChild("Imposter Knife"),
  109. [2] = "Weapon"
  110. }
  111.  
  112. game:GetService("Lighting"):WaitForChild("Buy"):FireServer(unpack(args))
  113. end
  114. })
  115. Tab:AddButton({
  116. Name = "rensukego's bone sword",
  117. Callback = function()
  118. print("button pressed")
  119. local args = {
  120. [1] = game:GetService("Lighting"):WaitForChild("Weapons"):WaitForChild("bone sword"),
  121. [2] = "Weapon"
  122. }
  123.  
  124. game:GetService("Lighting"):WaitForChild("Buy"):FireServer(unpack(args))
  125. end
  126. })
  127. Tab:AddButton({
  128. Name = "The Dark Lord's Blade",
  129. Callback = function()
  130. print("button pressed")
  131. local args = {
  132. [1] = game:GetService("Lighting"):WaitForChild("Weapons"):WaitForChild("The Dark Lord's Blade"),
  133. [2] = "Weapon"
  134. }
  135.  
  136. game:GetService("Lighting"):WaitForChild("Buy"):FireServer(unpack(args))
  137. end
  138. })
  139. Tab:AddButton({
  140. Name = "Corruptions 010101 Effect",
  141. Callback = function()
  142. print("button pressed")
  143. local args = {
  144. [1] = game:GetService("Lighting"):WaitForChild("Armor"):WaitForChild("Corruptions 010101 Effect"),
  145. [2] = "Armor"
  146. }
  147.  
  148. game:GetService("Lighting"):WaitForChild("Buy"):FireServer(unpack(args))
  149. end
  150. })
  151. Tab:AddButton({
  152. Name = "Black Imposter Cone",
  153. Callback = function()
  154. print("button pressed")
  155. local args = {
  156. [1] = game:GetService("Lighting"):WaitForChild("Armor"):WaitForChild("Cone"),
  157. [2] = "Armor"
  158. }
  159.  
  160. game:GetService("Lighting"):WaitForChild("Buy"):FireServer(unpack(args))
  161. end
  162. })
  163. Tab:AddButton({
  164. Name = "Clock.",
  165. Callback = function()
  166. print("button pressed")
  167. local args = {
  168. [1] = game:GetService("Lighting"):WaitForChild("Armor"):WaitForChild("Clock."),
  169. [2] = "Armor"
  170. }
  171.  
  172. game:GetService("Lighting"):WaitForChild("Buy"):FireServer(unpack(args))
  173. end
  174. })
  175. Tab:AddButton({
  176. Name = "aaa (armor)",
  177. Callback = function()
  178. print("button pressed")
  179. local args = {
  180. [1] = game:GetService("Lighting"):WaitForChild("Armor"):WaitForChild("aaa"),
  181. [2] = "Armor"
  182. }
  183.  
  184. game:GetService("Lighting"):WaitForChild("Buy"):FireServer(unpack(args))
  185. end
  186. })
  187. Tab:AddButton({
  188. Name = "Put Items in Shop (go to food shop first)",
  189. Callback = function()
  190. print("button pressed")
  191. for i,v in pairs(game.Lighting:GetDescendants()) do
  192.  
  193. if v.ClassName == "StringValue" and v.Name == "Shop" then v.Value = "Food" end end
  194. end
  195. })
  196. Tab:AddButton({
  197. Name = "Delete Badge Doors to Christmas Area",
  198. Callback = function()
  199. print("button pressed")
  200. game.workspace.BadgeDoor:Destroy()
  201. game.workspace.BadgeDoor:Destroy()
  202. end
  203. })
  204. Tab:AddButton({
  205. Name = "Teleport to Unreleased Boss",
  206. Callback = function()
  207. print("button pressed")
  208. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(141.430756, 4.16374493, 580.940002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  209. end
  210. })
  211. local Tab = Window:MakeTab({
  212. Name = "Epic Special Mania",
  213. Icon = "rbxassetid://4483345998",
  214. PremiumOnly = false
  215. })
  216. local Section = Tab:AddSection({
  217. Name = "Scripts for Epic Special Mania"
  218. })
  219. Tab:AddButton({
  220. Name = "Infinite Damage Weapon",
  221. Callback = function()
  222. print("button pressed")
  223. local args = {
  224. [1] = game:GetService("Lighting"):WaitForChild("Weapons"):WaitForChild("InfDMG"),
  225. [2] = "Weapon"
  226. }
  227.  
  228. game:GetService("Lighting"):WaitForChild("Buy"):FireServer(unpack(args))
  229. end
  230. })
  231. Tab:AddButton({
  232. Name = "Infinite HP",
  233. Callback = function()
  234. print("button pressed")
  235. local args = {
  236. [1] = game:GetService("Lighting"):WaitForChild("Armor"):WaitForChild("InfHP"),
  237. [2] = "Armor"
  238. }
  239.  
  240. game:GetService("Lighting"):WaitForChild("Buy"):FireServer(unpack(args))
  241. end
  242. })
  243. local Tab = Window:MakeTab({
  244. Name = "Some Utmm Dummy Game",
  245. Icon = "rbxassetid://4483345998",
  246. PremiumOnly = false
  247. })
  248. local Section = Tab:AddSection({
  249. Name = "Scripts for Some Utmm Dummy Game"
  250. })
  251. Tab:AddButton({
  252. Name = "Free Gold",
  253. Callback = function()
  254. print("button pressed")
  255. local args = {
  256. [1] = game:GetService("Lighting"):WaitForChild("Weapons"):WaitForChild("StrangeKnife"),
  257. [2] = "Weapon"
  258. }
  259.  
  260. game:GetService("Lighting"):WaitForChild("Buy"):FireServer(unpack(args))
  261. end
  262. })
  263. Tab:AddButton({
  264. Name = "Admin Armor",
  265. Callback = function()
  266. print("button pressed")
  267. local args = {
  268. [1] = game:GetService("Lighting"):WaitForChild("Armor"):WaitForChild("admin armor"),
  269. [2] = "Armor"
  270. }
  271.  
  272. game:GetService("Lighting"):WaitForChild("Buy"):FireServer(unpack(args))
  273. end
  274. })
  275. local Tab = Window:MakeTab({
  276. Name = "Utmm: Roblox tale 2",
  277. Icon = "rbxassetid://4483345998",
  278. PremiumOnly = false
  279. })
  280. local Section = Tab:AddSection({
  281. Name = "Scripts for Utmm: Roblox tale 2"
  282. })
  283. Tab:AddButton({
  284. Name = "OP Weapon",
  285. Callback = function()
  286. print("button pressed")
  287. local args = {
  288. [1] = game:GetService("Lighting"):WaitForChild("Weapons"):WaitForChild("the")
  289. }
  290.  
  291. game:GetService("Lighting"):WaitForChild("EquipSkin"):FireServer(unpack(args))
  292. end
  293. })
  294. Tab:AddButton({
  295. Name = "Teleport To Event Bosses",
  296. Callback = function()
  297. print("button pressed")
  298. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(305.649994, 39.6381454, -780.594116, 0.0754395276, -0.434397787, 0.897556365, -1.71779924e-10, 0.90012145, 0.435639173, -0.997150421, -0.0328644142, 0.0679047257)
  299. end
  300. })
  301. local Tab = Window:MakeTab({
  302. Name = "Undertale: The Last Monsters",
  303. Icon = "rbxassetid://4483345998",
  304. PremiumOnly = false
  305. })
  306. local Section = Tab:AddSection({
  307. Name = "Scripts for Undertale: The Last Monsters"
  308. })
  309. Tab:AddButton({
  310. Name = "Inf Dmg Weapon",
  311. Callback = function()
  312. print("button pressed")
  313. local args = {
  314. [1] = game:GetService("Lighting"):WaitForChild("Weapons"):WaitForChild("GOD weapon"),
  315. [2] = "Weapon"
  316. }
  317.  
  318. game:GetService("Lighting"):WaitForChild("Buy"):FireServer(unpack(args))
  319. end
  320. })
  321. Tab:AddButton({
  322. Name = "Inf Health Armor",
  323. Callback = function()
  324. print("button pressed")
  325. local args = {
  326. [1] = game:GetService("Lighting"):WaitForChild("Armor"):WaitForChild("GOD armor"),
  327. [2] = "Armor"
  328. }
  329.  
  330. game:GetService("Lighting"):WaitForChild("Buy"):FireServer(unpack(args))
  331. end
  332. })
  333. Tab:AddButton({
  334. Name = "ADMIN Soul",
  335. Callback = function()
  336. print("button pressed")
  337. local args = {
  338. [1] = game:GetService("Lighting"):WaitForChild("SOULs"):WaitForChild("ADMIN soul"),
  339. [2] = "SOUL"
  340. }
  341.  
  342. game:GetService("Lighting"):WaitForChild("Buy"):FireServer(unpack(args))
  343. end
  344. })
  345. local Tab = Window:MakeTab({
  346. Name = "Paradox Utmm Mania",
  347. Icon = "rbxassetid://4483345998",
  348. PremiumOnly = false
  349. })
  350. local Section = Tab:AddSection({
  351. Name = "Scripts for Paradox Utmm Mania"
  352. })
  353. Tab:AddButton({
  354. Name = "Inf Gold Farm",
  355. Callback = function()
  356. print("button pressed")
  357. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-22.6317387, 59.5046768, 493.724915, -0.169594765, 0.196352124, -0.965755463, -2.22113394e-09, 0.979951203, 0.1992383, 0.985513926, 0.0337897763, -0.166194588)
  358. end
  359. })
  360. Tab:AddButton({
  361. Name = "Teleport To Admin Area",
  362. Callback = function()
  363. print("button pressed")
  364. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-55.7472572, 41.7054901, 409.129181, -0.0462736599, 0.455680549, -0.888939798, -3.22810445e-10, 0.889893115, 0.456169188, 0.998928845, 0.021108618, -0.0411786065)
  365. end
  366. })
  367. Tab:AddButton({
  368. Name = "Sam's Sword",
  369. Callback = function()
  370. print("button pressed")
  371. local args = {
  372. [1] = game:GetService("Lighting"):WaitForChild("Weapons"):WaitForChild("Sam's Sword (Metal Gear Rising)")
  373. }
  374.  
  375. game:GetService("Lighting"):WaitForChild("EquipSkin"):FireServer(unpack(args))
  376. end
  377. })
  378. Tab:AddButton({
  379. Name = "Delete a Reset Door",
  380. Callback = function()
  381. print("button pressed")
  382. workspace.ResetDoor.ResetDoor:Destroy()
  383. end
  384. })
  385. Tab:AddButton({
  386. Name = "Teleport To Insane Owner (after you delete the reset door)",
  387. Callback = function()
  388. print("button pressed")
  389. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(99.2397766, 25.8000221, -132.484543, -0.4856143, 0, -0.874173164, 0, 1, 0, 0.874173164, 0, -0.4856143)
  390. end
  391. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement