Guest User

Soda V2

a guest
Sep 22nd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.28 KB | None | 0 0
  1. -- Objects
  2.  
  3. local SodaV2 = Instance.new("ScreenGui")
  4. local LoginFrame = Instance.new("Frame")
  5. local LoginLabel = Instance.new("TextLabel")
  6. local User = Instance.new("TextBox")
  7. local Pass = Instance.new("TextBox")
  8. local Login = Instance.new("TextButton")
  9. local MainFrame = Instance.new("Frame")
  10. local SodaV2Tek = Instance.new("TextLabel")
  11. local Credit = Instance.new("TextLabel")
  12. local scriptExe = Instance.new("TextButton")
  13. local Script = Instance.new("TextButton")
  14. local Exit = Instance.new("TextButton")
  15. local ExeFrame = Instance.new("Frame")
  16. local ScrollingFrame = Instance.new("ScrollingFrame")
  17. local Input = Instance.new("TextBox")
  18. local Exe = Instance.new("TextButton")
  19. local Clear = Instance.new("TextButton")
  20. local ExitExe = Instance.new("TextButton")
  21. local ScriptFrame = Instance.new("Frame")
  22. local Rocky = Instance.new("TextButton")
  23. local FF = Instance.new("TextButton")
  24. local God = Instance.new("TextButton")
  25. local Print = Instance.new("TextButton")
  26. local Part = Instance.new("TextButton")
  27. local Dab = Instance.new("TextButton")
  28. local ExitScripts = Instance.new("TextButton")
  29.  
  30. -- Properties
  31.  
  32. SodaV2.Name = "Soda V2"
  33. SodaV2.Parent = game.CoreGui
  34.  
  35. LoginFrame.Name = "LoginFrame"
  36. LoginFrame.Parent = SodaV2
  37. LoginFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  38. LoginFrame.BorderColor3 = Color3.new(0, 1, 1)
  39. LoginFrame.BorderSizePixel = 5
  40. LoginFrame.Draggable = true
  41. LoginFrame.Position = UDim2.new(0, 439, 0, 162)
  42. LoginFrame.Size = UDim2.new(0, 258, 0, 335)
  43.  
  44. LoginLabel.Name = "LoginLabel"
  45. LoginLabel.Parent = LoginFrame
  46. LoginLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  47. LoginLabel.BackgroundTransparency = 0.25
  48. LoginLabel.BorderColor3 = Color3.new(0, 1, 1)
  49. LoginLabel.BorderSizePixel = 3
  50. LoginLabel.Position = UDim2.new(0, 43, 0, 57)
  51. LoginLabel.Size = UDim2.new(0, 166, 0, 39)
  52. LoginLabel.Font = Enum.Font.SourceSans
  53. LoginLabel.FontSize = Enum.FontSize.Size14
  54. LoginLabel.Text = "Please Login"
  55. LoginLabel.TextColor3 = Color3.new(0, 1, 1)
  56. LoginLabel.TextScaled = true
  57. LoginLabel.TextSize = 14
  58. LoginLabel.TextStrokeTransparency = 3
  59. LoginLabel.TextWrapped = true
  60.  
  61. User.Name = "User"
  62. User.Parent = LoginFrame
  63. User.BackgroundColor3 = Color3.new(0, 0, 0)
  64. User.BorderColor3 = Color3.new(0, 1, 1)
  65. User.BorderSizePixel = 3
  66. User.Position = UDim2.new(0, 26, 0, 132)
  67. User.Size = UDim2.new(0, 192, 0, 21)
  68. User.Font = Enum.Font.SourceSans
  69. User.FontSize = Enum.FontSize.Size14
  70. User.Text = "Username"
  71. User.TextColor3 = Color3.new(0, 1, 1)
  72. User.TextScaled = true
  73. User.TextSize = 14
  74. User.TextWrapped = true
  75.  
  76. Pass.Name = "Pass"
  77. Pass.Parent = LoginFrame
  78. Pass.BackgroundColor3 = Color3.new(0, 0, 0)
  79. Pass.BorderColor3 = Color3.new(0, 1, 1)
  80. Pass.BorderSizePixel = 3
  81. Pass.Position = UDim2.new(0, 28, 0, 182)
  82. Pass.Size = UDim2.new(0, 192, 0, 21)
  83. Pass.Font = Enum.Font.SourceSans
  84. Pass.FontSize = Enum.FontSize.Size14
  85. Pass.Text = "Password"
  86. Pass.TextColor3 = Color3.new(0, 1, 1)
  87. Pass.TextScaled = true
  88. Pass.TextSize = 14
  89. Pass.TextWrapped = true
  90.  
  91. Login.Name = "Login"
  92. Login.Parent = LoginFrame
  93. Login.BackgroundColor3 = Color3.new(0, 0, 0)
  94. Login.BorderColor3 = Color3.new(0, 1, 1)
  95. Login.BorderSizePixel = 3
  96. Login.Position = UDim2.new(0, 34, 0, 242)
  97. Login.Size = UDim2.new(0, 183, 0, 37)
  98. Login.Font = Enum.Font.SourceSans
  99. Login.FontSize = Enum.FontSize.Size14
  100. Login.Text = "Submit"
  101. Login.TextColor3 = Color3.new(0, 1, 1)
  102. Login.TextScaled = true
  103. Login.TextSize = 14
  104. Login.TextWrapped = true
  105. Login.MouseButton1Down:connect(function()
  106. if user.Text == "YarisGamer" and Pass.Text == "Ssundee123" then
  107. LoginFrame.Visible = false
  108. MainFrame.Visible = true
  109. end
  110. end)
  111.  
  112. MainFrame.Name = "MainFrame"
  113. MainFrame.Parent = SodaV2
  114. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  115. MainFrame.BorderColor3 = Color3.new(0, 1, 1)
  116. MainFrame.BorderSizePixel = 3
  117. MainFrame.Draggable = true
  118. MainFrame.Position = UDim2.new(0, 184, 0, 240)
  119. MainFrame.Size = UDim2.new(0, 456, 0, 339)
  120. MainFrame.Visible = false
  121.  
  122. SodaV2Tek.Name = "SodaV2Tek"
  123. SodaV2Tek.Parent = MainFrame
  124. SodaV2Tek.BackgroundColor3 = Color3.new(0, 0, 0)
  125. SodaV2Tek.BorderColor3 = Color3.new(0, 1, 1)
  126. SodaV2Tek.BorderSizePixel = 3
  127. SodaV2Tek.Position = UDim2.new(0, 110, 0, 51)
  128. SodaV2Tek.Size = UDim2.new(0, 237, 0, 46)
  129. SodaV2Tek.Font = Enum.Font.SourceSans
  130. SodaV2Tek.FontSize = Enum.FontSize.Size60
  131. SodaV2Tek.Text = "Soda V2"
  132. SodaV2Tek.TextColor3 = Color3.new(0, 1, 1)
  133. SodaV2Tek.TextSize = 50
  134. SodaV2Tek.TextWrapped = true
  135.  
  136. Credit.Name = "Credit"
  137. Credit.Parent = MainFrame
  138. Credit.BackgroundColor3 = Color3.new(0, 0, 0)
  139. Credit.BorderColor3 = Color3.new(0, 1, 1)
  140. Credit.BorderSizePixel = 0
  141. Credit.Position = UDim2.new(0, 0, 0, 308)
  142. Credit.Size = UDim2.new(0, 99, 0, 31)
  143. Credit.Font = Enum.Font.SourceSans
  144. Credit.FontSize = Enum.FontSize.Size18
  145. Credit.Text = "Made By Yarisgamer"
  146. Credit.TextColor3 = Color3.new(0, 1, 1)
  147. Credit.TextSize = 15
  148. Credit.TextWrapped = true
  149. Credit.TextXAlignment = Enum.TextXAlignment.Left
  150.  
  151. scriptExe.Name = "script Exe"
  152. scriptExe.Parent = MainFrame
  153. scriptExe.BackgroundColor3 = Color3.new(0, 0, 0)
  154. scriptExe.BorderColor3 = Color3.new(0, 1, 1)
  155. scriptExe.BorderSizePixel = 3
  156. scriptExe.Position = UDim2.new(0, 45, 0, 151)
  157. scriptExe.Size = UDim2.new(0, 132, 0, 37)
  158. scriptExe.Font = Enum.Font.SourceSans
  159. scriptExe.FontSize = Enum.FontSize.Size14
  160. scriptExe.Text = "Execution"
  161. scriptExe.TextColor3 = Color3.new(0, 1, 1)
  162. scriptExe.TextScaled = true
  163. scriptExe.TextSize = 14
  164. scriptExe.TextWrapped = true
  165. scriptExe.MouseButton1Down:connect(function()
  166. MainFrame.Visible = false
  167. ExeFrame.Visible = true
  168. end)
  169. Script.Name = "Script"
  170. Script.Parent = MainFrame
  171. Script.BackgroundColor3 = Color3.new(0, 0, 0)
  172. Script.BorderColor3 = Color3.new(0, 1, 1)
  173. Script.BorderSizePixel = 3
  174. Script.Position = UDim2.new(0, 228, 0, 151)
  175. Script.Size = UDim2.new(0, 132, 0, 37)
  176. Script.Font = Enum.Font.SourceSans
  177. Script.FontSize = Enum.FontSize.Size14
  178. Script.Text = "Scripts"
  179. Script.TextColor3 = Color3.new(0, 1, 1)
  180. Script.TextScaled = true
  181. Script.TextSize = 14
  182. Script.TextWrapped = true
  183. script.MouseButton1Down:connect(function()
  184. ScriptFrame.Visible = true
  185. MainFrame.visible = false
  186. end)
  187.  
  188. Exit.Name = "Exit"
  189. Exit.Parent = MainFrame
  190. Exit.BackgroundColor3 = Color3.new(0, 0, 0)
  191. Exit.BorderColor3 = Color3.new(0, 1, 1)
  192. Exit.BorderSizePixel = 3
  193. Exit.Position = UDim2.new(0, 380, 0, 0)
  194. Exit.Size = UDim2.new(0, 76, 0, 37)
  195. Exit.Font = Enum.Font.SourceSans
  196. Exit.FontSize = Enum.FontSize.Size14
  197. Exit.Text = "Exit"
  198. Exit.TextColor3 = Color3.new(0, 1, 1)
  199. Exit.TextScaled = true
  200. Exit.TextSize = 14
  201. Exit.TextWrapped = true
  202. Exit.MouseButton1Down:connect(function()
  203. sodaV2:Remove()
  204. end)
  205. ExeFrame.Name = "ExeFrame"
  206. ExeFrame.Parent = SodaV2
  207. ExeFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  208. ExeFrame.BorderColor3 = Color3.new(0, 1, 1)
  209. ExeFrame.BorderSizePixel = 3
  210. ExeFrame.Draggable = true
  211. ExeFrame.Position = UDim2.new(0, 575, 0, 54)
  212. ExeFrame.Size = UDim2.new(0, 508, 0, 327)
  213. ExeFrame.Visible = false
  214.  
  215. ScrollingFrame.Parent = ExeFrame
  216. ScrollingFrame.BackgroundColor3 = Color3.new(0.666667, 0.658824, 0.662745)
  217. ScrollingFrame.Position = UDim2.new(0, 56, 0, 55)
  218. ScrollingFrame.Size = UDim2.new(0, 397, 0, 210)
  219. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10000000, 0)
  220.  
  221. Input.Name = "Input"
  222. Input.Parent = ScrollingFrame
  223. Input.BackgroundColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  224. Input.Size = UDim2.new(0, 397, 0, 568)
  225. Input.Font = Enum.Font.SourceSans
  226. Input.FontSize = Enum.FontSize.Size24
  227. Input.Text = "scripts Here"
  228. Input.TextColor3 = Color3.new(0, 1, 1)
  229. Input.TextSize = 20
  230. Input.TextXAlignment = Enum.TextXAlignment.Left
  231. Input.TextYAlignment = Enum.TextYAlignment.Top
  232.  
  233. Exe.Name = "Exe"
  234. Exe.Parent = ExeFrame
  235. Exe.BackgroundColor3 = Color3.new(0, 0, 0)
  236. Exe.BorderColor3 = Color3.new(0, 1, 1)
  237. Exe.BorderSizePixel = 3
  238. Exe.Position = UDim2.new(0, 80, 0, 283)
  239. Exe.Size = UDim2.new(0, 132, 0, 37)
  240. Exe.Font = Enum.Font.SourceSans
  241. Exe.FontSize = Enum.FontSize.Size14
  242. Exe.Text = "Execute"
  243. Exe.TextColor3 = Color3.new(0, 1, 1)
  244. Exe.TextScaled = true
  245. Exe.TextSize = 14
  246. Exe.TextWrapped = true
  247. Exe.MouseButton1Down:connect(function()
  248. loadstring(Input.Text)()
  249. end)
  250. Clear.Name = "Clear"
  251. Clear.Parent = ExeFrame
  252. Clear.BackgroundColor3 = Color3.new(0, 0, 0)
  253. Clear.BorderColor3 = Color3.new(0, 1, 1)
  254. Clear.BorderSizePixel = 3
  255. Clear.Position = UDim2.new(0, 282, 0, 283)
  256. Clear.Size = UDim2.new(0, 132, 0, 37)
  257. Clear.Font = Enum.Font.SourceSans
  258. Clear.FontSize = Enum.FontSize.Size14
  259. Clear.Text = "Clear"
  260. Clear.TextColor3 = Color3.new(0, 1, 1)
  261. Clear.TextScaled = true
  262. Clear.TextSize = 14
  263. Clear.TextWrapped = true
  264. Clear.MouseButton1Down:connect(function()
  265. Input.Text = ""
  266. end)
  267. ExitExe.Name = "ExitExe"
  268. ExitExe.Parent = ExeFrame
  269. ExitExe.BackgroundColor3 = Color3.new(0, 0, 0)
  270. ExitExe.BorderColor3 = Color3.new(0, 1, 1)
  271. ExitExe.BorderSizePixel = 3
  272. ExitExe.Position = UDim2.new(0, 344, 0, 0)
  273. ExitExe.Size = UDim2.new(0, 164, 0, 37)
  274. ExitExe.Font = Enum.Font.SourceSans
  275. ExitExe.Text = "ExitExe"
  276. ExitExe.TextColor3 = Color3.new(0, 1, 1)
  277. ExitExe.TextScaled = true
  278. ExitExe.TextSize = 1
  279. ExitExe.TextWrapped = true
  280. ExitExe.MouseButton1Down:connect(function()
  281. ExeFrame.Visible = false
  282. MainFrame.Visible = true
  283. end)
  284. ScriptFrame.Name = "ScriptFrame"
  285. ScriptFrame.Parent = SodaV2
  286. ScriptFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  287. ScriptFrame.BorderColor3 = Color3.new(0, 1, 1)
  288. ScriptFrame.BorderSizePixel = 3
  289. ScriptFrame.Draggable = true
  290. ScriptFrame.Position = UDim2.new(0, 234, 0, 145)
  291. ScriptFrame.Size = UDim2.new(0, 466, 0, 370)
  292. ScriptFrame.Visible = false
  293.  
  294. Rocky.Name = "Rocky"
  295. Rocky.Parent = ScriptFrame
  296. Rocky.BackgroundColor3 = Color3.new(0, 0, 0)
  297. Rocky.BorderColor3 = Color3.new(0, 1, 1)
  298. Rocky.BorderSizePixel = 3
  299. Rocky.Position = UDim2.new(0, 0, 0, 52)
  300. Rocky.Size = UDim2.new(0, 183, 0, 37)
  301. Rocky.Font = Enum.Font.SourceSans
  302. Rocky.FontSize = Enum.FontSize.Size14
  303. Rocky.Text = "Rocky"
  304. Rocky.TextColor3 = Color3.new(0, 1, 1)
  305. Rocky.TextScaled = true
  306. Rocky.TextSize = 14
  307. Rocky.TextWrapped = true
  308. Rocky.MouseButton1Down:connect(function()
  309. loadstring(game:GetObjects('rbxassetid://295850902')[1].Source)()
  310. end)
  311. FF.Name = "FF"
  312. FF.Parent = ScriptFrame
  313. FF.BackgroundColor3 = Color3.new(0, 0, 0)
  314. FF.BorderColor3 = Color3.new(0, 1, 1)
  315. FF.BorderSizePixel = 3
  316. FF.Position = UDim2.new(0, 0, 0, 148)
  317. FF.Size = UDim2.new(0, 183, 0, 37)
  318. FF.Font = Enum.Font.SourceSans
  319. FF.FontSize = Enum.FontSize.Size14
  320. FF.Text = "FF"
  321. FF.TextColor3 = Color3.new(0, 1, 1)
  322. FF.TextScaled = true
  323. FF.TextSize = 14
  324. FF.TextWrapped = true
  325. FF.MouseButton1Down:connect(function()
  326. Instance.new("ForceField", game.Players.LocalPlayer.Character)
  327. end)
  328.  
  329. God.Name = "God"
  330. God.Parent = ScriptFrame
  331. God.BackgroundColor3 = Color3.new(0, 0, 0)
  332. God.BorderColor3 = Color3.new(0, 1, 1)
  333. God.BorderSizePixel = 3
  334. God.Position = UDim2.new(0, 0, 0, 243)
  335. God.Size = UDim2.new(0, 183, 0, 37)
  336. God.Font = Enum.Font.SourceSans
  337. God.FontSize = Enum.FontSize.Size14
  338. God.Text = "God"
  339. God.TextColor3 = Color3.new(0, 1, 1)
  340. God.TextScaled = true
  341. God.TextSize = 14
  342. God.TextWrapped = true
  343. God.MouseButton1Down:connect(function()
  344. game.Players.LocalPlayer.Stats.Health.Value = 10000
  345. end)
  346. Print.Name = "Print"
  347. Print.Parent = ScriptFrame
  348. Print.BackgroundColor3 = Color3.new(0, 0, 0)
  349. Print.BorderColor3 = Color3.new(0, 1, 1)
  350. Print.BorderSizePixel = 3
  351. Print.Position = UDim2.new(0, 283, 0, 246)
  352. Print.Size = UDim2.new(0, 183, 0, 37)
  353. Print.Font = Enum.Font.SourceSans
  354. Print.FontSize = Enum.FontSize.Size14
  355. Print.Text = "Print"
  356. Print.TextColor3 = Color3.new(0, 1, 1)
  357. Print.TextScaled = true
  358. Print.TextSize = 14
  359. Print.TextWrapped = true
  360. print.MouseButton1Down:connect(function()
  361. print("Hello")
  362. end)
  363. Part.Name = "Part"
  364. Part.Parent = ScriptFrame
  365. Part.BackgroundColor3 = Color3.new(0, 0, 0)
  366. Part.BorderColor3 = Color3.new(0, 1, 1)
  367. Part.BorderSizePixel = 3
  368. Part.Position = UDim2.new(0, 283, 0, 148)
  369. Part.Size = UDim2.new(0, 183, 0, 37)
  370. Part.Font = Enum.Font.SourceSans
  371. Part.FontSize = Enum.FontSize.Size14
  372. Part.Text = "Part"
  373. Part.TextColor3 = Color3.new(0, 1, 1)
  374. Part.TextScaled = true
  375. Part.TextSize = 14
  376. Part.TextWrapped = true
  377. Part.MouseButton1Down:connect(function()
  378. Instance.new("Part").Parent = game.Workspace
  379. end)
  380. Dab.Name = "Dab"
  381. Dab.Parent = ScriptFrame
  382. Dab.BackgroundColor3 = Color3.new(0, 0, 0)
  383. Dab.BorderColor3 = Color3.new(0, 1, 1)
  384. Dab.BorderSizePixel = 3
  385. Dab.Position = UDim2.new(0, 283, 0, 61)
  386. Dab.Size = UDim2.new(0, 183, 0, 37)
  387. Dab.Font = Enum.Font.SourceSans
  388. Dab.FontSize = Enum.FontSize.Size14
  389. Dab.Text = "Dab"
  390. Dab.TextColor3 = Color3.new(0, 1, 1)
  391. Dab.TextScaled = true
  392. Dab.TextSize = 14
  393. Dab.TextWrapped = true
  394. Dab.MouseButton1Down:connect(function()
  395. for i,v in pairs(game.Players:GetPlayers()) do
  396. local AnimationId = "248263260"
  397. local Anim = Instance.new("Animation")
  398. Anim.AnimationId = "rbxassetid://"..AnimationId
  399. local k = v.Character.Humanoid:LoadAnimation(Anim)
  400. k:Play()
  401. k:AdjustSpeed(1)
  402. end
  403. end)
  404. ExitScripts.Name = "ExitScripts"
  405. ExitScripts.Parent = ScriptFrame
  406. ExitScripts.BackgroundColor3 = Color3.new(0, 0, 0)
  407. ExitScripts.BorderColor3 = Color3.new(0, 1, 1)
  408. ExitScripts.BorderSizePixel = 3
  409. ExitScripts.Position = UDim2.new(0, 0, 0, 318)
  410. ExitScripts.Size = UDim2.new(0, 164, 0, 37)
  411. ExitScripts.Font = Enum.Font.SourceSans
  412. ExitScripts.Text = "ExitScripts"
  413. ExitScripts.TextColor3 = Color3.new(0, 1, 1)
  414. ExitScripts.TextScaled = true
  415. ExitScripts.TextSize = 1
  416. ExitScripts.TextWrapped = true
  417. Exitscripts.MouseButton1Down:connect(function()
  418. scriptFrame.Visible = false
  419. MainFrame.Visible = true
Advertisement
Add Comment
Please, Sign In to add comment