Advertisement
Fish_2651

Survive the disasters for roblox

Apr 13th, 2021
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local FishtrashguiFish2651 = Instance.new("ScreenGui")
  7. local Title = Instance.new("Frame")
  8. local Frame = Instance.new("Frame")
  9. local Frame_2 = Instance.new("Frame")
  10. local Map = Instance.new("TextButton")
  11. local Spwan = Instance.new("TextButton")
  12. local TextLabel = Instance.new("TextLabel")
  13.  
  14. --Properties:
  15.  
  16. FishtrashguiFish2651.Name = "Fish trash gui Fish#2651"
  17. FishtrashguiFish2651.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  18. FishtrashguiFish2651.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  19.  
  20. Title.Name = "Title"
  21. Title.Parent = FishtrashguiFish2651
  22. Title.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  23. Title.Position = UDim2.new(0.0623762384, 0, 0.223382041, 0)
  24. Title.Size = UDim2.new(0, 442, 0, 53)
  25.  
  26. Frame.Parent = Title
  27. Frame.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  28. Frame.Position = UDim2.new(0, 0, 0.99855876, 0)
  29. Frame.Size = UDim2.new(0, 442, 0, 272)
  30.  
  31. Frame_2.Parent = Title
  32. Frame_2.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  33. Frame_2.Position = UDim2.new(0.0294117648, 0, 1.38606691, 0)
  34. Frame_2.Size = UDim2.new(0, 418, 0, 241)
  35.  
  36. Map.Name = "Map"
  37. Map.Parent = Frame_2
  38. Map.BackgroundColor3 = Color3.fromRGB(50, 75, 44)
  39. Map.Position = UDim2.new(0, 0, 0.0954356864, 0)
  40. Map.Size = UDim2.new(0, 129, 0, 28)
  41. Map.Font = Enum.Font.SourceSans
  42. Map.Text = "TP MAP"
  43. Map.TextColor3 = Color3.fromRGB(0, 0, 0)
  44. Map.TextScaled = true
  45. Map.TextSize = 14.000
  46. Map.TextWrapped = true
  47.  
  48. Spwan.Name = "Spwan"
  49. Spwan.Parent = Frame_2
  50. Spwan.BackgroundColor3 = Color3.fromRGB(50, 75, 44)
  51. Spwan.Position = UDim2.new(0.669856489, 0, 0.0954356864, 0)
  52. Spwan.Size = UDim2.new(0, 129, 0, 28)
  53. Spwan.Font = Enum.Font.SourceSans
  54. Spwan.Text = "TP spwan"
  55. Spwan.TextColor3 = Color3.fromRGB(255, 170, 127)
  56. Spwan.TextScaled = true
  57. Spwan.TextSize = 14.000
  58. Spwan.TextWrapped = true
  59.  
  60. TextLabel.Parent = Title
  61. TextLabel.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  62. TextLabel.Position = UDim2.new(0.0294117648, 0, 0.150943398, 0)
  63. TextLabel.Size = UDim2.new(0, 409, 0, 35)
  64. TextLabel.Font = Enum.Font.SourceSans
  65. TextLabel.Text = "Fish trash exploit for surive things"
  66. TextLabel.TextColor3 = Color3.fromRGB(170, 85, 255)
  67. TextLabel.TextScaled = true
  68. TextLabel.TextSize = 14.000
  69. TextLabel.TextWrapped = true
  70.  
  71. -- Scripts:
  72.  
  73. local function FAFQAJ_fake_script() -- Map.LocalScript
  74. local script = Instance.new('LocalScript', Map)
  75.  
  76. local Plr = game.Players.LocalPlayer
  77. local char = Plr.Character
  78.  
  79. script.Parent.MouseButton1Click:Connect(function()
  80. char.HumanoidRootPart.CFrame = CFrame.new(-122.607, 47.6692, 1.90309)--add number here\
  81.  
  82. end)
  83.  
  84. end
  85. coroutine.wrap(FAFQAJ_fake_script)()
  86. local function DWINT_fake_script() -- Spwan.LocalScript
  87. local script = Instance.new('LocalScript', Spwan)
  88.  
  89. local Plr = game.Players.LocalPlayer
  90. local char = Plr.Character
  91.  
  92. script.Parent.MouseButton1Click:Connect(function()
  93. char.HumanoidRootPart.CFrame = CFrame.new(-261.206, 194.374, 306.49)--add number here\
  94.  
  95. end)
  96.  
  97. end
  98. coroutine.wrap(DWINT_fake_script)()
  99. local function XOUNJX_fake_script() -- Title.LocalScript
  100. local script = Instance.new('LocalScript', Title)
  101.  
  102. local Plr = game.Players.LocalPlayer
  103.  
  104. Plr:GetMouse().KeyDown:Connect(function(K)
  105. if K == "e" then
  106. script.Parent.Visible = true
  107. end
  108. end)
  109.  
  110. local Plr = game.Players.LocalPlayer
  111.  
  112. Plr:GetMouse().KeyDown:Connect(function(K)
  113. if K == "r" then
  114. script.Parent.Visible = false
  115. end
  116. end)
  117. end
  118. coroutine.wrap(XOUNJX_fake_script)()
  119.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement