For tutoring please call 856.777.0840 I am a recently retired registered nurse who helps nursing students pass their NCLEX. I have been a nurse since 1997. I have worked in a lot of nursing fields.
Sep 12th, 2017
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- +++ VAMPIRE HUNTERS 2 GUI CREATED BY KOUSSAY40 +++
- This is my first gui script i ever made in roblox hacking Big Grin
- HOPE YOU LIKE IT !
- +++ HOW TO USE +++
- 1.OPEN UR SCRIPT EXECUTOR
- 3.ENJOY !
- +++ THE SCRIPT +++
- local VH2Gui = Instance.new('ScreenGui')
- local ThyButton1 = Instance.new('TextButton')
- local ThyButton3 = Instance.new('TextButton')
- VH2Gui.Parent = game.CoreGui
- TheBox.Name = 'TheBox'
- TheBox.BackgroundColor3 = Color3.new(1, 1, 1)
- TheBox.Size = UDim2.new(0, 50, 0, -110)
- TheBox.Style = Enum.FrameStyle.RobloxRound
- ThyButton1.Name = 'ThyButton1'
- ThyButton1.BackgroundColor3 = Color3.new(0, 0, 0)
- ThyButton1.Position = UDim2.new(0, 12, 0, 440)
- ThyButton1.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- ThyButton1.FontSize = Enum.FontSize.Size12
- ThyButton1.TextColor3 = Color3.new(0, 0, 0)
- ThyButton2.Name = 'ThyButton2'
- ThyButton2.BackgroundColor3 = Color3.new(1, 1, 1)
- ThyButton2.Size = UDim2.new(0, 39, 0, 35)
- ThyButton2.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- ThyButton2.FontSize = Enum.FontSize.Size14
- ThyButton2.TextColor3 = Color3.new(0, 0, 0)
- ThyButton3.Name = 'ThyButton3'
- ThyButton3.BackgroundColor3 = Color3.new(1, 1, 1)
- ThyButton3.Size = UDim2.new(0, 39, 0, 35)
- ThyButton3.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- ThyButton3.FontSize = Enum.FontSize.Size14
- ThyButton3.TextColor3 = Color3.new(0, 0, 0)
- Open = false
- game.CoreGui.VH2Gui.ThyButton1.MouseButton1Down:connect(function(open)
- game.CoreGui.VH2Gui.ThyButton1.Text = 'Close'
- game.CoreGui.VH2Gui.ThyButton2.Visible = true
- Open = true
- game.CoreGui.VH2Gui.ThyButton1.Text = 'Open'
- game.CoreGui.VH2Gui.ThyButton2.Visible = false
- Open = false
- end)
- game.CoreGui.VH2Gui.ThyButton2.MouseButton1Down:connect(function(givecreds)
- game.Workspace.Events.GiveCR:FireServer(1000000) --The credit script, incase you just want that.
- game.CoreGui.VH2Gui.ThyButton3.MouseButton1Down:connect(function(giveexp)
- game.Workspace.Events.GivePTS:FireServer(1000000) --The exp script, incase you just came for that.
Roblox Vampire Hunters 2 Script
RAW Paste Data