Advertisement
Guest User

TS2uitcase

a guest
Jan 22nd, 2020
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.22 KB | None | 0 0
  1. -- By Kaldr
  2. -- Profile: https://v3rmillion.net/member.php?action=profile&uid=1110292
  3.  
  4. -- Instances:
  5.  
  6. local TS2uitcase = Instance.new("ScreenGui")
  7. local bar = Instance.new("TextLabel")
  8. local main = Instance.new("Frame")
  9. local noactions = Instance.new("TextButton")
  10. local essence = Instance.new("TextButton")
  11. local spawninplace = Instance.new("TextButton")
  12. local nogunslows = Instance.new("TextButton")
  13. local TextLabel = Instance.new("TextLabel")
  14. local close = Instance.new("TextButton")
  15. local open = Instance.new("TextButton")
  16.  
  17. --Properties:
  18.  
  19. TS2uitcase.Name = "TS2uitcase"
  20. TS2uitcase.Parent = game:GetService("CoreGui")
  21. TS2uitcase.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  22.  
  23. bar.Name = "bar"
  24. bar.Parent = TS2uitcase
  25. bar.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  26. bar.BorderColor3 = Color3.fromRGB(12, 19, 25)
  27. bar.BorderSizePixel = 3
  28. bar.Position = UDim2.new(0.480198026, 0, 0.25967741, 0)
  29. bar.Size = UDim2.new(0, 108, 0, 25)
  30. bar.Font = Enum.Font.SourceSans
  31. bar.Text = ""
  32. bar.TextColor3 = Color3.fromRGB(0, 0, 0)
  33. bar.TextSize = 14.000
  34.  
  35. main.Name = "main"
  36. main.Parent = bar
  37. main.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
  38. main.BorderColor3 = Color3.fromRGB(12, 19, 25)
  39. main.BorderSizePixel = 3
  40. main.Position = UDim2.new(-0.0390218087, 0, 0.966989398, 0)
  41. main.Size = UDim2.new(0, 116, 0, 95)
  42.  
  43. noactions.Name = "noactions"
  44. noactions.Parent = main
  45. noactions.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  46. noactions.BorderColor3 = Color3.fromRGB(25, 25, 25)
  47. noactions.BorderSizePixel = 3
  48. noactions.Position = UDim2.new(0.611000001, -5, 0.647600234, 0)
  49. noactions.Size = UDim2.new(0, 42, 0, 23)
  50. noactions.Font = Enum.Font.SciFi
  51. noactions.Text = "NOACT"
  52. noactions.TextColor3 = Color3.fromRGB(152, 174, 255)
  53. noactions.TextSize = 12.000
  54.  
  55. essence.Name = "essence"
  56. essence.Parent = main
  57. essence.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  58. essence.BorderColor3 = Color3.fromRGB(25, 25, 25)
  59. essence.BorderSizePixel = 3
  60. essence.Position = UDim2.new(0.101999998, -5, 0.647600234, 0)
  61. essence.Size = UDim2.new(0, 42, 0, 23)
  62. essence.Font = Enum.Font.SciFi
  63. essence.Text = "ESNC"
  64. essence.TextColor3 = Color3.fromRGB(152, 174, 255)
  65. essence.TextSize = 12.000
  66.  
  67. spawninplace.Name = "spawninplace"
  68. spawninplace.Parent = main
  69. spawninplace.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  70. spawninplace.BorderColor3 = Color3.fromRGB(25, 25, 25)
  71. spawninplace.BorderSizePixel = 3
  72. spawninplace.Position = UDim2.new(0.102171376, -5, 0.307750762, 0)
  73. spawninplace.Size = UDim2.new(0, 42, 0, 23)
  74. spawninplace.Font = Enum.Font.SciFi
  75. spawninplace.Text = "SIP"
  76. spawninplace.TextColor3 = Color3.fromRGB(152, 174, 255)
  77. spawninplace.TextSize = 13.000
  78. spawninplace.TextWrapped = true
  79.  
  80. nogunslows.Name = "nogunslows"
  81. nogunslows.Parent = main
  82. nogunslows.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  83. nogunslows.BorderColor3 = Color3.fromRGB(25, 25, 25)
  84. nogunslows.BorderSizePixel = 3
  85. nogunslows.Position = UDim2.new(0.611294448, -5, 0.307750523, 0)
  86. nogunslows.Size = UDim2.new(0, 42, 0, 23)
  87. nogunslows.Font = Enum.Font.SciFi
  88. nogunslows.Text = "NSG"
  89. nogunslows.TextColor3 = Color3.fromRGB(152, 174, 255)
  90. nogunslows.TextSize = 13.000
  91.  
  92. TextLabel.Parent = main
  93. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  94. TextLabel.BackgroundTransparency = 1.000
  95. TextLabel.Position = UDim2.new(0.00408164039, 0, 0, 0)
  96. TextLabel.Size = UDim2.new(0, 115, 0, 28)
  97. TextLabel.Font = Enum.Font.Fantasy
  98. TextLabel.Text = "TS2uitcase"
  99. TextLabel.TextColor3 = Color3.fromRGB(152, 174, 255)
  100. TextLabel.TextSize = 20.000
  101.  
  102. close.Name = "close"
  103. close.Parent = bar
  104. close.BackgroundColor3 = Color3.fromRGB(152, 174, 255)
  105. close.Position = UDim2.new(0.784444392, 0, 0.125, 3)
  106. close.Size = UDim2.new(0, 12, 0, 11)
  107. close.Font = Enum.Font.SourceSans
  108. close.Text = ""
  109. close.TextColor3 = Color3.fromRGB(0, 0, 0)
  110. close.TextSize = 14.000
  111.  
  112. open.Name = "open"
  113. open.Parent = bar
  114. open.BackgroundColor3 = Color3.fromRGB(152, 174, 255)
  115. open.Position = UDim2.new(0.092592597, 0, 0.125, 3)
  116. open.Size = UDim2.new(0, 12, 0, 11)
  117. open.Font = Enum.Font.SourceSans
  118. open.Text = ""
  119. open.TextColor3 = Color3.fromRGB(0, 0, 0)
  120. open.TextSize = 14.000
  121.  
  122. -- Scripts:
  123.  
  124. local function CYKHJ_fake_script() -- noactions.actofnone
  125. local script = Instance.new('LocalScript', noactions)
  126.  
  127. function noactions()
  128. for i,v in pairs(game:GetService("Players")["LocalPlayer"].Character:GetDescendants()) do
  129. if v.Name == "Action" and v:IsA("Folder") then
  130. v:Destroy()
  131. end
  132. end
  133.  
  134. game:GetService("Players")["LocalPlayer"].Character.DescendantAdded:Connect(function(obj)
  135. if obj:IsA("Folder") and obj.Name == "Action" then
  136. wait()
  137. obj:Destroy()
  138. end
  139. end)
  140. end
  141.  
  142. script.Parent.MouseButton1Click:Connect(noactions)
  143. end
  144. coroutine.wrap(CYKHJ_fake_script)()
  145. local function JTMU_fake_script() -- essence.cencs
  146. local script = Instance.new('LocalScript', essence)
  147.  
  148. function sence()
  149. loadstring(game:HttpGet("https://pastebin.com/raw/5dBRaQxm",true))()
  150. end
  151.  
  152. script.Parent.MouseButton1Click:Connect(sence)
  153. end
  154. coroutine.wrap(JTMU_fake_script)()
  155. local function UAADF_fake_script() -- spawninplace.sip
  156. local script = Instance.new('LocalScript', spawninplace)
  157.  
  158. function spi()
  159. for i,v in pairs(game:GetService("Players")["LocalPlayer"].Character:GetDescendants()) do
  160. if v.Name == "KOd" and v:IsA("Folder") then
  161. v:Destroy()
  162. end
  163. end
  164.  
  165. game:GetService("Players")["LocalPlayer"].Character.DescendantAdded:Connect(function(obj)
  166. if obj:IsA("Folder") and obj.Name == "KOd" then
  167. wait()
  168. obj:Destroy()
  169. end
  170. end)
  171.  
  172. for i,v in pairs(game:GetService("Players")["LocalPlayer"].Character:GetDescendants()) do
  173. if v.Name == "Roped" and v:IsA("Folder") then
  174. v:Destroy()
  175. end
  176. end
  177.  
  178. game:GetService("Players")["LocalPlayer"].Character.DescendantAdded:Connect(function(obj)if obj:IsA("Folder") and obj.Name == "Roped" then
  179. wait()
  180. obj:Destroy()
  181. end
  182. end)
  183. end
  184.  
  185. script.Parent.MouseButton1Click:Connect(spi)
  186. end
  187. coroutine.wrap(UAADF_fake_script)()
  188. local function GZVGBLF_fake_script() -- nogunslows.nsgscript
  189. local script = Instance.new('LocalScript', nogunslows)
  190.  
  191. function nsg()
  192. for i,v in pairs(game:GetService("Players")["LocalPlayer"].Character:GetDescendants()) do
  193. if v.Name == "GunSlow" and v:IsA("Folder") then
  194. v:Destroy()
  195. end
  196. end
  197.  
  198. game:GetService("Players")["LocalPlayer"].Character.DescendantAdded:Connect(function(obj)
  199. if obj:IsA("Folder") and obj.Name == "GunSlow" then
  200. wait()
  201. obj:Destroy()
  202. end
  203. end)
  204. end
  205.  
  206. script.Parent.MouseButton1Click:Connect(nsg)
  207. end
  208. coroutine.wrap(GZVGBLF_fake_script)()
  209. local function DHDBJK_fake_script() -- bar.LocalScript
  210. local script = Instance.new('LocalScript', bar)
  211.  
  212. local UserInputService = game:GetService("UserInputService")
  213.  
  214. local gui = script.Parent
  215.  
  216. local dragging
  217. local dragInput
  218. local dragStart
  219. local startPos
  220.  
  221. local function update(input)
  222. local delta = input.Position - dragStart
  223. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  224. end
  225.  
  226. gui.InputBegan:Connect(function(input)
  227. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  228. dragging = true
  229. dragStart = input.Position
  230. startPos = gui.Position
  231.  
  232. input.Changed:Connect(function()
  233. if input.UserInputState == Enum.UserInputState.End then
  234. dragging = false
  235. end
  236. end)
  237. end
  238. end)
  239.  
  240. gui.InputChanged:Connect(function(input)
  241. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  242. dragInput = input
  243. end
  244. end)
  245.  
  246. UserInputService.InputChanged:Connect(function(input)
  247. if input == dragInput and dragging then
  248. update(input)
  249. end
  250. end)
  251. end
  252. coroutine.wrap(DHDBJK_fake_script)()
  253. local function YKKAN_fake_script() -- close.LocalScript
  254. local script = Instance.new('LocalScript', close)
  255.  
  256. function close()
  257. script.Parent.Parent.main.Visible = false
  258. end
  259.  
  260. script.Parent.MouseButton1Click:Connect(close)
  261. end
  262. coroutine.wrap(YKKAN_fake_script)()
  263. local function YPPF_fake_script() -- open.LocalScript
  264. local script = Instance.new('LocalScript', open)
  265.  
  266. function open()
  267. script.Parent.Parent.main.Visible = true
  268. end
  269.  
  270. script.Parent.MouseButton1Click:Connect(open)
  271. end
  272. coroutine.wrap(YPPF_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement