Advertisement
Guest User

Test

a guest
Jul 17th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. local Money_2 = Instance.new("TextButton")
  2.  
  3. PJJS.Name = "PJJS"
  4. PJJS.Parent = game.CoreGui
  5. PJJS.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  6.  
  7. Italy.Name = "Italy"
  8. Italy.Parent = Main
  9. Italy.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  10. Italy.BorderSizePixel = 0
  11. Italy.Position = UDim2.new(0.120227247, 0, 0.39751029, 0)
  12. Italy.Size = UDim2.new(0, 142, 0, 34)
  13. Italy.Font = Enum.Font.SciFi
  14. Italy.Text = "Italy"
  15. Italy.TextColor3 = Color3.new(1, 1, 1)
  16. Italy.TextSize = 16
  17.  
  18. ItaF.Name = "ItaF"
  19. ItaF.Parent = PJJS
  20. ItaF.BackgroundColor3 = Color3.new(1, 1, 1)
  21. ItaF.BackgroundTransparency = 1
  22. ItaF.BorderSizePixel = 0
  23. ItaF.Position = UDim2.new(0.477117807, 0, 0.268924296, 0)
  24. ItaF.Size = UDim2.new(0, 188, 0, 319)
  25. ItaF.Visible = false
  26.  
  27. Money_2.Name = "Money"
  28. Money_2.Parent = ItaF
  29. Money_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  30. Money_2.BorderSizePixel = 0
  31. Money_2.Position = UDim2.new(0.120227247, 0, 0.396125257, 0)
  32. Money_2.Size = UDim2.new(0, 142, 0, 34)
  33. Money_2.Font = Enum.Font.SciFi
  34. Money_2.Text = "Money"
  35. Money_2.TextColor3 = Color3.new(1, 1, 1)
  36. Money_2.TextSize = 16
  37.  
  38. Level_2.MouseButton1Click:Connect(function()
  39. Enabled = true
  40.  
  41. while Enabled == true do
  42.  
  43. local A_1 = 1
  44. local A_2 = nil
  45. local A_3 = game:GetService("Workspace")["Space Dummy"].Torso.CFrame
  46. local A_4 = 10000
  47. local A_5 = game.Players.LocalPlayer.Character.Torso.voiceline
  48. local A_6 = game:GetService("Workspace")["Space Dummy"].Humanoid
  49. local A_7 = false
  50. local Event = game:GetService("ReplicatedStorage").Logic.hitbox
  51. Event:InvokeServer(A_1, A_2, A_3, A_4, A_5, A_6, A_7)
  52. local A_1 = 76
  53. local A_2 = nil
  54. local A_3 = game:GetService("Workspace")["Space Dummy"].Torso.CFrame
  55. local A_4 = 10000
  56. local A_5 = game.Players.LocalPlayer.Character.Torso.voiceline
  57. local A_6 = game:GetService("Workspace")["Space Dummy"].Humanoid
  58. local A_7 = false
  59. local Event = game:GetService("ReplicatedStorage").Logic.hitbox
  60. Event:InvokeServer(A_1, A_2, A_3, A_4, A_5, A_6, A_7)
  61. wait()
  62. end
  63. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement