Advertisement
Guest User

SjorsScriptLoader

a guest
Jul 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.49 KB | None | 0 0
  1. -- how the loader works
  2. -- see this "local placeid = 00000"?
  3. -- just change "00000" in the id of the place the script can be used in
  4. -- if the script isn't for a specific game then just keep it at "00000"
  5. --at the end of the script you see this "SCRIPT HERE"
  6. -- just paste the script inbetween the 2 "SCRIPT HERE" lines and that script will run if the placeid is correct, Enjoy and please vouch for more, i make alot of cool and awesome scripts, ya should check em out!
  7.  
  8.  
  9. local placeid = 00000
  10.  
  11.  
  12. local ScriptLoader = Instance.new("ScreenGui")
  13. local sj0gsscriptloaderframe = Instance.new("Frame")
  14. local nameofloader = Instance.new("TextLabel")
  15. local gamechecktext = Instance.new("TextLabel")
  16. local loadscripttext = Instance.new("TextLabel")
  17. local credits = Instance.new("TextLabel")
  18. local kruis11 = Instance.new("TextLabel")
  19. local kruis22 = Instance.new("TextLabel")
  20. local kruis12 = Instance.new("TextLabel")
  21. local kruis21 = Instance.new("TextLabel")
  22. local puntjes1 = Instance.new("TextLabel")
  23. local puntjes2 = Instance.new("TextLabel")
  24. local vink11 = Instance.new("TextLabel")
  25. local vink12 = Instance.new("TextLabel")
  26. local vink22 = Instance.new("TextLabel")
  27. local vink21 = Instance.new("TextLabel")
  28.  
  29. -- Properties
  30.  
  31. ScriptLoader.Name = "ScriptLoader"
  32. ScriptLoader.Parent = game.CoreGui
  33.  
  34. sj0gsscriptloaderframe.Name = "sj0gsscriptloaderframe"
  35. sj0gsscriptloaderframe.Parent = ScriptLoader
  36. sj0gsscriptloaderframe.BackgroundColor3 = Color3.new(0.25098, 0.25098, 0.25098)
  37. sj0gsscriptloaderframe.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  38. sj0gsscriptloaderframe.BorderSizePixel = 5
  39. sj0gsscriptloaderframe.Position = UDim2.new(0.384437591, 0, 0.272314668, 0)
  40. sj0gsscriptloaderframe.Size = UDim2.new(0, 300, 0, 300)
  41. sj0gsscriptloaderframe.Transparency = 1
  42.  
  43. nameofloader.Name = "nameofloader"
  44. nameofloader.Parent = sj0gsscriptloaderframe
  45. nameofloader.BackgroundColor3 = Color3.new(1, 1, 1)
  46. nameofloader.BackgroundTransparency = 1
  47. nameofloader.Position = UDim2.new(0, 0, 0.06333334, 0)
  48. nameofloader.Size = UDim2.new(0, 300, 0, 50)
  49. nameofloader.Font = Enum.Font.Code
  50. nameofloader.Text = "SjorsScriptLoader"
  51. nameofloader.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  52. nameofloader.TextSize = 30
  53. nameofloader.TextWrapped = true
  54. nameofloader.TextTransparency = 1
  55.  
  56. gamechecktext.Name = "gamechecktext"
  57. gamechecktext.Parent = sj0gsscriptloaderframe
  58. gamechecktext.BackgroundColor3 = Color3.new(1, 1, 1)
  59. gamechecktext.BackgroundTransparency = 1
  60. gamechecktext.Position = UDim2.new(0.266666681, 0, 0.300000012, 0)
  61. gamechecktext.Size = UDim2.new(0, 189, 0, 50)
  62. gamechecktext.Font = Enum.Font.SourceSans
  63. gamechecktext.Text = "Checking game..."
  64. gamechecktext.TextColor3 = Color3.new(0, 0, 0)
  65. gamechecktext.TextSize = 25
  66. gamechecktext.TextWrapped = true
  67. gamechecktext.TextTransparency = 1
  68.  
  69. loadscripttext.Name = "loadscripttext"
  70. loadscripttext.Parent = sj0gsscriptloaderframe
  71. loadscripttext.BackgroundColor3 = Color3.new(1, 1, 1)
  72. loadscripttext.BackgroundTransparency = 1
  73. loadscripttext.Position = UDim2.new(0.266666681, 0, 0.576666713, 0)
  74. loadscripttext.Size = UDim2.new(0, 189, 0, 50)
  75. loadscripttext.Font = Enum.Font.SourceSans
  76. loadscripttext.Text = "Loading script..."
  77. loadscripttext.TextColor3 = Color3.new(0, 0, 0)
  78. loadscripttext.TextSize = 25
  79. loadscripttext.TextWrapped = true
  80. loadscripttext.TextTransparency = 1
  81.  
  82. credits.Name = "credits"
  83. credits.Parent = sj0gsscriptloaderframe
  84. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  85. credits.BackgroundTransparency = 1
  86. credits.Position = UDim2.new(-0.0866666734, 0, 0.883333325, 0)
  87. credits.Size = UDim2.new(0, 281, 0, 50)
  88. credits.Font = Enum.Font.Highway
  89. credits.Text = "Loader made by SjorsApenWorst1"
  90. credits.TextColor3 = Color3.new(0, 0, 0)
  91. credits.TextSize = 18
  92. credits.TextWrapped = true
  93. credits.TextTransparency = 1
  94.  
  95. kruis11.Name = "kruis11"
  96. kruis11.Parent = sj0gsscriptloaderframe
  97. kruis11.BackgroundColor3 = Color3.new(0.392157, 0, 0)
  98. kruis11.BackgroundTransparency = 1
  99. kruis11.Position = UDim2.new(-0.13666667, 0, 0.300000012, 0)
  100. kruis11.Rotation = 45
  101. kruis11.Size = UDim2.new(0, 200, 0, 50)
  102. kruis11.Visible = false
  103. kruis11.Font = Enum.Font.Highway
  104. kruis11.Text = "---"
  105. kruis11.TextColor3 = Color3.new(1, 0, 0)
  106. kruis11.TextSize = 40
  107.  
  108. kruis22.Name = "kruis22"
  109. kruis22.Parent = sj0gsscriptloaderframe
  110. kruis22.BackgroundColor3 = Color3.new(0.392157, 0, 0)
  111. kruis22.BackgroundTransparency = 1
  112. kruis22.Position = UDim2.new(-0.13666667, 0, 0.576666713, 0)
  113. kruis22.Rotation = 135
  114. kruis22.Size = UDim2.new(0, 200, 0, 50)
  115. kruis22.Visible = false
  116. kruis22.Font = Enum.Font.Highway
  117. kruis22.Text = "---"
  118. kruis22.TextColor3 = Color3.new(1, 0, 0)
  119. kruis22.TextSize = 40
  120.  
  121. kruis12.Name = "kruis12"
  122. kruis12.Parent = sj0gsscriptloaderframe
  123. kruis12.BackgroundColor3 = Color3.new(0.392157, 0, 0)
  124. kruis12.BackgroundTransparency = 1
  125. kruis12.Position = UDim2.new(-0.13666667, 0, 0.300000012, 0)
  126. kruis12.Rotation = 135
  127. kruis12.Size = UDim2.new(0, 200, 0, 50)
  128. kruis12.Visible = false
  129. kruis12.Font = Enum.Font.Highway
  130. kruis12.Text = "---"
  131. kruis12.TextColor3 = Color3.new(1, 0, 0)
  132. kruis12.TextSize = 40
  133.  
  134. kruis21.Name = "kruis21"
  135. kruis21.Parent = sj0gsscriptloaderframe
  136. kruis21.BackgroundColor3 = Color3.new(0.392157, 0, 0)
  137. kruis21.BackgroundTransparency = 1
  138. kruis21.Position = UDim2.new(-0.13666667, 0, 0.576666713, 0)
  139. kruis21.Rotation = 45
  140. kruis21.Size = UDim2.new(0, 200, 0, 50)
  141. kruis21.Visible = false
  142. kruis21.Font = Enum.Font.Highway
  143. kruis21.Text = "---"
  144. kruis21.TextColor3 = Color3.new(1, 0, 0)
  145. kruis21.TextSize = 40
  146.  
  147. puntjes1.Name = "puntjes1"
  148. puntjes1.Parent = sj0gsscriptloaderframe
  149. puntjes1.BackgroundColor3 = Color3.new(0.392157, 0, 0)
  150. puntjes1.BackgroundTransparency = 1
  151. puntjes1.Position = UDim2.new(-0.13666667, 0, 0.25, 0)
  152. puntjes1.Size = UDim2.new(0, 200, 0, 50)
  153. puntjes1.Font = Enum.Font.Highway
  154. puntjes1.Text = "..."
  155. puntjes1.TextColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  156. puntjes1.TextSize = 60
  157. puntjes1.TextTransparency = 1
  158.  
  159. puntjes2.Name = "puntjes2"
  160. puntjes2.Parent = sj0gsscriptloaderframe
  161. puntjes2.BackgroundColor3 = Color3.new(0.392157, 0, 0)
  162. puntjes2.BackgroundTransparency = 1
  163. puntjes2.Position = UDim2.new(-0.13666667, 0, 0.526666641, 0)
  164. puntjes2.Size = UDim2.new(0, 200, 0, 50)
  165. puntjes2.Font = Enum.Font.Highway
  166. puntjes2.Text = "..."
  167. puntjes2.TextColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  168. puntjes2.TextSize = 60
  169. puntjes2.TextTransparency = 1
  170.  
  171. vink11.Name = "vink11"
  172. vink11.Parent = sj0gsscriptloaderframe
  173. vink11.BackgroundColor3 = Color3.new(0.392157, 0, 0)
  174. vink11.BackgroundTransparency = 1
  175. vink11.Position = UDim2.new(-0.169999957, 0, 0.300000012, 0)
  176. vink11.Rotation = 40
  177. vink11.Size = UDim2.new(0, 200, 0, 50)
  178. vink11.Visible = false
  179. vink11.Font = Enum.Font.Highway
  180. vink11.Text = "--"
  181. vink11.TextColor3 = Color3.new(0, 1, 0)
  182. vink11.TextSize = 40
  183.  
  184. vink12.Name = "vink12"
  185. vink12.Parent = sj0gsscriptloaderframe
  186. vink12.BackgroundColor3 = Color3.new(0.392157, 0, 0)
  187. vink12.BackgroundTransparency = 1
  188. vink12.Position = UDim2.new(-0.106666625, 0, 0.280000001, 0)
  189. vink12.Rotation = 135
  190. vink12.Size = UDim2.new(0, 200, 0, 50)
  191. vink12.Visible = false
  192. vink12.Font = Enum.Font.Highway
  193. vink12.Text = "---"
  194. vink12.TextColor3 = Color3.new(0, 1, 0)
  195. vink12.TextSize = 35
  196.  
  197. vink22.Name = "vink22"
  198. vink22.Parent = sj0gsscriptloaderframe
  199. vink22.BackgroundColor3 = Color3.new(0.392157, 0, 0)
  200. vink22.BackgroundTransparency = 1
  201. vink22.Position = UDim2.new(-0.106666625, 0, 0.566666663, 0)
  202. vink22.Rotation = 135
  203. vink22.Size = UDim2.new(0, 200, 0, 50)
  204. vink22.Visible = false
  205. vink22.Font = Enum.Font.Highway
  206. vink22.Text = "---"
  207. vink22.TextColor3 = Color3.new(0, 1, 0)
  208. vink22.TextSize = 35
  209.  
  210. vink21.Name = "vink21"
  211. vink21.Parent = sj0gsscriptloaderframe
  212. vink21.BackgroundColor3 = Color3.new(0.392157, 0, 0)
  213. vink21.BackgroundTransparency = 1
  214. vink21.Position = UDim2.new(-0.169999957, 0, 0.586666703, 0)
  215. vink21.Rotation = 40
  216. vink21.Size = UDim2.new(0, 200, 0, 50)
  217. vink21.Visible = false
  218. vink21.Font = Enum.Font.Highway
  219. vink21.Text = "--"
  220. vink21.TextColor3 = Color3.new(0, 1, 0)
  221. vink21.TextSize = 40
  222.  
  223. wait(1)
  224. loadscripttext.TextTransparency = 0.9
  225. nameofloader.TextTransparency = 0.9
  226. gamechecktext.TextTransparency = 0.9
  227. loadscripttext.TextTransparency = 0.9
  228. credits.TextTransparency = 0.9
  229. puntjes1.TextTransparency = 0.9
  230. puntjes2.TextTransparency = 0.9
  231. sj0gsscriptloaderframe.Transparency = 0.9
  232. wait(0.05)
  233. loadscripttext.TextTransparency = 0.8
  234. nameofloader.TextTransparency = 0.8
  235. gamechecktext.TextTransparency = 0.8
  236. loadscripttext.TextTransparency = 0.8
  237. credits.TextTransparency = 0.8
  238. puntjes1.TextTransparency = 0.8
  239. puntjes2.TextTransparency = 0.8
  240. sj0gsscriptloaderframe.Transparency = 0.8
  241. wait(0.05)
  242. loadscripttext.TextTransparency = 0.7
  243. nameofloader.TextTransparency = 0.7
  244. gamechecktext.TextTransparency = 0.7
  245. loadscripttext.TextTransparency = 0.7
  246. credits.TextTransparency = 0.7
  247. puntjes1.TextTransparency = 0.7
  248. puntjes2.TextTransparency = 0.7
  249. sj0gsscriptloaderframe.Transparency = 0.7
  250. wait(0.05)
  251. loadscripttext.TextTransparency = 0.6
  252. nameofloader.TextTransparency = 0.6
  253. gamechecktext.TextTransparency = 0.6
  254. loadscripttext.TextTransparency = 0.6
  255. credits.TextTransparency = 0.6
  256. puntjes1.TextTransparency = 0.6
  257. puntjes2.TextTransparency = 0.6
  258. sj0gsscriptloaderframe.Transparency = 0.6
  259. wait(0.05)
  260. loadscripttext.TextTransparency = 0.5
  261. nameofloader.TextTransparency = 0.5
  262. gamechecktext.TextTransparency = 0.5
  263. loadscripttext.TextTransparency = 0.5
  264. credits.TextTransparency = 0.5
  265. puntjes1.TextTransparency = 0.5
  266. puntjes2.TextTransparency = 0.5
  267. sj0gsscriptloaderframe.Transparency = 0.5
  268. wait(0.05)
  269. loadscripttext.TextTransparency = 0.4
  270. nameofloader.TextTransparency = 0.4
  271. gamechecktext.TextTransparency = 0.4
  272. loadscripttext.TextTransparency = 0.4
  273. credits.TextTransparency = 0.4
  274. puntjes1.TextTransparency = 0.4
  275. puntjes2.TextTransparency = 0.4
  276. sj0gsscriptloaderframe.Transparency = 0.4
  277. wait(0.05)
  278. loadscripttext.TextTransparency = 0.3
  279. nameofloader.TextTransparency = 0.3
  280. gamechecktext.TextTransparency = 0.3
  281. loadscripttext.TextTransparency = 0.3
  282. credits.TextTransparency = 0.3
  283. puntjes1.TextTransparency = 0.3
  284. puntjes2.TextTransparency = 0.3
  285. sj0gsscriptloaderframe.Transparency = 0.3
  286. wait(0.05)
  287. loadscripttext.TextTransparency = 0.2
  288. nameofloader.TextTransparency = 0.2
  289. gamechecktext.TextTransparency = 0.2
  290. loadscripttext.TextTransparency = 0.2
  291. credits.TextTransparency = 0.2
  292. puntjes1.TextTransparency = 0.2
  293. puntjes2.TextTransparency = 0.2
  294. sj0gsscriptloaderframe.Transparency = 0.2
  295. wait(0.05)
  296. loadscripttext.TextTransparency = 0.1
  297. nameofloader.TextTransparency = 0.1
  298. gamechecktext.TextTransparency = 0.1
  299. loadscripttext.TextTransparency = 0.1
  300. credits.TextTransparency = 0.1
  301. puntjes1.TextTransparency = 0.1
  302. puntjes2.TextTransparency = 0.1
  303. sj0gsscriptloaderframe.Transparency = 0.1
  304. wait(0.05)
  305. loadscripttext.TextTransparency = 0
  306. nameofloader.TextTransparency = 0
  307. gamechecktext.TextTransparency = 0
  308. loadscripttext.TextTransparency = 0
  309. credits.TextTransparency = 0
  310. puntjes1.TextTransparency = 0
  311. puntjes2.TextTransparency = 0
  312. sj0gsscriptloaderframe.Transparency = 0
  313. wait(3)
  314. if game.PlaceId == placeid then
  315. vink11.Visible = true
  316. vink12.Visible = true
  317. puntjes1.Visible = false
  318. else
  319. if placeid == 00000 then
  320. vink11.Visible = true
  321. vink12.Visible = true
  322. puntjes1.Visible = false
  323. else
  324. kruis11.Visible = true
  325. kruis12.Visible = true
  326. puntjes1.Visible = false
  327. wait(1)
  328. game.Players.LocalPlayer:kick "Wrong game!"
  329. end
  330. end
  331. wait(3)
  332. vink21.Visible = true
  333. vink22.Visible = true
  334. puntjes2.Visible = false
  335. wait(1)
  336. ScriptLoader:Destroy()
  337. wait(1.5)
  338. -- SCRIPT HERE
  339. print("This loader is super cool!")
  340.  
  341.  
  342.  
  343. -- SCRIPT HERE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement