Advertisement
UXRG

l

Feb 26th, 2021
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.38 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local exploitGUI = Instance.new("ScreenGui")
  7. local exploit = Instance.new("Frame")
  8. local username = Instance.new("TextBox")
  9. local Password = Instance.new("TextBox")
  10. local LOGIN = Instance.new("TextButton")
  11. local Detail1 = Instance.new("Frame")
  12. local Detail2 = Instance.new("Frame")
  13. local Detail3 = Instance.new("Frame")
  14. local Detail4 = Instance.new("Frame")
  15. local Title = Instance.new("TextLabel")
  16. local Main = Instance.new("Frame")
  17. local Detail5 = Instance.new("Frame")
  18. local hub = Instance.new("TextLabel")
  19. local Ragdoll = Instance.new("TextButton")
  20. local Ocean = Instance.new("TextButton")
  21. local Aimbot = Instance.new("TextButton")
  22. local Animation = Instance.new("TextButton")
  23. local arasoia = Instance.new("TextButton")
  24. local ESP = Instance.new("TextButton")
  25.  
  26. --Properties:
  27.  
  28. exploitGUI.Name = "exploitGUI"
  29. exploitGUI.Parent = game.Workspace
  30. exploitGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  31.  
  32. exploit.Name = "exploit"
  33. exploit.Parent = exploitGUI
  34. exploit.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  35. exploit.Position = UDim2.new(0.390862912, 0, 0.273584902, 0)
  36. exploit.Size = UDim2.new(0, 300, 0, 350)
  37.  
  38. username.Name = "username"
  39. username.Parent = exploit
  40. username.BackgroundColor3 = Color3.fromRGB(78, 78, 78)
  41. username.Position = UDim2.new(0.0739826858, 0, 0.25999999, 0)
  42. username.Size = UDim2.new(0, 173, 0, 44)
  43. username.Font = Enum.Font.SciFi
  44. username.Text = "Username"
  45. username.TextColor3 = Color3.fromRGB(255, 255, 255)
  46. username.TextScaled = true
  47. username.TextSize = 14.000
  48. username.TextWrapped = true
  49.  
  50. Password.Name = "Password"
  51. Password.Parent = exploit
  52. Password.BackgroundColor3 = Color3.fromRGB(78, 78, 78)
  53. Password.Position = UDim2.new(0.0739826858, 0, 0.52285713, 0)
  54. Password.Size = UDim2.new(0, 173, 0, 44)
  55. Password.Font = Enum.Font.SciFi
  56. Password.Text = "Password"
  57. Password.TextColor3 = Color3.fromRGB(255, 255, 255)
  58. Password.TextScaled = true
  59. Password.TextSize = 14.000
  60. Password.TextWrapped = true
  61.  
  62. LOGIN.Name = "LOGIN"
  63. LOGIN.Parent = exploit
  64. LOGIN.BackgroundColor3 = Color3.fromRGB(78, 78, 78)
  65. LOGIN.Position = UDim2.new(0.453333318, 0, 0.697142899, 0)
  66. LOGIN.Size = UDim2.new(0, 145, 0, 80)
  67. LOGIN.Font = Enum.Font.SciFi
  68. LOGIN.Text = "LOGIN"
  69. LOGIN.TextColor3 = Color3.fromRGB(255, 255, 255)
  70. LOGIN.TextScaled = true
  71. LOGIN.TextSize = 14.000
  72. LOGIN.TextWrapped = true
  73.  
  74. Detail1.Name = "Detail1"
  75. Detail1.Parent = exploit
  76. Detail1.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  77. Detail1.Size = UDim2.new(0, 300, 0, 10)
  78.  
  79. Detail2.Name = "Detail2"
  80. Detail2.Parent = exploit
  81. Detail2.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  82. Detail2.Position = UDim2.new(0, 290, 0, 0)
  83. Detail2.Size = UDim2.new(0, 10, 0, 350)
  84.  
  85. Detail3.Name = "Detail3"
  86. Detail3.Parent = exploit
  87. Detail3.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  88. Detail3.Position = UDim2.new(0, 0, 0, 340)
  89. Detail3.Size = UDim2.new(0, 300, 0, 10)
  90.  
  91. Detail4.Name = "Detail4"
  92. Detail4.Parent = exploit
  93. Detail4.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  94. Detail4.Size = UDim2.new(0, 10, 0, 350)
  95.  
  96. Title.Name = "Title"
  97. Title.Parent = exploit
  98. Title.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  99. Title.BorderSizePixel = 0
  100. Title.Position = UDim2.new(0, 50, 0, 20)
  101. Title.Size = UDim2.new(0, 200, 0, 50)
  102. Title.Font = Enum.Font.Sarpanch
  103. Title.Text = "Exploit Sign In"
  104. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  105. Title.TextScaled = true
  106. Title.TextSize = 14.000
  107. Title.TextWrapped = true
  108.  
  109. Main.Name = "Main"
  110. Main.Parent = exploitGUI
  111. Main.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  112. Main.Position = UDim2.new(0, 493, 0, 193)
  113. Main.Size = UDim2.new(0, 436, 0, 315)
  114. Main.Visible = false
  115.  
  116. Detail5.Name = "Detail5"
  117. Detail5.Parent = Main
  118. Detail5.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  119. Detail5.Size = UDim2.new(0, 436, 0, 10)
  120.  
  121. hub.Name = "hub"
  122. hub.Parent = Main
  123. hub.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  124. hub.BorderSizePixel = 0
  125. hub.Position = UDim2.new(0, 118, 0, 10)
  126. hub.Size = UDim2.new(0, 200, 0, 50)
  127. hub.Font = Enum.Font.Sarpanch
  128. hub.Text = "uxrg hub"
  129. hub.TextColor3 = Color3.fromRGB(255, 255, 255)
  130. hub.TextScaled = true
  131. hub.TextSize = 14.000
  132. hub.TextWrapped = true
  133.  
  134. Ragdoll.Name = "Ragdoll"
  135. Ragdoll.Parent = Main
  136. Ragdoll.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  137. Ragdoll.Position = UDim2.new(0, 50, 0, 76)
  138. Ragdoll.Size = UDim2.new(0, 143, 0, 47)
  139. Ragdoll.Font = Enum.Font.Sarpanch
  140. Ragdoll.Text = "Ragdoll Gui"
  141. Ragdoll.TextColor3 = Color3.fromRGB(255, 255, 255)
  142. Ragdoll.TextScaled = true
  143. Ragdoll.TextSize = 14.000
  144. Ragdoll.TextWrapped = true
  145. Ragdoll.MouseButton1Down:connect(function()
  146. loadstring(game:HttpGet(('https://gitlab.com/Tsuniox/lua-stuff/-/raw/master/RagdollEngineGUI.lua'),true))()
  147. end)
  148.  
  149. Ocean.Name = "Ocean"
  150. Ocean.Parent = Main
  151. Ocean.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  152. Ocean.Position = UDim2.new(0, 50, 0, 247)
  153. Ocean.Size = UDim2.new(0, 143, 0, 47)
  154. Ocean.Font = Enum.Font.Sarpanch
  155. Ocean.Text = "Ocean Gui"
  156. Ocean.TextColor3 = Color3.fromRGB(255, 255, 255)
  157. Ocean.TextScaled = true
  158. Ocean.TextSize = 14.000
  159. Ocean.TextWrapped = true
  160. Ocean.MouseButton1Down:connect(function()
  161. loadstring(game:HttpGet("https://pastebin.com/raw/8cw7FMq4", true))()
  162. end)
  163.  
  164. Aimbot.Name = "Aimbot"
  165. Aimbot.Parent = Main
  166. Aimbot.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  167. Aimbot.Position = UDim2.new(0, 243, 0, 76)
  168. Aimbot.Size = UDim2.new(0, 143, 0, 47)
  169. Aimbot.Font = Enum.Font.Sarpanch
  170. Aimbot.Text = "Aimbot Gui"
  171. Aimbot.TextColor3 = Color3.fromRGB(255, 255, 255)
  172. Aimbot.TextScaled = true
  173. Aimbot.TextSize = 14.000
  174. Aimbot.TextWrapped = true
  175. Aimbot.MouseButton1Down:connect(function()
  176. loadstring(game:HttpGet(('https://pastebin.com/raw/CmBR5A1a'),true))()
  177. end)
  178.  
  179. Animation.Name = "Animation"
  180. Animation.Parent = Main
  181. Animation.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  182. Animation.Position = UDim2.new(0, 243, 0, 247)
  183. Animation.Size = UDim2.new(0, 143, 0, 47)
  184. Animation.Font = Enum.Font.Sarpanch
  185. Animation.Text = " FEAnimation Gui"
  186. Animation.TextColor3 = Color3.fromRGB(255, 255, 255)
  187. Animation.TextScaled = true
  188. Animation.TextSize = 14.000
  189. Animation.TextWrapped = true
  190. Animation.MouseButton1Down:connect(function()
  191. loadstring(game:HttpGet(('https://pastebin.com/raw/vrDfzbiA'),true))()
  192. end)
  193.  
  194. arasoia.Name = "arasoia"
  195. arasoia.Parent = Main
  196. arasoia.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  197. arasoia.Position = UDim2.new(0, 243, 0, 162)
  198. arasoia.Size = UDim2.new(0, 143, 0, 47)
  199. arasoia.Font = Enum.Font.Sarpanch
  200. arasoia.Text = "FE Gui"
  201. arasoia.TextColor3 = Color3.fromRGB(255, 255, 255)
  202. arasoia.TextScaled = true
  203. arasoia.TextSize = 14.000
  204. arasoia.TextWrapped = true
  205. arasoia.MouseButton1Down:connect(function()
  206. loadstring(game:HttpGet(('https://pastebin.com/raw/YxJhdQZq'),true))()
  207. end)
  208.  
  209. ESP.Name = "ESP"
  210. ESP.Parent = Main
  211. ESP.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  212. ESP.Position = UDim2.new(0, 50, 0, 162)
  213. ESP.Size = UDim2.new(0, 143, 0, 47)
  214. ESP.Font = Enum.Font.Sarpanch
  215. ESP.Text = "ESP"
  216. ESP.TextColor3 = Color3.fromRGB(255, 255, 255)
  217. ESP.TextScaled = true
  218. ESP.TextSize = 14.000
  219. ESP.TextWrapped = true
  220. ESP.MouseButton1Down:connect(function()
  221. loadstring(game:HttpGet(('https://pastebin.com/raw/A8nhR9Az'),true))()
  222. end)
  223.  
  224. -- Scripts:
  225.  
  226. local function SRANWG_fake_script() -- LOGIN.LocalScript
  227. local script = Instance.new('LocalScript', LOGIN)
  228.  
  229. local UserData = script.Parent.Parent.username -- this is the variable for the 'username' textbox.
  230. local button = script.Parent -- this is a variable for the Button.
  231. local UserPass = script.Parent.Parent.Password -- this is a variable for the 'Password' textbox
  232. local End = script.Parent.Parent.Parent.Main -- rename Hackz to ur frame u want to open after logging in.
  233. button.MouseButton1Click:Connect(function() -- will run the script down below after clicking the button
  234. if UserData.Text == "zaide246" and UserPass.Text == "TDISTR$IT" then -- change noob and 111 to a username and password u want
  235. End.Visible = true -- makes the hack frame visible after logging in.
  236. wait(1) -- waits one second.
  237. script.Parent.Parent.Visible = false -- makes the login frame invisible after logging in.
  238. else -- if the pass or username is wrong it will run the script down below
  239. button.Text = "Invalid Info" -- changes the text to invalid info
  240. wait(0.5) -- waits 0,5 secs
  241. button.Text = "Try again" -- changes the text to try again
  242. wait(0.5) -- waits another 0,5 secs
  243. button.Text = "Login" -- changes the text back to login
  244. end -- ends the if statement
  245. end) -- ends the button function
  246.  
  247.  
  248. end
  249. coroutine.wrap(SRANWG_fake_script)()
  250. local function IGDSVHV_fake_script() -- exploit.draggify
  251. local script = Instance.new('LocalScript', exploit)
  252.  
  253. local UIS = game:GetService("UserInputService")
  254. function dragify(exploit)
  255. dragToggle = nil
  256. local dragSpeed = 0
  257. dragInput = nil
  258. dragStart = nil
  259. local dragPos = nil
  260. function updateInput(input)
  261. local Delta = input.Position - dragStart
  262. local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  263. game:GetService("TweenService"):Create(exploit, TweenInfo.new(0.25), {Position = Position}):Play()
  264. end
  265. exploit.InputBegan:Connect(function(input)
  266. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  267. dragToggle = true
  268. dragStart = input.Position
  269. startPos = exploit.Position
  270. input.Changed:Connect(function()
  271. if input.UserInputState == Enum.UserInputState.End then
  272. dragToggle = false
  273. end
  274. end)
  275. end
  276. end)
  277. exploit.InputChanged:Connect(function(input)
  278. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  279. dragInput = input
  280. end
  281. end)
  282. game:GetService("UserInputService").InputChanged:Connect(function(input)
  283. if input == dragInput and dragToggle then
  284. updateInput(input)
  285. end
  286. end)
  287. end
  288.  
  289. dragify(script.Parent)
  290. end
  291. coroutine.wrap(IGDSVHV_fake_script)()
  292. local function MUWJVO_fake_script() -- Main.Draggify2
  293. local script = Instance.new('LocalScript', Main)
  294.  
  295. local UIS = game:GetService("UserInputService")
  296. function dragify(Main)
  297. dragToggle = nil
  298. local dragSpeed = 0
  299. dragInput = nil
  300. dragStart = nil
  301. local dragPos = nil
  302. function updateInput(input)
  303. local Delta = input.Position - dragStart
  304. local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  305. game:GetService("TweenService"):Create(Main, TweenInfo.new(0.25), {Position = Position}):Play()
  306. end
  307. Main.InputBegan:Connect(function(input)
  308. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  309. dragToggle = true
  310. dragStart = input.Position
  311. startPos = Main.Position
  312. input.Changed:Connect(function()
  313. if input.UserInputState == Enum.UserInputState.End then
  314. dragToggle = false
  315. end
  316. end)
  317. end
  318. end)
  319. Main.InputChanged:Connect(function(input)
  320. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  321. dragInput = input
  322. end
  323. end)
  324. game:GetService("UserInputService").InputChanged:Connect(function(input)
  325. if input == dragInput and dragToggle then
  326. updateInput(input)
  327. end
  328. end)
  329. end
  330.  
  331. dragify(script.Parent)
  332. end
  333. coroutine.wrap(MUWJVO_fake_script)()
  334.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement