Advertisement
turrtle

Untitled

Nov 12th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.65 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local NicotineV1 = Instance.new("ScreenGui")
  5. local main = Instance.new("Frame")
  6. local Speedrunx = Instance.new("TextButton")
  7. local ImageLabel = Instance.new("ImageLabel")
  8. local Speedrun = Instance.new("TextButton")
  9. local SpeedRunXTab = Instance.new("ScrollingFrame")
  10. local SpeedRunXValue = Instance.new("TextBox")
  11. local AddXP = Instance.new("TextButton")
  12. local Rebirth = Instance.new("TextButton")
  13. local top = Instance.new("Frame")
  14. local name = Instance.new("TextLabel")
  15. local close = Instance.new("TextButton")
  16. local SpeedRunTab = Instance.new("ScrollingFrame")
  17. local SpeedRunTextBox = Instance.new("TextBox")
  18. local AddSteps = Instance.new("TextButton")
  19. local AddDiamonds = Instance.new("TextButton")
  20. local BuyLegendCreate = Instance.new("TextButton")
  21. local BuyFlashCreate = Instance.new("TextButton")
  22. --Properties:
  23. NicotineV1.Name = "Nicotine V1"
  24. NicotineV1.Parent = game.CoreGui
  25.  
  26. main.Name = "main"
  27. main.Parent = NicotineV1
  28. main.BackgroundColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  29. main.BorderSizePixel = 0
  30. main.Position = UDim2.new(0.663419724, 0, 0.330909908, 0)
  31. main.Size = UDim2.new(0, 385, 0, 254)
  32. main.Active = true
  33. main.Draggable = true
  34.  
  35. Speedrunx.Name = "Speedrunx"
  36. Speedrunx.Parent = main
  37. Speedrunx.BackgroundColor3 = Color3.new(1, 1, 1)
  38. Speedrunx.BackgroundTransparency = 0.69999998807907
  39. Speedrunx.BorderSizePixel = 0
  40. Speedrunx.Position = UDim2.new(0, 0, 0.0468920022, 0)
  41. Speedrunx.Size = UDim2.new(0, 102, 0, 30)
  42. Speedrunx.ZIndex = 2
  43. Speedrunx.Font = Enum.Font.SourceSansBold
  44. Speedrunx.Text = "Speed Run X"
  45. Speedrunx.TextColor3 = Color3.new(1, 1, 1)
  46. Speedrunx.TextSize = 18
  47. Speedrunx.TextStrokeColor3 = Color3.new(1, 1, 1)
  48. Speedrunx.MouseButton1Down:connect(function()
  49. SpeedRunXTab.Visible = true
  50. SpeedRunTab.Visible = false
  51. end)
  52.  
  53. ImageLabel.Parent = main
  54. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  55. ImageLabel.BackgroundTransparency = 1
  56. ImageLabel.Position = UDim2.new(-0.00274725282, 0, 0, 0)
  57. ImageLabel.Size = UDim2.new(0, 365, 0, 369)
  58. ImageLabel.Visible = false
  59. ImageLabel.Image = "rbxassetid://950898941"
  60.  
  61. Speedrun.Name = "Speedrun"
  62. Speedrun.Parent = main
  63. Speedrun.BackgroundColor3 = Color3.new(1, 1, 1)
  64. Speedrun.BackgroundTransparency = 0.69999998807907
  65. Speedrun.BorderSizePixel = 0
  66. Speedrun.Position = UDim2.new(0.280219793, 0, 0.0468920022, 0)
  67. Speedrun.Size = UDim2.new(0, 102, 0, 30)
  68. Speedrun.ZIndex = 2
  69. Speedrun.Font = Enum.Font.SourceSansBold
  70. Speedrun.Text = "Speed Run"
  71. Speedrun.TextColor3 = Color3.new(1, 1, 1)
  72. Speedrun.TextSize = 18
  73. Speedrun.TextStrokeColor3 = Color3.new(1, 1, 1)
  74. Speedrun.MouseButton1Down:connect(function()
  75. SpeedRunTab.Visible = true
  76. SpeedRunXTab.Visible = false
  77. end)
  78.  
  79. SpeedRunXTab.Name = "SpeedRunXTab"
  80. SpeedRunXTab.Parent = main
  81. SpeedRunXTab.BackgroundColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  82. SpeedRunXTab.Position = UDim2.new(0.0222360492, 0, 0.1958085, 0)
  83. SpeedRunXTab.Size = UDim2.new(0, 346, 0, 190)
  84.  
  85. SpeedRunXValue.Name = "SpeedRunXValue"
  86. SpeedRunXValue.Parent = SpeedRunXTab
  87. SpeedRunXValue.BackgroundColor3 = Color3.new(1, 1, 1)
  88. SpeedRunXValue.Position = UDim2.new(0.0394313559, 0, 0.006963972, 0)
  89. SpeedRunXValue.Size = UDim2.new(0, 119, 0, 24)
  90. SpeedRunXValue.Font = Enum.Font.SourceSans
  91. SpeedRunXValue.Text = "Enter Value"
  92. SpeedRunXValue.TextColor3 = Color3.new(0, 0, 0)
  93. SpeedRunXValue.TextSize = 14
  94.  
  95. AddXP.Name = "AddXP"
  96. AddXP.Parent = SpeedRunXTab
  97. AddXP.BackgroundColor3 = Color3.new(1, 1, 1)
  98. AddXP.BackgroundTransparency = 0.69999998807907
  99. AddXP.BorderSizePixel = 0
  100. AddXP.Position = UDim2.new(0.485977948, 0, 0.00473740697, 0)
  101. AddXP.Size = UDim2.new(0, 102, 0, 30)
  102. AddXP.ZIndex = 2
  103. AddXP.Font = Enum.Font.SourceSansBold
  104. AddXP.Text = "Add Xp"
  105. AddXP.TextColor3 = Color3.new(1, 1, 1)
  106. AddXP.TextSize = 18
  107. AddXP.TextStrokeColor3 = Color3.new(1, 1, 1)
  108.  
  109. Rebirth.Name = "Rebirth"
  110. Rebirth.Parent = SpeedRunXTab
  111. Rebirth.BackgroundColor3 = Color3.new(1, 1, 1)
  112. Rebirth.BackgroundTransparency = 0.69999998807907
  113. Rebirth.BorderSizePixel = 0
  114. Rebirth.Position = UDim2.new(0.0611224473, 0, 0.091683507, 0)
  115. Rebirth.Size = UDim2.new(0, 102, 0, 30)
  116. Rebirth.ZIndex = 2
  117. Rebirth.Font = Enum.Font.SourceSansBold
  118. Rebirth.Text = "Rebirth "
  119. Rebirth.TextColor3 = Color3.new(1, 1, 1)
  120. Rebirth.TextSize = 18
  121. Rebirth.TextStrokeColor3 = Color3.new(1, 1, 1)
  122. Rebirth.MouseButton1Down:connect(function()
  123. local Remote = game.ReplicatedStorage.Events['Rebirth']
  124.  
  125. local Arguments = {
  126.  
  127. }
  128.  
  129. Remote:FireServer(unpack(Arguments))
  130. end)
  131.  
  132. top.Name = "top"
  133. top.Parent = main
  134. top.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  135. top.BorderSizePixel = 0
  136. top.Position = UDim2.new(0, 0, -0.111111134, 0)
  137. top.Size = UDim2.new(0, 385, 0, 41)
  138.  
  139. name.Name = "name"
  140. name.Parent = top
  141. name.BackgroundColor3 = Color3.new(1, 1, 1)
  142. name.BackgroundTransparency = 1
  143. name.Position = UDim2.new(0.0274725277, 0, 0, 0)
  144. name.Size = UDim2.new(0, 200, 0, 41)
  145. name.Font = Enum.Font.SourceSansBold
  146. name.Text = "Nicotine V0.1 - @Turtle#4806 - @man#7374 "
  147. name.TextColor3 = Color3.new(1, 1, 1)
  148. name.TextSize = 20
  149. name.TextXAlignment = Enum.TextXAlignment.Left
  150.  
  151. close.Name = "close"
  152. close.Parent = top
  153. close.BackgroundColor3 = Color3.new(1, 1, 1)
  154. close.BackgroundTransparency = 1
  155. close.Position = UDim2.new(0.870879114, 0, -0.024390243, 0)
  156. close.Size = UDim2.new(0, 47, 0, 41)
  157. close.Font = Enum.Font.SourceSansBold
  158. close.Text = "X"
  159. close.TextColor3 = Color3.new(1, 1, 1)
  160. close.TextSize = 22
  161. close.MouseButton1Down:connect(function()
  162. main.Visible = false
  163. end)
  164.  
  165. SpeedRunTab.Name = "SpeedRun Tab"
  166. SpeedRunTab.Parent = main
  167. SpeedRunTab.BackgroundColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  168. SpeedRunTab.Position = UDim2.new(0.0222360492, 0, 0.191871494, 0)
  169. SpeedRunTab.Size = UDim2.new(0, 346, 0, 190)
  170. SpeedRunTab.Visible = false
  171.  
  172. SpeedRunTextBox.Name = "SpeedRunTextBox"
  173. SpeedRunTextBox.Parent = SpeedRunTab
  174. SpeedRunTextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  175. SpeedRunTextBox.Position = UDim2.new(0.0394313559, 0, 0.006963972, 0)
  176. SpeedRunTextBox.Size = UDim2.new(0, 119, 0, 24)
  177. SpeedRunTextBox.Font = Enum.Font.SourceSans
  178. SpeedRunTextBox.Text = "Enter Value"
  179. SpeedRunTextBox.TextColor3 = Color3.new(0, 0, 0)
  180. SpeedRunTextBox.TextSize = 14
  181.  
  182. AddSteps.Name = "Add Steps"
  183. AddSteps.Parent = SpeedRunTab
  184. AddSteps.BackgroundColor3 = Color3.new(1, 1, 1)
  185. AddSteps.BackgroundTransparency = 0.69999998807907
  186. AddSteps.BorderSizePixel = 0
  187. AddSteps.Position = UDim2.new(0.485977948, 0, 0.0067059109, 0)
  188. AddSteps.Size = UDim2.new(0, 102, 0, 30)
  189. AddSteps.ZIndex = 2
  190. AddSteps.Font = Enum.Font.SourceSansBold
  191. AddSteps.Text = "Add Steps"
  192. AddSteps.TextColor3 = Color3.new(1, 1, 1)
  193. AddSteps.TextSize = 18
  194. AddSteps.TextStrokeColor3 = Color3.new(1, 1, 1)
  195.  
  196. AddDiamonds.Name = "Add Diamonds"
  197. AddDiamonds.Parent = SpeedRunTab
  198. AddDiamonds.BackgroundColor3 = Color3.new(1, 1, 1)
  199. AddDiamonds.BackgroundTransparency = 0.69999998807907
  200. AddDiamonds.BorderSizePixel = 0
  201. AddDiamonds.Position = UDim2.new(0.485977948, 0, 0.0848698094, 0)
  202. AddDiamonds.Size = UDim2.new(0, 102, 0, 30)
  203. AddDiamonds.ZIndex = 2
  204. AddDiamonds.Font = Enum.Font.SourceSansBold
  205. AddDiamonds.Text = "Add Diamonds"
  206. AddDiamonds.TextColor3 = Color3.new(1, 1, 1)
  207. AddDiamonds.TextSize = 18
  208. AddDiamonds.TextStrokeColor3 = Color3.new(1, 1, 1)
  209.  
  210. BuyLegendCreate.Name = "Buy Legend Create"
  211. BuyLegendCreate.Parent = SpeedRunTab
  212. BuyLegendCreate.BackgroundColor3 = Color3.new(1, 1, 1)
  213. BuyLegendCreate.BackgroundTransparency = 0.69999998807907
  214. BuyLegendCreate.BorderSizePixel = 0
  215. BuyLegendCreate.Position = UDim2.new(0.381931692, 0, 0.309279263, 0)
  216. BuyLegendCreate.Size = UDim2.new(0, 102, 0, 30)
  217. BuyLegendCreate.ZIndex = 2
  218. BuyLegendCreate.Font = Enum.Font.SourceSansBold
  219. BuyLegendCreate.Text = "Legend Create"
  220. BuyLegendCreate.TextColor3 = Color3.new(1, 1, 1)
  221. BuyLegendCreate.TextSize = 18
  222. BuyLegendCreate.TextStrokeColor3 = Color3.new(1, 1, 1)
  223. BuyLegendCreate.MouseButton1Down:connect(function()
  224. game.ReplicatedStorage.rEvents.crateEvent:FireServer("buyCrate", "Legends Crate")
  225. end)
  226.  
  227. BuyFlashCreate.Name = "Buy Flash Create"
  228. BuyFlashCreate.Parent = SpeedRunTab
  229. BuyFlashCreate.BackgroundColor3 = Color3.new(1, 1, 1)
  230. BuyFlashCreate.BackgroundTransparency = 0.69999998807907
  231. BuyFlashCreate.BorderSizePixel = 0
  232. BuyFlashCreate.Position = UDim2.new(0.0380010568, 0, 0.310086012, 0)
  233. BuyFlashCreate.Size = UDim2.new(0, 102, 0, 30)
  234. BuyFlashCreate.ZIndex = 2
  235. BuyFlashCreate.Font = Enum.Font.SourceSansBold
  236. BuyFlashCreate.Text = "Flash Create Create"
  237. BuyFlashCreate.TextColor3 = Color3.new(1, 1, 1)
  238. BuyFlashCreate.TextSize = 18
  239. BuyFlashCreate.TextStrokeColor3 = Color3.new(1, 1, 1)
  240. BuyFlashCreate.MouseButton1Down:connect(function()
  241. game.ReplicatedStorage.rEvents.crateEvent:FireServer("buyCrate", "Flash Crate")
  242. end)
  243. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement