Advertisement
UXRG

az

Mar 3rd, 2021
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.81 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local exploit = Instance.new("Frame")
  3. local UICorner = Instance.new("UICorner")
  4. local Detail1 = Instance.new("Frame")
  5. local UICorner_2 = Instance.new("UICorner")
  6. local USER = Instance.new("TextBox")
  7. local UICorner_3 = Instance.new("UICorner")
  8. local PASS = Instance.new("TextBox")
  9. local UICorner_4 = Instance.new("UICorner")
  10. local LOGIN = Instance.new("TextButton")
  11. local UICorner_5 = Instance.new("UICorner")
  12. local arsenal = Instance.new("Frame")
  13. local Detail2 = Instance.new("Frame")
  14. local UICorner_6 = Instance.new("UICorner")
  15. local UICorner_7 = Instance.new("UICorner")
  16. local tittle = Instance.new("TextLabel")
  17. local UICorner_8 = Instance.new("UICorner")
  18. local Aimbot = Instance.new("TextButton")
  19. local UICorner_9 = Instance.new("UICorner")
  20. local ESP = Instance.new("TextButton")
  21. local UICorner_10 = Instance.new("UICorner")
  22.  
  23. --Properties:
  24.  
  25. ScreenGui.Parent = game.Workspace
  26. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  27.  
  28. exploit.Name = "exploit"
  29. exploit.Parent = ScreenGui
  30. exploit.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  31. exploit.Position = UDim2.new(0.395939082, 0, 0.303234488, 0)
  32. exploit.Size = UDim2.new(0, 287, 0, 337)
  33.  
  34. UICorner.Parent = exploit
  35.  
  36. Detail1.Name = "Detail1"
  37. Detail1.Parent = exploit
  38. Detail1.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  39. Detail1.Size = UDim2.new(0, 287, 0, 15)
  40.  
  41. UICorner_2.Parent = Detail1
  42.  
  43. USER.Name = "USER"
  44. USER.Parent = exploit
  45. USER.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
  46. USER.Position = UDim2.new(0.062717773, 0, 0.213649839, 0)
  47. USER.Size = UDim2.new(0, 250, 0, 40)
  48. USER.Font = Enum.Font.SourceSans
  49. USER.Text = "USERNAME"
  50. USER.TextColor3 = Color3.fromRGB(255, 255, 255)
  51. USER.TextScaled = true
  52. USER.TextSize = 14.000
  53. USER.TextWrapped = true
  54.  
  55. UICorner_3.Parent = USER
  56.  
  57. PASS.Name = "PASS"
  58. PASS.Parent = exploit
  59. PASS.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
  60. PASS.Position = UDim2.new(0.062717773, 0, 0.486646861, 0)
  61. PASS.Size = UDim2.new(0, 250, 0, 40)
  62. PASS.Font = Enum.Font.SourceSans
  63. PASS.Text = "PASSWORD"
  64. PASS.TextColor3 = Color3.fromRGB(255, 255, 255)
  65. PASS.TextScaled = true
  66. PASS.TextSize = 14.000
  67. PASS.TextWrapped = true
  68.  
  69. UICorner_4.Parent = PASS
  70.  
  71. LOGIN.Name = "LOGIN"
  72. LOGIN.Parent = exploit
  73. LOGIN.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
  74. LOGIN.Position = UDim2.new(0.149825782, 0, 0.738872409, 0)
  75. LOGIN.Size = UDim2.new(0, 200, 0, 70)
  76. LOGIN.Font = Enum.Font.SourceSans
  77. LOGIN.Text = "LOGIN"
  78. LOGIN.TextColor3 = Color3.fromRGB(255, 255, 255)
  79. LOGIN.TextScaled = true
  80. LOGIN.TextSize = 14.000
  81. LOGIN.TextWrapped = true
  82.  
  83. UICorner_5.Parent = LOGIN
  84.  
  85. arsenal.Name = "arsenal"
  86. arsenal.Parent = ScreenGui
  87. arsenal.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  88. arsenal.Position = UDim2.new(0.832487285, 0, 0.719676554, 0)
  89. arsenal.Size = UDim2.new(0, 210, 0, 200)
  90. arsenal.Visible = false
  91.  
  92. Detail2.Name = "Detail2"
  93. Detail2.Parent = arsenal
  94. Detail2.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  95. Detail2.Size = UDim2.new(0, 210, 0, 15)
  96.  
  97. UICorner_6.Parent = Detail2
  98.  
  99. UICorner_7.Parent = arsenal
  100.  
  101. tittle.Name = "tittle"
  102. tittle.Parent = arsenal
  103. tittle.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  104. tittle.Position = UDim2.new(0, 0, 0.075000003, 0)
  105. tittle.Size = UDim2.new(0, 210, 0, 20)
  106. tittle.Font = Enum.Font.SourceSans
  107. tittle.Text = "Arsenal GUI"
  108. tittle.TextColor3 = Color3.fromRGB(255, 255, 255)
  109. tittle.TextScaled = true
  110. tittle.TextSize = 14.000
  111. tittle.TextWrapped = true
  112.  
  113. UICorner_8.Parent = tittle
  114.  
  115. Aimbot.Name = "Aimbot"
  116. Aimbot.Parent = arsenal
  117. Aimbot.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
  118. Aimbot.Position = UDim2.new(0.190476194, 0, 0.285000056, 0)
  119. Aimbot.Size = UDim2.new(0, 130, 0, 40)
  120. Aimbot.Font = Enum.Font.SourceSans
  121. Aimbot.Text = "Aimbot"
  122. Aimbot.TextColor3 = Color3.fromRGB(255, 255, 255)
  123. Aimbot.TextScaled = true
  124. Aimbot.TextSize = 14.000
  125. Aimbot.TextWrapped = true
  126. Aimbot.MouseButton1Down:connect(function()
  127. loadstring(game:HttpGet(('https://pastebin.com/raw/CmBR5A1a'),true))()
  128. end)
  129.  
  130. UICorner_9.Parent = Aimbot
  131.  
  132. ESP.Name = "ESP"
  133. ESP.Parent = arsenal
  134. ESP.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
  135. ESP.Position = UDim2.new(0.190476194, 0, 0.670000076, 0)
  136. ESP.Size = UDim2.new(0, 130, 0, 40)
  137. ESP.Font = Enum.Font.SourceSans
  138. ESP.Text = "ESP"
  139. ESP.TextColor3 = Color3.fromRGB(255, 255, 255)
  140. ESP.TextScaled = true
  141. ESP.TextSize = 14.000
  142. ESP.TextWrapped = true
  143. ESP.MouseButton1Down:connect(function()
  144. loadstring(game:HttpGet(('https://pastebin.com/raw/A8nhR9Az'),true))()
  145. end)
  146.  
  147. UICorner_10.Parent = ESP
  148.  
  149. -- Scripts:
  150.  
  151. local function SWVKTPH_fake_script() -- LOGIN.LocalScript
  152. local script = Instance.new('LocalScript', LOGIN)
  153.  
  154. local UserData = script.Parent.Parent.USER -- this is the variable for the 'username' textbox.
  155. local button = script.Parent -- this is a variable for the Button.
  156. local UserPass = script.Parent.Parent.PASS -- this is a variable for the 'Password' textbox
  157. local End = script.Parent.Parent.Parent.arsenal -- rename Hackz to ur frame u want to open after logging in.
  158. button.MouseButton1Click:Connect(function() -- will run the script down below after clicking the button
  159. if UserData.Text == "uxrg" and UserPass.Text == "tiktok" then -- change noob and 111 to a username and password u want
  160. End.Visible = true -- makes the hack frame visible after logging in.
  161. wait(1) -- waits one second.
  162. script.Parent.Parent.Visible = false -- makes the login frame invisible after logging in.
  163. else -- if the pass or username is wrong it will run the script down below
  164. button.Text = "Invalid Info" -- changes the text to invalid info
  165. wait(0.5) -- waits 0,5 secs
  166. button.Text = "Try again" -- changes the text to try again
  167. wait(0.5) -- waits another 0,5 secs
  168. button.Text = "Login" -- changes the text back to login
  169. end -- ends the if statement
  170. end) -- ends the button function
  171.  
  172.  
  173. -- fully scripted by NTO EXPLOITS on youtube --
  174. end
  175. coroutine.wrap(SWVKTPH_fake_script)()
  176. local function MUXG_fake_script() -- exploit.LocalScript
  177. local script = Instance.new('LocalScript', exploit)
  178.  
  179. local UIS = game:GetService("UserInputService")
  180. function dragify(exploit)
  181. dragToggle = nil
  182. local dragSpeed = 0
  183. dragInput = nil
  184. dragStart = nil
  185. local dragPos = nil
  186. function updateInput(input)
  187. local Delta = input.Position - dragStart
  188. local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  189. game:GetService("TweenService"):Create(exploit, TweenInfo.new(0.25), {Position = Position}):Play()
  190. end
  191. exploit.InputBegan:Connect(function(input)
  192. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  193. dragToggle = true
  194. dragStart = input.Position
  195. startPos = exploit.Position
  196. input.Changed:Connect(function()
  197. if input.UserInputState == Enum.UserInputState.End then
  198. dragToggle = false
  199. end
  200. end)
  201. end
  202. end)
  203. exploit.InputChanged:Connect(function(input)
  204. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  205. dragInput = input
  206. end
  207. end)
  208. game:GetService("UserInputService").InputChanged:Connect(function(input)
  209. if input == dragInput and dragToggle then
  210. updateInput(input)
  211. end
  212. end)
  213. end
  214.  
  215. dragify(script.Parent)
  216. end
  217. coroutine.wrap(MUXG_fake_script)()
  218. local function YTERB_fake_script() -- arsenal.LocalScript
  219. local script = Instance.new('LocalScript', arsenal)
  220.  
  221. local UIS = game:GetService("UserInputService")
  222. function dragify(arsenal)
  223. dragToggle = nil
  224. local dragSpeed = 0
  225. dragInput = nil
  226. dragStart = nil
  227. local dragPos = nil
  228. function updateInput(input)
  229. local Delta = input.Position - dragStart
  230. local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  231. game:GetService("TweenService"):Create(arsenal, TweenInfo.new(0.25), {Position = Position}):Play()
  232. end
  233. arsenal.InputBegan:Connect(function(input)
  234. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  235. dragToggle = true
  236. dragStart = input.Position
  237. startPos = arsenal.Position
  238. input.Changed:Connect(function()
  239. if input.UserInputState == Enum.UserInputState.End then
  240. dragToggle = false
  241. end
  242. end)
  243. end
  244. end)
  245. arsenal.InputChanged:Connect(function(input)
  246. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  247. dragInput = input
  248. end
  249. end)
  250. game:GetService("UserInputService").InputChanged:Connect(function(input)
  251. if input == dragInput and dragToggle then
  252. updateInput(input)
  253. end
  254. end)
  255. end
  256.  
  257. dragify(script.Parent)
  258. end
  259. coroutine.wrap(YTERB_fake_script)()
  260.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement