Advertisement
Admimroblox24

long prison life lua script | ill make a loadstring for mobile

Apr 6th, 2023
696
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.73 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("Admimroblox24", "Synapse")
  3.  
  4. -- Main
  5. local Main = Window:NewTab("Main")
  6. local MainSection = Main:NewSection("admin")
  7.  
  8.  
  9. MainSection:NewButton("XthemasterX admin", "get admin", function()
  10. loadstring(game:HttpGet(('https://raw.githubusercontent.com/XTheMasterX/Scripts/Main/PrisonLife'),true))()
  11. end)
  12.  
  13. MainSection:NewButton("infiniteyeild and masterxYT", "can do alot of stuff", function()
  14. loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()--
  15.  
  16. loadstring(game:HttpGet(('https://raw.githubusercontent.com/XTheMasterX/Scripts/Main/PrisonLife'),true))()
  17. end)
  18.  
  19. local Main = Window:NewTab("admin choice")
  20. local MainSection = Main:NewSection("choices")
  21.  
  22. MainSection:NewButton("septex admin", "gives you admin", function()
  23. loadstring(game:HttpGet(('https://raw.githubusercontent.com/XTheMasterX/Scripts/Main/PrisonLife'),true))()
  24. end)
  25.  
  26. MainSection:NewButton("tiger admin", "gives you admin", function()
  27. loadstring(game:HttpGet(('https://raw.githubusercontent.com/h17s3/TIGERADMIN/main/TIGERADMINSCRIPTFREE'),true))()
  28. end)
  29.  
  30. MainSection:NewButton("Ymir admin", "gives you admin", function()
  31. loadstring(game:HttpGet(('https://raw.githubusercontent.com/senorkal/YmirAdmin/main/source'),true))()
  32. end)
  33.  
  34. MainSection:NewButton("Fates admin", "gives you admin", function()
  35. loadstring(game:HttpGet("https://raw.githubusercontent.com/fatesc/fates-admin/main/main.lua"))();
  36. end)
  37.  
  38. MainSection:NewButton("cmdx admin", "gives you admin", function()
  39. loadstring(game:HttpGet("https://raw.githubusercontent.com/CMD-X/CMD-X/master/Source", true))()
  40. end)
  41.  
  42. MainSection:NewButton(" MasterxYT and infinity yeild admin", "gives you admin", function()
  43. --Prison Life:
  44. --Admin Script
  45. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  46. --Favorite Script
  47. loadstring(game:HttpGet(('https://raw.githubusercontent.com/XTheMasterX/Scripts/Main/PrisonLife'),true))()
  48. local overlay = check:FindFirstChild(Admim);
  49. end)
  50.  
  51. MainSection:NewButton("cmd-x admin", "gives you admin", function()
  52. loadstring(game:HttpGet("https://raw.githubusercontent.com/CMD-X/CMD-X/master/Source", true))()
  53. end)
  54.  
  55. local Main = Window:NewTab("player")
  56. local MainSection = Main:NewSection("player hacks")
  57.  
  58. MainSection:NewSlider("speed hack", "go as fast you can", 500, 16, function(s) -- 500 (MaxValue) | 0 (MinValue)
  59. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  60. end)
  61.  
  62. MainSection:NewButton("DexExplorer", "stuff you can do can ther", function()
  63. loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/Dex%20Explorer.txt"))()
  64. end)
  65.  
  66. MainSection:NewButton("float", "you float in the air", function()
  67. loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/Float%20Character.txt"))()
  68. end)
  69.  
  70. MainSection:NewButton("Gravity", "changes the gravity of the game", function()
  71. loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/Gravity%20Switch.txt"))()
  72. end)
  73.  
  74. MainSection:NewButton("click to teleport", "ctrl + click", function()
  75. loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/Click%20Teleport.txt"))()
  76. end)
  77.  
  78. MainSection:NewButton("fly", "makes you fly", function()
  79. loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/Fly.txt"))()
  80. end)
  81.  
  82. MainSection:NewButton("invisible", "makes you invisible", function()
  83. loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/Invisible%20Character.txt"))()
  84. end)
  85.  
  86. local Main = Window:NewTab("Septex commands")
  87. local MainSection = Main:NewSection("see what you can do")
  88. MainSection:NewLabel(":rank player")
  89. MainSection:NewLabel(":rank other")
  90. MainSection:NewLabel(":rank random")
  91. MainSection:NewLabel(":unrank player")
  92. MainSection:NewLabel(":unrank others")
  93. MainSection:NewLabel(":kill player")
  94. MainSection:NewLabel(":kill all")
  95. MainSection:NewLabel(":kill random")
  96. MainSection:NewLabel(":arrest player")
  97. MainSection:NewLabel(":arrest others")
  98. MainSection:NewLabel(":arrest random")
  99. MainSection:NewLabel(":sa player")
  100. MainSection:NewLabel(":crim player")
  101. MainSection:NewLabel(":crim others")
  102. MainSection:NewLabel(":crim random")
  103. MainSection:NewLabel(":bring player")
  104. MainSection:NewLabel(":bring others")
  105. MainSection:NewLabel(":bring random")
  106. MainSection:NewLabel(":goto player")
  107. MainSection:NewLabel(":goto random")
  108. MainSection:NewLabel(":void player")
  109. MainSection:NewLabel(":void others")
  110. MainSection:NewLabel(":void random")
  111. MainSection:NewLabel(":key player")
  112. MainSection:NewLabel(":key others")
  113. MainSection:NewLabel(":key random")
  114. MainSection:NewLabel(":cuffs player")
  115. MainSection:NewLabel(":cuffs others")
  116. MainSection:NewLabel(":cuffs random")
  117. MainSection:NewLabel(":cuffs")
  118. MainSection:NewLabel(":trap player")
  119. MainSection:NewLabel(":trap others")
  120. MainSection:NewLabel(":trap random")
  121. MainSection:NewLabel(":yard player")
  122. MainSection:NewLabel(":yard others")
  123. MainSection:NewLabel(":yard")
  124. MainSection:NewLabel(":base player")
  125. MainSection:NewLabel(":base others")
  126. MainSection:NewLabel(":base random")
  127. MainSection:NewLabel(":base")
  128. MainSection:NewLabel(":prison player")
  129. MainSection:NewLabel(":prison others")
  130. MainSection:NewLabel(":prison random")
  131. MainSection:NewLabel(":prison")
  132. MainSection:NewLabel(":lk player")
  133. MainSection:NewLabel(":lk others")
  134. MainSection:NewLabel(":unlk player")
  135. MainSection:NewLabel(":unlk others")
  136. MainSection:NewLabel(":aura player")
  137. MainSection:NewLabel(":aura others")
  138. MainSection:NewLabel(":aura random")
  139. MainSection:NewLabel(":unaura player")
  140. MainSection:NewLabel(":unaura others")
  141. MainSection:NewLabel(":auradistance number")
  142. MainSection:NewLabel(":virus player")
  143. MainSection:NewLabel(":virus others")
  144. MainSection:NewLabel(":virus random")
  145. MainSection:NewLabel(":unvirus player")
  146. MainSection:NewLabel(":unvirus others")
  147. MainSection:NewLabel(":unvirus random")
  148. MainSection:NewLabel(":pp")
  149. MainSection:NewLabel(":god")
  150. MainSection:NewLabel(":ungod")
  151. MainSection:NewLabel(":lag")
  152. MainSection:NewLabel(":tk player")
  153. MainSection:NewLabel(":tk others")
  154. MainSection:NewLabel(":tk random")
  155. MainSection:NewLabel(":ltk")
  156. MainSection:NewLabel(":ltk")
  157. MainSection:NewLabel(":ltk")
  158. MainSection:NewLabel(":t")
  159. MainSection:NewLabel(":rejoin")
  160. MainSection:NewLabel(":discord")
  161.  
  162.  
  163. local Main = Window:NewTab("Tiger commands")
  164. local MainSection = Main:NewSection("see what you can do")
  165. MainSection:NewLabel("prefix is !")
  166. MainSection:NewLabel("!cmds")
  167. MainSection:NewLabel("!rejoin")
  168. MainSection:NewLabel("!opendoors")
  169. MainSection:NewLabel("!prefix STRING")
  170. MainSection:NewLabel("!btools")
  171. MainSection:NewLabel("!key")
  172. MainSection:NewLabel("!view [player]")
  173. MainSection:NewLabel("!unview")
  174. MainSection:NewLabel("!m9")
  175. MainSection:NewLabel("!m4a1")
  176. MainSection:NewLabel("!tase")
  177. MainSection:NewLabel("!fling")
  178. MainSection:NewLabel("!ak")
  179. MainSection:NewLabel("!shotgun")
  180. MainSection:NewLabel("!refresh")
  181. MainSection:NewLabel("!car")
  182. MainSection:NewLabel("!crashserver")
  183. MainSection:NewLabel("!godmode ON/OFF")
  184. MainSection:NewLabel("!unload")
  185. MainSection:NewLabel("!kill [player]")
  186. MainSection:NewLabel("!killall")
  187. MainSection:NewLabel("!serverhop")
  188. MainSection:NewLabel("!loopkill [player]")
  189. MainSection:NewLabel("!unloopkill [player]")
  190. MainSection:NewLabel("!whitelist player")
  191. MainSection:NewLabel("!admin [player]")
  192. MainSection:NewLabel("!laggun")
  193. MainSection:NewLabel("!modgun")
  194. MainSection:NewLabel("!autofire")
  195. MainSection:NewLabel("!firerate")
  196. MainSection:NewLabel("!infammo")
  197. MainSection:NewLabel("!unadmin player")
  198. MainSection:NewLabel("!bringall")
  199. MainSection:NewLabel("!bring player")
  200. MainSection:NewLabel("!void player")
  201. MainSection:NewLabel("!jumppower NUMBER")
  202. MainSection:NewLabel("!speed NUMBER")
  203. MainSection:NewLabel("!goto player")
  204. MainSection:NewLabel("!clickkill ON/OFF")
  205. MainSection:NewLabel("!clickarrest on/off")
  206. MainSection:NewLabel("!autorespawn on/off")
  207. MainSection:NewLabel("!onepunch on/off")
  208. MainSection:NewLabel("!Antisheild on/off")
  209. MainSection:NewLabel("!fastpunch on/off")
  210. MainSection:NewLabel("!killaura on/off")
  211. MainSection:NewLabel("!autoitems on/off")
  212. MainSection:NewLabel("!antiarrest on/off")
  213. MainSection:NewLabel("!antitase on/of")
  214. MainSection:NewLabel("!arrest player")
  215. MainSection:NewLabel("!antibring")
  216. MainSection:NewLabel("!silentaim on/off")
  217. MainSection:NewLabel("!antipunch on/off")
  218. MainSection:NewLabel("!antitouch on/off")
  219. MainSection:NewLabel("!guard")
  220. MainSection:NewLabel("!noinvite")
  221. MainSection:NewLabel("!criminal")
  222. MainSection:NewLabel("!guns")
  223. MainSection:NewLabel("!esp")
  224. MainSection:NewLabel("!uneasp")
  225. MainSection:NewLabel("!nex")
  226. MainSection:NewLabel("!yard")
  227. MainSection:NewLabel("!armory")
  228. MainSection:NewLabel("!crimbase")
  229. MainSection:NewLabel("!gatetower2")
  230. MainSection:NewLabel("!bridge")
  231. MainSection:NewLabel("!topnex")
  232. MainSection:NewLabel("!range")
  233. MainSection:NewLabel("!gas")
  234. MainSection:NewLabel("!backcafe")
  235. MainSection:NewLabel("!gatetower")
  236. MainSection:NewLabel("!cafe")
  237. MainSection:NewLabel("!lunchroom")
  238. MainSection:NewLabel("!tower")
  239. MainSection:NewLabel("!sewers")
  240. MainSection:NewLabel("!allcmds")
Advertisement
Comments
  • Rubyboi
    1 year
    Comment was deleted
Add Comment
Please, Sign In to add comment
Advertisement