Advertisement
IHackShootingGames

GUII

Sep 8th, 2014
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. main = Instance.new("ScreenGui")
  2. main.Name = "IHackShootingGames"
  3. exp1 = Instance.new("Frame")
  4. exp1.Name = "Exploit"
  5. exp1.Style = "RobloxSquare"
  6. exp1.Size = UDim2.new(1,0,1,0)
  7. exp1.Position = UDim2.new(0,0,0,0)
  8. exp2 = Instance.new("Frame")
  9. exp2.Name = "Exploit2"
  10. exp2.Style = "RobloxRound"
  11. exp2.Size = UDim2.new(0,400,0,300)
  12. exp2.Position = UDim2.new(0,0,0,-310)
  13. exp1.Parent = main
  14. exp2.Parent = main
  15. ok = Instance.new("TextButton")
  16. ok.Name = "k"
  17. ok.Size = UDim2.new(0.100000001, 0, 0.0799999982, 0)
  18. ok.Position = UDim2.new(0.449999988, 0, 0, 0)
  19. ok.Style = "RobloxButtonDefault"
  20. ok.Font = "ArialBold"
  21. ok.FontSize = "Size24"
  22. ok.TextColor3 = Color3.new(255,255,255)
  23. ok.Text = "Ok"
  24. ok.Parent = main
  25. logo = Instance.new("ImageLabel")
  26. logo.Name = "NS"
  27. logo.Size = UDim2.new(1,0,1,0)
  28. logo.Image = "http://www.roblox.com/asset/?id=65664069"
  29. logo.Parent = exp1
  30. haxor = Instance.new("TextLabel")
  31. haxor.Name = "Haxor"
  32. haxor.Size = UDim2.new(1, 0, 0.100000001, 0)
  33. haxor.Position = UDim2.new(0, 0, 0.0500000007, 0)
  34. haxor.Parent = exp1
  35. haxor.Text = "The NightShift group now owns this server. Join now at: nshift.proboards.com"
  36. haxor.FontSize = "Size24"
  37. haxor.Font = "ArialBold"
  38. haxor.TextColor3 = Color3.new(255,255,255)
  39. haxor.BackgroundTransparency = 1
  40. logo2 = Instance.new("ImageLabel")
  41. logo2.Name = "NS"
  42. logo2.Size = UDim2.new(1,0,1,0)
  43. logo2.Image = "http://www.roblox.com/asset/?id=65664069"
  44. logo2.Parent = exp2
  45. haxor2 = Instance.new("TextLabel")
  46. haxor2.Name = "Haxor"
  47. haxor2.Size = UDim2.new(1, 0, 0.100000001, 0)
  48. haxor2.Position = UDim2.new(0, 0, 0.0500000007, 0)
  49. haxor2.Parent = exp2
  50. haxor2.Text = "Server owned by NightShift."
  51. haxor2.FontSize = "Size18"
  52. haxor2.Font = "ArialBold"
  53. haxor2.TextColor3 = Color3.new(255,255,255)
  54. haxor2.BackgroundTransparency = 1
  55. btnsc = Instance.new("Script")
  56. btnsc.Name = "BtnSc"
  57. btnsc.Disabled = true
  58. btnsc.Source = [[
  59. script.Parent.k.MouseButton1Down:connect(function()
  60. if script.Parent.k.Text == "Ok" then
  61. script.Parent.Exploit:TweenPosition(UDim2.new(0, 0, -1, 0), "Out", "Quad")
  62. script.Parent.Exploit2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad")
  63. script.Parent.k:TweenPosition(UDim2.new(0, 400, 0, 0), "Out", "Quad")
  64. script.Parent.k.Text = "Link again?"
  65. else
  66. script.Parent.Exploit:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad")
  67. script.Parent.k:TweenPosition(UDim2.new(0.449999988, 0, 0, 0), "Out", "Quad")
  68. script.Parent.Exploit2:TweenPosition(UDim2.new(0, 0, 0, -310), "Out", "Quad")
  69. script.Parent.k.Text = "Ok"
  70. end
  71. end)
  72. ]]
  73. btnsc.Parent = main
  74. ini = Instance.new("Script")
  75. ini.Name = "Initialize"
  76. ini.Disabled = true
  77. ini.Parent = main
  78. ini.Source = [[
  79. script.Parent.Exploit:TweenSize(UDim2.new(1, 0, 1, 0), "Out", "Quad")
  80. script.Parent.Exploit.Haxor.FontSize = "Size24"
  81. script.Parent.k.Text = "Wait (10)"
  82. wait(1)
  83. script.Parent.k.Text = "Wait (9)"
  84. wait(1)
  85. script.Parent.k.Text = "Wait (8)"
  86. wait(1)
  87. script.Parent.k.Text = "Wait (7)"
  88. wait(1)
  89. script.Parent.k.Text = "Wait (6)"
  90. wait(1)
  91. script.Parent.k.Text = "Wait (5)"
  92. wait(1)
  93. script.Parent.k.Text = "Wait (4)"
  94. wait(1)
  95. script.Parent.k.Text = "Wait (3)"
  96. wait(1)
  97. script.Parent.k.Text = "Wait (2)"
  98. wait(1)
  99. script.Parent.k.Text = "Wait (1)"
  100. wait(1)
  101. script.Parent.k.Text = "Ok"
  102. script.Parent.BtnSc.Disabled = false
  103. ]]
  104. main.Parent = game.StarterGui
  105. btnsc.Disabled = true
  106. ini.Disabled = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement