Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local AX = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local MainCorner = Instance.new("UICorner")
- local HP = Instance.new("TextButton")
- local MainCorner_2 = Instance.new("UICorner")
- local Stam = Instance.new("TextButton")
- local MainCorner_3 = Instance.new("UICorner")
- local MainCorner_4 = Instance.new("UICorner")
- --Properties:
- AX.Name = "AX"
- AX.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- AX.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- AX.ResetOnSpawn = false
- Main.Name = "Main"
- Main.Parent = AX
- Main.BackgroundColor3 = Color3.fromRGB(27, 27, 27)
- Main.Position = UDim2.new(0.417026579, 0, 0.426513016, 0)
- Main.Size = UDim2.new(0, 268, 0, 100)
- title.Name = "title"
- title.Parent = Main
- title.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- title.BorderSizePixel = 0
- title.Position = UDim2.new(0.0223880596, 0, 0.0599999987, 0)
- title.Size = UDim2.new(0, 256, 0, 20)
- title.Font = Enum.Font.SourceSans
- title.Text = "Anime Cross CRACK"
- title.TextColor3 = Color3.fromRGB(255, 255, 255)
- title.TextSize = 16.000
- MainCorner.CornerRadius = UDim.new(0.150000006, 0)
- MainCorner.Name = "MainCorner"
- MainCorner.Parent = title
- HP.Name = "HP"
- HP.Parent = Main
- HP.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- HP.Position = UDim2.new(0.0223880596, 0, 0.319999993, 0)
- HP.Size = UDim2.new(0, 256, 0, 29)
- HP.Font = Enum.Font.SourceSans
- HP.Text = "Teleport HP Balls"
- HP.TextColor3 = Color3.fromRGB(255, 255, 255)
- HP.TextSize = 16.000
- MainCorner_2.CornerRadius = UDim.new(0.150000006, 0)
- MainCorner_2.Name = "MainCorner"
- MainCorner_2.Parent = HP
- Stam.Name = "Stam"
- Stam.Parent = Main
- Stam.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- Stam.Position = UDim2.new(0.0223880596, 0, 0.670000017, 0)
- Stam.Size = UDim2.new(0, 256, 0, 27)
- Stam.Font = Enum.Font.SourceSans
- Stam.Text = "Teleport Stamina Balls"
- Stam.TextColor3 = Color3.fromRGB(255, 255, 255)
- Stam.TextSize = 16.000
- MainCorner_3.CornerRadius = UDim.new(0.150000006, 0)
- MainCorner_3.Name = "MainCorner"
- MainCorner_3.Parent = Stam
- MainCorner_4.CornerRadius = UDim.new(0.0399999991, 0)
- MainCorner_4.Name = "MainCorner"
- MainCorner_4.Parent = Main
- -- Scripts:
- local function GBEWJJO_fake_script() -- HP.hpscript
- local script = Instance.new('LocalScript', HP)
- script.Parent.MouseButton1Down:Connect(function()
- while wait(0.3) do
- for i,v in pairs (game.Workspace:GetDescendants()) do
- if v:FindFirstChild("Item1") then
- v.Item1.Main.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- end
- end
- end)
- end
- coroutine.wrap(GBEWJJO_fake_script)()
- local function MFCWONR_fake_script() -- Stam.stamscript
- local script = Instance.new('LocalScript', Stam)
- script.Parent.MouseButton1Down:Connect(function()
- while wait(0.3) do
- for i,v in pairs (game.Workspace:GetDescendants()) do
- if v:FindFirstChild("Item2") then
- v.Item2.Main.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- end
- end
- end)
- end
- coroutine.wrap(MFCWONR_fake_script)()
- local function DVVYM_fake_script() -- Main.mini
- local script = Instance.new('LocalScript', Main)
- game.StarterGui:SetCore("SendNotification", {
- Title = "AX Crack";
- Text = "Press T to Enable/Disable.";
- Icon = "";
- Duration = 5;
- })
- end
- coroutine.wrap(DVVYM_fake_script)()
- local function BVTM_fake_script() -- Main.KeyToggleGUI
- local script = Instance.new('LocalScript', Main)
- local frame = script.Parent
- local hotkey = Enum.KeyCode.T
- local UIS = game:GetService("UserInputService")
- local open = false
- UIS.InputBegan:Connect(function(key, gp)
- if key.KeyCode == hotkey then
- if open == false then
- open = true
- frame.Visible = open
- elseif open == true then
- open = false
- frame.Visible = open
- end
- end
- end)
- end
- coroutine.wrap(BVTM_fake_script)()
Add Comment
Please, Sign In to add comment