Advertisement
Guest User

EH

a guest
Feb 16th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.95 KB | None | 0 0
  1. -- Objects
  2.  
  3. local SpyderV1 = Instance.new("ScreenGui")
  4. local Spyder = Instance.new("Frame")
  5. local Password = Instance.new("TextBox")
  6. local Username = Instance.new("TextBox")
  7. local Login = Instance.new("TextLabel")
  8. local Submit = Instance.new("TextButton")
  9. local BarFrame = Instance.new("Frame")
  10. local Bar1 = Instance.new("TextLabel")
  11. local Exit = Instance.new("TextButton")
  12. local Credits = Instance.new("TextLabel")
  13. local Choose = Instance.new("Frame")
  14. local HUB = Instance.new("TextButton")
  15. local Executer = Instance.new("TextButton")
  16. local Bar2 = Instance.new("Frame")
  17. local WIP = Instance.new("TextLabel")
  18. local Pick = Instance.new("TextLabel")
  19. local TextButton = Instance.new("TextButton")
  20. local LuaExe = Instance.new("Frame")
  21. local Title2 = Instance.new("Frame")
  22. local Anotherexit = Instance.new("TextButton")
  23. local Whitelist = Instance.new("TextLabel")
  24. local NOLEAK = Instance.new("TextLabel")
  25. local Spyderlua = Instance.new("TextLabel")
  26. local Executebutton = Instance.new("TextButton")
  27. local OpenButton = Instance.new("TextButton")
  28. local Clearbutton = Instance.new("TextButton")
  29. local Executebox = Instance.new("TextBox")
  30. local Thanks = Instance.new("TextLabel")
  31. local ScriptHub = Instance.new("Frame")
  32. local Frame = Instance.new("Frame")
  33. local TextButton_2 = Instance.new("TextButton")
  34. local TitleC = Instance.new("TextLabel")
  35. local SuicideBomb = Instance.new("TextButton")
  36. local _666 = Instance.new("TextButton")
  37. local DualGuns = Instance.new("TextButton")
  38. local WIPwarning = Instance.new("TextLabel")
  39. local Serverdestroy = Instance.new("TextButton")
  40.  
  41. -- Properties
  42.  
  43. SpyderV1.Name = "SpyderV1"
  44. SpyderV1.Parent = game.CoreGui
  45.  
  46. Spyder.Name = "Spyder"
  47. Spyder.Parent = SpyderV1
  48. Spyder.Active = true
  49. Spyder.BackgroundColor3 = Color3.new(0, 0, 0)
  50. Spyder.BackgroundTransparency = 0.40000000596046
  51. Spyder.BorderColor3 = Color3.new(0, 0, 0.498039)
  52. Spyder.BorderSizePixel = 4
  53. Spyder.Draggable = true
  54. Spyder.Position = UDim2.new(0.0257163998, 0, 0.114914514, 0)
  55. Spyder.Size = UDim2.new(0, 272, 0, 308)
  56.  
  57. Password.Name = "Password"
  58. Password.Parent = Spyder
  59. Password.BackgroundColor3 = Color3.new(1, 1, 1)
  60. Password.BackgroundTransparency = 0.89999997615814
  61. Password.Position = UDim2.new(0.132352948, 0, 0.503246665, 0)
  62. Password.Size = UDim2.new(0, 200, 0, 30)
  63. Password.Font = Enum.Font.SourceSans
  64. Password.Text = "Password"
  65. Password.TextColor3 = Color3.new(0, 1, 1)
  66. Password.TextSize = 30
  67.  
  68. Username.Name = "Username"
  69. Username.Parent = Spyder
  70. Username.BackgroundColor3 = Color3.new(1, 1, 1)
  71. Username.BackgroundTransparency = 0.89999997615814
  72. Username.Position = UDim2.new(0.132352948, 0, 0.314935029, 0)
  73. Username.Size = UDim2.new(0, 200, 0, 30)
  74. Username.Font = Enum.Font.SourceSans
  75. Username.Text = "Username"
  76. Username.TextColor3 = Color3.new(0, 1, 1)
  77. Username.TextSize = 30
  78.  
  79. Login.Name = "Login"
  80. Login.Parent = Spyder
  81. Login.BackgroundColor3 = Color3.new(1, 1, 1)
  82. Login.BackgroundTransparency = 1
  83. Login.Position = UDim2.new(0.132352948, 0, 0.113636367, 0)
  84. Login.Size = UDim2.new(0, 200, 0, 50)
  85. Login.Font = Enum.Font.SourceSans
  86. Login.Text = "Login"
  87. Login.TextColor3 = Color3.new(0, 1, 1)
  88. Login.TextSize = 60
  89.  
  90.  
  91. Submit.Name = "Submit"
  92. Submit.Parent = Spyder
  93. Submit.BackgroundColor3 = Color3.new(0, 0.0980392, 1)
  94. Submit.Position = UDim2.new(0.132352948, 0, 0.720779181, 0)
  95. Submit.Size = UDim2.new(0, 200, 0, 50)
  96. Submit.Font = Enum.Font.SourceSans
  97. Submit.Text = "Submit"
  98. Submit.TextColor3 = Color3.new(0, 1, 1)
  99. Submit.TextSize = 50
  100. Submit.MouseButton1Down:connect(function()
  101.  
  102. if Username.Text == "RobloxXploits" and Password.Text == "BuddiBoi" then
  103. Spyder.Visible = false
  104. Choose.Visible = true
  105. end
  106.  
  107. end)
  108.  
  109. BarFrame.Name = "BarFrame"
  110. BarFrame.Parent = Spyder
  111. BarFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  112. BarFrame.Size = UDim2.new(0, 272, 0, 35)
  113.  
  114. Bar1.Name = "Bar1"
  115. Bar1.Parent = BarFrame
  116. Bar1.BackgroundColor3 = Color3.new(1, 1, 1)
  117. Bar1.BackgroundTransparency = 1
  118. Bar1.Position = UDim2.new(0.132352948, 0, 0, 0)
  119. Bar1.Size = UDim2.new(0, 200, 0, 35)
  120. Bar1.Font = Enum.Font.SourceSans
  121. Bar1.Text = "Spyder-V1"
  122. Bar1.TextColor3 = Color3.new(0, 1, 1)
  123. Bar1.TextSize = 40
  124. Bar1.TextWrapped = true
  125.  
  126. Exit.Name = "Exit"
  127. Exit.Parent = BarFrame
  128. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  129. Exit.Position = UDim2.new(0.889705896, 0, 0, 0)
  130. Exit.Size = UDim2.new(0, 30, 0, 35)
  131. Exit.Font = Enum.Font.SourceSans
  132. Exit.Text = "X"
  133. Exit.TextSize = 50
  134.  
  135. Credits.Name = "Credits"
  136. Credits.Parent = Spyder
  137. Credits.BackgroundColor3 = Color3.new(1, 0, 1)
  138. Credits.BackgroundTransparency = 1
  139. Credits.Position = UDim2.new(0, 0, 0.883116901, 0)
  140. Credits.Size = UDim2.new(0, 272, 0, 36)
  141. Credits.Font = Enum.Font.SourceSans
  142. Credits.Text = "Made by Davii#5243 & ThisW0ntGetBanned#7965"
  143. Credits.TextColor3 = Color3.new(0, 1, 0)
  144. Credits.TextSize = 14
  145.  
  146. Choose.Name = "Choose"
  147. Choose.Parent = SpyderV1
  148. Choose.Active = true
  149. Choose.BackgroundColor3 = Color3.new(0, 0, 0)
  150. Choose.BackgroundTransparency = 0.40000000596046
  151. Choose.Draggable = true
  152. Choose.Position = UDim2.new(0.260102779, 0, 0.383863091, 0)
  153. Choose.Size = UDim2.new(0, 572, 0, 393)
  154. Choose.Visible = false
  155.  
  156. HUB.Name = "HUB"
  157. HUB.Parent = Choose
  158. HUB.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  159. HUB.Position = UDim2.new(0.0646853149, 0, 0.436386764, 0)
  160. HUB.Size = UDim2.new(0, 200, 0, 50)
  161. HUB.Font = Enum.Font.SourceSans
  162. HUB.Text = "Script HUB"
  163. HUB.TextSize = 50
  164.  
  165. Executer.Name = "Executer"
  166. Executer.Parent = Choose
  167. Executer.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  168. Executer.Position = UDim2.new(0.594405651, 0, 0.435114503, 0)
  169. Executer.Size = UDim2.new(0, 200, 0, 50)
  170. Executer.Font = Enum.Font.SourceSans
  171. Executer.Text = "Executer"
  172. Executer.TextSize = 70
  173.  
  174. Bar2.Name = "Bar2"
  175. Bar2.Parent = Choose
  176. Bar2.BackgroundColor3 = Color3.new(0.309804, 0.305882, 0.305882)
  177. Bar2.Size = UDim2.new(0, 572, 0, 52)
  178.  
  179. WIP.Name = "WIP"
  180. WIP.Parent = Choose
  181. WIP.BackgroundColor3 = Color3.new(1, 1, 1)
  182. WIP.BackgroundTransparency = 1
  183. WIP.Position = UDim2.new(0, 0, 0.872773528, 0)
  184. WIP.Size = UDim2.new(0, 572, 0, 50)
  185. WIP.Font = Enum.Font.SourceSans
  186. WIP.Text = "Everything is a WIP cause I just made this"
  187. WIP.TextColor3 = Color3.new(1, 0, 0)
  188. WIP.TextSize = 30
  189.  
  190. Pick.Name = "Pick"
  191. Pick.Parent = Choose
  192. Pick.BackgroundColor3 = Color3.new(1, 1, 1)
  193. Pick.BackgroundTransparency = 1
  194. Pick.Position = UDim2.new(0, 0, 0.00508905854, 0)
  195. Pick.Size = UDim2.new(0, 572, 0, 50)
  196. Pick.Font = Enum.Font.SourceSans
  197. Pick.Text = "Choose What To Use"
  198. Pick.TextColor3 = Color3.new(0, 1, 1)
  199. Pick.TextSize = 80
  200.  
  201. TextButton.Parent = Choose
  202. TextButton.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  203. TextButton.BorderColor3 = Color3.new(1, 0, 0)
  204. TextButton.BorderSizePixel = 6
  205. TextButton.Position = UDim2.new(0.325174838, 0, 0.656488538, 0)
  206. TextButton.Size = UDim2.new(0, 200, 0, 50)
  207. TextButton.Font = Enum.Font.SourceSans
  208. TextButton.Text = "EXIT"
  209. TextButton.TextColor3 = Color3.new(0, 1, 1)
  210. TextButton.TextSize = 90
  211.  
  212. LuaExe.Name = "LuaExe"
  213. LuaExe.Parent = SpyderV1
  214. LuaExe.Active = true
  215. LuaExe.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  216. LuaExe.Draggable = true
  217. LuaExe.Position = UDim2.new(0.709037483, 0, 0.146699205, 0)
  218. LuaExe.Size = UDim2.new(0, 379, 0, 432)
  219. LuaExe.Visible = false
  220.  
  221. Title2.Name = "Title2"
  222. Title2.Parent = LuaExe
  223. Title2.BackgroundColor3 = Color3.new(0, 0, 0)
  224. Title2.Size = UDim2.new(0, 379, 0, 62)
  225.  
  226. Anotherexit.Name = "Anotherexit"
  227. Anotherexit.Parent = Title2
  228. Anotherexit.BackgroundColor3 = Color3.new(1, 1, 1)
  229. Anotherexit.Position = UDim2.new(0.878627956, 0, 0, 0)
  230. Anotherexit.Size = UDim2.new(0, 46, 0, 55)
  231. Anotherexit.Font = Enum.Font.SourceSans
  232. Anotherexit.Text = "x"
  233. Anotherexit.TextSize = 80
  234.  
  235. Whitelist.Name = "Whitelist"
  236. Whitelist.Parent = LuaExe
  237. Whitelist.BackgroundColor3 = Color3.new(1, 1, 1)
  238. Whitelist.BackgroundTransparency = 1
  239. Whitelist.Position = UDim2.new(0, 0, 0.763888896, 0)
  240. Whitelist.Size = UDim2.new(0, 379, 0, 11)
  241. Whitelist.Font = Enum.Font.SourceSans
  242. Whitelist.Text = "Whitelisted:OK!"
  243. Whitelist.TextColor3 = Color3.new(0, 1, 0)
  244. Whitelist.TextSize = 14
  245.  
  246. NOLEAK.Name = "NOLEAK"
  247. NOLEAK.Parent = LuaExe
  248. NOLEAK.BackgroundColor3 = Color3.new(1, 1, 1)
  249. NOLEAK.BackgroundTransparency = 1
  250. NOLEAK.Position = UDim2.new(0, 0, 0.898148119, 0)
  251. NOLEAK.Size = UDim2.new(0, 379, 0, 12)
  252. NOLEAK.Font = Enum.Font.SourceSans
  253. NOLEAK.Text = "This script is leaked and you're dead..."
  254. NOLEAK.TextColor3 = Color3.new(0, 1, 0)
  255. NOLEAK.TextSize = 14
  256.  
  257. Spyderlua.Name = "Spyderlua"
  258. Spyderlua.Parent = LuaExe
  259. Spyderlua.BackgroundColor3 = Color3.new(0, 1, 0)
  260. Spyderlua.BackgroundTransparency = 1
  261. Spyderlua.Position = UDim2.new(0, 0, 0.0185185187, 0)
  262. Spyderlua.Size = UDim2.new(0, 379, 0, 25)
  263. Spyderlua.Font = Enum.Font.SourceSans
  264. Spyderlua.Text = "Spyder Lua Executer"
  265. Spyderlua.TextColor3 = Color3.new(0, 0.333333, 1)
  266. Spyderlua.TextSize = 40
  267.  
  268. Executebutton.Name = "Executebutton"
  269. Executebutton.Parent = LuaExe
  270. Executebutton.BackgroundColor3 = Color3.new(1, 0, 0)
  271. Executebutton.Position = UDim2.new(0, 0, 0.620370388, 0)
  272. Executebutton.Size = UDim2.new(0, 143, 0, 50)
  273. Executebutton.Font = Enum.Font.SourceSans
  274. Executebutton.Text = "Execute"
  275. Executebutton.TextSize = 40
  276.  
  277. OpenButton.Name = "OpenButton"
  278. OpenButton.Parent = LuaExe
  279. OpenButton.BackgroundColor3 = Color3.new(1, 0, 0)
  280. OpenButton.Position = UDim2.new(0.343007922, 0, 0.620370388, 0)
  281. OpenButton.Size = UDim2.new(0, 135, 0, 50)
  282. OpenButton.Font = Enum.Font.SourceSans
  283. OpenButton.Text = "Open"
  284. OpenButton.TextSize = 40
  285.  
  286. Clearbutton.Name = "Clearbutton"
  287. Clearbutton.Parent = LuaExe
  288. Clearbutton.BackgroundColor3 = Color3.new(1, 0, 0)
  289. Clearbutton.Position = UDim2.new(0.664907634, 0, 0.620370388, 0)
  290. Clearbutton.Size = UDim2.new(0, 127, 0, 50)
  291. Clearbutton.Font = Enum.Font.SourceSans
  292. Clearbutton.Text = "Clear"
  293. Clearbutton.TextSize = 40
  294.  
  295. Executebox.Name = "Executebox"
  296. Executebox.Parent = LuaExe
  297. Executebox.BackgroundColor3 = Color3.new(1, 1, 1)
  298. Executebox.Position = UDim2.new(0, 0, 0.143518522, 0)
  299. Executebox.Size = UDim2.new(0, 379, 0, 206)
  300. Executebox.Font = Enum.Font.SourceSans
  301. Executebox.TextSize = 14
  302.  
  303. Thanks.Name = "Thanks"
  304. Thanks.Parent = LuaExe
  305. Thanks.BackgroundColor3 = Color3.new(1, 1, 1)
  306. Thanks.BackgroundTransparency = 1
  307. Thanks.Position = UDim2.new(0, 0, 0.826388836, 0)
  308. Thanks.Size = UDim2.new(0, 379, 0, 12)
  309. Thanks.Font = Enum.Font.SourceSans
  310. Thanks.Text = "Thank you for using spyder Executer"
  311. Thanks.TextColor3 = Color3.new(0, 1, 0)
  312. Thanks.TextSize = 14
  313.  
  314. ScriptHub.Name = "ScriptHub"
  315. ScriptHub.Parent = SpyderV1
  316. ScriptHub.Active = true
  317. ScriptHub.BackgroundColor3 = Color3.new(0, 1, 0)
  318. ScriptHub.BackgroundTransparency = 0.5
  319. ScriptHub.Draggable = true
  320. ScriptHub.Position = UDim2.new(0.150624543, 0, 0.0733496323, 0)
  321. ScriptHub.Size = UDim2.new(0, 300, 0, 233)
  322. ScriptHub.Visible = false
  323.  
  324. Frame.Parent = ScriptHub
  325. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  326. Frame.Size = UDim2.new(0, 300, 0, 32)
  327.  
  328. TextButton_2.Parent = Frame
  329. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  330. TextButton_2.Position = UDim2.new(0.870000005, 0, 0, 0)
  331. TextButton_2.Size = UDim2.new(0, 39, 0, 32)
  332. TextButton_2.Font = Enum.Font.SourceSans
  333. TextButton_2.Text = "x"
  334. TextButton_2.TextSize = 30
  335.  
  336. TitleC.Name = "TitleC"
  337. TitleC.Parent = ScriptHub
  338. TitleC.BackgroundColor3 = Color3.new(1, 1, 1)
  339. TitleC.BackgroundTransparency = 1
  340. TitleC.Position = UDim2.new(0.150000006, 0, 0, 0)
  341. TitleC.Size = UDim2.new(0, 200, 0, 32)
  342. TitleC.Font = Enum.Font.SourceSans
  343. TitleC.Text = "Script Hub"
  344. TitleC.TextColor3 = Color3.new(0, 1, 1)
  345. TitleC.TextSize = 24
  346.  
  347. SuicideBomb.Name = "SuicideBomb"
  348. SuicideBomb.Parent = ScriptHub
  349. SuicideBomb.BackgroundColor3 = Color3.new(1, 1, 1)
  350. SuicideBomb.Position = UDim2.new(0, 0, 0.278969944, 0)
  351. SuicideBomb.Size = UDim2.new(0, 112, 0, 50)
  352. SuicideBomb.Font = Enum.Font.SourceSans
  353. SuicideBomb.Text = "Suicide Bomber"
  354. SuicideBomb.TextSize = 20
  355.  
  356. _666.Name = "666"
  357. _666.Parent = ScriptHub
  358. _666.BackgroundColor3 = Color3.new(1, 1, 1)
  359. _666.Position = UDim2.new(0.626666665, 0, 0.278969944, 0)
  360. _666.Size = UDim2.new(0, 112, 0, 50)
  361. _666.Font = Enum.Font.SourceSans
  362. _666.Text = "666"
  363. _666.TextSize = 20
  364.  
  365. DualGuns.Name = "DualGuns"
  366. DualGuns.Parent = ScriptHub
  367. DualGuns.BackgroundColor3 = Color3.new(1, 1, 1)
  368. DualGuns.Position = UDim2.new(0.626666665, 0, 0.648068666, 0)
  369. DualGuns.Size = UDim2.new(0, 112, 0, 50)
  370. DualGuns.Font = Enum.Font.SourceSans
  371. DualGuns.Text = "Dual Wield Guns"
  372. DualGuns.TextSize = 20
  373.  
  374. WIPwarning.Name = "WIPwarning"
  375. WIPwarning.Parent = ScriptHub
  376. WIPwarning.BackgroundColor3 = Color3.new(1, 1, 1)
  377. WIPwarning.BackgroundTransparency = 1
  378. WIPwarning.Position = UDim2.new(0.166666672, 0, 0.862660944, 0)
  379. WIPwarning.Size = UDim2.new(0, 200, 0, 32)
  380. WIPwarning.Font = Enum.Font.SourceSans
  381. WIPwarning.Text = "WORK IN PROGRESS"
  382. WIPwarning.TextColor3 = Color3.new(0, 1, 1)
  383. WIPwarning.TextSize = 24
  384.  
  385. Serverdestroy.Name = "Serverdestroy"
  386. Serverdestroy.Parent = ScriptHub
  387. Serverdestroy.BackgroundColor3 = Color3.new(1, 1, 1)
  388. Serverdestroy.Position = UDim2.new(0, 0, 0.648068666, 0)
  389. Serverdestroy.Size = UDim2.new(0, 112, 0, 50)
  390. Serverdestroy.Font = Enum.Font.SourceSans
  391. Serverdestroy.Text = "Destroy Server"
  392. Serverdestroy.TextSize = 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement