xProScripter

Untitled

Feb 25th, 2021 (edited)
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.90 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local AX = Instance.new("ScreenGui")
  7. local Main = Instance.new("Frame")
  8. local title = Instance.new("TextLabel")
  9. local MainCorner = Instance.new("UICorner")
  10. local HP = Instance.new("TextButton")
  11. local MainCorner_2 = Instance.new("UICorner")
  12. local Stam = Instance.new("TextButton")
  13. local MainCorner_3 = Instance.new("UICorner")
  14. local MainCorner_4 = Instance.new("UICorner")
  15.  
  16. --Properties:
  17.  
  18. AX.Name = "AX"
  19. AX.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  20. AX.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  21. AX.ResetOnSpawn = false
  22.  
  23. Main.Name = "Main"
  24. Main.Parent = AX
  25. Main.BackgroundColor3 = Color3.fromRGB(27, 27, 27)
  26. Main.Position = UDim2.new(0.417026579, 0, 0.426513016, 0)
  27. Main.Size = UDim2.new(0, 268, 0, 100)
  28.  
  29. title.Name = "title"
  30. title.Parent = Main
  31. title.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  32. title.BorderSizePixel = 0
  33. title.Position = UDim2.new(0.0223880596, 0, 0.0599999987, 0)
  34. title.Size = UDim2.new(0, 256, 0, 20)
  35. title.Font = Enum.Font.SourceSans
  36. title.Text = "Anime Cross CRACK"
  37. title.TextColor3 = Color3.fromRGB(255, 255, 255)
  38. title.TextSize = 16.000
  39.  
  40. MainCorner.CornerRadius = UDim.new(0.150000006, 0)
  41. MainCorner.Name = "MainCorner"
  42. MainCorner.Parent = title
  43.  
  44. HP.Name = "HP"
  45. HP.Parent = Main
  46. HP.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  47. HP.Position = UDim2.new(0.0223880596, 0, 0.319999993, 0)
  48. HP.Size = UDim2.new(0, 256, 0, 29)
  49. HP.Font = Enum.Font.SourceSans
  50. HP.Text = "Teleport HP Balls"
  51. HP.TextColor3 = Color3.fromRGB(255, 255, 255)
  52. HP.TextSize = 16.000
  53.  
  54. MainCorner_2.CornerRadius = UDim.new(0.150000006, 0)
  55. MainCorner_2.Name = "MainCorner"
  56. MainCorner_2.Parent = HP
  57.  
  58. Stam.Name = "Stam"
  59. Stam.Parent = Main
  60. Stam.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  61. Stam.Position = UDim2.new(0.0223880596, 0, 0.670000017, 0)
  62. Stam.Size = UDim2.new(0, 256, 0, 27)
  63. Stam.Font = Enum.Font.SourceSans
  64. Stam.Text = "Teleport Stamina Balls"
  65. Stam.TextColor3 = Color3.fromRGB(255, 255, 255)
  66. Stam.TextSize = 16.000
  67.  
  68. MainCorner_3.CornerRadius = UDim.new(0.150000006, 0)
  69. MainCorner_3.Name = "MainCorner"
  70. MainCorner_3.Parent = Stam
  71.  
  72. MainCorner_4.CornerRadius = UDim.new(0.0399999991, 0)
  73. MainCorner_4.Name = "MainCorner"
  74. MainCorner_4.Parent = Main
  75.  
  76. -- Scripts:
  77.  
  78. local function GBEWJJO_fake_script() -- HP.hpscript
  79.     local script = Instance.new('LocalScript', HP)
  80.  
  81.     script.Parent.MouseButton1Down:Connect(function()
  82.         while wait(0.3) do
  83.             for i,v in pairs (game.Workspace:GetDescendants()) do
  84.                 if v:FindFirstChild("Item1") then
  85.                     v.Item1.Main.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  86.                 end
  87.             end
  88.         end
  89.     end)
  90. end
  91. coroutine.wrap(GBEWJJO_fake_script)()
  92. local function MFCWONR_fake_script() -- Stam.stamscript
  93.     local script = Instance.new('LocalScript', Stam)
  94.  
  95.     script.Parent.MouseButton1Down:Connect(function()
  96.         while wait(0.3) do
  97.             for i,v in pairs (game.Workspace:GetDescendants()) do
  98.                 if v:FindFirstChild("Item2") then
  99.                     v.Item2.Main.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  100.                 end
  101.             end
  102.         end
  103.     end)
  104. end
  105. coroutine.wrap(MFCWONR_fake_script)()
  106. local function DVVYM_fake_script() -- Main.mini
  107.     local script = Instance.new('LocalScript', Main)
  108.  
  109.     game.StarterGui:SetCore("SendNotification", {
  110.         Title = "AX Crack";
  111.         Text = "Press T to Enable/Disable.";
  112.         Icon = "";
  113.         Duration = 5;
  114.     })
  115. end
  116. coroutine.wrap(DVVYM_fake_script)()
  117. local function BVTM_fake_script() -- Main.KeyToggleGUI
  118.     local script = Instance.new('LocalScript', Main)
  119.  
  120.     local frame = script.Parent
  121.     local hotkey = Enum.KeyCode.T
  122.     local UIS = game:GetService("UserInputService")
  123.     local open = false
  124.    
  125.     UIS.InputBegan:Connect(function(key, gp)
  126.         if key.KeyCode == hotkey then
  127.             if open == false then
  128.                 open = true
  129.                 frame.Visible = open
  130.             elseif open == true then
  131.                 open = false
  132.                 frame.Visible = open
  133.             end
  134.         end
  135.     end)
  136. end
  137. coroutine.wrap(BVTM_fake_script)()
  138.  
Add Comment
Please, Sign In to add comment