HoangAnh_GaToVi

Knife Finding Sim GUI

Oct 10th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. local _b=Instance.new("ScreenGui")
  2. local ab=Instance.new("Frame")local bb=Instance.new("TextLabel")
  3. local cb=Instance.new("TextButton")local db=Instance.new("TextButton")
  4. local _c=Instance.new("TextButton")local ac=Instance.new("Frame")
  5. local bc=Instance.new("TextButton")local cc=Instance.new("BoolValue")_b.Name="KFS GUi"
  6. _b.Parent=game.Players.LocalPlayer.PlayerGui;_b.ResetOnSpawn=false;ab.Name="Main"ab.Parent=_b
  7. ab.BackgroundColor3=Color3.new(0,0,0)ab.BackgroundTransparency=0.5
  8. ab.Position=UDim2.new(0.372999996,0,2,0)ab.Size=UDim2.new(0,441,0,266)bb.Name="Title"bb.Parent=ab
  9. bb.BackgroundColor3=Color3.new(1,1,1)bb.BackgroundTransparency=1;bb.BorderSizePixel=0
  10. bb.Size=UDim2.new(0,441,0,44)bb.Font=Enum.Font.SourceSansBold
  11. bb.Text="Knife Finding Simulator GUI by PruinaTempestatis"bb.TextColor3=Color3.new(0,1,1)bb.TextScaled=true;bb.TextSize=14
  12. bb.TextWrapped=true;cb.Name="Shop"cb.Parent=ab;cb.BackgroundColor3=Color3.new(0,0,0)
  13. cb.BackgroundTransparency=0.5;cb.Position=UDim2.new(0.273242652,0,0.560150385,0)
  14. cb.Size=UDim2.new(0,200,0,50)cb.Font=Enum.Font.SourceSansBold;cb.Text="Shop"
  15. cb.TextColor3=Color3.new(0,1,1)cb.TextScaled=true;cb.TextSize=14;cb.TextWrapped=true;db.Name="Sell"
  16. db.Parent=ab;db.BackgroundColor3=Color3.new(0,0,0)
  17. db.BackgroundTransparency=0.5;db.Position=UDim2.new(0.546485305,0,0.214285702,0)
  18. db.Size=UDim2.new(0,200,0,50)db.Font=Enum.Font.SourceSansBold;db.Text="Sell"
  19. db.TextColor3=Color3.new(0,1,1)db.TextScaled=true;db.TextSize=14;db.TextWrapped=true;_c.Name="InstaDig"
  20. _c.Parent=ab;_c.BackgroundColor3=Color3.new(0,0,0)
  21. _c.BackgroundTransparency=0.5;_c.Position=UDim2.new(0,0,0.214285702,0)
  22. _c.Size=UDim2.new(0,200,0,50)_c.Font=Enum.Font.SourceSansBold;_c.Text="Insta-Dig"
  23. _c.TextColor3=Color3.new(0,1,1)_c.TextScaled=true;_c.TextSize=14;_c.TextWrapped=true;ac.Name="Line"
  24. ac.Parent=ab;ac.BackgroundColor3=Color3.new(1,1,1)ac.BorderSizePixel=0
  25. ac.Position=UDim2.new(0,0,0.165413529,0)ac.Size=UDim2.new(0,441,0,1)bc.Name="Button"bc.Parent=_b
  26. bc.BackgroundColor3=Color3.new(0,0,0)bc.BackgroundTransparency=0.5;bc.BorderSizePixel=5
  27. bc.Position=UDim2.new(0.669642806,0,0.0199335553,0)bc.Size=UDim2.new(0,76,0,26)
  28. bc.Font=Enum.Font.SourceSansBold;bc.Text="Open"bc.TextColor3=Color3.new(0,1,1)bc.TextScaled=true
  29. bc.TextSize=14;bc.TextWrapped=true;cc.Name="Active"cc.Parent=_b;cc.Value=false
  30. warn("Loading PruinaTempestatis' Knife Finding Simulator GUI")Cooldown=false
  31. bc.MouseButton1Click:connect(function()
  32. if Cooldown==false then
  33. if cc==true then cc=false
  34. bc.Text="Open"ab:TweenPosition(UDim2.new(0.373,0,2,0))
  35. Cooldown=true;wait(1)Cooldown=false else Cooldown=true;cc=true;bc.Text="Close"
  36. ab:TweenPosition(UDim2.new(0.373,0,0.211,0))wait(1)Cooldown=false end end end)
  37. _c.MouseButton1Click:connect(function()
  38. game.Players.LocalPlayer.ShovelStrength.Value="99999999"end)
  39. db.MouseButton1Click:connect(function()
  40. local dc=game.Players.LocalPlayer.Character.HumanoidRootPart.Position;game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(
  41. -86.5,10.5,-916.5)
  42. wait(0.5)
  43. game.Players.LocalPlayer.Character:MoveTo(dc)end)
  44. cb.MouseButton1Click:connect(function()
  45. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(
  46. -81,11.1,-933.5))end)
  47. warn("Successfully Loaded PruinaTempestatis' Knife Finding Simulator GUI")print()warn("-- Links --")print()
  48. warn("ROBLOX Profile: https://www.roblox.com/users/319562670/profile")
  49. warn("V3rmillion Profile: https://v3rmillion.net/member.php?action=profile&uid=542928")print()
  50. warn("If you encounter any problems, either PM me on ROBLOX, email me on v3rmillion, or send me a whisper on v3rmillion!")
Add Comment
Please, Sign In to add comment