Jump to content

BadCase

Modding Team
  • Posts

    684
  • Joined

  • Last visited

  • Days Won

    33

Everything posted by BadCase

  1. View File Live Telegram Help by BadCase Setup Intructions: [On Telegram] Create a group for use with the script if you have not already. [On Telegram] Message /newbot to @BotFather and choose a name for your Telegram bot. Copy the token from the message it sends you. [In Script] Paste the token into the bot_token variable in the script. [On Telegram] Invite @RawDataBot to you group. Copy your chat id from the message it sends, you can find it under "chat": {"id": [In Script] Paste the chat id into the chat_id variable in the script. [On Telegram] Remove @RawDataBot from your group. [On Telegram] Invite your bot to the group. All done. Additional configuration options are documented in the scripts commented code, make sure you read all of the comments. Submitter BadCase Submitted 12/24/2021 Category Tools  
  2. Version 1.0.7

    636 downloads

    Setup Intructions: [On Telegram] Create a group for use with the script if you have not already. [On Telegram] Message /newbot to @BotFather and choose a name for your Telegram bot. Copy the token from the message it sends you. [In Script] Paste the token into the bot_token variable in the script. [On Telegram] Invite @RawDataBot to you group. Copy your chat id from the message it sends, you can find it under "chat": {"id": [In Script] Paste the chat id into the chat_id variable in the script. [On Telegram] Remove @RawDataBot from your group. [On Telegram] Invite your bot to the group. All done. Additional configuration options are documented in the scripts commented code, make sure you read all of the comments.
  3. BadCase

    good use of toolbox

    Here is the stuff that I know can be done in Sniper Champions
  4. BadCase

    good use of toolbox

    Need more details than that, can not load the dump for what game?
  5. BadCase

    good use of toolbox

    Addresses and offsets found in Il2CppDumper dumps will all be in Xa range, the value they effect will be elsewhere
  6. BadCase

    good use of toolbox

    Pick the range in Xa not CD
  7. BadCase

    HELP ME

    First edit should be the integer value you want for the float MOV W0, #0x14 Is the same as MOV W0, #20 The end result will be it being set to 20.0 float It will work to set any float value as long as there is space for all the edits
  8. BadCase

    HELP ME

    Yes you can set up to 65535.0 with it And as long as you have enough space below for the edits, also try setting with W0 instead of X0 that might work for a 2 line edit
  9. BadCase

    HELP ME

    Setting it slightly lower might keep them from flying out of the level, it is set to 20.0 in the edit
  10. BadCase

    HELP ME

    If this is the same function you are editing take note it increases enemy speed as well which can cause the issue you see at the end of the video
  11. BadCase

    HELP ME

    Ok I did it in Arm7 give me a few and I'll let you know what to do in Arm8
  12. BadCase

    HELP ME

    If it made you slow down it sounds like you have the correct offset but need to use a higher value you were setting it to 10.0 try 100.0
  13. It works in ranked as well, not as many bots there but you can see a few spamming specials and heals
  14. So I have done all Cooldowns with lib edits and it is working but I figured out in the process that the multiplayer might be entirely fake as the edits also effect the Cooldowns of the bots....
  15. View File Let's Survive Script by BadCase Works for ARM7 and ARM8 Submitter BadCase Submitted 10/14/2021 Category LUA scripts  
  16. Version 1.0.0

    1,783 downloads

    Works for ARM7 and ARM8
  17. View File Il2CppDumper Toolbox Free by BadCase This script loads a Il2CppDumper dump.cs file and allows you to. Search for methods using keywords. Edit methods with the press of a button. Create script functions from your edited methods. And generate a complete fully functional script without writing a single line of code. There is full help documentation at the bottom of each menu. Submitter BadCase Submitted 10/02/2021 Category Tools  
  18. Version 2.5.9

    9,267 downloads

    This script loads a Il2CppDumper dump.cs file and allows you to. Search for methods using keywords. Edit methods with the press of a button. Create script functions from your edited methods. And generate a complete fully functional script without writing a single line of code. There is full help documentation at the bottom of each menu.
  19. BadCase

    Pointer

    Yup you got it.
  20. BadCase

    Pointer

    First issue I see is DWORD is selected but the game is arm8(64bit) which uses QWORD pointers, setting that to QWORD should take care of the error you are getting.
  21. BadCase

    Pointer

    Long press a value, select Pointer Search and enter a range to find a pointer within.
  22. In the next week or 2 I will be releasing a script here on the site that will allow you to dump it and the lib from memory ready to use with Il2CppDumper, just tested here on Free Fire and it works. Might be ready for upload sooner than that but it is coming soon.
  23. I will be releasing a script soon that will allow you to dump global-metadata.dat and lib from memory for use with Il2CppDumper, it works with most Il2cpp games including those with missing metadata headers.
×
×
  • 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.