RuineKiller

Memedog's SS Executor

Oct 8th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.99 KB | None | 0 0
  1. local ssexecutor = Instance.new("ScreenGui")
  2. local Main = Instance.new("Frame")
  3. local nameofgui = Instance.new("TextLabel")
  4. local hereboi = Instance.new("TextBox")
  5. local exe = Instance.new("TextButton")
  6. local bam = Instance.new("TextButton")
  7. local border = Instance.new("TextLabel")
  8. local ham = Instance.new("TextButton")
  9. local bl = Instance.new("TextButton")
  10. local mo = Instance.new("TextButton")
  11. local r = Instance.new("TextButton")
  12. local voo = Instance.new("TextButton")
  13. local xes = Instance.new("TextButton")
  14.  
  15. ssexecutor.Name = "ssexecutor"
  16. ssexecutor.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  17. ssexecutor.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  18. ssexecutor.ResetOnSpawn = false
  19.  
  20. Main.Name = "Main"
  21. Main.Parent = ssexecutor
  22. Main.BackgroundColor3 = Color3.new(0, 1, 1)
  23. Main.Position = UDim2.new(0.298872203, 0, 0.0380434804, 0)
  24. Main.Size = UDim2.new(0, 554, 0, 328)
  25. Main.Style = Enum.FrameStyle.RobloxRound
  26. Main.Active = true
  27. Main.Selectable = true
  28. Main.Draggable = true
  29.  
  30. nameofgui.Name = "nameofgui"
  31. nameofgui.Parent = Main
  32. nameofgui.BackgroundColor3 = Color3.new(1, 1, 1)
  33. nameofgui.BackgroundTransparency = 1
  34. nameofgui.Position = UDim2.new(-0.00315642101, 0, -0.0270833485, 0)
  35. nameofgui.Size = UDim2.new(0, 554, 0, 26)
  36. nameofgui.Font = Enum.Font.SourceSans
  37. nameofgui.Text = "Memedog's SS Executor V2"
  38. nameofgui.TextColor3 = Color3.new(1, 1, 1)
  39. nameofgui.TextSize = 18
  40. nameofgui.TextXAlignment = Enum.TextXAlignment.Left
  41.  
  42. hereboi.Name = "hereboi"
  43. hereboi.Parent = Main
  44. hereboi.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  45. hereboi.BackgroundTransparency = 0.050000000745058
  46. hereboi.Position = UDim2.new(-0.0126353791, 0, 0.127432659, 0)
  47. hereboi.Size = UDim2.new(0, 377, 0, 222)
  48. hereboi.Font = Enum.Font.SourceSans
  49. hereboi.PlaceholderText = "-- You don't have any script? dm Memedog#0001 to get some."
  50. hereboi.Text = ""
  51. hereboi.TextColor3 = Color3.new(0, 1, 1)
  52. hereboi.TextSize = 18
  53. hereboi.TextWrapped = true
  54. hereboi.TextXAlignment = Enum.TextXAlignment.Left
  55. hereboi.TextYAlignment = Enum.TextYAlignment.Top
  56. hereboi.ClearTextOnFocus = false
  57.  
  58. exe.Name = "exe"
  59. exe.Parent = Main
  60. exe.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  61. exe.BorderColor3 = Color3.new(0, 0, 0)
  62. exe.BorderSizePixel = 0
  63. exe.Position = UDim2.new(0.010621055, 0, 0.878181159, 0)
  64. exe.Size = UDim2.new(0, 132, 0, 31)
  65. exe.Font = Enum.Font.SourceSans
  66. exe.Text = "Execute"
  67. exe.TextColor3 = Color3.new(0, 0.666667, 1)
  68. exe.TextSize = 20
  69. exe.MouseButton1Click:connect(function()
  70. game.ReplicatedStorage.RemoteEvent:FireServer(hereboi.Text)
  71. end)
  72.  
  73. bam.Name = "bam"
  74. bam.Parent = Main
  75. bam.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  76. bam.BorderSizePixel = 0
  77. bam.Position = UDim2.new(0.387877345, 0, 0.875132382, 0)
  78. bam.Size = UDim2.new(0, 132, 0, 31)
  79. bam.Font = Enum.Font.SourceSans
  80. bam.Text = "Clear"
  81. bam.TextColor3 = Color3.new(0, 0.666667, 1)
  82. bam.TextSize = 20
  83. bam.MouseButton1Click:connect(function()
  84. hereboi.Text = ""
  85. end)
  86.  
  87. border.Name = "border"
  88. border.Parent = Main
  89. border.BackgroundColor3 = Color3.new(1, 1, 1)
  90. border.Position = UDim2.new(0.686270535, 0, -0.024390243, 0)
  91. border.Size = UDim2.new(0, 8, 0, 327)
  92. border.Font = Enum.Font.SourceSans
  93. border.Text = ""
  94. border.TextColor3 = Color3.new(0, 0, 0)
  95. border.TextSize = 14
  96.  
  97. ham.Name = "ham"
  98. ham.Parent = Main
  99. ham.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  100. ham.Position = UDim2.new(0.721566081, 0, 0.01695963, 0)
  101. ham.Size = UDim2.new(0, 139, 0, 29)
  102. ham.Font = Enum.Font.SourceSans
  103. ham.Text = "Ban Hammer"
  104. ham.TextColor3 = Color3.new(1, 1, 1)
  105. ham.TextSize = 20
  106. ham.MouseButton1Click:connect(function()
  107. hereboi.Text = "require(2992280097):Fire(\"namehere\")"
  108. end)
  109.  
  110. bl.Name = "bl"
  111. bl.Parent = Main
  112. bl.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  113. bl.Position = UDim2.new(0.721566081, 0, 0.16330108, 0)
  114. bl.Size = UDim2.new(0, 139, 0, 29)
  115. bl.Font = Enum.Font.SourceSans
  116. bl.Text = "Blox Watch"
  117. bl.TextColor3 = Color3.new(1, 1, 1)
  118. bl.TextSize = 20
  119. bl.MouseButton1Click:connect(function()
  120. hereboi.Text = "require(2954138784).load(\"namehere\")"
  121. end)
  122.  
  123. mo.Name = "mo"
  124. mo.Parent = Main
  125. mo.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  126. mo.Position = UDim2.new(0.721566081, 0, 0.318788886, 0)
  127. mo.Size = UDim2.new(0, 139, 0, 29)
  128. mo.Font = Enum.Font.SourceSans
  129. mo.Text = "Modded MML"
  130. mo.TextColor3 = Color3.new(1, 1, 1)
  131. mo.TextSize = 20
  132. mo.MouseButton1Click:connect(function()
  133. hereboi.Text = "require(3043952668).MMLHax(\"namehere\",\"mmlhax\")"
  134. end)
  135.  
  136. r.Name = "r"
  137. r.Parent = Main
  138. r.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  139. r.Position = UDim2.new(0.721566081, 0, 0.483423054, 0)
  140. r.Size = UDim2.new(0, 139, 0, 29)
  141. r.Font = Enum.Font.SourceSans
  142. r.Text = "R6"
  143. r.TextColor3 = Color3.new(1, 1, 1)
  144. r.TextSize = 20
  145. r.MouseButton1Click:connect(function()
  146. hereboi.Text = "require(2453442372).load(\"namehere\")"
  147. end)
  148.  
  149. voo.Name = "voo"
  150. voo.Parent = Main
  151. voo.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  152. voo.Position = UDim2.new(0.721566081, 0, 0.660252333, 0)
  153. voo.Size = UDim2.new(0, 139, 0, 29)
  154. voo.Font = Enum.Font.SourceSans
  155. voo.Text = "Voodoo Child"
  156. voo.TextColor3 = Color3.new(1, 1, 1)
  157. voo.TextSize = 20
  158. voo.MouseButton1Click:connect(function()
  159. hereboi.Text = "require(2858514503):Fire('namehere','i baked you a pie')"
  160. end)
  161.  
  162. xes.Name = "xes"
  163. xes.Parent = Main
  164. xes.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  165. xes.Position = UDim2.new(0.721566081, 0, 0.827935278, 0)
  166. xes.Size = UDim2.new(0, 139, 0, 29)
  167. xes.Font = Enum.Font.SourceSans
  168. xes.Text = "Xester (my favorite)"
  169. xes.TextColor3 = Color3.new(1, 1, 1)
  170. xes.TextSize = 20
  171. xes.MouseButton1Click:connect(function()
  172. hereboi.Text = "require(2918747265).load(\"Name\")"
  173. end)
  174.  
  175. p = game.Players.LocalPlayer
  176. mouse = p:GetMouse()
  177.  
  178. mouse.KeyDown:connect(function(key)
  179. if key == "h" then
  180. if Main.Visible == true then
  181. Main.Visible = false
  182. else
  183. Main.Visible = true
  184. end
  185. end
  186. end)
Add Comment
Please, Sign In to add comment