Advertisement
giovannitnt11

Cyanide 2.0

Mar 31st, 2020
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.54 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.1
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local main = Instance.new("TextLabel")
  8. local neons = Instance.new("Frame")
  9. local mains = Instance.new("Frame")
  10. local neons_2 = Instance.new("Frame")
  11. local villagetp = Instance.new("TextButton")
  12. local triperms = Instance.new("TextButton")
  13. local antitpsword = Instance.new("Frame")
  14. local srsword = Instance.new("TextButton")
  15. local Needle = Instance.new("TextButton")
  16. local staff = Instance.new("TextButton")
  17. local Madsword = Instance.new("TextButton")
  18. local closeantip = Instance.new("TextButton")
  19. local villagesss = Instance.new("Frame")
  20. local leaf = Instance.new("TextButton")
  21. local Rock = Instance.new("TextButton")
  22. local mist = Instance.new("TextButton")
  23. local Cloud = Instance.new("TextButton")
  24. local closevill = Instance.new("TextButton")
  25. local Sand = Instance.new("TextButton")
  26. local Fod = Instance.new("TextButton")
  27. local sb = Instance.new("TextButton")
  28. local SLadmin = Instance.new("TextButton")
  29. local Rejoin = Instance.new("TextButton")
  30. local neons_3 = Instance.new("Frame")
  31. local Rejoin_2 = Instance.new("TextButton")
  32. local credits = Instance.new("TextLabel")
  33. local open = Instance.new("ImageButton")
  34. local close = Instance.new("ImageButton")
  35. local loginsystem = Instance.new("Frame")
  36. local pass = Instance.new("TextBox")
  37. local userlog = Instance.new("TextBox")
  38. local sub = Instance.new("TextButton")
  39.  
  40. --Properties:
  41.  
  42. ScreenGui.Parent = game.CoreGui
  43.  
  44. main.Name = "main"
  45. main.Parent = ScreenGui
  46. main.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  47. main.BorderSizePixel = 0
  48. main.Position = UDim2.new(0.44137466, 0, 0.412776411, 0)
  49. main.Size = UDim2.new(0, 164, 0, 30)
  50. main.Font = Enum.Font.SourceSans
  51. main.Text = "[SL] Ui"
  52. main.TextColor3 = Color3.fromRGB(255, 255, 255)
  53. main.TextSize = 21.000
  54. main.Visible = false
  55.  
  56. neons.Name = "neons"
  57. neons.Parent = main
  58. neons.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  59. neons.BorderSizePixel = 0
  60. neons.Position = UDim2.new(0, 0, 1, 0)
  61. neons.Size = UDim2.new(0, 164, 0, 3)
  62.  
  63. mains.Name = "main s"
  64. mains.Parent = main
  65. mains.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  66. mains.BorderSizePixel = 0
  67. mains.Position = UDim2.new(0, 0, 1.10000002, 0)
  68. mains.Size = UDim2.new(0, 164, 0, 220)
  69.  
  70. neons_2.Name = "neons"
  71. neons_2.Parent = mains
  72. neons_2.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  73. neons_2.BorderSizePixel = 0
  74. neons_2.Position = UDim2.new(0, 0, 0.300000012, 0)
  75. neons_2.Size = UDim2.new(0, 164, 0, 22)
  76.  
  77. villagetp.Name = "village tp"
  78. villagetp.Parent = mains
  79. villagetp.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  80. villagetp.BorderColor3 = Color3.fromRGB(158, 158, 158)
  81. villagetp.Position = UDim2.new(0.0365853645, 0, 0.0318181813, 0)
  82. villagetp.Size = UDim2.new(0, 152, 0, 24)
  83. villagetp.Font = Enum.Font.SourceSans
  84. villagetp.Text = "Village Teleport"
  85. villagetp.TextColor3 = Color3.fromRGB(255, 255, 255)
  86. villagetp.TextSize = 22.000
  87. villagetp.TextWrapped = true
  88. villagetp.MouseButton1Click:Connect(function()
  89. villagesss.Visible = true
  90. end)
  91.  
  92. triperms.Name = "triperm s"
  93. triperms.Parent = mains
  94. triperms.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  95. triperms.BorderColor3 = Color3.fromRGB(158, 158, 158)
  96. triperms.Position = UDim2.new(0.0365853645, 0, 0.172727272, 0)
  97. triperms.Size = UDim2.new(0, 152, 0, 24)
  98. triperms.Font = Enum.Font.SourceSans
  99. triperms.Text = "Anti Triperm"
  100. triperms.TextColor3 = Color3.fromRGB(255, 255, 255)
  101. triperms.TextSize = 22.000
  102. triperms.TextWrapped = true
  103. triperms.MouseButton1Click:Connect(function()
  104. antitpsword.Visible = true
  105. end)
  106.  
  107. antitpsword.Name = "antitp sword"
  108. antitpsword.Parent = triperms
  109. antitpsword.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  110. antitpsword.BorderColor3 = Color3.fromRGB(158, 158, 158)
  111. antitpsword.Position = UDim2.new(1.09210539, 0, -4.76837158e-07, 0)
  112. antitpsword.Size = UDim2.new(0, 118, 0, 140)
  113. antitpsword.Visible = false
  114.  
  115. srsword.Name = "srsword"
  116. srsword.Parent = antitpsword
  117. srsword.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  118. srsword.BorderColor3 = Color3.fromRGB(158, 158, 158)
  119. srsword.Position = UDim2.new(0.0589983463, 0, 0.0484850407, 0)
  120. srsword.Size = UDim2.new(0, 103, 0, 24)
  121. srsword.Font = Enum.Font.SourceSans
  122. srsword.Text = "Srsword"
  123. srsword.TextColor3 = Color3.fromRGB(255, 255, 255)
  124. srsword.TextSize = 22.000
  125. srsword.TextWrapped = true
  126. srsword.MouseButton1Click:Connect(function()
  127. while wait() do
  128. game.Players.LocalPlayer.Backpack.keyinput:FireServer("equipkey", "weapon", "sasukeswordmode")
  129. end
  130. while wait() do
  131. game.Players.LocalPlayer.Backpack.keyinput:FireServer("equipkey", "weapon", "sasukeswordmode")
  132. end
  133. while wait() do
  134. game.Players.LocalPlayer.Backpack.keyinput:FireServer("equipkey", "weapon", "sasukeswordmode")
  135. end
  136. while wait() do
  137. game.Players.LocalPlayer.Backpack.keyinput:FireServer("equipkey", "weapon", "sasukeswordmode")
  138. end
  139. end)
  140.  
  141. Needle.Name = "Needle"
  142. Needle.Parent = antitpsword
  143. Needle.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  144. Needle.BorderColor3 = Color3.fromRGB(158, 158, 158)
  145. Needle.Position = UDim2.new(0.0589983463, 0, 0.262770742, 0)
  146. Needle.Size = UDim2.new(0, 103, 0, 24)
  147. Needle.Font = Enum.Font.SourceSans
  148. Needle.Text = "Needle"
  149. Needle.TextColor3 = Color3.fromRGB(255, 255, 255)
  150. Needle.TextSize = 22.000
  151. Needle.TextWrapped = true
  152. Needle.MouseButton1Click:Connect(function()
  153. while wait() do
  154. game.Players.LocalPlayer.Backpack.keyinput:FireServer("equipkey", "weapon", "nuibari")
  155. end
  156. while wait() do
  157. game.Players.LocalPlayer.Backpack.keyinput:FireServer("equipkey", "weapon", "nuibari")
  158. end
  159. while wait() do
  160. game.Players.LocalPlayer.Backpack.keyinput:FireServer("equipkey", "weapon", "nuibari")
  161. end
  162. while wait() do
  163. game.Players.LocalPlayer.Backpack.keyinput:FireServer("equipkey", "weapon", "nuibari")
  164. end
  165. end)
  166.  
  167. staff.Name = "staff"
  168. staff.Parent = antitpsword
  169. staff.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  170. staff.BorderColor3 = Color3.fromRGB(158, 158, 158)
  171. staff.Position = UDim2.new(0.0589983463, 0, 0.477056473, 0)
  172. staff.Size = UDim2.new(0, 103, 0, 24)
  173. staff.Font = Enum.Font.SourceSans
  174. staff.Text = "Staff"
  175. staff.TextColor3 = Color3.fromRGB(255, 255, 255)
  176. staff.TextSize = 22.000
  177. staff.TextWrapped = true
  178. staff.MouseButton1Click:Connect(function()
  179. while wait() do
  180. game.Players.LocalPlayer.Backpack.keyinput:FireServer("equipkey", "weapon", "yinyang")
  181. end
  182. while wait() do
  183. game.Players.LocalPlayer.Backpack.keyinput:FireServer("equipkey", "weapon", "yinyang")
  184. end
  185. while wait() do
  186. game.Players.LocalPlayer.Backpack.keyinput:FireServer("equipkey", "weapon", "yinyang")
  187. end
  188. while wait() do
  189. game.Players.LocalPlayer.Backpack.keyinput:FireServer("equipkey", "weapon", "yinyang")
  190. end
  191. end)
  192.  
  193. Madsword.Name = "Madsword"
  194. Madsword.Parent = antitpsword
  195. Madsword.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  196. Madsword.BorderColor3 = Color3.fromRGB(158, 158, 158)
  197. Madsword.Position = UDim2.new(0.0589983463, 0, 0.691342175, 0)
  198. Madsword.Size = UDim2.new(0, 103, 0, 24)
  199. Madsword.Font = Enum.Font.SourceSans
  200. Madsword.Text = "Madsword"
  201. Madsword.TextColor3 = Color3.fromRGB(255, 255, 255)
  202. Madsword.TextSize = 22.000
  203. Madsword.TextWrapped = true
  204. Madsword.MouseButton1Click:Connect(function()
  205. while wait() do
  206. game.Players.LocalPlayer.Backpack.keyinput:FireServer("equipkey", "weapon", "mad")
  207. end
  208. while wait() do
  209. game.Players.LocalPlayer.Backpack.keyinput:FireServer("equipkey", "weapon", "mad")
  210. end
  211. while wait() do
  212. game.Players.LocalPlayer.Backpack.keyinput:FireServer("equipkey", "weapon", "mad")
  213. end
  214. while wait() do
  215. game.Players.LocalPlayer.Backpack.keyinput:FireServer("equipkey", "weapon", "mad")
  216. end
  217. end)
  218.  
  219. closeantip.Name = "close antip"
  220. closeantip.Parent = antitpsword
  221. closeantip.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  222. closeantip.BackgroundTransparency = 1.000
  223. closeantip.Position = UDim2.new(0.788135588, 0, 0.914285719, 0)
  224. closeantip.Size = UDim2.new(0, 25, 0, 4)
  225. closeantip.Font = Enum.Font.SourceSans
  226. closeantip.Text = "●"
  227. closeantip.TextColor3 = Color3.fromRGB(255, 255, 255)
  228. closeantip.TextSize = 14.000
  229. closeantip.MouseButton1Click:Connect(function()
  230. antitpsword.Visible = false
  231. end)
  232.  
  233. villagesss.Name = "village sss"
  234. villagesss.Parent = mains
  235. villagesss.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  236. villagesss.BorderColor3 = Color3.fromRGB(158, 158, 158)
  237. villagesss.Position = UDim2.new(1.04380608, 0, 0.0310605764, 0)
  238. villagesss.Size = UDim2.new(0, 118, 0, 236)
  239. villagesss.Visible = false
  240.  
  241. leaf.Name = "leaf"
  242. leaf.Parent = villagesss
  243. leaf.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  244. leaf.BorderColor3 = Color3.fromRGB(158, 158, 158)
  245. leaf.Position = UDim2.new(0.0589983463, 0, 0.0234850403, 0)
  246. leaf.Size = UDim2.new(0, 103, 0, 24)
  247. leaf.Font = Enum.Font.SourceSans
  248. leaf.Text = "Leaf"
  249. leaf.TextColor3 = Color3.fromRGB(255, 255, 255)
  250. leaf.TextSize = 22.000
  251. leaf.TextWrapped = true
  252. leaf.MouseButton1Click:Connect(function()
  253. game:GetService("TeleportService"):Teleport(851453769, game.Players.LocalPlayer)
  254. end)
  255.  
  256. Rock.Name = "Rock"
  257. Rock.Parent = villagesss
  258. Rock.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  259. Rock.BorderColor3 = Color3.fromRGB(158, 158, 158)
  260. Rock.Position = UDim2.new(0.0589983463, 0, 0.153925404, 0)
  261. Rock.Size = UDim2.new(0, 103, 0, 24)
  262. Rock.Font = Enum.Font.SourceSans
  263. Rock.Text = "Rock"
  264. Rock.TextColor3 = Color3.fromRGB(255, 255, 255)
  265. Rock.TextSize = 22.000
  266. Rock.TextWrapped = true
  267. Rock.MouseButton1Click:Connect(function()
  268. game:GetService("TeleportService"):Teleport(851456664, game.Players.LocalPlayer)
  269. end)
  270.  
  271. mist.Name = "mist"
  272. mist.Parent = villagesss
  273. mist.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  274. mist.BorderColor3 = Color3.fromRGB(158, 158, 158)
  275. mist.Position = UDim2.new(0.0589983463, 0, 0.286378503, 0)
  276. mist.Size = UDim2.new(0, 103, 0, 24)
  277. mist.Font = Enum.Font.SourceSans
  278. mist.Text = "Mist"
  279. mist.TextColor3 = Color3.fromRGB(255, 255, 255)
  280. mist.TextSize = 22.000
  281. mist.TextWrapped = true
  282. mist.MouseButton1Click:Connect(function()
  283. game:GetService("TeleportService"):Teleport(851455061, game.Players.LocalPlayer)
  284. end)
  285.  
  286. Cloud.Name = "Cloud"
  287. Cloud.Parent = villagesss
  288. Cloud.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  289. Cloud.BorderColor3 = Color3.fromRGB(158, 158, 158)
  290. Cloud.Position = UDim2.new(0.0589983463, 0, 0.41591844, 0)
  291. Cloud.Size = UDim2.new(0, 103, 0, 24)
  292. Cloud.Font = Enum.Font.SourceSans
  293. Cloud.Text = "Cloud"
  294. Cloud.TextColor3 = Color3.fromRGB(255, 255, 255)
  295. Cloud.TextSize = 22.000
  296. Cloud.TextWrapped = true
  297. Cloud.MouseButton1Click:Connect(function()
  298. game:GetService("TeleportService"):Teleport(851454472, game.Players.LocalPlayer)
  299. end)
  300.  
  301. closevill.Name = "close vill"
  302. closevill.Parent = villagesss
  303. closevill.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  304. closevill.BackgroundTransparency = 1.000
  305. closevill.Position = UDim2.new(0.788135588, 0, 0.956658602, 0)
  306. closevill.Size = UDim2.new(0, 25, 0, 4)
  307. closevill.Font = Enum.Font.SourceSans
  308. closevill.Text = "●"
  309. closevill.TextColor3 = Color3.fromRGB(255, 255, 255)
  310. closevill.TextSize = 14.000
  311. closevill.MouseButton1Click:Connect(function()
  312. villagesss.Visible = false
  313. end)
  314.  
  315. Sand.Name = "Sand"
  316. Sand.Parent = villagesss
  317. Sand.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  318. Sand.BorderColor3 = Color3.fromRGB(158, 158, 158)
  319. Sand.Position = UDim2.new(0.0589983463, 0, 0.543037057, 0)
  320. Sand.Size = UDim2.new(0, 103, 0, 24)
  321. Sand.Font = Enum.Font.SourceSans
  322. Sand.Text = "Sand"
  323. Sand.TextColor3 = Color3.fromRGB(255, 255, 255)
  324. Sand.TextSize = 22.000
  325. Sand.TextWrapped = true
  326. Sand.MouseButton1Click:Connect(function()
  327. game:GetService("TeleportService"):Teleport(851456092, game.Players.LocalPlayer)
  328. end)
  329.  
  330. Fod.Name = "Fod"
  331. Fod.Parent = villagesss
  332. Fod.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  333. Fod.BorderColor3 = Color3.fromRGB(158, 158, 158)
  334. Fod.Position = UDim2.new(0.0589983463, 0, 0.674392998, 0)
  335. Fod.Size = UDim2.new(0, 103, 0, 24)
  336. Fod.Font = Enum.Font.SourceSans
  337. Fod.Text = "Forrest of Death"
  338. Fod.TextColor3 = Color3.fromRGB(255, 255, 255)
  339. Fod.TextScaled = true
  340. Fod.TextSize = 21.000
  341. Fod.TextWrapped = true
  342. Fod.MouseButton1Click:Connect(function()
  343. game:GetService("TeleportService"):Teleport(591266281, game.Players.LocalPlayer)
  344. end)
  345.  
  346. sb.Name = "sb"
  347. sb.Parent = villagesss
  348. sb.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  349. sb.BorderColor3 = Color3.fromRGB(158, 158, 158)
  350. sb.Position = UDim2.new(0.0589983463, 0, 0.801511645, 0)
  351. sb.Size = UDim2.new(0, 103, 0, 24)
  352. sb.Font = Enum.Font.SourceSans
  353. sb.Text = "Samurai Bridge"
  354. sb.TextColor3 = Color3.fromRGB(255, 255, 255)
  355. sb.TextScaled = true
  356. sb.TextSize = 21.000
  357. sb.TextWrapped = true
  358. sb.MouseButton1Click:Connect(function()
  359. game:GetService("TeleportService"):Teleport(590798306, game.Players.LocalPlayer)
  360. end)
  361.  
  362. SLadmin.Name = "SL admin"
  363. SLadmin.Parent = mains
  364. SLadmin.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  365. SLadmin.BorderColor3 = Color3.fromRGB(158, 158, 158)
  366. SLadmin.Position = UDim2.new(0.0365853645, 0, 0.431818187, 0)
  367. SLadmin.Size = UDim2.new(0, 152, 0, 24)
  368. SLadmin.Selected = true
  369. SLadmin.Font = Enum.Font.SourceSans
  370. SLadmin.Text = "Admin [SL]"
  371. SLadmin.TextColor3 = Color3.fromRGB(255, 255, 255)
  372. SLadmin.TextSize = 22.000
  373. SLadmin.TextWrapped = true
  374. SLadmin.MouseButton1Click:Connect(function()
  375. loadstring(game:GetObjects("rbxassetid://4842538486")[1].Source)()
  376. end)
  377.  
  378. Rejoin.Name = "Rejoin"
  379. Rejoin.Parent = mains
  380. Rejoin.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  381. Rejoin.BorderColor3 = Color3.fromRGB(158, 158, 158)
  382. Rejoin.Position = UDim2.new(0.0365853645, 0, 0.568181813, 0)
  383. Rejoin.Size = UDim2.new(0, 152, 0, 24)
  384. Rejoin.Selected = true
  385. Rejoin.Font = Enum.Font.SourceSans
  386. Rejoin.Text = "Rejoin"
  387. Rejoin.TextColor3 = Color3.fromRGB(255, 255, 255)
  388. Rejoin.TextSize = 22.000
  389. Rejoin.TextWrapped = true
  390. Rejoin.MouseButton1Click:Connect(function()
  391. game:GetService('TeleportService'):Teleport(game.PlaceId)
  392. end)
  393.  
  394. neons_3.Name = "neons"
  395. neons_3.Parent = mains
  396. neons_3.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  397. neons_3.BorderSizePixel = 0
  398. neons_3.Position = UDim2.new(0, 0, 0.709090948, 0)
  399. neons_3.Size = UDim2.new(0, 164, 0, 22)
  400.  
  401. Rejoin_2.Name = "Rejoin"
  402. Rejoin_2.Parent = mains
  403. Rejoin_2.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  404. Rejoin_2.BorderColor3 = Color3.fromRGB(158, 158, 158)
  405. Rejoin_2.Position = UDim2.new(0.0365853645, 0, 0.836363614, 0)
  406. Rejoin_2.Size = UDim2.new(0, 47, 0, 30)
  407. Rejoin_2.Selected = true
  408. Rejoin_2.Font = Enum.Font.SourceSans
  409. Rejoin_2.Text = "Spins"
  410. Rejoin_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  411. Rejoin_2.TextSize = 22.000
  412. Rejoin_2.TextWrapped = true
  413. Rejoin_2.MouseButton1Click:Connect(function()
  414. game.Players.LocalPlayer.Backpack.keyinput:FireServer("spins", "299")
  415. end)
  416.  
  417. credits.Name = "credits"
  418. credits.Parent = main
  419. credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  420. credits.BackgroundTransparency = 1.000
  421. credits.Position = UDim2.new(0.423525929, 0, 7.0333333, 0)
  422. credits.Size = UDim2.new(0, 94, 0, 41)
  423. credits.Font = Enum.Font.SourceSans
  424. credits.Text = "Credits: Gxft_ofDespair#2939"
  425. credits.TextColor3 = Color3.fromRGB(255, 255, 255)
  426. credits.TextSize = 18.000
  427. credits.TextWrapped = true
  428.  
  429. open.Name = "open"
  430. open.Parent = main
  431. open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  432. open.Position = UDim2.new(0.817073166, 0, 0.233333334, 0)
  433. open.Size = UDim2.new(0, 24, 0, 17)
  434. open.Image = "rbxgameasset://Images/a"
  435. open.MouseButton1Click:Connect(function()
  436. close.Visible = true
  437. mains.Visible = false
  438. end)
  439.  
  440. close.Name = "close"
  441. close.Parent = main
  442. close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  443. close.Position = UDim2.new(0.817073166, 0, 0.233333334, 0)
  444. close.Size = UDim2.new(0, 24, 0, 17)
  445. close.Image = "rbxgameasset://Images/a"
  446. close.Visible = false
  447. close.MouseButton1Down:connect(function()
  448. mains.Visible = true
  449. close.Visible = false
  450. end)
  451.  
  452. loginsystem.Name = "login system"
  453. loginsystem.Parent = ScreenGui
  454. loginsystem.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  455. loginsystem.BorderColor3 = Color3.fromRGB(27, 42, 53)
  456. loginsystem.BorderSizePixel = 0
  457. loginsystem.Position = UDim2.new(0.23989217, 0, 0.679361284, 0)
  458. loginsystem.Size = UDim2.new(0, 211, 0, 121)
  459.  
  460. pass.Name = "pass"
  461. pass.Parent = loginsystem
  462. pass.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  463. pass.BorderColor3 = Color3.fromRGB(158, 158, 158)
  464. pass.Position = UDim2.new(0.0236966833, 0, 0.396345228, 0)
  465. pass.Size = UDim2.new(0, 200, 0, 35)
  466. pass.Font = Enum.Font.SourceSans
  467. pass.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  468. pass.PlaceholderText = "Username:"
  469. pass.Text = ""
  470. pass.TextColor3 = Color3.fromRGB(255, 255, 255)
  471. pass.TextSize = 22.000
  472. pass.TextXAlignment = Enum.TextXAlignment.Left
  473.  
  474. userlog.Name = "userlog"
  475. userlog.Parent = loginsystem
  476. userlog.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  477. userlog.BorderColor3 = Color3.fromRGB(158, 158, 158)
  478. userlog.Position = UDim2.new(0.0236966833, 0, 0.0679611638, 0)
  479. userlog.Size = UDim2.new(0, 200, 0, 35)
  480. userlog.Font = Enum.Font.SourceSans
  481. userlog.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  482. userlog.PlaceholderText = "Username:"
  483. userlog.Text = ""
  484. userlog.TextColor3 = Color3.fromRGB(255, 255, 255)
  485. userlog.TextSize = 22.000
  486. userlog.TextXAlignment = Enum.TextXAlignment.Left
  487.  
  488. sub.Name = "sub"
  489. sub.Parent = loginsystem
  490. sub.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  491. sub.BorderColor3 = Color3.fromRGB(158, 158, 158)
  492. sub.Position = UDim2.new(0.0236966833, 0, 0.743801653, 0)
  493. sub.Size = UDim2.new(0, 42, 0, 24)
  494. sub.Font = Enum.Font.SourceSans
  495. sub.Text = "✓"
  496. sub.TextColor3 = Color3.fromRGB(255, 255, 255)
  497. sub.TextScaled = true
  498. sub.TextSize = 14.000
  499. sub.TextWrapped = true
  500.  
  501. local Verification
  502. sub.MouseButton1Down:connect(function()
  503. local BlackList = game:GetService("Players").LocalPlayer.Name == "noob"
  504. if BlackList then
  505. game.Players.LocalPlayer:kick("You are blacklisted!")
  506. else
  507. if userlog.Text == "ice" and pass.Text == "cube" then
  508. loginsystem.Visible = false
  509. main.Visible = true
  510. Verification = "pass"
  511. DiscordSendInfo()
  512. end
  513. end
  514. end)
  515.  
  516. -- Scripts:
  517.  
  518. local function IGZVDNJ_fake_script() -- neons.LocalScript
  519. local script = Instance.new('LocalScript', neons)
  520.  
  521. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  522.  
  523. counter = 0
  524.  
  525. while wait(0.1)do
  526. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  527.  
  528. counter = counter + 0.01
  529. end
  530. end
  531. coroutine.wrap(IGZVDNJ_fake_script)()
  532. local function KIGU_fake_script() -- main.LocalScript
  533. local script = Instance.new('LocalScript', main)
  534.  
  535. script.Parent.Selectable = true
  536. script.Parent.Active = true
  537. script.Parent.Draggable = true
  538. end
  539. coroutine.wrap(KIGU_fake_script)()
  540. local function TNPW_fake_script() -- loginsystem.LocalScript
  541. local script = Instance.new('LocalScript', loginsystem)
  542.  
  543. script.Parent.Selectable = true
  544. script.Parent.Active = true
  545. script.Parent.Draggable = true
  546. end
  547. coroutine.wrap(TNPW_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement