Jump to content

YeetMeister

Contributor
  • Posts

    346
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by YeetMeister

  1. Im trying to get Radar if you could help It would be insane @saiaapiz i make sure to credit your for that
    Nice script, trying to add Features but i stll have trouble understanding it. Could you help me write a script like this Thanks alot
  2. I dont understand what this does really. It looks like it could be usefull, just dunno in what way xD Nevermind, Holy ***** this is Insane. Nice ***** Job holy d***
    Great source, i will update it and upload it in your name. Oof the menu layout sucks a** but ill fix it
  3. I can give you a FoV Changer with addresses Always show crosshair No flash no smoke and see through walls Dm me on Discord ஜ۩۞۩ஜ[| INFINITY |]ஜ۩۞۩ஜ#1936
  4. Very nice script, im trying to understand how you code it but i dont understand it, could you help? And also could you release the addresses for Esp and radar? I know how to find addresses but i find more then 1,3mio results
  5. Im sorry, but this whole thing doesnt seem to work well, i fixed the error but when i execute the new script (i believe the old too) then it always shows that an new Update is available even though the version is higher then the pastebin version Is there any solution
  6. Now i got it to download the script, but the new file executes with an 2 or more errors @Enyby
  7. Ohhhhhhhh hsp the file = to io.open..... ok now i feel dumb i thought this is where the file gets saved then....
  8. Before it was withput the dot, i forgot to change it back but still it got error. So how i save this variable as string, i dont know what you mean I just tried to use an example code but i cant really understand it much
  9. Script ended: Script error: luaj.LuaError: @/storage/emulated/0/Untitled.lua:70 `local file = "/storage/emulated/0/Download" io.open(gg.getFile():gsub("lua","OneTap.ioVersion1.2")".w")file:write(Script) ...` attempt to call string level = 1, pc = 233 stack traceback: /storage/emulated/0/Untitled.lua:70 in main chunk [Java]: in ? at luaj.LuaValue.checkmetatag(LuaValue.java:2895) at luaj.LuaValue.callmt(LuaValue.java:2050) at luaj.LuaValue.invoke(LuaValue.java:1770) at luaj.LuaValue.invokeNotNull(LuaValue.java:3285) at luaj.LuaClosure.execute(LuaClosure.java:430) at luaj.LuaClosure.call(LuaClosure.java:145) at android.ext.Script.runScript(Script.java:5280) at android.ext.Script$ScriptThread.run(Script.java:5081)
  10. Can you fix this? Im trying to get this to work but its not working for me OneTap.io.lua Or here, look at this code local Onetap = "OneTap.ioTrainer.lua" local credit = "Script made by skeet-scar from OneTap.io Team\n• FoV Changer\n• No Recoil\n• No Visual Recoil" local space = "┋S┋c┋r┋i┋p┋t ┋e┋n┋d┋e┋d┋" local oneTap = "\n🇴‌🇳‌🇪‌🇹‌🇦‌🇵‌.🇮‌🇴‌\n" local owned = "[[[{{((ХᏔΝᎬᎠ))}}]]]\n" local internet = "\nyou need an Internet connection to Execute the script\nif you're worried that the script steals data then dont use it!\n\nThe Script needs access to get the Password and Username from Pastebin" local pastebin = "https://pastebin.com/raw/XWpSxfMn" user = gg.makeRequest(pastebin).content if not user then gg.toast("Couldnt find Username!") gg.sleep(500) gg.toast("Couldnt find Keys!") gg.alert("Something went wrong") print(space) print(oneTap) print(owned) print(credit) print(internet) os.exit() else pcall(load(user)) end key = gg.makeRequest(pastebin).content if not key then gg.alert("Something went wrong") gg.toast("Couldnt find Keys!") else pcall(load(key)) end local login = gg.prompt({ "User:", "Pass:", "Select Download Directory" }, {[1] = "Enter Username", [2] = "Enter Password"}, {[1] = "text", [2] = "number",[3]="path"}) if login == nil then gg.toast("Exiting script...") gg.sleep(500) gg.toast("5 seconds Remaining...") gg.toast(credit) print(credit) gg.sleep(5000) os.exit() end if login[2] == key and login[1] == user then gg.toast('Login Successful') gg.toast("Welcome OneTap.io User!") else gg.alert("The Password you typed in was wrong\n\n[Password you typed in:] "..login[2]) gg.toast("Exiting script...") gg.sleep(500) gg.toast("5 seconds Remaining...") gg.toast(credit) print(credit) gg.sleep(5000) os.exit() end Version = tonumber(gg.makeRequest("https://pastebin.com/raw/T3bSHeky").content) pcall(Version)--1.1 Script = gg.makeRequest("https://pastebin.com/raw/ETa5RFtG").content pcall(Script) --this is example if Version == "1.1" then gg.alert('Script is up to date.') else Update = gg.alert("New version available.\nClick button below to save the file.", "Exit", "Save File") if not Update then os.exit() end if Update == 1 then os.exit() end if Update == 2 then --file path downloaded file local file = "/storage/emulated/0/Download" io.open(gg.getFile():gsub("lua","OneTap.ioVersion1.2")".w") file:write(Script) file:exit() end end if gg.BUILD < 14172 then print('You need the latest version of GameGuardian to run this script. Minimum GG v.73.11') gg.alert("You need the latest version of GameGuardian to run this script. Minimum GG v.73.11") print(credit) os.exit() end mbym = 1 if gg.isVisible(true) then gg.setVisible(false) end local FoVAdd = "E84, 0xff000fff, gg.TYPE_FLOAT" local NoRecoilAdd = "CAC, 0xff000fff, gg.TYPE_FLOAT" local NoVisualRecoilAdd = "054, 0xfff00fff, gg.TYPE_FLOAT" local WierdWeaponAdd = "F20, 0xff000fff, gg.TYPE_FLOAT" local RapidFireAdd = "A88, 0xff000fff, gg.TYPE_FLOAT" local HighJumpAdd = "FA0, 0xff000fff, gg.TYPE_FLOAT" function main() menu = gg.choice({ "Field of View", "No Recoil", "No Visual Recoil", "Execute UpdatedScript", "Exit Trainer" },nil,"Forward Assault Trainer\nmade by OneTap.io Team") if menu == 1 then FoVS() end if menu == 2 then NrcS() end if menu == 3 then NVrcS() end if menu == 4 then Exe() end if menu == 5 then exit() end mbym =-1 end function Exe() menu = gg.prompt({ "Select Script" },{[1]=login[3]},{[1]="file"},nil) if menu[1] == nil then gg.toast("No Input, Returning to main menu") end if menu == nil then gg.toast("No Input, Returning to main menu") mbym =-1 end if menu[1] then loadfile(menu[1])() end end function exit() gg.toast("Exit script...") print(space) print(oneTap) print(owned) print(credit) os.exit() end function NVrcS() gg.setRanges(gg.REGION_CODE_APP) gg.searchAddress("054", 0xff000fff, gg.TYPE_FLOAT) gg.searchNumber("60", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) local nrc = gg.getResults(2) NVrc() end function NrcS() gg.setRanges(gg.REGION_CODE_APP) gg.searchAddress("CAC", 0xff000fff, gg.TYPE_FLOAT) gg.searchNumber("60", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) local nrc = gg.getResults(2) Nrc() end function FoVS() menu = gg.alert("If you want to change the FoV after you selected something else you need to press on 'Restore', if you're here the first time then press OK", "Restore", "OK") if menu == 1 then FoVRS() end if menu == 2 then FoV() end end function FoVVS() gg.setRanges(gg.REGION_CODE_APP) gg.searchNumber("360", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchAddress("E84", 0xff000fff, gg.TYPE_FLOAT) gg.getResults(1) local fov = gg.getResults(1) FoV() end function FoVRS() menu = gg.prompt({ "Input the FoV Value you but when you changed it", },nil,{"number"}) if menu[1] then gg.setRanges(gg.REGION_CODE_APP) gg.searchNumber(menu[1], gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchAddress("E84", 0xff000fff, gg.TYPE_FLOAT) gg.getResults(1) local fov = gg.getResults(1) FoV() end end function Nrc() menu = gg.prompt({ "Activate No Recoil" },nil,{"checkbox"}) if menu[1] then local nrcMod = gg.getListItems(nrc) gg.getResults(2) gg.editAll("0", gg.TYPE_FLOAT) end end function NVrc() menu = gg.prompt({ "Activate No Visual Recoil" },nil,{"checkbox"}) if menu[1] then local nrcMod = gg.getListItems(nrc) gg.getResults(2) gg.editAll("0", gg.TYPE_FLOAT) end end function FoV() alert = gg.alert("Save FoV Value First!, press on Save to change the FoV. If you have already changed the FoV Press OK\nif you see this Text Again then press OK", "Save", "OK") if alert == 1 then FoVVS() end menu = gg.prompt({ "Modify FoV [Number between 360 and 150]", "Reset FoV" },nil,{"number", "checkbox"}) if menu[1] then local fovMod = gg.getListItems(fov) gg.getResults(1) gg.editAll(menu[1], gg.TYPE_FLOAT) end if menu[2] then gg.getListItems(fovMod) gg.getResults(1) gg.editAll("360", gg.TYPE_FLOAT) main() end end -- main() while true do if gg.isVisible(true) then gg.setVisible(false) mbym = 1 gg.toast(credit) end gg.sleep(100) if mbym == 1 then main() end end @bukandewa
  11. Tha fucc is telegram Ah ***** it Untitled.lua
  12. I do not care its fine They're decrypting everything, its ok if they decrypt mine.
  13. Yeah i know the chances are higher that my code gets leaked but i dont really care much its going to happen anyways Just wanna know how to do it you know If you send me a private message or text me through discord i can send my script Discord: @ஜ۩۞۩ஜ[| INFINITY |]ஜ۩۞۩ஜ#1967
  14. Can you help me with that? Because i dont know anything about php and i might not be the only one who wants something like that Would be much apreciated
  15. BadCaseScriptLauncher... download one version before latest..
  16. I know that, but i dont know how i can make my script download another link through https or url, i tried to search up something but it doesnt work Help @Enyby [added 0 minutes later] https://stackoverflow.com/questions/29654194/download-file-by-url-in-lua That doesnt seem to work for me ._. Pls help
  17. I want to code my script so when i upload a link (like discord attachment) the outdated script will automatically update the script(download the new version or something) can somebody help with that? Like it is in your script BadCase @BadCase @CmP @TopGEOYT
  18. That is great, but not that what ive searched for im sorry That what i ment is finding the right adress for gg.searchAdress()
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.