Advertisement
Nova355killer

RedExploit GUI

Nov 14th, 2018
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.75 KB | None | 0 0
  1. -- RedExploitGUI
  2. -- by Nova355killer_
  3. -- Version v1
  4. local plr = game:GetService("Players").LocalPlayer
  5.  
  6.  
  7. local TpMethod = 2
  8.  
  9.  
  10.  
  11. function JailbreakTp(...)
  12. getfenv()["TpMethod" .. TpMethod](...)
  13. end
  14.  
  15. function TpMethod1(...)
  16. local char = plr.Character
  17. local root = char.HumanoidRootPart
  18. local args = {...}
  19. for i=0,1,0.05 do
  20. wait()
  21. root.CFrame = root.CFrame:lerp(CFrame.new(unpack(args,1,3)), i)
  22. end
  23. end
  24.  
  25. function TpMethod2(...)
  26. local args = {...}
  27. local char = plr.Character
  28. local target = Vector3.new(unpack(args,1,3))
  29. local dist = (char:WaitForChild"HumanoidRootPart".Position - target).magnitude
  30. dist = math.floor(dist / 100) + 1
  31. for i=0,dist * 4 do
  32. wait()
  33. char:MoveTo(Vector3.new(...))
  34. end
  35. if args[#args] == true then
  36. wait()
  37. char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(unpack(args,1,#args - 1))
  38. end
  39. end
  40.  
  41. function Tween(obj, t, properties)
  42. local TweenService = game:GetService("TweenService")
  43. local tweenInfo = TweenInfo.new(t,Enum.EasingStyle.Linear,Enum.EasingDirection.In,0,false,0)
  44. local tween = TweenService:Create(obj,tweenInfo,properties)
  45. tween:Play()
  46. return tween
  47. end
  48. -- Instances:
  49. local RedExploitGUI = Instance.new("ScreenGui")
  50. local MAIN = Instance.new("Frame")
  51. local Teleport1 = Instance.new("TextButton")
  52. local Teleport2 = Instance.new("TextButton")
  53. local Teleport3 = Instance.new("TextButton")
  54. local Teleport4 = Instance.new("TextButton")
  55. local AK47 = Instance.new("TextButton")
  56. local SHOTGUN = Instance.new("TextButton")
  57. local REMOVEALL = Instance.new("TextButton")
  58. local Gravity = Instance.new("TextButton")
  59. local Top = Instance.new("Frame")
  60. local Close = Instance.new("TextButton")
  61. local NameOFExploit = Instance.new("TextLabel")
  62. local Credits = Instance.new("TextLabel")
  63. local Open = Instance.new("TextButton")
  64. --Properties:
  65. RedExploitGUI.Name = "RedExploit GUI"
  66. RedExploitGUI.Parent = game.CoreGui
  67.  
  68. MAIN.Name = "MAIN"
  69. MAIN.Parent = RedExploitGUI
  70. MAIN.Active = true
  71. MAIN.BackgroundColor3 = Color3.new(0.32549, 0.878431, 1)
  72. MAIN.Position = UDim2.new(0.321532875, 0, 0.346494436, 0)
  73. MAIN.Size = UDim2.new(0, 488, 0, 242)
  74.  
  75. Teleport1.Name = "Teleport1"
  76. Teleport1.Parent = MAIN
  77. Teleport1.BackgroundColor3 = Color3.new(0, 1, 1)
  78. Teleport1.Position = UDim2.new(0.0266666673, 0, 0.0700000003, 0)
  79. Teleport1.Size = UDim2.new(0, 100, 0, 30)
  80. Teleport1.Font = Enum.Font.ArialBold
  81. Teleport1.Text = "Bank "
  82. Teleport1.TextColor3 = Color3.new(1, 1, 1)
  83. Teleport1.TextScaled = true
  84. Teleport1.TextSize = 14
  85. Teleport1.TextWrapped = true
  86. Teleport1.MouseButton1Down:connect(function()
  87. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147) + Vector3.new(1,0,0)
  88. end)
  89.  
  90. Teleport2.Name = "Teleport2"
  91. Teleport2.Parent = MAIN
  92. Teleport2.BackgroundColor3 = Color3.new(0, 1, 1)
  93. Teleport2.Position = UDim2.new(0.0266666673, 0, 0.275000006, 0)
  94. Teleport2.Size = UDim2.new(0, 100, 0, 30)
  95. Teleport2.Font = Enum.Font.ArialBold
  96. Teleport2.Text = "Jewelry"
  97. Teleport2.TextColor3 = Color3.new(1, 1, 1)
  98. Teleport2.TextScaled = true
  99. Teleport2.TextSize = 14
  100. Teleport2.TextWrapped = true
  101. Teleport2.MouseButton1Click:connect(function()
  102. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.339157,17.9125443,1318.82336) + Vector3.new(1,0,0)
  103. end)
  104.  
  105. Teleport3.Name = "Teleport3"
  106. Teleport3.Parent = MAIN
  107. Teleport3.BackgroundColor3 = Color3.new(0, 1, 1)
  108. Teleport3.Position = UDim2.new(0.0266666673, 0, 0.475000024, 0)
  109. Teleport3.Size = UDim2.new(0, 100, 0, 30)
  110. Teleport3.Font = Enum.Font.ArialBold
  111. Teleport3.Text = "Donut"
  112. Teleport3.TextColor3 = Color3.new(1, 1, 1)
  113. Teleport3.TextScaled = true
  114. Teleport3.TextSize = 14
  115. Teleport3.TextWrapped = true
  116. Teleport3.MouseButton1Click:connect(function()
  117. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(273, 18, -1807) + Vector3.new(1,0,0)
  118. end)
  119.  
  120. Teleport4.Name = "Teleport4"
  121. Teleport4.Parent = MAIN
  122. Teleport4.BackgroundColor3 = Color3.new(0, 1, 1)
  123. Teleport4.Position = UDim2.new(0.0266666673, 0, 0.689999998, 0)
  124. Teleport4.Size = UDim2.new(0, 100, 0, 30)
  125. Teleport4.Font = Enum.Font.ArialBold
  126. Teleport4.Text = "Gas Station"
  127. Teleport4.TextColor3 = Color3.new(1, 1, 1)
  128. Teleport4.TextScaled = true
  129. Teleport4.TextSize = 14
  130. Teleport4.TextWrapped = true
  131. Teleport4.MouseButton1Down:connect(function()
  132. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1578.24731, 17.8978615, 711.207214)
  133. end)
  134.  
  135. AK47.Name = "AK47"
  136. AK47.Parent = MAIN
  137. AK47.BackgroundColor3 = Color3.new(0, 1, 1)
  138. AK47.Position = UDim2.new(0.309289634, 0, 0.0700000003, 0)
  139. AK47.Size = UDim2.new(0, 100, 0, 30)
  140. AK47.Font = Enum.Font.ArialBold
  141. AK47.Text = "AK47"
  142. AK47.TextColor3 = Color3.new(1, 1, 1)
  143. AK47.TextScaled = true
  144. AK47.TextSize = 14
  145. AK47.TextWrapped = true
  146. AK47.MouseButton1Down:connect(function()
  147. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  148.  
  149. a = Instance.new("Part", workspace)
  150. a.Anchored = true
  151. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  152. a.CanCollide = false
  153.  
  154. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  155. if v.Name == "ShootingRange" then
  156. for a, b in pairs(v:GetChildren()) do
  157. if b:IsA("StringValue") then
  158. if b.Value == "AK47" then
  159. v.CFrame = CFrame.new(hit)
  160. end
  161. end
  162. end
  163. end
  164. end
  165. end)
  166.  
  167. SHOTGUN.Name = "SHOTGUN"
  168. SHOTGUN.Parent = MAIN
  169. SHOTGUN.BackgroundColor3 = Color3.new(0, 1, 1)
  170. SHOTGUN.Position = UDim2.new(0.309289634, 0, 0.279132247, 0)
  171. SHOTGUN.Size = UDim2.new(0, 100, 0, 30)
  172. SHOTGUN.Font = Enum.Font.ArialBold
  173. SHOTGUN.Text = "SHOTGUN"
  174. SHOTGUN.TextColor3 = Color3.new(1, 1, 1)
  175. SHOTGUN.TextScaled = true
  176. SHOTGUN.TextSize = 14
  177. SHOTGUN.TextWrapped = true
  178. SHOTGUN.MouseButton1Down:connect(function()
  179. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  180.  
  181. a = Instance.new("Part", workspace)
  182. a.Anchored = true
  183. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  184. a.CanCollide = false
  185.  
  186. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  187. if v.Name == "Station" then
  188. for a, b in pairs(v:GetChildren()) do
  189. if b:IsA("StringValue") then
  190. if b.Value == "Shotgun" then
  191. v.CFrame = CFrame.new(hit)
  192. end
  193. end
  194. end
  195. end
  196. end
  197. end)
  198.  
  199. REMOVEALL.Name = "REMOVEALL"
  200. REMOVEALL.Parent = MAIN
  201. REMOVEALL.BackgroundColor3 = Color3.new(0, 1, 1)
  202. REMOVEALL.Position = UDim2.new(0.309289634, 0, 0.475000024, 0)
  203. REMOVEALL.Size = UDim2.new(0, 100, 0, 30)
  204. REMOVEALL.Font = Enum.Font.ArialBold
  205. REMOVEALL.Text = "REMOVEALL"
  206. REMOVEALL.TextColor3 = Color3.new(1, 1, 1)
  207. REMOVEALL.TextScaled = true
  208. REMOVEALL.TextSize = 14
  209. REMOVEALL.TextWrapped = true
  210. REMOVEALL.MouseButton1Down:connect(function()
  211. game.Workspace.Cells:Remove()
  212.  
  213. for i,v in pairs(workspace.Doors:GetChildren()) do
  214. v:Destroy()
  215.  
  216. end
  217. end)
  218.  
  219. Gravity.Name = "Gravity"
  220. Gravity.Parent = MAIN
  221. Gravity.BackgroundColor3 = Color3.new(0, 1, 1)
  222. Gravity.Position = UDim2.new(0.309289634, 0, 0.689999998, 0)
  223. Gravity.Size = UDim2.new(0, 100, 0, 30)
  224. Gravity.Font = Enum.Font.ArialBold
  225. Gravity.Text = "Gravity"
  226. Gravity.TextColor3 = Color3.new(1, 1, 1)
  227. Gravity.TextScaled = true
  228. Gravity.TextSize = 14
  229. Gravity.TextWrapped = true
  230. Gravity.MouseButton1Down:connect(function()
  231. if Gravity == true then
  232. Gravity = false
  233. game.workspace.Gravity = 196.2
  234. else
  235. Gravity = true
  236. game.workspace.Gravity = 45
  237. end
  238. end)
  239.  
  240. Top.Name = "Top"
  241. Top.Parent = MAIN
  242. Top.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  243. Top.Position = UDim2.new(0, 0, -0.242148772, 0)
  244. Top.Size = UDim2.new(0, 488, 0, 58)
  245.  
  246. Close.Name = "Close"
  247. Close.Parent = Top
  248. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  249. Close.BackgroundTransparency = 1
  250. Close.Position = UDim2.new(0.905737698, 0, 0, 0)
  251. Close.Size = UDim2.new(0, 46, 0, 58)
  252. Close.Font = Enum.Font.ArialBold
  253. Close.Text = "X"
  254. Close.TextColor3 = Color3.new(1, 1, 1)
  255. Close.TextScaled = true
  256. Close.TextSize = 14
  257. Close.TextWrapped = true
  258. Close.MouseButton1Down:connect(function()
  259. Open.Visible = true
  260. MAIN.Visible = false
  261. end)
  262. NameOFExploit.Name = "Name OF Exploit"
  263. NameOFExploit.Parent = Top
  264. NameOFExploit.BackgroundColor3 = Color3.new(1, 1, 1)
  265. NameOFExploit.BackgroundTransparency = 1
  266. NameOFExploit.Size = UDim2.new(0, 442, 0, 58)
  267. NameOFExploit.Font = Enum.Font.Fantasy
  268. NameOFExploit.Text = "RedExploit GUI"
  269. NameOFExploit.TextColor3 = Color3.new(1, 1, 1)
  270. NameOFExploit.TextScaled = true
  271. NameOFExploit.TextSize = 14
  272. NameOFExploit.TextWrapped = true
  273.  
  274. Credits.Name = "Credits"
  275. Credits.Parent = Top
  276. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  277. Credits.BackgroundTransparency = 1
  278. Credits.Position = UDim2.new(0.0163934417, 0, 4.89655161, 0)
  279. Credits.Size = UDim2.new(0, 105, 0, 16)
  280. Credits.Font = Enum.Font.Fantasy
  281. Credits.Text = "by Nova355killer"
  282. Credits.TextColor3 = Color3.new(1, 1, 1)
  283. Credits.TextScaled = true
  284. Credits.TextSize = 14
  285. Credits.TextWrapped = true
  286.  
  287. Open.Name = "Open"
  288. Open.Parent = RedExploitGUI
  289. Open.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  290. Open.Position = UDim2.new(-0.000547422096, 0, 0.794553876, 0)
  291. Open.Size = UDim2.new(0, 159, 0, 42)
  292. Open.Font = Enum.Font.ArialBold
  293. Open.Text = "Open"
  294. Open.TextColor3 = Color3.new(1, 1, 1)
  295. Open.TextScaled = true
  296. Open.TextSize = 14
  297. Open.TextWrapped = true
  298. Open.MouseButton1Down:connect(function()
  299. Open.Visible = false
  300. MAIN.Visible = true
  301. end)
  302. -- Scripts:
  303. function SCRIPT_EBKB79_FAKESCRIPT() -- RedExploitGUI.Scripts
  304. getfenv().script = Instance.new('Script', RedExploitGUI)
  305.  
  306. -- Bank
  307. Teleport1.MouseButton1Down:connect(function()
  308. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147) + Vector3.new(1,0,0)
  309. end)
  310. --Jewelry
  311. Teleport2.MouseButton1Click:connect(function()
  312. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.339157,17.9125443,1318.82336) + Vector3.new(1,0,0)
  313. end)
  314. -- Donut
  315. Teleport3.MouseButton1Click:connect(function()
  316. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(273, 18, -1807) + Vector3.new(1,0,0)
  317. end)
  318. --Gas station
  319. Teleport4.MouseButton1Down:connect(function()
  320. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1578.24731, 17.8978615, 711.207214)
  321. end)
  322.  
  323. --Guns
  324. AK47.MouseButton1Down:connect(function()
  325. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  326.  
  327. a = Instance.new("Part", workspace)
  328. a.Anchored = true
  329. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  330. a.CanCollide = false
  331.  
  332. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  333. if v.Name == "ShootingRange" then
  334. for a, b in pairs(v:GetChildren()) do
  335. if b:IsA("StringValue") then
  336. if b.Value == "AK47" then
  337. v.CFrame = CFrame.new(hit)
  338. end
  339. end
  340. end
  341. end
  342. end
  343. end)
  344.  
  345. SHOTGUN.MouseButton1Down:connect(function()
  346. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  347.  
  348. a = Instance.new("Part", workspace)
  349. a.Anchored = true
  350. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  351. a.CanCollide = false
  352.  
  353. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  354. if v.Name == "Station" then
  355. for a, b in pairs(v:GetChildren()) do
  356. if b:IsA("StringValue") then
  357. if b.Value == "Shotgun" then
  358. v.CFrame = CFrame.new(hit)
  359. end
  360. end
  361. end
  362. end
  363. end
  364. end)
  365.  
  366. --Gravity
  367. Gravity.MouseButton1Down:connect(function()
  368. if Gravity == true then
  369. Gravity = false
  370. game.workspace.Gravity = 196.2
  371. else
  372. Gravity = true
  373. game.workspace.Gravity = 45
  374. end
  375. end)
  376.  
  377. -- removeall not lasers only cells and doors
  378.  
  379. REMOVEALL.MouseButton1Down:connect(function()
  380. game.Workspace.Cells:Remove()
  381.  
  382. for i,v in pairs(workspace.Doors:GetChildren()) do
  383. v:Destroy()
  384.  
  385. end
  386. end)
  387.  
  388. --OPen/Close
  389. Open.MouseButton1Down:connect(function()
  390. Open.Visible = false
  391. MAIN.Visible = true
  392. end)
  393.  
  394. end
  395. coroutine.resume(coroutine.create(SCRIPT_EBKB79_FAKESCRIPT))
  396. function SCRIPT_FGAB73_FAKESCRIPT() -- RedExploitGUI.Recording
  397. getfenv().script = Instance.new('Script', RedExploitGUI)
  398.  
  399. -- Farewell infortality
  400. -- Revamp by ImFrostic, Version 2.
  401.  
  402. end
  403. coroutine.resume(coroutine.create(SCRIPT_FGAB73_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement