Advertisement
Ignas_Liutvinas_Rly

Untitled

Oct 9th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.29 KB | None | 0 0
  1. local Doge = Instance.new("ScreenGui")
  2. local Whitelist = Instance.new("Frame")
  3. local Logo = Instance.new("ImageLabel")
  4. local Title = Instance.new("TextLabel")
  5. local Frame = Instance.new("Frame")
  6. local Key = Instance.new("TextBox")
  7. local Submit = Instance.new("TextButton")
  8. local Executor = Instance.new("Frame")
  9. local Logo_2 = Instance.new("ImageLabel")
  10. local Title_2 = Instance.new("TextLabel")
  11. local Frame_2 = Instance.new("Frame")
  12. local SSinput = Instance.new("TextBox")
  13. local Execute = Instance.new("TextButton")
  14. local Clear = Instance.new("TextButton")
  15. --Properties:
  16. Doge.Name = " /Doge\\ "
  17. Doge.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  18.  
  19. Whitelist.Name = "Whitelist"
  20. Whitelist.Parent = Doge
  21. Whitelist.Active = true
  22. Whitelist.BackgroundColor3 = Color3.new(0.972549, 1, 0.435294)
  23. Whitelist.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  24. Whitelist.BorderSizePixel = 2
  25. Whitelist.Position = UDim2.new(0.126315787, 0, 0.191650853, 0)
  26. Whitelist.Size = UDim2.new(0, 310, 0, 26)
  27.  
  28. Logo.Name = "Logo"
  29. Logo.Parent = Whitelist
  30. Logo.BackgroundColor3 = Color3.new(1, 1, 1)
  31. Logo.BackgroundTransparency = 1
  32. Logo.Size = UDim2.new(0, 31, 0, 26)
  33. Logo.Image = "rbxassetid://161722892"
  34.  
  35. Title.Name = "Title"
  36. Title.Parent = Whitelist
  37. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  38. Title.BackgroundTransparency = 1
  39. Title.Position = UDim2.new(0.122580647, 0, 0, 0)
  40. Title.Size = UDim2.new(0, 200, 0, 26)
  41. Title.Font = Enum.Font.Cartoon
  42. Title.Text = "Doge Whitelist"
  43. Title.TextColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  44. Title.TextScaled = true
  45. Title.TextSize = 14
  46. Title.TextWrapped = true
  47.  
  48. Frame.Parent = Whitelist
  49. Frame.BackgroundColor3 = Color3.new(0.972549, 1, 0.435294)
  50. Frame.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  51. Frame.BorderSizePixel = 2
  52. Frame.Position = UDim2.new(0, 0, 1.34615386, 0)
  53. Frame.Size = UDim2.new(0, 310, 0, 135)
  54.  
  55. Key.Name = "Key"
  56. Key.Parent = Frame
  57. Key.BackgroundColor3 = Color3.new(1, 1, 1)
  58. Key.BorderSizePixel = 0
  59. Key.Position = UDim2.new(0.0419354849, 0, 0.118518516, 0)
  60. Key.Size = UDim2.new(0, 281, 0, 26)
  61. Key.ClearTextOnFocus = false
  62. Key.Font = Enum.Font.Cartoon
  63. Key.PlaceholderText = "Enter key Here."
  64. Key.ShowNativeInput = false
  65. Key.Text = ""
  66. Key.TextColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  67. Key.TextSize = 24
  68. Key.TextWrapped = true
  69. Key.TextXAlignment = Enum.TextXAlignment.Left
  70.  
  71. Submit.Name = "Submit"
  72. Submit.Parent = Frame
  73. Submit.BackgroundColor3 = Color3.new(1, 1, 1)
  74. Submit.BorderSizePixel = 0
  75. Submit.Position = UDim2.new(0.0958787724, 0, 0.475498438, 0)
  76. Submit.Size = UDim2.new(0, 247, 0, 39)
  77. Submit.Font = Enum.Font.Cartoon
  78. Submit.Text = "Submit key"
  79. Submit.TextColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  80. Submit.TextScaled = true
  81. Submit.TextSize = 14
  82. Submit.TextWrapped = true
  83.  
  84. Executor.Name = "Executor"
  85. Executor.Parent = Doge
  86. Executor.Active = true
  87. Executor.BackgroundColor3 = Color3.new(0.972549, 1, 0.435294)
  88. Executor.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  89. Executor.BorderSizePixel = 2
  90. Executor.Position = UDim2.new(0.264473677, 0, 0.394686908, 0)
  91. Executor.Size = UDim2.new(0, 388, 0, 26)
  92. Executor.Visible = false
  93.  
  94. Logo_2.Name = "Logo"
  95. Logo_2.Parent = Executor
  96. Logo_2.BackgroundColor3 = Color3.new(1, 1, 1)
  97. Logo_2.BackgroundTransparency = 1
  98. Logo_2.Size = UDim2.new(0, 31, 0, 26)
  99. Logo_2.Image = "rbxassetid://161722892"
  100.  
  101. Title_2.Name = "Title"
  102. Title_2.Parent = Executor
  103. Title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  104. Title_2.BackgroundTransparency = 1
  105. Title_2.Position = UDim2.new(0.122580647, 0, 0, 0)
  106. Title_2.Size = UDim2.new(0, 200, 0, 26)
  107. Title_2.Font = Enum.Font.Cartoon
  108. Title_2.Text = "Doge SS Executor"
  109. Title_2.TextColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  110. Title_2.TextScaled = true
  111. Title_2.TextSize = 14
  112. Title_2.TextWrapped = true
  113.  
  114. Frame_2.Parent = Executor
  115. Frame_2.BackgroundColor3 = Color3.new(0.972549, 1, 0.435294)
  116. Frame_2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  117. Frame_2.BorderSizePixel = 2
  118. Frame_2.Position = UDim2.new(0, 0, 1.34615386, 0)
  119. Frame_2.Size = UDim2.new(0, 388, 0, 166)
  120.  
  121. SSinput.Name = "SSinput"
  122. SSinput.Parent = Frame_2
  123. SSinput.BackgroundColor3 = Color3.new(1, 1, 1)
  124. SSinput.BorderSizePixel = 0
  125. SSinput.Position = UDim2.new(0.0161622819, 0, 0.0402052552, 0)
  126. SSinput.Size = UDim2.new(0, 321, 0, 128)
  127. SSinput.ClearTextOnFocus = false
  128. SSinput.Font = Enum.Font.Cartoon
  129. SSinput.PlaceholderText = "Enter module Here."
  130. SSinput.ShowNativeInput = false
  131. SSinput.Text = ""
  132. SSinput.TextColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  133. SSinput.TextSize = 24
  134. SSinput.TextWrapped = true
  135. SSinput.TextXAlignment = Enum.TextXAlignment.Left
  136. SSinput.TextYAlignment = Enum.TextYAlignment.Top
  137.  
  138. Execute.Name = "Execute"
  139. Execute.Parent = Frame_2
  140. Execute.BackgroundColor3 = Color3.new(1, 1, 1)
  141. Execute.BorderSizePixel = 0
  142. Execute.Position = UDim2.new(0.0159818511, 0, 0.80682373, 0)
  143. Execute.Size = UDim2.new(0, 182, 0, 22)
  144. Execute.Font = Enum.Font.Cartoon
  145. Execute.Text = "Execute"
  146. Execute.TextColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  147. Execute.TextScaled = true
  148. Execute.TextSize = 14
  149. Execute.TextWrapped = true
  150.  
  151. Clear.Name = "Clear"
  152. Clear.Parent = Frame_2
  153. Clear.BackgroundColor3 = Color3.new(1, 1, 1)
  154. Clear.BorderSizePixel = 0
  155. Clear.Position = UDim2.new(0.485054016, 0, 0.80682373, 0)
  156. Clear.Size = UDim2.new(0, 113, 0, 22)
  157. Clear.Font = Enum.Font.Cartoon
  158. Clear.Text = "Clear"
  159. Clear.TextColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  160. Clear.TextScaled = true
  161. Clear.TextSize = 14
  162. Clear.TextWrapped = true
  163. -- Scripts:
  164. function SCRIPT_AMPN79_FAKESCRIPT() -- Doge.Whitelist system
  165. local script = Instance.new('LocalScript')
  166. script.Parent = Doge
  167. local whitelisttop = script.Parent.Whitelist
  168. whitelisttop.Draggable = true
  169. local frame = script.Parent.Whitelist.Frame
  170. local keyinput = frame.Key
  171. local submit = frame.Submit
  172.  
  173. submit.MouseButton1Click:connect(function()
  174. if keyinput.Text == "DoggoisdaBest" then
  175. game.StarterGui:SetCore("SendNotification", {
  176. Title = "Checking Key";
  177. Text = "Were checking Your key!";
  178. })
  179. wait(5)
  180. game.StarterGui:SetCore("SendNotification", {
  181. Title = "Key Worked";
  182. Text = "Your key is Granted";
  183. Button1 = "Okay";
  184. })
  185. else
  186. game.StarterGui:SetCore("SendNotification", {
  187. Title = "Checking Key";
  188. Text = "Were checking Your key!";
  189. })
  190. wait(5)
  191. game.StarterGui:SetCore("SendNotification", {
  192. Title = "Key Dosent Worked";
  193. Text = "Your key is Denied";
  194. Button1 = "Okay";
  195. })
  196. end
  197. end)
  198.  
  199. end
  200. coroutine.resume(coroutine.create(SCRIPT_AMPN79_FAKESCRIPT))
  201. function SCRIPT_MUBD82_FAKESCRIPT() -- Doge.Executor system
  202. local script = Instance.new('LocalScript')
  203. script.Parent = Doge
  204. local executor = script.Parent.Executor
  205. executor.Draggable = true
  206. local frame = script.Parent.Executor.Frame
  207. local input = frame.SSinput
  208. local exe = frame.Execute
  209. local cle = frame.Clear
  210.  
  211. exe.MouseButton1Click:connect(function()
  212. if game.ReplicatedStorage:FindFirstChild("RemoteEvent") then
  213. game.ReplicatedStorage.RemoteEvent:FireServer(input.Text)
  214. else
  215. game.StarterGui:SetCore("SendNotification", {
  216. Title = ":( Havent found Remote";
  217. Text = "The SS Remote isnt Found please Join a Game that has One.";
  218. Button1 = "Okay";
  219. })
  220. end
  221. end)
  222. cle.MouseButton1Click:connect(function()
  223. input.Text = ''
  224. game.StarterGui:SetCore("SendNotification", {
  225. Title = "Cleared input";
  226. Text = "Cleared the Input.";
  227. Button1 = "Okay";
  228. })
  229. end)
  230.  
  231. end
  232. coroutine.resume(coroutine.create(SCRIPT_MUBD82_FAKESCRIPT))
  233. function SCRIPT_BELK65_FAKESCRIPT() -- Doge.Welcome system
  234. local script = Instance.new('LocalScript')
  235. script.Parent = Doge
  236. game.StarterGui:SetCore("SendNotification", {
  237. Title = "Welcome to Doge SS Beta";
  238. Text = "'This is only the First Release soo Dont hate on Me'Doge SS Can execute 'ANY' Module and LUA, Supporst Modules, Lua, Loadstring";
  239. Duration = 10;
  240. Button1 = "Okay";
  241. })
  242. game.StarterGui:SetCore("SendNotification", {
  243. Title = "Warring";
  244. Text = "Module cant Not Work If a RemoteEvent is not Supported";
  245. Duration = 10;
  246. Button1 = "Okay";
  247. })
  248. wait(2)
  249. game.StarterGui:SetCore("SendNotification", {
  250. Title = "Enter Key";
  251. Text = "Enter the Key to Continue";
  252. Duration = 10;
  253. Button1 = "Okay";
  254. })
  255.  
  256. end
  257. coroutine.resume(coroutine.create(SCRIPT_BELK65_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement