Cookiemonstr

SODA DRINKING SIMULATOR - SCRIPT AFK HACK EXPLOIT

Oct 19th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.70 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Gui = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local Function1 = Instance.new("TextButton")
  7. local topbar = Instance.new("Frame")
  8. local Game = Instance.new("TextLabel")
  9. local TextLabel = Instance.new("TextLabel")
  10. local OpenClose = Instance.new("TextButton")
  11. --Properties:
  12. Gui.Name = "Gui"
  13. Gui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  14.  
  15. Main.Name = "Main"
  16. Main.Parent = Gui
  17. Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  18. Main.BorderColor3 = Color3.new(1, 0, 0)
  19. Main.BorderSizePixel = 5
  20. Main.Position = UDim2.new(0.216517851, 0, 0.177710846, 0)
  21. Main.Size = UDim2.new(0, 650, 0, 458)
  22. Main.Visible = false
  23.  
  24. Function1.Name = "Function1"
  25. Function1.Parent = Main
  26. Function1.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  27. Function1.BorderColor3 = Color3.new(0.333333, 1, 0)
  28. Function1.BorderSizePixel = 5
  29. Function1.Position = UDim2.new(0.0661538467, 0, 0.218340605, 0)
  30. Function1.Size = UDim2.new(0, 563, 0, 255)
  31. Function1.Font = Enum.Font.SourceSans
  32. Function1.Text = "AFK FARM"
  33. Function1.TextColor3 = Color3.new(1, 1, 1)
  34. Function1.TextScaled = true
  35. Function1.TextSize = 14
  36. Function1.TextWrapped = true
  37. Function1.TextYAlignment = Enum.TextYAlignment.Top
  38.  
  39. topbar.Name = "topbar"
  40. topbar.Parent = Main
  41. topbar.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  42. topbar.BackgroundTransparency = 0.5
  43. topbar.Position = UDim2.new(-0.00194369256, 0, 0.000328823924, 0)
  44. topbar.Size = UDim2.new(0, 650, 0, 42)
  45.  
  46. Game.Name = "Game"
  47. Game.Parent = topbar
  48. Game.BackgroundColor3 = Color3.new(1, 1, 1)
  49. Game.BackgroundTransparency = 1
  50. Game.Position = UDim2.new(0.00153846107, 0, -0.0952380896, 0)
  51. Game.Size = UDim2.new(0, 632, 0, 50)
  52. Game.Font = Enum.Font.Cartoon
  53. Game.Text = "SODA DRINKING SIMULATOR"
  54. Game.TextColor3 = Color3.new(1, 0, 0)
  55. Game.TextScaled = true
  56. Game.TextSize = 14
  57. Game.TextWrapped = true
  58.  
  59. TextLabel.Parent = Main
  60. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  61. TextLabel.BackgroundTransparency = 1
  62. TextLabel.Position = UDim2.new(0, 0, 0.890829682, 0)
  63. TextLabel.Size = UDim2.new(0, 650, 0, 50)
  64. TextLabel.Font = Enum.Font.SourceSans
  65. TextLabel.Text = "V3RM: BestScripter"
  66. TextLabel.TextColor3 = Color3.new(0, 0, 1)
  67. TextLabel.TextScaled = true
  68. TextLabel.TextSize = 14
  69. TextLabel.TextWrapped = true
  70. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  71.  
  72. OpenClose.Name = "OpenClose"
  73. OpenClose.Parent = Gui
  74. OpenClose.BackgroundColor3 = Color3.new(0.117647, 0.137255, 0.121569)
  75. OpenClose.BorderColor3 = Color3.new(0, 0, 1)
  76. OpenClose.BorderSizePixel = 5
  77. OpenClose.Position = UDim2.new(0, 0, 0.4743976, -25)
  78. OpenClose.Size = UDim2.new(0, 149, 0, 67)
  79. OpenClose.Font = Enum.Font.SourceSans
  80. OpenClose.Text = "Open"
  81. OpenClose.TextScaled = true
  82. OpenClose.TextSize = 14
  83. OpenClose.TextWrapped = true
  84. -- Scripts:
  85. function SCRIPT_MEYU82_FAKESCRIPT() -- Function1.Script
  86. getfenv().script = Instance.new('Script', Function1)
  87.  
  88. Function1.MouseButton1Click:connect(function()
  89. while wait(0.1) do
  90. local Event = game.Players.LocalPlayer.Character.Soda.Drink
  91. Event:FireServer()
  92. local Event = game.Players.LocalPlayer.Character.Soda.Burp
  93. Event:FireServer()
  94. end
  95. end)
  96.  
  97. end
  98. coroutine.resume(coroutine.create(SCRIPT_MEYU82_FAKESCRIPT))
  99. function SCRIPT_YUVK80_FAKESCRIPT() -- OpenClose.LocalScript
  100. getfenv().script = Instance.new('LocalScript', OpenClose)
  101.  
  102. script.Parent.MouseButton1Click:connect(function()
  103. if script.Parent.Parent.Main.Visible == false then
  104. script.Parent.Parent.Main.Visible = true
  105. script.Parent.Text = 'Close'
  106.  
  107. else
  108. script.Parent.Parent.Frame.Visible = false
  109. end script.Parent.Text = 'Open'
  110. end)
  111.  
  112. end
  113. coroutine.resume(coroutine.create(SCRIPT_YUVK80_FAKESCRIPT))
Add Comment
Please, Sign In to add comment