Advertisement
Guest User

Untitled

a guest
Jan 5th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.62 KB | None | 0 0
  1. -- Objects
  2.  
  3. local Furrythundertrial = Instance.new("ScreenGui")
  4. local Furry = Instance.new("Frame")
  5. local Furrythunderlabel = Instance.new("TextLabel")
  6. local Furrythundertrial_2 = Instance.new("TextLabel")
  7. local Submit = Instance.new("TextButton")
  8. local Username = Instance.new("TextBox")
  9. local Password = Instance.new("TextBox")
  10. local Actvation = Instance.new("TextBox")
  11. local Thunder = Instance.new("Frame")
  12. local Trialversion = Instance.new("TextLabel")
  13. local Trialinfo = Instance.new("TextButton")
  14. local Commands = Instance.new("TextButton")
  15. local info = Instance.new("Frame")
  16. local TextLabel = Instance.new("TextLabel")
  17. local Commands_2 = Instance.new("Frame")
  18. local Execute = Instance.new("TextButton")
  19. local Commandhere = Instance.new("TextBox")
  20. local grabknife = Instance.new("TextLabel")
  21. local Goldengun = Instance.new("TextLabel")
  22. local Jailbreakgui = Instance.new("TextLabel")
  23. local Goku = Instance.new("TextLabel")
  24. local Admin = Instance.new("TextLabel")
  25. local litmusic = Instance.new("TextLabel")
  26. local rapegui = Instance.new("TextLabel")
  27. local apocguis = Instance.new("TextLabel")
  28. local titan = Instance.new("TextLabel")
  29. local Dagger = Instance.new("TextLabel")
  30. local duckman = Instance.new("TextLabel")
  31. local flashV3 = Instance.new("TextLabel")
  32. local NLL = Instance.new("TextLabel")
  33. local yourmom = Instance.new("TextLabel")
  34. local Exit = Instance.new("TextButton")
  35. local openclose = Instance.new("TextButton")
  36.  
  37. -- Properties
  38.  
  39. Furrythundertrial.Name = "Furrythunder trial"
  40. Furrythundertrial.Parent = game.Coregui
  41.  
  42. Furry.Name = "Furry"
  43. Furry.Parent = Furrythundertrial
  44. Furry.BackgroundColor3 = Color3.new(0, 0, 0)
  45. Furry.BackgroundTransparency = 0.40000000596046
  46. Furry.Position = UDim2.new(0.281979471, 0, 0.186440691, 0)
  47. Furry.Size = UDim2.new(0, 513, 0, 317)
  48.  
  49. Furrythunderlabel.Name = "Furry thunder label"
  50. Furrythunderlabel.Parent = Furry
  51. Furrythunderlabel.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  52. Furrythunderlabel.BackgroundTransparency = 1
  53. Furrythunderlabel.Position = UDim2.new(0.303118914, 0, 0, 0)
  54. Furrythunderlabel.Size = UDim2.new(0, 200, 0, 50)
  55. Furrythunderlabel.Font = Enum.Font.Arcade
  56. Furrythunderlabel.Text = "Furry thunder"
  57. Furrythunderlabel.TextColor3 = Color3.new(0, 1, 1)
  58. Furrythunderlabel.TextSize = 25
  59.  
  60. Furrythundertrial_2.Name = "Furrythunder trial"
  61. Furrythundertrial_2.Parent = Furry
  62. Furrythundertrial_2.BackgroundColor3 = Color3.new(1, 1, 1)
  63. Furrythundertrial_2.BackgroundTransparency = 1
  64. Furrythundertrial_2.Position = UDim2.new(0.653021455, 0, 0.0189274549, 0)
  65. Furrythundertrial_2.Size = UDim2.new(0, 59, 0, 23)
  66. Furrythundertrial_2.Font = Enum.Font.SourceSans
  67. Furrythundertrial_2.Text = "Trial"
  68. Furrythundertrial_2.TextColor3 = Color3.new(0.333333, 1, 1)
  69. Furrythundertrial_2.TextSize = 14
  70.  
  71. Submit.Name = "Submit"
  72. Submit.Parent = Furry
  73. Submit.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  74. Submit.BackgroundTransparency = 0.30000001192093
  75. Submit.Position = UDim2.new(0.290448338, 0, 0.77287066, 0)
  76. Submit.Size = UDim2.new(0, 200, 0, 50)
  77. Submit.Text = "Submit"
  78. Submit.TextSize = 20
  79. Submit.MouseButton1Down:connect(function()
  80. if Username.Text == "trial" and Password.Text == "trial" then
  81. Submit.Text = "loading trial..."
  82. wait(5)
  83. Submit.Text = "Trial loaded"
  84. wait(2)
  85. Furry.Visible = false
  86. Thunder.Visible = true
  87. openclose.Visible = true
  88. else
  89. Submit.Text = "loading trial..."
  90. wait(5)
  91. Submit.Text = "failed to load"
  92. wait(2)
  93. Furrythundertrial:Destroy()
  94. end
  95. end)
  96.  
  97. Username.Name = "Username"
  98. Username.Parent = Furry
  99. Username.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  100. Username.BackgroundTransparency = 0.30000001192093
  101. Username.Position = UDim2.new(0.03898637, 0, 0.201892734, 0)
  102. Username.Size = UDim2.new(0, 200, 0, 50)
  103. Username.Font = Enum.Font.Fantasy
  104. Username.Text = "Username"
  105. Username.TextSize = 25
  106.  
  107. Password.Name = "Password"
  108. Password.Parent = Furry
  109. Password.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  110. Password.BackgroundTransparency = 0.30000001192093
  111. Password.Position = UDim2.new(0.569200814, 0, 0.201892734, 0)
  112. Password.Size = UDim2.new(0, 200, 0, 50)
  113. Password.Font = Enum.Font.Fantasy
  114. Password.Text = "Password"
  115. Password.TextSize = 25
  116.  
  117. Actvation.Name = "!Actvation"
  118. Actvation.Parent = Furry
  119. Actvation.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  120. Actvation.BackgroundTransparency = 0.30000001192093
  121. Actvation.Position = UDim2.new(0.290448368, 0, 0.482649833, 0)
  122. Actvation.Size = UDim2.new(0, 200, 0, 50)
  123. Actvation.Font = Enum.Font.Fantasy
  124. Actvation.Text = "!Activation"
  125. Actvation.TextSize = 25
  126.  
  127. Thunder.Name = "Thunder"
  128. Thunder.Parent = Furrythundertrial
  129. Thunder.BackgroundColor3 = Color3.new(1, 1, 1)
  130. Thunder.BackgroundTransparency = 0.40000000596046
  131. Thunder.Position = UDim2.new(0.260504246, 0, 0.2015066, 0)
  132. Thunder.Size = UDim2.new(0, 513, 0, 317)
  133. Thunder.Visible = false
  134.  
  135. Trialversion.Name = "Trial version"
  136. Trialversion.Parent = Thunder
  137. Trialversion.BackgroundColor3 = Color3.new(0, 0, 0)
  138. Trialversion.BackgroundTransparency = 0.30000001192093
  139. Trialversion.Size = UDim2.new(0, 513, 0, 34)
  140. Trialversion.Font = Enum.Font.Arcade
  141. Trialversion.Text = "This is the Trial the script executor will come in paid version Contact me on discord for more info Crashboy#5972 "
  142. Trialversion.TextColor3 = Color3.new(0.333333, 1, 1)
  143. Trialversion.TextScaled = true
  144. Trialversion.TextSize = 14
  145. Trialversion.TextWrapped = true
  146.  
  147. Trialinfo.Name = "Trial info"
  148. Trialinfo.Parent = Thunder
  149. Trialinfo.BackgroundColor3 = Color3.new(0, 0, 0)
  150. Trialinfo.BackgroundTransparency = 0.30000001192093
  151. Trialinfo.Position = UDim2.new(0.563352823, 0, 0.13249211, 0)
  152. Trialinfo.Size = UDim2.new(0, 140, 0, 34)
  153. Trialinfo.Font = Enum.Font.Arcade
  154. Trialinfo.Text = "Trial info"
  155. Trialinfo.TextColor3 = Color3.new(0.333333, 1, 1)
  156. Trialinfo.TextSize = 20
  157.  
  158. Commands.Name = "Commands"
  159. Commands.Parent = Thunder
  160. Commands.BackgroundColor3 = Color3.new(0, 0, 0)
  161. Commands.BackgroundTransparency = 0.30000001192093
  162. Commands.Position = UDim2.new(0.171539962, 0, 0.13249211, 0)
  163. Commands.Size = UDim2.new(0, 140, 0, 34)
  164. Commands.Font = Enum.Font.Arcade
  165. Commands.Text = "Commands"
  166. Commands.TextColor3 = Color3.new(0.333333, 1, 1)
  167. Commands.TextSize = 20
  168. Commands.MouseButton1Down:connect(function()
  169. Thunder.Visible = false
  170. Commands.Visible = true
  171. end)
  172.  
  173. info.Name = "info"
  174. info.Parent = Thunder
  175. info.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  176. info.BackgroundTransparency = 0.40000000596046
  177. info.Position = UDim2.new(0.0263157897, 0, 0.269716084, 0)
  178. info.Size = UDim2.new(0, 486, 0, 221)
  179.  
  180. TextLabel.Parent = info
  181. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  182. TextLabel.Position = UDim2.new(0.0226337444, 0, 0.0407239832, 0)
  183. TextLabel.Size = UDim2.new(0, 465, 0, 202)
  184. TextLabel.Font = Enum.Font.Arcade
  185. TextLabel.Text = "This Trial Will have more Commands in the future but the paid version has 30+ commands and a Full Lua script executor but cannot do loadstrings yet ill be working that later on"
  186. TextLabel.TextColor3 = Color3.new(0, 1, 1)
  187. TextLabel.TextScaled = true
  188. TextLabel.TextSize = 20
  189. TextLabel.TextWrapped = true
  190.  
  191. Commands_2.Name = "Commands"
  192. Commands_2.Parent = Furrythundertrial
  193. Commands_2.BackgroundColor3 = Color3.new(0, 0, 0)
  194. Commands_2.BackgroundTransparency = 0.30000001192093
  195. Commands_2.Position = UDim2.new(0.297500253, 0, 0.173364922, 0)
  196. Commands_2.Size = UDim2.new(0, 542, 0, 299)
  197. Commands_2.Visible = false
  198.  
  199. Execute.Name = "Execute"
  200. Execute.Parent = Commands_2
  201. Execute.BackgroundColor3 = Color3.new(0, 0, 0)
  202. Execute.BackgroundTransparency = 0.30000001192093
  203. Execute.Position = UDim2.new(0.736162364, 0, 0.852842748, 0)
  204. Execute.Size = UDim2.new(0, 131, 0, 33)
  205. Execute.Font = Enum.Font.Arcade
  206. Execute.Text = "Execute"
  207. Execute.TextColor3 = Color3.new(0, 1, 1)
  208. Execute.TextSize = 25
  209. Execute.MouseButton1Down:connect(function()
  210. if Commandhere.Text == "grabknife" then
  211. loadstring(game:HttpGet(('https://pastebin.com/raw/DmtuzK94'),true))()
  212. end
  213. if Commandhere.Text == "Goldengun" then
  214. loadstring(game:HttpGet(('https://pastebin.com/raw/LsnyNcVQ'),true))()
  215. end
  216. if Commandhere.Text == "Jailbreakgui" then
  217. loadstring(game:HttpGet(('https://pastebin.com/raw/KHhTYP0X'),true))()
  218. end
  219. if Commandhere.Text == "Goku" then
  220. loadstring(game:HttpGet(('https://pastebin.com/raw/4LVML5VH'),true))()
  221. end
  222. if Commandhere.Text == "Admin" then
  223. loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  224. end
  225. if Commandhere.Text == "rapegui" then
  226. loadstring(game:HttpGet(('https://pastebin.com/raw/c2bc7xGB'),true))()
  227. end
  228. if Commandhere.Text == "apocguis" then
  229. loadstring(game:HttpGet(('https://pastebin.com/raw/p39PQT2r'),true))()
  230. end
  231. if Commandhere.Text == "titan" then
  232. loadstring(game:HttpGet(('https://pastebin.com/raw/HaAyYaE9'),true))()
  233. end
  234. if Commandhere.Text == "Dagger" then
  235. loadstring(game:HttpGet(('http://pastebin.com/raw/Prxp08R1'),true))()
  236. end
  237. if Commandhere.Text == "duckman" then
  238. loadstring(game:HttpGet(('https://pastebin.com/raw/tu1gPMYn'),true))()
  239. end
  240. if Commandhere.Text == "flashV3" then
  241. loadstring(game:HttpGet(('https://pastebin.com/raw/Fr1Nrxkc'),true))()
  242. end
  243. if Commandhere.Text == "NLL" then
  244. loadstring(game:HttpGet(('https://pastebin.com/raw/rZnaaM1a'),true))()
  245. end
  246. if Commandhere.Text == "yourmom" then
  247. loadstring(game:GetObjects('rbxassetid://289110135')[1].Source)()
  248. end
  249. end)
  250.  
  251. Commandhere.Name = "Commandhere"
  252. Commandhere.Parent = Commands_2
  253. Commandhere.BackgroundColor3 = Color3.new(0, 0, 0)
  254. Commandhere.BackgroundTransparency = 0.30000001192093
  255. Commandhere.Position = UDim2.new(0.0442804433, 0, 0.852842748, 0)
  256. Commandhere.Size = UDim2.new(0, 347, 0, 33)
  257. Commandhere.Font = Enum.Font.Arcade
  258. Commandhere.Text = "Comamnd here!"
  259. Commandhere.TextColor3 = Color3.new(0, 1, 1)
  260. Commandhere.TextSize = 14
  261.  
  262. grabknife.Name = "grabknife"
  263. grabknife.Parent = Commands_2
  264. grabknife.BackgroundColor3 = Color3.new(1, 1, 1)
  265. grabknife.BackgroundTransparency = 1
  266. grabknife.Position = UDim2.new(0.0774907768, 0, 0.06354516, 0)
  267. grabknife.Size = UDim2.new(0, 79, 0, 32)
  268. grabknife.Font = Enum.Font.Arcade
  269. grabknife.Text = "grabKnife"
  270. grabknife.TextColor3 = Color3.new(0, 1, 1)
  271. grabknife.TextSize = 14
  272.  
  273. Goldengun.Name = "Goldengun"
  274. Goldengun.Parent = Commands_2
  275. Goldengun.BackgroundColor3 = Color3.new(1, 1, 1)
  276. Goldengun.BackgroundTransparency = 1
  277. Goldengun.Position = UDim2.new(0.0774907768, 0, 0.214046836, 0)
  278. Goldengun.Size = UDim2.new(0, 79, 0, 32)
  279. Goldengun.Font = Enum.Font.Arcade
  280. Goldengun.Text = "Goldengun"
  281. Goldengun.TextColor3 = Color3.new(0, 1, 1)
  282. Goldengun.TextSize = 14
  283.  
  284. Jailbreakgui.Name = "Jailbreakgui"
  285. Jailbreakgui.Parent = Commands_2
  286. Jailbreakgui.BackgroundColor3 = Color3.new(1, 1, 1)
  287. Jailbreakgui.BackgroundTransparency = 1
  288. Jailbreakgui.Position = UDim2.new(0.0774907768, 0, 0.376254082, 0)
  289. Jailbreakgui.Size = UDim2.new(0, 79, 0, 32)
  290. Jailbreakgui.Font = Enum.Font.Arcade
  291. Jailbreakgui.Text = "jailbreakgui"
  292. Jailbreakgui.TextColor3 = Color3.new(0, 1, 1)
  293. Jailbreakgui.TextSize = 14
  294.  
  295. Goku.Name = "Goku"
  296. Goku.Parent = Commands_2
  297. Goku.BackgroundColor3 = Color3.new(1, 1, 1)
  298. Goku.BackgroundTransparency = 1
  299. Goku.Position = UDim2.new(0.0774907768, 0, 0.553321838, 0)
  300. Goku.Size = UDim2.new(0, 79, 0, 32)
  301. Goku.Font = Enum.Font.Arcade
  302. Goku.Text = "Goku"
  303. Goku.TextColor3 = Color3.new(0, 1, 1)
  304. Goku.TextSize = 20
  305.  
  306. Admin.Name = "Admin"
  307. Admin.Parent = Commands_2
  308. Admin.BackgroundColor3 = Color3.new(1, 1, 1)
  309. Admin.BackgroundTransparency = 1
  310. Admin.Position = UDim2.new(0.291512907, 0, 0.06354516, 0)
  311. Admin.Size = UDim2.new(0, 79, 0, 32)
  312. Admin.Font = Enum.Font.Arcade
  313. Admin.Text = "admin"
  314. Admin.TextColor3 = Color3.new(0, 1, 1)
  315. Admin.TextSize = 20
  316.  
  317. litmusic.Name = "litmusic"
  318. litmusic.Parent = Commands_2
  319. litmusic.BackgroundColor3 = Color3.new(1, 1, 1)
  320. litmusic.BackgroundTransparency = 1
  321. litmusic.Position = UDim2.new(0.299815476, 0, 0.214046836, 0)
  322. litmusic.Size = UDim2.new(0, 70, 0, 32)
  323. litmusic.Font = Enum.Font.Arcade
  324. litmusic.Text = "litmusic"
  325. litmusic.TextColor3 = Color3.new(0, 1, 1)
  326. litmusic.TextSize = 20
  327.  
  328. rapegui.Name = "rapegui"
  329. rapegui.Parent = Commands_2
  330. rapegui.BackgroundColor3 = Color3.new(1, 1, 1)
  331. rapegui.BackgroundTransparency = 1
  332. rapegui.Position = UDim2.new(0.291512907, 0, 0.376254082, 0)
  333. rapegui.Size = UDim2.new(0, 79, 0, 32)
  334. rapegui.Font = Enum.Font.Arcade
  335. rapegui.Text = "rapegui"
  336. rapegui.TextColor3 = Color3.new(0, 1, 1)
  337. rapegui.TextSize = 20
  338.  
  339. apocguis.Name = "apocguis"
  340. apocguis.Parent = Commands_2
  341. apocguis.BackgroundColor3 = Color3.new(1, 1, 1)
  342. apocguis.BackgroundTransparency = 1
  343. apocguis.Position = UDim2.new(0.291512936, 0, 0.553321838, 0)
  344. apocguis.Size = UDim2.new(0, 79, 0, 32)
  345. apocguis.Font = Enum.Font.Arcade
  346. apocguis.Text = "apocGuis"
  347. apocguis.TextColor3 = Color3.new(0, 1, 1)
  348. apocguis.TextSize = 20
  349.  
  350. titan.Name = "titan"
  351. titan.Parent = Commands_2
  352. titan.BackgroundColor3 = Color3.new(1, 1, 1)
  353. titan.BackgroundTransparency = 1
  354. titan.Position = UDim2.new(0.527675271, 0, 0.0635451153, 0)
  355. titan.Size = UDim2.new(0, 79, 0, 32)
  356. titan.Font = Enum.Font.Arcade
  357. titan.Text = "titan"
  358. titan.TextColor3 = Color3.new(0, 1, 1)
  359. titan.TextSize = 20
  360.  
  361. Dagger.Name = "Dagger"
  362. Dagger.Parent = Commands_2
  363. Dagger.BackgroundColor3 = Color3.new(1, 1, 1)
  364. Dagger.BackgroundTransparency = 1
  365. Dagger.Position = UDim2.new(0.527675271, 0, 0.214046836, 0)
  366. Dagger.Size = UDim2.new(0, 79, 0, 32)
  367. Dagger.Font = Enum.Font.Arcade
  368. Dagger.Text = "Dagger"
  369. Dagger.TextColor3 = Color3.new(0, 1, 1)
  370. Dagger.TextSize = 20
  371.  
  372. duckman.Name = "duckman"
  373. duckman.Parent = Commands_2
  374. duckman.BackgroundColor3 = Color3.new(1, 1, 1)
  375. duckman.BackgroundTransparency = 1
  376. duckman.Position = UDim2.new(0.527675271, 0, 0.376254082, 0)
  377. duckman.Size = UDim2.new(0, 79, 0, 32)
  378. duckman.Font = Enum.Font.Arcade
  379. duckman.Text = "duckamn"
  380. duckman.TextColor3 = Color3.new(0, 1, 1)
  381. duckman.TextSize = 20
  382.  
  383. flashV3.Name = "flashV3"
  384. flashV3.Parent = Commands_2
  385. flashV3.BackgroundColor3 = Color3.new(1, 1, 1)
  386. flashV3.BackgroundTransparency = 1
  387. flashV3.Position = UDim2.new(0.527675271, 0, 0.553321838, 0)
  388. flashV3.Size = UDim2.new(0, 79, 0, 32)
  389. flashV3.Font = Enum.Font.Arcade
  390. flashV3.Text = "flashv3"
  391. flashV3.TextColor3 = Color3.new(0, 1, 1)
  392. flashV3.TextSize = 20
  393.  
  394. NLL.Name = "NLL"
  395. NLL.Parent = Commands_2
  396. NLL.BackgroundColor3 = Color3.new(1, 1, 1)
  397. NLL.BackgroundTransparency = 1
  398. NLL.Position = UDim2.new(0.719557345, 0, 0.0635450855, 0)
  399. NLL.Size = UDim2.new(0, 79, 0, 32)
  400. NLL.Font = Enum.Font.Arcade
  401. NLL.Text = "NLL"
  402. NLL.TextColor3 = Color3.new(0, 1, 1)
  403. NLL.TextSize = 20
  404.  
  405. yourmom.Name = "yourmom"
  406. yourmom.Parent = Commands_2
  407. yourmom.BackgroundColor3 = Color3.new(1, 1, 1)
  408. yourmom.BackgroundTransparency = 1
  409. yourmom.Position = UDim2.new(0.719557285, 0, 0.214046851, 0)
  410. yourmom.Size = UDim2.new(0, 79, 0, 32)
  411. yourmom.Font = Enum.Font.Arcade
  412. yourmom.Text = "yourmom"
  413. yourmom.TextColor3 = Color3.new(0, 1, 1)
  414. yourmom.TextSize = 20
  415.  
  416. Exit.Name = "Exit"
  417. Exit.Parent = Commands_2
  418. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  419. Exit.BackgroundTransparency = 1
  420. Exit.Position = UDim2.new(0.924354255, 0, 0.020066889, 0)
  421. Exit.Size = UDim2.new(0, 35, 0, 31)
  422. Exit.Font = Enum.Font.SourceSans
  423. Exit.Text = "X"
  424. Exit.TextColor3 = Color3.new(0, 1, 1)
  425. Exit.TextSize = 25
  426. Exit.MouseButton1Down:connect(function()
  427. Commands.Visible = false
  428. Thunder.Visible = true
  429. end)
  430.  
  431. openclose.Name = "openclose"
  432. openclose.Parent = Furrythundertrial
  433. openclose.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  434. openclose.Position = UDim2.new(-0.00653594779, 0, 0.500941575, 0)
  435. openclose.Size = UDim2.new(0, 67, 0, 27)
  436. openclose.Visible = false
  437. openclose.Font = Enum.Font.SourceSans
  438. openclose.Text = "Close"
  439. openclose.TextSize = 17
  440. openclose.MouseButton1Down:connect(function()
  441. if Thunder.Visible == true then
  442. Thunder.Visible = false
  443. openclose.Text = "open"
  444. else
  445. Thunder.Visible = true
  446. openclose.Text = "Close"
  447. end
  448. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement