-
Posts
37 -
Joined
-
Last visited
Additional Information
-
Android
4.0.x (Ice Cream Sandwich)
-
Device
Samsung galaxy tab A
Recent Profile Visitors
25,353 profile views
ToxicLuaMods23's Achievements
-
100.0: Work on Android 11 - GameGuardian
ToxicLuaMods23 commented on Enyby's gallery image in Video Tutorials
-
View File Guide100%.lua Hiya , This is my scripting guide for new people out there , you will be scripting like a G (hehe get it? GG) You might wanna read the comments next to the code to understand you can also use it too! idk if the comments affect its way to work >_> (CODED WITH REPL.IT TRANSFERRED INTO A ZIP THEN EXTRACTED INTO GUIDE,LUA) This is for people new so ya tell me what u think? you will learn functions , if then statements , ends, nils, declareing functions, if menu== 1s, inputs, alerts and toasts, data types, locals, and calling functions giving them tasks then ending good luck! Submitter ToxicLuaMods23 Submitted 09/30/2020 Category Templates
-
Version 1
1,584 downloads
Hiya , This is my scripting guide for new people out there , you will be scripting like a G (hehe get it? GG) You might wanna read the comments next to the code to understand you can also use it too! idk if the comments affect its way to work >_> (CODED WITH REPL.IT TRANSFERRED INTO A ZIP THEN EXTRACTED INTO GUIDE,LUA) This is for people new so ya tell me what u think? you will learn functions , if then statements , ends, nils, declareing functions, if menu== 1s, inputs, alerts and toasts, data types, locals, and calling functions giving them tasks then ending good luck! -
View File Survival admin.lua Hey guys dont mind the edgy file name welcome this is my first ever Working script xDD You have speed , Item increase, working on jump and Wall but everything is working fine exept for jump the script is decrypted so knock urself out!!! so ya i hope u enjoy! and you can nerf the speed also! =D Submitter ToxicLuaMods23 Submitted 09/29/2020 Category LUA scripts
-
Version 1
2,361 downloads
Hey guys dont mind the edgy file name welcome this is my first ever Working script xDD You have speed , Item increase, working on jump and Wall but everything is working fine exept for jump the script is decrypted so knock urself out!!! so ya i hope u enjoy! and you can nerf the speed also! =D -
After i put the input = gg.prompt what next?
ToxicLuaMods23 replied to ToxicLuaMods23's question in Help
OMG THANKS IT WORKED!!!!!!!, now i can release it to help others!!!! -
After i put the input = gg.prompt what next?
ToxicLuaMods23 replied to ToxicLuaMods23's question in Help
After compileing everyrhing together play the game and search the value , next get the adress code then check its adress , memorize it screenshot then search the adrress refine edit all , -
After i put the input = gg.prompt what next?
ToxicLuaMods23 replied to ToxicLuaMods23's question in Help
So gg.setRanges(REGION_JAVA_HEAP) then search the provided numbers why cant i just refine the adress then edit all? Sorry but this is very hard because im not undestanding , i see u used gg.sleep(5) to give the user 5 seconds to fire some shots and refine the fired shots -
After i put the input = gg.prompt what next?
ToxicLuaMods23 replied to ToxicLuaMods23's question in Help
just to let u know im starting to understand it but im getting diffrent addresses each search but there the same ammo that can be 9999 for infinite [added 1 minute later] see? diffrent addresses in goto -
After i put the input = gg.prompt what next?
ToxicLuaMods23 replied to ToxicLuaMods23's question in Help
i dont understand that =/ , i am new to goto adresses and i have not used them before -
so im making an ammo hack script for zombie age 2 and the user needs 3 and a half of stars which gives u 142 ammo so i did the input=gg.prompt({'Enter your ammo') so what next? i need the users input so i can refine and edit it pls help ill be launching this script in no time!!!!!!
-
gg is crashing when i edit all or tick the value is encrypted
ToxicLuaMods23 replied to ToxicLuaMods23's question in Help
-
gg is crashing when i edit all or tick the value is encrypted
ToxicLuaMods23 replied to ToxicLuaMods23's question in Help
i am using refine but not in my script justs edit all right away then clear results then it crashes so how am i supposed to refine my gold value with a script? and any game what i use , Swamp attack , all those stuff , my scripts dont even work when they edit all only worked once -
Hey guys this is my tutorial on creating a awesome mod menu without the hassle and the errors so first off lets say im hacking the pixel walking zombie 3 vip (make sure u have ur game values) i reccomend file explorer , QuickEdit+, Quoda (the one with no ads), code editor also! open your editor and set the Syntax to Lua of course then --functions function start() --call function anf give it a task gg.setVisible(false) --make gg dissapear gg.searchNumber(100, gg.TYPE_DWORD) --search for 100's and in only dword gg.getResults(1000) -- how much 99999999's u want gg.editAll(99999, gg.TYPE_DWORD) --telling gg to edit all 999999 and only DWORD a datatype for 123 1,000,000,000 gg.clearResults() -- telling gg to clear every number of 999999 gg.toast('Script made by {user}') gg.setVisible(true) --make gg abra cadabra end -- end your function always menu=gg.choice({'Your button name','Another button name','if you have another button name','exit'},nil,}) if menu==1 then -- if menu== the first button which is 1 then it will execute that function only start() --function declared end if menu==2 then --same thing but this is 2 ant() end if menu==3 then -- same thing but this is 3 hea() end if menu==4 then bye() end if menu==nil then end -- nil means 0 which no input so if u click out u can end or declare a function but i reccomend ending
-
gg is crashing when i edit all or tick the value is encrypted
ToxicLuaMods23 replied to ToxicLuaMods23's question in Help
Basically any game what i use or offline its multiple games that are crashing and its just Parrelell space crashing also, which the last time i was using the lite version and i only get little crashes