Thread: MultiCheat

Page 6 of 7 FirstFirst ... 4567 LastLast
Results 76 to 90 of 93
  1. #76
    tmaxop's Avatar
    Join Date
    Apr 2023
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0

    Cool

    add dupe XD :

  2. #77
    maxsec's Avatar
    Join Date
    Apr 2024
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by FAISAL32 View Post
    approval pls @Hennessy


    * Shrunk file size

    * Made a new file called ConfigMultiCheat.ini now there are two files you no longer need to delete all your settings anymore all you gotta do if a new update drops is just delete Address.ini it'll update and all your settings stay the same

    * Added new feature skip distance lets you bypass a set distance you type based on in-game view usually maxes at 4 blocks
    Fixed fishing function issues

    * Added console shows everything the app's doing including threads and even finding alt names

    * General function improvements can apply values without needing to shut cheats off

    * Added hotkey for skip distance feature only works with a hotkey no button in cheat

    * Limited the freezing issue caused by auto attack ships it's still there but minimized as much as possible issue's in the library itself not the cheat so the library developer needs to update it

    * Updated all addresses



    Enjoy

    virustotal:
    https://www.virustotal.com/gui/file/...d345?nocache=1

    Faisal, Did you manage to update "batter perf"? It's crashing.

  3. #78
    FAISAL32's Avatar
    Join Date
    Nov 2023
    Gender
    male
    Posts
    61
    Reputation
    10
    Thanks
    173
    Quote Originally Posted by maxsec View Post
    Faisal, Did you manage to update "batter perf"? It's crashing.
    approval pls @Hennessy


    nah I don't see a problem for me it doesn't crash so idk what your issue is

  4. The Following User Says Thank You to FAISAL32 For This Useful Post:

    iLux123 (1 Week Ago)

  5. #79
    Hennessy's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Chicago
    Posts
    6,755
    Reputation
    1995
    Thanks
    1,260
    My Mood
    Psychedelic
    Quote Originally Posted by FAISAL32 View Post
    approval pls @Hennessy


    nah I don't see a problem for me it doesn't crash so idk what your issue is
    One mention will suffice.
    1/08/2011: MPGHian

    1/27/2024: Global Mod
    6/08/2023: Moderator
    1/22/2021: Minion+
    9/29/2020: Minion
    7/26/2020: GFX Team
    8/07/2017: News Force
    12/03/2012: Combat Arms Wiki Editor
    10/03/2011: CA Public Hack Support Team
    7/11/2011: Donator/Premium
    6/25/2011 - 7/06/2013: Combat Arms Modder

  6. #80
    xmxaa's Avatar
    Join Date
    Feb 2024
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    * Shrunk file size

    * Made a new file called ConfigMultiCheat.ini now there are two files you no longer need to delete all your settings anymore all you gotta do if a new update drops is just delete Address.ini it'll update and all your settings stay the same

    * Added new feature skip distance lets you bypass a set distance you type based on in-game view usually maxes at 4 blocks
    Fixed fishing function issues

    * Added console shows everything the app's doing including threads and even finding alt names

    * General function improvements can apply values without needing to shut cheats off

    * Added hotkey for skip distance feature only works with a hotkey no button in cheat

    * Limited the freezing issue caused by auto attack ships it's still there but minimized as much as possible issue's in the library itself not the cheat so the library developer needs to update it
    So what about fiture with no tp cool down I mentioned earlier is it possible for you to do?

  7. #81
    xlightx's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by FAISAL32 View Post
    Sure I can add it but I gotta know why you want it can you explain

    Sure! so, when i run delves, even with the potions. its annoying to do full clears. there's a "glow enemies" script in Trove 4.6 CT that makes enemies seemingly turn to bright colors. which you select white red blue or green. when its on, it makes it a lot easier to see enemies but quickly breaks as its very out dated. it seems to change the lux or ambient color. everything becomes bright and when you get close to enemies it stops working. either way, here is the script code that's outdated. (works in CE)

    This is to make enemies have a neon white hue to them, the other colors are separate but I'm sure its just by a small value
    Code:
    { Game   : Trove.exe
      Version: 
      Date   : 2021-12-09
      Author : white
    
      This script does blah blah blah
    }
    
    [ENABLE]
    
    aobscanmodule(INJECT,trove.exe,0F 29 07 8B C7 5F 5E 8B E5 5D 8B) // should be unique
    alloc(newmem,$1000)
    
    label(code)
    label(return)
    
    newmem:
    
    code:
      db 0F 29 07
    
    INJECT:
      db 0F 29 0F
    return:
    registersymbol(INJECT)
    
    [DISABLE]
    
    INJECT:
      db 0F 29 07
    
    unregistersymbol(INJECT)
    dealloc(newmem)
    
    {
    // ORIGINAL CODE - INJECTION POINT: trove.exe+8B3519
    
    trove.exe+8B34E9: 8B C1                       - mov eax,ecx
    trove.exe+8B34EB: C1 E8 04                    - shr eax,04
    trove.exe+8B34EE: 83 E0 0F                    - and eax,0F
    trove.exe+8B34F1: F3 0F 11 45 E4              - movss [ebp-1C],xmm0
    trove.exe+8B34F6: 83 E1 0F                    - and ecx,0F
    trove.exe+8B34F9: F3 0F 10 04 85 E0 95 EB 00  - movss xmm0,[eax*4+trove.exe+E995E0]
    trove.exe+8B3502: F3 0F 11 45 E8              - movss [ebp-18],xmm0
    trove.exe+8B3507: F3 0F 10 04 8D E0 95 EB 00  - movss xmm0,[ecx*4+trove.exe+E995E0]
    trove.exe+8B3510: F3 0F 11 45 EC              - movss [ebp-14],xmm0
    trove.exe+8B3515: 0F 28 45 E0                 - movaps xmm0,[ebp-20]
    // ---------- INJECTING HERE ----------
    trove.exe+8B3519: 0F 29 07                    - movaps [edi],xmm0
    // ---------- DONE INJECTING  ----------
    trove.exe+8B351C: 8B C7                       - mov eax,edi
    trove.exe+8B351E: 5F                          - pop edi
    trove.exe+8B351F: 5E                          - pop esi
    trove.exe+8B3520: 8B E5                       - mov esp,ebp
    trove.exe+8B3522: 5D                          - pop ebp
    trove.exe+8B3523: 8B E3                       - mov esp,ebx
    trove.exe+8B3525: 5B                          - pop ebx
    trove.exe+8B3526: C3                          - ret 
    trove.exe+8B3527: CC                          - int 3 
    trove.exe+8B3528: CC                          - int 3 
    }
    @FAISAL32 the qutoe was broken in my last reply

  8. #82
    gmuz1909's Avatar
    Join Date
    Nov 2020
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0
    Hey with the fishing bot is there anyway to get it to reapply lures automatically? Like if I had lures in a certain spot in my inventory? Otherwise love your work bro

  9. #83
    brookers's Avatar
    Join Date
    Jan 2024
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by gmuz1909 View Post
    Hey with the fishing bot is there anyway to get it to reapply lures automatically? Like if I had lures in a certain spot in my inventory? Otherwise love your work bro
    when do i get my dupe method i paid $150 for??

  10. #84
    LastGambit's Avatar
    Join Date
    Apr 2024
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    @FAISAL32 bomber royale afk when?

  11. #85
    idontcheat11's Avatar
    Join Date
    Apr 2024
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    He jipped u

    Quote Originally Posted by brookers View Post
    when do i get my dupe method i paid $150 for??
    He welched u and a few others

  12. #86
    WayzOfficiel's Avatar
    Join Date
    Apr 2024
    Gender
    male
    Location
    France
    Posts
    9
    Reputation
    10
    Thanks
    5
    My Mood
    Tired
    Quote Originally Posted by idontcheat11 View Post
    He welched u and a few others
    Yes xdd
    He's a fucking bad scammer

  13. #87
    FAISAL32's Avatar
    Join Date
    Nov 2023
    Gender
    male
    Posts
    61
    Reputation
    10
    Thanks
    173

    Arrow New update

    approval pls @Hennessy

    This update doesn't add anything to cheating in the game; it just makes future updates easier without needing a new version of the cheat or telling anyone how to cheat. This version is connected to a database, so you can consider it an automatic update. The addresses are linked to the database, making it possible to update them all automatically.

    Some might wonder how to update it. All you have to do is go to the Settings option and you'll find a button named DataBase. If you prefer to use addresses directly from the database, keep it enabled. However, this causes a slowdown in cheat startup. The solution to this problem is as follows: simply press the button and it will turn red. Then restart the cheat. After that, a file named Address.ini will be created. Press the button again, and it will turn green. Restart the cheat again. The purpose of the database is to share information with the Address file. If the cheat is running, just close it by pressing the Database button again. That's how the cheat is updated.

    Of course, you can directly connect to the database and you won't have to do all this, but this is only if you care about the cheat working as fast as possible.

    Enjoy!

    virustotal:
    https://www.virustotal.com/gui/file/...ce2a?nocache=1

    <b>Downloadable Files</b> Downloadable Files

  14. The Following 9 Users Say Thank You to FAISAL32 For This Useful Post:

    24Gnx (2 Days Ago),AtomicBober (4 Days Ago),fanfon3 (3 Days Ago),iizl (5 Days Ago),ineedalover (4 Days Ago),KnightAnime (5 Days Ago),qwer2491 (5 Days Ago),stevensky (4 Days Ago),xlightx (2 Days Ago)

  15. #88
    iizl's Avatar
    Join Date
    Jul 2023
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    1
    omg the auto update address is so helpful thanks for the cheat bro

  16. #89
    FAISAL32's Avatar
    Join Date
    Nov 2023
    Gender
    male
    Posts
    61
    Reputation
    10
    Thanks
    173

    Exclamation Fix DataBase

    approval pls @Hennessy

    A minor issue with the DataBase has appeared in this version, preventing it from connecting. However, the problem has been fixed in this release, and the following additions have been made:

    These additions were made based on a request from an individual

    * Added Glider Never feature: A simple explanation is that it prevents your glider from falling while flying.
    * Added Hotkey for Glider Never.
    * Improved connection with the DataBase.

    Enjoy

    virustotal:
    https://www.virustotal.com/gui/file/...9da5?nocache=1

    <b>Downloadable Files</b> Downloadable Files
    Last edited by FAISAL32; 2 Days Ago at 05:10 PM.

  17. The Following 5 Users Say Thank You to FAISAL32 For This Useful Post:

    fr3nd (1 Day Ago),H4llsDeBombom (1 Day Ago),iizl (2 Days Ago),JeanPool (2 Days Ago),spm199316 (20 Hours Ago)

  18. #90
    iizl's Avatar
    Join Date
    Jul 2023
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    1
    approval pls @Hennessy

Page 6 of 7 FirstFirst ... 4567 LastLast

Similar Threads

  1. [Outdated] Csgo-Multicheat-Muhittin-GLOWESP-RCSAIMBOT-RADAR-BHOP-RANKSCANNER-TRIGGER
    By sength in forum Counter-Strike 2 Hacks
    Replies: 12
    Last Post: 06-14-2016, 11:38 AM
  2. [Release] vH| CS:S Multicheat Rev 11| Features aimbot, wallhack, etc
    By HellRaz0r in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 3
    Last Post: 09-03-2010, 11:29 AM
  3. [Release] Updated! CounterStrike Source (OB ENGINE) MultiCheat (7/7/2010)
    By StEpyZzz in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 47
    Last Post: 08-21-2010, 01:51 PM
  4. [Release] CounterStrike Source MultiCheat(7/22/2010)
    By StEpyZzz in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 10
    Last Post: 08-03-2010, 11:56 AM
  5. [Release] New Build! CounterStrike Source (OB ENGINE) MultiCheat (6/28/2010)
    By lado66 in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 26
    Last Post: 07-03-2010, 12:41 PM