Advertisement
Ben_Scripts343

Oretary Script [SKIDZ]

Jan 22nd, 2021
4,675
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.80 KB | None | 0 0
  1.  
  2. local player = game.Players.LocalPlayer
  3.  
  4. player.Chatted:connect(function(cht)
  5. if cht:match("Discord") then
  6. local args = {
  7. [1] = "D\227\131\189iscd ruth and code #3661M",
  8. [2] = "All"
  9. }
  10.  
  11. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  12. elseif cht:match("/IY") then
  13. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  14. elseif cht:match("/Hub") then
  15. local commandGUI = Instance.new("ScreenGui")
  16. local Main = Instance.new("ScrollingFrame")
  17. local Title = Instance.new("TextLabel")
  18. local NormalRagdoll = Instance.new("TextButton")
  19. local NormalStand = Instance.new("TextButton")
  20. local Ragdoll = Instance.new("TextButton")
  21. local Stand = Instance.new("TextButton")
  22. local Cash = Instance.new("TextButton")
  23. local Door = Instance.new("TextButton")
  24. local Freire = Instance.new("TextButton")
  25. local EXIT = Instance.new("TextButton")
  26. local Angel = Instance.new("TextButton")
  27.  
  28. commandGUI.Name = "commandGUI"
  29. commandGUI.Parent = game.CoreGui
  30. commandGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  31.  
  32. Main.Name = "Main"
  33. Main.Parent = commandGUI
  34. Main.Active = true
  35. Main.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  36. Main.BorderColor3 = Color3.new(0.176471, 0.192157, 0.207843)
  37. Main.BorderSizePixel = 0
  38. Main.Position = UDim2.new(0.0930656865, 0, 0.354838699, 0)
  39. Main.Size = UDim2.new(0, 294, 0, 198)
  40. Main.CanvasPosition = Vector2.new(0, 600)
  41.  
  42. Title.Name = "Title"
  43. Title.Parent = Main
  44. Title.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  45. Title.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  46. Title.BorderSizePixel = 0
  47. Title.Size = UDim2.new(0, 282, 0, 59)
  48. Title.Font = Enum.Font.SciFi
  49. Title.Text = "Oretary F*cker"
  50. Title.TextColor3 = Color3.new(0.341176, 0.380392, 0.384314)
  51. Title.TextScaled = true
  52. Title.TextSize = 14
  53. Title.TextWrapped = true
  54.  
  55. NormalRagdoll.Name = "NormalRagdoll"
  56. NormalRagdoll.Parent = Main
  57. NormalRagdoll.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  58. NormalRagdoll.Position = UDim2.new(0.0510204062, 0, 0.0749525577, 0)
  59. NormalRagdoll.Size = UDim2.new(0, 100, 0, 40)
  60. NormalRagdoll.Font = Enum.Font.SourceSans
  61. NormalRagdoll.Text = "N.Ragdoll"
  62. NormalRagdoll.TextColor3 = Color3.new(0, 0, 0)
  63. NormalRagdoll.TextSize = 14
  64. NormalRagdoll.MouseButton1Click:connect(function()
  65. local args = {
  66. [1] = "RagdollMode",
  67. [2] = true
  68. }
  69.  
  70. game:GetService("ReplicatedStorage").Events.Player:FireServer(unpack(args))
  71.  
  72. end)
  73.  
  74. NormalStand.Name = "NormalStand"
  75. NormalStand.Parent = Main
  76. NormalStand.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  77. NormalStand.Position = UDim2.new(0.619047582, 0, 0.0749525577, 0)
  78. NormalStand.Size = UDim2.new(0, 100, 0, 40)
  79. NormalStand.Font = Enum.Font.SourceSans
  80. NormalStand.Text = "N.Stand"
  81. NormalStand.TextColor3 = Color3.new(0, 0, 0)
  82. NormalStand.TextSize = 14
  83. NormalStand.MouseButton1Click:connect(function()
  84. local args = {
  85. [1] = "RagdollMode",
  86. [2] = false
  87. }
  88.  
  89. game:GetService("ReplicatedStorage").Events.Player:FireServer(unpack(args))
  90.  
  91. end)
  92.  
  93. Ragdoll.Name = "Ragdoll"
  94. Ragdoll.Parent = Main
  95. Ragdoll.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  96. Ragdoll.Position = UDim2.new(0.0510203838, 0, 0.141366214, 0)
  97. Ragdoll.Size = UDim2.new(0, 100, 0, 40)
  98. Ragdoll.Font = Enum.Font.SourceSans
  99. Ragdoll.Text = "Stand Ragdoll"
  100. Ragdoll.TextColor3 = Color3.new(0, 0, 0)
  101. Ragdoll.TextSize = 14
  102. Ragdoll.MouseButton1Click:connect(function()
  103. local args = {
  104. [1] = "StartRagdoll",
  105. [2] = 16,
  106. [3] = 40
  107. }
  108.  
  109. game:GetService("ReplicatedStorage").Events.PlatformStandRagdoll:FireServer(unpack(args))
  110. end)
  111.  
  112. Stand.Name = "Stand"
  113. Stand.Parent = Main
  114. Stand.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  115. Stand.Position = UDim2.new(0.619047582, 0, 0.141366214, 0)
  116. Stand.Size = UDim2.new(0, 100, 0, 40)
  117. Stand.Font = Enum.Font.SourceSans
  118. Stand.Text = "Weird Ragdoll off"
  119. Stand.TextColor3 = Color3.new(0, 0, 0)
  120. Stand.TextSize = 14
  121. Stand.MouseButton1Click:connect(function()
  122. local args = {
  123. [1] = "StopRagdoll",
  124. [2] = 16,
  125. [3] = 40
  126. }
  127.  
  128. game:GetService("ReplicatedStorage").Events.PlatformStandRagdoll:FireServer(unpack(args))
  129. end)
  130.  
  131. Door.Name = "Door"
  132. Door.Parent = Main
  133. Door.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  134. Door.Position = UDim2.new(0.619047582, 0, 0.217267543, 0)
  135. Door.Size = UDim2.new(0, 100, 0, 40)
  136. Door.Font = Enum.Font.SourceSans
  137. Door.Text = "Market Door lv1"
  138. Door.TextColor3 = Color3.new(0, 0, 0)
  139. Door.TextSize = 14
  140. Door.MouseButton1Click:connect(function()
  141. workspace.GameAssets.Door_OCV2_Wood.OpenDoor.ClickDetector:FireServer()
  142. end)
  143.  
  144. EXIT.Name = "EXIT"
  145. EXIT.Parent = Main
  146. EXIT.BackgroundColor3 = Color3.new(0.74902, 0.784314, 0.568627)
  147. EXIT.Position = UDim2.new(0.0544013493, 0, 0.603758991, 0)
  148. EXIT.Size = UDim2.new(0, 260, 0, 104)
  149. EXIT.Font = Enum.Font.SourceSans
  150. EXIT.Text = "EXIT"
  151. EXIT.TextColor3 = Color3.new(0.976471, 0.2, 0.00392157)
  152. EXIT.TextScaled = true
  153. EXIT.TextSize = 16
  154. EXIT.TextWrapped = true
  155. EXIT.MouseButton1Click:connect(function()
  156. Main.Visible = false
  157. end)
  158.  
  159.  
  160. game:GetService("StarterGui"):SetCore("SendNotification",{
  161. Title = "Credits";
  162. Text = "GhostllyAngxl, 11Freire and BenTheBestAdmin";
  163. })
  164.  
  165. wait(2)
  166. game:GetService("StarterGui"):SetCore("SendNotification",{
  167. Title = "Cmds FOR SKIDZ";
  168. Text = "/IY for script Infite Yield and /Hub to open the script ting when it exits";
  169. })
  170.  
  171. wait(0.2)
  172. game:GetService("StarterGui"):SetCore("SendNotification",{
  173. Title = "IF U WANT THE FULL VERSION COME TO MY DISCORD";
  174. Text = "/Discord for me discord";
  175. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement