Advertisement
Guest User

Untitled

a guest
May 24th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.78 KB | None | 0 0
  1. local creditsdab = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local aidez = Instance.new("ImageLabel")
  4. local names = Instance.new("TextLabel")
  5. local scriptmadeby = Instance.new("TextLabel")
  6. local scriptmadeby_2 = Instance.new("TextLabel")
  7. local x = Instance.new("TextButton")
  8.  
  9.  
  10. creditsdab.Name = "creditsdab"
  11. creditsdab.Parent = game.CoreGui
  12.  
  13. Frame.Parent = creditsdab
  14. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  15. Frame.Position = UDim2.new(0.399554282, 0, 0.241054624, 0)
  16. Frame.Size = UDim2.new(0, 274, 0, 274)
  17.  
  18. aidez.Name = "aidez"
  19. aidez.Parent = Frame
  20. aidez.BackgroundColor3 = Color3.new(1, 1, 1)
  21. aidez.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  22. aidez.Position = UDim2.new(-0.000740621239, 0, 0.000178694725, 0)
  23. aidez.Size = UDim2.new(0, 274, 0, 274)
  24. aidez.Image = "rbxassetid://0&hash=9c3f6c00707d5ebde710fd2f3efd2b5e"
  25.  
  26. names.Name = "names"
  27. names.Parent = Frame
  28. names.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  29. names.BackgroundTransparency = 0.30000001192093
  30. names.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  31. names.Position = UDim2.new(0, 0, 0.897810221, 0)
  32. names.Size = UDim2.new(0, 274, 0, 28)
  33. names.Font = Enum.Font.SourceSans
  34. names.Text = "Vortexturize | aidez moi#4192 | Aidez "
  35. names.TextColor3 = Color3.new(1, 1, 1)
  36. names.TextSize = 14
  37.  
  38. scriptmadeby.Name = "scriptmadeby"
  39. scriptmadeby.Parent = Frame
  40. scriptmadeby.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  41. scriptmadeby.BackgroundTransparency = 0.30000001192093
  42. scriptmadeby.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  43. scriptmadeby.Position = UDim2.new(0, 0, -0.102189779, 0)
  44. scriptmadeby.Size = UDim2.new(0, 274, 0, 28)
  45. scriptmadeby.Font = Enum.Font.SourceSans
  46. scriptmadeby.Text = "Script made by"
  47. scriptmadeby.TextColor3 = Color3.new(1, 1, 1)
  48. scriptmadeby.TextSize = 14
  49.  
  50. scriptmadeby_2.Name = "scriptmadeby"
  51. scriptmadeby_2.Parent = Frame
  52. scriptmadeby_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  53. scriptmadeby_2.BackgroundTransparency = 0.30000001192093
  54. scriptmadeby_2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  55. scriptmadeby_2.Position = UDim2.new(0, 0, -0.164233565, 0)
  56. scriptmadeby_2.Size = UDim2.new(0, 274, 0, 17)
  57. scriptmadeby_2.Font = Enum.Font.SourceSans
  58. scriptmadeby_2.Text = "Open the dev consol for a list of features. (F9 or Shift + F9)"
  59. scriptmadeby_2.TextColor3 = Color3.new(1, 1, 1)
  60. scriptmadeby_2.TextScaled = true
  61. scriptmadeby_2.TextSize = 14
  62. scriptmadeby_2.TextWrapped = true
  63.  
  64. x.Name = "x"
  65. x.Parent = creditsdab
  66. x.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  67. x.BackgroundTransparency = 0.30000001192093
  68. x.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  69. x.Position = UDim2.new(0.600445747, 0, 0.188323915, 0)
  70. x.Size = UDim2.new(0, 28, 0, 28)
  71. x.Font = Enum.Font.SourceSansSemibold
  72. x.Text = "X"
  73. x.TextColor3 = Color3.new(1, 1, 1)
  74. x.TextSize = 30
  75.  
  76. x.MouseButton1Click:connect(function()
  77. creditsdab:Destroy()
  78. end)
  79.  
  80.  
  81. if game.Players.LocalPlayer.Name == "Cukzi" then
  82. ohyathatscool = true
  83. wait(1)
  84. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  85. end
  86.  
  87.  
  88. if game.Players.LocalPlayer.Name == "1mxx" then
  89. ohyathatscool = true
  90. wait(1)
  91. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  92. end
  93.  
  94. fireuzi = false
  95. targetfireuzi = false
  96. mouse = game.Players.LocalPlayer:GetMouse()
  97.  
  98. mouse.KeyDown:Connect(function(key)
  99. if key == "f" then
  100.  
  101.  
  102. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  103. if (v:IsA("Tool")and v.Name == "Uzi") then
  104. v.Parent = game.Players.LocalPlayer.Character
  105. end
  106. end
  107. fireuzi = true
  108.  
  109. end
  110.  
  111. if key == "c" then
  112. if game.CoreGui:FindFirstChild("TargetGUI") then
  113.  
  114. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  115. if (v:IsA("Tool")and v.Name ~= "Uzi") then
  116. v.Parent = game.Players.LocalPlayer.Backpack
  117. end
  118. end
  119.  
  120. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  121. if (v:IsA("Tool")and v.Name == "Uzi") then
  122. v.Parent = game.Players.LocalPlayer.Character
  123. end
  124. end
  125. targetfireuzi = true
  126.  
  127. end
  128. end
  129. end)
  130.  
  131. mouse.KeyUp:Connect(function(key)
  132. if key == "f" then
  133.  
  134. fireuzi = false
  135. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  136. if (v:IsA("Tool")and v.Name == "Uzi") then
  137. v:Deactivate()
  138. v.Parent = game.Players.LocalPlayer.Backpack
  139. end
  140. end
  141.  
  142. end
  143.  
  144.  
  145. if key == "c" then
  146. if game.CoreGui:FindFirstChild("TargetGUI") then
  147.  
  148. targetfireuzi = false
  149. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  150. if (v:IsA("Tool")and v.Name == "Uzi") then
  151. v:Deactivate()
  152. v.Parent = game.Players.LocalPlayer.Backpack
  153. end
  154. end
  155. end
  156. end
  157. end)
  158.  
  159.  
  160.  
  161. loadstring(game:HttpGet(('https://pastebin.com/raw/9mAwN6rA'),true))()
  162. for i = 1,#blacklist do
  163. if string.lower(game.Players.LocalPlayer.Name) == string.lower(tostring(blacklist[i])) then
  164. game.Players.LocalPlayer:Kick("Fuck off XD")
  165. end
  166. end
  167. game.Players.PlayerAdded:connect(function(plr)
  168. for i = 1,#mains do
  169. if string.lower(plr.Name) == tostring(string.lower(mains[i])) then
  170. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.PlayerName.TextColor3 = Color3.new(1, 170/255, 0)
  171. end
  172. end
  173. end)
  174. for i, x in next, game:GetService"Players":GetPlayers() do
  175. for i = 1,#mains do
  176. if string.lower(x.Name) == tostring(string.lower(mains[i])) then
  177. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.PlayerName.TextColor3 = Color3.new(1, 170/255, 0)
  178. end
  179. end
  180. end
  181. game.Players.PlayerAdded:connect(function(plr)
  182. for i = 1,#special do
  183. if string.lower(plr.Name) == tostring(string.lower(special[i])) then
  184. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.PlayerName.TextColor3 = Color3.new(0, 255, 255)
  185. end
  186. end
  187. end)
  188. for i, x in next, game:GetService"Players":GetPlayers() do
  189. for i = 1,#special do
  190. if string.lower(x.Name) == tostring(string.lower(special[i])) then
  191. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.PlayerName.TextColor3 = Color3.new(0, 255, 255)
  192. end
  193. end
  194. end
  195.  
  196.  
  197.  
  198.  
  199. game.Players.LocalPlayer.CharacterAdded:Connect(function(char)
  200. repeat wait() until char.Humanoid
  201. char.Humanoid.ChildAdded:Connect(function(child)
  202. repeat wait() until char.Humanoid[child.Name]
  203. if child.Name == "Bullet" then
  204. wait(0.3)
  205. child:Destroy()
  206. end
  207. end)
  208. end)
  209.  
  210.  
  211. game.Players.LocalPlayer.Character.Humanoid.ChildAdded:Connect(function(child)
  212. repeat wait() until game.Players.LocalPlayer.Character.Humanoid[child.Name]
  213. if child.Name == "Bullet" then
  214. wait(0.3)
  215. child:Destroy()
  216. end
  217. end)
  218.  
  219.  
  220. debounce = false
  221. game:GetService('RunService').Stepped:connect(function()
  222. if fireuzi == true and debounce == false then
  223. debounce = true
  224. game.Players.LocalPlayer.Character.Uzi.Fire:FireServer(mouse.Hit)
  225. wait()
  226. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  227. if (v:IsA("Tool")) then
  228. v.Parent = game.Players.LocalPlayer.Backpack
  229. v.Parent = game.Players.LocalPlayer
  230. v.Parent = game.Players.LocalPlayer.Backpack
  231. v.Parent = game.Players.LocalPlayer.Character
  232. end
  233. end
  234. debounce = false
  235. end
  236.  
  237. if targetfireuzi == true and debouncerino == false then
  238. debounce = true
  239. if game.Players:FindFirstChild(game.CoreGui.TargetGui.Target.Text) then
  240. game.Players.LocalPlayer.Character.Uzi.Fire:FireServer(game.Players[game.CoreGui.TargetGui.Target.Text].Character.Torso.CFrame)
  241. end
  242. wait()
  243. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  244. if (v:IsA("Tool")) then
  245. v.Parent = game.Players.LocalPlayer.Backpack
  246. v.Parent = game.Players.LocalPlayer
  247. v.Parent = game.Players.LocalPlayer.Backpack
  248. v.Parent = game.Players.LocalPlayer.Character
  249. end
  250. end
  251. debounce = false
  252. end
  253.  
  254.  
  255. if ohyathatscool == true then
  256. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer('Hello from Vortexturize!',"All")
  257. end
  258. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement