koreanhackerman

BOOGA BOOGA OP GUI

Nov 30th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 20.67 KB | None | 0 0
  1. Player = game.Players.LocalPlayer
  2.    
  3.  
  4. local plr = game:GetService("Players").LocalPlayer
  5. local char = plr.Character
  6. local mouse = plr:GetMouse()
  7. local hum = char:FindFirstChild("HumanoidRootPart")
  8. hum.Anchored = false
  9. local Players = game:GetService("Players")
  10. local RepStorage = game:GetService("ReplicatedStorage")
  11. local Player = Players.LocalPlayer
  12. local Character = Player.Character
  13. local Root = Character.HumanoidRootPart
  14.  
  15.  
  16.     local ScreenGui = Instance.new("ScreenGui")
  17.     local MainFrame = Instance.new("Frame")
  18.     local MainFrame2 = Instance.new("Frame")
  19.     local TextLabel = Instance.new("TextLabel")
  20.     local walkspeedbutton = Instance.new("TextButton")
  21.     local noclipbutton = Instance.new("TextButton")
  22.     local input = Instance.new("TextBox")
  23.     local Gravitybutton = Instance.new("TextButton")
  24.     local craftbutton = Instance.new("TextButton")
  25.     local jumpowerbutton = Instance.new("TextButton")
  26.     local noclipbutton_2 = Instance.new("TextButton")
  27.     local noclipbutton_3 = Instance.new("TextButton")
  28.     local noclipbutton_4 = Instance.new("TextButton")
  29.     local Frame = Instance.new("Frame")
  30.     local openclosebutton = Instance.new("TextButton")
  31.     local TextLabel_2 = Instance.new("TextLabel")
  32.     local exitbutton = Instance.new("TextButton")
  33.     local esp = Instance.new("TextButton")
  34.     local esp1 = Instance.new("TextButton")
  35.     local TeleportItems = Instance.new("TextButton")
  36.     local MaxItems = Instance.new("TextBox")
  37.     local void = Instance.new("TextButton")
  38.    
  39.    
  40.    
  41.    
  42.     ScreenGui.Parent = game.CoreGui
  43.    
  44.     MainFrame.Name = "MainFrame"
  45.     MainFrame.Parent = ScreenGui
  46.     MainFrame.Active = true
  47.     MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  48.     MainFrame.BorderSizePixel = 0
  49.     MainFrame.ClipsDescendants = true
  50.     MainFrame.Draggable = true
  51.     MainFrame.Position = UDim2.new(0.500367403, -234, 0.500636935, -120)
  52.     MainFrame.Size = UDim2.new(0, 469, 0, 400)
  53.    
  54.     MainFrame2.Name = "MainFrame2"
  55.     MainFrame2.Parent = MainFrame
  56.     MainFrame2.BackgroundColor3 = Color3.new(1, 1, 1)
  57.     MainFrame2.BackgroundTransparency = 1
  58.     MainFrame2.Position = UDim2.new(0.5, -234, 0.5, -120)
  59.     MainFrame2.Size = UDim2.new(0, 469, 0, 239)
  60.    
  61.     TextLabel.Parent = MainFrame2
  62.     TextLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  63.     TextLabel.BackgroundTransparency = 1
  64.     TextLabel.BorderSizePixel = 0
  65.     TextLabel.Position = UDim2.new(0.362148255, 0, -0.23506569, 0)
  66.     TextLabel.Size = UDim2.new(0, 129, 0, 38)
  67.     TextLabel.Font = Enum.Font.Highway
  68.     TextLabel.Text = "Fiusen Crafting GUI   by fiusen#4281"
  69.     TextLabel.TextColor3 = Color3.new(1, 1, 1)
  70.     TextLabel.TextScaled = true
  71.     TextLabel.TextSize = 12
  72.     TextLabel.TextWrapped = true
  73.    
  74.     MaxItems.Name = "MaxItems"
  75.     MaxItems.Parent = MainFrame2
  76.     MaxItems.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  77.     MaxItems.BorderColor3 = Color3.new(1, 1, 1)
  78.     MaxItems.Position = UDim2.new(0.100000001, 0, 1.04999995, 0)
  79.     MaxItems.Size = UDim2.new(0.800000012, 0, 0.800000012, 0)
  80.     MaxItems.Font = Enum.Font.SciFi
  81.     MaxItems.FontSize = Enum.FontSize.Size14
  82.     MaxItems.Text = "1"
  83.     MaxItems.TextColor3 = Color3.new(1, 1, 1)
  84.     MaxItems.TextSize = 14
  85.     MaxItems.Visible = false
  86.    
  87.     walkspeedbutton.Name = "walkspeedbutton"
  88.     walkspeedbutton.Parent = MainFrame2
  89.     walkspeedbutton.BackgroundColor3 = Color3.new(0, 0, 0)
  90.     walkspeedbutton.BorderSizePixel = 0
  91.     walkspeedbutton.Position = UDim2.new(0.378503054, 0, 0.220140266, 0)
  92.     walkspeedbutton.Size = UDim2.new(0, 116, 0, 35)
  93.     walkspeedbutton.Font = Enum.Font.Highway
  94.     walkspeedbutton.Text = "Walkspeed (Hold 'Q')"
  95.     walkspeedbutton.TextColor3 = Color3.new(1, 1, 1)
  96.     walkspeedbutton.TextSize = 12
  97.    
  98.    
  99.    
  100.     noclipbutton.Name = "noclipbutton"
  101.     noclipbutton.Parent = MainFrame2
  102.     noclipbutton.BackgroundColor3 = Color3.new(0, 0, 0)
  103.     noclipbutton.BorderSizePixel = 0
  104.     noclipbutton.Position = UDim2.new(0.378503084, 0, 0.426614184, 0)
  105.     noclipbutton.Size = UDim2.new(0, 116, 0, 35)
  106.     noclipbutton.Font = Enum.Font.Highway
  107.     noclipbutton.Text = "Noclip"
  108.     noclipbutton.TextColor3 = Color3.new(1, 1, 1)
  109.     noclipbutton.TextSize = 14
  110.    
  111.    
  112.     input.Name = "input"
  113.     input.Parent = MainFrame2
  114.     input.BackgroundColor3 = Color3.new(0, 0, 0)
  115.     input.BorderSizePixel = 0
  116.     input.Position = UDim2.new(0.0351812392, 0, 0.00017471716, 0)
  117.     input.Size = UDim2.new(0, 437, 0, 42)
  118.     input.Font = Enum.Font.Highway
  119.     input.PlaceholderColor3 = Color3.new(1, 1, 1)
  120.     input.PlaceholderText = "Input Number"
  121.     input.Text = ""
  122.     input.TextColor3 = Color3.new(1, 1, 1)
  123.     input.TextSize = 14
  124.  
  125.    
  126.     Gravitybutton.Name = "Gravitybutton"
  127.     Gravitybutton.Parent = MainFrame2
  128.     Gravitybutton.BackgroundColor3 = Color3.new(0, 0, 0)
  129.     Gravitybutton.BorderSizePixel = 0
  130.     Gravitybutton.Position = UDim2.new(0.0352194794, 0, 0.426614184, 0)
  131.     Gravitybutton.Size = UDim2.new(0, 116, 0, 35)
  132.     Gravitybutton.Font = Enum.Font.Highway
  133.     Gravitybutton.Text = "Gravity"
  134.     Gravitybutton.TextColor3 = Color3.new(1, 1, 1)
  135.     Gravitybutton.TextSize = 14
  136.    
  137.     craftbutton.Name = "craftbutton"
  138.     craftbutton.Parent = MainFrame2
  139.     craftbutton.BackgroundColor3 = Color3.new(0, 0, 0)
  140.     craftbutton.BorderSizePixel = 0
  141.     craftbutton.Position = UDim2.new(0.0352194794, 0, 0.220140266, 0)
  142.     craftbutton.Size = UDim2.new(0, 116, 0, 35)
  143.     craftbutton.Font = Enum.Font.Highway
  144.     craftbutton.Text = "Craft"
  145.     craftbutton.TextColor3 = Color3.new(1, 1, 1)
  146.     craftbutton.TextSize = 14
  147.    
  148.     jumpowerbutton.Name = " jumpowerbutton"
  149.     jumpowerbutton.Parent = MainFrame2
  150.     jumpowerbutton.BackgroundColor3 = Color3.new(0, 0, 0)
  151.     jumpowerbutton.BorderSizePixel = 0
  152.     jumpowerbutton.Position = UDim2.new(0.719654441, 0, 0.220140266, 0)
  153.     jumpowerbutton.Size = UDim2.new(0, 116, 0, 35)
  154.     jumpowerbutton.Font = Enum.Font.Highway
  155.     jumpowerbutton.Text = "JumpPower"
  156.     jumpowerbutton.TextColor3 = Color3.new(1, 1, 1)
  157.     jumpowerbutton.TextSize = 14
  158.    
  159.     noclipbutton_2.Name = "noclipbutton"
  160.     noclipbutton_2.Parent = MainFrame2
  161.     noclipbutton_2.BackgroundColor3 = Color3.new(0, 0, 0)
  162.     noclipbutton_2.BorderSizePixel = 0
  163.     noclipbutton_2.Position = UDim2.new(0.715390086, 0, 0.426614184, 0)
  164.     noclipbutton_2.Size = UDim2.new(0, 116, 0, 35)
  165.     noclipbutton_2.Font = Enum.Font.Highway
  166.     noclipbutton_2.Text = "Clear FOG"
  167.     noclipbutton_2.TextColor3 = Color3.new(1, 1, 1)
  168.     noclipbutton_2.TextSize = 14
  169.     noclipbutton_2.MouseButton1Down:connect(function()
  170.     game.Lighting.FogEnd = 10000
  171.     end)
  172.    
  173.     noclipbutton_3.Name = "noclipbutton"
  174.     noclipbutton_3.Parent = MainFrame2
  175.     noclipbutton_3.BackgroundColor3 = Color3.new(0, 0, 0)
  176.     noclipbutton_3.BorderSizePixel = 0
  177.     noclipbutton_3.Position = UDim2.new(0.715390086, 0, 0.641063461, 0)
  178.     noclipbutton_3.Size = UDim2.new(0, 116, 0, 35)
  179.     noclipbutton_3.Font = Enum.Font.Highway
  180.     noclipbutton_3.Text = "Infinite Jump"
  181.     noclipbutton_3.TextColor3 = Color3.new(1, 1, 1)
  182.     noclipbutton_3.TextSize = 14
  183.     noclipbutton_3.MouseButton1Down:connect(function()
  184.     local Player = game:GetService'Players'.LocalPlayer;
  185.     local UIS = game:GetService'UserInputService';
  186.    
  187.     _G.JumpHeight = 50;
  188.    
  189.     function Action(Object, Function) if Object ~= nil then Function(Object); end end
  190.    
  191.     UIS.InputBegan:connect(function(UserInput)
  192.         if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
  193.             Action(Player.Character.Humanoid, function(self)
  194.                 if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
  195.                     Action(self.Parent.HumanoidRootPart, function(self)
  196.                         self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
  197.                     end)
  198.                 end
  199.             end)
  200.         end
  201.     end)
  202.     end)
  203.    
  204.     esp.Name = "player_esp"
  205.     esp.Parent = MainFrame2
  206.     esp.BackgroundColor3 = Color3.new(0, 0, 0)
  207.     esp.BorderSizePixel = 0
  208.     esp.Position = UDim2.new(0.0352194794, 0, 0.641063461, 0)
  209.     esp.Size = UDim2.new(0, 116, 0, 35)
  210.     esp.Font = Enum.Font.Highway
  211.     esp.Text = "Player ESP"
  212.     esp.TextColor3 = Color3.new(1, 1, 1)
  213.     esp.TextSize = 14
  214.     esp.MouseButton1Down:connect(function()
  215.        
  216.    
  217.     Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}
  218.    
  219.     local enabledesp = false
  220.    
  221.     function CreateESP(plr)
  222.        
  223.         if plr ~= nil then
  224.            
  225.             local GetChar = plr.Character
  226.             if not GetChar then return end
  227.            
  228.             local GetHead do
  229.                
  230.                 repeat wait() until GetChar:FindFirstChild("Head")
  231.                
  232.             end
  233.             GetHead = GetChar.Head        
  234.            
  235.             local bb = Instance.new("BillboardGui", Important.CoreGui)
  236.             bb.Adornee = GetHead
  237.             bb.ExtentsOffset = Vector3.new(0, 1, 0)
  238.             bb.AlwaysOnTop = true
  239.             bb.Size = UDim2.new(0, 5, 0, 5)
  240.             bb.StudsOffset = Vector3.new(0, 3, 0)
  241.             bb.Name = "ESP_PLAYER_" .. plr.Name
  242.    
  243.             local displayframe = Instance.new("Frame", bb)
  244.             displayframe.ZIndex = 10
  245.             displayframe.BackgroundTransparency = 1
  246.             displayframe.Size = UDim2.new(1,0,1,0)
  247.            
  248.             local name = Instance.new("TextLabel", displayframe)
  249.             name.Name = "Name"
  250.             name.ZIndex = 10
  251.             name.Text = plr.Name
  252.             name.Visible = true
  253.             name.TextColor3 = Color3.new(170,0,0)
  254.             name.BackgroundTransparency = 1
  255.             name.Size = UDim2.new(1,0,10,0)
  256.             name.Font = Enum.Font.SourceSansLight
  257.             name.TextSize = 14
  258.             name.TextStrokeTransparency = .5
  259.            
  260.         end
  261.        
  262.     end
  263.    
  264.        
  265.         for i,v in pairs(Important.Players:GetChildren()) do
  266.            
  267.             CreateESP(v)
  268.            
  269.         end
  270.     end)
  271.    
  272.     void.Name = "void"
  273.     void.Parent = MainFrame2
  274.     void.BackgroundColor3 = Color3.new(0, 0, 0)
  275.     void.BorderSizePixel = 0
  276.     void.Position = UDim2.new(0.0352194794, 0, 0.847537381, 0)
  277.     void.Size = UDim2.new(0, 116, 0, 35)
  278.     void.Font = Enum.Font.Highway
  279.     void.Text = "TP to VOID"
  280.     void.TextColor3 = Color3.new(1, 1, 1)
  281.     void.TextSize = 14
  282.     void.MouseButton1Down:connect(function()
  283.     game:GetService("TeleportService"):Teleport(2021740958,game.Players.LocalPlayer)
  284.     end)
  285.    
  286.     TeleportItems.Name = "TeleportItems"
  287.     TeleportItems.Parent = MainFrame2
  288.     TeleportItems.BackgroundColor3 = Color3.new(0, 0, 0)
  289.     TeleportItems.BorderSizePixel = 0
  290.     TeleportItems.Position = UDim2.new(0.375304788, 0, 0.641063461, 0)
  291.     TeleportItems.Size = UDim2.new(0, 116, 0, 35)
  292.     TeleportItems.Font = Enum.Font.Highway
  293.     TeleportItems.Text = "TP to Item"
  294.     TeleportItems.TextColor3 = Color3.new(1, 1, 1)
  295.     TeleportItems.TextSize = 12
  296.    
  297.    
  298.    
  299.    
  300.    
  301.    
  302.     Frame.Parent = MainFrame
  303.     Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  304.     Frame.BorderSizePixel = 0
  305.     Frame.Size = UDim2.new(0, 446, 0, 16)
  306.    
  307.     openclosebutton.Name = "open/close button"
  308.     openclosebutton.Parent = MainFrame
  309.     openclosebutton.BackgroundColor3 = Color3.new(0, 0, 0)
  310.     openclosebutton.BorderSizePixel = 0
  311.     openclosebutton.Position = UDim2.new(0.916050732, 0, 0, 0)
  312.     openclosebutton.Size = UDim2.new(0, 23, 0, 16)
  313.     openclosebutton.Font = Enum.Font.SourceSans
  314.     openclosebutton.Text = "X"
  315.     openclosebutton.TextColor3 = Color3.new(1, 1, 1)
  316.     openclosebutton.TextScaled = true
  317.     openclosebutton.TextSize = 14
  318.     openclosebutton.TextTransparency = 1
  319.     openclosebutton.TextWrapped = true
  320.  
  321.     TextLabel_2.Parent = openclosebutton
  322.     TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  323.     TextLabel_2.BackgroundTransparency = 1
  324.     TextLabel_2.Position = UDim2.new(0.304347813, 0, -0.25, 0)
  325.     TextLabel_2.Size = UDim2.new(0, 16, 0, 16)
  326.     TextLabel_2.Font = Enum.Font.SourceSans
  327.     TextLabel_2.Text = "_"
  328.     TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  329.     TextLabel_2.TextSize = 14
  330.     TextLabel_2.TextWrapped = true
  331.    
  332.     exitbutton.Name = "exitbutton"
  333.     exitbutton.Parent = MainFrame
  334.     exitbutton.BackgroundColor3 = Color3.new(0, 0, 0)
  335.     exitbutton.BorderSizePixel = 0
  336.     exitbutton.Position = UDim2.new(0.950165868, 0, 0, 0)
  337.     exitbutton.Size = UDim2.new(0, 23, 0, 16)
  338.     exitbutton.Font = Enum.Font.SourceSans
  339.     exitbutton.Text = "X"
  340.     exitbutton.TextColor3 = Color3.new(1, 1, 1)
  341.     exitbutton.TextScaled = true
  342.     exitbutton.TextSize = 16
  343.     exitbutton.TextWrapped = true
  344.    
  345.     Gravitybutton.MouseButton1Down:connect(function()
  346.     if Gravity == true then
  347.     Gravity = false
  348.     game.workspace.Gravity = 196.2
  349.     else
  350.     Gravity = true
  351.     game.workspace.Gravity = input.Text
  352.     end
  353.       end)
  354.     jumpowerbutton.MouseButton1Down:connect(function()
  355.     if Jump == true then
  356.         Jump = false
  357.     game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  358.     else
  359.         Jump = true
  360.     game.Players.LocalPlayer.Character.Humanoid.JumpPower = input.Text
  361.     end
  362.      end)
  363.     exitbutton.MouseButton1Down:connect(function()
  364.             MainFrame:TweenPosition(UDim2.new(1, 769,0.483, -120), "Out", "Sine", 1)
  365.             wait(0.4)
  366.             ScreenGui:remove()
  367.     end)
  368.    
  369.     openclosebutton.MouseButton1Down:connect(function()
  370.     TabPosition = not TabPosition
  371.         if TabPosition then
  372.             MainFrame:TweenSize(UDim2.new(0, 469,0, 17), "Out", "Sine", 1)
  373.             MainFrame2.Visible = false
  374.         else
  375.             MainFrame:TweenSize(UDim2.new(0, 469,0, 239), "Out", "Sine", 1)
  376.             MainFrame2.Visible = true
  377.         end
  378.     end)
  379.    
  380.    
  381.     craftbutton.MouseButton1Down:connect(function()
  382.         local item = input.Text
  383.         local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  384.         Event:FireServer(item)
  385.     end)
  386.    
  387.     walkspeedbutton.MouseButton1Down:connect(function()
  388.     local plr = game:GetService("Players").LocalPlayer
  389.     local char = plr.Character
  390.     local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  391.     local hum = char:FindFirstChild("HumanoidRootPart")
  392.    
  393.    
  394.     local plr = game:GetService("Players").LocalPlayer
  395.     local char = plr.Character
  396.     local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  397.     local hum = char:FindFirstChild("HumanoidRootPart")
  398.     mouse.KeyDown:connect(function(key)
  399.         if key == "q" then
  400.             loop = true
  401.             while loop do
  402.                 hum.CFrame = hum.CFrame + hum.CFrame.lookVector * "2"
  403.                 wait()
  404.             end
  405.             end
  406.             end)
  407.     end)
  408.     local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  409.     mouse.KeyUp:connect(function(key)
  410.         if key == "q" then
  411.             loop = false
  412.         end
  413.     end)
  414.    
  415.     noclipbutton.MouseButton1Down:connect(function()
  416.         -- made by tturley23
  417.        
  418.         --[[ Thank you for choosing this noclip script!
  419.            
  420.             The noclip will be enabled automatically, please enter the values below - mode, hitpart according the the instructions.
  421.             Want to disable the noclip? Type "noclip disable" in chat.
  422.             Want to re-enable the noclip? Type "noclip enable" in chat.
  423.        
  424.             If you are going to share this etc please give credit :)
  425.            
  426.         --]]
  427.        
  428.         local plr = game.Players.LocalPlayer -- Player
  429.        
  430.         local mode = "noclip"
  431.        
  432.         --[[ MODE:
  433.            
  434.             The mode is what mode the noclip script is on. You must enter one of these values. CASE SENSITIVE.
  435.            
  436.             tempnoclip - Will allow you to walk through touched objects for 3 seconds before making them solid again. While you can walk through them they are semi-transparent
  437.             destroy - Will permanently destroy any touched objects
  438.             noclip - Will Allow you to walk through any touched object permanently
  439.             invis - Will make any touched object invisible.
  440.            
  441.         --]]
  442.        
  443.         local HitPart = "RightFoot" , "LeftLeg" , "Head" , "Torso" , "HumanoidRootPart", "LeftFoot" , "RightFoot"
  444.        
  445.         --[[ HITPART
  446.            
  447.             This Value is what part of your character will activate the noclip mode. You must enter one of the following values. CASE SENSITIVE.
  448.             BE AWARE OF WETHER YOU ARE PLAYING R15 OR R6 ANIMATED GAMES.
  449.            
  450.             Head - R15/R6
  451.             Torso - R6
  452.             HumanoidRootPart - R15 Torso
  453.             LeftLeg - R15
  454.             LeftFoot - R15
  455.             RightLeg - R15
  456.             RightFoot - R15
  457.            
  458.         --]]
  459.        
  460.         local enabled = true
  461.        
  462.         if (plr ~= nil) then
  463.            
  464.        
  465.             enabled = true
  466.            
  467.                    
  468.             if (mode ~= "TEMPNOCLIP" and mode ~= "tempnoclip" and mode ~= "DESTROY" and mode ~= "destroy" and mode ~= "NOCLIP" and mode ~= "noclip" and mode ~= "INVIS" and mode ~= "invis") then
  469.                 mode = "noclip"
  470.             else
  471.            
  472.             end
  473.            
  474.             if (HitPart ~= "Head" and HitPart ~= "Torso" and HitPart ~= "HumanoidRootPart" and HitPart ~= "LeftHand" and HitPart ~= "LeftFoot" and HitPart ~= "RightFoot" and HitPart ~= "RightHand") then
  475.                 HitPart = "Head"
  476.             else
  477.             end
  478.            
  479.            
  480.         end
  481.        
  482.         plr.Chatted:connect(function(msg)
  483.            
  484.             if (msg == string.lower("nd")) then
  485.                 enabled = false    
  486.             end
  487.            
  488.             if (msg == string.lower("ne")) then
  489.                 enabled = true
  490.             end
  491.         end)
  492.        
  493.         plr.Character[HitPart].Touched:connect(function(obj)
  494.            
  495.             if(obj:IsA("MeshPart") or obj:IsA("Part") or obj:IsA("WedgePart") or obj:IsA("UnionOperation")) then
  496.                 if(obj.CanCollide == true) then
  497.                    
  498.                     if (mode == "TEMPNOCLIP" or mode == "tempnoclip") then 
  499.                        
  500.                         if enabled == true then            
  501.                             local ogtransp = obj.Transparency
  502.                            
  503.                             obj.CanCollide = false
  504.                             obj.Transparency = 0.5
  505.                            
  506.                             wait(4)
  507.                            
  508.                             obj.CanCollide = true
  509.                             obj.Transparency = ogtransp
  510.                         end
  511.                        
  512.                     end
  513.                    
  514.                    
  515.                     if (mode == "DESTROY" or mode == "destroy") then
  516.                         if enabled == true then
  517.                             obj:remove()
  518.                         end
  519.                     end
  520.                    
  521.                     if (mode == "NOCLIP" or mode == "noclip") then
  522.                         if enabled == true then
  523.                             obj.CanCollide = false
  524.                         end
  525.                     end
  526.                    
  527.                     if (mode == "INVIS" or mode == "invis") then
  528.                         if enabled == true then
  529.                             obj.Transparency = 0.8
  530.                             else
  531.                         end
  532.                     end
  533.                    
  534.                 end
  535.                
  536.             else
  537.        
  538.             end
  539.            
  540.         end)
  541.        
  542.         end)
  543.    
  544.         function TeleportToItem(Item)
  545.             for _,v in pairs(workspace:GetChildren()) do
  546.                 if tostring(v):lower():find(Item) or tostring(v):lower() == Item or tostring(v) == Item then
  547.                     if v:FindFirstChild("Pickup") then
  548.                         while wait() and v.Parent == workspace do
  549.                             Root.CFrame = v.CFrame
  550.                             if (Root.Position - v.Position).magnitude <= 15 then
  551.                                 RepStorage.Events.Pickup:FireServer(v)
  552.                             end
  553.                         end
  554.                     end
  555.                 end
  556.             end
  557.         end
  558.  
  559.         TeleportItems.MouseButton1Down:Connect(function()
  560.             local IP = input.Text
  561.             TeleportToItem(IP)
  562.         end)
  563.          
  564.        print("made by fiusen#4281")
Add Comment
Please, Sign In to add comment