Advertisement
turrtle

Untitled

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