JasonHacks

EPICHACK

Apr 18th, 2020
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 KB | None | 0 0
  1. local cb=Instance.new("ScreenGui")
  2. local db=Instance.new("Frame")local _c=Instance.new("Frame")
  3. local ac=Instance.new("TextButton")local bc=Instance.new("TextButton")
  4. local cc=Instance.new("TextBox")local dc=Instance.new("Frame")
  5. local _d=Instance.new("TextButton")local ad=Instance.new("TextLabel")cb.Parent=game.CoreGui
  6. cb.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;db.Name="Bar"db.Parent=cb
  7. db.BackgroundColor3=Color3.new(0.258824,0.258824,0.258824)db.BorderSizePixel=0
  8. db.Position=UDim2.new(0.662619174,0,0.35775128,0)db.Size=UDim2.new(0,213,0,31)db.Draggable=true;_c.Name="Main"
  9. _c.Parent=db
  10. _c.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)_c.BorderSizePixel=0;_c.Position=UDim2.new(0,0,1.22542155,0)
  11. _c.Size=UDim2.new(0,213,0,85)ac.Name="ClickTP"ac.Parent=_c
  12. ac.BackgroundColor3=Color3.new(0.239216,0.239216,0.239216)ac.BorderSizePixel=0
  13. ac.Position=UDim2.new(0.0279276893,0,0.663725495,0)ac.Size=UDim2.new(0,93,0,21)ac.Font=Enum.Font.Code
  14. ac.Text="Click TP"ac.TextColor3=Color3.new(1,1,1)ac.TextScaled=true;ac.TextSize=14
  15. ac.TextWrapped=true;bc.Name="SetSpeed"bc.Parent=_c
  16. bc.BackgroundColor3=Color3.new(0.239216,0.239216,0.239216)bc.BorderSizePixel=0
  17. bc.Position=UDim2.new(0.5279935,0,0.663725495,0)bc.Size=UDim2.new(0,93,0,21)bc.Font=Enum.Font.Code
  18. bc.Text="Set Speed"bc.TextColor3=Color3.new(1,1,1)bc.TextScaled=true;bc.TextSize=14
  19. bc.TextWrapped=true;cc.Name="SpeedNumber"cc.Parent=_c
  20. cc.BackgroundColor3=Color3.new(0.247059,0.247059,0.247059)cc.BorderSizePixel=0
  21. cc.Position=UDim2.new(0.0281690136,0,0.0893047974,0)cc.Size=UDim2.new(0,200,0,32)cc.Font=Enum.Font.SourceSans
  22. cc.Text="Number Here"cc.TextColor3=Color3.new(1,1,1)cc.TextScaled=true;cc.TextSize=14
  23. cc.TextWrapped=true;dc.Name="Bar2"dc.Parent=db
  24. dc.BackgroundColor3=Color3.new(0.137255,0.137255,0.137255)dc.BorderSizePixel=0;dc.Position=UDim2.new(0,0,0.967741907,0)
  25. dc.Size=UDim2.new(0,213,0,8)_d.Name="CloseButt"_d.Parent=db
  26. _d.BackgroundColor3=Color3.new(0.203922,0.203922,0.203922)_d.BorderColor3=Color3.new(0,0,0)_d.BorderSizePixel=0
  27. _d.Position=UDim2.new(0.85915494,0,0,0)_d.Size=UDim2.new(0,30,0,30)
  28. _d.Font=Enum.Font.SourceSansBold;_d.Text="X"_d.TextColor3=Color3.new(1,1,1)_d.TextScaled=true
  29. _d.TextSize=14;_d.TextWrapped=true;ad.Parent=db
  30. ad.BackgroundColor3=Color3.new(1,1,1)ad.BackgroundTransparency=1;ad.BorderSizePixel=0
  31. ad.Position=UDim2.new(0.234741792,0,0,0)ad.Size=UDim2.new(0,112,0,30)
  32. ad.Font=Enum.Font.SourceSansBold;ad.Text="Heroin Addict"ad.TextColor3=Color3.new(1,1,1)
  33. ad.TextScaled=true;ad.TextSize=14;ad.TextWrapped=true
  34. local function bd()
  35. local __a=Instance.new('Script',ac)
  36. __a.Parent.MouseButton1Click:Connect(function()plr=game.Players.LocalPlayer
  37. hum=plr.Character.HumanoidRootPart;mouse=plr:GetMouse()
  38. mouse.KeyDown:connect(function(a_a)
  39. if a_a=="e"then if mouse.Target then
  40. hum.CFrame=CFrame.new(mouse.Hit.x,
  41. mouse.Hit.y+5,mouse.Hit.z)end end end)end)end;coroutine.wrap(bd)()
  42. local function cd()
  43. local __a=Instance.new('Script',bc)
  44. __a.Parent.MouseButton1Click:Connect(function()
  45. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed=__a.Parent.Parent.SpeedNumber.Text end)end;coroutine.wrap(cd)()
  46. local function dd()
  47. local __a=Instance.new('Script',_d)local a_a=true
  48. __a.Parent.MouseButton1Click:Connect(function()
  49. if a_a==true then a_a=false
  50. __a.Parent.Parent.Main.Visible=false else a_a=true;__a.Parent.Parent.Main.Visible=true end end)end;coroutine.wrap(dd)()
Add Comment
Please, Sign In to add comment