Upscalefanatic3

SCRIPT EXECUTOR IN-GAME (LVL 7 NEEDED!)

Mar 14th, 2019
409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.62 KB | None | 0 0
  1.  
  2. local Executor1 = Instance.new("ScreenGui")
  3. local Frame = Instance.new("Frame")
  4. local Execute = Instance.new("TextButton")
  5. local Clear = Instance.new("TextButton")
  6. local Text = Instance.new("TextBox")
  7. local X = Instance.new("TextButton")
  8. local TextLabel = Instance.new("TextLabel")
  9. local Player = Instance.new("TextBox")
  10. local Value = Instance.new("TextBox")
  11. local WS = Instance.new("TextButton")
  12. local God = Instance.new("TextButton")
  13. local Kick = Instance.new("TextButton")
  14. local Health = Instance.new("TextButton")
  15. local FF = Instance.new("TextButton")
  16. local HH = Instance.new("TextButton")
  17. local JP = Instance.new("TextButton")
  18. local Kill = Instance.new("TextButton")
  19. local Admin = Instance.new("TextButton")
  20.  
  21. Executor1.Name = "Executor1"
  22. Executor1.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  23.  
  24. Frame.Parent = Executor1
  25. Frame.Active = true
  26. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  27. Frame.Draggable = true
  28. Frame.Position = UDim2.new(0.100000001, 0, 0.0500000007, -1)
  29. Frame.Size = UDim2.new(0, 325, 0, 400)
  30.  
  31. Execute.Name = "Execute"
  32. Execute.Parent = Frame
  33. Execute.BackgroundColor3 = Color3.new(1, 1, 1)
  34. Execute.Position = UDim2.new(0.0900000036, 0, 0.670000017, 0)
  35. Execute.Size = UDim2.new(0, 100, 0, 50)
  36. Execute.Font = Enum.Font.SciFi
  37. Execute.Text = "Execute"
  38. Execute.TextSize = 14
  39.  
  40. Clear.Name = "Clear"
  41. Clear.Parent = Frame
  42. Clear.BackgroundColor3 = Color3.new(1, 1, 1)
  43. Clear.Position = UDim2.new(0.600000024, 0, 0.670000017, 0)
  44. Clear.Size = UDim2.new(0, 100, 0, 50)
  45. Clear.Font = Enum.Font.SciFi
  46. Clear.Text = "Clear"
  47. Clear.TextSize = 14
  48.  
  49. Text.Name = "Text"
  50. Text.Parent = Frame
  51. Text.BackgroundColor3 = Color3.new(1, 1, 1)
  52. Text.Position = UDim2.new(0.0399999991, 0, 0.135000005, 0)
  53. Text.Size = UDim2.new(0, 300, 0, 200)
  54. Text.ClearTextOnFocus = false
  55. Text.Font = Enum.Font.SciFi
  56. Text.MultiLine = true
  57. Text.Text = "Write here, Subscribe to skied master"
  58. Text.TextSize = 14
  59. Text.TextWrapped = true
  60.  
  61. X.Name = "X"
  62. X.Parent = Frame
  63. X.BackgroundColor3 = Color3.new(0.784314, 0, 0)
  64. X.BorderColor3 = Color3.new(0.52549, 0, 0)
  65. X.Position = UDim2.new(0.889999986, 0, 0, 0)
  66. X.Size = UDim2.new(0, 35, 0, 35)
  67. X.Font = Enum.Font.SciFi
  68. X.Text = "X"
  69. X.TextSize = 42
  70.  
  71. TextLabel.Parent = Frame
  72. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  73. TextLabel.BorderColor3 = Color3.new(1, 1, 1)
  74. TextLabel.Position = UDim2.new(0.00999999978, 0, 0.0700000003, 0)
  75. TextLabel.Size = UDim2.new(0, 275, 0, 0)
  76. TextLabel.Font = Enum.Font.SciFi
  77. TextLabel.Text = "Script Executor"
  78. TextLabel.TextSize = 14
  79.  
  80. Player.Name = "Player"
  81. Player.Parent = Frame
  82. Player.BackgroundColor3 = Color3.new(1, 1, 1)
  83. Player.Position = UDim2.new(0.550000012, 0, 0.819999993, 0)
  84. Player.Size = UDim2.new(0, 125, 0, 25)
  85. Player.ClearTextOnFocus = false
  86. Player.Font = Enum.Font.SciFi
  87. Player.Text = "Player"
  88. Player.TextSize = 14
  89. Player.TextWrapped = true
  90.  
  91. Value.Name = "Value"
  92. Value.Parent = Frame
  93. Value.BackgroundColor3 = Color3.new(1, 1, 1)
  94. Value.Position = UDim2.new(0.550000012, 0, 0.899999976, 0)
  95. Value.Size = UDim2.new(0, 125, 0, 25)
  96. Value.ClearTextOnFocus = false
  97. Value.Font = Enum.Font.SciFi
  98. Value.Text = "Value"
  99. Value.TextSize = 14
  100. Value.TextWrapped = true
  101.  
  102. WS.Name = "WS"
  103. WS.Parent = Frame
  104. WS.BackgroundColor3 = Color3.new(1, 1, 1)
  105. WS.Position = UDim2.new(0.0500000007, 0, 0.819999993, 0)
  106. WS.Size = UDim2.new(0, 25, 0, 25)
  107. WS.Font = Enum.Font.SciFi
  108. WS.Text = "WS"
  109. WS.TextSize = 14
  110. WS.TextWrapped = true
  111.  
  112. God.Name = "God"
  113. God.Parent = Frame
  114. God.BackgroundColor3 = Color3.new(1, 1, 1)
  115. God.Position = UDim2.new(0.150000006, 0, 0.819999993, 0)
  116. God.Size = UDim2.new(0, 25, 0, 25)
  117. God.Font = Enum.Font.SciFi
  118. God.Text = "God"
  119. God.TextSize = 14
  120.  
  121. Kick.Name = "Kick"
  122. Kick.Parent = Frame
  123. Kick.BackgroundColor3 = Color3.new(1, 1, 1)
  124. Kick.Position = UDim2.new(0.25, 0, 0.819999993, 0)
  125. Kick.Size = UDim2.new(0, 25, 0, 25)
  126. Kick.Font = Enum.Font.SciFi
  127. Kick.Text = "Kick"
  128. Kick.TextSize = 14
  129. Kick.TextWrapped = true
  130.  
  131. Health.Name = "Health"
  132. Health.Parent = Frame
  133. Health.BackgroundColor3 = Color3.new(1, 1, 1)
  134. Health.Position = UDim2.new(0.349999994, 0, 0.819999993, 0)
  135. Health.Size = UDim2.new(0, 25, 0, 25)
  136. Health.Font = Enum.Font.SciFi
  137. Health.Text = "HP"
  138. Health.TextSize = 14
  139. Health.TextWrapped = true
  140.  
  141. FF.Name = "FF"
  142. FF.Parent = Frame
  143. FF.BackgroundColor3 = Color3.new(1, 1, 1)
  144. FF.Position = UDim2.new(0.349999994, 0, 0.899999976, 0)
  145. FF.Size = UDim2.new(0, 25, 0, 25)
  146. FF.Font = Enum.Font.SciFi
  147. FF.Text = "FF"
  148. FF.TextSize = 14
  149. FF.TextWrapped = true
  150.  
  151. HH.Name = "HH"
  152. HH.Parent = Frame
  153. HH.BackgroundColor3 = Color3.new(1, 1, 1)
  154. HH.Position = UDim2.new(0.0500000007, 0, 0.899999976, 0)
  155. HH.Size = UDim2.new(0, 25, 0, 25)
  156. HH.Font = Enum.Font.SciFi
  157. HH.Text = "HH"
  158. HH.TextSize = 14
  159. HH.TextWrapped = true
  160.  
  161. JP.Name = "JP"
  162. JP.Parent = Frame
  163. JP.BackgroundColor3 = Color3.new(1, 1, 1)
  164. JP.Position = UDim2.new(0.150000006, 0, 0.899999976, 0)
  165. JP.Size = UDim2.new(0, 25, 0, 25)
  166. JP.Font = Enum.Font.SciFi
  167. JP.Text = "JP"
  168. JP.TextSize = 14
  169. JP.TextWrapped = true
  170.  
  171. Kill.Name = "Kill"
  172. Kill.Parent = Frame
  173. Kill.BackgroundColor3 = Color3.new(1, 1, 1)
  174. Kill.Position = UDim2.new(0.25, 0, 0.899999976, 0)
  175. Kill.Size = UDim2.new(0, 25, 0, 25)
  176. Kill.Font = Enum.Font.SciFi
  177. Kill.Text = "Kill"
  178. Kill.TextSize = 14
  179. Kill.TextWrapped = true
  180.  
  181. Admin.Name = "Admin"
  182. Admin.Parent = Frame
  183. Admin.BackgroundColor3 = Color3.new(1, 1, 1)
  184. Admin.Position = UDim2.new(0.439999998, 0, 0.680000007, 0)
  185. Admin.Size = UDim2.new(0, 40, 0, 40)
  186. Admin.Font = Enum.Font.SourceSans
  187. Admin.Text = "Vtabs"
  188. Admin.TextSize = 14
  189. -- Scripts:
  190. function SCRIPT_BVWH86_FAKESCRIPT() -- X.LocalScript
  191. local script = Instance.new('LocalScript')
  192. script.Parent = X
  193. function OnClicked()
  194. script.Parent.Parent.Parent:Destroy()
  195. wait(0.05)
  196. local player = game.Players.LocalPlayer
  197. player.PlayerGui.Replace.Enabled = true
  198. end
  199. script.Parent.MouseButton1Click:connect(OnClicked)
  200.  
  201. end
  202. coroutine.resume(coroutine.create(SCRIPT_BVWH86_FAKESCRIPT))
  203. function SCRIPT_TBTF81_FAKESCRIPT() -- Frame.SE
  204. local script = Instance.new('Script')
  205. script.Parent = Frame
  206. script.Parent:FindFirstChild("Execute").MouseButton1Down:connect(function()
  207. loadstring(script.Parent:FindFirstChild("Text").Text)()
  208. end)
  209.  
  210. script.Parent:FindFirstChild("Clear").MouseButton1Down:connect(function()
  211. script.Parent:FindFirstChild("Text").Text = ""
  212. end)
  213.  
  214.  
  215. end
  216. coroutine.resume(coroutine.create(SCRIPT_TBTF81_FAKESCRIPT))
  217. function SCRIPT_JSUW74_FAKESCRIPT() -- WS.LocalScript
  218. local script = Instance.new('LocalScript')
  219. script.Parent = WS
  220. function OnClicked()
  221. local player = script.Parent.Parent.Player.Text
  222. local value = script.Parent.Parent.Value.Text
  223. game.Workspace[player].Humanoid.WalkSpeed = value
  224. end
  225. script.Parent.MouseButton1Click:connect(OnClicked)
  226.  
  227. end
  228. coroutine.resume(coroutine.create(SCRIPT_JSUW74_FAKESCRIPT))
  229. function SCRIPT_XDCN88_FAKESCRIPT() -- God.LocalScript
  230. local script = Instance.new('LocalScript')
  231. script.Parent = God
  232. function OnClicked()
  233. local player = script.Parent.Parent.Player.Text
  234. game.Workspace[player].Humanoid.MaxHealth = math.huge
  235. wait(0.01)
  236. game.Workspace[player].Humanoid.Health = math.huge
  237. end
  238. script.Parent.MouseButton1Click:connect(OnClicked)
  239.  
  240. end
  241. coroutine.resume(coroutine.create(SCRIPT_XDCN88_FAKESCRIPT))
  242. function SCRIPT_AROC86_FAKESCRIPT() -- Kick.LocalScript
  243. local script = Instance.new('LocalScript')
  244. script.Parent = Kick
  245. function OnClicked()
  246. local player = script.Parent.Parent.Player.Text
  247. game.Players[player]:Destroy()
  248. end
  249. script.Parent.MouseButton1Click:connect(OnClicked)
  250.  
  251. end
  252. coroutine.resume(coroutine.create(SCRIPT_AROC86_FAKESCRIPT))
  253. function SCRIPT_DQRO67_FAKESCRIPT() -- Health.LocalScript
  254. local script = Instance.new('LocalScript')
  255. script.Parent = Health
  256. function OnClicked()
  257. local player = script.Parent.Parent.Player.Text
  258. local value = script.Parent.Parent.Value.Text
  259. game.Workspace[player].Humanoid.MaxHealth = value
  260. wait(0.01)
  261. game.Workspace[player].Humanoid.Health = value
  262. end
  263. script.Parent.MouseButton1Click:connect(OnClicked)
  264.  
  265. end
  266. coroutine.resume(coroutine.create(SCRIPT_DQRO67_FAKESCRIPT))
  267. function SCRIPT_BFAB85_FAKESCRIPT() -- FF.LocalScript
  268. local script = Instance.new('LocalScript')
  269. script.Parent = FF
  270. function OnClicked()
  271. local player = script.Parent.Parent.Player.Text
  272. Instance.new("ForceField",game.Workspace[player])
  273. end
  274. script.Parent.MouseButton1Click:connect(OnClicked)
  275.  
  276. end
  277. coroutine.resume(coroutine.create(SCRIPT_BFAB85_FAKESCRIPT))
  278. function SCRIPT_KRKD89_FAKESCRIPT() -- HH.LocalScript
  279. local script = Instance.new('LocalScript')
  280. script.Parent = HH
  281. function OnClicked()
  282. local player = script.Parent.Parent.Player.Text
  283. local value = script.Parent.Parent.Value.Text
  284. game.Workspace[player].Humanoid.HipHeight = value
  285. end
  286. script.Parent.MouseButton1Click:connect(OnClicked)
  287.  
  288. end
  289. coroutine.resume(coroutine.create(SCRIPT_KRKD89_FAKESCRIPT))
  290. function SCRIPT_AOVE89_FAKESCRIPT() -- JP.LocalScript
  291. local script = Instance.new('LocalScript')
  292. script.Parent = JP
  293. function OnClicked()
  294. local player = script.Parent.Parent.Player.Text
  295. local value = script.Parent.Parent.Value.Text
  296. game.Workspace[player].Humanoid.JumpPower = value
  297. end
  298. script.Parent.MouseButton1Click:connect(OnClicked)
  299.  
  300. end
  301. coroutine.resume(coroutine.create(SCRIPT_AOVE89_FAKESCRIPT))
  302. function SCRIPT_DERM66_FAKESCRIPT() -- Kill.LocalScript
  303. local script = Instance.new('LocalScript')
  304. script.Parent = Kill
  305. function OnClicked()
  306. local player = script.Parent.Parent.Player.Text
  307. game.Workspace[player].Humanoid.MaxHealth = 1
  308. game.Workspace[player].Humanoid.Health = 0
  309. end
  310. script.Parent.MouseButton1Click:connect(OnClicked)
  311.  
  312. end
  313. coroutine.resume(coroutine.create(SCRIPT_DERM66_FAKESCRIPT))
Add Comment
Please, Sign In to add comment