Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Fixed By NTS
- -- Objects
- local IronHax = Instance.new("ScreenGui")
- local MainUI = Instance.new("Frame")
- local name = Instance.new("TextLabel")
- local creds = Instance.new("TextLabel")
- local nts = game.Players.LocalPlayer.PlayerGui
- local Kill = Instance.new("TextButton")
- local free = Instance.new("TextButton")
- -- Properties
- IronHax.Name = "IronHax"
- IronHax.Parent = nts
- MainUI.Name = "MainUI"
- MainUI.Parent = IronHax
- MainUI.BackgroundColor3 = Color3.new(1, 1, 1)
- MainUI.Position = UDim2.new(0.127921268, 0, 0.442561209, 0)
- MainUI.Size = UDim2.new(0, 172, 0, 195)
- name.Name = "name"
- name.Parent = MainUI
- name.BackgroundColor3 = Color3.new(1, 0.466667, 0.419608)
- name.Size = UDim2.new(0, 172, 0, 43)
- name.Font = Enum.Font.SourceSans
- name.Text = "IronHax"
- name.TextColor3 = Color3.new(0, 0, 0)
- name.TextSize = 50
- creds.Name = "creds"
- creds.Parent = MainUI
- creds.BackgroundColor3 = Color3.new(1, 1, 1)
- creds.BackgroundTransparency = 1
- creds.BorderSizePixel = 0
- creds.Position = UDim2.new(-0.215116277, 0, 0.902564108, 0)
- creds.Size = UDim2.new(0, 209, 0, 19)
- creds.Font = Enum.Font.SourceSans
- creds.Text = "Made by RoboHaxRoblox"
- creds.TextColor3 = Color3.new(0, 0, 0)
- creds.TextSize = 14
- Kill.Name = "Kill"
- Kill.Parent = MainUI
- Kill.BackgroundColor3 = Color3.new(1, 0.466667, 0.419608)
- Kill.Position = UDim2.new(0.093023181, 0, 0.284615397, 0)
- Kill.Size = UDim2.new(0, 140, 0, 40)
- Kill.Font = Enum.Font.SourceSans
- Kill.Text = "Kill all"
- Kill.TextColor3 = Color3.new(0, 0, 0)
- Kill.TextSize = 29
- free.Name = "free"
- free.Parent = MainUI
- free.BackgroundColor3 = Color3.new(1, 0.466667, 0.419608)
- free.Position = UDim2.new(0.0930232555, 0, 0.558974385, 0)
- free.Size = UDim2.new(0, 146, 0, 40)
- free.Font = Enum.Font.SourceSans
- free.Text = "Free war machine"
- free.TextColor3 = Color3.new(0, 0, 0)
- free.TextSize = 21
- -- drag
- MainUI.Active = true
- MainUI.Draggable = true
- free.MouseButton1Down:connect(function()
- game:GetService("Players").LocalPlayer.Backpack.ironMan.Assets.Events.callSuit:FireServer("WarMachine", tick(), 0)
- end)
- Kill.MouseButton1Down:connect(function()
- for i,v in pairs(game.Players:GetChildren()) do
- if v ~= game.Players.LocalPlayer then
- a = v.Character
- remote = game:service'Players'.LocalPlayer.Backpack.suitControl.Assets.Events["punchHit"]
- remote:FireServer(a.Head,100000)
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment