Martinman117

wolves life 3 Dont copy it and call it your own

Jun 23rd, 2021 (edited)
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.88 KB | None | 0 0
  1. -- Made by Firefacemask2#0712
  2. -- Version 1.0
  3. -- Only support rn for Wolves' Life 3
  4. -- Instances:
  5. print(" ----------------------------")
  6. print("  Made by Firefacemask2#0712")
  7. print(" ----------------------------")
  8. wait(2)
  9. local SomerandomGui = Instance.new("ScreenGui")
  10. local main = Instance.new("Frame")
  11. local TextLabel = Instance.new("TextLabel")
  12. local TextButton = Instance.new("TextButton")
  13. local UICorner = Instance.new("UICorner")
  14. local loading1 = Instance.new("TextLabel")
  15. local loading3 = Instance.new("TextLabel")
  16. local loading2 = Instance.new("TextLabel")
  17. local TextLabel_2 = Instance.new("TextLabel")
  18. local loaded = Instance.new("TextLabel")
  19. local UICorner_2 = Instance.new("UICorner")
  20.  
  21. --Properties:
  22.  
  23. SomerandomGui.Name = "Some random Gui"
  24. SomerandomGui.Parent = game.CoreGui
  25. SomerandomGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  26.  
  27. main.Name = "main"
  28. main.Parent = SomerandomGui
  29. main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  30. main.Position = UDim2.new(0.368484855, 0, 0.356725156, 0)
  31. main.Size = UDim2.new(0, 433, 0, 244)
  32. main.Active = true
  33. main.Draggable = true
  34.  
  35. TextLabel.Parent = main
  36. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  37. TextLabel.BackgroundTransparency = 3.000
  38. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  39. TextLabel.Position = UDim2.new(0, 0, 0.856557369, 0)
  40. TextLabel.Size = UDim2.new(0, 433, 0, 35)
  41. TextLabel.Font = Enum.Font.SourceSans
  42. TextLabel.Text = "Made by Firefacemask2#0712"
  43. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  44. TextLabel.TextScaled = true
  45. TextLabel.TextSize = 14.000
  46. TextLabel.TextWrapped = true
  47.  
  48. TextButton.Parent = main
  49. TextButton.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  50. TextButton.Position = UDim2.new(0.270207852, 0, 0.397540987, 0)
  51. TextButton.Size = UDim2.new(0, 200, 0, 50)
  52. TextButton.Font = Enum.Font.SourceSans
  53. TextButton.Text = "Load"
  54. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  55. TextButton.TextScaled = true
  56. TextButton.TextSize = 14.000
  57. TextButton.TextWrapped = true
  58.  
  59. UICorner.CornerRadius = UDim.new(0.100000001, 0)
  60. UICorner.Parent = TextButton
  61.  
  62. loading1.Name = "loading1"
  63. loading1.Parent = main
  64. loading1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  65. loading1.BackgroundTransparency = 3.000
  66. loading1.BorderColor3 = Color3.fromRGB(0, 0, 0)
  67. loading1.Position = UDim2.new(0.270207852, 0, 0.397540987, 0)
  68. loading1.Size = UDim2.new(0, 200, 0, 50)
  69. loading1.Visible = false
  70. loading1.Font = Enum.Font.SourceSans
  71. loading1.Text = "Loading."
  72. loading1.TextColor3 = Color3.fromRGB(255, 255, 255)
  73. loading1.TextScaled = true
  74. loading1.TextSize = 14.000
  75. loading1.TextWrapped = true
  76.  
  77. loading3.Name = "loading3"
  78. loading3.Parent = main
  79. loading3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  80. loading3.BackgroundTransparency = 3.000
  81. loading3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  82. loading3.Position = UDim2.new(0.270207852, 0, 0.397540987, 0)
  83. loading3.Size = UDim2.new(0, 200, 0, 50)
  84. loading3.Visible = false
  85. loading3.Font = Enum.Font.SourceSans
  86. loading3.Text = "Loading..."
  87. loading3.TextColor3 = Color3.fromRGB(255, 255, 255)
  88. loading3.TextScaled = true
  89. loading3.TextSize = 14.000
  90. loading3.TextWrapped = true
  91.  
  92. loading2.Name = "loading2"
  93. loading2.Parent = main
  94. loading2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  95. loading2.BackgroundTransparency = 3.000
  96. loading2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  97. loading2.Position = UDim2.new(0.270207852, 0, 0.397540987, 0)
  98. loading2.Size = UDim2.new(0, 200, 0, 50)
  99. loading2.Visible = false
  100. loading2.Font = Enum.Font.SourceSans
  101. loading2.Text = "Loading.."
  102. loading2.TextColor3 = Color3.fromRGB(255, 255, 255)
  103. loading2.TextScaled = true
  104. loading2.TextSize = 14.000
  105. loading2.TextWrapped = true
  106.  
  107. TextLabel_2.Parent = main
  108. TextLabel_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  109. TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  110. TextLabel_2.Position = UDim2.new(0.212471128, 0, 0.0573770478, 0)
  111. TextLabel_2.Size = UDim2.new(0, 249, 0, 50)
  112. TextLabel_2.Font = Enum.Font.SourceSans
  113. TextLabel_2.Text = "Asthetics Hub"
  114. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  115. TextLabel_2.TextScaled = true
  116. TextLabel_2.TextSize = 14.000
  117. TextLabel_2.TextWrapped = true
  118.  
  119. loaded.Name = "loaded"
  120. loaded.Parent = main
  121. loaded.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  122. loaded.BorderColor3 = Color3.fromRGB(0, 0, 0)
  123. loaded.Position = UDim2.new(0.270207852, 0, 0.397540987, 0)
  124. loaded.Size = UDim2.new(0, 200, 0, 50)
  125. loaded.Visible = false
  126. loaded.Font = Enum.Font.SourceSans
  127. loaded.Text = "Loaded!"
  128. loaded.TextColor3 = Color3.fromRGB(255, 255, 255)
  129. loaded.TextScaled = true
  130. loaded.TextSize = 14.000
  131. loaded.TextWrapped = true
  132.  
  133. UICorner_2.CornerRadius = UDim.new(0.100000001, 0)
  134. UICorner_2.Parent = main
  135.  
  136. -- Scripts:
  137.  
  138. local function VEDMGS_fake_script() -- TextButton.LocalScript
  139.     local script = Instance.new('LocalScript', TextButton)
  140.  
  141.     script.Parent.MouseButton1Down:Connect(function()
  142.             script.Parent.Parent.TextButton.Visible = false
  143.             script.Parent.Parent.loading1.Visible = true
  144.             wait(1)
  145.             script.Parent.Parent.loading1.Visible = false
  146.             script.Parent.Parent.loading2.Visible = true
  147.             wait(1)
  148.             script.Parent.Parent.loading2.Visible = false
  149.             script.Parent.Parent.loading3.Visible = true
  150.             wait(1)
  151.             script.Parent.Parent.loading1.Visible = true
  152.             script.Parent.Parent.loading3.Visible = false
  153.             wait(1)
  154.             script.Parent.Parent.loading1.Visible = false
  155.             script.Parent.Parent.loading2.Visible = true
  156.             wait(1)
  157.             script.Parent.Parent.loading2.Visible = false
  158.             script.Parent.Parent.loading3.Visible = true
  159.             wait(1)
  160.             script.Parent.Parent.loaded.Visible = true
  161.             script.Parent.Parent.loading3.Visible = false
  162.             wait(2)
  163.             game.Players.LocalPlayer.UserId = 112488179
  164.             wait(0.5)
  165.             loadstring(game:HttpGet('https://system-exodus.com/shared/Peace/AesthetixWolfLife.lua', true))()
  166.             script.Parent.Parent.Parent.main.Visible = false
  167.     end)
  168. end
  169. coroutine.wrap(VEDMGS_fake_script)()
Add Comment
Please, Sign In to add comment